From d7d7defd1c0708755f6028caa92a6cca814c7576 Mon Sep 17 00:00:00 2001 From: hillelcoren Date: Mon, 10 Jun 2024 10:01:30 +0000 Subject: [PATCH] Admin Portal - Profile --- public/main.profile.dart.js | 13721 +++++++++++++++++----------------- 1 file changed, 7000 insertions(+), 6721 deletions(-) diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index 303468aab521..74038a0ad6f4 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -581,6 +581,9 @@ get$children$x(receiver) { return J.getInterceptor$x(receiver).get$children(receiver); }, + get$clone$z(receiver) { + return J.getInterceptor$z(receiver).get$clone(receiver); + }, get$close$z(receiver) { return J.getInterceptor$z(receiver).get$close(receiver); }, @@ -69640,10 +69643,17 @@ builder.get$_invoice_model$_$this()._subscriptionId = ""; return builder; }, - InvoiceItemEntity_InvoiceItemEntity(productKey, quantity, typeId) { - var t1 = productKey == null ? "" : productKey, - t2 = quantity == null ? 1 : quantity, - t3 = typeId == null ? "1" : typeId; + InvoiceItemEntity_InvoiceItemEntity(productKey, typeId) { + var company, t2, t3, + t1 = $.$get$navigatorKey(); + t1 = $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1); + t1.toString; + t1 = A.StoreProvider_of(t1, type$.AppState).__Store__state_A; + t1 === $ && A.throwUnnamedLateFieldNI(); + company = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company; + t1 = productKey == null ? "" : productKey; + t2 = company.defaultQuantity || !company.enableProductQuantity ? 1 : 0; + t3 = typeId == null ? "1" : typeId; return A._$InvoiceItemEntity$_(0, 1000 * Date.now(), "", "", "", "", 0, null, "", 0, t1, t2, null, "", "", "", "", 0, 0, 0, t3); }, InvoiceItemEntity__initializeBuilder(builder) { @@ -69850,6 +69860,8 @@ this.invoice = t1; this.precision = t2; }, + InvoiceItemEntity_clone_closure: function InvoiceItemEntity_clone_closure() { + }, InvoiceItemEntity_applyTax_closure: function InvoiceItemEntity_applyTax_closure(t0) { this.taxRate = t0; }, @@ -79506,8 +79518,9 @@ RemoveCreditContact: function RemoveCreditContact(t0) { this.invitation = t0; }, - AddCreditItem: function AddCreditItem(t0) { - this.creditItem = t0; + AddCreditItem: function AddCreditItem(t0, t1) { + this.index = t0; + this.creditItem = t1; }, MoveCreditItem: function MoveCreditItem(t0, t1) { this.oldIndex = t0; @@ -79960,7 +79973,11 @@ return action.get$credit(); }, _addCreditItem(credit, action) { - return credit.rebuild$1(new A._addCreditItem_closure(action)); + var item = action.creditItem; + if (action.index == null) + return credit.rebuild$1(new A._addCreditItem_closure(item)); + else + return credit.rebuild$1(new A._addCreditItem_closure0(action, item)); }, _addCreditItems(credit, action) { return credit.rebuild$1(new A._addCreditItems_closure(action)); @@ -80174,7 +80191,11 @@ this.action = t0; }, _addCreditItem_closure: function _addCreditItem_closure(t0) { + this.item = t0; + }, + _addCreditItem_closure0: function _addCreditItem_closure0(t0, t1) { this.action = t0; + this.item = t1; }, _addCreditItems_closure: function _addCreditItems_closure(t0) { this.action = t0; @@ -83442,7 +83463,7 @@ else if (fieldLabel4.toLowerCase() === t2.toLowerCase()) _box_0.customValue4 = value; } - return A.InvoiceItemEntity_InvoiceItemEntity(null, null, null).rebuild$1(new A.convertExpenseToInvoiceItem_closure(_box_0, expense, t3.map, company)); + return A.InvoiceItemEntity_InvoiceItemEntity(null, null).rebuild$1(new A.convertExpenseToInvoiceItem_closure(_box_0, expense, t3.map, company)); }, filteredExpensesSelector(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { var t1 = expenseMap.get$keys(0), @@ -88920,9 +88941,9 @@ exchangeRate = 1 / exchangeRate; t1.cost = A.round(cost * exchangeRate, currencyMap._map$_map.$index(0, client.settings.currencyId).precision); } - return A.InvoiceItemEntity_InvoiceItemEntity(_null, _null, _null).rebuild$1(new A.convertProductToInvoiceItem_closure(t1, product, company)); + return A.InvoiceItemEntity_InvoiceItemEntity(_null, _null).rebuild$1(new A.convertProductToInvoiceItem_closure(t1, product, company)); } else - return A.InvoiceItemEntity_InvoiceItemEntity(product.productKey, _null, _null); + return A.InvoiceItemEntity_InvoiceItemEntity(product.productKey, _null); }, dropdownProductsSelector(productMap, productList, userMap) { var t1 = productList._list$_list, @@ -90792,8 +90813,9 @@ RemovePurchaseOrderContact: function RemovePurchaseOrderContact(t0) { this.invitation = t0; }, - AddPurchaseOrderItem: function AddPurchaseOrderItem(t0) { - this.purchaseOrderItem = t0; + AddPurchaseOrderItem: function AddPurchaseOrderItem(t0, t1) { + this.index = t0; + this.purchaseOrderItem = t1; }, MovePurchaseOrderItem: function MovePurchaseOrderItem(t0, t1) { this.oldIndex = t0; @@ -91203,7 +91225,11 @@ return action.get$purchaseOrder(); }, _addPurchaseOrderItem(purchaseOrder, action) { - return purchaseOrder.rebuild$1(new A._addPurchaseOrderItem_closure(action)); + var item = action.purchaseOrderItem; + if (action.index == null) + return purchaseOrder.rebuild$1(new A._addPurchaseOrderItem_closure(item)); + else + return purchaseOrder.rebuild$1(new A._addPurchaseOrderItem_closure0(action, item)); }, _addPurchaseOrderItems(purchaseOrder, action) { return purchaseOrder.rebuild$1(new A._addPurchaseOrderItems_closure(action)); @@ -91429,7 +91455,11 @@ this.action = t0; }, _addPurchaseOrderItem_closure: function _addPurchaseOrderItem_closure(t0) { + this.item = t0; + }, + _addPurchaseOrderItem_closure0: function _addPurchaseOrderItem_closure0(t0, t1) { this.action = t0; + this.item = t1; }, _addPurchaseOrderItems_closure: function _addPurchaseOrderItems_closure(t0) { this.action = t0; @@ -92325,8 +92355,9 @@ RemoveQuoteContact: function RemoveQuoteContact(t0) { this.invitation = t0; }, - AddQuoteItem: function AddQuoteItem(t0) { - this.quoteItem = t0; + AddQuoteItem: function AddQuoteItem(t0, t1) { + this.index = t0; + this.quoteItem = t1; }, MoveQuoteItem: function MoveQuoteItem(t0, t1) { this.oldIndex = t0; @@ -92832,7 +92863,11 @@ return action.get$quote(); }, _addQuoteItem(quote, action) { - return quote.rebuild$1(new A._addQuoteItem_closure(action)); + var item = action.quoteItem; + if (action.index == null) + return quote.rebuild$1(new A._addQuoteItem_closure(item)); + else + return quote.rebuild$1(new A._addQuoteItem_closure0(action, item)); }, _addQuoteItems(quote, action) { return quote.rebuild$1(new A._addQuoteItems_closure(action)); @@ -93055,7 +93090,11 @@ this.action = t0; }, _addQuoteItem_closure: function _addQuoteItem_closure(t0) { + this.item = t0; + }, + _addQuoteItem_closure0: function _addQuoteItem_closure0(t0, t1) { this.action = t0; + this.item = t1; }, _addQuoteItems_closure: function _addQuoteItems_closure(t0) { this.action = t0; @@ -94692,8 +94731,9 @@ AddRecurringInvoiceSuccess: function AddRecurringInvoiceSuccess(t0) { this.recurringInvoice = t0; }, - AddRecurringInvoiceItem: function AddRecurringInvoiceItem(t0) { - this.invoiceItem = t0; + AddRecurringInvoiceItem: function AddRecurringInvoiceItem(t0, t1) { + this.index = t0; + this.invoiceItem = t1; }, MoveRecurringInvoiceItem: function MoveRecurringInvoiceItem(t0, t1) { this.oldIndex = t0; @@ -95098,7 +95138,11 @@ return action.get$recurringInvoice(); }, _addRecurringInvoiceItem(recurringInvoice, action) { - return recurringInvoice.rebuild$1(new A._addRecurringInvoiceItem_closure(action.invoiceItem)); + var item = action.invoiceItem; + if (action.index == null) + return recurringInvoice.rebuild$1(new A._addRecurringInvoiceItem_closure(item)); + else + return recurringInvoice.rebuild$1(new A._addRecurringInvoiceItem_closure0(action, item)); }, _addRecurringInvoiceItems(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A._addRecurringInvoiceItems_closure(action)); @@ -95320,6 +95364,10 @@ _addRecurringInvoiceItem_closure: function _addRecurringInvoiceItem_closure(t0) { this.item = t0; }, + _addRecurringInvoiceItem_closure0: function _addRecurringInvoiceItem_closure0(t0, t1) { + this.action = t0; + this.item = t1; + }, _addRecurringInvoiceItems_closure: function _addRecurringInvoiceItems_closure(t0) { this.action = t0; }, @@ -98536,7 +98584,7 @@ else if (fieldLabel4.toLowerCase() === t2.toLowerCase()) _box_0.customValue4 = value; } - return A.InvoiceItemEntity_InvoiceItemEntity(_null, _null, _null).rebuild$1(new A.convertTaskToInvoiceItem_closure2(_box_0, task, company, project, client, group)); + return A.InvoiceItemEntity_InvoiceItemEntity(_null, _null).rebuild$1(new A.convertTaskToInvoiceItem_closure2(_box_0, task, company, project, client, group)); }, taskList(taskMap, clientId, userMap, clientMap, projectMap) { var t1 = taskMap.get$keys(0), @@ -112181,13 +112229,14 @@ this.store = t0; }, CreditEditItemsVM_CreditEditItemsVM$fromStore(store, isTasks) { - var t2, t3, t4, + var t2, t3, t4, credit, t1 = store.__Store__state_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState; t4 = t3.creditUIState; - return new A.CreditEditItemsVM(t1, t2._list$_list[t3.selectedCompanyIndex].userCompany.company, t4.editing, t4.editingItemIndex, null, new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure(store), new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0(store), new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1(store, isTasks), new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2(store)); + credit = t4.editing; + return new A.CreditEditItemsVM(t1, t2._list$_list[t3.selectedCompanyIndex].userCompany.company, credit, t4.editingItemIndex, new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure(store), new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0(store, credit), new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1(store), new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2(store), new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure3(store, isTasks), new A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure4(store)); }, CreditEditItemsScreen: function CreditEditItemsScreen(t0, t1, t2) { this.viewModel = t0; @@ -112200,34 +112249,42 @@ CreditEditItemsScreen_build_closure: function CreditEditItemsScreen_build_closure(t0) { this.$this = t0; }, - CreditEditItemsVM: function CreditEditItemsVM(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + CreditEditItemsVM: function CreditEditItemsVM(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.state = t0; _.company = t1; _.invoice = t2; _.invoiceItemIndex = t3; _.addLineItem = t4; - _.onRemoveInvoiceItemPressed = t5; - _.clearSelectedInvoiceItem = t6; - _.onChangedInvoiceItem = t7; - _.onMovedInvoiceItem = t8; + _.cloneLineItem = t5; + _.onRemoveInvoiceItemPressed = t6; + _.clearSelectedInvoiceItem = t7; + _.onChangedInvoiceItem = t8; + _.onMovedInvoiceItem = t9; }, - CreditEditItemsVM_CreditEditItemsVM$fromStore_closure: function CreditEditItemsVM_CreditEditItemsVM$fromStore_closure(t0) { + CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1: function CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1(t0) { this.store = t0; }, - CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0: function CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0(t0) { + CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2: function CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2(t0) { this.store = t0; }, - CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1: function CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1(t0, t1) { + CreditEditItemsVM_CreditEditItemsVM$fromStore_closure3: function CreditEditItemsVM_CreditEditItemsVM$fromStore_closure3(t0, t1) { this.store = t0; this.isTasks = t1; }, CreditEditItemsVM_CreditEditItemsVM$fromStore__closure: function CreditEditItemsVM_CreditEditItemsVM$fromStore__closure(t0) { this.isTasks = t0; }, - CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2: function CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2(t0) { + CreditEditItemsVM_CreditEditItemsVM$fromStore_closure4: function CreditEditItemsVM_CreditEditItemsVM$fromStore_closure4(t0) { this.store = t0; }, + CreditEditItemsVM_CreditEditItemsVM$fromStore_closure: function CreditEditItemsVM_CreditEditItemsVM$fromStore_closure(t0) { + this.store = t0; + }, + CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0: function CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0(t0, t1) { + this.store = t0; + this.credit = t1; + }, CreditEditNotesVM_CreditEditNotesVM$fromStore(store) { var t1 = store.__Store__state_A; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -116384,15 +116441,13 @@ }, _InvoiceEditItemsDesktopState_build_closure4: function _InvoiceEditItemsDesktopState_build_closure4() { }, - _InvoiceEditItemsDesktopState_build_closure5: function _InvoiceEditItemsDesktopState_build_closure5() { - }, - _InvoiceEditItemsDesktopState_build_closure6: function _InvoiceEditItemsDesktopState_build_closure6(t0) { + _InvoiceEditItemsDesktopState_build_closure5: function _InvoiceEditItemsDesktopState_build_closure5(t0) { this.$this = t0; }, _InvoiceEditItemsDesktopState_build__closure32: function _InvoiceEditItemsDesktopState_build__closure32(t0) { this.$this = t0; }, - _InvoiceEditItemsDesktopState_build_closure7: function _InvoiceEditItemsDesktopState_build_closure7(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { + _InvoiceEditItemsDesktopState_build_closure6: function _InvoiceEditItemsDesktopState_build_closure6(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) { var _ = this; _.$this = t0; _.index = t1; @@ -116638,7 +116693,7 @@ _InvoiceEditItemsDesktopState_build___closure: function _InvoiceEditItemsDesktopState_build___closure(t0) { this.value = t0; }, - _InvoiceEditItemsDesktopState_build_closure8: function _InvoiceEditItemsDesktopState_build_closure8(t0, t1, t2, t3, t4) { + _InvoiceEditItemsDesktopState_build_closure7: function _InvoiceEditItemsDesktopState_build_closure7(t0, t1, t2, t3, t4) { var _ = this; _.$this = t0; _.includedLineItems = t1; @@ -116649,7 +116704,7 @@ _InvoiceEditItemsDesktopState_build__closure: function _InvoiceEditItemsDesktopState_build__closure(t0) { this.options = t0; }, - _InvoiceEditItemsDesktopState_build_closure9: function _InvoiceEditItemsDesktopState_build_closure9(t0, t1, t2, t3, t4) { + _InvoiceEditItemsDesktopState_build_closure8: function _InvoiceEditItemsDesktopState_build_closure8(t0, t1, t2, t3, t4) { var _ = this; _.$this = t0; _.localization = t1; @@ -116665,13 +116720,14 @@ _.key = t3; }, InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore(store, isTasks) { - var t2, t3, t4, + var t2, t3, t4, invoice, t1 = store.__Store__state_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState; t4 = t3.invoiceUIState; - return new A.InvoiceEditItemsVM(t1, t2._list$_list[t3.selectedCompanyIndex].userCompany.company, t4.editing, t4.editingItemIndex, new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure(store, isTasks), new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0(store), new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1(store), new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2(store, isTasks), new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure3(store)); + invoice = t4.editing; + return new A.InvoiceEditItemsVM(t1, t2._list$_list[t3.selectedCompanyIndex].userCompany.company, invoice, t4.editingItemIndex, new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure(store, isTasks), new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0(store, invoice), new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1(store), new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2(store), new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure3(store, isTasks), new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure4(store)); }, InvoiceEditItemsScreen: function InvoiceEditItemsScreen(t0, t1, t2) { this.viewModel = t0; @@ -116686,17 +116742,18 @@ }, EntityEditItemsVM: function EntityEditItemsVM() { }, - InvoiceEditItemsVM: function InvoiceEditItemsVM(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + InvoiceEditItemsVM: function InvoiceEditItemsVM(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.state = t0; _.company = t1; _.invoice = t2; _.invoiceItemIndex = t3; _.addLineItem = t4; - _.onRemoveInvoiceItemPressed = t5; - _.clearSelectedInvoiceItem = t6; - _.onChangedInvoiceItem = t7; - _.onMovedInvoiceItem = t8; + _.cloneLineItem = t5; + _.onRemoveInvoiceItemPressed = t6; + _.clearSelectedInvoiceItem = t7; + _.onChangedInvoiceItem = t8; + _.onMovedInvoiceItem = t9; }, InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure: function InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure(t0, t1) { this.store = t0; @@ -116705,20 +116762,24 @@ InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure0: function InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure0(t0) { this.isTasks = t0; }, - InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0: function InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0(t0) { + InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0: function InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0(t0, t1) { this.store = t0; + this.invoice = t1; }, InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1: function InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1(t0) { this.store = t0; }, - InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2: function InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2(t0, t1) { + InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2: function InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2(t0) { + this.store = t0; + }, + InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure3: function InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure3(t0, t1) { this.store = t0; this.isTasks = t1; }, InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure: function InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure(t0) { this.isTasks = t0; }, - InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure3: function InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure3(t0) { + InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure4: function InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure4(t0) { this.store = t0; }, InvoiceEditNotes: function InvoiceEditNotes(t0, t1) { @@ -119685,13 +119746,14 @@ this.store = t0; }, PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore(store) { - var t2, t3, t4, + var t2, t3, t4, purchaseOrder, t1 = store.__Store__state_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState; t4 = t3.purchaseOrderUIState; - return new A.PurchaseOrderEditItemsVM(t1, t2._list$_list[t3.selectedCompanyIndex].userCompany.company, t4.editing, t4.editingItemIndex, null, new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure(store), new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0(store), new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1(store), new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2(store)); + purchaseOrder = t4.editing; + return new A.PurchaseOrderEditItemsVM(t1, t2._list$_list[t3.selectedCompanyIndex].userCompany.company, purchaseOrder, t4.editingItemIndex, new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure(store), new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0(store, purchaseOrder), new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1(store), new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2(store), new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure3(store), new A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure4(store)); }, PurchaseOrderEditItemsScreen: function PurchaseOrderEditItemsScreen(t0, t1) { this.viewModel = t0; @@ -119702,23 +119764,18 @@ PurchaseOrderEditItemsScreen_build_closure: function PurchaseOrderEditItemsScreen_build_closure(t0) { this.$this = t0; }, - PurchaseOrderEditItemsVM: function PurchaseOrderEditItemsVM(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + PurchaseOrderEditItemsVM: function PurchaseOrderEditItemsVM(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.state = t0; _.company = t1; _.invoice = t2; _.invoiceItemIndex = t3; _.addLineItem = t4; - _.onRemoveInvoiceItemPressed = t5; - _.clearSelectedInvoiceItem = t6; - _.onChangedInvoiceItem = t7; - _.onMovedInvoiceItem = t8; - }, - PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure: function PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure(t0) { - this.store = t0; - }, - PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0: function PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0(t0) { - this.store = t0; + _.cloneLineItem = t5; + _.onRemoveInvoiceItemPressed = t6; + _.clearSelectedInvoiceItem = t7; + _.onChangedInvoiceItem = t8; + _.onMovedInvoiceItem = t9; }, PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1: function PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1(t0) { this.store = t0; @@ -119726,6 +119783,19 @@ PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2: function PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2(t0) { this.store = t0; }, + PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure3: function PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure3(t0) { + this.store = t0; + }, + PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure4: function PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure4(t0) { + this.store = t0; + }, + PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure: function PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure(t0) { + this.store = t0; + }, + PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0: function PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0(t0, t1) { + this.store = t0; + this.purchaseOrder = t1; + }, PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore(store) { var t1 = store.__Store__state_A; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -120221,13 +120291,14 @@ this.store = t0; }, QuoteEditItemsVM_QuoteEditItemsVM$fromStore(store, isTasks) { - var t2, t3, t4, + var t2, t3, t4, quote, t1 = store.__Store__state_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState; t4 = t3.quoteUIState; - return new A.QuoteEditItemsVM(t1, t2._list$_list[t3.selectedCompanyIndex].userCompany.company, t4.editing, t4.editingItemIndex, null, new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure(store), new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0(store), new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1(store, isTasks), new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2(store)); + quote = t4.editing; + return new A.QuoteEditItemsVM(t1, t2._list$_list[t3.selectedCompanyIndex].userCompany.company, quote, t4.editingItemIndex, new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure(store), new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0(store, quote), new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1(store), new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2(store), new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure3(store, isTasks), new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure4(store)); }, QuoteEditItemsScreen: function QuoteEditItemsScreen(t0, t1, t2) { this.viewModel = t0; @@ -120240,34 +120311,42 @@ QuoteEditItemsScreen_build_closure: function QuoteEditItemsScreen_build_closure(t0) { this.$this = t0; }, - QuoteEditItemsVM: function QuoteEditItemsVM(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + QuoteEditItemsVM: function QuoteEditItemsVM(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.state = t0; _.company = t1; _.invoice = t2; _.invoiceItemIndex = t3; _.addLineItem = t4; - _.onRemoveInvoiceItemPressed = t5; - _.clearSelectedInvoiceItem = t6; - _.onChangedInvoiceItem = t7; - _.onMovedInvoiceItem = t8; + _.cloneLineItem = t5; + _.onRemoveInvoiceItemPressed = t6; + _.clearSelectedInvoiceItem = t7; + _.onChangedInvoiceItem = t8; + _.onMovedInvoiceItem = t9; }, - QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure: function QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure(t0) { + QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1: function QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1(t0) { this.store = t0; }, - QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0: function QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0(t0) { + QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2: function QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2(t0) { this.store = t0; }, - QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1: function QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1(t0, t1) { + QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure3: function QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure3(t0, t1) { this.store = t0; this.isTasks = t1; }, QuoteEditItemsVM_QuoteEditItemsVM$fromStore__closure: function QuoteEditItemsVM_QuoteEditItemsVM$fromStore__closure(t0) { this.isTasks = t0; }, - QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2: function QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2(t0) { + QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure4: function QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure4(t0) { this.store = t0; }, + QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure: function QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure(t0) { + this.store = t0; + }, + QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0: function QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0(t0, t1) { + this.store = t0; + this.quote = t1; + }, QuoteEditNotesVM_QuoteEditNotesVM$fromStore(store) { var t1 = store.__Store__state_A; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -121083,13 +121162,14 @@ this.store = t0; }, RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore(store, isTasks) { - var t2, t3, t4, + var t2, t3, t4, invoice, t1 = store.__Store__state_A; t1 === $ && A.throwUnnamedLateFieldNI(); t2 = t1.userCompanyStates; t3 = t1.uiState; t4 = t3.recurringInvoiceUIState; - return new A.RecurringInvoiceEditItemsVM(t1, t2._list$_list[t3.selectedCompanyIndex].userCompany.company, t4.editing, t4.editingItemIndex, null, new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure(store), new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0(store), new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1(store, isTasks), new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2(store)); + invoice = t4.editing; + return new A.RecurringInvoiceEditItemsVM(t1, t2._list$_list[t3.selectedCompanyIndex].userCompany.company, invoice, t4.editingItemIndex, new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure(store), new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0(store, invoice), new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1(store), new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2(store), new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure3(store, isTasks), new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure4(store)); }, RecurringInvoiceEditItemsScreen: function RecurringInvoiceEditItemsScreen(t0, t1, t2) { this.viewModel = t0; @@ -121102,34 +121182,42 @@ RecurringInvoiceEditItemsScreen_build_closure: function RecurringInvoiceEditItemsScreen_build_closure(t0) { this.$this = t0; }, - RecurringInvoiceEditItemsVM: function RecurringInvoiceEditItemsVM(t0, t1, t2, t3, t4, t5, t6, t7, t8) { + RecurringInvoiceEditItemsVM: function RecurringInvoiceEditItemsVM(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) { var _ = this; _.state = t0; _.company = t1; _.invoice = t2; _.invoiceItemIndex = t3; _.addLineItem = t4; - _.onRemoveInvoiceItemPressed = t5; - _.clearSelectedInvoiceItem = t6; - _.onChangedInvoiceItem = t7; - _.onMovedInvoiceItem = t8; + _.cloneLineItem = t5; + _.onRemoveInvoiceItemPressed = t6; + _.clearSelectedInvoiceItem = t7; + _.onChangedInvoiceItem = t8; + _.onMovedInvoiceItem = t9; }, - RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure: function RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure(t0) { + RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1: function RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1(t0) { this.store = t0; }, - RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0: function RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0(t0) { + RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2: function RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2(t0) { this.store = t0; }, - RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1: function RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1(t0, t1) { + RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure3: function RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure3(t0, t1) { this.store = t0; this.isTasks = t1; }, RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure: function RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure(t0) { this.isTasks = t0; }, - RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2: function RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2(t0) { + RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure4: function RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure4(t0) { this.store = t0; }, + RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure: function RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure(t0) { + this.store = t0; + }, + RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0: function RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0(t0, t1) { + this.store = t0; + this.invoice = t1; + }, RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore(store) { var t1 = store.__Store__state_A; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -130926,7 +131014,7 @@ _._exportFormat = t1; _._exportType = t2; _._exportEndDate = _._exportStartDate = _._exportDateRange = _._exportDate = ""; - _._isExporting = false; + _._isExporting = _._exportDocuments = false; _._widget = null; _._debugLifecycleState = t3; _._framework$_element = null; @@ -130935,27 +131023,27 @@ this.$this = t0; this.localization = t1; }, - _ImportExportState_build__closure10: function _ImportExportState_build__closure10(t0, t1) { + _ImportExportState_build__closure11: function _ImportExportState_build__closure11(t0, t1) { this.$this = t0; this.response = t1; }, _ImportExportState_build_closure: function _ImportExportState_build_closure(t0) { this.$this = t0; }, - _ImportExportState_build__closure11: function _ImportExportState_build__closure11(t0, t1) { + _ImportExportState_build__closure12: function _ImportExportState_build__closure12(t0, t1) { this.$this = t0; this.importType = t1; }, _ImportExportState_build_closure1: function _ImportExportState_build_closure1(t0) { this.$this = t0; }, - _ImportExportState_build__closure9: function _ImportExportState_build__closure9(t0) { + _ImportExportState_build__closure10: function _ImportExportState_build__closure10(t0) { this.$this = t0; }, _ImportExportState_build_closure3: function _ImportExportState_build_closure3(t0) { this.$this = t0; }, - _ImportExportState_build__closure8: function _ImportExportState_build__closure8(t0, t1) { + _ImportExportState_build__closure9: function _ImportExportState_build__closure9(t0, t1) { this.$this = t0; this.value = t1; }, @@ -130965,7 +131053,7 @@ _ImportExportState_build_closure5: function _ImportExportState_build_closure5(t0) { this.$this = t0; }, - _ImportExportState_build__closure7: function _ImportExportState_build__closure7(t0, t1) { + _ImportExportState_build__closure8: function _ImportExportState_build__closure8(t0, t1) { this.$this = t0; this.value = t1; }, @@ -130975,7 +131063,7 @@ _ImportExportState_build_closure7: function _ImportExportState_build_closure7(t0) { this.$this = t0; }, - _ImportExportState_build__closure6: function _ImportExportState_build__closure6(t0, t1) { + _ImportExportState_build__closure7: function _ImportExportState_build__closure7(t0, t1) { this.$this = t0; this.value = t1; }, @@ -130985,7 +131073,7 @@ _ImportExportState_build_closure9: function _ImportExportState_build_closure9(t0) { this.$this = t0; }, - _ImportExportState_build__closure5: function _ImportExportState_build__closure5(t0, t1) { + _ImportExportState_build__closure6: function _ImportExportState_build__closure6(t0, t1) { this.$this = t0; this.value = t1; }, @@ -130995,18 +131083,25 @@ _ImportExportState_build_closure10: function _ImportExportState_build_closure10(t0) { this.$this = t0; }, - _ImportExportState_build__closure4: function _ImportExportState_build__closure4(t0, t1) { + _ImportExportState_build__closure5: function _ImportExportState_build__closure5(t0, t1) { this.$this = t0; this.date = t1; }, _ImportExportState_build_closure11: function _ImportExportState_build_closure11(t0) { this.$this = t0; }, - _ImportExportState_build__closure3: function _ImportExportState_build__closure3(t0, t1) { + _ImportExportState_build__closure4: function _ImportExportState_build__closure4(t0, t1) { this.$this = t0; this.date = t1; }, - _ImportExportState_build_closure12: function _ImportExportState_build_closure12(t0, t1, t2) { + _ImportExportState_build_closure12: function _ImportExportState_build_closure12(t0) { + this.$this = t0; + }, + _ImportExportState_build__closure3: function _ImportExportState_build__closure3(t0, t1) { + this.$this = t0; + this.value = t1; + }, + _ImportExportState_build_closure13: function _ImportExportState_build_closure13(t0, t1, t2) { this.$this = t0; this.context = t1; this.localization = t2; @@ -131027,7 +131122,7 @@ _ImportExportState_build___closure: function _ImportExportState_build___closure(t0) { this.$this = t0; }, - _ImportExportState_build_closure13: function _ImportExportState_build_closure13(t0) { + _ImportExportState_build_closure14: function _ImportExportState_build_closure14(t0) { this.$this = t0; }, _ImportExportState_build__closure: function _ImportExportState_build__closure(t0) { @@ -156134,7 +156229,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 921 + $signature: 923 }; A.AppBootstrap__prepareAppRunner_closure.prototype = { call$1(params) { @@ -156171,7 +156266,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 921 + $signature: 923 }; A.AppBootstrap__prepareFlutterApp_closure.prototype = { call$1(options) { @@ -157732,25 +157827,25 @@ var t1 = A.createPlatformViewSlot(this.platformViewId); return new A.ViewClipChain(t1, t1); }, - $signature: 1434 + $signature: 1435 }; A.HtmlViewEmbedder__applyMutators_closure.prototype = { call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 465 + $signature: 481 }; A.HtmlViewEmbedder__applyMutators_closure0.prototype = { call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 465 + $signature: 481 }; A.HtmlViewEmbedder_submitFrame_closure.prototype = { call$1(view) { return !B.JSArray_methods.contains$1(this.diffResult.viewsToAdd, view); }, - $signature: 138 + $signature: 148 }; A.HtmlViewEmbedder__updateOverlays_closure.prototype = { call$1(group) { @@ -157762,13 +157857,13 @@ call$1(view) { return !B.JSArray_methods.contains$1(this.viewsNeedingOverlays, view); }, - $signature: 138 + $signature: 148 }; A.HtmlViewEmbedder__updateOverlays_closure1.prototype = { call$1(view) { return !this.$this._overlays.containsKey$1(0, view); }, - $signature: 138 + $signature: 148 }; A.OverlayGroup.prototype = {}; A.ViewClipChain.prototype = {}; @@ -157858,7 +157953,7 @@ } return new A.ViewListDiffResult(B.JSArray_methods.sublist$2(t1, 0, index), B.JSArray_methods.sublist$1(t2, t1.length - index), false, _null); }, - $signature: 920 + $signature: 922 }; A.diffViewList_lookBackwards.prototype = { call$1(index) { @@ -157878,7 +157973,7 @@ } return new A.ViewListDiffResult(B.JSArray_methods.sublist$1(t2, index + 1), B.JSArray_methods.sublist$2(t1, 0, t1.length - 1 - index), true, B.JSArray_methods.get$first(t2)); }, - $signature: 920 + $signature: 922 }; A.SkiaFontCollection.prototype = { get$fontFallbackManager() { @@ -158134,13 +158229,13 @@ call$0() { return A._setArrayType([], type$.JSArray_JavaScriptObject); }, - $signature: 919 + $signature: 921 }; A.SkiaFontCollection__registerWithFontProvider_closure0.prototype = { call$0() { return A._setArrayType([], type$.JSArray_JavaScriptObject); }, - $signature: 919 + $signature: 921 }; A.SkiaFontCollection_registerDownloadedFonts_makeRegisterFont.prototype = { call$3(buffer, url, family) { @@ -158252,7 +158347,7 @@ A.callMethod(_this.result, "set", [chunk, t1.position]); t1.position = t1.position + A._asInt(chunk.length); }, - $signature: 916 + $signature: 918 }; A.CkImage.prototype = { _init$0() { @@ -159064,7 +159159,7 @@ if (t1._nativeObject != null) t1.dispose$0(); }, - $signature: 3067 + $signature: 3065 }; A.NativeMemoryFinalizationRegistry.prototype = {}; A.UniqueRef.prototype = { @@ -160603,7 +160698,7 @@ } return $.__canvasKit._readField$0().TextStyle(properties); }, - $signature: 613 + $signature: 458 }; A.CkStrutStyle.prototype = { $eq(_, other) { @@ -161035,7 +161130,7 @@ this._box_0.errorEnvelopeEncoded = true; } }, - $signature: 177 + $signature: 176 }; A.ClipboardMessageHandler_setDataMethodCall_closure0.prototype = { call$1(_) { @@ -161055,7 +161150,7 @@ t1.toString; t1.call$1(B.C_JSONMessageCodec.encodeMessage$1([map])); }, - $signature: 37 + $signature: 38 }; A.ClipboardMessageHandler_getDataMethodCall_closure0.prototype = { call$1(error) { @@ -161077,7 +161172,7 @@ if (t1 != null) t1.call$1(null); }, - $signature: 113 + $signature: 109 }; A.ClipboardMessageHandler_hasStringsMethodCall_closure.prototype = { call$1(data) { @@ -161086,7 +161181,7 @@ t1.toString; t1.call$1(B.C_JSONMessageCodec.encodeMessage$1([map])); }, - $signature: 37 + $signature: 38 }; A.ClipboardMessageHandler_hasStringsMethodCall_closure0.prototype = { call$1(error) { @@ -161108,7 +161203,7 @@ if (t1 != null) t1.call$1(null); }, - $signature: 113 + $signature: 109 }; A.ClipboardAPICopyStrategy.prototype = { setData$1(_, text) { @@ -161398,7 +161493,7 @@ any.toString; return A._asString(any); }, - $signature: 603 + $signature: 466 }; A.HttpFetchResponseImpl.prototype = { get$status(_) { @@ -161649,12 +161744,12 @@ $._fontChangeScheduled = false; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/system", $.$get$_fontChangeMessage(), new A.sendFontChangeMessage__closure()); }, - $signature: 915 + $signature: 917 }; A.sendFontChangeMessage__closure.prototype = { call$1(_) { }, - $signature: 157 + $signature: 161 }; A.FontFallbackManager.prototype = { ensureFontsSupportText$2(text, fontFamilies) { @@ -161843,37 +161938,37 @@ call$1(font) { return font.name === "Noto Sans SC"; }, - $signature: 175 + $signature: 187 }; A.FontFallbackManager$__closure0.prototype = { call$1(font) { return font.name === "Noto Sans TC"; }, - $signature: 175 + $signature: 187 }; A.FontFallbackManager$__closure1.prototype = { call$1(font) { return font.name === "Noto Sans HK"; }, - $signature: 175 + $signature: 187 }; A.FontFallbackManager$__closure2.prototype = { call$1(font) { return font.name === "Noto Sans JP"; }, - $signature: 175 + $signature: 187 }; A.FontFallbackManager$__closure3.prototype = { call$1(font) { return font.name === "Noto Sans KR"; }, - $signature: 175 + $signature: 187 }; A.FontFallbackManager$__closure4.prototype = { call$1(font) { return font.name === "Noto Sans Symbols"; }, - $signature: 175 + $signature: 187 }; A.FontFallbackManager_addMissingCodePoints_closure.prototype = { call$0() { @@ -161908,14 +162003,14 @@ call$1(font) { return font.coverCount === 0; }, - $signature: 175 + $signature: 187 }; A.FontFallbackManager__selectFont_closure.prototype = { call$1(font) { var t1 = this.$this; return font === t1._notoSansSC || font === t1._notoSansTC || font === t1._notoSansHK || font === t1._notoSansJP || font === t1._notoSansKR; }, - $signature: 175 + $signature: 187 }; A._UnicodePropertyLookup.prototype = { get$length(_) { @@ -162092,13 +162187,13 @@ throw A.wrapException(A.AssertionError$(string$.There_w)); this._box_0.fontManifestJson = B.JSArray_methods.get$first(accumulated); }, - $signature: 3119 + $signature: 3111 }; A.fetchFontManifest_closure0.prototype = { call$1(chunk) { return this.inputSink.add$1(0, chunk); }, - $signature: 916 + $signature: 918 }; A.fetchFontManifest_closure1.prototype = { call$1(fontFamilyJson) { @@ -162109,7 +162204,7 @@ t1 = J.map$1$1$ax(type$.List_dynamic._as(t1.$index(fontFamilyJson, "fonts")), new A.fetchFontManifest__closure(), type$.FontAsset); return new A.FontFamily(familyName, A.List_List$of(t1, true, A._instanceType(t1)._eval$1("ListIterable.E"))); }, - $signature: 3139 + $signature: 3131 }; A.fetchFontManifest__closure.prototype = { call$1(fontAssetJson) { @@ -162131,7 +162226,7 @@ throw A.wrapException(A.AssertionError$("Invalid Font manifest, missing 'asset' key on font.")); return new A.FontAsset(asset, descriptors); }, - $signature: 3265 + $signature: 3261 }; A.FontLoadError.prototype = {}; A.FontNotFoundError.prototype = { @@ -167358,7 +167453,7 @@ call$1(codec) { codec.getNextFrame$0().then$1$1(0, new A.HtmlRenderer_decodeImageFromPixels_executeCallback_closure(this.callback), type$.Null); }, - $signature: 914 + $signature: 916 }; A.HtmlRenderer_decodeImageFromPixels_executeCallback_closure.prototype = { call$1(frameInfo) { @@ -168726,7 +168821,7 @@ call$0() { return new A.DateTime(Date.now(), false); }, - $signature: 446 + $signature: 542 }; A.BrowserImageDecoder__getOrCreateWebDecoder_closure.prototype = { call$0() { @@ -168760,7 +168855,7 @@ $._hotRestartListeners[_i].call$0(); return A.Future_Future$value(A.ServiceExtensionResponse$result("OK"), type$.ServiceExtensionResponse); }, - $signature: 911 + $signature: 913 }; A.initializeEngineServices_closure0.prototype = { call$0() { @@ -168794,7 +168889,7 @@ t1._viewsRenderedInCurrentFrame = null; } }, - $signature: 915 + $signature: 917 }; A.initializeEngineServices_initializeRendererCallback.prototype = { call$0() { @@ -168831,7 +168926,7 @@ call$1(id) { return A.futureToPromise(this.removeView.call$1(id), type$.nullable_JSObject); }, - $signature: 909 + $signature: 911 }; A.FlutterEngineInitializer__staticInteropFactoryStub_closure.prototype = { call$1(config) { @@ -168845,7 +168940,7 @@ $defaultValues() { return [null]; }, - $signature: 905 + $signature: 907 }; A.FlutterEngineInitializer__staticInteropFactoryStub_closure0.prototype = { call$0() { @@ -168865,7 +168960,7 @@ $defaultValues() { return [null]; }, - $signature: 905 + $signature: 907 }; A.futureToPromise_closure.prototype = { call$2(resolver, rejecter) { @@ -168892,49 +168987,49 @@ call$1($event) { return $event._event.altKey; }, - $signature: 198 + $signature: 206 }; A._kLogicalKeyToModifierGetter_closure0.prototype = { call$1($event) { return $event._event.altKey; }, - $signature: 198 + $signature: 206 }; A._kLogicalKeyToModifierGetter_closure1.prototype = { call$1($event) { return $event._event.ctrlKey; }, - $signature: 198 + $signature: 206 }; A._kLogicalKeyToModifierGetter_closure2.prototype = { call$1($event) { return $event._event.ctrlKey; }, - $signature: 198 + $signature: 206 }; A._kLogicalKeyToModifierGetter_closure3.prototype = { call$1($event) { return $event._event.shiftKey; }, - $signature: 198 + $signature: 206 }; A._kLogicalKeyToModifierGetter_closure4.prototype = { call$1($event) { return $event._event.shiftKey; }, - $signature: 198 + $signature: 206 }; A._kLogicalKeyToModifierGetter_closure5.prototype = { call$1($event) { return $event._event.metaKey; }, - $signature: 198 + $signature: 206 }; A._kLogicalKeyToModifierGetter_closure6.prototype = { call$1($event) { return $event._event.metaKey; }, - $signature: 198 + $signature: 206 }; A._cached_closure.prototype = { call$0() { @@ -169179,7 +169274,7 @@ _this.$this.performDispatchKeyData.call$1(_this.getData.call$0()); } }, - $signature: 113 + $signature: 109 }; A.KeyboardConverter__scheduleAsyncEvent_closure0.prototype = { call$0() { @@ -169191,7 +169286,7 @@ call$0() { return new A.KeyData(new A.Duration(this.currentTimeStamp._duration + 2000000), B.KeyEventType_1, this.physicalKey, this.logicalKey, null, true); }, - $signature: 903 + $signature: 905 }; A.KeyboardConverter__startGuardingKey_closure0.prototype = { call$0() { @@ -169233,13 +169328,13 @@ } return B.JSString_methods.get$hashCode(t1) + 98784247808; }, - $signature: 183 + $signature: 191 }; A.KeyboardConverter__handleEvent_closure0.prototype = { call$0() { return new A.KeyData(this.timeStamp, B.KeyEventType_1, this.physicalKey, this.logicalKey.call$0(), null, true); }, - $signature: 903 + $signature: 905 }; A.KeyboardConverter__handleEvent_closure1.prototype = { call$0() { @@ -169274,7 +169369,7 @@ this._box_0.sentAnyEvents = true; return this.$this.performDispatchKeyData.call$1(data); }, - $signature: 614 + $signature: 452 }; A.ContextMenu.prototype = { disable$0(_) { @@ -169469,7 +169564,7 @@ A.MultiEntriesBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 157 + $signature: 161 }; A.SingleEntryBrowserHistory.prototype = { SingleEntryBrowserHistory$1$urlStrategy(urlStrategy) { @@ -169566,12 +169661,12 @@ A.SingleEntryBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 157 + $signature: 161 }; A.SingleEntryBrowserHistory_onPopState_closure0.prototype = { call$1(_) { }, - $signature: 157 + $signature: 161 }; A.NotoFont.prototype = {}; A.FallbackFontComponent.prototype = { @@ -169592,7 +169687,7 @@ call$1(font) { return font.enabled; }, - $signature: 175 + $signature: 187 }; A.EnginePictureRecorder.prototype = { beginRecording$1(bounds) { @@ -170056,7 +170151,7 @@ call$1(_) { this.$this.invokeOnMetricsChanged$0(); }, - $signature: 61 + $signature: 63 }; A.EnginePlatformDispatcher_invokeOnKeyData_closure.prototype = { call$0() { @@ -170068,19 +170163,19 @@ call$1(data) { this.registrationZone.runUnaryGuarded$2(this.callback, data); }, - $signature: 157 + $signature: 161 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure.prototype = { call$1(_) { this.$this.replyToPlatformMessage$2(this.callback, B.C_JSONMessageCodec.encodeMessage$1([true])); }, - $signature: 113 + $signature: 109 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure0.prototype = { call$1(success) { this.$this.replyToPlatformMessage$2(this.callback, B.C_JSONMessageCodec.encodeMessage$1([success])); }, - $signature: 177 + $signature: 176 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure1.prototype = { call$1(handled) { @@ -170090,7 +170185,7 @@ else if (t1 != null) t1.call$1(null); }, - $signature: 177 + $signature: 176 }; A.EnginePlatformDispatcher__addLocaleChangedListener_closure.prototype = { call$1(_) { @@ -170147,7 +170242,7 @@ if (t1 != null) t1.call$1(this.data); }, - $signature: 113 + $signature: 109 }; A.invoke2_closure.prototype = { call$0() { @@ -170248,7 +170343,7 @@ wrapper.append($content); return wrapper; }, - $signature: 613 + $signature: 458 }; A.PlatformViewMessageHandler.prototype = { _createPlatformView$4$params$platformViewId$platformViewType(callback, params, platformViewId, platformViewType) { @@ -170834,7 +170929,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, sanitizer.sanitizeDownEvent$2$button$buttons(t2, B.JSNumber_methods.toInt$0(t3)), $event); t1.__engine$_callback$2($event, pointerData); }, - $signature: 254 + $signature: 264 }; A._PointerAdapter_setup_closure0.prototype = { call$1($event) { @@ -170859,7 +170954,7 @@ } t1.__engine$_callback$2($event, pointerData); }, - $signature: 254 + $signature: 264 }; A._PointerAdapter_setup_closure1.prototype = { call$1($event) { @@ -170875,7 +170970,7 @@ t1.__engine$_callback$2($event, pointerData); } }, - $signature: 254 + $signature: 264 }; A._PointerAdapter_setup_closure2.prototype = { call$1($event) { @@ -170896,7 +170991,7 @@ } } }, - $signature: 254 + $signature: 264 }; A._PointerAdapter_setup_closure3.prototype = { call$1($event) { @@ -170914,7 +171009,7 @@ t1.__engine$_callback$2($event, pointerData); } }, - $signature: 254 + $signature: 264 }; A._PointerAdapter_setup_closure4.prototype = { call$1($event) { @@ -171166,7 +171261,7 @@ t1.stopPropagation(); } }, - $signature: 157 + $signature: 161 }; A.GlProgram.prototype = {}; A.GlContext.prototype = { @@ -171416,7 +171511,7 @@ return true; return !roleManager.focusAsRouteDefault$0(); }, - $signature: 897 + $signature: 899 }; A.RouteName.prototype = { update$0(_) { @@ -171794,7 +171889,7 @@ call$1(mode) { this.$this.update$0(0); }, - $signature: 896 + $signature: 898 }; A.LabelAndValue.prototype = { update$0(_) { @@ -172091,7 +172186,7 @@ call$1(_) { this.$this._gestureModeDidChange$0(); }, - $signature: 896 + $signature: 898 }; A.Scrollable_update_closure1.prototype = { call$1(_) { @@ -172739,7 +172834,7 @@ call$0() { return new A.DateTime(Date.now(), false); }, - $signature: 446 + $signature: 542 }; A.EngineSemantics__getGestureModeClock_closure.prototype = { call$0() { @@ -173009,7 +173104,7 @@ this.removals.add$1(0, node); return true; }, - $signature: 897 + $signature: 899 }; A.EnabledState.prototype = { _enumToString$0() { @@ -174025,7 +174120,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 215 + $signature: 231 }; A.StandardMethodCodec.prototype = { decodeMethodCall$1(methodCall) { @@ -174985,7 +175080,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 2776 + $signature: 2761 }; A.TextFragmenter.prototype = {}; A.TextFragment.prototype = {}; @@ -176330,7 +176425,7 @@ t1.trailingSpaces = t1.trailingNewlines = 0; t1.prev1 = t1.prev2 = null; }, - $signature: 3046 + $signature: 3041 }; A.RulerHost.prototype = { dispose$0() { @@ -178084,7 +178179,7 @@ t1 = A.CastIterable_CastIterable(new A._DomListWrapper(A.callMethod(form, "getElementsByClassName", ["submitBtn"]), t1), t1._eval$1("Iterable.E"), type$.JavaScriptObject); A._instanceType(t1)._rest[1]._as(J.get$first$ax(t1._source)).click(); }, - $signature: 3070 + $signature: 3066 }; A.TextEditingChannel.prototype = { handleTextInput$2(data, callback) { @@ -178235,7 +178330,7 @@ $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3(_s17_, B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall("TextInputClient.updateEditingState", [t1, editingState.toFlutter$0()])), A._engine___emptyCallback$closure()); } }, - $signature: 3081 + $signature: 3068 }; A.HybridTextEditing__startEditing_closure.prototype = { call$1(inputAction) { @@ -178244,7 +178339,7 @@ t1 = t1._clientId; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/textinput", B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall("TextInputClient.performAction", [t1, inputAction])), A._engine___emptyCallback$closure()); }, - $signature: 96 + $signature: 100 }; A.EditableTextStyle.prototype = { applyToDomElement$1(domElement) { @@ -178267,7 +178362,7 @@ call$1(e) { return A._asNum(e); }, - $signature: 3110 + $signature: 3096 }; A.TransformKind.prototype = { _enumToString$0() { @@ -178278,7 +178373,7 @@ call$1(byte) { return "0x" + B.JSString_methods.padLeft$2(B.JSInt_methods.toRadixString$1(byte, 16), 2, "0"); }, - $signature: 380 + $signature: 368 }; A.LruCache.prototype = { get$length(_) { @@ -178640,13 +178735,13 @@ call$2(entries, _) { new A.MappedListIterable(entries, new A.CustomElementDimensionsProvider__closure(), entries.$ti._eval$1("MappedListIterable")).forEach$1(0, this.$this.get$_broadcastSize()); }, - $signature: 3195 + $signature: 3185 }; A.CustomElementDimensionsProvider__closure.prototype = { call$1(entry) { return new A.Size(entry.contentRect.width, entry.contentRect.height); }, - $signature: 3260 + $signature: 3217 }; A.DimensionsProvider.prototype = { close$0(_) { @@ -178785,7 +178880,7 @@ t1 = type$.Object._as(t1); A.callMethod(this.$this._hostElement, "setAttribute", [entry.key, t1]); }, - $signature: 895 + $signature: 897 }; A.FullPageEmbeddingStrategy.prototype = { get$globalEventTarget() { @@ -178861,7 +178956,7 @@ t2 = type$.Object._as(t2); A.callMethod(t1, "setAttribute", [entry.key, t2]); }, - $signature: 895 + $signature: 897 }; A.FlutterViewManager.prototype = { $index(_, viewId) { @@ -178903,7 +178998,7 @@ call$0() { return null; }, - $signature: 3366 + $signature: 3352 }; A.EngineFlutterView.prototype = { EngineFlutterView$_$3(viewId, platformDispatcher, hostElement) { @@ -179350,7 +179445,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 67 + $signature: 66 }; A.ViewPadding.prototype = {}; A._DefaultTextEditingStrategy_Object_CompositionAwareMixin.prototype = {}; @@ -182264,7 +182359,7 @@ call$0() { return B.JSNumber_methods.floor$0(1000 * this.performance.now()); }, - $signature: 183 + $signature: 191 }; A.Primitives_functionNoSuchMethod_closure.prototype = { call$2($name, argument) { @@ -182274,7 +182369,7 @@ this.$arguments.push(argument); ++t1.argumentCount; }, - $signature: 146 + $signature: 141 }; A.TypeErrorDecoder.prototype = { matchTypeError$1(message) { @@ -184153,7 +184248,7 @@ } else if (t2 === 0 && !_this.eagerError) _this._future._completeError$2(_this.error._readLocal$0(), _this.stackTrace._readLocal$0()); }, - $signature: 162 + $signature: 166 }; A.Future_wait_closure.prototype = { call$1(value) { @@ -184493,7 +184588,7 @@ call$2(error, stackTrace) { this.$this._completeError$2(error, stackTrace); }, - $signature: 191 + $signature: 188 }; A._Future__chainForeignFuture_closure1.prototype = { call$0() { @@ -184640,7 +184735,7 @@ this._future._completeError$2(e, s); } }, - $signature: 191 + $signature: 188 }; A._AsyncCallbackEntry.prototype = {}; A.Stream.prototype = { @@ -184718,7 +184813,7 @@ t1._addError$2(error, stackTrace); t1._closeUnchecked$0(); }, - $signature: 372 + $signature: 359 }; A.Stream_asyncMap_closure.prototype = { call$0() { @@ -184826,7 +184921,7 @@ A.Stream_forEach__closure0.prototype = { call$1(_) { }, - $signature: 113 + $signature: 109 }; A.Stream_length_closure.prototype = { call$1(_) { @@ -185160,7 +185255,7 @@ t1._addError$2(e, s); t1._close$0(); }, - $signature: 191 + $signature: 188 }; A._AddStreamState_cancel_closure.prototype = { call$0() { @@ -185686,7 +185781,7 @@ call$2(error, stackTrace) { A._cancelAndError(this.subscription, this.future, error, stackTrace); }, - $signature: 162 + $signature: 166 }; A._cancelAndValue_closure.prototype = { call$0() { @@ -186383,7 +186478,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 144 + $signature: 150 }; A._HashMapKeyIterable.prototype = { get$length(_) { @@ -186472,7 +186567,7 @@ call$1(v) { return this.K._is(v); }, - $signature: 144 + $signature: 150 }; A._HashSet.prototype = { _newSet$0() { @@ -186921,7 +187016,7 @@ call$2(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 215 + $signature: 231 }; A.LinkedList.prototype = { remove$1(_, entry) { @@ -187533,7 +187628,7 @@ t1._contents = t2 + ": "; t1._contents += A.S(v); }, - $signature: 317 + $signature: 310 }; A.UnmodifiableMapBase.prototype = {}; A._MapBaseValueIterable.prototype = { @@ -188543,7 +188638,7 @@ call$1(a) { return this.K._is(a); }, - $signature: 144 + $signature: 150 }; A._SplayTreeIterator.prototype = { get$current(_) { @@ -188800,7 +188895,7 @@ call$1(v) { return this.E._is(v); }, - $signature: 144 + $signature: 150 }; A.SplayTreeSet__newSet_closure.prototype = { call$2(a, b) { @@ -189759,7 +189854,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 317 + $signature: 310 }; A._JsonPrettyPrintMixin.prototype = { writeList$1(list) { @@ -189824,7 +189919,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 317 + $signature: 310 }; A._JsonStringStringifier.prototype = { get$_partialResult() { @@ -190711,7 +190806,7 @@ hash = hash + ((hash & 524287) << 10) & 536870911; return hash ^ hash >>> 6; }, - $signature: 500 + $signature: 546 }; A._BigIntImpl_hashCode_finish.prototype = { call$1(hash) { @@ -190719,7 +190814,7 @@ hash ^= hash >>> 11; return hash + ((hash & 16383) << 15) & 536870911; }, - $signature: 135 + $signature: 133 }; A._BigIntImpl_toDouble_readBits.prototype = { call$1(n) { @@ -190745,7 +190840,7 @@ t1.cachedBitsLength = t4; return result; }, - $signature: 135 + $signature: 133 }; A._BigIntImpl_toDouble_roundUp.prototype = { call$0() { @@ -190792,7 +190887,7 @@ A._asStringQ(value); } }, - $signature: 146 + $signature: 141 }; A.DateTime.prototype = { get$timeZoneOffset() { @@ -190877,7 +190972,7 @@ return 0; return A.int_parse(matched, null); }, - $signature: 891 + $signature: 893 }; A.DateTime_parse_parseMilliAndMicroseconds.prototype = { call$1(matched) { @@ -190891,7 +190986,7 @@ } return result; }, - $signature: 891 + $signature: 893 }; A.Duration.prototype = { $add(_, other) { @@ -192959,7 +193054,7 @@ this.error.call$2("each part must be in the range of `0x0..0xFFFF`", start); return value; }, - $signature: 500 + $signature: 546 }; A._Uri.prototype = { get$_text() { @@ -193281,7 +193376,7 @@ for (t1 = J.get$iterator$ax(value), t2 = this.writeParameter; t1.moveNext$0();) t2.call$2(key, t1.get$current(t1)); }, - $signature: 146 + $signature: 141 }; A._Uri__splitQueryStringAll_parsePair.prototype = { call$3(start, equalsIndex, end) { @@ -193380,7 +193475,7 @@ for (t1 = chars.length, i = 0; i < t1; ++i) target[chars.charCodeAt(i) ^ 96] = transition; }, - $signature: 884 + $signature: 886 }; A._createTables_setRange.prototype = { call$3(target, range, transition) { @@ -193388,7 +193483,7 @@ for (i = range.charCodeAt(0), n = range.charCodeAt(1); i <= n; ++i) target[(i ^ 96) >>> 0] = transition; }, - $signature: 884 + $signature: 886 }; A._SimpleUri.prototype = { get$hasScheme() { @@ -194617,13 +194712,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 146 + $signature: 141 }; A.MidiInputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 146 + $signature: 141 }; A.MidiOutputMap.prototype = { containsKey$1(receiver, key) { @@ -194686,13 +194781,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 146 + $signature: 141 }; A.MidiOutputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 146 + $signature: 141 }; A.MidiPort.prototype = { get$id(receiver) { @@ -195230,13 +195325,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 146 + $signature: 141 }; A.RtcStatsReport_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 146 + $signature: 141 }; A.SelectElement.prototype = { get$length(receiver) { @@ -195445,13 +195540,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 174 + $signature: 194 }; A.Storage_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 174 + $signature: 194 }; A.StyleSheet.prototype = {$isStyleSheet: 1}; A.TextAreaElement.prototype = { @@ -196245,21 +196340,21 @@ if (B.JSString_methods.startsWith$1(key, "data-")) this.f.call$2(this.$this._toCamelCase$1(B.JSString_methods.substring$1(key, 5)), value); }, - $signature: 174 + $signature: 194 }; A._DataAttributeMap_keys_closure.prototype = { call$2(key, value) { if (B.JSString_methods.startsWith$1(key, "data-")) this.keys.push(this.$this._toCamelCase$1(B.JSString_methods.substring$1(key, 5))); }, - $signature: 174 + $signature: 194 }; A._DataAttributeMap_values_closure.prototype = { call$2(key, value) { if (B.JSString_methods.startsWith$1(key, "data-")) this.values.push(value); }, - $signature: 174 + $signature: 194 }; A.EventStreamProvider.prototype = {}; A._EventStream.prototype = { @@ -196334,13 +196429,13 @@ call$1(e) { return this.onData.call$1(e); }, - $signature: 486 + $signature: 450 }; A._EventStreamSubscription_onData_closure.prototype = { call$1(e) { return this.handleData.call$1(e); }, - $signature: 486 + $signature: 450 }; A.ImmutableListMixin.prototype = { get$iterator(receiver) { @@ -196827,7 +196922,7 @@ t1._unsubscribed = true; return t1._closeFile$0(); }, - $signature: 244 + $signature: 258 }; A._FileStream__closeFile_done.prototype = { call$0() { @@ -196873,7 +196968,7 @@ if (t1._atEnd) t1._closeFile$0(); }, - $signature: 873 + $signature: 875 }; A._FileStream__readBlock_closure0.prototype = { call$2(e, s) { @@ -196887,7 +196982,7 @@ t1._unsubscribed = true; } }, - $signature: 372 + $signature: 359 }; A._FileStream__start_onReady.prototype = { call$1(file) { @@ -196896,7 +196991,7 @@ t1._readInProgress = false; t1._readBlock$0(); }, - $signature: 872 + $signature: 874 }; A._FileStream__start_onOpenFile.prototype = { call$1(file) { @@ -196908,7 +197003,7 @@ else t3.call$1(file); }, - $signature: 872 + $signature: 874 }; A._FileStream__start_onOpenFile_closure.prototype = { call$2(e, s) { @@ -196919,7 +197014,7 @@ t1._readInProgress = false; t1._closeFile$0(); }, - $signature: 372 + $signature: 359 }; A._FileStream__start_openFailed.prototype = { call$2(error, stackTrace) { @@ -196930,7 +197025,7 @@ t1.___FileStream__controller_A.close$0(0); t1._closeCompleter.complete$0(0); }, - $signature: 215 + $signature: 231 }; A._File.prototype = { existsSync$0() { @@ -196964,14 +197059,14 @@ A._checkForErrorResponse(response, "Cannot open file", t1); return A._RandomAccessFile$(response, t1); }, - $signature: 870 + $signature: 872 }; A._File_length_closure.prototype = { call$1(response) { A._checkForErrorResponse(response, "Cannot retrieve length of file", this.$this._path); return response; }, - $signature: 263 + $signature: 240 }; A._File_readAsBytes_readUnsized.prototype = { call$1(file) { @@ -196980,7 +197075,7 @@ new A._File_readAsBytes_readUnsized_read(file, new A._BytesBuilder(t1), new A._AsyncCompleter(t2, type$._AsyncCompleter_Uint8List)).call$0(); return t2; }, - $signature: 869 + $signature: 871 }; A._File_readAsBytes_readUnsized_read.prototype = { call$0() { @@ -196999,7 +197094,7 @@ } else this.completer.complete$1(0, t1.takeBytes$0()); }, - $signature: 873 + $signature: 875 }; A._File_readAsBytes_readSized.prototype = { call$2(file, $length) { @@ -197038,13 +197133,13 @@ _this.completer.complete$1(0, t1.data); } }, - $signature: 164 + $signature: 159 }; A._File_readAsBytes_closure.prototype = { call$1(file) { return file.length$0(0).then$1$1(0, new A._File_readAsBytes__closure(this.readUnsized, file, this.readSized), type$.Uint8List).whenComplete$1(file.get$close(file)); }, - $signature: 869 + $signature: 871 }; A._File_readAsBytes__closure.prototype = { call$1($length) { @@ -197123,7 +197218,7 @@ t1.addRead$1(J.get$length$asx(result)); return result; }, - $signature: 2791 + $signature: 2784 }; A._RandomAccessFile_readInto_closure.prototype = { call$1(response) { @@ -197140,7 +197235,7 @@ t1.addRead$1(read); return read; }, - $signature: 263 + $signature: 240 }; A._RandomAccessFile_setPosition_closure.prototype = { call$1(response) { @@ -197148,14 +197243,14 @@ A._checkForErrorResponse(response, "setPosition failed", t1.path); return t1; }, - $signature: 870 + $signature: 872 }; A._RandomAccessFile_length_closure.prototype = { call$1(response) { A._checkForErrorResponse(response, "length failed", this.$this.path); return A._asInt(response); }, - $signature: 263 + $signature: 240 }; A.FileSystemEntity.prototype = {}; A.SystemEncoding.prototype = {}; @@ -197181,19 +197276,19 @@ call$1(o) { return new A.JsFunction(o); }, - $signature: 3013 + $signature: 3011 }; A._wrapToDart_closure0.prototype = { call$1(o) { return new A.JsArray(o, type$.JsArray_dynamic); }, - $signature: 3020 + $signature: 3014 }; A._wrapToDart_closure1.prototype = { call$1(o) { return new A.JsObject(o); }, - $signature: 3023 + $signature: 3018 }; A.JsObject.prototype = { $index(_, property) { @@ -197338,7 +197433,7 @@ } else return o; }, - $signature: 352 + $signature: 406 }; A.promiseToFuture_closure.prototype = { call$1(r) { @@ -197397,7 +197492,7 @@ } return o; }, - $signature: 352 + $signature: 406 }; A.NullRejectionException.prototype = { toString$0(_) { @@ -198029,13 +198124,13 @@ call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 867 + $signature: 869 }; A.ChannelBuffers_setListener_closure.prototype = { call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 867 + $signature: 869 }; A.OffsetBase.prototype = { $lt(_, other) { @@ -198543,7 +198638,7 @@ call$1(code) { return B.JSString_methods.padLeft$2(B.JSInt_methods.toRadixString$1(code, 16), 2, "0"); }, - $signature: 380 + $signature: 368 }; A.Color.prototype = { $eq(_, other) { @@ -199082,7 +199177,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 3052 + $signature: 3049 }; A.bootstrapEngine_closure0.prototype = { call$0() { @@ -199119,7 +199214,7 @@ call$0() { return type$.JavaScriptFunction._as(A.allowInterop(this.fn)); }, - $signature: 613 + $signature: 458 }; A.HashUrlStrategy.prototype = { addPopStateListener$1(fn) { @@ -199192,7 +199287,7 @@ } this.fn.call$1(t1); }, - $signature: 3064 + $signature: 3062 }; A.HashUrlStrategy_addPopStateListener_closure.prototype = { call$0() { @@ -199282,13 +199377,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 146 + $signature: 141 }; A.AudioParamMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 146 + $signature: 141 }; A.AudioTrack.prototype = { get$id(receiver) { @@ -201706,7 +201801,7 @@ call$1(element) { $.$get$_log().log$4(B.Level_FINER_400, " - " + element.toString$0(0), null, null); }, - $signature: 351 + $signature: 296 }; A.AttributedSpans__getMarkerAt_closure.prototype = { call$1(marker) { @@ -201777,19 +201872,19 @@ t2.$indexSet(0, t3, t1 - 1); } }, - $signature: 351 + $signature: 296 }; A.AttributedSpans_copyAttributionRegion__closure1.prototype = { call$0() { return 0; }, - $signature: 183 + $signature: 191 }; A.AttributedSpans_copyAttributionRegion__closure2.prototype = { call$0() { return 0; }, - $signature: 183 + $signature: 191 }; A.AttributedSpans_copyAttributionRegion_closure1.prototype = { call$2(markerAttribution, count) { @@ -201799,7 +201894,7 @@ } else if (count < 0 || count > 1) throw A.wrapException(A.Exception_Exception("Found an unbalanced number of `start` and `end` markers before offset: " + this.startOffset + " - " + A.S(this.$this._markers))); }, - $signature: 865 + $signature: 867 }; A.AttributedSpans_copyAttributionRegion_closure2.prototype = { call$1(marker) { @@ -201814,7 +201909,7 @@ $.$get$_log().log$4(B.Level_FINE_500, 'copying "' + marker.attribution.toString$0(0) + '" at ' + t1 + " from original AttributionSpans to copy region.", null, null); this.cutAttributions.push(marker.copyWith$1$offset(t1 - this.startOffset)); }, - $signature: 351 + $signature: 296 }; A.AttributedSpans_copyAttributionRegion_closure4.prototype = { call$1(marker) { @@ -201843,19 +201938,19 @@ t2.$indexSet(0, t3, t1 - 1); } }, - $signature: 351 + $signature: 296 }; A.AttributedSpans_copyAttributionRegion__closure.prototype = { call$0() { return 0; }, - $signature: 183 + $signature: 191 }; A.AttributedSpans_copyAttributionRegion__closure0.prototype = { call$0() { return 0; }, - $signature: 183 + $signature: 191 }; A.AttributedSpans_copyAttributionRegion_closure6.prototype = { call$2(markerAttribution, count) { @@ -201866,13 +201961,13 @@ } else if (count < 0 || count > 1) throw A.wrapException(A.Exception_Exception("Found an unbalanced number of `start` and `end` markers after offset: " + _this._box_0.endOffset + " - " + A.S(_this.$this._markers))); }, - $signature: 865 + $signature: 867 }; A.AttributedSpans_pushAttributionsBack_closure.prototype = { call$1(marker) { return marker.copyWith$1$offset(marker.offset + this.offset); }, - $signature: 864 + $signature: 866 }; A.AttributedSpans_contractAttributions_closure.prototype = { call$1(marker) { @@ -201909,7 +202004,7 @@ _this.needToEndAttributions.add$1(0, t2); } }, - $signature: 351 + $signature: 296 }; A.AttributedSpans_contractAttributions_closure2.prototype = { call$1(marker) { @@ -201921,7 +202016,7 @@ call$1(marker) { return marker.copyWith$1$offset(marker.offset - this.count); }, - $signature: 864 + $signature: 866 }; A.SpanMarker.prototype = { copyWith$1$offset(offset) { @@ -202396,7 +202491,7 @@ t1.initialY = t5; } }, - $signature: 58 + $signature: 57 }; A.BoardItemState_build_closure2.prototype = { call$0() { @@ -202532,7 +202627,7 @@ t1._widget.boardView.leftListX = t3; } }, - $signature: 58 + $signature: 57 }; A.BoardListState_build_closure1.prototype = { call$0() { @@ -202575,7 +202670,7 @@ else return t1; }, - $signature: 97 + $signature: 96 }; A._BoardListState_State_AutomaticKeepAliveClientMixin.prototype = { initState$0() { @@ -203495,7 +203590,7 @@ else return temp; }, - $signature: 97 + $signature: 96 }; A.BoardViewState_build_closure1.prototype = { call$0() { @@ -203584,7 +203679,7 @@ t1.setState$1(new A.BoardViewState_build__closure0()); } }, - $signature: 3264 + $signature: 3251 }; A.BoardViewState_build__closure0.prototype = { call$0() { @@ -203603,7 +203698,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure1()); }, - $signature: 199 + $signature: 195 }; A.BoardViewState_build__closure1.prototype = { call$0() { @@ -203633,7 +203728,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure()); }, - $signature: 3266 + $signature: 3265 }; A.BoardViewState_build__closure.prototype = { call$0() { @@ -204005,7 +204100,7 @@ call$2(h, i) { return A._combine(h, J.get$hashCode$(i)); }, - $signature: 3303 + $signature: 3266 }; A.BuiltList.prototype = { rebuild$1(updates) { @@ -204698,14 +204793,14 @@ var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 215 + $signature: 231 }; A.MapBuilder_replace_closure0.prototype = { call$2(key, value) { var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 215 + $signature: 231 }; A.BuiltSet.prototype = { get$hashCode(_) { @@ -205125,7 +205220,7 @@ $._indentingBuiltValueToStringHelperIndent = $._indentingBuiltValueToStringHelperIndent + 2; return new A.IndentingBuiltValueToStringHelper(t1); }, - $signature: 3306 + $signature: 3267 }; A.IndentingBuiltValueToStringHelper.prototype = { add$2(_, field, value) { @@ -205258,34 +205353,34 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.Object); }, - $signature: 3307 + $signature: 3304 }; A.Serializers_Serializers_closure0.prototype = { call$0() { var t1 = type$.Object; return A.ListMultimapBuilder_ListMultimapBuilder(t1, t1); }, - $signature: 3308 + $signature: 3307 }; A.Serializers_Serializers_closure1.prototype = { call$0() { var t1 = type$.Object; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 3314 + $signature: 3310 }; A.Serializers_Serializers_closure2.prototype = { call$0() { return A.SetBuilder_SetBuilder(type$.Object); }, - $signature: 3317 + $signature: 3314 }; A.Serializers_Serializers_closure3.prototype = { call$0() { var t1 = type$.Object; return A.SetMultimapBuilder_SetMultimapBuilder(t1, t1); }, - $signature: 3332 + $signature: 3328 }; A.FullType.prototype = { $eq(_, other) { @@ -205678,13 +205773,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 203 + $signature: 196 }; A.BuiltListMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 352 + $signature: 406 }; A.BuiltListSerializer.prototype = { serialize$3$specifiedType(serializers, builtList, specifiedType) { @@ -205724,13 +205819,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 203 + $signature: 196 }; A.BuiltListSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 203 + $signature: 196 }; A.BuiltMapSerializer.prototype = { serialize$3$specifiedType(serializers, builtMap, specifiedType) { @@ -205865,13 +205960,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 203 + $signature: 196 }; A.BuiltSetMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 203 + $signature: 196 }; A.BuiltSetSerializer.prototype = { serialize$3$specifiedType(serializers, builtSet, specifiedType) { @@ -205911,13 +206006,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 203 + $signature: 196 }; A.BuiltSetSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 203 + $signature: 196 }; A.DateTimeSerializer.prototype = { serialize$3$specifiedType(serializers, dateTime, specifiedType) { @@ -206364,7 +206459,7 @@ call$1(value) { return value == null; }, - $signature: 144 + $signature: 150 }; A.StandardJsonPlugin__toList_closure0.prototype = { call$2(key, value) { @@ -206379,13 +206474,13 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 215 + $signature: 231 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure.prototype = { call$1(value) { return value == null; }, - $signature: 144 + $signature: 150 }; A.StandardJsonPlugin__toListUsingDiscriminator_closure0.prototype = { call$2(key, value) { @@ -206402,7 +206497,7 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 215 + $signature: 231 }; A.StringCharacters.prototype = { get$iterator(_) { @@ -207198,7 +207293,7 @@ call$1(_) { return null; }, - $signature: 853 + $signature: 855 }; A.BaseBarRenderer_preprocessSeries__closure1.prototype = { call$0() { @@ -207257,7 +207352,7 @@ call$2(a, b) { return a + b; }, - $signature: 212 + $signature: 236 }; A.BaseBarRenderer_update_closure.prototype = { call$1(series) { @@ -207359,7 +207454,7 @@ call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 465 + $signature: 481 }; A.BaseBarRenderer_update_closure0.prototype = { call$2(key, barStackList) { @@ -207540,7 +207635,7 @@ call$0() { return A._setArrayType([], type$.JSArray_int); }, - $signature: 849 + $signature: 851 }; A._ReversedSeriesIterator_closure0.prototype = { call$2(_, indices) { @@ -209410,7 +209505,7 @@ call$1(value) { return value == null ? "" : this.numberFormat.format$1(value); }, - $signature: 846 + $signature: 848 }; A.BaseTickProvider.prototype = { createTicks$8$context$formatter$formatterValueCache$graphicsFactory$scale$stepSize$tickDrawStrategy(domainValues, context, formatter, formatterValueCache, graphicsFactory, scale, stepSize, tickDrawStrategy) { @@ -209953,7 +210048,7 @@ axis.context = t1; axis.tickDrawStrategy = A.NoneDrawStrategy$(t1, this.graphicsFactory, type$.num); }, - $signature: 345 + $signature: 288 }; A.CartesianChart_makeSeries_closure.prototype = { call$1(_) { @@ -209965,20 +210060,20 @@ call$2(axisId, axis) { this.$this.addView$1(axis); }, - $signature: 345 + $signature: 288 }; A.CartesianChart_preprocessSeries_closure0.prototype = { call$2(axisId, axis) { axis.resetDomains$0(); }, - $signature: 345 + $signature: 288 }; A.CartesianChart_preprocessSeries_closure1.prototype = { call$2(axisId, axis) { axis.axisOrientation = this.reverseAxisDirection ? B.AxisOrientation_3 : B.AxisOrientation_1; axis.reverseOutputRange = false; }, - $signature: 345 + $signature: 288 }; A.CartesianChart_preprocessSeries_closure2.prototype = { call$2(rendererId, seriesList) { @@ -209994,7 +210089,7 @@ call$2(axisId, axis) { axis.updateTicks$0(); }, - $signature: 345 + $signature: 288 }; A.BaseCartesianRenderer.prototype = { onAttach$1(chart) { @@ -210408,7 +210503,7 @@ view.set$graphicsFactory(t1); return t1; }, - $signature: 176 + $signature: 185 }; A.BaseChart_getSelectionModel_closure.prototype = { call$0() { @@ -210567,7 +210662,7 @@ t1 = t1.get$animatingThisDraw() ? t1.animationPercent : 1; view.paint$2(this.canvas, t1); }, - $signature: 176 + $signature: 185 }; A.BaseChart_fireOnDraw_closure.prototype = { call$1(listener) { @@ -210691,7 +210786,7 @@ else return origColor; }, - $signature: 231 + $signature: 234 }; A.Legend.prototype = { defaultLegendMeasureFormatter$1(value) { @@ -211800,7 +211895,7 @@ t1.toString; return t1; }, - $signature: 231 + $signature: 234 }; A.BaseSeriesRenderer_assignMissingColors_closure0.prototype = { call$1(series) { @@ -211830,7 +211925,7 @@ call$1(_) { return this.color; }, - $signature: 231 + $signature: 234 }; A.BaseSeriesRenderer_assignMissingColors_closure1.prototype = { call$1(category) { @@ -211865,13 +211960,13 @@ call$1(_) { return this.color; }, - $signature: 231 + $signature: 234 }; A.BaseSeriesRenderer_assignMissingColors__closure1.prototype = { call$1(index) { return this.series.colorFn.call$1(index); }, - $signature: 231 + $signature: 234 }; A.BaseSeriesRenderer_assignMissingColors_closure3.prototype = { call$1(series) { @@ -211886,7 +211981,7 @@ call$1(index) { return this.series.colorFn.call$1(index); }, - $signature: 231 + $signature: 234 }; A.BaseSeriesRenderer_assignMissingColors_closure4.prototype = { call$1(series) { @@ -212071,7 +212166,7 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 845 + $signature: 847 }; A.LayoutManagerImpl_positionOrderedViews_closure.prototype = { call$2(v1, v2) { @@ -212082,13 +212177,13 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 845 + $signature: 847 }; A.LayoutManagerImpl_drawableLayoutAreaBounds_closure.prototype = { call$1(view) { return view.get$isSeriesRenderer(); }, - $signature: 843 + $signature: 845 }; A.LayoutManagerImpl_layout_closure.prototype = { call$1(view) { @@ -212096,7 +212191,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return view.layout$2(t1, t1); }, - $signature: 176 + $signature: 185 }; A.LayoutManagerImpl__viewsForPositions_closure.prototype = { call$1(view) { @@ -212108,7 +212203,7 @@ t1 = true; return t1; }, - $signature: 843 + $signature: 845 }; A._MeasuredSizes.prototype = {}; A.SizeList.prototype = { @@ -212178,7 +212273,7 @@ t1.preferredSizes.add$1(0, size.preferredWidth); t1.minimumSizes.add$1(0, size.minWidth); }, - $signature: 176 + $signature: 185 }; A.LeftMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -212201,7 +212296,7 @@ view.layout$2(A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 176 + $signature: 185 }; A.RightMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -212224,7 +212319,7 @@ view.layout$2(A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 176 + $signature: 185 }; A.HorizontalMarginStrategy.prototype = { measure$4$fullWidth$maxHeight$width(_, views, fullWidth, maxHeight, width) { @@ -212255,7 +212350,7 @@ t1.preferredSizes.add$1(0, size.preferredHeight); t1.minimumSizes.add$1(0, size.minHeight); }, - $signature: 176 + $signature: 185 }; A.TopMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -212278,7 +212373,7 @@ view.layout$2(A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 176 + $signature: 185 }; A.BottomMarginLayoutStrategy.prototype = { layout$4(views, measuredSizes, fullBounds, drawAreaBounds) { @@ -212301,7 +212396,7 @@ view.layout$2(A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 176 + $signature: 185 }; A.LayoutPosition.prototype = { _enumToString$0() { @@ -212688,7 +212783,7 @@ call$1(_) { return null; }, - $signature: 853 + $signature: 855 }; A.LineRenderer__mergeIntoSeriesMap_closure.prototype = { call$1(series) { @@ -213557,73 +213652,73 @@ call$1(_) { return false; }, - $signature: 454 + $signature: 460 }; A.MaterialPalette__orderedPalettes_closure.prototype = { call$0() { return B.C_MaterialBlue; }, - $signature: 152 + $signature: 144 }; A.MaterialPalette__orderedPalettes_closure0.prototype = { call$0() { return B.C_MaterialRed; }, - $signature: 152 + $signature: 144 }; A.MaterialPalette__orderedPalettes_closure1.prototype = { call$0() { return B.C_MaterialYellow; }, - $signature: 152 + $signature: 144 }; A.MaterialPalette__orderedPalettes_closure2.prototype = { call$0() { return B.C_MaterialGreen; }, - $signature: 152 + $signature: 144 }; A.MaterialPalette__orderedPalettes_closure3.prototype = { call$0() { return B.C_MaterialPurple; }, - $signature: 152 + $signature: 144 }; A.MaterialPalette__orderedPalettes_closure4.prototype = { call$0() { return B.C_MaterialCyan; }, - $signature: 152 + $signature: 144 }; A.MaterialPalette__orderedPalettes_closure5.prototype = { call$0() { return B.C_MaterialDeepOrange; }, - $signature: 152 + $signature: 144 }; A.MaterialPalette__orderedPalettes_closure6.prototype = { call$0() { return B.C_MaterialLime; }, - $signature: 152 + $signature: 144 }; A.MaterialPalette__orderedPalettes_closure7.prototype = { call$0() { return B.C_MaterialIndigo; }, - $signature: 152 + $signature: 144 }; A.MaterialPalette__orderedPalettes_closure8.prototype = { call$0() { return B.C_MaterialPink; }, - $signature: 152 + $signature: 144 }; A.MaterialPalette__orderedPalettes_closure9.prototype = { call$0() { return B.C_MaterialTeal; }, - $signature: 152 + $signature: 144 }; A.MaterialPalette__orderedPalettes_closure10.prototype = { call$1(f) { @@ -213799,7 +213894,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 329 + $signature: 283 }; A.ProxyGestureListener_onTap_closure.prototype = { call$1(listener) { @@ -213807,7 +213902,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 329 + $signature: 283 }; A.ProxyGestureListener_onDragStart_closure.prototype = { call$1(listener) { @@ -213815,7 +213910,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 329 + $signature: 283 }; A.ProxyGestureListener_onDragUpdate_closure.prototype = { call$1(listener) { @@ -213823,7 +213918,7 @@ t1 = t1 == null ? null : t1.call$2(this.localPosition, this.scale); return t1 == null ? false : t1; }, - $signature: 329 + $signature: 283 }; A.ProxyGestureListener_onDragEnd_closure.prototype = { call$1(listener) { @@ -213831,14 +213926,14 @@ t1 = t1 == null ? null : t1.call$3(this.localPosition, this.scale, this.pixelsPerSecond); return t1 == null ? false : t1; }, - $signature: 329 + $signature: 283 }; A.ProxyGestureListener__cancel_closure.prototype = { call$1(listener) { if (!B.JSArray_methods.contains$1(this.keep, listener)) listener.onTapCancel.call$0(); }, - $signature: 842 + $signature: 844 }; A.ProxyGestureListener__populateActiveListeners_closure.prototype = { call$1(listener) { @@ -213851,7 +213946,7 @@ } else if (claimed || !_this._box_0.previouslyClaimed) _this.$this._activeListeners.push(listener); }, - $signature: 842 + $signature: 844 }; A.MaterialStyle.prototype = {}; A.StyleFactory.prototype = {}; @@ -214003,21 +214098,21 @@ index.toString; return this.measureFn.call$2(this.data[index], index); }, - $signature: 841 + $signature: 843 }; A.Series_Series_closure2.prototype = { call$1(index) { index.toString; return this.colorFn.call$2(this.data[index], index); }, - $signature: 231 + $signature: 234 }; A.Series_Series_closure.prototype = { call$1(index) { index.toString; return this.strokeWidthPxFn.call$2(this.data[index], index); }, - $signature: 841 + $signature: 843 }; A.AttributeKey.prototype = {}; A.SeriesAttributes.prototype = {}; @@ -214166,7 +214261,7 @@ var t1 = this.behavior; return userBehavior.get$role(userBehavior) === t1.get$role(t1); }, - $signature: 840 + $signature: 842 }; A.BaseChart__updateSelectionModel_closure.prototype = { call$1(model) { @@ -214206,13 +214301,13 @@ call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 838 + $signature: 840 }; A.BaseChart_getDesiredGestures_closure0.prototype = { call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 838 + $signature: 840 }; A.BaseChartState.prototype = { initState$0() { @@ -214446,7 +214541,7 @@ call$1(d) { this.legend.onLegendEntryTapUp$1(this.legendEntry); }, - $signature: 123 + $signature: 121 }; A.TabularLegendLayout.prototype = { build$2(context, legendEntries) { @@ -214527,7 +214622,7 @@ call$2(max, current) { return current > max ? current : max; }, - $signature: 500 + $signature: 546 }; A.TabularLegendLayout__buildTableFromRows_closure1.prototype = { call$1(_) { @@ -215279,7 +215374,7 @@ call$1(child) { return child instanceof A.RenderSemanticsGestureHandler; }, - $signature: 835 + $signature: 837 }; A.WidgetLayoutDelegate.prototype = { performLayout$1(size) { @@ -216107,14 +216202,14 @@ t1.toString; this.blobCompleter.complete$1(0, type$.JSObject._as(t1)); }, - $signature: 342 + $signature: 279 }; A.XFile__blob_closure0.prototype = { call$1(e) { if (J.$eq$(e.type, "error")) this.blobCompleter.completeError$1(new A._Exception("Could not load Blob from its URL. Has it been revoked?")); }, - $signature: 342 + $signature: 279 }; A._Parser.prototype = { _parser0$_next$0() { @@ -217485,7 +217580,7 @@ this.$this.channel._invokeMethod$1$3$arguments$missingOk("performOperation_web", A.List_List$of(new A.MappedListIterable(t1, new A.DesktopDropWeb__registerEvents__closure(), t2), true, t2._eval$1("ListIterable.E")), false, type$.dynamic); } }, - $signature: 401 + $signature: 381 }; A.DesktopDropWeb__registerEvents__closure.prototype = { call$1(e) { @@ -217503,7 +217598,7 @@ t2.toString; this.$this.channel._invokeMethod$1$3$arguments$missingOk("entered", A._setArrayType([t1, t2], type$.JSArray_double), false, type$.dynamic); }, - $signature: 401 + $signature: 381 }; A.DesktopDropWeb__registerEvents_closure1.prototype = { call$1($event) { @@ -217515,7 +217610,7 @@ t2.toString; this.$this.channel._invokeMethod$1$3$arguments$missingOk("updated", A._setArrayType([t1, t2], type$.JSArray_double), false, type$.dynamic); }, - $signature: 401 + $signature: 381 }; A.DesktopDropWeb__registerEvents_closure2.prototype = { call$1($event) { @@ -217527,7 +217622,7 @@ t2.toString; this.$this.channel._invokeMethod$1$3$arguments$missingOk("exited", A._setArrayType([t1, t2], type$.JSArray_double), false, type$.dynamic); }, - $signature: 401 + $signature: 381 }; A.DesktopDrop.prototype = { init$0() { @@ -217675,14 +217770,14 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 515 + $signature: 562 }; A.DesktopDrop__handleMethodChannel_closure.prototype = { call$1(e) { var _null = null; return A.XFile$(e, _null, _null, _null, _null); }, - $signature: 833 + $signature: 835 }; A.DesktopDrop__handleMethodChannel_closure0.prototype = { call$1(e) { @@ -217713,7 +217808,7 @@ var _null = null; return A.XFile$(e, _null, _null, _null, _null); }, - $signature: 833 + $signature: 835 }; A.DesktopDrop__handleMethodChannel_closure3.prototype = { call$1(e) { @@ -217945,13 +218040,13 @@ call$1(e) { this.addPickedFile.call$4(this.file, null, A._asStringQ(B.FileReader_methods.get$result(this.reader)), null); }, - $signature: 616 + $signature: 568 }; A.FilePickerWeb_pickFiles_changeEventListener_closure0.prototype = { call$1(e) { this.addPickedFile.call$4(this.file, type$.nullable_Uint8List._as(B.FileReader_methods.get$result(this.reader)), null, null); }, - $signature: 616 + $signature: 568 }; A.FilePickerWeb_pickFiles_cancelledEventListener.prototype = { call$1(_) { @@ -217976,7 +218071,7 @@ call$2(prev, next) { return (prev.length === 0 ? "" : prev + ",") + " ." + next; }, - $signature: 615 + $signature: 583 }; A.FileType.prototype = { _enumToString$0() { @@ -220082,7 +220177,7 @@ if (t1._framework$_element != null && this.wasHeldDown !== t1._buttonHeldDown) t1._animate$0(0); }, - $signature: 113 + $signature: 109 }; A.__CupertinoButtonState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -221035,7 +221130,7 @@ t1.toString; return t1; }, - $signature: 405 + $signature: 360 }; A._CupertinoEdgeShadowDecoration_lerp_closure0.prototype = { call$1(color) { @@ -221043,7 +221138,7 @@ t1.toString; return t1; }, - $signature: 405 + $signature: 360 }; A._CupertinoEdgeShadowPainter.prototype = { paint$3(canvas, offset, configuration) { @@ -221192,7 +221287,7 @@ call$1(_) { return A.HapticFeedback_mediumImpact(); }, - $signature: 604 + $signature: 586 }; A._TextSelectionHandlePainter0.prototype = { paint$2(canvas, size) { @@ -221388,7 +221483,7 @@ call$2(innerContext, innerOffset) { return innerContext.paintChild$2(this.child, innerOffset); }, - $signature: 94 + $signature: 93 }; A._CupertinoTextSelectionToolbarContent.prototype = { createState$0() { @@ -221825,7 +221920,7 @@ if (childHeight > t1.greatestHeight) t1.greatestHeight = childHeight; }, - $signature: 66 + $signature: 65 }; A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure0.prototype = { call$1(renderObjectChild) { @@ -221867,7 +221962,7 @@ if (t1.currentPage === t4._text_selection_toolbar0$_page) _this.toolbarWidth.__late_helper$_value = t1.currentButtonPosition; }, - $signature: 66 + $signature: 65 }; A._RenderCupertinoTextSelectionToolbarItems_paint_closure.prototype = { call$1(renderObjectChild) { @@ -221890,19 +221985,19 @@ } } }, - $signature: 66 + $signature: 65 }; A._RenderCupertinoTextSelectionToolbarItems_hitTestChild_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 72 + $signature: 76 }; A._RenderCupertinoTextSelectionToolbarItems_redepthChildren_closure.prototype = { call$1(renderObjectChild) { this.$this.redepthChild$1(type$.RenderBox._as(renderObjectChild)); }, - $signature: 66 + $signature: 65 }; A._RenderCupertinoTextSelectionToolbarItems_visitChildrenForSemantics_closure.prototype = { call$1(renderObjectChild) { @@ -221913,7 +222008,7 @@ if (type$.ToolbarItemsParentData._as(t1).shouldPaint) this.visitor.call$1(renderObjectChild); }, - $signature: 66 + $signature: 65 }; A._RenderCupertinoTextSelectionToolbarItems_debugDescribeChildren_closure.prototype = { call$1(renderObjectChild) { @@ -221930,7 +222025,7 @@ t2.push(A.DiagnosticableTreeNode$("menu item", null, renderObjectChild)); } }, - $signature: 66 + $signature: 65 }; A._CupertinoTextSelectionToolbarItemsSlot.prototype = { _enumToString$0() { @@ -222266,7 +222361,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 832 + $signature: 834 }; A.NoDefaultCupertinoThemeData.prototype = { resolveFrom$1(context) { @@ -222305,7 +222400,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 832 + $signature: 834 }; A._CupertinoThemeDefaults.prototype = { resolveFrom$2(context, resolveTextTheme) { @@ -222330,7 +222425,7 @@ call$1(color) { return color instanceof A.CupertinoDynamicColor ? color.resolveFrom$1(this.context) : color; }, - $signature: 405 + $signature: 360 }; A._CupertinoTextThemeDefaults.prototype = {}; A._DefaultCupertinoTextThemeData.prototype = { @@ -222675,13 +222770,13 @@ call$1(value) { return value + 1; }, - $signature: 135 + $signature: 133 }; A.FlutterError_defaultStackFilter_closure0.prototype = { call$1(value) { return value + 1; }, - $signature: 135 + $signature: 133 }; A.FlutterError_toString_closure.prototype = { call$1(node) { @@ -222806,7 +222901,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 599 + $signature: 550 }; A.BindingBase_initServiceExtensions_closure0.prototype = { call$1(uri) { @@ -222829,7 +222924,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 364 + $signature: 367 }; A.BindingBase_initServiceExtensions_closure1.prototype = { call$0() { @@ -222855,7 +222950,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 599 + $signature: 550 }; A.BindingBase_initServiceExtensions_closure2.prototype = { call$1(serverAddress) { @@ -222878,7 +222973,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 364 + $signature: 367 }; A.BindingBase_lockEvents_closure.prototype = { call$0() { @@ -222948,7 +223043,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 327 + $signature: 276 }; A.BindingBase_registerNumericServiceExtension_closure.prototype = { call$1(parameters) { @@ -223005,7 +223100,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 327 + $signature: 276 }; A.BindingBase_registerStringServiceExtension_closure.prototype = { call$1(parameters) { @@ -223058,7 +223153,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 327 + $signature: 276 }; A.BindingBase_registerServiceExtension_closure.prototype = { call$2(method, parameters) { @@ -223135,7 +223230,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 911 + $signature: 913 }; A.BindingBase_registerServiceExtension__closure.prototype = { call$0() { @@ -223277,7 +223372,7 @@ t1 = this.$this; return A._setArrayType([A.DiagnosticsProperty$("The " + A.getRuntimeTypeOfDartObject(t1).toString$0(0) + " sending notification was", t1, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.ChangeNotifier)], type$.JSArray_DiagnosticsNode); }, - $signature: 142 + $signature: 149 }; A._MergingListenable.prototype = { addListener$1(_, listener) { @@ -223461,7 +223556,7 @@ } return index < t2[t1.currentChunk]; }, - $signature: 138 + $signature: 148 }; A._NoDefaultValue.prototype = {}; A.TextTreeRenderer.prototype = { @@ -223696,7 +223791,7 @@ ++t3.lines; } }, - $signature: 830 + $signature: 832 }; A.TextTreeRenderer__debugRender_closure.prototype = { call$1(n) { @@ -224905,14 +225000,14 @@ var _null = null; return A._setArrayType([A.DiagnosticsProperty$("Event", this.event, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.PointerEvent)], type$.JSArray_DiagnosticsNode); }, - $signature: 142 + $signature: 149 }; A.GestureBinding_dispatchEvent_closure0.prototype = { call$0() { var _null = null; return A._setArrayType([A.DiagnosticsProperty$("Event", this.event, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.PointerEvent), A.DiagnosticsProperty$("Target", this.entry.target, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.HitTestTarget)], type$.JSArray_DiagnosticsNode); }, - $signature: 142 + $signature: 149 }; A.FlutterErrorDetailsForPointerEventDispatcher.prototype = {}; A.PointerEventConverter_expand_closure.prototype = { @@ -226594,7 +226689,7 @@ call$1(initialPosition) { return this.$this._startDrag$2(initialPosition, this.pointer); }, - $signature: 829 + $signature: 831 }; A.MultiDragGestureRecognizer__startDrag_closure.prototype = { call$0() { @@ -227539,13 +227634,13 @@ call$1(x) { return x._rotation; }, - $signature: 825 + $signature: 827 }; A.ScaleGestureRecognizer__reconfigure_closure0.prototype = { call$2(a, b) { return a + b; }, - $signature: 212 + $signature: 236 }; A.ScaleGestureRecognizer__reconfigure_closure1.prototype = { call$0() { @@ -227619,13 +227714,13 @@ call$1(x) { return x._rotation; }, - $signature: 825 + $signature: 827 }; A.ScaleGestureRecognizer_acceptGesture_closure0.prototype = { call$2(a, b) { return a + b; }, - $signature: 212 + $signature: 236 }; A.TapDownDetails.prototype = {}; A.TapUpDetails.prototype = {}; @@ -228670,13 +228765,13 @@ licenseData.sortPackages$0(); return licenseData; }, - $signature: 2754 + $signature: 2748 }; A._PackagesViewState_build_closure.prototype = { call$2(context, snapshot) { return new A.LayoutBuilder(new A._PackagesViewState_build__closure(this.$this, snapshot), new A.ValueKey(snapshot.connectionState, type$.ValueKey_ConnectionState)); }, - $signature: 2755 + $signature: 2749 }; A._PackagesViewState_build__closure.prototype = { call$2(context, constraints) { @@ -228711,13 +228806,13 @@ t4.toString; return A.Center$(A.Material$(B.Duration_200000, true, _null, A.Container$(_null, t3._packagesList$4(context, selectedId, t4, t3._widget.isLateral), B.Clip_0, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, t1.cardColor, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null, _null); }, - $signature: 2777 + $signature: 2762 }; A._PackagesViewState__initDefaultDetailPage_closure.prototype = { call$1(i) { return this.data.licenses[i]; }, - $signature: 819 + $signature: 821 }; A._PackagesViewState__packagesList_closure.prototype = { call$2(context, index) { @@ -228736,7 +228831,7 @@ t3 = false; return new A._PackageListTile(packageName, t3, t2.length, new A._PackagesViewState__packagesList__closure(_this.$this, packageIndex, context, packageName, t2, t1), null); }, - $signature: 97 + $signature: 96 }; A._PackagesViewState__packagesList__closure.prototype = { call$0() { @@ -228752,7 +228847,7 @@ call$1(i) { return this.data.licenses[i]; }, - $signature: 819 + $signature: 821 }; A._PackageListTile.prototype = { build$1(context) { @@ -229040,7 +229135,7 @@ return A._setArrayType([this.masterPageRoute, t1._detailPageRoute$1(t1._cachedDetailArguments)], type$.JSArray_Route_void); } }, - $signature: 2835 + $signature: 2825 }; A._MasterDetailFlowState__nestedUI_closure0.prototype = { call$1(settings) { @@ -229060,7 +229155,7 @@ throw A.wrapException(A.Exception_Exception("Unknown route " + A.S(t1))); } }, - $signature: 2897 + $signature: 2876 }; A._MasterDetailFlowState__masterPageRoute_closure.prototype = { call$1(c) { @@ -229071,7 +229166,7 @@ t3 = t2.title; return A.BlockSemantics$(new A._MasterPage(t2.masterViewBuilder, t3, t1, _null)); }, - $signature: 2906 + $signature: 2885 }; A._MasterDetailFlowState__masterPageRoute__closure.prototype = { call$0() { @@ -229084,7 +229179,7 @@ var t1 = this.$this; return new A.PopScope(A.BlockSemantics$(t1._widget.detailPageBuilder$3(context, this.$arguments, null)), new A._MasterDetailFlowState__detailPageRoute__closure(t1), true, null); }, - $signature: 2908 + $signature: 2907 }; A._MasterDetailFlowState__detailPageRoute__closure.prototype = { call$1(didPop) { @@ -229096,7 +229191,7 @@ call$2(_, __) { return B.List_empty20; }, - $signature: 3010 + $signature: 3007 }; A._MasterDetailFlowState__lateralUI_closure0.prototype = { call$3(context, args, scrollController) { @@ -229107,13 +229202,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 923 + $signature: 925 }; A._MasterDetailFlowState__lateralUI_closure.prototype = { call$2(context, isLateral) { return this.$this._widget.masterViewBuilder$2(context, isLateral); }, - $signature: 820 + $signature: 822 }; A._MasterPage.prototype = { build$1(context) { @@ -229205,13 +229300,13 @@ t4 = t3.detailPageBuilder; return A.AnimatedSwitcher$(A.Container$(_null, new A._DetailView(t4, t1 ? t3.initialArguments : value, _null), B.Clip_0, _null, B.BoxConstraints_ALM, _null, _null, _null, new A.ValueKey(t2, type$.ValueKey_nullable_Object), _null, _null, _null, _null, _null), B.Duration_500000, B.C__Linear, B.C__Linear, new A._MasterDetailScaffoldState_build__closure()); }, - $signature: 3011 + $signature: 3008 }; A._MasterDetailScaffoldState_build__closure.prototype = { call$2(child, animation) { return A._FadeUpwardsPageTransition$(child, animation); }, - $signature: 589 + $signature: 490 }; A._DetailView.prototype = { build$1(context) { @@ -229233,7 +229328,7 @@ t3 = type$.Object._as(t3); return A.MouseRegion$(A.Card$(t2._builder.call$3(context, t3, controller), B.Clip_2, t1.cardColor, 4, B.EdgeInsets_4_0_4_0, true, B.RoundedRectangleBorder_27D5), B.C__DeferringMouseCursor, _null, _null, _null, _null, _null); }, - $signature: 3017 + $signature: 3012 }; A._ActionButton.prototype = { build$1(context) { @@ -229289,19 +229384,19 @@ call$1(actionIconTheme) { return actionIconTheme == null ? null : actionIconTheme.backButtonIconBuilder; }, - $signature: 587 + $signature: 488 }; A.BackButtonIcon_build_closure0.prototype = { call$1(context) { return B.IconData_57490_MaterialIcons_null_true; }, - $signature: 586 + $signature: 485 }; A.BackButtonIcon_build_closure1.prototype = { call$1(materialLocalization) { return materialLocalization.get$backButtonTooltip(); }, - $signature: 619 + $signature: 522 }; A.BackButton.prototype = { _onPressedCallback$1(context) { @@ -229322,19 +229417,19 @@ call$1(actionIconTheme) { return actionIconTheme == null ? null : actionIconTheme.drawerButtonIconBuilder; }, - $signature: 587 + $signature: 488 }; A.DrawerButtonIcon_build_closure0.prototype = { call$1(context) { return B.IconData_58332_MaterialIcons_null_false; }, - $signature: 586 + $signature: 485 }; A.DrawerButtonIcon_build_closure1.prototype = { call$1(materialLocalization) { return materialLocalization.get$openAppDrawerTooltip(); }, - $signature: 619 + $signature: 522 }; A.DrawerButton.prototype = { _onPressedCallback$1(context) { @@ -229355,19 +229450,19 @@ call$1(actionIconTheme) { return actionIconTheme == null ? null : actionIconTheme.endDrawerButtonIconBuilder; }, - $signature: 587 + $signature: 488 }; A.EndDrawerButtonIcon_build_closure0.prototype = { call$1(context) { return B.IconData_58332_MaterialIcons_null_false; }, - $signature: 586 + $signature: 485 }; A.EndDrawerButtonIcon_build_closure1.prototype = { call$1(materialLocalization) { return materialLocalization.get$openAppDrawerTooltip(); }, - $signature: 619 + $signature: 522 }; A.EndDrawerButton.prototype = { _onPressedCallback$1(context) { @@ -229431,20 +229526,20 @@ call$1(buttonItem) { return A.CupertinoTextSelectionToolbarButton$buttonItem(buttonItem); }, - $signature: 3030 + $signature: 3026 }; A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure0.prototype = { call$1(buttonItem) { var t1 = this.context; return A.DesktopTextSelectionToolbarButton$text(t1, buttonItem.onPressed, A.AdaptiveTextSelectionToolbar_getButtonLabel(t1, buttonItem)); }, - $signature: 3032 + $signature: 3030 }; A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure1.prototype = { call$1(buttonItem) { return A.CupertinoDesktopTextSelectionToolbarButton$text(buttonItem.onPressed, A.AdaptiveTextSelectionToolbar_getButtonLabel(this.context, buttonItem)); }, - $signature: 3035 + $signature: 3031 }; A.ThemeMode.prototype = { _enumToString$0() { @@ -229460,7 +229555,7 @@ call$2(begin, end) { return new A.MaterialRectArcTween(begin, end); }, - $signature: 3037 + $signature: 3033 }; A.MaterialScrollBehavior.prototype = { getPlatform$1(context) { @@ -229602,7 +229697,7 @@ call$2(settings, builder) { return this.call$1$2(settings, builder, type$.dynamic); }, - $signature: 3048 + $signature: 3044 }; A._MaterialAppState_build_closure.prototype = { call$2(node, $event) { @@ -229610,7 +229705,7 @@ return B.KeyEventResult_1; return A.Tooltip_dismissAllToolTips() ? B.KeyEventResult_0 : B.KeyEventResult_1; }, - $signature: 201 + $signature: 199 }; A._SliverAppVariant.prototype = { _enumToString$0() { @@ -230339,7 +230434,7 @@ t1.toString; return 2 * Math.asin(this.distanceFromAtoB / (2 * t1)); }, - $signature: 179 + $signature: 181 }; A._CornerId.prototype = { _enumToString$0() { @@ -230451,7 +230546,7 @@ $length = delta.get$distance(); return t2._dx * delta._dx / $length + t2._dy * delta._dy / $length; }, - $signature: 3065 + $signature: 3063 }; A.BadgeThemeData.prototype = { get$hashCode(_) { @@ -230857,7 +230952,7 @@ call$1($event) { return this.$this.handleHover.call$1(true); }, - $signature: 133 + $signature: 135 }; A._DragHandle_build_closure0.prototype = { call$1($event) { @@ -230874,7 +230969,7 @@ call$0() { return A.VerticalDragGestureRecognizer$(this.$this, null); }, - $signature: 350 + $signature: 337 }; A._BottomSheetGestureDetector_build_closure0.prototype = { call$1(instance) { @@ -230884,7 +230979,7 @@ instance.onEnd = t1.onVerticalDragEnd; instance.onlyAcceptDragOnThreshold = true; }, - $signature: 293 + $signature: 336 }; A._BottomSheetDefaultsM3.prototype = { get$_bottom_sheet$_colors() { @@ -231147,7 +231242,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 72 + $signature: 76 }; A.__RawMaterialButtonState_State_MaterialStateMixin.prototype = {}; A.ButtonBarThemeData.prototype = { @@ -231570,7 +231665,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 3087 + $signature: 3082 }; A._ButtonStyleState_build_resolve.prototype = { call$1$1(getProperty, $T) { @@ -231579,7 +231674,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 3092 + $signature: 3088 }; A._ButtonStyleState_build_resolve_closure.prototype = { call$1(style) { @@ -231594,91 +231689,91 @@ call$1(style) { return style == null ? null : style.get$elevation(style); }, - $signature: 817 + $signature: 819 }; A._ButtonStyleState_build_closure0.prototype = { call$1(style) { return style == null ? null : style.get$textStyle(); }, - $signature: 3108 + $signature: 3093 }; A._ButtonStyleState_build_closure1.prototype = { call$1(style) { return style == null ? null : style.get$backgroundColor(style); }, - $signature: 325 + $signature: 330 }; A._ButtonStyleState_build_closure2.prototype = { call$1(style) { return style == null ? null : style.get$foregroundColor(); }, - $signature: 325 + $signature: 330 }; A._ButtonStyleState_build_closure3.prototype = { call$1(style) { return style == null ? null : style.get$shadowColor(style); }, - $signature: 325 + $signature: 330 }; A._ButtonStyleState_build_closure4.prototype = { call$1(style) { return style == null ? null : style.get$surfaceTintColor(); }, - $signature: 325 + $signature: 330 }; A._ButtonStyleState_build_closure5.prototype = { call$1(style) { return style == null ? null : style.get$padding(style); }, - $signature: 3114 + $signature: 3109 }; A._ButtonStyleState_build_closure6.prototype = { call$1(style) { return style == null ? null : style.get$minimumSize(); }, - $signature: 580 + $signature: 453 }; A._ButtonStyleState_build_closure7.prototype = { call$1(style) { return style == null ? null : style.fixedSize; }, - $signature: 580 + $signature: 453 }; A._ButtonStyleState_build_closure8.prototype = { call$1(style) { return style == null ? null : style.get$maximumSize(); }, - $signature: 580 + $signature: 453 }; A._ButtonStyleState_build_closure9.prototype = { call$1(style) { return style == null ? null : style.iconColor; }, - $signature: 325 + $signature: 330 }; A._ButtonStyleState_build_closure10.prototype = { call$1(style) { return style == null ? null : style.get$iconSize(); }, - $signature: 817 + $signature: 819 }; A._ButtonStyleState_build_closure11.prototype = { call$1(style) { return style == null ? null : style.get$side(); }, - $signature: 3126 + $signature: 3115 }; A._ButtonStyleState_build_closure12.prototype = { call$1(style) { return style == null ? null : style.get$shape(style); }, - $signature: 3128 + $signature: 3120 }; A._ButtonStyleState_build_closure20.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._ButtonStyleState_build__closure0(states), type$.MouseCursor); }, - $signature: 3129 + $signature: 3127 }; A._ButtonStyleState_build__closure0.prototype = { call$1(style) { @@ -231691,7 +231786,7 @@ } return t1; }, - $signature: 3130 + $signature: 3129 }; A._ButtonStyleState_build_closure21.prototype = { call$1(states) { @@ -231710,43 +231805,43 @@ } return t1; }, - $signature: 3140 + $signature: 3136 }; A._ButtonStyleState_build_closure13.prototype = { call$1(style) { return style == null ? null : style.get$visualDensity(); }, - $signature: 3144 + $signature: 3140 }; A._ButtonStyleState_build_closure14.prototype = { call$1(style) { return style == null ? null : style.get$tapTargetSize(); }, - $signature: 3163 + $signature: 3145 }; A._ButtonStyleState_build_closure15.prototype = { call$1(style) { return style == null ? null : style.animationDuration; }, - $signature: 3165 + $signature: 3162 }; A._ButtonStyleState_build_closure16.prototype = { call$1(style) { return style == null ? null : style.enableFeedback; }, - $signature: 3166 + $signature: 3164 }; A._ButtonStyleState_build_closure17.prototype = { call$1(style) { return style == null ? null : style.alignment; }, - $signature: 3174 + $signature: 3167 }; A._ButtonStyleState_build_closure18.prototype = { call$1(style) { return style == null ? null : style.get$splashFactory(); }, - $signature: 3183 + $signature: 3179 }; A._ButtonStyleState_build_closure19.prototype = { call$1($status) { @@ -231848,7 +231943,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 72 + $signature: 76 }; A.__ButtonStyleState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -232670,7 +232765,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 815 + $signature: 817 }; A._DayState_build_resolve.prototype = { call$1$2(getProperty, states, $T) { @@ -232679,7 +232774,7 @@ call$2(getProperty, states) { return this.call$1$2(getProperty, states, type$.dynamic); }, - $signature: 814 + $signature: 816 }; A._DayState_build_resolve_closure.prototype = { call$1(theme) { @@ -232699,7 +232794,7 @@ t1 = theme.get$dayForegroundColor(); return t1; }, - $signature: 438 + $signature: 441 }; A._DayState_build_closure0.prototype = { call$1(theme) { @@ -232710,7 +232805,7 @@ t1 = theme.get$dayBackgroundColor(); return t1; }, - $signature: 438 + $signature: 441 }; A._DayState_build_closure2.prototype = { call$1(states) { @@ -232724,7 +232819,7 @@ t1 = t1 == null ? null : t1.resolve$1(0, this.states); return t1; }, - $signature: 813 + $signature: 815 }; A._DayState_build_closure1.prototype = { call$0() { @@ -232875,7 +232970,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 815 + $signature: 817 }; A._YearPickerState__buildYearItem_resolve.prototype = { call$1$2(getProperty, states, $T) { @@ -232884,7 +232979,7 @@ call$2(getProperty, states) { return this.call$1$2(getProperty, states, type$.dynamic); }, - $signature: 814 + $signature: 816 }; A._YearPickerState__buildYearItem_resolve_closure.prototype = { call$1(theme) { @@ -232904,7 +232999,7 @@ t1 = theme.get$yearForegroundColor(); return t1; }, - $signature: 438 + $signature: 441 }; A._YearPickerState__buildYearItem_closure0.prototype = { call$1(theme) { @@ -232915,7 +233010,7 @@ t1 = theme.get$yearBackgroundColor(); return t1; }, - $signature: 438 + $signature: 441 }; A._YearPickerState__buildYearItem_closure2.prototype = { call$1(states) { @@ -232929,7 +233024,7 @@ t1 = t1 == null ? null : t1.resolve$1(0, this.states); return t1; }, - $signature: 813 + $signature: 815 }; A._YearPickerState__buildYearItem_closure1.prototype = { call$0() { @@ -233340,7 +233435,7 @@ t1 = null; return t1 == null ? B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(0, states) : t1; }, - $signature: 287 + $signature: 324 }; A._CheckboxPainter.prototype = { set$checkColor(value) { @@ -233534,7 +233629,7 @@ return B.BorderSide_tAf; return new A.BorderSide(this.$this._checkbox$_theme.unselectedWidgetColor, 2, B.BorderStyle_1, -1); }, - $signature: 289 + $signature: 322 }; A._CheckboxDefaultsM2_fillColor_closure.prototype = { call$1(states) { @@ -233614,7 +233709,7 @@ t2 = t1._onSurfaceVariant; return new A.BorderSide(t2 == null ? t1.onSurface : t2, 2, B.BorderStyle_1, -1); }, - $signature: 289 + $signature: 322 }; A._CheckboxDefaultsM3_fillColor_closure.prototype = { call$1(states) { @@ -234462,19 +234557,19 @@ call$1(row) { return row.onSelectChanged != null; }, - $signature: 573 + $signature: 474 }; A.DataTable_build_closure0.prototype = { call$1(row) { return row.onSelectChanged != null; }, - $signature: 573 + $signature: 474 }; A.DataTable_build_closure1.prototype = { call$1(row) { return row.selected; }, - $signature: 573 + $signature: 474 }; A.DataTable_build_closure2.prototype = { call$1(index) { @@ -234513,7 +234608,7 @@ t2 = rowColor == null ? _this.defaultRowColor._material_state$_resolve.call$1(t3) : rowColor; return new A.TableRow(t1, new A.BoxDecoration(t2, _null, border, _null, _null, _null, B.BoxShape_0), A.List_List$filled(_this.tableColumns.length, B._NullWidget_null2, false, type$.Widget)); }, - $signature: 3309 + $signature: 3308 }; A.DataTable_build_closure4.prototype = { call$1(checked) { @@ -234588,7 +234683,7 @@ } return B.Rect_0_0_0_0; }, - $signature: 435 + $signature: 427 }; A._SortArrow.prototype = { createState$0() { @@ -235121,7 +235216,7 @@ A.throwExpression(A.argumentErrorValue(t6)); return new A.CalendarDatePicker(t2, new A.DateTime(t4, false), new A.DateTime(t5, false), new A.DateTime(t6, false), t1.get$_handleDateChanged(), t3, t7, t1._calendarPickerKey); }, - $signature: 3321 + $signature: 3315 }; A._DatePickerDialogState_build_inputDatePicker.prototype = { call$0() { @@ -235159,7 +235254,7 @@ A.throwExpression(A.argumentErrorValue(t7)); return A.Form$(t2, A.Container$(_null, A.Shortcuts$(A.Column$(A._setArrayType([B.Spacer_null, new A.InputDatePickerFormField(t4, new A.DateTime(t6, false), new A.DateTime(t7, false), t8, t8, t9, t10, t11, t12, t13, t5, true, _null), B.Spacer_null], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, B.Map_gQOxG), B.Clip_0, _null, _null, _null, _null, t3, _null, _null, B.EdgeInsets_24_0_24_0, _null, _null, _null), t1._formKey); }, - $signature: 3327 + $signature: 3318 }; A._DatePickerDialogState_build_closure.prototype = { call$2(context, constraints) { @@ -235185,7 +235280,7 @@ return A.Row$(t3, B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); } }, - $signature: 3328 + $signature: 3322 }; A._RestorableDatePickerEntryMode.prototype = { createDefaultValue$0() { @@ -235262,7 +235357,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 128 }; A.__DatePickerDialogState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -236172,7 +236267,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 3335 + $signature: 3333 }; A._DialogDefaultsM2.prototype = { get$iconColor() { @@ -236987,7 +237082,7 @@ var t1 = this.route; return t1.getItemOffset$1(t1.selectedIndex); }, - $signature: 179 + $signature: 181 }; A._DropdownMenuRouteLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -237093,13 +237188,13 @@ call$2(total, height) { return total + height; }, - $signature: 212 + $signature: 236 }; A._DropdownRoute_getMenuLimits_closure.prototype = { call$2(total, height) { return total + height; }, - $signature: 212 + $signature: 236 }; A._DropdownRoutePage.prototype = { createState$0() { @@ -237139,7 +237234,7 @@ t2 = t1._widget; return new A.CustomSingleChildLayout(new A._DropdownMenuRouteLayout(t2.buttonRect, t2.route, this.textDirection, t1.$ti._eval$1("_DropdownMenuRouteLayout<1>")), new A._CaptureAll(t2.capturedThemes._themes, this.menu, null), null); }, - $signature: 811 + $signature: 813 }; A._MenuItem.prototype = { createRenderObject$1(context) { @@ -237527,13 +237622,13 @@ call$1(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 3426 + $signature: 3396 }; A._DropdownButtonState_initState_closure0.prototype = { call$1(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 3491 + $signature: 3477 }; A._DropdownButtonState__updateSelectedIndex_closure.prototype = { call$1(item) { @@ -237551,7 +237646,7 @@ return; t1.itemHeights[this.index] = size._dy; }, - $signature: 594 + $signature: 549 }; A._DropdownButtonState__handleTap_closure0.prototype = { call$1(newValue) { @@ -237572,7 +237667,7 @@ var t1 = this.$this._widget.itemHeight; return t1 != null ? new A.SizedBox(null, t1, item, null) : A.Column$(A._setArrayType([item], type$.JSArray_Widget), B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, - $signature: 3593 + $signature: 3512 }; A.DropdownButtonFormField.prototype = { createState$0() { @@ -237894,7 +237989,7 @@ return 1; return 1; }, - $signature: 434 + $signature: 422 }; A._ElevatedButtonDefaultsM3_mouseCursor_closure.prototype = { call$1(states) { @@ -237902,7 +237997,7 @@ return B.SystemMouseCursor_basic; return B.SystemMouseCursor_click; }, - $signature: 195 + $signature: 205 }; A.__ElevatedButtonDefaultColor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__ElevatedButtonDefaultElevation_MaterialStateProperty_Diagnosticable.prototype = {}; @@ -238965,7 +239060,7 @@ return B.SystemMouseCursor_basic; return B.SystemMouseCursor_click; }, - $signature: 195 + $signature: 205 }; A._FilledIconButtonDefaultsM3.prototype = { get$_icon_button$_colors() { @@ -239116,7 +239211,7 @@ return B.SystemMouseCursor_basic; return B.SystemMouseCursor_click; }, - $signature: 195 + $signature: 205 }; A._FilledTonalIconButtonDefaultsM3.prototype = { get$_icon_button$_colors() { @@ -239298,7 +239393,7 @@ return B.SystemMouseCursor_basic; return B.SystemMouseCursor_click; }, - $signature: 195 + $signature: 205 }; A._OutlinedIconButtonDefaultsM3.prototype = { get$_icon_button$_colors() { @@ -239463,7 +239558,7 @@ return B.SystemMouseCursor_basic; return B.SystemMouseCursor_click; }, - $signature: 195 + $signature: 205 }; A.__IconButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable.prototype = {}; A.IconButtonThemeData.prototype = { @@ -239665,7 +239760,7 @@ var t1 = this.referenceBox.get$size(0); return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 435 + $signature: 427 }; A._InkRippleFactory.prototype = { create$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection(_, borderRadius, color, containedInkWell, controller, customBorder, onRemoved, position, radius, rectCallback, referenceBox, textDirection) { @@ -239814,7 +239909,7 @@ var t1 = this.referenceBox.get$size(0); return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 435 + $signature: 427 }; A._InkSplashFactory.prototype = { create$11$borderRadius$color$containedInkWell$controller$customBorder$onRemoved$position$radius$rectCallback$referenceBox$textDirection(_, borderRadius, color, containedInkWell, controller, customBorder, onRemoved, position, radius, rectCallback, referenceBox, textDirection) { @@ -242374,7 +242469,7 @@ type$.BoxParentData._as(t1).offset = new A.Offset(x, (this.height._readLocal$0() - box.get$size(0)._dy) / 2); return box.get$size(0)._dx; }, - $signature: 246 + $signature: 247 }; A._RenderDecoration_performLayout_baselineLayout.prototype = { call$2(box, x) { @@ -242388,7 +242483,7 @@ t1.offset = new A.Offset(x, t2 - t3); return box.get$size(0)._dx; }, - $signature: 246 + $signature: 247 }; A._RenderDecoration_paint_doPaint.prototype = { call$1(child) { @@ -242399,13 +242494,13 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 807 + $signature: 809 }; A._RenderDecoration_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 72 + $signature: 76 }; A._Decorator.prototype = { get$slots() { @@ -243317,7 +243412,7 @@ return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).hintColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 118 + $signature: 117 }; A._InputDecoratorDefaultsM2_labelStyle_closure.prototype = { call$1(states) { @@ -243326,7 +243421,7 @@ return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).hintColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 118 + $signature: 117 }; A._InputDecoratorDefaultsM2_floatingLabelStyle_closure.prototype = { call$1(states) { @@ -243339,7 +243434,7 @@ return A.TextStyle$(_null, _null, A.Theme_of(_this.$this.context).colorScheme.primary, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); return A.TextStyle$(_null, _null, A.Theme_of(_this.$this.context).hintColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 118 + $signature: 117 }; A._InputDecoratorDefaultsM2_helperStyle_closure.prototype = { call$1(states) { @@ -243348,7 +243443,7 @@ return themeData.textTheme.bodySmall.copyWith$1$color(B.Color_0); return themeData.textTheme.bodySmall.copyWith$1$color(themeData.hintColor); }, - $signature: 118 + $signature: 117 }; A._InputDecoratorDefaultsM2_errorStyle_closure.prototype = { call$1(states) { @@ -243357,7 +243452,7 @@ return themeData.textTheme.bodySmall.copyWith$1$color(B.Color_0); return themeData.textTheme.bodySmall.copyWith$1$color(themeData.colorScheme.error); }, - $signature: 118 + $signature: 117 }; A._InputDecoratorDefaultsM2_fillColor_closure.prototype = { call$1(states) { @@ -243486,7 +243581,7 @@ return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).hintColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 118 + $signature: 117 }; A._InputDecoratorDefaultsM3_fillColor_closure.prototype = { call$1(states) { @@ -243526,7 +243621,7 @@ t2 = t1._onSurfaceVariant; return new A.BorderSide(t2 == null ? t1.onSurface : t2, 1, B.BorderStyle_1, -1); }, - $signature: 289 + $signature: 322 }; A._InputDecoratorDefaultsM3_outlineBorder_closure.prototype = { call$1(states) { @@ -243553,7 +243648,7 @@ t2 = t1._outline; return new A.BorderSide(t2 == null ? t1.onBackground : t2, 1, B.BorderStyle_1, -1); }, - $signature: 289 + $signature: 322 }; A._InputDecoratorDefaultsM3_prefixIconColor_closure.prototype = { call$1(states) { @@ -243610,7 +243705,7 @@ t2 = t1._onSurfaceVariant; return textStyle.copyWith$1$color(t2 == null ? t1.onSurface : t2); }, - $signature: 118 + $signature: 117 }; A._InputDecoratorDefaultsM3_floatingLabelStyle_closure.prototype = { call$1(states) { @@ -243644,7 +243739,7 @@ t2 = t1._onSurfaceVariant; return textStyle.copyWith$1$color(t2 == null ? t1.onSurface : t2); }, - $signature: 118 + $signature: 117 }; A._InputDecoratorDefaultsM3_helperStyle_closure.prototype = { call$1(states) { @@ -243661,7 +243756,7 @@ t2 = t1._onSurfaceVariant; return textStyle.copyWith$1$color(t2 == null ? t1.onSurface : t2); }, - $signature: 118 + $signature: 117 }; A._InputDecoratorDefaultsM3_errorStyle_closure.prototype = { call$1(states) { @@ -243671,7 +243766,7 @@ textStyle = B.TextStyle_SVP; return textStyle.copyWith$1$color(t1.get$_input_decorator$_colors().error); }, - $signature: 118 + $signature: 117 }; A._InputDecorationTheme_Object_Diagnosticable.prototype = {}; A.__BorderContainerState_State_TickerProviderStateMixin.prototype = { @@ -244338,13 +244433,13 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 807 + $signature: 809 }; A._RenderListTile_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 72 + $signature: 76 }; A._LisTileDefaultsM2.prototype = { get$_list_tile$_theme() { @@ -244946,19 +245041,19 @@ call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 187 + $signature: 180 }; A._MaterialInteriorState_forEachTween_closure0.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 431 + $signature: 401 }; A._MaterialInteriorState_forEachTween_closure1.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 431 + $signature: 401 }; A._MaterialInteriorState_forEachTween_closure2.prototype = { call$1(value) { @@ -246078,13 +246173,13 @@ call$1(child) { return child.key; }, - $signature: 806 + $signature: 808 }; A._MergeableMaterialState_didUpdateWidget_closure0.prototype = { call$1(child) { return child.key; }, - $signature: 806 + $signature: 808 }; A._MergeableMaterialSliceKey.prototype = { $eq(_, other) { @@ -246423,7 +246518,7 @@ t2 = t1._outline; return new A.BorderSide(t2 == null ? t1.onBackground : t2, 1, B.BorderStyle_1, -1); }, - $signature: 289 + $signature: 322 }; A._OutlinedButtonDefaultsM3_mouseCursor_closure.prototype = { call$1(states) { @@ -246431,7 +246526,7 @@ return B.SystemMouseCursor_basic; return B.SystemMouseCursor_click; }, - $signature: 195 + $signature: 205 }; A.__OutlinedButtonDefaultColor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__OutlinedButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable.prototype = {}; @@ -246512,7 +246607,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 805 + $signature: 807 }; A._ZoomPageTransition_build_closure0.prototype = { call$3(context, animation, child) { @@ -246520,7 +246615,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 804 + $signature: 806 }; A._ZoomPageTransition_build_closure1.prototype = { call$3(context, animation, child) { @@ -246528,7 +246623,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 805 + $signature: 807 }; A._ZoomPageTransition_build_closure2.prototype = { call$3(context, animation, child) { @@ -246536,7 +246631,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 804 + $signature: 806 }; A._ZoomEnterTransition.prototype = { createState$0() { @@ -246851,7 +246946,7 @@ t1 = t1.fade; t2.set$layer(0, context.pushOpacity$4$oldLayer(offset, B.JSNumber_methods.round$0(t1.get$value(t1) * 255), this.painter, t2._layer)); }, - $signature: 94 + $signature: 93 }; A._ZoomExitTransitionPainter.prototype = { _onStatusChange$1(_) { @@ -246911,7 +247006,7 @@ t1 = t1.fade; t2.set$layer(0, context.pushOpacity$4$oldLayer(offset, B.JSNumber_methods.round$0(t1.get$value(t1) * 255), this.painter, t2._layer)); }, - $signature: 94 + $signature: 93 }; A._PageTransitionsTheme_Object_Diagnosticable.prototype = {}; A.__ZoomEnterTransitionState_State__ZoomTransitionBase.prototype = { @@ -247079,7 +247174,7 @@ call$1(size) { this.$this.route.itemSizes[this.i] = size; }, - $signature: 594 + $signature: 549 }; A._PopupMenu_build_closure0.prototype = { call$2(context, child) { @@ -247254,7 +247349,7 @@ t5 = A.DisplayFeatureSubScreen_avoidBounds(t4); return new A.CustomSingleChildLayout(new A._PopupMenuRouteLayout(t1.position, t1.itemSizes, t2, t3.textDirection, t4.padding, A.LinkedHashSet_LinkedHashSet$of(t5, t5.$ti._eval$1("Iterable.E"))), new A._CaptureAll(t1.capturedThemes._themes, _this.menu, null), null); }, - $signature: 811 + $signature: 813 }; A.PopupMenuButton.prototype = { createState$0() { @@ -247463,7 +247558,7 @@ } return t2.apply$1$color(t1.get$_popup_menu$_colors().onSurface); }, - $signature: 118 + $signature: 117 }; A.PopupMenuThemeData.prototype = { get$hashCode(_) { @@ -247686,7 +247781,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); return t1._buildIndicator$3(context, t2, this.textDirection); }, - $signature: 181 + $signature: 182 }; A._CircularProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -247810,7 +247905,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); return t1._buildMaterialIndicator$5(context, t2.transform$1(0, t3.get$value(0)), $.$get$_CircularProgressIndicatorState__strokeTailTween().transform$1(0, t1.___CircularProgressIndicatorState__controller_A.get$value(0)), $.$get$_CircularProgressIndicatorState__offsetTween().transform$1(0, t1.___CircularProgressIndicatorState__controller_A.get$value(0)), $.$get$_CircularProgressIndicatorState__rotationTween().transform$1(0, t1.___CircularProgressIndicatorState__controller_A.get$value(0))); }, - $signature: 181 + $signature: 182 }; A._RefreshProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -247926,7 +248021,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); return t1._buildMaterialIndicator$5(context, 1.05 * t2.transform$1(0, t3.get$value(0)), $.$get$_CircularProgressIndicatorState__strokeTailTween().transform$1(0, t1.___CircularProgressIndicatorState__controller_A.get$value(0)), $.$get$_CircularProgressIndicatorState__offsetTween().transform$1(0, t1.___CircularProgressIndicatorState__controller_A.get$value(0)), $.$get$_CircularProgressIndicatorState__rotationTween().transform$1(0, t1.___CircularProgressIndicatorState__controller_A.get$value(0))); }, - $signature: 181 + $signature: 182 }; A._CircularProgressIndicatorDefaultsM2.prototype = { get$color(_) { @@ -248285,7 +248380,7 @@ t1 = null; return t1 == null ? A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 287 + $signature: 324 }; A._RadioPainter.prototype = { paint$2(canvas, size) { @@ -248993,7 +249088,7 @@ t1._widget.onRefresh$0().whenComplete$1(new A.RefreshIndicatorState__show__closure0(t1, this.completer)); } }, - $signature: 113 + $signature: 109 }; A.RefreshIndicatorState__show__closure.prototype = { call$0() { @@ -249039,7 +249134,7 @@ return materialIndicator; } }, - $signature: 181 + $signature: 182 }; A._RefreshIndicatorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -249068,7 +249163,7 @@ call$2(context, index) { return this.children[index]; }, - $signature: 97 + $signature: 96 }; A._ReorderableListViewState.prototype = { _itemBuilder$2(context, index) { @@ -249227,7 +249322,7 @@ if ((t1.future._state & 30) === 0) t1.complete$1(0, this.reason); }, - $signature: 113 + $signature: 109 }; A._ScaffoldMessengerScope.prototype = { updateShouldNotify$1(old) { @@ -250337,7 +250432,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 128 }; A._ScaffoldMessengerState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -250658,7 +250753,7 @@ t1 = t1 == null ? null : t1.resolve$1(0, states); return t1 == null ? false : t1; }, - $signature: 803 + $signature: 805 }; A._MaterialScrollbarState__thumbColor_closure.prototype = { call$1(states) { @@ -250761,7 +250856,7 @@ t1 = t2; return t1; }, - $signature: 434 + $signature: 422 }; A._MaterialScrollbarState_initState_closure.prototype = { call$0() { @@ -251911,7 +252006,7 @@ } return t1; }, - $signature: 287 + $signature: 324 }; A._SwitchPainter.prototype = { set$positionController(value) { @@ -252460,7 +252555,7 @@ return B.SystemMouseCursor_basic; return B.SystemMouseCursor_click; }, - $signature: 195 + $signature: 205 }; A._SwitchDefaultsCupertino_trackColor_closure.prototype = { call$1(states) { @@ -252622,7 +252717,7 @@ call$1(states) { return B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(0, states); }, - $signature: 287 + $signature: 324 }; A._SwitchDefaultsM2_overlayColor_closure.prototype = { call$1(states) { @@ -252819,7 +252914,7 @@ call$1(states) { return B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(0, states); }, - $signature: 287 + $signature: 324 }; A._SwitchConfigM3.prototype = { get$activeThumbRadius() { @@ -254805,7 +254900,7 @@ return B.SystemMouseCursor_basic; return B.SystemMouseCursor_click; }, - $signature: 195 + $signature: 205 }; A.__TextButtonDefaultMouseCursor_MaterialStateProperty_Diagnosticable.prototype = {}; A.TextButtonThemeData.prototype = { @@ -255599,7 +255694,7 @@ call$1($event) { return this.$this._handleHover$1(true); }, - $signature: 133 + $signature: 135 }; A._TextFieldState_build_closure8.prototype = { call$1($event) { @@ -255620,7 +255715,7 @@ t1 = t1.handleDidLoseAccessibilityFocus; return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, t5, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, child, _null); }, - $signature: 802 + $signature: 804 }; A._TextFieldState_build__closure.prototype = { call$0() { @@ -255640,7 +255735,7 @@ t1 = theme.textTheme.titleMedium; return A.TextStyle$(_null, _null, t1 == null ? _null : t1.color, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 118 + $signature: 117 }; A._m3StateInputStyle_closure.prototype = { call$1(states) { @@ -255651,14 +255746,14 @@ } return A.TextStyle$(_null, _null, A.Theme_of(this.context).textTheme.bodyLarge.color, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 118 + $signature: 117 }; A.__TextFieldState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 128 }; A.__TextFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -256049,7 +256144,7 @@ call$2(result, transformed) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, transformed); }, - $signature: 72 + $signature: 76 }; A._TextSelectionToolbarItemsLayout.prototype = { createRenderObject$1(context) { @@ -256192,7 +256287,7 @@ if (width > t4 && t2._lastIndexThatFits === -1) t2._lastIndexThatFits = t1.i - 1; }, - $signature: 66 + $signature: 65 }; A._RenderTextSelectionToolbarItemsLayout__placeChildren_closure.prototype = { call$1(renderObjectChild) { @@ -256224,7 +256319,7 @@ t1.nextSize = new A.Size(Math.max(renderObjectChild.get$size(0)._dx, t1.nextSize._dx), t1.overflowHeight); } }, - $signature: 66 + $signature: 65 }; A._RenderTextSelectionToolbarItemsLayout_paint_closure.prototype = { call$1(renderObjectChild) { @@ -256237,13 +256332,13 @@ return; this.context.paintChild$2(renderObjectChild, t1.offset.$add(0, this.offset)); }, - $signature: 66 + $signature: 65 }; A._RenderTextSelectionToolbarItemsLayout_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 72 + $signature: 76 }; A._RenderTextSelectionToolbarItemsLayout_visitChildrenForSemantics_closure.prototype = { call$1(renderObjectChild) { @@ -256254,7 +256349,7 @@ if (type$.ToolbarItemsParentData._as(t1).shouldPaint) this.visitor.call$1(renderObjectChild); }, - $signature: 66 + $signature: 65 }; A._TextSelectionToolbarContainer.prototype = { build$1(context) { @@ -257085,7 +257180,7 @@ return "0" + value; return B.JSInt_methods.toString$0(value); }, - $signature: 380 + $signature: 368 }; A.RestorableTimeOfDay.prototype = { createDefaultValue$0() { @@ -257750,7 +257845,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.newPosition); }, - $signature: 72 + $signature: 76 }; A._TappableLabel.prototype = { get$value(receiver) { @@ -257850,13 +257945,13 @@ call$1(label) { return !label.inner; }, - $signature: 801 + $signature: 803 }; A._DialPainter_paint_paintInnerOuterLabels_closure0.prototype = { call$1(label) { return label.inner; }, - $signature: 801 + $signature: 803 }; A._HourDialType.prototype = { _enumToString$0() { @@ -259994,7 +260089,7 @@ t3 = t1._onSurfaceVariant; return t2.copyWith$1$color(t3 == null ? t1.onSurface : t3); }, - $signature: 118 + $signature: 117 }; A._TimePickerDefaultsM3_hourMinuteColor_closure.prototype = { call$1(states) { @@ -260092,35 +260187,35 @@ t2.toString; return t2.copyWith$1$color(t1.get$_hourMinuteTextColor()._material_state$_resolve.call$1(states)); }, - $signature: 118 + $signature: 117 }; A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 128 }; A.__TimePickerDialogState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 128 }; A.__TimePickerInputState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 128 }; A.__TimePickerState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 128 }; A.__DialState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -261283,7 +261378,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.center); }, - $signature: 72 + $signature: 76 }; A.__DefaultFillColor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__ResolveFillColor_MaterialStateProperty_Diagnosticable.prototype = {}; @@ -262381,7 +262476,7 @@ call$2(header, value) { this.request.setRequestHeader(header, value); }, - $signature: 174 + $signature: 194 }; A.NetworkImage__loadAsync_closure0.prototype = { call$1(e) { @@ -262398,13 +262493,13 @@ throw A.wrapException(A.NetworkImageLoadException$($status, this.resolved)); } }, - $signature: 254 + $signature: 264 }; A.NetworkImage__loadAsync_closure1.prototype = { call$1(e) { return this.completer.completeError$1(e); }, - $signature: 342 + $signature: 279 }; A.NetworkImage__loadAsync_closure2.prototype = { call$2(bytes, total) { @@ -264436,7 +264531,7 @@ t1.toString; return t1; }, - $signature: 405 + $signature: 360 }; A.ImageCache.prototype = { clear$0(_) { @@ -264949,7 +265044,7 @@ t1.toString; return t1; }, - $signature: 800 + $signature: 802 }; A.ImageProvider_resolveStreamForKey_closure0.prototype = { call$0() { @@ -264958,7 +265053,7 @@ result = t1.loadImage$2(t2, $.PaintingBinding__instance.get$instantiateImageCodecWithSize()); return result instanceof A._AbstractImageStreamCompleter ? t1.loadBuffer$2(t2, $.PaintingBinding__instance.get$instantiateImageCodecFromBuffer()) : result; }, - $signature: 800 + $signature: 802 }; A._AbstractImageStreamCompleter.prototype = {}; A.AssetBundleImageKey.prototype = { @@ -265209,7 +265304,7 @@ call$2(error, stack) { this._box_0.completer.completeError$2(error, stack); }, - $signature: 191 + $signature: 188 }; A.ImageInfo.prototype = { clone$0(_) { @@ -265607,13 +265702,13 @@ call$2(error, stack) { this.$this.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("resolving an image codec"), error, this.informationCollector, true, stack); }, - $signature: 191 + $signature: 188 }; A.MultiFrameImageStreamCompleter_closure0.prototype = { call$2(error, stack) { this.$this.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("loading an image"), error, this.informationCollector, true, stack); }, - $signature: 191 + $signature: 188 }; A.MultiFrameImageStreamCompleter__handleAppFrame_closure.prototype = { call$0() { @@ -265688,7 +265783,7 @@ this._box_0.result = result; return result == null; }, - $signature: 331 + $signature: 302 }; A.InlineSpan_codeUnitAt_closure.prototype = { call$1(span) { @@ -265696,7 +265791,7 @@ this._box_0.result = result; return result == null; }, - $signature: 331 + $signature: 302 }; A.NotchedShape.prototype = {}; A.CircularNotchedRectangle.prototype = { @@ -267347,13 +267442,13 @@ call$1(box) { return A.TextPainter__shiftTextBox(box, this.offset); }, - $signature: 553 + $signature: 593 }; A.TextPainter_getBoxesForSelection_closure.prototype = { call$1(box) { return A.TextPainter__shiftTextBox(box, this.offset); }, - $signature: 553 + $signature: 593 }; A.TextPainter_computeLineMetrics_closure.prototype = { call$1(metrics) { @@ -268404,7 +268499,7 @@ if (t1 != null) t1._view.get$semantics().updateSemantics$1(update); }, - $signature: 798 + $signature: 800 }; A.RendererBinding_pipelineOwner_closure0.prototype = { call$0() { @@ -268882,7 +268977,7 @@ call$0() { return this.computer.call$1(this.argument); }, - $signature: 179 + $signature: 181 }; A.RenderBox_getDryLayout_closure.prototype = { call$0() { @@ -268894,7 +268989,7 @@ call$0() { return this.$this.computeDistanceToActualBaseline$1(this.baseline); }, - $signature: 796 + $signature: 798 }; A.RenderBoxContainerDefaultsMixin.prototype = { defaultComputeDistanceToFirstActualBaseline$1(baseline) { @@ -268970,7 +269065,7 @@ call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 72 + $signature: 76 }; A._ContainerBoxParentData_BoxParentData_ContainerParentDataMixin.prototype = { detach$0(_) { @@ -270738,7 +270833,7 @@ var t1 = this.$this; return new A.TextBox(textBox.left + t1.get$_paintOffset()._dx, textBox.top + t1.get$_paintOffset()._dy, textBox.right + t1.get$_paintOffset()._dx, textBox.bottom + t1.get$_paintOffset()._dy, textBox.direction); }, - $signature: 553 + $signature: 593 }; A.RenderEditable_describeSemanticsConfiguration_closure.prototype = { call$1(info) { @@ -270766,13 +270861,13 @@ call$2(child, constraints) { return new A.Size(child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, 1 / 0, child.get$computeMinIntrinsicWidth()), 0); }, - $signature: 241 + $signature: 272 }; A.RenderEditable_computeMaxIntrinsicWidth_closure.prototype = { call$2(child, constraints) { return new A.Size(child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, 1 / 0, child.get$computeMaxIntrinsicWidth()), 0); }, - $signature: 241 + $signature: 272 }; A.RenderEditable__canComputeDryLayoutForInlineWidgets_closure.prototype = { call$1(span) { @@ -270794,7 +270889,7 @@ t1 = true; return t1; }, - $signature: 331 + $signature: 302 }; A._RenderEditableCustomPaint.prototype = { get$parent(_) { @@ -271656,25 +271751,25 @@ call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, extent, child.get$computeMinIntrinsicWidth()); }, - $signature: 246 + $signature: 247 }; A.RenderFlex_computeMaxIntrinsicWidth_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, extent, child.get$computeMaxIntrinsicWidth()); }, - $signature: 246 + $signature: 247 }; A.RenderFlex_computeMinIntrinsicHeight_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, extent, child.get$computeMinIntrinsicHeight()); }, - $signature: 246 + $signature: 247 }; A.RenderFlex_computeMaxIntrinsicHeight_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, extent, child.get$computeMaxIntrinsicHeight()); }, - $signature: 246 + $signature: 247 }; A._LayoutSizes.prototype = {}; A._RenderFlex_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -273427,25 +273522,25 @@ call$2(a, b) { return a._depth - b._depth; }, - $signature: 422 + $signature: 380 }; A.PipelineOwner_flushCompositingBits_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 422 + $signature: 380 }; A.PipelineOwner_flushPaint_closure.prototype = { call$2(a, b) { return b._depth - a._depth; }, - $signature: 422 + $signature: 380 }; A.PipelineOwner_flushSemantics_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 422 + $signature: 380 }; A.RenderObject.prototype = { RenderObject$0() { @@ -274119,7 +274214,7 @@ t1.push(A.DiagnosticableTreeNode$("RenderObject", B.DiagnosticsTreeStyle_11, t2)); return t1; }, - $signature: 142 + $signature: 149 }; A.RenderObject_invokeLayoutCallback_closure.prototype = { call$0() { @@ -274136,13 +274231,13 @@ if (t1) this.$this.__RenderObject__needsCompositing_A = true; }, - $signature: 66 + $signature: 65 }; A.RenderObject_clearSemantics_closure.prototype = { call$1(child) { child.clearSemantics$0(); }, - $signature: 66 + $signature: 65 }; A.RenderObject__getSemanticsForParent_closure.prototype = { call$1(renderChild) { @@ -274188,7 +274283,7 @@ t3.push(siblingMergeGroup); } }, - $signature: 66 + $signature: 65 }; A.RenderObject__getSemanticsForParent_closure0.prototype = { call$1(config) { @@ -274199,14 +274294,14 @@ } return fragment; }, - $signature: 795 + $signature: 797 }; A.RenderObject__getSemanticsForParent_closure1.prototype = { call$1(config) { var t1 = this.configToFragment.$index(0, config); return t1 == null ? new A._IncompleteSemanticsFragment(config, A._setArrayType([this.$this], type$.JSArray_RenderObject), false) : t1; }, - $signature: 795 + $signature: 797 }; A.RenderObject_toStringDeep_closure.prototype = { call$0() { @@ -274930,7 +275025,7 @@ call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 72 + $signature: 76 }; A.RenderParagraph.prototype = { set$text(_, value) { @@ -275628,13 +275723,13 @@ call$2(child, constraints) { return new A.Size(child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, 1 / 0, child.get$computeMinIntrinsicWidth()), 0); }, - $signature: 241 + $signature: 272 }; A.RenderParagraph_computeMaxIntrinsicWidth_closure.prototype = { call$2(child, constraints) { return new A.Size(child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, 1 / 0, child.get$computeMaxIntrinsicWidth()), 0); }, - $signature: 241 + $signature: 272 }; A.RenderParagraph__canComputeDryLayoutForInlineWidgets_closure.prototype = { call$1(span) { @@ -275656,7 +275751,7 @@ t1 = true; return t1; }, - $signature: 331 + $signature: 302 }; A.RenderParagraph__createShowOnScreenFor_closure.prototype = { call$0() { @@ -277404,7 +277499,7 @@ } this.$this.super$RenderProxyBoxMixin$paint(context, offset); }, - $signature: 94 + $signature: 93 }; A.RenderPhysicalShape.prototype = { get$_defaultClip() { @@ -277464,7 +277559,7 @@ } this.$this.super$RenderProxyBoxMixin$paint(context, offset); }, - $signature: 94 + $signature: 93 }; A.DecorationPosition.prototype = { _enumToString$0() { @@ -277660,7 +277755,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 72 + $signature: 76 }; A.RenderFittedBox.prototype = { _proxy_box$_resolve$0() { @@ -277853,7 +277948,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 72 + $signature: 76 }; A.RenderFractionalTranslation.prototype = { set$translation(value) { @@ -277886,7 +277981,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 72 + $signature: 76 }; A.RenderPointerListener.prototype = { computeSizeForNoChild$1(constraints) { @@ -278634,7 +278729,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 72 + $signature: 76 }; A.RenderAnnotatedRegion.prototype = { get$value(_) { @@ -278867,7 +278962,7 @@ call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 72 + $signature: 76 }; A.RenderPadding.prototype = { _shifted_box$_resolve$0() { @@ -279627,7 +279722,7 @@ call$1(result) { return this.child.hitTest$2$position(result, this._box_0.transformedPosition); }, - $signature: 789 + $signature: 791 }; A._SliverGeometry_Object_Diagnosticable.prototype = {}; A._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin.prototype = { @@ -280700,7 +280795,7 @@ } else t1._childManager.createChild$2$after(t3, t4); }, - $signature: 548 + $signature: 462 }; A.RenderSliverMultiBoxAdaptor_collectGarbage_closure.prototype = { call$1(constraints) { @@ -280721,7 +280816,7 @@ t3 = A._instanceType(t1)._eval$1("WhereIterable"); B.JSArray_methods.forEach$1(A.List_List$of(new A.WhereIterable(t1, new A.RenderSliverMultiBoxAdaptor_collectGarbage__closure(), t3), true, t3._eval$1("Iterable.E")), t2._childManager.get$removeChild()); }, - $signature: 548 + $signature: 462 }; A.RenderSliverMultiBoxAdaptor_collectGarbage__closure.prototype = { call$1(child) { @@ -280729,7 +280824,7 @@ t1.toString; return !type$.SliverMultiBoxAdaptorParentData._as(t1).KeepAliveParentDataMixin_keepAlive; }, - $signature: 835 + $signature: 837 }; A._RenderSliverMultiBoxAdaptor_RenderSliver_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -281060,7 +281155,7 @@ call$1(constraints) { this.$this.updateChild$2(this.shrinkOffset, this.overlapsContent); }, - $signature: 548 + $signature: 462 }; A.RenderSliverPinnedPersistentHeader.prototype = { performLayout$0() { @@ -281477,7 +281572,7 @@ call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 72 + $signature: 76 }; A._RenderStack_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -282158,13 +282253,13 @@ call$2(a, b) { return a + b; }, - $signature: 212 + $signature: 236 }; A.RenderTable_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 72 + $signature: 76 }; A.AlignmentGeometryTween.prototype = { lerp$1(t) { @@ -282790,7 +282885,7 @@ t3 = _this.$this.computeChildMainAxisPosition$2(t1, t2.mainAxisPosition); return t1.hitTest$3$crossAxisPosition$mainAxisPosition(_this.sliverResult, t2.crossAxisPosition, t3); }, - $signature: 789 + $signature: 791 }; A.RenderViewport.prototype = { setupParentData$1(child) { @@ -284976,7 +285071,7 @@ t1.thickness = Math.max(t1.thickness, node._semantics$_thickness + node._semantics$_elevation); return true; }, - $signature: 545 + $signature: 606 }; A.SemanticsNode__childrenInTraversalOrder_closure.prototype = { call$1(sortNode) { @@ -285083,7 +285178,7 @@ call$1(group) { return group.sortedWithinKnot$0(); }, - $signature: 786 + $signature: 788 }; A._SemanticsSortGroup_sortedWithinKnot_closure.prototype = { call$2(a, b) { @@ -285097,7 +285192,7 @@ return -verticalDiff; return -B.JSNumber_methods.compareTo$1(aTopLeft._dx, bTopLeft._dx); }, - $signature: 542 + $signature: 600 }; A._SemanticsSortGroup_sortedWithinKnot_search.prototype = { call$1(id) { @@ -285114,7 +285209,7 @@ } _this.sortedIds.push(id); }, - $signature: 61 + $signature: 63 }; A._SemanticsSortGroup_sortedWithinKnot_closure0.prototype = { call$1(node) { @@ -285134,7 +285229,7 @@ call$1(group) { return group.sortedWithinVerticalGroup$0(); }, - $signature: 786 + $signature: 788 }; A._TraversalSortNode.prototype = { compareTo$1(_, other) { @@ -285249,19 +285344,19 @@ call$1(node) { return !this.$this._detachedNodes.contains$1(0, node); }, - $signature: 545 + $signature: 606 }; A.SemanticsOwner_sendSemanticsUpdate_closure0.prototype = { call$2(a, b) { return a._semantics$_depth - b._semantics$_depth; }, - $signature: 542 + $signature: 600 }; A.SemanticsOwner_sendSemanticsUpdate_closure1.prototype = { call$2(a, b) { return a._semantics$_depth - b._semantics$_depth; }, - $signature: 542 + $signature: 600 }; A.SemanticsOwner__getSemanticsActionHandlerForId_closure.prototype = { call$1(node) { @@ -285271,7 +285366,7 @@ } return true; }, - $signature: 545 + $signature: 606 }; A.SemanticsConfiguration.prototype = { _addAction$2(action, handler) { @@ -285766,7 +285861,7 @@ call$0() { return this.$this.super$AssetBundle$loadString(this.key, true); }, - $signature: 599 + $signature: 550 }; A.CachingAssetBundle_loadStructuredData_closure.prototype = { call$1(value) { @@ -285788,7 +285883,7 @@ this.$this._structuredDataCache.remove$1(0, this.key); this._box_0.completer.completeError$2(error, stack); }, - $signature: 191 + $signature: 188 }; A.PlatformAssetBundle.prototype = { load$1(_, key) { @@ -286179,7 +286274,7 @@ t1._onKeyDataZone = $.Zone__current; B.BasicMessageChannel_kqo.setMessageHandler$1(t2.get$handleRawKeyMessage()); }, - $signature: 113 + $signature: 109 }; A.ServicesBinding__addLicenses_closure.prototype = { call$0() { @@ -286246,7 +286341,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "services library", t1, null, null, false)); } }, - $signature: 157 + $signature: 161 }; A._DefaultBinaryMessenger_setMessageHandler_closure.prototype = { call$2(data, callback) { @@ -286589,14 +286684,14 @@ var t1 = $.$get$LogicalKeyboardKey__synonyms().$index(0, element); return t1 == null ? A.LinkedHashSet_LinkedHashSet$_literal([element], type$.LogicalKeyboardKey) : t1; }, - $signature: 784 + $signature: 786 }; A.LogicalKeyboardKey_expandSynonyms_closure.prototype = { call$1(element) { var t1 = $.$get$LogicalKeyboardKey__reverseSynonyms().$index(0, element); return t1 == null ? A.LinkedHashSet_LinkedHashSet$_literal([element], type$.LogicalKeyboardKey) : t1; }, - $signature: 784 + $signature: 786 }; A.PhysicalKeyboardKey.prototype = { get$hashCode(_) { @@ -286985,7 +287080,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 317 + $signature: 310 }; A.StandardMethodCodec0.prototype = { encodeMethodCall$1(methodCall) { @@ -287331,7 +287426,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 783 + $signature: 785 }; A.MethodChannel.prototype = { get$binaryMessenger() { @@ -287577,7 +287672,7 @@ call$1(message) { return this.$this._handleAsMethodCall$2(message, this.handler); }, - $signature: 783 + $signature: 785 }; A.OptionalMethodChannel.prototype = { invokeMethod$1$2(method, $arguments, $T) { @@ -288266,14 +288361,14 @@ var t1 = type$.nullable_Object; return A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 780 + $signature: 782 }; A.RestorationBucket__rawValues_closure.prototype = { call$0() { var t1 = type$.nullable_Object; return A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 780 + $signature: 782 }; A.RestorationBucket__addChildData_closure.prototype = { call$0() { @@ -288776,7 +288871,7 @@ replacedLength = originalIndex <= t1 && originalIndex < _this.regionEnd ? 0 : _this.replacementString.length; return replacedLength - (B.JSInt_methods.clamp$2(originalIndex, t1, _this.regionEnd) - t1); }, - $signature: 135 + $signature: 133 }; A.LengthLimitingTextInputFormatter.prototype = { formatEditUpdate$2(oldValue, newValue) { @@ -288965,7 +289060,7 @@ replacedLength = originalIndex <= t2 && originalIndex < t1.end ? 0 : this.replacementString.length; return originalIndex + replacedLength - (B.JSInt_methods.clamp$2(originalIndex, t2, t1.end) - t2); }, - $signature: 135 + $signature: 133 }; A.SelectionChangedCause.prototype = { _enumToString$0() { @@ -289449,7 +289544,7 @@ var _null = null; return A._setArrayType([A.DiagnosticsProperty$("call", this.$call, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.MethodCall)], type$.JSArray_DiagnosticsNode); }, - $signature: 142 + $signature: 149 }; A.TextInput__handleTextInputInvocation_closure.prototype = { call$1(value) { @@ -289602,7 +289697,7 @@ var t1 = this.params; t1.onPlatformViewCreated.call$1(t1.id); }, - $signature: 113 + $signature: 109 }; A._HtmlElementViewController.prototype = { __html_element_view_web$_initialize$0() { @@ -289695,7 +289790,7 @@ this.parent.set$finalLocalValue(ancestor); return false; }, - $signature: 125 + $signature: 129 }; A.Intent.prototype = {}; A.Action.prototype = { @@ -289777,7 +289872,7 @@ type$._ActionsScope._as(t1); return false; }, - $signature: 333 + $signature: 273 }; A.Actions_maybeFind_closure.prototype = { call$1(element) { @@ -289792,7 +289887,7 @@ } return false; }, - $signature: 333 + $signature: 273 }; A.Actions__maybeFindWithoutDependingOn_closure.prototype = { call$1(element) { @@ -289806,7 +289901,7 @@ } return false; }, - $signature: 333 + $signature: 273 }; A.Actions_invoke_closure.prototype = { call$1(element) { @@ -289820,7 +289915,7 @@ _this._box_0.returnValue = A.Actions__findDispatcher(element).invokeAction$3(result, t2, _this.context); return t1; }, - $signature: 333 + $signature: 273 }; A.Actions_maybeInvoke_closure.prototype = { call$1(element) { @@ -289834,7 +289929,7 @@ _this._box_0.returnValue = A.Actions__findDispatcher(element).invokeAction$3(result, t2, _this.context); return t1; }, - $signature: 333 + $signature: 273 }; A._ActionsState.prototype = { initState$0() { @@ -290065,7 +290160,7 @@ var t1 = this.$this; return t1._actions$_hovering && target.enabled && t1._canShowHighlight; }, - $signature: 540 + $signature: 578 }; A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus.prototype = { call$1(target) { @@ -290081,14 +290176,14 @@ return true; } }, - $signature: 540 + $signature: 578 }; A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight.prototype = { call$1(target) { var t1 = this.$this; return t1._focused && t1._canShowHighlight && this.canRequestFocus.call$1(target); }, - $signature: 540 + $signature: 578 }; A._FocusableActionDetectorState_didUpdateWidget_closure.prototype = { call$1(duration) { @@ -291005,7 +291100,7 @@ var t1 = this.$this; t1.setState$1(new A._StreamBuilderBaseState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 191 + $signature: 188 }; A._StreamBuilderBaseState__subscribe__closure.prototype = { call$0() { @@ -291137,7 +291232,7 @@ if (t1._activeCallbackIdentity === this.callbackIdentity) t1.setState$1(new A._FutureBuilderState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 191 + $signature: 188 }; A._FutureBuilderState__subscribe__closure.prototype = { call$0() { @@ -291645,7 +291740,7 @@ call$1(child) { this._box_0.childElement = child; }, - $signature: 109 + $signature: 113 }; A._AutomaticKeepAliveState__createCallback_closure.prototype = { call$0() { @@ -291733,13 +291828,13 @@ if (t1 != null && t1.contains$1(0, this.$this)) element.didChangeDependencies$0(); }, - $signature: 109 + $signature: 113 }; A._UbiquitousInheritedElement__recurseChildren_closure.prototype = { call$1(child) { A._UbiquitousInheritedElement__recurseChildren(child, this.visitor); }, - $signature: 109 + $signature: 113 }; A._UbiquitousInheritedWidget.prototype = { createElement$0(_) { @@ -292701,7 +292796,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 321 + $signature: 274 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0.prototype = { call$1(parameters) { @@ -292729,7 +292824,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 321 + $signature: 274 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1.prototype = { call$1(parameters) { @@ -292757,7 +292852,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 321 + $signature: 274 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2.prototype = { call$0() { @@ -292782,7 +292877,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 67 + $signature: 66 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3.prototype = { call$1(value) { @@ -292806,7 +292901,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 269 + $signature: 252 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4.prototype = { call$0() { @@ -292831,7 +292926,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 67 + $signature: 66 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5.prototype = { call$1(value) { @@ -292855,13 +292950,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 269 + $signature: 252 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure.prototype = { call$1(timings) { J.forEach$1$ax(timings, this.$this.get$_profileFramePostEvent()); }, - $signature: 546 + $signature: 614 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure.prototype = { call$0() { @@ -292916,14 +293011,14 @@ var t1 = message == null ? type$.Object._as(message) : message; return this.$this.handleSystemMessage$1(t1); }, - $signature: 777 + $signature: 779 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure0.prototype = { call$1(message) { var t1 = message == null ? type$.Object._as(message) : message; return this.$this._handleAccessibilityMessage$1(t1); }, - $signature: 777 + $signature: 779 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initServiceExtensions_closure.prototype = { call$0() { @@ -292948,7 +293043,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 67 + $signature: 66 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initServiceExtensions_closure0.prototype = { call$1(value) { @@ -292971,7 +293066,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 269 + $signature: 252 }; A.WidgetsBindingObserver.prototype = { didPopRoute$0() { @@ -293267,7 +293362,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 321 + $signature: 274 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0.prototype = { call$1(parameters) { @@ -293296,7 +293391,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 321 + $signature: 274 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1.prototype = { call$1(_) { @@ -293324,7 +293419,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 327 + $signature: 276 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2.prototype = { call$1(_) { @@ -293352,7 +293447,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 327 + $signature: 276 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3.prototype = { call$0() { @@ -293377,7 +293472,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 67 + $signature: 66 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4.prototype = { call$1(value) { @@ -293400,7 +293495,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 269 + $signature: 252 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5.prototype = { call$0() { @@ -293425,7 +293520,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 67 + $signature: 66 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6.prototype = { call$1(value) { @@ -293448,7 +293543,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 269 + $signature: 252 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure.prototype = { call$1(timings) { @@ -293467,7 +293562,7 @@ t2.firstFrameCallback = null; this.$this.WidgetsBinding__firstFrameCompleter.complete$0(0); }, - $signature: 546 + $signature: 614 }; A.WidgetsBinding_scheduleAttachRootWidget_closure.prototype = { call$0() { @@ -294024,7 +294119,7 @@ t1 = true; return t1; }, - $signature: 776 + $signature: 778 }; A.DisplayFeatureSubScreen_avoidBounds_closure0.prototype = { call$1(d) { @@ -297351,7 +297446,7 @@ call$1(timer) { this.$this._onCursorTick$0(); }, - $signature: 220 + $signature: 219 }; A.EditableTextState__onCursorTick_closure.prototype = { call$0() { @@ -297369,7 +297464,7 @@ call$1(timer) { this.$this._onCursorTick$0(); }, - $signature: 220 + $signature: 219 }; A.EditableTextState__didChangeTextEditingValue_closure.prototype = { call$0() { @@ -298451,13 +298546,13 @@ call$1(node) { return !node.get$skipTraversal() && node.get$canRequestFocus(); }, - $signature: 131 + $signature: 134 }; A.FocusNode__removeChild_closure.prototype = { call$1(descendant) { return descendant.get$enclosingScope() === this.nodeScope; }, - $signature: 131 + $signature: 134 }; A.FocusNode_debugDescribeChildren_closure.prototype = { call$1(child) { @@ -299056,7 +299151,7 @@ } return true; }, - $signature: 125 + $signature: 129 }; A._FocusTraversalGroupInfo.prototype = {}; A.TraversalDirection.prototype = { @@ -299193,7 +299288,7 @@ call$1(node) { return node.get$canRequestFocus() && !node.get$skipTraversal(); }, - $signature: 131 + $signature: 134 }; A.FocusTraversalPolicy__sortAllDescendants_visitGroups.prototype = { call$1(info) { @@ -299219,7 +299314,7 @@ t1 = false; return t1; }, - $signature: 131 + $signature: 134 }; A._DirectionalPolicyDataEntry.prototype = {}; A._DirectionalPolicyData.prototype = {}; @@ -299457,7 +299552,7 @@ else return B.JSNumber_methods.compareTo$1(b.get$rect(0).right, a.get$rect(0).right); }, - $signature: 221 + $signature: 215 }; A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferVertical_closure.prototype = { call$2(nodeA, nodeB) { @@ -299469,7 +299564,7 @@ return A.DirectionalFocusTraversalPolicyMixin__horizontalCompare(t1, a, b); return vertical; }, - $signature: 221 + $signature: 215 }; A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferHorizontal_closure.prototype = { call$2(nodeA, nodeB) { @@ -299481,7 +299576,7 @@ return A.DirectionalFocusTraversalPolicyMixin__verticalCompare(t1, a, b); return horizontal; }, - $signature: 221 + $signature: 215 }; A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferHorizontal_closure.prototype = { call$2(nodeA, nodeB) { @@ -299501,7 +299596,7 @@ return A.DirectionalFocusTraversalPolicyMixin__verticalCompare(t1, nodeA.get$rect(0).get$center(), nodeB.get$rect(0).get$center()); return horizontal; }, - $signature: 221 + $signature: 215 }; A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferVertical_closure.prototype = { call$2(nodeA, nodeB) { @@ -299521,47 +299616,47 @@ return A.DirectionalFocusTraversalPolicyMixin__horizontalCompare(t1, nodeA.get$rect(0).get$center(), nodeB.get$rect(0).get$center()); return vertical; }, - $signature: 221 + $signature: 215 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure.prototype = { call$1(node) { var t1 = this.target; return !node.get$rect(0).$eq(0, t1) && node.get$rect(0).get$center()._dx <= t1.left; }, - $signature: 131 + $signature: 134 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0.prototype = { call$1(node) { var t1 = this.target; return !node.get$rect(0).$eq(0, t1) && node.get$rect(0).get$center()._dx >= t1.right; }, - $signature: 131 + $signature: 134 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1.prototype = { call$2(a, b) { return B.JSNumber_methods.compareTo$1(a.get$rect(0).get$center()._dx, b.get$rect(0).get$center()._dx); }, - $signature: 221 + $signature: 215 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure.prototype = { call$1(node) { var t1 = this.target; return !node.get$rect(0).$eq(0, t1) && node.get$rect(0).get$center()._dy <= t1.top; }, - $signature: 131 + $signature: 134 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0.prototype = { call$1(node) { var t1 = this.target; return !node.get$rect(0).$eq(0, t1) && node.get$rect(0).get$center()._dy >= t1.bottom; }, - $signature: 131 + $signature: 134 }; A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1.prototype = { call$2(a, b) { return B.JSNumber_methods.compareTo$1(a.get$rect(0).get$center()._dy, b.get$rect(0).get$center()._dy); }, - $signature: 221 + $signature: 215 }; A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate.prototype = { call$1(direction) { @@ -299602,13 +299697,13 @@ t1.toString; return A.Scrollable_maybeOf(t1, null) === this.focusedScrollable; }, - $signature: 131 + $signature: 134 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0.prototype = { call$1(node) { return !node.get$rect(0).intersect$1(this.band).get$isEmpty(0); }, - $signature: 131 + $signature: 134 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1.prototype = { call$1(node) { @@ -299616,13 +299711,13 @@ t1.toString; return A.Scrollable_maybeOf(t1, null) === this.focusedScrollable; }, - $signature: 131 + $signature: 134 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2.prototype = { call$1(node) { return !node.get$rect(0).intersect$1(this.band).get$isEmpty(0); }, - $signature: 131 + $signature: 134 }; A._ReadingOrderSortData.prototype = { get$directionalAncestors() { @@ -299652,7 +299747,7 @@ return B.JSNumber_methods.compareTo$1(b.rect.right, a.rect.right); } }, - $signature: 773 + $signature: 775 }; A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors.prototype = { call$1(context) { @@ -299795,7 +299890,7 @@ call$2(a, b) { return B.JSNumber_methods.compareTo$1(a.rect.top, b.rect.top); }, - $signature: 773 + $signature: 775 }; A.ReadingOrderTraversalPolicy__pickNext_inBand.prototype = { call$2(current, candidates) { @@ -300131,7 +300226,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 128 }; A._FormFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -300347,7 +300442,7 @@ call$1(child) { this.$this._unmount$1(child); }, - $signature: 109 + $signature: 113 }; A.BuildOwner.prototype = { scheduleBuildFor$1(element) { @@ -300477,7 +300572,7 @@ J.add$1$ax(t1, A.ErrorHint$(t5 + " of " + t2 + ", but _dirtyElements only had " + t4 + " entries. This suggests some confusion in the framework internals.")); return t1; }, - $signature: 142 + $signature: 149 }; A.NotifiableElementMixin.prototype = { attachNotificationTree$0() { @@ -301047,14 +301142,14 @@ call$1(child) { this._box_0.next = child; }, - $signature: 109 + $signature: 113 }; A.Element_describeMissingAncestor_closure.prototype = { call$1(element) { this.ancestors.push(element); return true; }, - $signature: 125 + $signature: 129 }; A.Element_describeElements_closure.prototype = { call$1(element) { @@ -301085,31 +301180,31 @@ if (descendant != null) this.call$1(descendant); }, - $signature: 109 + $signature: 113 }; A.Element__updateDepth_closure.prototype = { call$1(child) { child._updateDepth$1(this.expectedDepth); }, - $signature: 109 + $signature: 113 }; A.Element_detachRenderObject_closure.prototype = { call$1(child) { child.detachRenderObject$0(); }, - $signature: 109 + $signature: 113 }; A.Element_attachRenderObject_closure.prototype = { call$1(child) { child.attachRenderObject$1(this.newSlot); }, - $signature: 109 + $signature: 113 }; A.Element_debugDescribeChildren_closure.prototype = { call$1(child) { this.children.push(child.toDiagnosticsNode$0()); }, - $signature: 109 + $signature: 113 }; A._ElementDiagnosticableTreeNode.prototype = {}; A.ErrorWidget.prototype = { @@ -301173,14 +301268,14 @@ var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 142 + $signature: 149 }; A.ComponentElement_performRebuild_closure0.prototype = { call$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 142 + $signature: 149 }; A.StatelessElement.prototype = { build$0() { @@ -301290,7 +301385,7 @@ else child.visitChildren$1(this); }, - $signature: 109 + $signature: 113 }; A.InheritedElement.prototype = { _updateInheritance$0() { @@ -301548,7 +301643,7 @@ call$1(child) { return !this.$this._forgottenChildren.contains$1(0, child); }, - $signature: 125 + $signature: 129 }; A.RenderTreeRootElement.prototype = { attachRenderObject$1(newSlot) { @@ -301661,7 +301756,7 @@ call$0() { return A.TapGestureRecognizer$(this.$this, null); }, - $signature: 771 + $signature: 773 }; A.GestureDetector_build_closure0.prototype = { call$1(instance) { @@ -301678,7 +301773,7 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 770 + $signature: 772 }; A.GestureDetector_build_closure1.prototype = { call$0() { @@ -301702,7 +301797,7 @@ call$0() { return A.LongPressGestureRecognizer$(this.$this, null, null); }, - $signature: 536 + $signature: 487 }; A.GestureDetector_build_closure4.prototype = { call$1(instance) { @@ -301714,13 +301809,13 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 534 + $signature: 536 }; A.GestureDetector_build_closure5.prototype = { call$0() { return A.VerticalDragGestureRecognizer$(this.$this, null); }, - $signature: 350 + $signature: 337 }; A.GestureDetector_build_closure6.prototype = { call$1(instance) { @@ -301735,7 +301830,7 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 293 + $signature: 336 }; A.GestureDetector_build_closure7.prototype = { call$0() { @@ -301755,13 +301850,13 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 531 + $signature: 532 }; A.GestureDetector_build_closure9.prototype = { call$0() { return A.PanGestureRecognizer$(this.$this, null); }, - $signature: 250 + $signature: 259 }; A.GestureDetector_build_closure10.prototype = { call$1(instance) { @@ -301775,7 +301870,7 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 258 + $signature: 260 }; A.GestureDetector_build_closure11.prototype = { call$0() { @@ -301804,7 +301899,7 @@ call$0() { return A.ForcePressGestureRecognizer$(this.$this, null); }, - $signature: 769 + $signature: 771 }; A.GestureDetector_build_closure14.prototype = { call$1(instance) { @@ -301812,7 +301907,7 @@ instance.gestureSettings = this.gestureSettings; instance.supportedDevices = null; }, - $signature: 768 + $signature: 770 }; A.RawGestureDetector.prototype = { createState$0() { @@ -302030,7 +302125,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 74 + $signature: 75 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -302048,7 +302143,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 74 + $signature: 75 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -302059,7 +302154,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 74 + $signature: 75 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure.prototype = { call$1(details) { @@ -302077,7 +302172,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 74 + $signature: 75 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -302095,7 +302190,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 74 + $signature: 75 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -302106,7 +302201,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 74 + $signature: 75 }; A.HeroFlightDirection.prototype = { _enumToString$0() { @@ -302150,7 +302245,7 @@ } element.visitChildren$1(_this); }, - $signature: 109 + $signature: 113 }; A._HeroState.prototype = { startFlight$1$shouldIncludedChildInPlaceholder(shouldIncludedChildInPlaceholder) { @@ -302456,7 +302551,7 @@ t2 = t2.navigatorSize; return A.Positioned$(t2._dy - t3.bottom, A.IgnorePointer$(new A.FadeTransition(t1._heroOpacity, false, child, _null), true, _null), _null, _null, t3.left, t2._dx - t3.right, t3.top, _null); }, - $signature: 767 + $signature: 769 }; A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate.prototype = { call$0() { @@ -302694,7 +302789,7 @@ t1 = _this.flightDirection === B.HeroFlightDirection_0 ? new A.EdgeInsetsTween(t1, t2).transform$1(0, t3.get$value(t3)) : new A.EdgeInsetsTween(t2, t1).transform$1(0, t3.get$value(t3)); return A.MediaQuery$(_this.toHero.child, _this.toMediaQueryData.copyWith$1$padding(t1), null); }, - $signature: 523 + $signature: 518 }; A.Icon.prototype = { build$1(context) { @@ -303250,7 +303345,7 @@ this.$this._updateTween$2(tween, targetValue); return tween; }, - $signature: 766 + $signature: 768 }; A.ImplicitlyAnimatedWidgetState__constructTweens_closure.prototype = { call$3(tween, targetValue, $constructor) { @@ -303267,7 +303362,7 @@ tween = null; return tween; }, - $signature: 766 + $signature: 768 }; A.AnimatedWidgetBaseState.prototype = { initState$0() { @@ -303339,25 +303434,25 @@ call$1(value) { return new A.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 765 + $signature: 767 }; A._AnimatedContainerState_forEachTween_closure0.prototype = { call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 522 + $signature: 509 }; A._AnimatedContainerState_forEachTween_closure1.prototype = { call$1(value) { return new A.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 764 + $signature: 766 }; A._AnimatedContainerState_forEachTween_closure2.prototype = { call$1(value) { return new A.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 764 + $signature: 766 }; A._AnimatedContainerState_forEachTween_closure3.prototype = { call$1(value) { @@ -303369,7 +303464,7 @@ call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 522 + $signature: 509 }; A._AnimatedContainerState_forEachTween_closure5.prototype = { call$1(value) { @@ -303381,7 +303476,7 @@ call$1(value) { return new A.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 765 + $signature: 767 }; A.AnimatedPadding.prototype = { createState$0() { @@ -303402,7 +303497,7 @@ call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 522 + $signature: 509 }; A.AnimatedPositioned.prototype = { createState$0() { @@ -303449,37 +303544,37 @@ call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 187 + $signature: 180 }; A._AnimatedPositionedState_forEachTween_closure0.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 187 + $signature: 180 }; A._AnimatedPositionedState_forEachTween_closure1.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 187 + $signature: 180 }; A._AnimatedPositionedState_forEachTween_closure2.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 187 + $signature: 180 }; A._AnimatedPositionedState_forEachTween_closure3.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 187 + $signature: 180 }; A._AnimatedPositionedState_forEachTween_closure4.prototype = { call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 187 + $signature: 180 }; A.AnimatedOpacity.prototype = { createState$0() { @@ -303506,7 +303601,7 @@ call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 187 + $signature: 180 }; A.AnimatedDefaultTextStyle.prototype = { createState$0() { @@ -303578,19 +303673,19 @@ call$1(value) { return new A.Tween(A._asDouble(value), null, type$.Tween_double); }, - $signature: 187 + $signature: 180 }; A._AnimatedPhysicalModelState_forEachTween_closure1.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 431 + $signature: 401 }; A._AnimatedPhysicalModelState_forEachTween_closure2.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 431 + $signature: 401 }; A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -303720,7 +303815,7 @@ } return true; }, - $signature: 125 + $signature: 129 }; A.CapturedThemes.prototype = {}; A._CaptureAll.prototype = { @@ -304409,14 +304504,14 @@ var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 142 + $signature: 149 }; A._LayoutBuilderElement__layout_layoutCallback_closure0.prototype = { call$0() { var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode); return t1; }, - $signature: 142 + $signature: 149 }; A.RenderConstrainedLayoutBuilder.prototype = { updateCallback$1(value) { @@ -304682,7 +304777,7 @@ } return A.getRuntimeTypeOfDartObject(ancestor.get$widget()) !== B.Type_LookupBoundary_SxG; }, - $signature: 125 + $signature: 129 }; A.LookupBoundary_findRootAncestorStateOfType_closure.prototype = { call$1(ancestor) { @@ -304697,7 +304792,7 @@ this._box_0.target = ancestor; return A.getRuntimeTypeOfDartObject(ancestor.get$widget()) !== B.Type_LookupBoundary_SxG; }, - $signature: 125 + $signature: 129 }; A.LookupBoundary_findAncestorRenderObjectOfType_closure.prototype = { call$1(ancestor) { @@ -304707,7 +304802,7 @@ } return A.getRuntimeTypeOfDartObject(ancestor.get$widget()) !== B.Type_LookupBoundary_SxG; }, - $signature: 125 + $signature: 129 }; A.MagnifierInfo.prototype = { $eq(_, other) { @@ -305119,7 +305214,7 @@ call$1(displayFeature) { return this.subScreen.overlaps$1(displayFeature.get$bounds(displayFeature)); }, - $signature: 776 + $signature: 778 }; A.MediaQuery.prototype = { updateShouldNotify$1(oldWidget) { @@ -305221,14 +305316,14 @@ call$1(context) { return A.MediaQuery$(this.child, A.InheritedModel_inheritFrom(context, null, type$.MediaQuery).data.copyWith$1$textScaler(B._LinearTextScaler_1), null); }, - $signature: 763 + $signature: 765 }; A.MediaQuery_withClampedTextScaling_closure.prototype = { call$1(context) { var data = A.InheritedModel_inheritFrom(context, null, type$.MediaQuery).data; return A.MediaQuery$(this.child, data.copyWith$1$textScaler(data.get$textScaler().clamp$2$maxScaleFactor$minScaleFactor(0, this.maxScaleFactor, this.minScaleFactor)), null); }, - $signature: 763 + $signature: 765 }; A.NavigationMode.prototype = { _enumToString$0() { @@ -305700,7 +305795,7 @@ t1.requestFocus$0(); } }, - $signature: 113 + $signature: 109 }; A.Route_didAdd_closure.prototype = { call$1(_) { @@ -305711,7 +305806,7 @@ t1.requestFocus$0(); } }, - $signature: 113 + $signature: 109 }; A.RouteSettings.prototype = { toString$0(_) { @@ -305937,7 +306032,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 288 + $signature: 275 }; A._RouteEntry_dispose_closure.prototype = { call$1(e) { @@ -305970,7 +306065,7 @@ call$1(entry) { return entry.route === this.route; }, - $signature: 286 + $signature: 353 }; A._NavigatorObservation.prototype = {}; A._NavigatorPushObservation.prototype = { @@ -306793,13 +306888,13 @@ entry.route.dispose$0(); return true; }, - $signature: 286 + $signature: 353 }; A.NavigatorState__afterNavigation_closure.prototype = { call$1(object) { return A.S(object); }, - $signature: 603 + $signature: 466 }; A.NavigatorState__cancelActivePointers_closure.prototype = { call$0() { @@ -306816,7 +306911,7 @@ this.context.dispatchNotification$1(B.NavigationNotification_true); return true; }, - $signature: 538 + $signature: 566 }; A._RouteRestorationType.prototype = { _enumToString$0() { @@ -307016,7 +307111,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 128 }; A._NavigatorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -307096,7 +307191,7 @@ t1.setState$1(new A._NavigatorPopHandlerState_build__closure(t1, nextCanPop)); return false; }, - $signature: 538 + $signature: 566 }; A._NavigatorPopHandlerState_build__closure.prototype = { call$0() { @@ -307957,7 +308052,7 @@ call$2(result, position) { return this.localChild.hitTest$2$position(result, position); }, - $signature: 72 + $signature: 76 }; A._TheaterParentData.prototype = { visitOverlayPortalChildrenOnOverlayEntry$1(visitor) { @@ -308439,7 +308534,7 @@ _this.offstageChildren.push(A.DiagnosticableTreeNode$("offstage " + t1 + " - " + t4, B.DiagnosticsTreeStyle_2, renderObject)); ++t3.subcount; }, - $signature: 66 + $signature: 65 }; A.OverlayPortalController.prototype = { show$0(_) { @@ -309601,7 +309696,7 @@ call$1(element) { return A.PageStorageBucket__maybeAddKey(element, this.keys); }, - $signature: 125 + $signature: 129 }; A.PageStorage.prototype = { build$1(context) { @@ -309962,7 +310057,7 @@ } return false; }, - $signature: 178 + $signature: 179 }; A._PageViewState_build_closure0.prototype = { call$2(context, position) { @@ -311056,7 +311151,7 @@ } return null; }, - $signature: 199 + $signature: 195 }; A.ReorderableDelayedDragStartListener.prototype = { createRecognizer$0() { @@ -311168,7 +311263,7 @@ t1 = t1.size; return A.Positioned$(_null, new A.SizedBox(t1._dx, t1._dy, child, _null), _null, _null, effectivePosition._dx, _null, effectivePosition._dy, _null); }, - $signature: 767 + $signature: 769 }; A._ReorderableItemGlobalKey.prototype = { $eq(_, other) { @@ -311464,7 +311559,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 128 }; A.__RestorationScopeState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -311668,7 +311763,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 128 }; A.RouteInformation.prototype = { get$uri() { @@ -312464,7 +312559,7 @@ t5 = new A.ValueNotifier(false, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_bool); return t2.buildTransitions$4(context, t3, t4, A.AnimatedBuilder$(t5, new A._ModalScopeState_build___closure(t1), child)); }, - $signature: 181 + $signature: 182 }; A._ModalScopeState_build___closure.prototype = { call$2(context, child) { @@ -313316,7 +313411,7 @@ call$1($event) { return new A.VelocityTracker($event.get$kind($event), A.List_List$filled(20, null, false, type$.nullable__PointAtTime)); }, - $signature: 761 + $signature: 763 }; A._WrappedScrollBehavior.prototype = { get$dragDevices() { @@ -313919,21 +314014,21 @@ t1 = this.$this; return A._setArrayType([A.DiagnosticsProperty$("The " + A.getRuntimeTypeOfDartObject(t1).toString$0(0) + " sending notification was", t1, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.ScrollNotificationObserverState)], type$.JSArray_DiagnosticsNode); }, - $signature: 142 + $signature: 149 }; A.ScrollNotificationObserverState_build_closure.prototype = { call$1(notification) { this.$this._notifyListeners$1(notification.asScrollUpdate$0()); return false; }, - $signature: 388 + $signature: 379 }; A.ScrollNotificationObserverState_build_closure0.prototype = { call$1(notification) { this.$this._notifyListeners$1(notification); return false; }, - $signature: 178 + $signature: 179 }; A.ScrollDecelerationRate.prototype = { _enumToString$0() { @@ -315173,7 +315268,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 128 }; A.Scrollable.prototype = { createState$0() { @@ -315618,7 +315713,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return A.VerticalDragGestureRecognizer$(null, t1.get$dragDevices()); }, - $signature: 350 + $signature: 337 }; A.ScrollableState_setCanDrag_closure0.prototype = { call$1(instance) { @@ -315645,7 +315740,7 @@ instance.gestureSettings = t1._mediaQueryGestureSettings; instance.supportedDevices = t1.__ScrollableState__configuration_A.get$dragDevices(); }, - $signature: 293 + $signature: 336 }; A.ScrollableState_setCanDrag_closure1.prototype = { call$0() { @@ -315680,7 +315775,7 @@ instance.gestureSettings = t1._mediaQueryGestureSettings; instance.supportedDevices = t1.__ScrollableState__configuration_A.get$dragDevices(); }, - $signature: 531 + $signature: 532 }; A._ScrollableSelectionHandler.prototype = { createState$0() { @@ -316036,13 +316131,13 @@ call$2(key, value) { return !this.selectableSet.contains$1(0, key); }, - $signature: 760 + $signature: 762 }; A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure0.prototype = { call$2(key, value) { return !this.selectableSet.contains$1(0, key); }, - $signature: 760 + $signature: 762 }; A._ScrollSemantics.prototype = { createRenderObject$1(context) { @@ -316252,7 +316347,7 @@ if (value != null) this.description.push(prefix + value.toString$0(0)); }, - $signature: 758 + $signature: 760 }; A.EdgeDraggingAutoScroller.prototype = { _offsetExtent$2(offset, scrollDirection) { @@ -317084,7 +317179,7 @@ t1 = false; return t1; }, - $signature: 757 + $signature: 759 }; A.RawScrollbar.prototype = { createState$0() { @@ -317664,19 +317759,19 @@ call$1(details) { return this.$this.handleThumbPressStart$1(details.localPosition); }, - $signature: 238 + $signature: 211 }; A.RawScrollbarState__gestures__closure0.prototype = { call$1(details) { return this.$this.handleThumbPressUpdate$1(details.localPosition); }, - $signature: 295 + $signature: 309 }; A.RawScrollbarState__gestures__closure1.prototype = { call$1(details) { return this.$this.handleThumbPressEnd$2(details.localPosition, details.velocity); }, - $signature: 273 + $signature: 347 }; A.RawScrollbarState__gestures_closure1.prototype = { call$0() { @@ -317729,7 +317824,7 @@ break; } }, - $signature: 256 + $signature: 271 }; A._ThumbPressGestureRecognizer.prototype = { isPointerAllowed$1($event) { @@ -318639,7 +318734,7 @@ $defaultValues() { return [null]; }, - $signature: 775 + $signature: 777 }; A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure.prototype = { call$1(selectionRect) { @@ -318666,25 +318761,25 @@ call$1(target) { return target !== this.$this.selectables[this.skipIndex]; }, - $signature: 756 + $signature: 758 }; A.MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure0.prototype = { call$1(target) { return this.$this.dispatchSelectionEventToChild$2(target, B.ClearSelectionEvent_SelectionEventType_2); }, - $signature: 267 + $signature: 268 }; A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure.prototype = { call$1(target) { return target !== this.$this.selectables[this.index]; }, - $signature: 756 + $signature: 758 }; A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0.prototype = { call$1(target) { return this.$this.dispatchSelectionEventToChild$2(target, B.ClearSelectionEvent_SelectionEventType_2); }, - $signature: 267 + $signature: 268 }; A._MultiSelectableSelectionContainerDelegate_SelectionContainerDelegate_ChangeNotifier.prototype = {}; A.SelectionContainer.prototype = { @@ -319116,7 +319211,7 @@ result = B.KeyEventResult_0; return result; }, - $signature: 201 + $signature: 199 }; A.ShortcutRegistry.prototype = { dispose$0() { @@ -319530,13 +319625,13 @@ t1.toString; context.paintChild$2(t1, offset.$add(0, this.paintOffset)); }, - $signature: 94 + $signature: 93 }; A._RenderSingleChildViewport_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, transformed); }, - $signature: 72 + $signature: 76 }; A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin.prototype = { attach$1(owner) { @@ -319806,7 +319901,7 @@ t2.remove$1(0, index); } }, - $signature: 61 + $signature: 63 }; A.SliverMultiBoxAdaptorElement_performRebuild_closure.prototype = { call$0() { @@ -321509,14 +321604,14 @@ var t1 = A.MatrixUtils_transformPoint(this.renderBox.getTransformTo$1(0, null), B.Offset_0_0); return new A._SelectionToolbarWrapper(this.contextMenuBuilder.call$1(context), new A.Offset(-t1._dx, -t1._dy), this.$this.toolbarLayerLink, null, null); }, - $signature: 755 + $signature: 757 }; A.SelectionOverlay_showSpellCheckSuggestionsToolbar_closure.prototype = { call$1(context) { var t1 = A.MatrixUtils_transformPoint(this.renderBox.getTransformTo$1(0, null), B.Offset_0_0); return new A._SelectionToolbarWrapper(this.builder.call$1(context), new A.Offset(-t1._dx, -t1._dy), this.$this.toolbarLayerLink, null, null); }, - $signature: 755 + $signature: 757 }; A.SelectionOverlay_markNeedsBuild_closure.prototype = { call$1(duration) { @@ -321689,7 +321784,7 @@ call$0() { return A.PanGestureRecognizer$(this.$this, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_0, B.PointerDeviceKind_2, B.PointerDeviceKind_5], type$.PointerDeviceKind)); }, - $signature: 250 + $signature: 259 }; A._SelectionHandleOverlayState_build_closure0.prototype = { call$1(instance) { @@ -321699,7 +321794,7 @@ instance.onUpdate = t1.onSelectionHandleDragUpdate; instance.onEnd = t1.onSelectionHandleDragEnd; }, - $signature: 258 + $signature: 260 }; A.TextSelectionGestureDetectorBuilder.prototype = { _showMagnifierIfSupportedByPlatform$1(positionToShow) { @@ -322776,7 +322871,7 @@ call$0() { return A.TapGestureRecognizer$(this.$this, null); }, - $signature: 771 + $signature: 773 }; A._TextSelectionGestureDetectorState_build_closure0.prototype = { call$1(instance) { @@ -322784,13 +322879,13 @@ instance.onSecondaryTap = t1.onSecondaryTap; instance.onSecondaryTapDown = t1.onSecondaryTapDown; }, - $signature: 770 + $signature: 772 }; A._TextSelectionGestureDetectorState_build_closure1.prototype = { call$0() { return A.LongPressGestureRecognizer$(this.$this, null, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_0], type$.PointerDeviceKind)); }, - $signature: 536 + $signature: 487 }; A._TextSelectionGestureDetectorState_build_closure2.prototype = { call$1(instance) { @@ -322799,7 +322894,7 @@ instance.onLongPressMoveUpdate = t1.get$_handleLongPressMoveUpdate(); instance.onLongPressEnd = t1.get$_handleLongPressEnd(); }, - $signature: 534 + $signature: 536 }; A._TextSelectionGestureDetectorState_build_closure3.prototype = { call$0() { @@ -322855,7 +322950,7 @@ call$0() { return A.ForcePressGestureRecognizer$(this.$this, null); }, - $signature: 769 + $signature: 771 }; A._TextSelectionGestureDetectorState_build_closure8.prototype = { call$1(instance) { @@ -322864,7 +322959,7 @@ instance.onStart = t2.onForcePressStart != null ? t1.get$_forcePressStarted() : null; instance.onEnd = t2.onForcePressEnd != null ? t1.get$_forcePressEnded() : null; }, - $signature: 768 + $signature: 770 }; A.ClipboardStatusNotifier.prototype = { addListener$1(_, listener) { @@ -323862,7 +323957,7 @@ this._box_0.ancestorContext = $parent; return false; }, - $signature: 125 + $signature: 129 }; A._VisibilityScope.prototype = { updateShouldNotify$1(old) { @@ -324007,7 +324102,7 @@ _this.fontSizeStack.pop(); return true; }, - $signature: 331 + $signature: 302 }; A._WidgetSpanParentData.prototype = { applyParentData$1(renderObject) { @@ -324138,13 +324233,13 @@ call$2(context, offset) { return context.paintChild$2(this.child, offset); }, - $signature: 94 + $signature: 93 }; A._RenderScaledInlineWidget_hitTestChildren_closure.prototype = { call$2(result, transformedOffset) { return this.child.hitTest$2$position(result, transformedOffset); }, - $signature: 72 + $signature: 76 }; A.__RenderScaledInlineWidget_RenderBox_RenderObjectWithChildMixin.prototype = { attach$1(owner) { @@ -324546,7 +324641,7 @@ _this.singleDigitSecondFormat.__late_helper$_value = A.DateFormat$s(locale); _this.decimalFormat.__late_helper$_value = A.NumberFormat_NumberFormat$decimalPattern(locale); }, - $signature: 96 + $signature: 100 }; A.CupertinoLocalizationAf.prototype = { get$copyButtonLabel() { @@ -348071,7 +348166,7 @@ call$1(_) { this.resizeRequest.get$onDismissed().call$0(); }, - $signature: 113 + $signature: 109 }; A._SlidableDismissalState_handleResizeRequestChanged_closure0.prototype = { call$0() { @@ -348223,7 +348318,7 @@ t3.toString; t1.totalFlex = t2 + t3; }, - $signature: 66 + $signature: 65 }; A._RenderFlexEntranceTransition_performLayout_closure.prototype = { call$1(child) { @@ -348257,13 +348352,13 @@ t1.updateChildOffsets$1(child); t2.totalMainAxisExtent = t2.totalMainAxisExtent + mainAxisExtent; }, - $signature: 66 + $signature: 65 }; A._RenderFlexEntranceTransition_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 72 + $signature: 76 }; A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -349985,7 +350080,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "flutter web plugins", t1, null, null, false)); } }, - $signature: 157 + $signature: 161 }; A.PluginRegistry.prototype = {}; A.BuildInOrder.prototype = { @@ -350380,7 +350475,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 72 + $signature: 76 }; A.RenderFollower_paint_closure.prototype = { call$1(timeStamp) { @@ -350398,7 +350493,7 @@ t1.super$RenderProxyBoxMixin$paint(context, offset); t1._paintDebugVisuals$1(context); }, - $signature: 94 + $signature: 93 }; A.RenderFollower_paint_closure1.prototype = { call$1(timeStamp) { @@ -350747,7 +350842,7 @@ $.$get$FtlLogs_leader().log$4(B.Level_FINER_400, "Painting leader content within LeaderLayer. Paint offset: " + offset.toString$0(0), null, null); this.$this.super$RenderProxyBoxMixin$paint(paintContext, offset); }, - $signature: 94 + $signature: 93 }; A.LeaderLayer.prototype = { set$link(value) { @@ -351114,7 +351209,7 @@ call$1(error) { return error instanceof A.PlatformException && error.code === "sign_in_canceled"; }, - $signature: 144 + $signature: 150 }; A.GoogleSignIn_signIn_closure.prototype = { call$1(_) { @@ -351456,7 +351551,7 @@ call$1(_) { return A.init(); }, - $signature: 604 + $signature: 586 }; A.GoogleSignInPlugin_initWithParams_closure.prototype = { call$1(initializedAuth) { @@ -351768,7 +351863,7 @@ t2 = t1._contents += A.htmlSerializeEscape(v, true); t1._contents = t2 + '"'; }, - $signature: 519 + $signature: 455 }; A.Comment.prototype = { get$nodeType(_) { @@ -351901,7 +351996,7 @@ call$1(n) { return !this.test.call$1(n); }, - $signature: 518 + $signature: 456 }; A.FilteredElementList.prototype = { forEach$1(_, action) { @@ -352732,7 +352827,7 @@ call$2(attr, value) { this.$this.tree.openElements[0].attributes.putIfAbsent$2(0, attr, new A.Phase_startTagHtml__closure(value)); }, - $signature: 519 + $signature: 455 }; A.Phase_startTagHtml__closure.prototype = { call$0() { @@ -354224,7 +354319,7 @@ call$2(attr, value) { this.$this.tree.openElements[1].attributes.putIfAbsent$2(0, attr, new A.InBodyPhase_startTagBody__closure(value)); }, - $signature: 519 + $signature: 455 }; A.InBodyPhase_startTagBody__closure.prototype = { call$0() { @@ -356017,7 +356112,7 @@ t1 = true; return !t1; }, - $signature: 518 + $signature: 456 }; A.SelectorEvaluator_visitPseudoClassSelector_closure0.prototype = { call$1(n) { @@ -356033,13 +356128,13 @@ t1 = true; return !t1; }, - $signature: 518 + $signature: 456 }; A.SelectorEvaluator_visitPseudoClassSelector__closure.prototype = { call$1(r) { return !A.isWhitespaceCC(r); }, - $signature: 138 + $signature: 148 }; A.SelectorEvaluator_visitAttributeSelector_closure.prototype = { call$1(v) { @@ -356118,7 +356213,7 @@ call$0() { return A._setArrayType([], type$.JSArray_String); }, - $signature: 750 + $signature: 752 }; A.HtmlTokenizer.prototype = { get$state(_) { @@ -358364,19 +358459,19 @@ t2 = result._contents = t4 + B.JSString_methods.substring$2(t5, last, t5.length); t1.format = t2.charCodeAt(0) == 0 ? t2 : t2; }, - $signature: 758 + $signature: 760 }; A._escape_closure.prototype = { call$1(match) { return "\\\\" + A.S(match.$index(0, 1)); }, - $signature: 120 + $signature: 116 }; A._escape_closure0.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 120 + $signature: 116 }; A._escape_closure1.prototype = { call$1(match) { @@ -358387,13 +358482,13 @@ t2.toString; return B.JSArray_methods.join$1(A._setArrayType(t1.split(t2), type$.JSArray_String), "\\" + A.S(match.$index(0, 1))); }, - $signature: 120 + $signature: 116 }; A._escape_closure2.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + A.S(match.$index(0, 2)) + "\\. "; }, - $signature: 120 + $signature: 116 }; A._escape_closure3.prototype = { call$1(match) { @@ -358401,19 +358496,19 @@ t1.toString; return A.stringReplaceAllFuncUnchecked(t1, A.RegExp_RegExp("([*+-])", true, false, false, false), new A._escape__closure(), null); }, - $signature: 120 + $signature: 116 }; A._escape__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 120 + $signature: 116 }; A._escape_closure4.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + "\\> "; }, - $signature: 120 + $signature: 116 }; A._escape_closure5.prototype = { call$1(match) { @@ -358423,7 +358518,7 @@ t2 = A.RegExp_RegExp("\\*", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\*"); }, - $signature: 120 + $signature: 116 }; A._escape_closure6.prototype = { call$1(match) { @@ -358433,7 +358528,7 @@ t2 = A.RegExp_RegExp("_", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\_"); }, - $signature: 120 + $signature: 116 }; A._escape_closure7.prototype = { call$1(match) { @@ -358443,13 +358538,13 @@ t2 = A.RegExp_RegExp("`", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\`"); }, - $signature: 120 + $signature: 116 }; A._escape_closure8.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 120 + $signature: 116 }; A._postProcess_closure.prototype = { call$1(rule) { @@ -358623,14 +358718,14 @@ var t1 = rule._realFilterFn; return t1 == null ? false : t1.call$1(this.node); }, - $signature: 749 + $signature: 751 }; A.Rule_findRule_closure0.prototype = { call$1(rule) { var t1 = rule._realFilterFn; return t1 == null ? false : t1.call$1(this.node); }, - $signature: 749 + $signature: 751 }; A.Rule_findRule_closure1.prototype = { call$0() { @@ -358642,7 +358737,7 @@ call$1(node) { return B.JSArray_methods.contains$1(this.filters, node.get$nodeName(0).toLowerCase()); }, - $signature: 262 + $signature: 255 }; A._BaseRules_defaultRule_closure.prototype = { call$2($content, node) { @@ -358653,19 +358748,19 @@ t1 = A.isBlock(node._el) ? "\n\n" + $content + "\n\n" : $content; return t1; }, - $signature: 89 + $signature: 92 }; A._CommonRules_paragraph_closure.prototype = { call$2($content, node) { return "\n\n" + $content + "\n\n"; }, - $signature: 89 + $signature: 92 }; A._CommonRules_lineBreak_closure.prototype = { call$2($content, node) { return A.getStyleOption("br") + "\n"; }, - $signature: 89 + $signature: 92 }; A._CommonRules_heading_closure.prototype = { call$2($content, node) { @@ -358677,7 +358772,7 @@ } else return "\n\n" + B.JSArray_methods.join$0(A.List_List$filled(hLevel, "#", false, type$.String)) + " " + $content + "\n\n"; }, - $signature: 89 + $signature: 92 }; A._CommonRules_blockquote_closure.prototype = { call$2($content, node) { @@ -358687,7 +358782,7 @@ t2 = A.RegExp_RegExp("^", true, false, true, false); return "\n\n" + A.stringReplaceAllUnchecked(t1, t2, "> ") + "\n\n"; }, - $signature: 89 + $signature: 92 }; A._CommonRules_list_closure.prototype = { call$2($content, node) { @@ -358703,7 +358798,7 @@ else return "\n\n" + $content + "\n\n"; }, - $signature: 89 + $signature: 92 }; A._CommonRules_listItem_closure.prototype = { call$2($content, node) { @@ -358736,13 +358831,13 @@ postfix = t1 ? "\n" : ""; return prefix + convertContent + postfix; }, - $signature: 89 + $signature: 92 }; A._CommonRules_indentedCodeBlock_closure.prototype = { call$1(node) { return A.getStyleOption("codeBlockStyle") === "indented" && node.get$nodeName(0) === "code" && node.get$parentElName() === "pre"; }, - $signature: 262 + $signature: 255 }; A._CommonRules_indentedCodeBlock_closure0.prototype = { call$2($content, node) { @@ -358767,13 +358862,13 @@ return result + "\n\n"; } }, - $signature: 89 + $signature: 92 }; A._CommonRules_fencedCodeBlock_closure.prototype = { call$1(node) { return A.getStyleOption("codeBlockStyle") === "fenced" && node.get$nodeName(0) === "code" && node.get$parentElName() === "pre"; }, - $signature: 262 + $signature: 255 }; A._CommonRules_fencedCodeBlock_closure0.prototype = { call$2($content, node) { @@ -358791,19 +358886,19 @@ language = className; return "\n\n" + A.getStyleOption("fence") + language + "\n" + node.get$firstChild(0).get$textContent() + "\n" + A.getStyleOption("fence") + "\n\n"; }, - $signature: 89 + $signature: 92 }; A._CommonRules_horizontalRule_closure.prototype = { call$2($content, node) { return A.getStyleOption("hr") + "\n"; }, - $signature: 89 + $signature: 92 }; A._CommonRules_inlineLink_closure.prototype = { call$1(node) { return A.getStyleOption("linkStyle") === "inlined" && node.get$nodeName(0) === "a" && node._el.attributes.$index(0, "href") != null; }, - $signature: 262 + $signature: 255 }; A._CommonRules_inlineLink_closure0.prototype = { call$2($content, node) { @@ -358817,13 +358912,13 @@ renderedTitle = title.length === 0 ? title : ' "' + title + '"'; return "[" + $content + "](" + t2 + renderedTitle + ")"; }, - $signature: 89 + $signature: 92 }; A._CommonRules_referenceLink_closure0.prototype = { call$1(node) { return A.getStyleOption("linkStyle") === "referenced" && node.get$nodeName(0) === "a" && node._el.attributes.$index(0, "href") != null; }, - $signature: 262 + $signature: 255 }; A._CommonRules_referenceLink_closure1.prototype = { call$2($content, node) { @@ -358856,7 +358951,7 @@ $._linkReferences.push(reference); return result; }, - $signature: 89 + $signature: 92 }; A._CommonRules_referenceLink_closure.prototype = { call$0() { @@ -358876,7 +358971,7 @@ return ""; return A.getStyleOption(_s11_) + $content + A.getStyleOption(_s11_); }, - $signature: 89 + $signature: 92 }; A._CommonRules_strong_closure.prototype = { call$2($content, node) { @@ -358885,7 +358980,7 @@ return ""; return A.getStyleOption(_s15_) + $content + A.getStyleOption(_s15_); }, - $signature: 89 + $signature: 92 }; A._CommonRules_strike_closure.prototype = { call$2($content, node) { @@ -358893,7 +358988,7 @@ return ""; return "~~" + $content + "~~"; }, - $signature: 89 + $signature: 92 }; A._CommonRules_code_closure.prototype = { call$1(node) { @@ -358905,7 +359000,7 @@ isCodeBlock = false; return node.get$nodeName(0) === "code" && !isCodeBlock; }, - $signature: 262 + $signature: 255 }; A._CommonRules_code_closure0.prototype = { call$2($content, node) { @@ -358929,7 +359024,7 @@ } return delimiter + leadingSpace + $content + trailingSpace + delimiter; }, - $signature: 89 + $signature: 92 }; A._CommonRules_code__closure.prototype = { call$1(match) { @@ -358953,13 +359048,13 @@ titlePart = title.length !== 0 ? ' "' + title + '"' : ""; return src.length !== 0 ? "![" + alt + "](" + src + titlePart + ")" : ""; }, - $signature: 89 + $signature: 92 }; A._TableRules_tableCell_closure.prototype = { call$2($content, node) { return A._TableRules_cell($content, node) + A._TableRules_spannedCells(node, ""); }, - $signature: 89 + $signature: 92 }; A._TableRules_tableRow_closure.prototype = { call$2($content, node) { @@ -359006,7 +359101,7 @@ t1 = borderCells.length !== 0 ? "\n" + borderCells : ""; return "\n" + $content + t1; }, - $signature: 89 + $signature: 92 }; A._TableRules_table_closure.prototype = { call$2($content, node) { @@ -359025,13 +359120,13 @@ } return "\n\n" + A.stringReplaceAllUnchecked($content, "\n\n", "\n") + "\n\n"; }, - $signature: 89 + $signature: 92 }; A._TableRules_tableSection_closure.prototype = { call$2($content, node) { return $content; }, - $signature: 89 + $signature: 92 }; A._TableRules_captionSection_closure.prototype = { call$2($content, node) { @@ -359046,7 +359141,7 @@ return $content; return ""; }, - $signature: 89 + $signature: 92 }; A.get_closure.prototype = { call$1(client) { @@ -359296,13 +359391,13 @@ t3.toString; this.completer.complete$1(0, A.StreamedResponse$(new A.ByteStream(t2), t3, J.get$length$asx(body), B.HttpRequest_methods.get$responseHeaders(t1), false, true, t1.statusText, this.request)); }, - $signature: 748 + $signature: 750 }; A.BrowserClient_send_closure0.prototype = { call$1(_) { this.completer.completeError$2(new A.ClientException("XMLHttpRequest error."), A.StackTrace_current()); }, - $signature: 748 + $signature: 750 }; A.ByteStream.prototype = { toBytes$0() { @@ -359542,7 +359637,7 @@ t2 = A._Uri__uriEncode(B.List_M1A, key, t1, true); return this.pairs.push(A._setArrayType([t2, A._Uri__uriEncode(B.List_M1A, value, t1, true)], type$.JSArray_String)); }, - $signature: 174 + $signature: 194 }; A.mapToQuery_closure0.prototype = { call$1(pair) { @@ -359669,13 +359764,13 @@ } else t1._contents = t3 + value; }, - $signature: 174 + $signature: 194 }; A.MediaType_toString__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 120 + $signature: 116 }; A.expectQuotedString_closure.prototype = { call$1(match) { @@ -359683,7 +359778,7 @@ t1.toString; return t1; }, - $signature: 120 + $signature: 116 }; A.Channel.prototype = { _enumToString$0() { @@ -360748,7 +360843,7 @@ this.$this.directories.$indexSet(0, key, t1); return t1; }, - $signature: 747 + $signature: 749 }; A.IfdDirectory.prototype = { get$isEmpty(_) { @@ -360826,7 +360921,7 @@ this.$this.sub.directories.$indexSet(0, tag, t1); return t1; }, - $signature: 747 + $signature: 749 }; A.IfdValueType.prototype = { _enumToString$0() { @@ -366559,13 +366654,13 @@ t2 = A._instanceType(t1)._eval$1("EfficientLengthMappedIterable"); return client.queryProductDetails$1$productList(A.List_List$of(new A.EfficientLengthMappedIterable(t1, new A.InAppPurchaseAndroidPlatform_queryProductDetails__closure0(), t2), true, t2._eval$1("Iterable.E"))); }, - $signature: 746 + $signature: 748 }; A.InAppPurchaseAndroidPlatform_queryProductDetails__closure0.prototype = { call$1(productId) { return new A.ProductWrapper(productId, B.ProductType_0); }, - $signature: 745 + $signature: 747 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure0.prototype = { call$1(client) { @@ -366573,13 +366668,13 @@ t2 = A._instanceType(t1)._eval$1("EfficientLengthMappedIterable"); return client.queryProductDetails$1$productList(A.List_List$of(new A.EfficientLengthMappedIterable(t1, new A.InAppPurchaseAndroidPlatform_queryProductDetails__closure(), t2), true, t2._eval$1("Iterable.E"))); }, - $signature: 746 + $signature: 748 }; A.InAppPurchaseAndroidPlatform_queryProductDetails__closure.prototype = { call$1(productId) { return new A.ProductWrapper(productId, B.ProductType_1); }, - $signature: 745 + $signature: 747 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure1.prototype = { call$1(response) { @@ -366591,13 +366686,13 @@ call$1(productDetailWrapper) { return A.GooglePlayProductDetails_fromProductDetails(productDetailWrapper); }, - $signature: 2759 + $signature: 2757 }; A.InAppPurchaseAndroidPlatform_queryProductDetails_closure3.prototype = { call$1(productDetails) { return productDetails.id; }, - $signature: 2760 + $signature: 2758 }; A.InAppPurchaseAndroidPlatform_buyNonConsumable_closure.prototype = { call$1(client) { @@ -366605,25 +366700,25 @@ t2 = this._box_0.offerToken; return client.launchBillingFlow$6$accountId$offerToken$oldProduct$product$prorationMode$purchaseToken(t1.applicationUserName, t2, null, t1.productDetails.id, null, null); }, - $signature: 511 + $signature: 473 }; A.InAppPurchaseAndroidPlatform_completePurchase_closure.prototype = { call$1(client) { return client.acknowledgePurchase$1(this.purchase.verificationData.serverVerificationData); }, - $signature: 511 + $signature: 473 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure.prototype = { call$1(client) { return client.queryPurchases$1(B.ProductType_0); }, - $signature: 744 + $signature: 746 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure0.prototype = { call$1(client) { return client.queryPurchases$1(B.ProductType_1); }, - $signature: 744 + $signature: 746 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure1.prototype = { call$1(response) { @@ -366647,7 +366742,7 @@ call$1(purchaseWrapper) { return A.GooglePlayPurchaseDetails_fromPurchase(purchaseWrapper); }, - $signature: 743 + $signature: 745 }; A.InAppPurchaseAndroidPlatform_restorePurchases_closure5.prototype = { call$1(details) { @@ -366660,7 +366755,7 @@ call$1(purchase) { return A.GooglePlayPurchaseDetails_fromPurchase(purchase); }, - $signature: 743 + $signature: 745 }; A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure0.prototype = { call$1(purchaseDetails) { @@ -366669,7 +366764,7 @@ purchaseDetails.status = B.PurchaseStatus_4; return this.$this._maybeAutoConsumePurchase$1(purchaseDetails); }, - $signature: 2789 + $signature: 2783 }; A.InAppPurchaseAndroidPlatformAddition.prototype = { consumePurchase$1(purchase) { @@ -366680,7 +366775,7 @@ call$1(client) { return client.consumeAsync$1(this.purchase.verificationData.serverVerificationData); }, - $signature: 511 + $signature: 473 }; A.PlatformProductType.prototype = { _enumToString$0() { @@ -367487,7 +367582,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 510 + $signature: 486 }; A.InAppPurchaseCallbackApi_setup_closure0.prototype = { call$1(message) { @@ -367537,7 +367632,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 510 + $signature: 486 }; A.InAppPurchaseCallbackApi_setup_closure1.prototype = { call$1(message) { @@ -367589,14 +367684,14 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 510 + $signature: 486 }; A.productDetailsResponseWrapperFromPlatform_closure.prototype = { call$1(p) { p.toString; return p; }, - $signature: 2792 + $signature: 2791 }; A.productDetailsWrapperFromPlatform_closure.prototype = { call$1(o) { @@ -367617,28 +367712,28 @@ s.toString; return s; }, - $signature: 376 + $signature: 355 }; A.subscriptionOfferDetailsWrapperFromPlatform_closure.prototype = { call$1(s) { s.toString; return s; }, - $signature: 376 + $signature: 355 }; A.subscriptionOfferDetailsWrapperFromPlatform_closure0.prototype = { call$1(p) { p.toString; return p; }, - $signature: 2801 + $signature: 2796 }; A.userChoiceDetailsFromPlatform_closure.prototype = { call$1(p) { p.toString; return p; }, - $signature: 2802 + $signature: 2797 }; A.GooglePlayProductDetails.prototype = {}; A.GooglePlayPurchaseDetails.prototype = {}; @@ -367698,7 +367793,7 @@ call$1(e) { return new A.GooglePlayUserChoiceDetailsProduct(e.id, e.offerToken, A.Translator_convertToPlayProductType(e.productType)); }, - $signature: 2808 + $signature: 2804 }; A.IAPError.prototype = { toString$0(_) { @@ -367938,7 +368033,7 @@ t2 = A.double_parse(t1); return new A.AppStoreProductDetails(productWrapper.productIdentifier, productWrapper.localizedDescription, productWrapper.priceLocale.currencySymbol + t1, t2); }, - $signature: 2813 + $signature: 2805 }; A._TransactionRestoreState.prototype = { _enumToString$0() { @@ -368038,7 +368133,7 @@ call$1(transaction) { return transaction.transactionState === B.SKPaymentTransactionStateWrapper_3; }, - $signature: 2814 + $signature: 2810 }; A._TransactionObserver__handleTransationUpdates_closure0.prototype = { call$1(transaction) { @@ -368059,7 +368154,7 @@ } return purchaseDetails; }, - $signature: 2816 + $signature: 2815 }; A.InAppPurchaseStoreKitPlatformAddition.prototype = {}; A.SKPaymentTransactionStateMessage.prototype = { @@ -369078,7 +369173,7 @@ var t1 = type$.dynamic; return A._$SKPaymentTransactionWrapperFromJson(A.Map_castFrom(type$.Map_dynamic_dynamic._as(map), t1, t1, type$.String, t1)); }, - $signature: 2821 + $signature: 2816 }; A.SKError.prototype = { $eq(_, other) { @@ -369119,7 +369214,7 @@ call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_of_nullable_String_and_nullable_Object); }, - $signature: 2822 + $signature: 2818 }; A.SKPaymentTransactionStateWrapper.prototype = { _enumToString$0() { @@ -369240,7 +369335,7 @@ e.toString; return A.SKProductDiscountWrapper_convertFromPigeon(e); }, - $signature: 2827 + $signature: 2824 }; A.SKPriceLocaleWrapper.prototype = { $eq(_, other) { @@ -369261,31 +369356,31 @@ call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 396 + $signature: 428 }; A._$SKProductDiscountWrapperFromJson_closure0.prototype = { call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 396 + $signature: 428 }; A._$SKProductWrapperFromJson_closure.prototype = { call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 396 + $signature: 428 }; A._$SKProductWrapperFromJson_closure0.prototype = { call$2(k, e) { return new A.MapEntry(A._asString(k), e, type$.MapEntry_String_dynamic); }, - $signature: 396 + $signature: 428 }; A._$SKProductWrapperFromJson_closure1.prototype = { call$1(e) { return A._$SKProductDiscountWrapperFromJson(A.LinkedHashMap_LinkedHashMap$from(type$.Map_dynamic_dynamic._as(e), type$.String, type$.dynamic)); }, - $signature: 2855 + $signature: 2829 }; A.SKRequestMaker.prototype = { startProductRequest$1(productIdentifiers) { @@ -369513,7 +369608,7 @@ t4 = t4 ? t5 + 12 : t5; return t1._dateTimeConstructor.call$8(year, t2, t3, t4, t1.minute, t1.second, t1.fractionalSecond, t1.utc); }, - $signature: 2856 + $signature: 2837 }; A.DateFormat.prototype = { format$1(date) { @@ -369731,19 +369826,19 @@ call$1(each) { return each.get$forDate(); }, - $signature: 2870 + $signature: 2859 }; A.DateFormat__initDigitMatcher_closure.prototype = { call$1(i) { return i; }, - $signature: 135 + $signature: 133 }; A.DateFormat__initDigitMatcher_closure0.prototype = { call$1(i) { return this.$this.get$localeZeroCodeUnit() + i; }, - $signature: 135 + $signature: 133 }; A.DateFormat__fieldConstructors_closure.prototype = { call$2(pattern, $parent) { @@ -369751,7 +369846,7 @@ B.JSString_methods.trim$0(t1); return new A._DateFormatQuotedField(pattern, t1, $parent); }, - $signature: 2871 + $signature: 2860 }; A.DateFormat__fieldConstructors_closure0.prototype = { call$2(pattern, $parent) { @@ -370129,7 +370224,7 @@ call$1(x) { return x; }, - $signature: 61 + $signature: 63 }; A.NumberFormat.prototype = { format$1(number) { @@ -370328,7 +370423,7 @@ call$1(x) { return x.DECIMAL_PATTERN; }, - $signature: 2884 + $signature: 2875 }; A.NumberFormat__formatFixed_computeFractionDigits.prototype = { call$0() { @@ -370673,7 +370768,7 @@ var t1 = this.$this; return B.JSString_methods.compareTo$1(a.localizedName$1(t1._widget.languageCode), b.localizedName$1(t1._widget.languageCode)); }, - $signature: 742 + $signature: 744 }; A._CountryPickerDialogState_build_closure.prototype = { call$1(value) { @@ -370691,7 +370786,7 @@ var t1 = this.$this; return B.JSString_methods.compareTo$1(a.localizedName$1(t1._widget.languageCode), b.localizedName$1(t1._widget.languageCode)); }, - $signature: 742 + $signature: 744 }; A._CountryPickerDialogState_build__closure1.prototype = { call$0() { @@ -370714,7 +370809,7 @@ t1 = A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t3, _null, _null, new A._CountryPickerDialogState_build__closure(t1, index, this.context), false, _null, _null, _null, _null, _null, t2, A.Text$("+" + t4, _null, _null, _null, _null, _null, B.TextStyle_LxF, _null, _null, _null), _null); return A.Column$(A._setArrayType([t1, B.Divider_null_1_null_null], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 2907 + $signature: 2898 }; A._CountryPickerDialogState_build__closure.prototype = { call$0() { @@ -370745,7 +370840,7 @@ t1 = true; return t1; }, - $signature: 741 + $signature: 743 }; A.CountryExtensions_stringSearch__closure.prototype = { call$1(element) { @@ -370836,7 +370931,7 @@ var t1 = this.$this._widget.initialCountryCode; return item.code === t1; }, - $signature: 741 + $signature: 743 }; A._IntlPhoneFieldState_initState_closure0.prototype = { call$0() { @@ -370844,13 +370939,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return B.JSArray_methods.get$first(t1); }, - $signature: 2913 + $signature: 2908 }; A._IntlPhoneFieldState__changeCountry_closure.prototype = { call$1(context) { return new A.StatefulBuilder(new A._IntlPhoneFieldState__changeCountry__closure(this.$this), null); }, - $signature: 2915 + $signature: 2909 }; A._IntlPhoneFieldState__changeCountry__closure.prototype = { call$2(ctx, setState) { @@ -370865,7 +370960,7 @@ t4 === $ && A.throwUnnamedLateFieldNI(); return new A.CountryPickerDialog(t3, t4, new A._IntlPhoneFieldState__changeCountry___closure(t1, setState), "Search country", t2, null, "en".toLowerCase(), null); }, - $signature: 3006 + $signature: 2914 }; A._IntlPhoneFieldState__changeCountry___closure.prototype = { call$1(country) { @@ -370874,7 +370969,7 @@ t1._widget.toString; this.setState.call$1(new A._IntlPhoneFieldState__changeCountry____closure()); }, - $signature: 3007 + $signature: 2916 }; A._IntlPhoneFieldState__changeCountry____closure.prototype = { call$0() { @@ -370890,7 +370985,7 @@ call$1(value) { this.$this._widget.toString; }, - $signature: 96 + $signature: 100 }; A._IntlPhoneFieldState_build_closure.prototype = { call$1(value) { @@ -370926,7 +371021,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 364 + $signature: 367 }; A._IntlPhoneFieldState_build_closure1.prototype = { call$1(value) { @@ -370945,7 +371040,7 @@ t1._widget.toString; return t1.validatorMessage; }, - $signature: 147 + $signature: 152 }; A.IconPosition.prototype = { _enumToString$0() { @@ -372624,43 +372719,43 @@ b.get$_client_model$_$this()._client_model$_isPrimary = true; return b; }, - $signature: 370 + $signature: 447 }; A.ClientEntity_primaryContact_closure.prototype = { call$1(contact) { return contact.isPrimary; }, - $signature: 189 + $signature: 171 }; A.ClientEntity_primaryContact_closure0.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 509 + $signature: 502 }; A.ClientEntity_emailContacts_closure.prototype = { call$1(contact) { return contact.sendEmail; }, - $signature: 189 + $signature: 171 }; A.ClientEntity_hasEmailAddress_closure.prototype = { call$1(contact) { return contact.email.length !== 0; }, - $signature: 189 + $signature: 171 }; A.ClientEntity_getContact_closure.prototype = { call$1(contact) { return contact.id === this.contactId; }, - $signature: 189 + $signature: 171 }; A.ClientEntity_getContact_closure0.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 509 + $signature: 502 }; A.ClientContactEntity.prototype = { get$fullName() { @@ -374266,7 +374361,7 @@ b.get$_company_gateway_model$_$this()._config = t1; return b; }, - $signature: 63 + $signature: 64 }; A.FeesAndLimitsSettings.prototype = {}; A._$CompanyGatewayListResponseSerializer.prototype = { @@ -375589,20 +375684,20 @@ call$1(option) { return option.supportTokenBilling; }, - $signature: 740 + $signature: 742 }; A.GatewayEntity_matchesFilterValue_closure.prototype = { call$1(option) { return option.supportTokenBilling; }, - $signature: 740 + $signature: 742 }; A.GatewayEntity_supportedEvents_closure.prototype = { call$2(key, option) { var t1 = option.webhooks; B.JSArray_methods.addAll$1(this.events, J.toList$0$ax(t1 == null ? A._setArrayType([], type$.JSArray_String) : t1)); }, - $signature: 3029 + $signature: 3024 }; A.GatewayOptionsEntity.prototype = {}; A.UserCompanyEntity.prototype = { @@ -375649,14 +375744,14 @@ b.$indexSet(0, "email", A.BuiltList_BuiltList$from(A._setArrayType(["all_notifications"], type$.JSArray_String), type$.String)); return b; }, - $signature: 739 + $signature: 741 }; A.UserCompanyEntity__initializeBuilder_closure.prototype = { call$1(b) { b.$indexSet(0, "email", A.BuiltList_BuiltList$from(A._setArrayType(["all_notifications"], type$.JSArray_String), type$.String)); return b; }, - $signature: 739 + $signature: 741 }; A.UserSettingsEntity.prototype = { getTableColumns$1(entityType) { @@ -379748,7 +379843,7 @@ b.get$_design_model$_$this()._design_model$_isDeleted = false; return b; }, - $signature: 243 + $signature: 269 }; A._$DesignListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -381887,7 +381982,7 @@ return false; return true; }, - $signature: 367 + $signature: 412 }; A.BelongsToClient.prototype = {}; A.BelongsToVendor.prototype = {}; @@ -388340,13 +388435,13 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 232 + $signature: 212 }; A.InvoiceEntity_InvoiceEntity_closure0.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 506 + $signature: 526 }; A.InvoiceEntity_moveLineItem_closure.prototype = { call$1(b) { @@ -388377,7 +388472,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 506 + $signature: 526 }; A.InvoiceEntity_recreateInvitations_closure.prototype = { call$1(b) { @@ -388390,7 +388485,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 232 + $signature: 212 }; A.InvoiceEntity_recreateInvitations_closure1.prototype = { call$1(b) { @@ -388438,26 +388533,26 @@ call$1(lineItem) { return lineItem.typeId !== "3"; }, - $signature: 86 + $signature: 89 }; A.InvoiceEntity_clone__closure0.prototype = { call$1(lineItem) { return lineItem.rebuild$1(new A.InvoiceEntity_clone___closure()); }, - $signature: 3050 + $signature: 3047 }; A.InvoiceEntity_clone___closure.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_typeId = "1"; return b; }, - $signature: 56 + $signature: 54 }; A.InvoiceEntity_clone__closure1.prototype = { call$1(invitation) { return A.InvitationEntity_InvitationEntity(invitation.clientContactId, invitation.vendorContactId); }, - $signature: 3055 + $signature: 3051 }; A.InvoiceEntity_applyClient_closure.prototype = { call$1(b) { @@ -388517,31 +388612,31 @@ var t1 = activity.history; return t1 != null && t1.id.length !== 0 && t1.createdAt > 0 && !B.JSArray_methods.contains$1(A._setArrayType(["7", "21", "60", "136"], type$.JSArray_String), activity.activityTypeId); }, - $signature: 367 + $signature: 412 }; A.InvoiceEntity_balanceHistory_closure0.prototype = { call$1(activity) { return activity.history; }, - $signature: 3058 + $signature: 3053 }; A.InvoiceEntity_hasTasks_closure.prototype = { call$1(item) { return item.typeId === "2"; }, - $signature: 86 + $signature: 89 }; A.InvoiceEntity_hasProducts_closure.prototype = { call$1(item) { return item.typeId !== "2"; }, - $signature: 86 + $signature: 89 }; A.InvoiceEntity_hasExpenses_closure.prototype = { call$1(item) { return item.typeId === "6"; }, - $signature: 86 + $signature: 89 }; A.InvoiceEntity_applyTax_closure.prototype = { call$1(b) { @@ -388574,25 +388669,25 @@ call$1(invitation) { return invitation.viewedDate.length !== 0; }, - $signature: 362 + $signature: 403 }; A.InvoiceEntity_isBounced_closure.prototype = { call$1(invitation) { return invitation.emailError.length !== 0 && invitation.emailStatus !== "delivered"; }, - $signature: 362 + $signature: 403 }; A.InvoiceEntity_getInvitationForClientContact_closure.prototype = { call$1(invitation) { return invitation.clientContactId === this.contact.id; }, - $signature: 362 + $signature: 403 }; A.InvoiceEntity_getInvitationForVendorContact_closure.prototype = { call$1(invitation) { return invitation.vendorContactId === this.contact.id; }, - $signature: 362 + $signature: 403 }; A.InvoiceEntity_getTaxes_calculateAmount.prototype = { call$2(taxable, rate) { @@ -388602,13 +388697,13 @@ else return A.round(taxable * t1, 2); }, - $signature: 212 + $signature: 236 }; A.InvoiceEntity__calculateTax_closure.prototype = { call$0() { return A.LinkedHashMap_LinkedHashMap$_literal(["name", this.name, "rate", this.rate, "amount", 0, "paid", 0], type$.String, type$.dynamic); }, - $signature: 3062 + $signature: 3059 }; A.InvoiceItemEntity.prototype = { taxAmount$2(invoice, precision) { @@ -388616,6 +388711,9 @@ t1 = new A.InvoiceItemEntity_taxAmount_calculateTaxAmount(_this, invoice, precision); return t1.call$1(_this.taxRate1) + t1.call$1(_this.taxRate2) + t1.call$1(_this.taxRate3) + t1.call$1(invoice.taxRate1) + t1.call$1(invoice.taxRate2) + t1.call$1(invoice.taxRate3); }, + get$clone(_) { + return this.rebuild$1(new A.InvoiceItemEntity_clone_closure()); + }, total$2(_, invoice, precision) { var total = this.quantity * this.cost, t1 = this.discount; @@ -388696,6 +388794,14 @@ }, $signature: 7 }; + A.InvoiceItemEntity_clone_closure.prototype = { + call$1(b) { + b.get$_invoice_model$_$this()._expenseId = ""; + b.get$_invoice_model$_$this()._invoice_model$_taskId = ""; + return b; + }, + $signature: 54 + }; A.InvoiceItemEntity_applyTax_closure.prototype = { call$1(b) { var t1 = this.taxRate, @@ -388705,7 +388811,7 @@ b.get$_invoice_model$_$this()._taxName3 = t1; return b; }, - $signature: 56 + $signature: 54 }; A.InvoiceItemEntity_applyTax_closure0.prototype = { call$1(b) { @@ -388716,7 +388822,7 @@ b.get$_invoice_model$_$this()._taxName2 = t1; return b; }, - $signature: 56 + $signature: 54 }; A.InvoiceItemEntity_applyTax_closure1.prototype = { call$1(b) { @@ -388727,7 +388833,7 @@ b.get$_invoice_model$_$this()._taxName1 = t1; return b; }, - $signature: 56 + $signature: 54 }; A.InvitationEntity.prototype = { get$latestEmailStatus() { @@ -391119,7 +391225,7 @@ t1.update$3$ifAbsent(t1, item.taxName3, new A.CalculateInvoiceTotal_calculateTaxes__closure3(t2), new A.CalculateInvoiceTotal_calculateTaxes__closure4(t2)); } }, - $signature: 320 + $signature: 307 }; A.CalculateInvoiceTotal_calculateTaxes__closure.prototype = { call$1(value) { @@ -391131,7 +391237,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 179 + $signature: 181 }; A.CalculateInvoiceTotal_calculateTaxes__closure1.prototype = { call$1(value) { @@ -391143,7 +391249,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 179 + $signature: 181 }; A.CalculateInvoiceTotal_calculateTaxes__closure3.prototype = { call$1(value) { @@ -391155,7 +391261,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 179 + $signature: 181 }; A.CalculateInvoiceTotal_calculateTaxes_closure0.prototype = { call$1(value) { @@ -391167,7 +391273,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 179 + $signature: 181 }; A.CalculateInvoiceTotal_calculateTaxes_closure2.prototype = { call$1(value) { @@ -391179,7 +391285,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 179 + $signature: 181 }; A.CalculateInvoiceTotal_calculateTaxes_closure4.prototype = { call$1(value) { @@ -391191,7 +391297,7 @@ call$0() { return this._box_0.taxAmount; }, - $signature: 179 + $signature: 181 }; A.CalculateInvoiceTotal_getTaxable_closure.prototype = { call$1(invoiceItem) { @@ -391201,7 +391307,7 @@ lineTotal = this.$this.isAmountDiscount ? lineTotal - t1 : lineTotal - A.round(lineTotal * t1 / 100, this.precision); this._box_0.total += lineTotal; }, - $signature: 320 + $signature: 307 }; A.CalculateInvoiceTotal_calculateTotal_closure.prototype = { call$1(item) { @@ -391237,7 +391343,7 @@ t1.itemTax = t1.itemTax + A.round(lineTotal * taxRate3 / 100, _this.precision); } }, - $signature: 320 + $signature: 307 }; A.CalculateInvoiceTotal_calculateSubtotal_closure.prototype = { call$1(item) { @@ -391251,7 +391357,7 @@ t1 = _this._box_0; t1.total = t1.total + A.round(lineTotal, _this.precision); }, - $signature: 320 + $signature: 307 }; A.EntityAction.prototype = { toString$0(_) { @@ -391565,19 +391671,19 @@ call$1(p) { return p.get$entityType() === B.EntityType_invoice; }, - $signature: 239 + $signature: 265 }; A.PaymentEntity_creditPaymentables_closure.prototype = { call$1(p) { return p.get$entityType() === B.EntityType_credit; }, - $signature: 239 + $signature: 265 }; A.PaymentEntity_invoiceId_closure.prototype = { call$1(p) { return p.get$entityType() === B.EntityType_invoice; }, - $signature: 239 + $signature: 265 }; A.PaymentableEntity.prototype = { get$isEmpty(_) { @@ -393356,7 +393462,7 @@ b.get$_product_model$_$this()._product_model$_isDeleted = false; return b; }, - $signature: 194 + $signature: 172 }; A._$ProductListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -394317,7 +394423,7 @@ b.get$_project_model$_$this()._project_model$_isDeleted = false; return b; }, - $signature: 204 + $signature: 203 }; A._$ProjectListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -395825,217 +395931,217 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.BankAccountEntity); }, - $signature: 738 + $signature: 740 }; A._$serializers_closure0.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ClientContactEntity); }, - $signature: 3085 + $signature: 3071 }; A._$serializers_closure1.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ActivityEntity); }, - $signature: 360 + $signature: 394 }; A._$serializers_closure2.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.LedgerEntity); }, - $signature: 3089 + $signature: 3086 }; A._$serializers_closure3.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.GatewayTokenEntity); }, - $signature: 737 + $signature: 739 }; A._$serializers_closure4.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 145 + $signature: 146 }; A._$serializers_closure5.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SystemLogEntity); }, - $signature: 503 + $signature: 559 }; A._$serializers_closure6.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ClientEntity); }, - $signature: 736 + $signature: 738 }; A._$serializers_closure7.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CompanyGatewayEntity); }, - $signature: 735 + $signature: 737 }; A._$serializers_closure8.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CountryEntity); }, - $signature: 734 + $signature: 736 }; A._$serializers_closure9.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CurrencyEntity); }, - $signature: 732 + $signature: 735 }; A._$serializers_closure10.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CurrencyEntity); }, - $signature: 732 + $signature: 735 }; A._$serializers_closure11.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SizeEntity); }, - $signature: 730 + $signature: 734 }; A._$serializers_closure12.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.IndustryEntity); }, - $signature: 729 + $signature: 732 }; A._$serializers_closure13.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TimezoneEntity); }, - $signature: 727 + $signature: 730 }; A._$serializers_closure14.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.GatewayEntity); }, - $signature: 3135 + $signature: 3130 }; A._$serializers_closure15.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DateFormatEntity); }, - $signature: 726 + $signature: 729 }; A._$serializers_closure16.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.LanguageEntity); }, - $signature: 725 + $signature: 727 }; A._$serializers_closure17.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentTypeEntity); }, - $signature: 724 + $signature: 726 }; A._$serializers_closure18.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CountryEntity); }, - $signature: 734 + $signature: 736 }; A._$serializers_closure19.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceStatusEntity); }, - $signature: 3161 + $signature: 3141 }; A._$serializers_closure20.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.BuiltList_String); }, - $signature: 339 + $signature: 291 }; A._$serializers_closure21.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TemplateEntity); }, - $signature: 723 + $signature: 725 }; A._$serializers_closure22.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.EInvoiceFieldEntity); }, - $signature: 722 + $signature: 724 }; A._$serializers_closure23.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DateFormatEntity); }, - $signature: 726 + $signature: 729 }; A._$serializers_closure24.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DatetimeFormatEntity); }, - $signature: 3171 + $signature: 3166 }; A._$serializers_closure25.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DesignEntity); }, - $signature: 620 + $signature: 622 }; A._$serializers_closure26.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 145 + $signature: 146 }; A._$serializers_closure27.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 145 + $signature: 146 }; A._$serializers_closure28.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 145 + $signature: 146 }; A._$serializers_closure29.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 145 + $signature: 146 }; A._$serializers_closure30.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 145 + $signature: 146 }; A._$serializers_closure31.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 145 + $signature: 146 }; A._$serializers_closure32.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseScheduleEntity); }, - $signature: 3177 + $signature: 3172 }; A._$serializers_closure33.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.EntityState); }, - $signature: 3178 + $signature: 3175 }; A._$serializers_closure34.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.EntityStatus); }, - $signature: 3181 + $signature: 3178 }; A._$serializers_closure35.prototype = { call$0() { @@ -396071,380 +396177,380 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.EntityType); }, - $signature: 3184 + $signature: 3182 }; A._$serializers_closure41.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.BaseEntity); }, - $signature: 3194 + $signature: 3184 }; A._$serializers_closure42.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseCategoryEntity); }, - $signature: 720 + $signature: 722 }; A._$serializers_closure43.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseEntity); }, - $signature: 494 + $signature: 599 }; A._$serializers_closure44.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.GatewayTokenEntity); }, - $signature: 737 + $signature: 739 }; A._$serializers_closure45.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.GroupEntity); }, - $signature: 719 + $signature: 721 }; A._$serializers_closure46.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.GroupEntity); }, - $signature: 719 + $signature: 721 }; A._$serializers_closure47.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ActivityEntity); }, - $signature: 360 + $signature: 394 }; A._$serializers_closure48.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaxRateEntity); }, - $signature: 718 + $signature: 720 }; A._$serializers_closure49.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaskStatusEntity); }, - $signature: 717 + $signature: 719 }; A._$serializers_closure50.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaskStatusEntity); }, - $signature: 716 + $signature: 718 }; A._$serializers_closure51.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.CompanyGatewayEntity); }, - $signature: 735 + $signature: 737 }; A._$serializers_closure52.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseCategoryEntity); }, - $signature: 720 + $signature: 722 }; A._$serializers_closure53.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.UserEntity); }, - $signature: 715 + $signature: 717 }; A._$serializers_closure54.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ClientEntity); }, - $signature: 736 + $signature: 738 }; A._$serializers_closure55.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ProductEntity); }, - $signature: 714 + $signature: 716 }; A._$serializers_closure56.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 237 + $signature: 226 }; A._$serializers_closure57.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 237 + $signature: 226 }; A._$serializers_closure58.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseEntity); }, - $signature: 494 + $signature: 599 }; A._$serializers_closure59.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentEntity); }, - $signature: 713 + $signature: 715 }; A._$serializers_closure60.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 237 + $signature: 226 }; A._$serializers_closure61.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 237 + $signature: 226 }; A._$serializers_closure62.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 237 + $signature: 226 }; A._$serializers_closure63.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.BankAccountEntity); }, - $signature: 738 + $signature: 740 }; A._$serializers_closure64.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TransactionEntity); }, - $signature: 712 + $signature: 714 }; A._$serializers_closure65.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TransactionRuleEntity); }, - $signature: 710 + $signature: 713 }; A._$serializers_closure66.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaskEntity); }, - $signature: 706 + $signature: 712 }; A._$serializers_closure67.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ProjectEntity); }, - $signature: 703 + $signature: 710 }; A._$serializers_closure68.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ExpenseEntity); }, - $signature: 494 + $signature: 599 }; A._$serializers_closure69.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.VendorEntity); }, - $signature: 702 + $signature: 706 }; A._$serializers_closure70.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DesignEntity); }, - $signature: 620 + $signature: 622 }; A._$serializers_closure71.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 145 + $signature: 146 }; A._$serializers_closure72.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ScheduleEntity); }, - $signature: 698 + $signature: 703 }; A._$serializers_closure73.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TokenEntity); }, - $signature: 696 + $signature: 702 }; A._$serializers_closure74.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.WebhookEntity); }, - $signature: 695 + $signature: 698 }; A._$serializers_closure75.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SubscriptionEntity); }, - $signature: 692 + $signature: 696 }; A._$serializers_closure76.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentTermEntity); }, - $signature: 689 + $signature: 695 }; A._$serializers_closure77.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SystemLogEntity); }, - $signature: 503 + $signature: 559 }; A._$serializers_closure78.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.RegistrationFieldEntity); }, - $signature: 3333 + $signature: 3329 }; A._$serializers_closure79.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 234 + $signature: 229 }; A._$serializers_closure80.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.dynamic); }, - $signature: 688 + $signature: 692 }; A._$serializers_closure81.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.HistoryRecord); }, - $signature: 3348 + $signature: 3336 }; A._$serializers_closure82.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.IndustryEntity); }, - $signature: 729 + $signature: 732 }; A._$serializers_closure83.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 237 + $signature: 226 }; A._$serializers_closure84.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceEntity); }, - $signature: 237 + $signature: 226 }; A._$serializers_closure85.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceScheduleEntity); }, - $signature: 3350 + $signature: 3343 }; A._$serializers_closure86.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvoiceItemEntity); }, - $signature: 3351 + $signature: 3349 }; A._$serializers_closure87.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.InvitationEntity); }, - $signature: 3360 + $signature: 3351 }; A._$serializers_closure88.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 145 + $signature: 146 }; A._$serializers_closure89.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ActivityEntity); }, - $signature: 360 + $signature: 394 }; A._$serializers_closure90.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.dynamic); }, - $signature: 688 + $signature: 692 }; A._$serializers_closure91.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.LanguageEntity); }, - $signature: 725 + $signature: 727 }; A._$serializers_closure92.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentEntity); }, - $signature: 713 + $signature: 715 }; A._$serializers_closure93.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentTermEntity); }, - $signature: 689 + $signature: 695 }; A._$serializers_closure94.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentTypeEntity); }, - $signature: 724 + $signature: 726 }; A._$serializers_closure95.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentableEntity); }, - $signature: 476 + $signature: 596 }; A._$serializers_closure96.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentableEntity); }, - $signature: 476 + $signature: 596 }; A._$serializers_closure97.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.PaymentableEntity); }, - $signature: 476 + $signature: 596 }; A._$serializers_closure98.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 145 + $signature: 146 }; A._$serializers_closure99.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ProductEntity); }, - $signature: 714 + $signature: 716 }; A._$serializers_closure100.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ProjectEntity); }, - $signature: 703 + $signature: 710 }; A._$serializers_closure101.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ScheduleEntity); }, - $signature: 698 + $signature: 703 }; A._$serializers_closure102.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SizeEntity); }, - $signature: 730 + $signature: 734 }; A._$serializers_closure103.prototype = { call$0() { @@ -396480,7 +396586,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.BuiltList_String); }, - $signature: 3379 + $signature: 3361 }; A._$serializers_closure109.prototype = { call$0() { @@ -396492,135 +396598,135 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.EInvoiceElementEntity); }, - $signature: 3380 + $signature: 3367 }; A._$serializers_closure111.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SubscriptionEntity); }, - $signature: 692 + $signature: 696 }; A._$serializers_closure112.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaskEntity); }, - $signature: 706 + $signature: 712 }; A._$serializers_closure113.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaskStatusEntity); }, - $signature: 717 + $signature: 719 }; A._$serializers_closure114.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TaxRateEntity); }, - $signature: 718 + $signature: 720 }; A._$serializers_closure115.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TimezoneEntity); }, - $signature: 727 + $signature: 730 }; A._$serializers_closure116.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TokenEntity); }, - $signature: 696 + $signature: 702 }; A._$serializers_closure117.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TransactionEntity); }, - $signature: 712 + $signature: 714 }; A._$serializers_closure118.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TransactionRuleCriteriaEntity); }, - $signature: 3381 + $signature: 3380 }; A._$serializers_closure119.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.TransactionRuleEntity); }, - $signature: 710 + $signature: 713 }; A._$serializers_closure120.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.UserCompanyEntity); }, - $signature: 3383 + $signature: 3381 }; A._$serializers_closure121.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.UserCompanyState); }, - $signature: 3395 + $signature: 3382 }; A._$serializers_closure122.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.UserEntity); }, - $signature: 715 + $signature: 717 }; A._$serializers_closure123.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.VendorContactEntity); }, - $signature: 3421 + $signature: 3384 }; A._$serializers_closure124.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.ActivityEntity); }, - $signature: 360 + $signature: 394 }; A._$serializers_closure125.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DocumentEntity); }, - $signature: 145 + $signature: 146 }; A._$serializers_closure126.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.VendorEntity); }, - $signature: 702 + $signature: 706 }; A._$serializers_closure127.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.WebhookEntity); }, - $signature: 695 + $signature: 698 }; A._$serializers_closure128.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.EntityType, type$.bool); }, - $signature: 687 + $signature: 689 }; A._$serializers_closure129.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.EntityType, type$.bool); }, - $signature: 687 + $signature: 689 }; A._$serializers_closure130.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 234 + $signature: 229 }; A._$serializers_closure131.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 234 + $signature: 229 }; A._$serializers_closure132.prototype = { call$0() { @@ -396632,19 +396738,19 @@ call$0() { return A.MapBuilder_MapBuilder(type$.EntityType, type$.PrefStateSortField); }, - $signature: 3427 + $signature: 3422 }; A._$serializers_closure134.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.CompanyPrefState); }, - $signature: 3428 + $signature: 3427 }; A._$serializers_closure135.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.BankAccountEntity); }, - $signature: 3429 + $signature: 3428 }; A._$serializers_closure136.prototype = { call$0() { @@ -396656,31 +396762,31 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.BuiltList_String); }, - $signature: 339 + $signature: 291 }; A._$serializers_closure138.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.BuiltList_String); }, - $signature: 339 + $signature: 291 }; A._$serializers_closure139.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ReportSettingsEntity); }, - $signature: 3430 + $signature: 3429 }; A._$serializers_closure140.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.DashboardField); }, - $signature: 3431 + $signature: 3430 }; A._$serializers_closure141.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ClientEntity); }, - $signature: 3432 + $signature: 3431 }; A._$serializers_closure142.prototype = { call$0() { @@ -396692,7 +396798,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.CompanyGatewayEntity); }, - $signature: 3433 + $signature: 3432 }; A._$serializers_closure144.prototype = { call$0() { @@ -396704,79 +396810,79 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.CurrencyEntity); }, - $signature: 3435 + $signature: 3433 }; A._$serializers_closure146.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.SizeEntity); }, - $signature: 3439 + $signature: 3434 }; A._$serializers_closure147.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.GatewayEntity); }, - $signature: 3441 + $signature: 3436 }; A._$serializers_closure148.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.IndustryEntity); }, - $signature: 3445 + $signature: 3440 }; A._$serializers_closure149.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TimezoneEntity); }, - $signature: 3447 + $signature: 3442 }; A._$serializers_closure150.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.DateFormatEntity); }, - $signature: 3448 + $signature: 3446 }; A._$serializers_closure151.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.LanguageEntity); }, - $signature: 3451 + $signature: 3448 }; A._$serializers_closure152.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.PaymentTypeEntity); }, - $signature: 3463 + $signature: 3449 }; A._$serializers_closure153.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.CountryEntity); }, - $signature: 3465 + $signature: 3452 }; A._$serializers_closure154.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TemplateEntity); }, - $signature: 723 + $signature: 725 }; A._$serializers_closure155.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.BuiltList_String); }, - $signature: 339 + $signature: 291 }; A._$serializers_closure156.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.EInvoiceFieldEntity); }, - $signature: 722 + $signature: 724 }; A._$serializers_closure157.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.DesignEntity); }, - $signature: 3466 + $signature: 3464 }; A._$serializers_closure158.prototype = { call$0() { @@ -396788,7 +396894,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.DocumentEntity); }, - $signature: 3476 + $signature: 3466 }; A._$serializers_closure160.prototype = { call$0() { @@ -396800,7 +396906,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ExpenseCategoryEntity); }, - $signature: 3478 + $signature: 3467 }; A._$serializers_closure162.prototype = { call$0() { @@ -396812,7 +396918,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ExpenseEntity); }, - $signature: 686 + $signature: 688 }; A._$serializers_closure164.prototype = { call$0() { @@ -396824,7 +396930,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ExpenseEntity); }, - $signature: 686 + $signature: 688 }; A._$serializers_closure166.prototype = { call$0() { @@ -396836,13 +396942,13 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.GatewayOptionsEntity); }, - $signature: 3507 + $signature: 3479 }; A._$serializers_closure168.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.GroupEntity); }, - $signature: 3511 + $signature: 3492 }; A._$serializers_closure169.prototype = { call$0() { @@ -396854,13 +396960,13 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ImportRequestMapping); }, - $signature: 3519 + $signature: 3508 }; A._$serializers_closure171.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.InvoiceEntity); }, - $signature: 306 + $signature: 342 }; A._$serializers_closure172.prototype = { call$0() { @@ -396872,7 +396978,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.InvoiceEntity); }, - $signature: 306 + $signature: 342 }; A._$serializers_closure174.prototype = { call$0() { @@ -396884,7 +396990,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.InvoiceEntity); }, - $signature: 306 + $signature: 342 }; A._$serializers_closure176.prototype = { call$0() { @@ -396896,7 +397002,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.InvoiceEntity); }, - $signature: 306 + $signature: 342 }; A._$serializers_closure178.prototype = { call$0() { @@ -396908,7 +397014,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.InvoiceEntity); }, - $signature: 306 + $signature: 342 }; A._$serializers_closure180.prototype = { call$0() { @@ -396920,7 +397026,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.PaymentEntity); }, - $signature: 3594 + $signature: 3520 }; A._$serializers_closure182.prototype = { call$0() { @@ -396932,7 +397038,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.PaymentTermEntity); }, - $signature: 3660 + $signature: 3594 }; A._$serializers_closure184.prototype = { call$0() { @@ -396944,13 +397050,13 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.PreImportResponseEntityDetails); }, - $signature: 3661 + $signature: 3595 }; A._$serializers_closure186.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ProductEntity); }, - $signature: 4284 + $signature: 3661 }; A._$serializers_closure187.prototype = { call$0() { @@ -396962,7 +397068,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ProjectEntity); }, - $signature: 4288 + $signature: 3662 }; A._$serializers_closure189.prototype = { call$0() { @@ -396974,7 +397080,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.ScheduleEntity); }, - $signature: 4293 + $signature: 4285 }; A._$serializers_closure191.prototype = { call$0() { @@ -396987,34 +397093,34 @@ var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 234 + $signature: 229 }; A._$serializers_closure193.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 234 + $signature: 229 }; A._$serializers_closure194.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 234 + $signature: 229 }; A._$serializers_closure195.prototype = { call$0() { var t1 = type$.String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 234 + $signature: 229 }; A._$serializers_closure196.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.SubscriptionEntity); }, - $signature: 4294 + $signature: 4289 }; A._$serializers_closure197.prototype = { call$0() { @@ -397026,7 +397132,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaskEntity); }, - $signature: 4295 + $signature: 4294 }; A._$serializers_closure199.prototype = { call$0() { @@ -397038,7 +397144,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaskStatusEntity); }, - $signature: 716 + $signature: 718 }; A._$serializers_closure201.prototype = { call$0() { @@ -397050,19 +397156,19 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaxConfigRegionEntity); }, - $signature: 4296 + $signature: 4295 }; A._$serializers_closure203.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaxConfigSubregionEntity); }, - $signature: 925 + $signature: 4296 }; A._$serializers_closure204.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.TaxRateEntity); }, - $signature: 926 + $signature: 4297 }; A._$serializers_closure205.prototype = { call$0() { @@ -397164,7 +397270,7 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.SystemLogEntity); }, - $signature: 503 + $signature: 559 }; A._$serializers_closure222.prototype = { call$0() { @@ -397176,7 +397282,7 @@ call$0() { return A.MapBuilder_MapBuilder(type$.String, type$.BuiltList_String); }, - $signature: 339 + $signature: 291 }; A.SettingsEntity.prototype = { get$isTaskRoundingCustom() { @@ -406750,7 +406856,7 @@ b.get$_task_model$_$this()._task_model$_endDate = t1; return b; }, - $signature: 249 + $signature: 253 }; A.TaskEntity.prototype = { get$clone(_) { @@ -407141,7 +407247,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 78 + $signature: 81 }; A.TaskEntity_areTimesValid_closure.prototype = { call$1(time) { @@ -407168,7 +407274,7 @@ t1.lastDateTime = t3 > t4 ? lastDateTime : endDate; } }, - $signature: 211 + $signature: 217 }; A.TaskEntity_getInvalidTimeIndices_closure.prototype = { call$1(time) { @@ -407194,13 +407300,13 @@ } ++t1.counter; }, - $signature: 211 + $signature: 217 }; A.TaskEntity_isRunning_closure.prototype = { call$1(taskTime) { return taskTime.endDate == null; }, - $signature: 236 + $signature: 214 }; A.TaskEntity_getTaskTimes_closure.prototype = { call$1(detail) { @@ -407232,7 +407338,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 78 + $signature: 81 }; A.TaskEntity_updateTaskTime_closure.prototype = { call$1(b) { @@ -407242,7 +407348,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 78 + $signature: 81 }; A.TaskEntity_deleteTaskTime_closure.prototype = { call$1(b) { @@ -407252,7 +407358,7 @@ b.get$_task_model$_$this()._timeLog = t1; return b; }, - $signature: 78 + $signature: 81 }; A.TaskEntity_calculateDuration_closure.prototype = { call$1(taskTime) { @@ -407262,7 +407368,7 @@ t1.seconds = t1.seconds + B.JSInt_methods._tdivFast$1(taskTime.get$duration(0)._duration, 1000000); } }, - $signature: 211 + $signature: 217 }; A._$TaskListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -410444,7 +410550,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].bankAccountState.map._map$_map.$index(0, bankAccountId); }, - $signature: 374 + $signature: 361 }; A.TransactionEntity_TransactionEntity_closure0.prototype = { call$1(bankAccount) { @@ -413419,43 +413525,43 @@ b.get$_vendor_model$_$this()._isPrimary = true; return b; }, - $signature: 375 + $signature: 362 }; A.VendorEntity_emailContacts_closure.prototype = { call$1(contact) { return contact.sendEmail; }, - $signature: 197 + $signature: 198 }; A.VendorEntity_primaryContact_closure.prototype = { call$1(contact) { return contact.isPrimary; }, - $signature: 197 + $signature: 198 }; A.VendorEntity_primaryContact_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 475 + $signature: 580 }; A.VendorEntity_hasEmailAddress_closure.prototype = { call$1(contact) { return contact.email.length !== 0; }, - $signature: 197 + $signature: 198 }; A.VendorEntity_getContact_closure.prototype = { call$1(contact) { return contact.id === this.contactId; }, - $signature: 197 + $signature: 198 }; A.VendorEntity_getContact_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 475 + $signature: 580 }; A.VendorContactEntity.prototype = { get$entityType() { @@ -417811,7 +417917,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 55 + $signature: 56 }; A.PaymentTermRepository.prototype = { loadItem$2(credentials, entityId) { @@ -418444,7 +418550,7 @@ B.JSArray_methods.clear$0(b.get$documents().get$_safeList()); return b; }, - $signature: 194 + $signature: 172 }; A.ProjectRepository.prototype = { loadItem$2(credentials, entityId) { @@ -422157,7 +422263,7 @@ b.get$_pref_state$_$this()._enableDarkModeSystem = t1.platformBrightness === B.Brightness_0; return b; }, - $signature: 474 + $signature: 563 }; A._initialState_closure0.prototype = { call$1(b) { @@ -422165,7 +422271,7 @@ b.get$useSidebarEditor().$indexSet(0, B.EntityType_task, true); return b; }, - $signature: 474 + $signature: 563 }; A._registerErrorHandlers_closure.prototype = { call$1(details) { @@ -422292,19 +422398,19 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); } }, - $signature: 220 + $signature: 219 }; A.InvoiceNinjaAppState_generateRoute_closure.prototype = { call$1(_) { return new A.LoginScreen(null); }, - $signature: 685 + $signature: 687 }; A.InvoiceNinjaAppState_generateRoute_closure0.prototype = { call$1(_) { return new A.MainScreen(null); }, - $signature: 684 + $signature: 686 }; A.InvoiceNinjaAppState_build_closure.prototype = { call$1(context) { @@ -422439,7 +422545,7 @@ child.toString; return A.MediaQuery$(child, t1, null); }, - $signature: 523 + $signature: 518 }; A.InvoiceNinjaAppState_build__closure.prototype = { call$1(locale) { @@ -422451,13 +422557,13 @@ call$1(context) { return new A.LoginScreen(null); }, - $signature: 685 + $signature: 687 }; A.InvoiceNinjaAppState_build__closure1.prototype = { call$1(context) { return new A.MainScreen(null); }, - $signature: 684 + $signature: 686 }; A.InvoiceNinjaAppState_build__closure2.prototype = { call$1(context) { @@ -422643,13 +422749,13 @@ call$1(context) { return new A.PaymentEditScreen(null); }, - $signature: 683 + $signature: 685 }; A.InvoiceNinjaAppState_build__closure33.prototype = { call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 682 + $signature: 684 }; A.InvoiceNinjaAppState_build__closure34.prototype = { call$1(context) { @@ -423674,7 +423780,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 271 + $signature: 251 }; A.createEntityByType_closure.prototype = { call$0() { @@ -424390,7 +424496,7 @@ t1.toString; return new A.MessageDialog(t3, t1, null, null, new A.checkForChanges__closure(this.store, this.callback), null); }, - $signature: 386 + $signature: 365 }; A.checkForChanges__closure.prototype = { call$0() { @@ -424605,7 +424711,7 @@ b.get$_ui_state$_$this()._currentRoute = this.state.uiState.currentRoute; return b; }, - $signature: 680 + $signature: 683 }; A._createLoadState__closure0.prototype = { call$1(b) { @@ -424629,7 +424735,7 @@ b.get$userCompanyStates().replace$1(0, this.companyStates); return b; }, - $signature: 285 + $signature: 290 }; A._createLoadState__closure1.prototype = { call$1(_) { @@ -424707,7 +424813,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._createPersistData_closure.prototype = { call$3(store, dynamicAction, next) { @@ -424722,7 +424828,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._createPersistUI_closure.prototype = { call$3(store, dynamicAction, next) { @@ -424731,7 +424837,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._createPersistUI__closure.prototype = { call$0() { @@ -424754,7 +424860,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._createPersistPrefs__closure.prototype = { call$1(prefs) { @@ -425018,7 +425124,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._createDeleteState_closure.prototype = { call$3(store, action, next) { @@ -425061,7 +425167,7 @@ call$1(repo) { return repo.delete$0(0); }, - $signature: 679 + $signature: 682 }; A._createViewMainScreen_closure.prototype = { call$3(store, dynamicAction, next) { @@ -425083,7 +425189,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._createViewMainScreen__closure.prototype = { call$1(duration) { @@ -425125,7 +425231,7 @@ call$1(repo) { return repo.delete$0(0); }, - $signature: 679 + $signature: 682 }; A.appReducer_closure.prototype = { call$1(b) { @@ -425137,7 +425243,7 @@ b.get$_$this()._isTesting = t2.isTesting; return b; }, - $signature: 285 + $signature: 290 }; A.appReducer__closure.prototype = { call$1(b) { @@ -425145,7 +425251,7 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 182 + $signature: 177 }; A.appReducer_closure0.prototype = { call$1(b) { @@ -425153,7 +425259,7 @@ b.get$_$this()._isSaving = false; return b; }, - $signature: 285 + $signature: 290 }; A.appReducer_closure1.prototype = { call$1(b) { @@ -425165,7 +425271,7 @@ t1.get$_safeList()[t3] = t2; return b; }, - $signature: 285 + $signature: 290 }; A.appReducer_closure2.prototype = { call$1(b) { @@ -425203,7 +425309,7 @@ t4._pref_state$_$v = t5; return b; }, - $signature: 285 + $signature: 290 }; A.lastErrorReducer_closure.prototype = { call$2(state, action) { @@ -425879,7 +425985,7 @@ call$1(company) { return company.id.length !== 0; }, - $signature: 678 + $signature: 680 }; A.AppState_historyList_closure.prototype = { call$1($history) { @@ -425892,13 +425998,13 @@ } return true; }, - $signature: 677 + $signature: 679 }; A.AppState_getEntityMap_closure.prototype = { call$1(item) { return J.get$id$x(item); }, - $signature: 224 + $signature: 228 }; A.AppState_getEntityMap_closure0.prototype = { call$1(item) { @@ -426290,13 +426396,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._createUserLogout__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._createUserLogoutAll_closure.prototype = { call$3(store, dynamicAction, next) { @@ -426309,7 +426415,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._createUserLogoutAll__closure.prototype = { call$1(response) { @@ -426328,7 +426434,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UserLogoutAllFailure()); }, - $signature: 3 + $signature: 2 }; A._createLoginRequest_closure.prototype = { call$3(store, dynamicAction, next) { @@ -426338,7 +426444,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._createLoginRequest__closure.prototype = { call$1(data) { @@ -426350,7 +426456,7 @@ t2[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); t2[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 252 + $signature: 248 }; A._createLoginRequest__closure0.prototype = { call$1(error) { @@ -426363,7 +426469,7 @@ if (B.JSString_methods.startsWith$1(A.S(error), "Error ::")) throw A.wrapException(error); }, - $signature: 3 + $signature: 2 }; A._createSignUpRequest_closure.prototype = { call$3(store, dynamicAction, next) { @@ -426376,7 +426482,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._createSignUpRequest__closure.prototype = { call$1(data) { @@ -426387,7 +426493,7 @@ t1[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); t1[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 252 + $signature: 248 }; A._createSignUpRequest__closure0.prototype = { call$1(error) { @@ -426400,7 +426506,7 @@ if (B.JSString_methods.startsWith$1(A.S(error), "Error ::")) throw A.wrapException(error); }, - $signature: 3 + $signature: 2 }; A._createOAuthLoginRequest_closure.prototype = { call$3(store, dynamicAction, next) { @@ -426410,7 +426516,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._createOAuthLoginRequest__closure.prototype = { call$1(data) { @@ -426422,7 +426528,7 @@ t2[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); t2[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 252 + $signature: 248 }; A._createOAuthLoginRequest__closure0.prototype = { call$1(error) { @@ -426435,7 +426541,7 @@ if (B.JSString_methods.startsWith$1(A.S(error), "Error ::")) throw A.wrapException(error); }, - $signature: 3 + $signature: 2 }; A._createOAuthSignUpRequest_closure.prototype = { call$3(store, dynamicAction, next) { @@ -426448,7 +426554,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._createOAuthSignUpRequest__closure.prototype = { call$1(data) { @@ -426459,7 +426565,7 @@ t1[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); t1[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 252 + $signature: 248 }; A._createOAuthSignUpRequest__closure0.prototype = { call$1(error) { @@ -426472,7 +426578,7 @@ if (B.JSString_methods.startsWith$1(A.S(error), "Error ::")) throw A.wrapException(error); }, - $signature: 3 + $signature: 2 }; A._createRefreshRequest_closure.prototype = { call$3(store, dynamicAction, next) { @@ -426581,7 +426687,7 @@ t1 = $.$get$navigatorKey(); $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).findAncestorStateOfType$1$0(type$.AppBuilderState).rebuild$0(); }, - $signature: 252 + $signature: 248 }; A._createRefreshRequest___closure.prototype = { call$1(userCompany) { @@ -426620,7 +426726,7 @@ throw A.wrapException(error); } }, - $signature: 3 + $signature: 2 }; A._createRecoverRequest_closure.prototype = { call$3(store, dynamicAction, next) { @@ -426630,7 +426736,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._createRecoverRequest__closure.prototype = { call$1(data) { @@ -426639,7 +426745,7 @@ t1[0].call$1(new A.RecoverPasswordSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 252 + $signature: 248 }; A._createRecoverRequest__closure0.prototype = { call$1(error) { @@ -426650,7 +426756,7 @@ t1[0].call$1(new A.RecoverPasswordFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._createCompany_closure.prototype = { call$3(store, dynamicAction, next) { @@ -426744,7 +426850,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, true)); this.action.completer.complete$0(0); }, - $signature: 113 + $signature: 109 }; A._setDefaultCompany__closure0.prototype = { call$1(error) { @@ -426753,7 +426859,7 @@ t1[0].call$1(new A.SetDefaultCompanyFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteCompany_closure.prototype = { call$3(store, dynamicAction, next) { @@ -426802,7 +426908,7 @@ t1[0].call$1(new A.DeleteCompanyFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._purgeData_closure.prototype = { call$3(store, dynamicAction, next) { @@ -426859,7 +426965,7 @@ t1[0].call$1(new A.PurgeDataFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._resendConfirmation_closure.prototype = { call$3(store, dynamicAction, next) { @@ -426905,7 +427011,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.ResendConfirmationFailure()); }, - $signature: 3 + $signature: 2 }; A.userLoadUrlReducer_closure.prototype = { call$1(b) { @@ -426913,7 +427019,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 182 + $signature: 177 }; A.userSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -426921,7 +427027,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 182 + $signature: 177 }; A.userLoginRequestReducer_closure.prototype = { call$1(b) { @@ -426931,7 +427037,7 @@ b.get$_auth_state$_$this()._auth_state$_email = t1.email; return b; }, - $signature: 182 + $signature: 177 }; A.oauthLoginRequestReducer_closure.prototype = { call$1(b) { @@ -426939,7 +427045,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 182 + $signature: 177 }; A.oauthSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -426947,14 +427053,14 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 182 + $signature: 177 }; A.userLoginSuccessReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._isAuthenticated = true; return b; }, - $signature: 182 + $signature: 177 }; A.userVerifiedPasswordReducer_closure.prototype = { call$1(b) { @@ -426962,14 +427068,14 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = t1; return b; }, - $signature: 182 + $signature: 177 }; A.userUnverifiedPasswordReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 182 + $signature: 177 }; A.AuthState.prototype = { get$isHosted() { @@ -427228,7 +427334,7 @@ call$1(bankAccount) { return bankAccount.get$id(bankAccount); }, - $signature: 50 + $signature: 52 }; A.handleBankAccountAction_closure0.prototype = { call$1(b) { @@ -427270,7 +427376,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewBankAccount_closure.prototype = { call$3(store, dynamicAction, next) { @@ -427325,13 +427431,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewBankAccountList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveBankAccount_closure.prototype = { call$3(store, dynamicAction, next) { @@ -427347,7 +427453,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveBankAccount__closure.prototype = { call$1(id) { @@ -427355,7 +427461,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].bankAccountState.map._map$_map.$index(0, id); }, - $signature: 374 + $signature: 361 }; A._archiveBankAccount__closure0.prototype = { call$1(bankAccounts) { @@ -427364,7 +427470,7 @@ t1[0].call$1(new A.ArchiveBankAccountsSuccess(bankAccounts)); this.action.completer.complete$1(0, null); }, - $signature: 467 + $signature: 534 }; A._archiveBankAccount__closure1.prototype = { call$1(error) { @@ -427375,7 +427481,7 @@ t1[0].call$1(new A.ArchiveBankAccountsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteBankAccount_closure.prototype = { call$3(store, dynamicAction, next) { @@ -427391,7 +427497,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteBankAccount__closure.prototype = { call$1(id) { @@ -427399,7 +427505,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].bankAccountState.map._map$_map.$index(0, id); }, - $signature: 374 + $signature: 361 }; A._deleteBankAccount__closure0.prototype = { call$1(bankAccounts) { @@ -427408,7 +427514,7 @@ t1[0].call$1(new A.DeleteBankAccountsSuccess(bankAccounts)); this.action.completer.complete$1(0, null); }, - $signature: 467 + $signature: 534 }; A._deleteBankAccount__closure1.prototype = { call$1(error) { @@ -427419,7 +427525,7 @@ t1[0].call$1(new A.DeleteBankAccountsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreBankAccount_closure.prototype = { call$3(store, dynamicAction, next) { @@ -427435,7 +427541,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreBankAccount__closure.prototype = { call$1(id) { @@ -427443,7 +427549,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].bankAccountState.map._map$_map.$index(0, id); }, - $signature: 374 + $signature: 361 }; A._restoreBankAccount__closure0.prototype = { call$1(bankAccounts) { @@ -427452,7 +427558,7 @@ t1[0].call$1(new A.RestoreBankAccountsSuccess(bankAccounts)); this.action.completer.complete$1(0, null); }, - $signature: 467 + $signature: 534 }; A._restoreBankAccount__closure1.prototype = { call$1(error) { @@ -427463,7 +427569,7 @@ t1[0].call$1(new A.RestoreBankAccountsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveBankAccount_closure.prototype = { call$3(store, dynamicAction, next) { @@ -427479,7 +427585,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveBankAccount__closure.prototype = { call$1(bankAccount) { @@ -427495,7 +427601,7 @@ } t1.completer.complete$1(0, bankAccount); }, - $signature: 402 + $signature: 371 }; A._saveBankAccount__closure0.prototype = { call$1(error) { @@ -427506,7 +427612,7 @@ t1[0].call$1(new A.SaveBankAccountFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadBankAccount_closure.prototype = { call$3(store, dynamicAction, next) { @@ -427522,7 +427628,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadBankAccount__closure.prototype = { call$1(bankAccount) { @@ -427531,7 +427637,7 @@ t1[0].call$1(new A.LoadBankAccountSuccess(bankAccount)); this.action.completer.complete$1(0, null); }, - $signature: 402 + $signature: 371 }; A._loadBankAccount__closure0.prototype = { call$1(error) { @@ -427542,7 +427648,7 @@ t1[0].call$1(new A.LoadBankAccountFailure(error)); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadBankAccounts_closure.prototype = { call$3(store, dynamicAction, next) { @@ -427558,7 +427664,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadBankAccounts__closure.prototype = { call$1(data) { @@ -427582,7 +427688,7 @@ t1.get$completer(); t1.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.bankAccountUIReducer_closure.prototype = { call$1(b) { @@ -427665,7 +427771,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.selectedIdReducer_closure338.prototype = { call$2(completer, action) { @@ -427683,7 +427789,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_bankAccount ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure341.prototype = { call$2(selectedId, action) { @@ -427701,13 +427807,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure344.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure345.prototype = { call$2(selectedId, action) { @@ -427775,7 +427881,7 @@ b.get$_bank_account_model$_$this()._bank_account_model$_isChanged = true; return b; }, - $signature: 251 + $signature: 246 }; A.editingReducer_closure115.prototype = { call$2(bankAccounts, action) { @@ -427799,7 +427905,7 @@ call$2(state, action) { return state.rebuild$1(new A.bankAccountListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.bankAccountListReducer__closure.prototype = { call$1(b) { @@ -427952,7 +428058,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 464 + $signature: 514 }; A._deleteBankAccountSuccess_closure.prototype = { call$1(b) { @@ -427974,7 +428080,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 464 + $signature: 514 }; A._restoreBankAccountSuccess_closure.prototype = { call$1(b) { @@ -427996,7 +428102,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 464 + $signature: 514 }; A._addBankAccount_closure.prototype = { call$1(b) { @@ -428008,7 +428114,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 444 + $signature: 374 }; A._updateBankAccount_closure.prototype = { call$1(b) { @@ -428016,7 +428122,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 444 + $signature: 374 }; A._setLoadedBankAccount_closure.prototype = { call$1(b) { @@ -428024,7 +428130,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 444 + $signature: 374 }; A.memoizedDropdownBankAccountList_closure.prototype = { call$5(bankAccountMap, bankAccountList, staticState, userMap, bankAccountId) { @@ -428134,7 +428240,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 444 + $signature: 374 }; A.BankAccountUIState.prototype = { get$isCreatingNew() { @@ -428656,26 +428762,26 @@ call$1(client) { return client.get$id(client); }, - $signature: 50 + $signature: 52 }; A.handleClientAction_closure0.prototype = { call$1(b) { b.get$_task_model$_$this()._task_model$_clientId = this.client.id; return b; }, - $signature: 78 + $signature: 81 }; A.handleClientAction_closure1.prototype = { call$1(b) { return b.get$_payment_model$_$this()._payment_model$_clientId = this.client.id; }, - $signature: 675 + $signature: 678 }; A.handleClientAction_closure2.prototype = { call$1(b) { return b.get$_project_model$_$this()._project_model$_clientId = this.client.id; }, - $signature: 674 + $signature: 677 }; A.handleClientAction_closure3.prototype = { call$1(_) { @@ -428721,7 +428827,7 @@ call$1(context) { return new A.RunTemplateDialog(B.EntityType_client, this.clients, null); }, - $signature: 343 + $signature: 331 }; A.handleClientAction_closure6.prototype = { call$1(context) { @@ -428787,7 +428893,7 @@ var t1 = this.$this; return t1.setState$1(new A.__MergClientPickerState_build__closure0(t1, client)); }, - $signature: 419 + $signature: 376 }; A.__MergClientPickerState_build__closure0.prototype = { call$0() { @@ -428852,7 +428958,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewClient_closure.prototype = { call$3(store, dynamicAction, next) { @@ -428906,13 +429012,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewClientList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveClient_closure.prototype = { call$3(store, dynamicAction, next) { @@ -428928,7 +429034,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveClient__closure.prototype = { call$1(id) { @@ -428936,7 +429042,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.map._map$_map.$index(0, id); }, - $signature: 459 + $signature: 504 }; A._archiveClient__closure0.prototype = { call$1(clients) { @@ -428945,7 +429051,7 @@ t1[0].call$1(new A.ArchiveClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 458 + $signature: 503 }; A._archiveClient__closure1.prototype = { call$1(error) { @@ -428956,7 +429062,7 @@ t1[0].call$1(new A.ArchiveClientsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._mergeClients_closure.prototype = { call$3(store, dynamicAction, next) { @@ -428969,7 +429075,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._mergeClients__closure.prototype = { call$1(client) { @@ -428980,7 +429086,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, null); }, - $signature: 349 + $signature: 334 }; A._mergeClients__closure0.prototype = { call$1(error) { @@ -428991,7 +429097,7 @@ t1[0].call$1(new A.MergeClientsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteClient_closure.prototype = { call$3(store, dynamicAction, next) { @@ -429007,7 +429113,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteClient__closure.prototype = { call$1(id) { @@ -429015,7 +429121,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.map._map$_map.$index(0, id); }, - $signature: 459 + $signature: 504 }; A._deleteClient__closure0.prototype = { call$1(clients) { @@ -429024,7 +429130,7 @@ t1[0].call$1(new A.DeleteClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 458 + $signature: 503 }; A._deleteClient__closure1.prototype = { call$1(error) { @@ -429035,7 +429141,7 @@ t1[0].call$1(new A.DeleteClientsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._purgeClient_closure.prototype = { call$3(store, dynamicAction, next) { @@ -429048,7 +429154,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._purgeClient__closure.prototype = { call$1(_) { @@ -429058,7 +429164,7 @@ t2[0].call$1(new A.PurgeClientSuccess(t1.clientId)); t1.completer.complete$1(0, null); }, - $signature: 177 + $signature: 176 }; A._purgeClient__closure0.prototype = { call$1(error) { @@ -429069,7 +429175,7 @@ t1[0].call$1(new A.PurgeClientFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreClient_closure.prototype = { call$3(store, dynamicAction, next) { @@ -429085,7 +429191,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreClient__closure.prototype = { call$1(id) { @@ -429093,7 +429199,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.map._map$_map.$index(0, id); }, - $signature: 459 + $signature: 504 }; A._restoreClient__closure0.prototype = { call$1(clients) { @@ -429102,7 +429208,7 @@ t1[0].call$1(new A.RestoreClientSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 458 + $signature: 503 }; A._restoreClient__closure1.prototype = { call$1(error) { @@ -429113,7 +429219,7 @@ t1[0].call$1(new A.RestoreClientFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveClient_closure.prototype = { call$3(store, dynamicAction, next) { @@ -429126,7 +429232,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveClient__closure.prototype = { call$1(client) { @@ -429148,7 +429254,7 @@ if (t1 != null) t1.complete$1(0, client); }, - $signature: 349 + $signature: 334 }; A._saveClient__closure0.prototype = { call$1(error) { @@ -429159,7 +429265,7 @@ t1[0].call$1(new A.SaveClientFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadClient_closure.prototype = { call$3(store, dynamicAction, next) { @@ -429175,7 +429281,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadClient__closure.prototype = { call$1(client) { @@ -429186,7 +429292,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 349 + $signature: 334 }; A._loadClient__closure0.prototype = { call$1(error) { @@ -429199,7 +429305,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadClients_closure.prototype = { call$3(store, dynamicAction, next) { @@ -429215,7 +429321,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadClients__closure.prototype = { call$1(data) { @@ -429239,13 +429345,13 @@ call$1(client) { B.JSArray_methods.forEach$1(client.documents._list$_list, new A._loadClients____closure(this.documents, client)); }, - $signature: 673 + $signature: 675 }; A._loadClients____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadClients_____closure(this.client))); }, - $signature: 38 + $signature: 37 }; A._loadClients_____closure.prototype = { call$1(b) { @@ -429263,7 +429369,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.LoadClientsFailure(error)); }, - $signature: 3 + $signature: 2 }; A._saveDocument_closure12.prototype = { call$3(store, dynamicAction, next) { @@ -429283,7 +429389,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure25.prototype = { call$1(client) { @@ -429296,13 +429402,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 349 + $signature: 334 }; A._saveDocument___closure12.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure12(this.client))); }, - $signature: 38 + $signature: 37 }; A._saveDocument____closure12.prototype = { call$1(b) { @@ -429321,7 +429427,7 @@ t1[0].call$1(new A.SaveClientDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._showPdfClient_closure.prototype = { call$3(store, dynamicAction, next) { @@ -429447,7 +429553,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.saveCompleterReducer_closure2.prototype = { call$2(completer, action) { @@ -429491,7 +429597,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_client ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure421.prototype = { call$2(selectedId, action) { @@ -429515,13 +429621,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure425.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure426.prototype = { call$2(selectedId, action) { @@ -429569,7 +429675,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_client ? "" : selectedId; }, - $signature: 172 + $signature: 173 }; A.selectedIdReducer_closure434.prototype = { call$2(selectedId, action) { @@ -429712,7 +429818,7 @@ call$2(state, action) { return state.rebuild$1(new A.clientListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.clientListReducer__closure.prototype = { call$1(b) { @@ -429897,7 +430003,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 457 + $signature: 489 }; A._deleteClientSuccess_closure.prototype = { call$1(b) { @@ -429919,7 +430025,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 457 + $signature: 489 }; A._restoreClientSuccess_closure.prototype = { call$1(b) { @@ -429941,7 +430047,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 457 + $signature: 489 }; A._addClient_closure.prototype = { call$1(b) { @@ -429953,7 +430059,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 265 + $signature: 243 }; A._addClient__closure.prototype = { call$1(b) { @@ -429969,7 +430075,7 @@ b.get$map(0).$indexSet(0, t1.id, t1.rebuild$1(new A._updateClient__closure())); return b; }, - $signature: 265 + $signature: 243 }; A._updateClient__closure.prototype = { call$1(b) { @@ -429985,7 +430091,7 @@ b.get$map(0).$indexSet(0, t1.id, t1.rebuild$1(new A._setLoadedClient__closure())); return b; }, - $signature: 265 + $signature: 243 }; A._setLoadedClient__closure.prototype = { call$1(b) { @@ -430002,7 +430108,7 @@ B.JSArray_methods.remove$1(b.get$list(0).get$_safeList(), t1); return b; }, - $signature: 265 + $signature: 243 }; A._purgeClientSuccess_closure26.prototype = { call$1(b) { @@ -430011,7 +430117,7 @@ B.JSArray_methods.remove$1(b.get$list(0).get$_safeList(), t1); return b; }, - $signature: 265 + $signature: 243 }; A.memoizedDropdownClientList_closure.prototype = { call$4(clientMap, clientList, userMap, staticState) { @@ -430052,7 +430158,7 @@ call$2(userId, clientMap) { return A.clientStatsForUser(userId, clientMap); }, - $signature: 672 + $signature: 674 }; A.clientStatsForUser_closure.prototype = { call$2(clientId, client) { @@ -430080,7 +430186,7 @@ } } }, - $signature: 430 + $signature: 378 }; A.memoizedFilteredClientList_closure.prototype = { call$7(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState) { @@ -430132,7 +430238,7 @@ call$1(token) { return token.companyGatewayId === this.filterEntityId; }, - $signature: 671 + $signature: 673 }; A.filteredClientsSelector_closure0.prototype = { call$2(clientAId, clientBId) { @@ -430187,7 +430293,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 265 + $signature: 243 }; A.ClientUIState.prototype = { get$isCreatingNew() { @@ -430790,7 +430896,7 @@ b.get$company().get$_company_model$_$this()._hasEInvoiceCertificatePassphrase = t1.hasEInvoiceCertificatePassphrase; return b; }, - $signature: 103 + $signature: 102 }; A.userCompanyEntityReducer_closure0.prototype = { call$2(userCompany, action) { @@ -430810,7 +430916,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, t2.rebuild$1(new A.userCompanyEntityReducer___closure(t1, t2))); return b; }, - $signature: 103 + $signature: 102 }; A.userCompanyEntityReducer___closure.prototype = { call$1(b) { @@ -430847,7 +430953,7 @@ b.get$_company_model$_$this()._sortTotalsIndex = t1; return b; }, - $signature: 670 + $signature: 672 }; A.userCompanyEntityReducer__closure11.prototype = { call$1(b) { @@ -430855,7 +430961,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, A.ReportSettingsEntity_ReportSettingsEntity(t1.sortColumn, t1.sortTotalsIndex)); return b; }, - $signature: 103 + $signature: 102 }; A.userCompanyEntityReducer_closure1.prototype = { call$2(userCompany, action) { @@ -430875,7 +430981,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 103 + $signature: 102 }; A.userCompanyEntityReducer_closure2.prototype = { call$2(userCompany, action) { @@ -430891,7 +430997,7 @@ t1._user_model$_$v = t2; return b; }, - $signature: 103 + $signature: 102 }; A.userCompanyEntityReducer_closure3.prototype = { call$2(userCompany, action) { @@ -430907,7 +431013,7 @@ t1._user_model$_$v = t2; return b; }, - $signature: 103 + $signature: 102 }; A.userCompanyEntityReducer_closure4.prototype = { call$2(userCompany, action) { @@ -430923,7 +431029,7 @@ t1._user_model$_$v = t2; return b; }, - $signature: 103 + $signature: 102 }; A.userCompanyEntityReducer_closure5.prototype = { call$2(userCompany, action) { @@ -430939,7 +431045,7 @@ t1._user_model$_$v = t2; return b; }, - $signature: 103 + $signature: 102 }; A.userCompanyEntityReducer_closure6.prototype = { call$2(userCompany, action) { @@ -430952,7 +431058,7 @@ b.get$user(0).get$_user_model$_$this()._isTwoFactorEnabled = false; return b; }, - $signature: 103 + $signature: 102 }; A.userCompanyEntityReducer_closure7.prototype = { call$2(userCompany, action) { @@ -430968,7 +431074,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 103 + $signature: 102 }; A.userCompanyEntityReducer_closure8.prototype = { call$2(userCompany, action) { @@ -430981,7 +431087,7 @@ b.get$company().get$settings().get$_settings_model$_$this()._settings_model$_languageId = this.action.languageId; return b; }, - $signature: 103 + $signature: 102 }; A.userCompanyEntityReducer_closure9.prototype = { call$2(userCompany, action) { @@ -430994,7 +431100,7 @@ b.get$settings().get$dashboardFields().replace$1(0, this.action.dashboardFields); return b; }, - $signature: 103 + $signature: 102 }; A.userCompanyEntityReducer_closure10.prototype = { call$2(userCompany, action) { @@ -431011,14 +431117,14 @@ b.get$settings().get$_company_model$_$this()._dashboardFieldsPerRowDesktop = this.action.numberFieldsPerRowDesktop; return b; }, - $signature: 103 + $signature: 102 }; A.userCompanyEntityReducer__closure0.prototype = { call$1(b) { b.get$settings().get$_company_model$_$this()._dashboardFieldsPerRowMobile = this.action.numberFieldsPerRowMobile; return b; }, - $signature: 103 + $signature: 102 }; A.loadCompanySuccessReducer_closure.prototype = { call$1(b) { @@ -431038,7 +431144,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 103 + $signature: 102 }; A.saveCompanySuccessReducer_closure.prototype = { call$1(b) { @@ -431060,7 +431166,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 103 + $signature: 102 }; A.lastUpdatedReducer_closure.prototype = { call$2(state, action) { @@ -431136,7 +431242,7 @@ this.currencyIds.push(currencyId); } }, - $signature: 430 + $signature: 378 }; A.memoizedFilteredSelector_closure.prototype = { call$2(filter, state) { @@ -431156,7 +431262,7 @@ call$1(product) { return product.matchesFilter$1(this.filter); }, - $signature: 669 + $signature: 671 }; A.filteredSelector_closure1.prototype = { call$1(clientId) { @@ -431178,13 +431284,13 @@ t1.toString; return t1; }, - $signature: 450 + $signature: 476 }; A.filteredSelector_closure4.prototype = { call$1(quote) { return quote.matchesFilter$1(this.filter); }, - $signature: 196 + $signature: 207 }; A.filteredSelector_closure5.prototype = { call$1(paymentId) { @@ -431198,7 +431304,7 @@ call$1(payment) { return payment.matchesFilter$1(this.filter); }, - $signature: 449 + $signature: 472 }; A.filteredSelector_closure7.prototype = { call$1(projectId) { @@ -431212,7 +431318,7 @@ call$1(project) { return project.matchesFilter$1(this.filter); }, - $signature: 668 + $signature: 670 }; A.filteredSelector_closure9.prototype = { call$1(taskId) { @@ -431220,13 +431326,13 @@ t1.toString; return t1; }, - $signature: 666 + $signature: 669 }; A.filteredSelector_closure10.prototype = { call$1(task) { return task.matchesFilter$1(this.filter); }, - $signature: 665 + $signature: 668 }; A.filteredSelector_closure11.prototype = { call$1(invoiceId) { @@ -431234,13 +431340,13 @@ t1.toString; return t1; }, - $signature: 450 + $signature: 476 }; A.filteredSelector_closure12.prototype = { call$1(invoice) { return invoice.matchesFilter$1(this.filter); }, - $signature: 196 + $signature: 207 }; A.filteredSelector_closure13.prototype = { call$2(entityA, entityB) { @@ -432167,7 +432273,7 @@ call$1(companyGateway) { return companyGateway.get$id(companyGateway); }, - $signature: 50 + $signature: 52 }; A.handleCompanyGatewayAction_closure0.prototype = { call$1(_) { @@ -432214,7 +432320,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { @@ -432269,13 +432375,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewCompanyGatewayList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { @@ -432291,7 +432397,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveCompanyGateway__closure.prototype = { call$1(id) { @@ -432299,7 +432405,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 447 + $signature: 464 }; A._archiveCompanyGateway__closure0.prototype = { call$1(companyGateways) { @@ -432308,7 +432414,7 @@ t1[0].call$1(new A.ArchiveCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 504 + $signature: 463 }; A._archiveCompanyGateway__closure1.prototype = { call$1(error) { @@ -432319,7 +432425,7 @@ t1[0].call$1(new A.ArchiveCompanyGatewayFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { @@ -432335,7 +432441,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteCompanyGateway__closure.prototype = { call$1(id) { @@ -432343,7 +432449,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 447 + $signature: 464 }; A._deleteCompanyGateway__closure0.prototype = { call$1(companyGateways) { @@ -432352,7 +432458,7 @@ t1[0].call$1(new A.DeleteCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 504 + $signature: 463 }; A._deleteCompanyGateway__closure1.prototype = { call$1(error) { @@ -432363,7 +432469,7 @@ t1[0].call$1(new A.DeleteCompanyGatewayFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { @@ -432379,7 +432485,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreCompanyGateway__closure.prototype = { call$1(id) { @@ -432387,7 +432493,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 447 + $signature: 464 }; A._restoreCompanyGateway__closure0.prototype = { call$1(companyGateways) { @@ -432396,7 +432502,7 @@ t1[0].call$1(new A.RestoreCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 504 + $signature: 463 }; A._restoreCompanyGateway__closure1.prototype = { call$1(error) { @@ -432407,7 +432513,7 @@ t1[0].call$1(new A.RestoreCompanyGatewayFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._disconnectCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { @@ -432420,7 +432526,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._disconnectCompanyGateway__closure.prototype = { call$1(_) { @@ -432429,7 +432535,7 @@ t1[0].call$1(new A.DisconnectCompanyGatewaySuccess()); this.action.completer.complete$1(0, null); }, - $signature: 113 + $signature: 109 }; A._disconnectCompanyGateway__closure0.prototype = { call$1(error) { @@ -432440,7 +432546,7 @@ t1[0].call$1(new A.DisconnectCompanyGatewayFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { @@ -432456,7 +432562,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveCompanyGateway__closure.prototype = { call$1(companyGateway) { @@ -432472,7 +432578,7 @@ } t1.completer.complete$1(0, companyGateway); }, - $signature: 443 + $signature: 370 }; A._saveCompanyGateway__closure0.prototype = { call$1(error) { @@ -432484,7 +432590,7 @@ t1[0].call$1(new A.SaveCompanyGatewayFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { @@ -432500,7 +432606,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadCompanyGateway__closure.prototype = { call$1(companyGateway) { @@ -432509,7 +432615,7 @@ t1[0].call$1(new A.LoadCompanyGatewaySuccess(companyGateway)); this.action.completer.complete$1(0, null); }, - $signature: 443 + $signature: 370 }; A._loadCompanyGateway__closure0.prototype = { call$1(error) { @@ -432520,7 +432626,7 @@ t1[0].call$1(new A.LoadCompanyGatewayFailure(error)); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadCompanyGateways_closure.prototype = { call$3(store, dynamicAction, next) { @@ -432536,7 +432642,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadCompanyGateways__closure.prototype = { call$1(data) { @@ -432560,7 +432666,7 @@ t1.get$completer(); t1.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.companyGatewayUIReducer_closure.prototype = { call$1(b) { @@ -432647,7 +432753,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_companyGateway ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure124.prototype = { call$2(selectedId, action) { @@ -432665,13 +432771,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure127.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure128.prototype = { call$2(selectedId, action) { @@ -432757,13 +432863,13 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_isChanged = true; return b; }, - $signature: 63 + $signature: 64 }; A.companyGatewayListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.companyGatewayListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.companyGatewayListReducer__closure.prototype = { call$1(b) { @@ -432903,7 +433009,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 560 + $signature: 461 }; A._deleteCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -432925,7 +433031,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 560 + $signature: 461 }; A._restoreCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -432947,7 +433053,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 560 + $signature: 461 }; A._addCompanyGateway_closure.prototype = { call$1(b) { @@ -432959,7 +433065,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 229 + $signature: 227 }; A._addCompanyGateway__closure.prototype = { call$1(b) { @@ -432967,7 +433073,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 63 + $signature: 64 }; A._updateCompanyGateway_closure.prototype = { call$1(b) { @@ -432975,7 +433081,7 @@ b.get$map(0).$indexSet(0, t1.id, t1.rebuild$1(new A._updateCompanyGateway__closure())); return b; }, - $signature: 229 + $signature: 227 }; A._updateCompanyGateway__closure.prototype = { call$1(b) { @@ -432983,7 +433089,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 63 + $signature: 64 }; A._setLoadedCompanyGateway_closure.prototype = { call$1(b) { @@ -432991,7 +433097,7 @@ b.get$map(0).$indexSet(0, t1.id, t1.rebuild$1(new A._setLoadedCompanyGateway__closure())); return b; }, - $signature: 229 + $signature: 227 }; A._setLoadedCompanyGateway__closure.prototype = { call$1(b) { @@ -432999,14 +433105,14 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_loadedAt = t1; return b; }, - $signature: 63 + $signature: 64 }; A._setLoadedCompany_closure1.prototype = { call$1(b) { b.get$map(0).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.companyGateways, new A._setLoadedCompany__closure1(), new A._setLoadedCompany__closure2(), type$.String, type$.CompanyGatewayEntity)); return b; }, - $signature: 229 + $signature: 227 }; A._setLoadedCompany__closure1.prototype = { call$1(item) { @@ -433018,21 +433124,21 @@ call$1(item) { return item; }, - $signature: 664 + $signature: 666 }; A._setLoadedCompany_closure2.prototype = { call$1(b) { b.get$list(0).replace$1(0, this.state.map.get$keys(0)); return b; }, - $signature: 229 + $signature: 227 }; A._setLoadedCompanyGateways_closure.prototype = { call$1(b) { b.get$map(0).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.companyGateways, new A._setLoadedCompanyGateways__closure(), new A._setLoadedCompanyGateways__closure0(), type$.String, type$.CompanyGatewayEntity)); return b; }, - $signature: 229 + $signature: 227 }; A._setLoadedCompanyGateways__closure.prototype = { call$1(item) { @@ -433044,14 +433150,14 @@ call$1(item) { return item; }, - $signature: 664 + $signature: 666 }; A._setLoadedCompanyGateways_closure0.prototype = { call$1(b) { b.get$list(0).replace$1(0, this.state.map.get$keys(0)); return b; }, - $signature: 229 + $signature: 227 }; A.memoizedFilteredCompanyGatewayList_closure.prototype = { call$5(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll) { @@ -433103,13 +433209,13 @@ t1.total = t1.total + payment.get$completedAmount() * payment.exchangeRate; } }, - $signature: 207 + $signature: 209 }; A.memoizedClientStatsForCompanyGateway_closure.prototype = { call$2(companyGatewayId, clientMap) { return A.clientStatsForCompanyGateway(companyGatewayId, clientMap); }, - $signature: 672 + $signature: 674 }; A.clientStatsForCompanyGateway_closure.prototype = { call$2(clientId, client) { @@ -433143,13 +433249,13 @@ } } }, - $signature: 430 + $signature: 378 }; A.clientStatsForCompanyGateway__closure.prototype = { call$1(token) { return token.companyGatewayId === this.companyGatewayId; }, - $signature: 671 + $signature: 673 }; A.memoizedPaymentStatsForCompanyGateway_closure.prototype = { call$2(companyGatewayId, paymentMap) { @@ -433188,7 +433294,7 @@ } } }, - $signature: 207 + $signature: 209 }; A.getUnconnectedStripeAccount_closure.prototype = { call$2(id, gateway) { @@ -433797,7 +433903,7 @@ call$1(credit) { return credit.get$id(credit); }, - $signature: 50 + $signature: 52 }; A.handleCreditAction_closure0.prototype = { call$1(credit) { @@ -433805,7 +433911,7 @@ if (!t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.$get$1(0, type$.InvoiceEntity._as(credit).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 156 + $signature: 162 }; A.handleCreditAction_closure1.prototype = { call$0() { @@ -433898,7 +434004,7 @@ b.get$credits().addAll$1(0, A.List_List$of(new A.MappedListIterable(t1, new A.handleCreditAction__closure(), t2), true, t2._eval$1("ListIterable.E"))); return b; }, - $signature: 55 + $signature: 56 }; A.handleCreditAction__closure.prototype = { call$1(credit) { @@ -433909,7 +434015,7 @@ t1 = credit.statusId !== "1" ? credit.balance : credit.amount; return A.PaymentableEntity_PaymentableEntity(t1, credit.id, null); }, - $signature: 662 + $signature: 665 }; A.handleCreditAction_closure10.prototype = { call$1(response) { @@ -433963,13 +434069,13 @@ call$1(_) { return this.response.bodyBytes; }, - $signature: 111 + $signature: 110 }; A.handleCreditAction_closure15.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 111 + $signature: 110 }; A.StartCreditMultiselect.prototype = {}; A.AddToCreditMultiselect.prototype = {}; @@ -434036,13 +434142,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewCreditList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._editCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -434059,7 +434165,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._showEmailCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -434154,7 +434260,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveCredit__closure.prototype = { call$1(id) { @@ -434162,7 +434268,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].creditState.map._map$_map.$index(0, id); }, - $signature: 93 + $signature: 94 }; A._archiveCredit__closure0.prototype = { call$1(credits) { @@ -434171,7 +434277,7 @@ t1[0].call$1(new A.ArchiveCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._archiveCredit__closure1.prototype = { call$1(error) { @@ -434182,7 +434288,7 @@ t1[0].call$1(new A.ArchiveCreditsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -434198,7 +434304,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteCredit__closure.prototype = { call$1(id) { @@ -434206,7 +434312,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].creditState.map._map$_map.$index(0, id); }, - $signature: 93 + $signature: 94 }; A._deleteCredit__closure0.prototype = { call$1(credits) { @@ -434215,7 +434321,7 @@ t1[0].call$1(new A.DeleteCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._deleteCredit__closure1.prototype = { call$1(error) { @@ -434226,7 +434332,7 @@ t1[0].call$1(new A.DeleteCreditsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -434242,7 +434348,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreCredit__closure.prototype = { call$1(id) { @@ -434250,7 +434356,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].creditState.map._map$_map.$index(0, id); }, - $signature: 93 + $signature: 94 }; A._restoreCredit__closure0.prototype = { call$1(credits) { @@ -434259,7 +434365,7 @@ t1[0].call$1(new A.RestoreCreditsSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._restoreCredit__closure1.prototype = { call$1(error) { @@ -434270,7 +434376,7 @@ t1[0].call$1(new A.RestoreCreditsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._markSentCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -434283,7 +434389,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._markSentCredit__closure.prototype = { call$1(credits) { @@ -434292,7 +434398,7 @@ t1[0].call$1(new A.MarkSentCreditSuccess(credits)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._markSentCredit__closure0.prototype = { call$1(error) { @@ -434303,7 +434409,7 @@ t1[0].call$1(new A.MarkSentCreditFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._markPaidCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -434316,7 +434422,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._markPaidCredit__closure.prototype = { call$1(invoices) { @@ -434326,7 +434432,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._markPaidCredit__closure0.prototype = { call$1(error) { @@ -434337,7 +434443,7 @@ t1[0].call$1(new A.MarkCreditsPaidFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._emailCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -434352,7 +434458,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._emailCredit__closure.prototype = { call$1(_) { @@ -434361,7 +434467,7 @@ t1[0].call$1(new A.EmailCreditSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 113 + $signature: 109 }; A._emailCredit__closure0.prototype = { call$1(error) { @@ -434372,7 +434478,7 @@ t1[0].call$1(new A.EmailCreditFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -434386,7 +434492,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveCredit__closure.prototype = { call$1(b) { @@ -434400,7 +434506,7 @@ call$1(item) { return !item.get$isEmpty(0); }, - $signature: 86 + $signature: 89 }; A._saveCredit__closure0.prototype = { call$1(credit) { @@ -434427,7 +434533,7 @@ t1[0].call$1(new A.SaveCreditFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -434443,7 +434549,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadCredit__closure.prototype = { call$1(credit) { @@ -434467,7 +434573,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadCredits_closure.prototype = { call$3(store, dynamicAction, next) { @@ -434483,7 +434589,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadCredits__closure.prototype = { call$1(data) { @@ -434497,19 +434603,19 @@ this.action.toString; t1[0].call$1(new A.LoadProjects()); }, - $signature: 299 + $signature: 282 }; A._loadCredits___closure.prototype = { call$1(credit) { B.JSArray_methods.forEach$1(credit.documents._list$_list, new A._loadCredits____closure(this.documents, credit)); }, - $signature: 151 + $signature: 145 }; A._loadCredits____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadCredits_____closure(this.credit))); }, - $signature: 38 + $signature: 37 }; A._loadCredits_____closure.prototype = { call$1(b) { @@ -434528,7 +434634,7 @@ t1[0].call$1(new A.LoadCreditsFailure(error)); this.action.toString; }, - $signature: 3 + $signature: 2 }; A._downloadCredits_closure.prototype = { call$3(store, dynamicAction, next) { @@ -434541,7 +434647,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._downloadCredits__closure.prototype = { call$1(invoices) { @@ -434550,7 +434656,7 @@ t1[0].call$1(new A.DownloadCreditsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._downloadCredits__closure0.prototype = { call$1(error) { @@ -434561,7 +434667,7 @@ t1[0].call$1(new A.DownloadCreditsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._bulkEmailCredits_closure.prototype = { call$3(store, dynamicAction, next) { @@ -434574,7 +434680,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._bulkEmailCredits__closure.prototype = { call$1(credits) { @@ -434583,7 +434689,7 @@ t1[0].call$1(new A.BulkEmailCreditsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._bulkEmailCredits__closure0.prototype = { call$1(error) { @@ -434594,7 +434700,7 @@ t1[0].call$1(new A.BulkEmailCreditsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveDocument_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -434614,7 +434720,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure1.prototype = { call$1(credit) { @@ -434633,7 +434739,7 @@ call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure0(this.credit))); }, - $signature: 38 + $signature: 37 }; A._saveDocument____closure0.prototype = { call$1(b) { @@ -434652,7 +434758,7 @@ t1[0].call$1(new A.SaveCreditDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.creditUIReducer_closure.prototype = { call$1(b) { @@ -434745,7 +434851,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.historyActivityIdReducer_closure0.prototype = { call$2(index, action) { @@ -434781,7 +434887,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure165.prototype = { call$2(selectedId, action) { @@ -434811,13 +434917,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure170.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure171.prototype = { call$2(selectedId, action) { @@ -434871,7 +434977,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? "" : selectedId; }, - $signature: 172 + $signature: 173 }; A.selectedIdReducer_closure180.prototype = { call$2(selectedId, action) { @@ -434903,7 +435009,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure21()); }, - $signature: 661 + $signature: 664 }; A.editingReducer__closure21.prototype = { call$1(b) { @@ -434974,7 +435080,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 232 + $signature: 212 }; A.editingReducer_closure55.prototype = { call$2(credits, action) { @@ -435029,7 +435135,18 @@ call$1(b) { var t1 = b.get$lineItems(); $.$get$isSoundMode(); - B.JSArray_methods.add$1(t1.get$_safeList(), this.action.creditItem); + B.JSArray_methods.add$1(t1.get$_safeList(), this.item); + return b; + }, + $signature: 8 + }; + A._addCreditItem_closure0.prototype = { + call$1(b) { + var t1 = b.get$lineItems(), + t2 = this.action.index; + t2.toString; + $.$get$isSoundMode(); + B.JSArray_methods.insert$2(t1.get$_safeList(), t2, this.item); return b; }, $signature: 8 @@ -435062,7 +435179,7 @@ call$2(state, action) { return state.rebuild$1(new A.creditListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.creditListReducer__closure.prototype = { call$1(b) { @@ -435247,13 +435364,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 196 + $signature: 207 }; A._purgeClientSuccess_closure10.prototype = { call$1(each) { return each.id; }, - $signature: 347 + $signature: 285 }; A._purgeClientSuccess_closure8.prototype = { call$1(b) { @@ -435266,13 +435383,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure6(t1), true); return b; }, - $signature: 346 + $signature: 286 }; A._purgeClientSuccess__closure5.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 417 + $signature: 445 }; A._purgeClientSuccess__closure6.prototype = { call$1(p0) { @@ -435290,14 +435407,14 @@ call$1(item) { return item; }, - $signature: 115 + $signature: 123 }; A._markSentCreditSuccess_closure.prototype = { call$1(b) { b.get$map(0).addAll$1(0, this.creditMap); return b; }, - $signature: 346 + $signature: 286 }; A._archiveCreditSuccess_closure.prototype = { call$1(b) { @@ -435319,7 +435436,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 462 + $signature: 621 }; A._deleteCreditSuccess_closure.prototype = { call$1(b) { @@ -435341,7 +435458,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 462 + $signature: 621 }; A._restoreCreditSuccess_closure.prototype = { call$1(b) { @@ -435363,7 +435480,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 462 + $signature: 621 }; A._addCredit_closure.prototype = { call$1(b) { @@ -435375,7 +435492,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 346 + $signature: 286 }; A._addCredit__closure.prototype = { call$1(b) { @@ -435391,7 +435508,7 @@ b.get$map(0).$indexSet(0, t1.id, t1.rebuild$1(new A._updateCredit__closure())); return b; }, - $signature: 346 + $signature: 286 }; A._updateCredit__closure.prototype = { call$1(b) { @@ -435405,13 +435522,13 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 414 + $signature: 442 }; A.creditContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 189 + $signature: 171 }; A.memoizedDropdownCreditList_closure.prototype = { call$7(creditMap, clientMap, vendorMap, creditList, clientId, userMap, excludedIds) { @@ -435487,7 +435604,7 @@ call$2(paymentId, payment) { B.JSArray_methods.forEach$1(payment.get$creditPaymentables(), new A.filteredCreditsSelector__closure0(this.creditPaymentMap, payment)); }, - $signature: 207 + $signature: 209 }; A.filteredCreditsSelector__closure0.prototype = { call$1(creditPaymentable) { @@ -435499,7 +435616,7 @@ paymentIds.push(this.payment.id); t1.$indexSet(0, t2, paymentIds); }, - $signature: 150 + $signature: 139 }; A.filteredCreditsSelector_closure0.prototype = { call$1(creditId) { @@ -435602,7 +435719,7 @@ call$2(designId, creditMap) { return A.creditStatsForDesign(designId, creditMap); }, - $signature: 104 + $signature: 106 }; A.creditStatsForDesign_closure.prototype = { call$2(creditId, credit) { @@ -435635,13 +435752,13 @@ } } }, - $signature: 75 + $signature: 72 }; A.memoizedCreditStatsForClient_closure.prototype = { call$2(clientId, creditMap) { return A.creditStatsForClient(clientId, creditMap); }, - $signature: 104 + $signature: 106 }; A.creditStatsForClient_closure.prototype = { call$2(creditId, credit) { @@ -435674,13 +435791,13 @@ } } }, - $signature: 75 + $signature: 72 }; A.memoizedCreditStatsForUser_closure.prototype = { call$2(userId, creditMap) { return A.creditStatsForUser(userId, creditMap); }, - $signature: 104 + $signature: 106 }; A.creditStatsForUser_closure.prototype = { call$2(creditId, credit) { @@ -435713,7 +435830,7 @@ } } }, - $signature: 75 + $signature: 72 }; A.CreditState.prototype = { $get$1(_, creditId) { @@ -435743,7 +435860,7 @@ call$1(item) { return item; }, - $signature: 115 + $signature: 123 }; A.CreditState_loadCredits_closure.prototype = { call$1(b) { @@ -435758,7 +435875,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 346 + $signature: 286 }; A.CreditUIState.prototype = { get$isCreatingNew() { @@ -436201,7 +436318,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._createViewDashboard__closure.prototype = { call$0() { @@ -436239,7 +436356,7 @@ call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A.dashboardUIReducer_closure.prototype = { call$1(b) { @@ -436273,7 +436390,7 @@ b.$indexSet(0, t1.entityType, A.BuiltList_BuiltList$from(t2, type$.String)); return b; }, - $signature: 659 + $signature: 662 }; A.selectedEntitiesReducer_closure0.prototype = { call$2(state, action) { @@ -436286,7 +436403,7 @@ b.get$_safeMap().clear$0(0); return b; }, - $signature: 659 + $signature: 662 }; A.selectedEntityTypeReducer_closure.prototype = { call$2(state, action) { @@ -436320,14 +436437,14 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = 0; return b; }, - $signature: 161 + $signature: 168 }; A.dashboardSettingsReducer_closure0.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._includeTaxes = this.action.includeTaxes; return b; }, - $signature: 161 + $signature: 168 }; A.dashboardSettingsReducer_closure1.prototype = { call$1(b) { @@ -436336,21 +436453,21 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.state.offset + t1; return b; }, - $signature: 161 + $signature: 168 }; A.dashboardSettingsReducer_closure2.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_currencyId = this.action.currencyId; return b; }, - $signature: 161 + $signature: 168 }; A.dashboardSettingsReducer_closure3.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._groupBy = this.action.groupBy; return b; }, - $signature: 161 + $signature: 168 }; A.ChartDataGroup.prototype = { get$periodAverage() { @@ -436488,19 +436605,19 @@ } } }, - $signature: 75 + $signature: 72 }; A.memoizedChartQuotes_closure.prototype = { call$6(currencyMap, company, settings, quoteMap, clientMap, invoiceMap) { return A.chartQuotes(clientMap, company, currencyMap, invoiceMap, quoteMap, settings); }, - $signature: 657 + $signature: 661 }; A.memoizedPreviousChartQuotes_closure.prototype = { call$6(currencyMap, company, settings, quoteMap, clientMap, invoiceMap) { return A.chartQuotes(clientMap, company, currencyMap, invoiceMap, quoteMap, settings); }, - $signature: 657 + $signature: 661 }; A.chartQuotes_closure.prototype = { call$2(int, quote) { @@ -436653,19 +436770,19 @@ } } }, - $signature: 75 + $signature: 72 }; A.memoizedChartPayments_closure.prototype = { call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 656 + $signature: 659 }; A.memoizedPreviousChartPayments_closure.prototype = { call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 656 + $signature: 659 }; A.chartPayments_closure.prototype = { call$2(int, payment) { @@ -436786,19 +436903,19 @@ } } }, - $signature: 207 + $signature: 209 }; A.memoizedChartTasks_closure.prototype = { call$8(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap) { return A.chartTasks(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap); }, - $signature: 655 + $signature: 657 }; A.memoizedPreviousChartTasks_closure.prototype = { call$8(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap) { return A.chartTasks(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap); }, - $signature: 655 + $signature: 657 }; A.chartTasks_closure.prototype = { call$2(int, task) { @@ -436889,14 +437006,14 @@ } } }, - $signature: 163 + $signature: 169 }; A.chartTasks__closure.prototype = { call$1(taskTime) { var _this = this; taskTime.getParts$0().forEach$1(0, new A.chartTasks___closure(_this._box_0, _this.settings, _this.company, _this.project, _this.client, _this.task, _this.group, _this.invoice, _this.currencyMap, _this.invoiceMap, _this.paidData, _this.paidDataDuration, _this.invoicedData, _this.invoicedDataDuration, _this.loggedData, _this.loggedDataDuration, _this.startDate, _this.endDate, _this.totals)); }, - $signature: 211 + $signature: 217 }; A.chartTasks___closure.prototype = { call$2(date, duration) { @@ -437190,14 +437307,14 @@ company.toString; return A.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 654 + $signature: 656 }; A.memoizedPreviousChartExpenses_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, expenseMap) { company.toString; return A.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 654 + $signature: 656 }; A.memoizedRunningTasks_closure0.prototype = { call$2(taskMap, userId) { @@ -437221,13 +437338,13 @@ if (t1) this.tasks.push(task); }, - $signature: 163 + $signature: 169 }; A.memoizedUpcomingInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { return A._upcomingInvoices(clientMap, invoiceMap); }, - $signature: 366 + $signature: 435 }; A._upcomingInvoices_closure.prototype = { call$2(index, invoice) { @@ -437267,19 +437384,19 @@ if (invoice.get$isUpcoming()) this.invoices.push(invoice); }, - $signature: 75 + $signature: 72 }; A._upcomingInvoices_closure0.prototype = { call$2(invoiceA, invoiceB) { return B.JSString_methods.compareTo$1(invoiceA.get$primaryDate(), invoiceB.get$primaryDate()); }, - $signature: 363 + $signature: 434 }; A.memoizedPastDueInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { return A._pastDueInvoices(clientMap, invoiceMap); }, - $signature: 366 + $signature: 435 }; A._pastDueInvoices_closure.prototype = { call$2(index, invoice) { @@ -437319,13 +437436,13 @@ if (invoice.get$isPastDue()) this.invoices.push(invoice); }, - $signature: 75 + $signature: 72 }; A._pastDueInvoices_closure0.prototype = { call$2(invoiceA, invoiceB) { return B.JSString_methods.compareTo$1(invoiceA.get$primaryDate(), invoiceB.get$primaryDate()); }, - $signature: 363 + $signature: 434 }; A.memoizedRecentPayments_closure.prototype = { call$2(paymentMap, clientMap) { @@ -437383,7 +437500,7 @@ this.payments.push(payment); } }, - $signature: 207 + $signature: 209 }; A._recentPayments_closure0.prototype = { call$2(paymentA, paymentB) { @@ -437400,7 +437517,7 @@ call$2(quoteMap, clientMap) { return A._upcomingQuotes(clientMap, quoteMap); }, - $signature: 366 + $signature: 435 }; A._upcomingQuotes_closure.prototype = { call$2(index, quote) { @@ -437437,19 +437554,19 @@ if (quote.get$isUpcoming()) this.quotes.push(quote); }, - $signature: 75 + $signature: 72 }; A._upcomingQuotes_closure0.prototype = { call$2(quoteA, quoteB) { return B.JSString_methods.compareTo$1(quoteA.get$primaryDate(), quoteB.get$primaryDate()); }, - $signature: 363 + $signature: 434 }; A.memoizedExpiredQuotes_closure.prototype = { call$2(quoteMap, clientMap) { return A._expiredQuotes(clientMap, quoteMap); }, - $signature: 366 + $signature: 435 }; A._expiredQuotes_closure.prototype = { call$2(index, quote) { @@ -437486,13 +437603,13 @@ if (quote.get$isPastDue()) this.quotes.push(quote); }, - $signature: 75 + $signature: 72 }; A._expiredQuotes_closure0.prototype = { call$2(quoteA, quoteB) { return B.JSString_methods.compareTo$1(quoteA.get$primaryDate(), quoteB.get$primaryDate()); }, - $signature: 363 + $signature: 434 }; A.memoizedRunningTasks_closure.prototype = { call$2(taskMap, clientMap) { @@ -437535,13 +437652,13 @@ if (task.get$isRunning()) this.tasks.push(task); }, - $signature: 163 + $signature: 169 }; A._runningTasks_closure0.prototype = { call$2(taskA, taskB) { return B.JSInt_methods.compareTo$1(taskB.updatedAt, taskA.updatedAt); }, - $signature: 653 + $signature: 655 }; A.memoizedRecentTasks_closure.prototype = { call$2(taskMap, clientMap) { @@ -437584,13 +437701,13 @@ if (!task.get$isRunning()) this.tasks.push(task); }, - $signature: 163 + $signature: 169 }; A._recentTasks_closure0.prototype = { call$2(taskA, taskB) { return B.JSInt_methods.compareTo$1(taskB.updatedAt, taskA.updatedAt); }, - $signature: 653 + $signature: 655 }; A.memoizedRecentExpenses_closure.prototype = { call$2(expenseMap, clientMap) { @@ -438130,31 +438247,31 @@ call$1(design) { return design.get$id(design); }, - $signature: 50 + $signature: 52 }; A.handleDesignAction_closure0.prototype = { call$1(b) { return b.get$_invoice_model$_$this()._designId = this.design.id; }, - $signature: 169 + $signature: 156 }; A.handleDesignAction_closure1.prototype = { call$1(b) { return b.get$_invoice_model$_$this()._designId = this.design.id; }, - $signature: 169 + $signature: 156 }; A.handleDesignAction_closure2.prototype = { call$1(b) { return b.get$_invoice_model$_$this()._designId = this.design.id; }, - $signature: 169 + $signature: 156 }; A.handleDesignAction_closure3.prototype = { call$1(b) { return b.get$_invoice_model$_$this()._designId = this.design.id; }, - $signature: 169 + $signature: 156 }; A.StartDesignMultiselect.prototype = {}; A.AddToDesignMultiselect.prototype = {}; @@ -438175,7 +438292,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewDesign_closure.prototype = { call$3(store, dynamicAction, next) { @@ -438230,13 +438347,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewDesignList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveDesign_closure.prototype = { call$3(store, dynamicAction, next) { @@ -438252,7 +438369,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveDesign__closure.prototype = { call$1(id) { @@ -438260,7 +438377,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].designState.map._map$_map.$index(0, id); }, - $signature: 359 + $signature: 432 }; A._archiveDesign__closure0.prototype = { call$1(designs) { @@ -438280,7 +438397,7 @@ t1[0].call$1(new A.ArchiveDesignsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteDesign_closure.prototype = { call$3(store, dynamicAction, next) { @@ -438296,7 +438413,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteDesign__closure.prototype = { call$1(id) { @@ -438304,7 +438421,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].designState.map._map$_map.$index(0, id); }, - $signature: 359 + $signature: 432 }; A._deleteDesign__closure0.prototype = { call$1(designs) { @@ -438324,7 +438441,7 @@ t1[0].call$1(new A.DeleteDesignsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreDesign_closure.prototype = { call$3(store, dynamicAction, next) { @@ -438340,7 +438457,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreDesign__closure.prototype = { call$1(id) { @@ -438348,7 +438465,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].designState.map._map$_map.$index(0, id); }, - $signature: 359 + $signature: 432 }; A._restoreDesign__closure0.prototype = { call$1(designs) { @@ -438368,7 +438485,7 @@ t1[0].call$1(new A.RestoreDesignsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveDesign_closure.prototype = { call$3(store, dynamicAction, next) { @@ -438384,7 +438501,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDesign__closure.prototype = { call$1(design) { @@ -438411,7 +438528,7 @@ t1[0].call$1(new A.SaveDesignFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadDesign_closure.prototype = { call$3(store, dynamicAction, next) { @@ -438427,7 +438544,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadDesign__closure.prototype = { call$1(design) { @@ -438447,7 +438564,7 @@ t1[0].call$1(new A.LoadDesignFailure(error)); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadDesigns_closure.prototype = { call$3(store, dynamicAction, next) { @@ -438463,7 +438580,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadDesigns__closure.prototype = { call$1(data) { @@ -438487,7 +438604,7 @@ t1.get$completer(); t1.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.designUIReducer_closure.prototype = { call$1(b) { @@ -438574,7 +438691,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_design ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure184.prototype = { call$2(selectedId, action) { @@ -438592,13 +438709,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure187.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure188.prototype = { call$2(selectedId, action) { @@ -438671,13 +438788,13 @@ b.get$_design_model$_$this()._design_model$_isChanged = true; return b; }, - $signature: 243 + $signature: 269 }; A.designListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.designListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.designListReducer__closure.prototype = { call$1(b) { @@ -438886,7 +439003,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 356 + $signature: 429 }; A._updateDesign_closure.prototype = { call$1(b) { @@ -438894,7 +439011,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 356 + $signature: 429 }; A._setLoadedDesign_closure.prototype = { call$1(b) { @@ -438902,7 +439019,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 356 + $signature: 429 }; A.memoizedFilteredDesignList_closure.prototype = { call$3(designMap, designList, designListState) { @@ -438970,7 +439087,7 @@ call$1(designId) { return this.$this.map._map$_map.$index(0, designId); }, - $signature: 359 + $signature: 432 }; A.DesignState_loadDesigns_closure0.prototype = { call$1(item) { @@ -438997,7 +439114,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 356 + $signature: 429 }; A.DesignUIState.prototype = { get$isCreatingNew() { @@ -439503,7 +439620,7 @@ call$1($document) { return $document.get$id($document); }, - $signature: 50 + $signature: 52 }; A.handleDocumentAction_showDocument.prototype = { call$0() { @@ -439533,7 +439650,7 @@ t1 = new A.SizedBox(600, _null, A.PdfPreview$(false, false, new A.handleDocumentAction_showDocument__closure0(t1), false, false, false, _null, _null, _null), _null); return A.AlertDialog$(t2, _null, _null, t1, _null, _null, _null); }, - $signature: 155 + $signature: 160 }; A.handleDocumentAction_showDocument__closure.prototype = { call$0() { @@ -439547,13 +439664,13 @@ t1.toString; return t1; }, - $signature: 111 + $signature: 110 }; A.handleDocumentAction_closure0.prototype = { call$1(value) { return this.showDocument.call$0(); }, - $signature: 652 + $signature: 654 }; A.handleDocumentAction_downloadDocument.prototype = { call$0() { @@ -439585,7 +439702,7 @@ call$1(value) { return this.downloadDocument.call$0(); }, - $signature: 652 + $signature: 654 }; A.handleDocumentAction_closure2.prototype = { call$1(_) { @@ -439668,7 +439785,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadClient(null, this.document.parentId)); }, - $signature: 98 + $signature: 99 }; A.handleDocumentAction___closure0.prototype = { call$1(_) { @@ -439676,7 +439793,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadCredit(null, this.document.parentId)); }, - $signature: 98 + $signature: 99 }; A.handleDocumentAction___closure1.prototype = { call$1(_) { @@ -439684,7 +439801,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadExpense(null, this.document.parentId)); }, - $signature: 98 + $signature: 99 }; A.handleDocumentAction___closure2.prototype = { call$1(_) { @@ -439692,7 +439809,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadGroup(null, this.document.parentId)); }, - $signature: 98 + $signature: 99 }; A.handleDocumentAction___closure3.prototype = { call$1(_) { @@ -439700,7 +439817,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadInvoice(null, this.document.parentId)); }, - $signature: 98 + $signature: 99 }; A.handleDocumentAction___closure4.prototype = { call$1(_) { @@ -439708,7 +439825,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadProduct(null, this.document.parentId)); }, - $signature: 98 + $signature: 99 }; A.handleDocumentAction___closure5.prototype = { call$1(_) { @@ -439716,7 +439833,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadProject(null, this.document.parentId)); }, - $signature: 98 + $signature: 99 }; A.handleDocumentAction___closure6.prototype = { call$1(_) { @@ -439724,7 +439841,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadPurchaseOrder(null, this.document.parentId)); }, - $signature: 98 + $signature: 99 }; A.handleDocumentAction___closure7.prototype = { call$1(_) { @@ -439732,7 +439849,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadQuote(null, this.document.parentId)); }, - $signature: 98 + $signature: 99 }; A.handleDocumentAction___closure8.prototype = { call$1(_) { @@ -439740,7 +439857,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadRecurringExpense(null, this.document.parentId)); }, - $signature: 98 + $signature: 99 }; A.handleDocumentAction___closure9.prototype = { call$1(_) { @@ -439748,7 +439865,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadRecurringInvoice(null, this.document.parentId)); }, - $signature: 98 + $signature: 99 }; A.handleDocumentAction___closure10.prototype = { call$1(_) { @@ -439756,7 +439873,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadTask(null, this.document.parentId)); }, - $signature: 98 + $signature: 99 }; A.handleDocumentAction___closure11.prototype = { call$1(_) { @@ -439764,7 +439881,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadVendor(null, this.document.parentId)); }, - $signature: 98 + $signature: 99 }; A.handleDocumentAction___closure12.prototype = { call$1(_) { @@ -439772,7 +439889,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadPayment(null, this.document.parentId)); }, - $signature: 98 + $signature: 99 }; A.handleDocumentAction___closure13.prototype = { call$1(_) { @@ -439780,7 +439897,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.RefreshData(null, false, false, false)); }, - $signature: 98 + $signature: 99 }; A.handleDocumentAction___closure14.prototype = { call$1(_) { @@ -439788,7 +439905,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.RefreshData(null, false, false, false)); }, - $signature: 98 + $signature: 99 }; A.StartDocumentMultiselect.prototype = {}; A.AddToDocumentMultiselect.prototype = {}; @@ -439809,7 +439926,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewDocument_closure.prototype = { call$3(store, dynamicAction, next) { @@ -439872,13 +439989,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewDocumentList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._saveDocument_closure14.prototype = { call$3(store, dynamicAction, next) { @@ -439894,7 +440011,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure29.prototype = { call$1($document) { @@ -439906,7 +440023,7 @@ t2[0].call$1(new A.SaveDocumentSuccess($document)); t1.completer.complete$1(0, $document); }, - $signature: 303 + $signature: 300 }; A._saveDocument___closure14.prototype = { call$1(b) { @@ -439928,7 +440045,7 @@ t1[0].call$1(new A.SaveDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._archiveDocument_closure.prototype = { call$3(store, dynamicAction, next) { @@ -439944,7 +440061,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveDocument__closure.prototype = { call$1(id) { @@ -439952,7 +440069,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].documentState.map._map$_map.$index(0, id); }, - $signature: 651 + $signature: 653 }; A._archiveDocument__closure0.prototype = { call$1(documents) { @@ -439961,7 +440078,7 @@ t1[0].call$1(new A.ArchiveDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 79 + $signature: 78 }; A._archiveDocument__closure1.prototype = { call$1(error) { @@ -439972,7 +440089,7 @@ t1[0].call$1(new A.ArchiveDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._downloadDocuments_closure.prototype = { call$3(store, dynamicAction, next) { @@ -439985,7 +440102,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._downloadDocuments__closure.prototype = { call$1(documents) { @@ -439994,7 +440111,7 @@ t1[0].call$1(new A.DownloadDocumentsSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 79 + $signature: 78 }; A._downloadDocuments__closure0.prototype = { call$1(error) { @@ -440005,7 +440122,7 @@ t1[0].call$1(new A.DownloadDocumentsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteDocument_closure.prototype = { call$3(store, dynamicAction, next) { @@ -440019,7 +440136,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteDocument__closure.prototype = { call$1(value) { @@ -440028,7 +440145,7 @@ t1[0].call$1(new A.DeleteDocumentSuccess(this.documentId)); this.action.completer.complete$1(0, null); }, - $signature: 177 + $signature: 176 }; A._deleteDocument__closure0.prototype = { call$1(error) { @@ -440039,7 +440156,7 @@ t1[0].call$1(new A.DeleteDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreDocument_closure.prototype = { call$3(store, dynamicAction, next) { @@ -440055,7 +440172,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreDocument__closure.prototype = { call$1(id) { @@ -440063,7 +440180,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].documentState.map._map$_map.$index(0, id); }, - $signature: 651 + $signature: 653 }; A._restoreDocument__closure0.prototype = { call$1(documents) { @@ -440072,7 +440189,7 @@ t1[0].call$1(new A.RestoreDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 79 + $signature: 78 }; A._restoreDocument__closure1.prototype = { call$1(error) { @@ -440083,7 +440200,7 @@ t1[0].call$1(new A.RestoreDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadDocument_closure.prototype = { call$3(store, dynamicAction, next) { @@ -440099,7 +440216,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadDocument__closure.prototype = { call$1($document) { @@ -440108,7 +440225,7 @@ t1[0].call$1(new A.LoadDocumentSuccess($document)); this.action.completer.complete$1(0, null); }, - $signature: 303 + $signature: 300 }; A._loadDocument__closure0.prototype = { call$1(error) { @@ -440119,7 +440236,7 @@ t1[0].call$1(new A.LoadDocumentFailure(error)); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadDocumentData_closure.prototype = { call$3(store, dynamicAction, next) { @@ -440137,7 +440254,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadDocumentData__closure.prototype = { call$1(bodyBytes) { @@ -440169,7 +440286,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.documentUIReducer_closure.prototype = { call$1(b) { @@ -440262,31 +440379,31 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_document ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure98.prototype = { call$2(selectedId, action) { return action.documentId; }, - $signature: 924 + $signature: 1434 }; A.selectedIdReducer_closure99.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure100.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure101.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 1435 + $signature: 926 }; A.selectedIdReducer_closure102.prototype = { call$2(selectedId, action) { @@ -440347,7 +440464,7 @@ call$2(state, action) { return state.rebuild$1(new A.documentListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.documentListReducer__closure.prototype = { call$1(b) { @@ -440521,7 +440638,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 650 + $signature: 652 }; A._deleteDocumentSuccess_closure.prototype = { call$1(b) { @@ -440530,7 +440647,7 @@ B.JSArray_methods.remove$1(b.get$list(0).get$_safeList(), t1); return b; }, - $signature: 184 + $signature: 193 }; A._restoreDocumentSuccess_closure.prototype = { call$1(b) { @@ -440552,14 +440669,14 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 650 + $signature: 652 }; A._addDocument_closure.prototype = { call$1(b) { b.get$map(0).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.get$documents(), new A._addDocument__closure(), new A._addDocument__closure0(), type$.String, type$.DocumentEntity)); return b; }, - $signature: 184 + $signature: 193 }; A._addDocument__closure.prototype = { call$1(item) { @@ -440578,7 +440695,7 @@ b.get$list(0).replace$1(0, this.state.map.get$keys(0)); return b; }, - $signature: 184 + $signature: 193 }; A._updateDocument_closure.prototype = { call$1(b) { @@ -440586,7 +440703,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 184 + $signature: 193 }; A._setLoadedDocument_closure.prototype = { call$1(b) { @@ -440594,14 +440711,14 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 184 + $signature: 193 }; A._setLoadedDocuments_closure.prototype = { call$1(b) { b.get$map(0).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.documents, new A._setLoadedDocuments__closure(), new A._setLoadedDocuments__closure0(), type$.String, type$.DocumentEntity)); return b; }, - $signature: 184 + $signature: 193 }; A._setLoadedDocuments__closure.prototype = { call$1(item) { @@ -440620,13 +440737,13 @@ b.get$list(0).replace$1(0, this.state.map.get$keys(0)); return b; }, - $signature: 184 + $signature: 193 }; A._setLoadedCompany_closure9.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany__closure25(this.company))); }, - $signature: 38 + $signature: 37 }; A._setLoadedCompany__closure25.prototype = { call$1(b) { @@ -440640,13 +440757,13 @@ call$1(client) { B.JSArray_methods.forEach$1(client.documents._list$_list, new A._setLoadedCompany__closure24(this.documents, client)); }, - $signature: 673 + $signature: 675 }; A._setLoadedCompany__closure24.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure12(this.client))); }, - $signature: 38 + $signature: 37 }; A._setLoadedCompany___closure12.prototype = { call$1(b) { @@ -440660,13 +440777,13 @@ call$1(credit) { B.JSArray_methods.forEach$1(credit.documents._list$_list, new A._setLoadedCompany__closure23(this.documents, credit)); }, - $signature: 151 + $signature: 145 }; A._setLoadedCompany__closure23.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure11(this.credit))); }, - $signature: 38 + $signature: 37 }; A._setLoadedCompany___closure11.prototype = { call$1(b) { @@ -440680,13 +440797,13 @@ call$1(expense) { B.JSArray_methods.forEach$1(expense.documents._list$_list, new A._setLoadedCompany__closure22(this.documents, expense)); }, - $signature: 332 + $signature: 304 }; A._setLoadedCompany__closure22.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure10(this.expense))); }, - $signature: 38 + $signature: 37 }; A._setLoadedCompany___closure10.prototype = { call$1(b) { @@ -440700,13 +440817,13 @@ call$1(group) { B.JSArray_methods.forEach$1(group.documents._list$_list, new A._setLoadedCompany__closure21(this.documents, group)); }, - $signature: 649 + $signature: 651 }; A._setLoadedCompany__closure21.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure9(this.group))); }, - $signature: 38 + $signature: 37 }; A._setLoadedCompany___closure9.prototype = { call$1(b) { @@ -440720,13 +440837,13 @@ call$1(invoice) { B.JSArray_methods.forEach$1(invoice.documents._list$_list, new A._setLoadedCompany__closure20(this.documents, invoice)); }, - $signature: 151 + $signature: 145 }; A._setLoadedCompany__closure20.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure8(this.invoice))); }, - $signature: 38 + $signature: 37 }; A._setLoadedCompany___closure8.prototype = { call$1(b) { @@ -440746,7 +440863,7 @@ call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure7(this.product))); }, - $signature: 38 + $signature: 37 }; A._setLoadedCompany___closure7.prototype = { call$1(b) { @@ -440760,13 +440877,13 @@ call$1(project) { B.JSArray_methods.forEach$1(project.documents._list$_list, new A._setLoadedCompany__closure18(this.documents, project)); }, - $signature: 648 + $signature: 650 }; A._setLoadedCompany__closure18.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure6(this.project))); }, - $signature: 38 + $signature: 37 }; A._setLoadedCompany___closure6.prototype = { call$1(b) { @@ -440780,13 +440897,13 @@ call$1(purchaseOrder) { B.JSArray_methods.forEach$1(purchaseOrder.documents._list$_list, new A._setLoadedCompany__closure17(this.documents, purchaseOrder)); }, - $signature: 151 + $signature: 145 }; A._setLoadedCompany__closure17.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure5(this.purchaseOrder))); }, - $signature: 38 + $signature: 37 }; A._setLoadedCompany___closure5.prototype = { call$1(b) { @@ -440800,13 +440917,13 @@ call$1(quote) { B.JSArray_methods.forEach$1(quote.documents._list$_list, new A._setLoadedCompany__closure16(this.documents, quote)); }, - $signature: 151 + $signature: 145 }; A._setLoadedCompany__closure16.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure4(this.quote))); }, - $signature: 38 + $signature: 37 }; A._setLoadedCompany___closure4.prototype = { call$1(b) { @@ -440820,13 +440937,13 @@ call$1(recurringExpense) { B.JSArray_methods.forEach$1(recurringExpense.documents._list$_list, new A._setLoadedCompany__closure15(this.documents, recurringExpense)); }, - $signature: 332 + $signature: 304 }; A._setLoadedCompany__closure15.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure3(this.recurringExpense))); }, - $signature: 38 + $signature: 37 }; A._setLoadedCompany___closure3.prototype = { call$1(b) { @@ -440840,13 +440957,13 @@ call$1(recurringInvoice) { B.JSArray_methods.forEach$1(recurringInvoice.documents._list$_list, new A._setLoadedCompany__closure14(this.documents, recurringInvoice)); }, - $signature: 151 + $signature: 145 }; A._setLoadedCompany__closure14.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure2(this.recurringInvoice))); }, - $signature: 38 + $signature: 37 }; A._setLoadedCompany___closure2.prototype = { call$1(b) { @@ -440860,13 +440977,13 @@ call$1(task) { B.JSArray_methods.forEach$1(task.documents._list$_list, new A._setLoadedCompany__closure13(this.documents, task)); }, - $signature: 647 + $signature: 649 }; A._setLoadedCompany__closure13.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure1(this.task))); }, - $signature: 38 + $signature: 37 }; A._setLoadedCompany___closure1.prototype = { call$1(b) { @@ -440880,13 +440997,13 @@ call$1(vendor) { B.JSArray_methods.forEach$1(vendor.documents._list$_list, new A._setLoadedCompany__closure12(this.documents, vendor)); }, - $signature: 646 + $signature: 648 }; A._setLoadedCompany__closure12.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure0(this.vendor))); }, - $signature: 38 + $signature: 37 }; A._setLoadedCompany___closure0.prototype = { call$1(b) { @@ -440900,13 +441017,13 @@ call$1(payment) { B.JSArray_methods.forEach$1(payment.documents._list$_list, new A._setLoadedCompany__closure11(this.documents, payment)); }, - $signature: 645 + $signature: 647 }; A._setLoadedCompany__closure11.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._setLoadedCompany___closure(this.payment))); }, - $signature: 38 + $signature: 37 }; A._setLoadedCompany___closure.prototype = { call$1(b) { @@ -440921,7 +441038,7 @@ b.get$map(0).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.documents, new A._setLoadedCompany__closure9(), new A._setLoadedCompany__closure10(), type$.String, type$.DocumentEntity)); return b; }, - $signature: 184 + $signature: 193 }; A._setLoadedCompany__closure9.prototype = { call$1(item) { @@ -440940,7 +441057,7 @@ b.get$list(0).replace$1(0, this.state.map.get$keys(0)); return b; }, - $signature: 184 + $signature: 193 }; A.memoizedFilteredDocumentList_closure.prototype = { call$4(selectionState, documentMap, documentList, documentListState) { @@ -441496,7 +441613,7 @@ call$1(expense) { return expense.get$id(expense); }, - $signature: 50 + $signature: 52 }; A.handleExpenseAction_closure0.prototype = { call$1(b) { @@ -441525,7 +441642,7 @@ t1 = false; return t1; }, - $signature: 227 + $signature: 218 }; A.handleExpenseAction_closure3.prototype = { call$1(expense) { @@ -441572,7 +441689,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -441627,13 +441744,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewExpenseList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -441649,7 +441766,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveExpense__closure.prototype = { call$1(id) { @@ -441657,7 +441774,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, id); }, - $signature: 230 + $signature: 216 }; A._archiveExpense__closure0.prototype = { call$1(expenses) { @@ -441666,7 +441783,7 @@ t1[0].call$1(new A.ArchiveExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 202 + $signature: 201 }; A._archiveExpense__closure1.prototype = { call$1(error) { @@ -441677,7 +441794,7 @@ t1[0].call$1(new A.ArchiveExpenseFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -441693,7 +441810,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteExpense__closure.prototype = { call$1(id) { @@ -441701,7 +441818,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, id); }, - $signature: 230 + $signature: 216 }; A._deleteExpense__closure0.prototype = { call$1(expenses) { @@ -441710,7 +441827,7 @@ t1[0].call$1(new A.DeleteExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 202 + $signature: 201 }; A._deleteExpense__closure1.prototype = { call$1(error) { @@ -441721,7 +441838,7 @@ t1[0].call$1(new A.DeleteExpenseFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -441737,7 +441854,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreExpense__closure.prototype = { call$1(id) { @@ -441745,7 +441862,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, id); }, - $signature: 230 + $signature: 216 }; A._restoreExpense__closure0.prototype = { call$1(expenses) { @@ -441754,7 +441871,7 @@ t1[0].call$1(new A.RestoreExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 202 + $signature: 201 }; A._restoreExpense__closure1.prototype = { call$1(error) { @@ -441765,7 +441882,7 @@ t1[0].call$1(new A.RestoreExpenseFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -441778,7 +441895,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveExpense__closure.prototype = { call$1(expense) { @@ -441794,7 +441911,7 @@ } t1.completer.complete$1(0, expense); }, - $signature: 168 + $signature: 163 }; A._saveExpense__closure0.prototype = { call$1(error) { @@ -441805,7 +441922,7 @@ t1[0].call$1(new A.SaveExpenseFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -441821,7 +441938,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadExpense__closure.prototype = { call$1(expense) { @@ -441832,7 +441949,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 168 + $signature: 163 }; A._loadExpense__closure0.prototype = { call$1(error) { @@ -441845,7 +441962,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadExpenses_closure.prototype = { call$3(store, dynamicAction, next) { @@ -441861,7 +441978,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadExpenses__closure.prototype = { call$1(data) { @@ -441879,19 +441996,19 @@ } else t1[0].call$1(new A.LoadRecurringExpenses()); }, - $signature: 644 + $signature: 646 }; A._loadExpenses___closure.prototype = { call$1(expense) { B.JSArray_methods.forEach$1(expense.documents._list$_list, new A._loadExpenses____closure(this.documents, expense)); }, - $signature: 332 + $signature: 304 }; A._loadExpenses____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadExpenses_____closure(this.expense))); }, - $signature: 38 + $signature: 37 }; A._loadExpenses_____closure.prototype = { call$1(b) { @@ -441909,7 +442026,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.LoadExpensesFailure(error)); }, - $signature: 3 + $signature: 2 }; A._saveDocument_closure10.prototype = { call$3(store, dynamicAction, next) { @@ -441929,7 +442046,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure21.prototype = { call$1(expense) { @@ -441942,13 +442059,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 168 + $signature: 163 }; A._saveDocument___closure10.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure10(this.expense))); }, - $signature: 38 + $signature: 37 }; A._saveDocument____closure10.prototype = { call$1(b) { @@ -441967,7 +442084,7 @@ t1[0].call$1(new A.SaveExpenseDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.expenseUIReducer_closure.prototype = { call$1(b) { @@ -442056,7 +442173,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.selectedIdReducer_closure80.prototype = { call$2(completer, action) { @@ -442074,7 +442191,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_expense ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure83.prototype = { call$2(selectedId, action) { @@ -442092,13 +442209,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure86.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure87.prototype = { call$2(selectedId, action) { @@ -442183,7 +442300,7 @@ call$2(state, action) { return state.rebuild$1(new A.expenseListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.expenseListReducer__closure.prototype = { call$1(b) { @@ -442374,7 +442491,7 @@ call$1(each) { return each.id; }, - $signature: 369 + $signature: 416 }; A._purgeClientSuccess_closure20.prototype = { call$1(b) { @@ -442387,13 +442504,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure14(t1), true); return b; }, - $signature: 297 + $signature: 311 }; A._purgeClientSuccess__closure13.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 642 + $signature: 645 }; A._purgeClientSuccess__closure14.prototype = { call$1(p0) { @@ -442477,7 +442594,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 297 + $signature: 311 }; A._updateExpense_closure.prototype = { call$1(b) { @@ -442485,7 +442602,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 297 + $signature: 311 }; A._setLoadedExpense_closure.prototype = { call$1(b) { @@ -442493,7 +442610,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 297 + $signature: 311 }; A.memoizedExpensePurchaseOrderSelector_closure.prototype = { call$2(expense, purchaseOrderMap) { @@ -442504,7 +442621,7 @@ A.expensePurchaseOrderSelector_closure.prototype = { call$2(purchaseOrderId, purchaseOrder) { }, - $signature: 75 + $signature: 72 }; A.convertExpenseToInvoiceItem_closure.prototype = { call$1(b) { @@ -442559,13 +442676,13 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 56 + $signature: 54 }; A.memoizedFilteredExpenseList_closure.prototype = { call$9(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { return A.filteredExpensesSelector(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState); }, - $signature: 641 + $signature: 644 }; A.filteredExpensesSelector_closure.prototype = { call$1(expenseId) { @@ -442689,7 +442806,7 @@ call$2(vendorId, expenseMap) { return A.expenseStatsForVendor(vendorId, expenseMap); }, - $signature: 186 + $signature: 192 }; A.expenseStatsForVendor_closure.prototype = { call$2(expenseId, expense) { @@ -442728,7 +442845,7 @@ call$2(clientId, expenseMap) { return A.expenseStatsForClient(clientId, expenseMap); }, - $signature: 186 + $signature: 192 }; A.expenseStatsForClient_closure.prototype = { call$2(expenseId, expense) { @@ -442813,7 +442930,7 @@ call$2(projectId, expenseMap) { return A.expenseStatsForProject(projectId, expenseMap); }, - $signature: 186 + $signature: 192 }; A.expenseStatsForProject_closure.prototype = { call$2(expenseId, expense) { @@ -442852,7 +442969,7 @@ call$2(userId, expenseMap) { return A.expenseStatsForUser(userId, expenseMap); }, - $signature: 186 + $signature: 192 }; A.expenseStatsForUser_closure.prototype = { call$2(expenseId, expense) { @@ -442915,7 +443032,7 @@ call$1(item) { return item; }, - $signature: 640 + $signature: 642 }; A.ExpenseState_loadExpenses_closure.prototype = { call$1(b) { @@ -442930,7 +443047,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 297 + $signature: 311 }; A.ExpenseUIState.prototype = { get$isCreatingNew() { @@ -443450,7 +443567,7 @@ call$1(expenseCategory) { return expenseCategory.get$id(expenseCategory); }, - $signature: 50 + $signature: 52 }; A.handleExpenseCategoryAction_closure0.prototype = { call$1(b) { @@ -443481,7 +443598,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { @@ -443536,13 +443653,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewExpenseCategoryList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { @@ -443558,7 +443675,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveExpenseCategory__closure.prototype = { call$1(id) { @@ -443586,7 +443703,7 @@ t1[0].call$1(new A.ArchiveExpenseCategoriesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { @@ -443602,7 +443719,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteExpenseCategory__closure.prototype = { call$1(id) { @@ -443630,7 +443747,7 @@ t1[0].call$1(new A.DeleteExpenseCategoriesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { @@ -443646,7 +443763,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreExpenseCategory__closure.prototype = { call$1(id) { @@ -443674,7 +443791,7 @@ t1[0].call$1(new A.RestoreExpenseCategoriesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { @@ -443690,7 +443807,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveExpenseCategory__closure.prototype = { call$1(expenseCategory) { @@ -443712,7 +443829,7 @@ if (t1 != null) t1.complete$1(0, expenseCategory); }, - $signature: 382 + $signature: 410 }; A._saveExpenseCategory__closure0.prototype = { call$1(error) { @@ -443723,7 +443840,7 @@ t1[0].call$1(new A.SaveExpenseCategoryFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { @@ -443739,7 +443856,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadExpenseCategory__closure.prototype = { call$1(expenseCategory) { @@ -443748,7 +443865,7 @@ t1[0].call$1(new A.LoadExpenseCategorySuccess(expenseCategory)); this.action.completer.complete$1(0, null); }, - $signature: 382 + $signature: 410 }; A._loadExpenseCategory__closure0.prototype = { call$1(error) { @@ -443759,7 +443876,7 @@ t1[0].call$1(new A.LoadExpenseCategoryFailure(error)); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadExpenseCategories_closure.prototype = { call$3(store, dynamicAction, next) { @@ -443775,7 +443892,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadExpenseCategories__closure.prototype = { call$1(data) { @@ -443799,7 +443916,7 @@ t1.get$completer(); t1.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.expenseCategoryUIReducer_closure.prototype = { call$1(b) { @@ -443902,7 +444019,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_expenseCategory ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure261.prototype = { call$2(selectedId, action) { @@ -443920,13 +444037,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure264.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure265.prototype = { call$2(selectedId, action) { @@ -444012,13 +444129,13 @@ b.get$_expense_category_model$_$this()._expense_category_model$_isChanged = true; return b; }, - $signature: 282 + $signature: 314 }; A.expenseCategoryListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.expenseCategoryListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.expenseCategoryListReducer__closure.prototype = { call$1(b) { @@ -444216,7 +444333,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 390 + $signature: 408 }; A._updateExpenseCategory_closure.prototype = { call$1(b) { @@ -444224,7 +444341,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 390 + $signature: 408 }; A._setLoadedExpenseCategory_closure.prototype = { call$1(b) { @@ -444232,7 +444349,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 390 + $signature: 408 }; A.memoizedDropdownExpenseCategoryList_closure.prototype = { call$5(expenseCategoryMap, expenseCategoryList, staticState, userMap, categoryId) { @@ -444321,7 +444438,7 @@ call$2(companyGatewayId, expenseMap) { return A.expenseStatsForExpenseCategory(companyGatewayId, expenseMap); }, - $signature: 186 + $signature: 192 }; A.expenseStatsForExpenseCategory_closure.prototype = { call$2(expenseId, expense) { @@ -444360,7 +444477,7 @@ call$2(companyGatewayId, transactionMap) { return A.transactionStatsForExpenseCategory(companyGatewayId, transactionMap); }, - $signature: 392 + $signature: 407 }; A.transactionStatsForExpenseCategory_closure.prototype = { call$2(transactionId, transaction) { @@ -444393,7 +444510,7 @@ } } }, - $signature: 395 + $signature: 405 }; A.ExpenseCategoryState.prototype = { $get$1(_, categoryId) { @@ -444437,7 +444554,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 390 + $signature: 408 }; A.ExpenseCategoryUIState.prototype = { get$isCreatingNew() { @@ -444911,7 +445028,7 @@ call$1(group) { return group.get$id(group); }, - $signature: 50 + $signature: 52 }; A.handleGroupAction_closure0.prototype = { call$1(b) { @@ -444947,7 +445064,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewGroup_closure.prototype = { call$3(store, dynamicAction, next) { @@ -445002,13 +445119,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewGroupList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveGroup_closure.prototype = { call$3(store, dynamicAction, next) { @@ -445024,7 +445141,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveGroup__closure.prototype = { call$1(id) { @@ -445052,7 +445169,7 @@ t1[0].call$1(new A.ArchiveGroupFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteGroup_closure.prototype = { call$3(store, dynamicAction, next) { @@ -445068,7 +445185,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteGroup__closure.prototype = { call$1(id) { @@ -445096,7 +445213,7 @@ t1[0].call$1(new A.DeleteGroupFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreGroup_closure.prototype = { call$3(store, dynamicAction, next) { @@ -445112,7 +445229,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreGroup__closure.prototype = { call$1(id) { @@ -445140,7 +445257,7 @@ t1[0].call$1(new A.RestoreGroupFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveGroup_closure.prototype = { call$3(store, dynamicAction, next) { @@ -445156,7 +445273,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveGroup__closure.prototype = { call$1(group) { @@ -445172,7 +445289,7 @@ } t1.completer.complete$1(0, group); }, - $signature: 301 + $signature: 315 }; A._saveGroup__closure0.prototype = { call$1(error) { @@ -445183,7 +445300,7 @@ t1[0].call$1(new A.SaveGroupFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadGroup_closure.prototype = { call$3(store, dynamicAction, next) { @@ -445199,7 +445316,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadGroup__closure.prototype = { call$1(group) { @@ -445210,7 +445327,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 301 + $signature: 315 }; A._loadGroup__closure0.prototype = { call$1(error) { @@ -445223,7 +445340,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadGroups_closure.prototype = { call$3(store, dynamicAction, next) { @@ -445239,7 +445356,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadGroups__closure.prototype = { call$1(data) { @@ -445260,13 +445377,13 @@ call$1(group) { B.JSArray_methods.forEach$1(group.documents._list$_list, new A._loadGroups____closure(this.documents, group)); }, - $signature: 649 + $signature: 651 }; A._loadGroups____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadGroups_____closure(this.group))); }, - $signature: 38 + $signature: 37 }; A._loadGroups_____closure.prototype = { call$1(b) { @@ -445287,7 +445404,7 @@ t1.get$completer(); t1.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveDocument_closure.prototype = { call$3(store, dynamicAction, next) { @@ -445307,7 +445424,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure.prototype = { call$1(group) { @@ -445320,13 +445437,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 301 + $signature: 315 }; A._saveDocument___closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure(this.group))); }, - $signature: 38 + $signature: 37 }; A._saveDocument____closure.prototype = { call$1(b) { @@ -445345,7 +445462,7 @@ t1[0].call$1(new A.SaveGroupDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.groupUIReducer_closure.prototype = { call$1(b) { @@ -445408,7 +445525,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_group ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure112.prototype = { call$2(selectedId, action) { @@ -445426,13 +445543,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure115.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure116.prototype = { call$2(selectedId, action) { @@ -445456,7 +445573,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_group ? "" : selectedId; }, - $signature: 172 + $signature: 173 }; A.selectedIdReducer_closure120.prototype = { call$2(selectedId, action) { @@ -445506,7 +445623,7 @@ call$2(state, action) { return state.rebuild$1(new A.groupListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.groupListReducer__closure.prototype = { call$1(b) { @@ -445683,7 +445800,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 223 + $signature: 237 }; A._updateGroup_closure.prototype = { call$1(b) { @@ -445691,7 +445808,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 223 + $signature: 237 }; A._setLoadedGroup_closure.prototype = { call$1(b) { @@ -445699,14 +445816,14 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 223 + $signature: 237 }; A._setLoadedGroups_closure.prototype = { call$1(b) { b.get$map(0).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.groups, new A._setLoadedGroups__closure(), new A._setLoadedGroups__closure0(), type$.String, type$.GroupEntity)); return b; }, - $signature: 223 + $signature: 237 }; A._setLoadedGroups__closure.prototype = { call$1(item) { @@ -445718,21 +445835,21 @@ call$1(item) { return item; }, - $signature: 639 + $signature: 641 }; A._setLoadedGroups_closure0.prototype = { call$1(b) { b.get$list(0).replace$1(0, this.state.map.get$keys(0)); return b; }, - $signature: 223 + $signature: 237 }; A._setLoadedCompany_closure.prototype = { call$1(b) { b.get$map(0).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.groups, new A._setLoadedCompany__closure(), new A._setLoadedCompany__closure0(), type$.String, type$.GroupEntity)); return b; }, - $signature: 223 + $signature: 237 }; A._setLoadedCompany__closure.prototype = { call$1(item) { @@ -445744,14 +445861,14 @@ call$1(item) { return item; }, - $signature: 639 + $signature: 641 }; A._setLoadedCompany_closure0.prototype = { call$1(b) { b.get$list(0).replace$1(0, this.state.map.get$keys(0)); return b; }, - $signature: 223 + $signature: 237 }; A.memoizedFilteredGroupList_closure.prototype = { call$4(selectionState, groupMap, groupList, groupListState) { @@ -445821,7 +445938,7 @@ } } }, - $signature: 430 + $signature: 378 }; A.GroupState.prototype = { $get$1(_, groupId) { @@ -446430,7 +446547,7 @@ call$1(invoice) { return invoice.get$id(invoice); }, - $signature: 50 + $signature: 52 }; A.handleInvoiceAction_closure0.prototype = { call$1(b) { @@ -446507,7 +446624,7 @@ if (!t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.$get$1(0, type$.InvoiceEntity._as(invoice).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 156 + $signature: 162 }; A.handleInvoiceAction_closure4.prototype = { call$0() { @@ -446619,7 +446736,7 @@ t3 = A.MappedIterable_MappedIterable(new A.LinkedHashMapKeyIterable(t1, t3), new A.handleInvoiceAction__closure1(t1, context), t3._eval$1("Iterable.E"), type$.SimpleDialogOption); return A.SimpleDialog$(A.List_List$of(t3, true, A._instanceType(t3)._eval$1("Iterable.E")), t2); }, - $signature: 180 + $signature: 189 }; A.handleInvoiceAction__closure1.prototype = { call$1(template) { @@ -446675,14 +446792,14 @@ b.get$invoices().addAll$1(0, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t1, new A.handleInvoiceAction__closure(), t2._eval$1("WhereIterable<1>")), new A.handleInvoiceAction__closure0(), t3), true, t3._eval$1("Iterable.E"))); return b; }, - $signature: 55 + $signature: 56 }; A.handleInvoiceAction__closure.prototype = { call$1(invoice) { type$.InvoiceEntity._as(invoice); return !(invoice.entityType === B.EntityType_invoice && invoice.statusId === "4"); }, - $signature: 227 + $signature: 218 }; A.handleInvoiceAction__closure0.prototype = { call$1(invoice) { @@ -446693,7 +446810,7 @@ t1 = invoice.statusId !== "1" ? invoice.balance : invoice.amount; return A.PaymentableEntity_PaymentableEntity(t1, null, invoice.id); }, - $signature: 662 + $signature: 665 }; A.handleInvoiceAction_closure13.prototype = { call$1(response) { @@ -446747,19 +446864,19 @@ call$1(_) { return this.response.bodyBytes; }, - $signature: 111 + $signature: 110 }; A.handleInvoiceAction_closure18.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 111 + $signature: 110 }; A.handleInvoiceAction_closure19.prototype = { call$1(context) { return new A.RunTemplateDialog(B.EntityType_invoice, this.invoices, null); }, - $signature: 343 + $signature: 331 }; A._viewInvoiceList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -446781,13 +446898,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewInvoiceList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._viewInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -446845,7 +446962,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._showEmailInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -446937,7 +447054,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._cancelInvoices__closure.prototype = { call$1(invoices) { @@ -446947,7 +447064,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._cancelInvoices__closure0.prototype = { call$1(error) { @@ -446958,7 +447075,7 @@ t1[0].call$1(new A.CancelInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._archiveInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -446974,7 +447091,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveInvoice__closure.prototype = { call$1(id) { @@ -446982,7 +447099,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, id); }, - $signature: 93 + $signature: 94 }; A._archiveInvoice__closure0.prototype = { call$1(invoices) { @@ -446991,7 +447108,7 @@ t1[0].call$1(new A.ArchiveInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._archiveInvoice__closure1.prototype = { call$1(error) { @@ -447002,7 +447119,7 @@ t1[0].call$1(new A.ArchiveInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -447018,7 +447135,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteInvoice__closure.prototype = { call$1(id) { @@ -447026,7 +447143,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, id); }, - $signature: 93 + $signature: 94 }; A._deleteInvoice__closure0.prototype = { call$1(invoices) { @@ -447036,7 +447153,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._deleteInvoice__closure1.prototype = { call$1(error) { @@ -447047,7 +447164,7 @@ t1[0].call$1(new A.DeleteInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -447063,7 +447180,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreInvoice__closure.prototype = { call$1(id) { @@ -447071,7 +447188,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, id); }, - $signature: 93 + $signature: 94 }; A._restoreInvoice__closure0.prototype = { call$1(invoices) { @@ -447081,7 +447198,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._restoreInvoice__closure1.prototype = { call$1(error) { @@ -447092,7 +447209,7 @@ t1[0].call$1(new A.RestoreInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._markInvoiceSent_closure.prototype = { call$3(store, dynamicAction, next) { @@ -447105,7 +447222,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._markInvoiceSent__closure.prototype = { call$1(invoices) { @@ -447115,7 +447232,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._markInvoiceSent__closure0.prototype = { call$1(error) { @@ -447126,7 +447243,7 @@ t1[0].call$1(new A.MarkInvoicesSentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._autoBillInvoices_closure.prototype = { call$3(store, dynamicAction, next) { @@ -447139,7 +447256,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._autoBillInvoices__closure.prototype = { call$1(invoices) { @@ -447149,7 +447266,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._autoBillInvoices__closure0.prototype = { call$1(error) { @@ -447160,7 +447277,7 @@ t1[0].call$1(new A.AutoBillInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._markInvoicePaid_closure.prototype = { call$3(store, dynamicAction, next) { @@ -447173,7 +447290,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._markInvoicePaid__closure.prototype = { call$1(invoices) { @@ -447183,7 +447300,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._markInvoicePaid__closure0.prototype = { call$1(error) { @@ -447194,7 +447311,7 @@ t1[0].call$1(new A.MarkInvoicesPaidFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._downloadInvoices_closure.prototype = { call$3(store, dynamicAction, next) { @@ -447207,7 +447324,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._downloadInvoices__closure.prototype = { call$1(invoices) { @@ -447216,7 +447333,7 @@ t1[0].call$1(new A.DownloadInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._downloadInvoices__closure0.prototype = { call$1(error) { @@ -447227,7 +447344,7 @@ t1[0].call$1(new A.DownloadInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._emailInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -447242,7 +447359,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._emailInvoice__closure.prototype = { call$1(invoice) { @@ -447263,7 +447380,7 @@ t1[0].call$1(new A.EmailInvoiceFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._bulkEmailInvoices_closure.prototype = { call$3(store, dynamicAction, next) { @@ -447276,7 +447393,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._bulkEmailInvoices__closure.prototype = { call$1(invoices) { @@ -447285,7 +447402,7 @@ t1[0].call$1(new A.BulkEmailInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._bulkEmailInvoices__closure0.prototype = { call$1(error) { @@ -447296,7 +447413,7 @@ t1[0].call$1(new A.BulkEmailInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -447310,7 +447427,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveInvoice__closure.prototype = { call$1(b) { @@ -447324,7 +447441,7 @@ call$1(item) { return !item.get$isEmpty(0); }, - $signature: 86 + $signature: 89 }; A._saveInvoice__closure0.prototype = { call$1(invoice) { @@ -447355,7 +447472,7 @@ t1[0].call$1(new A.SaveInvoiceFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -447371,7 +447488,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadInvoice__closure.prototype = { call$1(invoice) { @@ -447395,7 +447512,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadInvoices_closure.prototype = { call$3(store, dynamicAction, next) { @@ -447411,7 +447528,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadInvoices__closure.prototype = { call$1(data) { @@ -447429,19 +447546,19 @@ } else t1[0].call$1(new A.LoadRecurringInvoices(null, 1)); }, - $signature: 299 + $signature: 282 }; A._loadInvoices___closure.prototype = { call$1(invoice) { B.JSArray_methods.forEach$1(invoice.documents._list$_list, new A._loadInvoices____closure(this.documents, invoice)); }, - $signature: 151 + $signature: 145 }; A._loadInvoices____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadInvoices_____closure(this.invoice))); }, - $signature: 38 + $signature: 37 }; A._loadInvoices_____closure.prototype = { call$1(b) { @@ -447459,7 +447576,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.LoadInvoicesFailure(error)); }, - $signature: 3 + $signature: 2 }; A._saveDocument_closure11.prototype = { call$3(store, dynamicAction, next) { @@ -447479,7 +447596,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure23.prototype = { call$1(invoice) { @@ -447498,7 +447615,7 @@ call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure11(this.invoice))); }, - $signature: 38 + $signature: 37 }; A._saveDocument____closure11.prototype = { call$1(b) { @@ -447517,7 +447634,7 @@ t1[0].call$1(new A.SaveInvoiceDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.invoiceUIReducer_closure.prototype = { call$1(b) { @@ -447610,7 +447727,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.historyActivityIdReducer_closure3.prototype = { call$2(index, action) { @@ -447646,7 +447763,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure402.prototype = { call$2(selectedId, action) { @@ -447676,13 +447793,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure407.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure408.prototype = { call$2(selectedId, action) { @@ -447736,7 +447853,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? "" : selectedId; }, - $signature: 172 + $signature: 173 }; A.selectedIdReducer_closure417.prototype = { call$2(selectedId, action) { @@ -447768,7 +447885,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure54()); }, - $signature: 638 + $signature: 640 }; A.editingReducer__closure54.prototype = { call$1(b) { @@ -447839,7 +447956,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 232 + $signature: 212 }; A.editingReducer_closure136.prototype = { call$2(invoices, action) { @@ -447946,7 +448063,7 @@ call$2(state, action) { return state.rebuild$1(new A.invoiceListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.invoiceListReducer__closure.prototype = { call$1(b) { @@ -448131,13 +448248,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 196 + $signature: 207 }; A._purgeClientSuccess_closure25.prototype = { call$1(each) { return each.id; }, - $signature: 347 + $signature: 285 }; A._purgeClientSuccess_closure23.prototype = { call$1(b) { @@ -448150,13 +448267,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure16(t1), true); return b; }, - $signature: 308 + $signature: 319 }; A._purgeClientSuccess__closure15.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 417 + $signature: 445 }; A._purgeClientSuccess__closure16.prototype = { call$1(p0) { @@ -448184,7 +448301,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 254 }; A._markInvoicesPaidSuccess_closure.prototype = { call$1(b) { @@ -448206,7 +448323,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 254 }; A._cancelInvoicesSuccess_closure.prototype = { call$1(b) { @@ -448228,7 +448345,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 254 }; A._archiveInvoiceSuccess_closure.prototype = { call$1(b) { @@ -448250,7 +448367,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 254 }; A._deleteInvoiceSuccess_closure.prototype = { call$1(b) { @@ -448272,7 +448389,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 254 }; A._emailInvoiceSuccess_closure.prototype = { call$1(b) { @@ -448280,7 +448397,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 308 + $signature: 319 }; A._restoreInvoiceSuccess_closure.prototype = { call$1(b) { @@ -448302,7 +448419,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 247 + $signature: 254 }; A._addInvoice_closure.prototype = { call$1(b) { @@ -448314,7 +448431,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 308 + $signature: 319 }; A._addInvoice__closure.prototype = { call$1(b) { @@ -448329,7 +448446,7 @@ b.get$map(0).$indexSet(0, J.get$id$x(this.action.get$invoice()), this.invoice.rebuild$1(new A._updateInvoice__closure())); return b; }, - $signature: 308 + $signature: 319 }; A._updateInvoice__closure.prototype = { call$1(b) { @@ -448356,19 +448473,19 @@ if (quote.invoiceId === this.invoice.id) this._box_0.invoiceQuote = quote; }, - $signature: 75 + $signature: 72 }; A.invoiceContactSelector_closure.prototype = { call$1(invitation) { return invitation.clientContactId; }, - $signature: 414 + $signature: 442 }; A.invoiceContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 189 + $signature: 171 }; A.memoizedDropdownInvoiceList_closure.prototype = { call$8(invoiceMap, clientMap, vendorMap, invoiceList, clientId, userMap, excludedIds, recurringPrefix) { @@ -448442,7 +448559,7 @@ call$2(paymentId, payment) { B.JSArray_methods.forEach$1(payment.get$invoicePaymentables(), new A.filteredInvoicesSelector__closure0(this.invoicePaymentMap, payment)); }, - $signature: 207 + $signature: 209 }; A.filteredInvoicesSelector__closure0.prototype = { call$1(invoicePaymentable) { @@ -448454,7 +448571,7 @@ paymentIds.push(this.payment.id); t1.$indexSet(0, t2, paymentIds); }, - $signature: 150 + $signature: 139 }; A.filteredInvoicesSelector_closure0.prototype = { call$1(invoiceId) { @@ -448563,7 +448680,7 @@ call$2(clientId, invoiceMap) { return A.invoiceStatsForClient(clientId, invoiceMap); }, - $signature: 104 + $signature: 106 }; A.invoiceStatsForClient_closure.prototype = { call$2(invoiceId, invoice) { @@ -448596,13 +448713,13 @@ } } }, - $signature: 75 + $signature: 72 }; A.memoizedInvoiceStatsForDesign_closure.prototype = { call$2(designId, invoiceMap) { return A.invoiceStatsForDesign(designId, invoiceMap); }, - $signature: 104 + $signature: 106 }; A.invoiceStatsForDesign_closure.prototype = { call$2(invoiceId, invoice) { @@ -448635,13 +448752,13 @@ } } }, - $signature: 75 + $signature: 72 }; A.memoizedInvoiceStatsForSubscription_closure.prototype = { call$2(subscriptionId, invoiceMap) { return A.invoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 104 + $signature: 106 }; A.invoiceStatsForSubscription_closure.prototype = { call$2(invoiceId, invoice) { @@ -448674,13 +448791,13 @@ } } }, - $signature: 75 + $signature: 72 }; A.memoizedInvoiceStatsForProject_closure.prototype = { call$2(projectId, invoiceMap) { return A.invoiceStatsForProject(projectId, invoiceMap); }, - $signature: 104 + $signature: 106 }; A.invoiceStatsForProject_closure.prototype = { call$2(invoiceId, invoice) { @@ -448713,13 +448830,13 @@ } } }, - $signature: 75 + $signature: 72 }; A.memoizedQuoteStatsForProject_closure.prototype = { call$2(projectId, quoteMap) { return A.quoteStatsForProject(projectId, quoteMap); }, - $signature: 104 + $signature: 106 }; A.quoteStatsForProject_closure.prototype = { call$2(quoteId, quote) { @@ -448752,13 +448869,13 @@ } } }, - $signature: 75 + $signature: 72 }; A.memoizedInvoiceStatsForUser_closure.prototype = { call$2(userId, invoiceMap) { return A.invoiceStatsForUser(userId, invoiceMap); }, - $signature: 104 + $signature: 106 }; A.invoiceStatsForUser_closure.prototype = { call$2(invoiceId, invoice) { @@ -448786,7 +448903,7 @@ } } }, - $signature: 75 + $signature: 72 }; A.InvoiceState.prototype = { $get$1(_, invoiceId) { @@ -448816,7 +448933,7 @@ call$1(item) { return item; }, - $signature: 115 + $signature: 123 }; A.InvoiceState_loadInvoices_closure.prototype = { call$1(b) { @@ -448831,7 +448948,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 308 + $signature: 319 }; A.InvoiceUIState.prototype = { get$isCreatingNew() { @@ -449387,7 +449504,7 @@ call$1(payment) { return payment.get$id(payment); }, - $signature: 50 + $signature: 52 }; A.handlePaymentAction_closure0.prototype = { call$1(duration) { @@ -449400,7 +449517,7 @@ b.get$_payment_model$_$this()._isApplying = true; return b; }, - $signature: 55 + $signature: 56 }; A.handlePaymentAction_closure1.prototype = { call$1(duration) { @@ -449425,20 +449542,20 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t3); return b; }, - $signature: 55 + $signature: 56 }; A.handlePaymentAction__closure0.prototype = { call$1(b) { b.get$_payment_model$_$this()._sendEmail = this.company.settings.clientManualPaymentNotification; return b; }, - $signature: 55 + $signature: 56 }; A.handlePaymentAction_closure2.prototype = { call$1(context) { return new A.RunTemplateDialog(B.EntityType_payment, this.payments, null); }, - $signature: 343 + $signature: 331 }; A._editPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -449463,13 +449580,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._editPayment__closure.prototype = { call$1(context) { return new A.PaymentEditScreen(null); }, - $signature: 683 + $signature: 685 }; A._viewRefundPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -449492,13 +449609,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewRefundPayment__closure.prototype = { call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 682 + $signature: 684 }; A._viewPayment_closure.prototype = { call$3(store, action, next) { @@ -449553,13 +449670,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewPaymentList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archivePayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -449575,7 +449692,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archivePayment__closure.prototype = { call$1(id) { @@ -449583,7 +449700,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentState.map._map$_map.$index(0, id); }, - $signature: 312 + $signature: 321 }; A._archivePayment__closure0.prototype = { call$1(payments) { @@ -449592,7 +449709,7 @@ t1[0].call$1(new A.ArchivePaymentsSuccess(payments)); this.action.completer.complete$1(0, null); }, - $signature: 399 + $signature: 400 }; A._archivePayment__closure1.prototype = { call$1(error) { @@ -449603,7 +449720,7 @@ t1[0].call$1(new A.ArchivePaymentsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deletePayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -449619,7 +449736,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deletePayment__closure.prototype = { call$1(id) { @@ -449627,7 +449744,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentState.map._map$_map.$index(0, id); }, - $signature: 312 + $signature: 321 }; A._deletePayment__closure0.prototype = { call$1(payments) { @@ -449637,7 +449754,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 399 + $signature: 400 }; A._deletePayment__closure1.prototype = { call$1(error) { @@ -449648,7 +449765,7 @@ t1[0].call$1(new A.DeletePaymentsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restorePayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -449664,7 +449781,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restorePayment__closure.prototype = { call$1(id) { @@ -449672,7 +449789,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentState.map._map$_map.$index(0, id); }, - $signature: 312 + $signature: 321 }; A._restorePayment__closure0.prototype = { call$1(payments) { @@ -449682,7 +449799,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 399 + $signature: 400 }; A._restorePayment__closure1.prototype = { call$1(error) { @@ -449693,7 +449810,7 @@ t1[0].call$1(new A.RestorePaymentsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._savePayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -449708,7 +449825,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._savePayment__closure.prototype = { call$1(payment) { @@ -449728,7 +449845,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, payment); }, - $signature: 171 + $signature: 170 }; A._savePayment__closure0.prototype = { call$1(error) { @@ -449739,7 +449856,7 @@ t1[0].call$1(new A.SavePaymentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._refundPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -449752,7 +449869,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._refundPayment__closure.prototype = { call$1(payment) { @@ -449763,7 +449880,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, payment); }, - $signature: 171 + $signature: 170 }; A._refundPayment__closure0.prototype = { call$1(error) { @@ -449774,7 +449891,7 @@ t1[0].call$1(new A.RefundPaymentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._emailPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -449787,7 +449904,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._emailPayment__closure.prototype = { call$1(payments) { @@ -449796,7 +449913,7 @@ t1[0].call$1(new A.EmailPaymentSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 399 + $signature: 400 }; A._emailPayment__closure0.prototype = { call$1(error) { @@ -449807,7 +449924,7 @@ t1[0].call$1(new A.SavePaymentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -449823,7 +449940,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadPayment__closure.prototype = { call$1(payment) { @@ -449834,7 +449951,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 171 + $signature: 170 }; A._loadPayment__closure0.prototype = { call$1(error) { @@ -449847,7 +449964,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadPayments_closure.prototype = { call$3(store, dynamicAction, next) { @@ -449863,7 +449980,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadPayments__closure.prototype = { call$1(data) { @@ -449887,13 +450004,13 @@ call$1(product) { B.JSArray_methods.forEach$1(product.documents._list$_list, new A._loadPayments____closure(this.documents, product)); }, - $signature: 645 + $signature: 647 }; A._loadPayments____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadPayments_____closure(this.product))); }, - $signature: 38 + $signature: 37 }; A._loadPayments_____closure.prototype = { call$1(b) { @@ -449911,7 +450028,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.LoadPaymentsFailure(error)); }, - $signature: 3 + $signature: 2 }; A._saveDocument_closure6.prototype = { call$3(store, dynamicAction, next) { @@ -449931,7 +450048,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure13.prototype = { call$1(payment) { @@ -449944,13 +450061,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 171 + $signature: 170 }; A._saveDocument___closure6.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure6(this.payment))); }, - $signature: 38 + $signature: 37 }; A._saveDocument____closure6.prototype = { call$1(b) { @@ -449969,7 +450086,7 @@ t1[0].call$1(new A.SavePaymentDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.paymentUIReducer_closure.prototype = { call$1(b) { @@ -450058,7 +450175,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.selectedIdReducer_closure18.prototype = { call$2(completer, action) { @@ -450076,7 +450193,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure21.prototype = { call$2(selectedId, action) { @@ -450094,13 +450211,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure24.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure25.prototype = { call$2(selectedId, action) { @@ -450154,7 +450271,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? "" : selectedId; }, - $signature: 172 + $signature: 173 }; A.selectedIdReducer_closure34.prototype = { call$2(selectedId, action) { @@ -450198,13 +450315,13 @@ b.get$_payment_model$_$this()._payment_model$_isChanged = true; return b; }, - $signature: 55 + $signature: 56 }; A.paymentListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.paymentListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.paymentListReducer__closure.prototype = { call$1(b) { @@ -450389,7 +450506,7 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 449 + $signature: 472 }; A._purgeClientSuccess_closure4.prototype = { call$1(each) { @@ -450408,7 +450525,7 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure2(t1), true); return b; }, - $signature: 328 + $signature: 323 }; A._purgeClientSuccess__closure1.prototype = { call$2(p0, p1) { @@ -450498,7 +450615,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 328 + $signature: 323 }; A._updatePayment_closure.prototype = { call$1(b) { @@ -450506,7 +450623,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 328 + $signature: 323 }; A._setLoadedPayment_closure.prototype = { call$1(b) { @@ -450514,19 +450631,19 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 328 + $signature: 323 }; A.memoizedPaymentsByInvoice_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { return A.paymentsByInvoiceSelector(invoiceId, paymentMap, paymentList); }, - $signature: 637 + $signature: 639 }; A.paymentsByInvoiceSelector_closure.prototype = { call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 312 + $signature: 321 }; A.paymentsByInvoiceSelector_closure0.prototype = { call$1(payment) { @@ -450539,25 +450656,25 @@ t1 = false; return t1; }, - $signature: 636 + $signature: 638 }; A.paymentsByInvoiceSelector__closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 242 + $signature: 256 }; A.memoizedPaymentsByCredit_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { return A.paymentsByCreditSelector(invoiceId, paymentMap, paymentList); }, - $signature: 637 + $signature: 639 }; A.paymentsByCreditSelector_closure.prototype = { call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 312 + $signature: 321 }; A.paymentsByCreditSelector_closure0.prototype = { call$1(payment) { @@ -450570,13 +450687,13 @@ t1 = false; return t1; }, - $signature: 636 + $signature: 638 }; A.paymentsByCreditSelector__closure.prototype = { call$1(p) { return p.creditId; }, - $signature: 242 + $signature: 256 }; A.memoizedFilteredPaymentList_closure.prototype = { call$8(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentTypeMap, paymentListState) { @@ -450640,7 +450757,7 @@ call$1(p) { return p.invoiceId; }, - $signature: 242 + $signature: 256 }; A.filteredPaymentsSelector_closure0.prototype = { call$2(paymentAId, paymentBId) { @@ -450690,7 +450807,7 @@ } } }, - $signature: 207 + $signature: 209 }; A.PaymentState.prototype = { $get$1(_, paymentId) { @@ -450734,7 +450851,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 328 + $signature: 323 }; A.PaymentUIState.prototype = { get$isCreatingNew() { @@ -451251,7 +451368,7 @@ call$1(paymentTerm) { return paymentTerm.get$id(paymentTerm); }, - $signature: 50 + $signature: 52 }; A.StartPaymentTermMultiselect.prototype = {}; A.AddToPaymentTermMultiselect.prototype = {}; @@ -451272,7 +451389,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewPaymentTerm_closure.prototype = { call$3(store, dynamicAction, next) { @@ -451327,13 +451444,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewPaymentTermList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archivePaymentTerm_closure.prototype = { call$3(store, dynamicAction, next) { @@ -451349,7 +451466,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archivePaymentTerm__closure.prototype = { call$1(id) { @@ -451377,7 +451494,7 @@ t1[0].call$1(new A.ArchivePaymentTermsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deletePaymentTerm_closure.prototype = { call$3(store, dynamicAction, next) { @@ -451393,7 +451510,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deletePaymentTerm__closure.prototype = { call$1(id) { @@ -451421,7 +451538,7 @@ t1[0].call$1(new A.DeletePaymentTermsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restorePaymentTerm_closure.prototype = { call$3(store, dynamicAction, next) { @@ -451437,7 +451554,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restorePaymentTerm__closure.prototype = { call$1(id) { @@ -451465,7 +451582,7 @@ t1[0].call$1(new A.RestorePaymentTermsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._savePaymentTerm_closure.prototype = { call$3(store, dynamicAction, next) { @@ -451481,7 +451598,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._savePaymentTerm__closure.prototype = { call$1(paymentTerm) { @@ -451497,7 +451614,7 @@ } t1.completer.complete$1(0, paymentTerm); }, - $signature: 410 + $signature: 396 }; A._savePaymentTerm__closure0.prototype = { call$1(error) { @@ -451508,7 +451625,7 @@ t1[0].call$1(new A.SavePaymentTermFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadPaymentTerm_closure.prototype = { call$3(store, dynamicAction, next) { @@ -451524,7 +451641,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadPaymentTerm__closure.prototype = { call$1(paymentTerm) { @@ -451533,7 +451650,7 @@ t1[0].call$1(new A.LoadPaymentTermSuccess(paymentTerm)); this.action.completer.complete$1(0, null); }, - $signature: 410 + $signature: 396 }; A._loadPaymentTerm__closure0.prototype = { call$1(error) { @@ -451544,7 +451661,7 @@ t1[0].call$1(new A.LoadPaymentTermFailure(error)); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadPaymentTerms_closure.prototype = { call$3(store, dynamicAction, next) { @@ -451560,7 +451677,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadPaymentTerms__closure.prototype = { call$1(data) { @@ -451584,7 +451701,7 @@ t1.get$completer(); t1.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.paymentTermUIReducer_closure.prototype = { call$1(b) { @@ -451671,7 +451788,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_paymentTerm ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure198.prototype = { call$2(selectedId, action) { @@ -451689,13 +451806,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure201.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure202.prototype = { call$2(selectedId, action) { @@ -451768,13 +451885,13 @@ b.get$_payment_term_model$_$this()._payment_term_model$_isChanged = true; return b; }, - $signature: 634 + $signature: 637 }; A.paymentTermListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.paymentTermListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.paymentTermListReducer__closure.prototype = { call$1(b) { @@ -452018,7 +452135,7 @@ call$1(item) { return item; }, - $signature: 632 + $signature: 636 }; A._setLoadedCompany_closure8.prototype = { call$1(b) { @@ -452121,7 +452238,7 @@ call$1(item) { return item; }, - $signature: 632 + $signature: 636 }; A.PaymentTermState_loadPaymentTerms_closure.prototype = { call$1(b) { @@ -452639,7 +452756,7 @@ call$1(product) { return product.get$id(product); }, - $signature: 50 + $signature: 52 }; A.handleProductAction_closure0.prototype = { call$1(b) { @@ -452655,7 +452772,7 @@ t2 = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex]; return A.convertProductToInvoiceItem(null, t2.userCompany.company, t1.staticState.currencyMap, this.invoice, t2.productState.map._map$_map.$index(0, productId)); }, - $signature: 630 + $signature: 634 }; A.handleProductAction_closure1.prototype = { call$1(b) { @@ -452671,7 +452788,7 @@ t2 = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex]; return A.convertProductToInvoiceItem(null, t2.userCompany.company, t1.staticState.currencyMap, this.invoice, t2.productState.map._map$_map.$index(0, productId)); }, - $signature: 630 + $signature: 634 }; A.handleProductAction_closure2.prototype = { call$1(context) { @@ -452693,7 +452810,7 @@ t2 = A.Text$(t2, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.SimpleDialog$(J.map$1$1$ax(B.Map_k38sM.get$keys(B.Map_k38sM), new A.handleProductAction__closure(t1, context, this.store, this.productIds), type$.SimpleDialogOption).toList$0(0), t2); }, - $signature: 180 + $signature: 189 }; A.handleProductAction__closure.prototype = { call$1(taxCategoryId) { @@ -452767,7 +452884,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewProduct_closure.prototype = { call$3(store, dynamicAction, next) { @@ -452822,13 +452939,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewProductList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveProduct_closure.prototype = { call$3(store, dynamicAction, next) { @@ -452844,7 +452961,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveProduct__closure.prototype = { call$1(id) { @@ -452852,7 +452969,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.map._map$_map.$index(0, id); }, - $signature: 418 + $signature: 388 }; A._archiveProduct__closure0.prototype = { call$1(products) { @@ -452861,7 +452978,7 @@ t1[0].call$1(new A.ArchiveProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 420 + $signature: 387 }; A._archiveProduct__closure1.prototype = { call$1(error) { @@ -452885,7 +453002,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._setTaxCategoryProducts__closure.prototype = { call$1(products) { @@ -452894,7 +453011,7 @@ t1[0].call$1(new A.SetTaxCategoryProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 420 + $signature: 387 }; A._setTaxCategoryProducts__closure0.prototype = { call$1(error) { @@ -452921,7 +453038,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteProduct__closure.prototype = { call$1(id) { @@ -452929,7 +453046,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.map._map$_map.$index(0, id); }, - $signature: 418 + $signature: 388 }; A._deleteProduct__closure0.prototype = { call$1(products) { @@ -452938,7 +453055,7 @@ t1[0].call$1(new A.DeleteProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 420 + $signature: 387 }; A._deleteProduct__closure1.prototype = { call$1(error) { @@ -452949,7 +453066,7 @@ t1[0].call$1(new A.DeleteProductsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreProduct_closure.prototype = { call$3(store, dynamicAction, next) { @@ -452965,7 +453082,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreProduct__closure.prototype = { call$1(id) { @@ -452973,7 +453090,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.map._map$_map.$index(0, id); }, - $signature: 418 + $signature: 388 }; A._restoreProduct__closure0.prototype = { call$1(products) { @@ -452982,7 +453099,7 @@ t1[0].call$1(new A.RestoreProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 420 + $signature: 387 }; A._restoreProduct__closure1.prototype = { call$1(error) { @@ -452993,7 +453110,7 @@ t1[0].call$1(new A.RestoreProductsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveProduct_closure.prototype = { call$3(store, dynamicAction, next) { @@ -453009,7 +453126,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveProduct__closure.prototype = { call$1(product) { @@ -453025,7 +453142,7 @@ } t1.completer.complete$1(0, product); }, - $signature: 335 + $signature: 326 }; A._saveProduct__closure0.prototype = { call$1(error) { @@ -453036,7 +453153,7 @@ t1[0].call$1(new A.SaveProductFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadProduct_closure.prototype = { call$3(store, dynamicAction, next) { @@ -453052,7 +453169,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadProduct__closure.prototype = { call$1(product) { @@ -453063,7 +453180,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 335 + $signature: 326 }; A._loadProduct__closure0.prototype = { call$1(error) { @@ -453076,7 +453193,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadProducts_closure.prototype = { call$3(store, dynamicAction, next) { @@ -453092,7 +453209,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadProducts__closure.prototype = { call$1(data) { @@ -453122,7 +453239,7 @@ call$1($document) { this.documents.push($document.rebuild$1(new A._loadProducts_____closure(this.product))); }, - $signature: 38 + $signature: 37 }; A._loadProducts_____closure.prototype = { call$1(b) { @@ -453140,7 +453257,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.LoadProductsFailure(error)); }, - $signature: 3 + $signature: 2 }; A._saveDocument_closure13.prototype = { call$3(store, dynamicAction, next) { @@ -453160,7 +453277,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure27.prototype = { call$1(product) { @@ -453173,13 +453290,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 335 + $signature: 326 }; A._saveDocument___closure13.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure13(this.product))); }, - $signature: 38 + $signature: 37 }; A._saveDocument____closure13.prototype = { call$1(b) { @@ -453198,7 +453315,7 @@ t1[0].call$1(new A.SaveProductDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.productUIReducer_closure.prototype = { call$1(b) { @@ -453281,7 +453398,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.editingReducer_closure155.prototype = { call$2(product, action) { @@ -453294,7 +453411,7 @@ b.get$_product_model$_$this()._product_model$_isChanged = true; return b; }, - $signature: 194 + $signature: 172 }; A.editingReducer_closure156.prototype = { call$2(products, action) { @@ -453330,7 +453447,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_product ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure438.prototype = { call$2(selectedId, action) { @@ -453348,13 +453465,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure441.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure442.prototype = { call$2(selectedId, action) { @@ -453402,7 +453519,7 @@ call$2(state, action) { return state.rebuild$1(new A.productListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.productListReducer__closure.prototype = { call$1(b) { @@ -453587,7 +453704,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 424 + $signature: 385 }; A._deleteProductSuccess_closure.prototype = { call$1(b) { @@ -453609,7 +453726,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 424 + $signature: 385 }; A._restoreProductSuccess_closure.prototype = { call$1(b) { @@ -453631,7 +453748,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 424 + $signature: 385 }; A._setTaxCategoryProductsSuccess_closure.prototype = { call$1(b) { @@ -453653,7 +453770,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 424 + $signature: 385 }; A._addProduct_closure.prototype = { call$1(b) { @@ -453665,7 +453782,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 425 + $signature: 384 }; A._updateProduct_closure.prototype = { call$1(b) { @@ -453673,7 +453790,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 425 + $signature: 384 }; A._setLoadedProduct_closure.prototype = { call$1(b) { @@ -453681,7 +453798,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 425 + $signature: 384 }; A.convertProductToInvoiceItem_closure.prototype = { call$1(b) { @@ -453727,7 +453844,7 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 56 + $signature: 54 }; A.memoizedDropdownProductList_closure.prototype = { call$3(productMap, productList, userMap) { @@ -453890,7 +454007,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 425 + $signature: 384 }; A.ProductUIState.prototype = { get$isCreatingNew() { @@ -454404,7 +454521,7 @@ call$1(project) { return project.get$id(project); }, - $signature: 50 + $signature: 52 }; A.handleProjectAction_closure0.prototype = { call$1(b) { @@ -454413,7 +454530,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1.clientId; return b; }, - $signature: 78 + $signature: 81 }; A.handleProjectAction_closure1.prototype = { call$1(b) { @@ -454441,13 +454558,13 @@ t1.lastClientId = clientId; } }, - $signature: 156 + $signature: 162 }; A.handleProjectAction_closure4.prototype = { call$1(project) { B.JSArray_methods.addAll$1(this.items, A.convertProjectToInvoiceItem(this.context, type$.nullable_ProjectEntity._as(project))); }, - $signature: 156 + $signature: 162 }; A.handleProjectAction_closure5.prototype = { call$1(b) { @@ -454468,7 +454585,7 @@ call$1(context) { return new A.RunTemplateDialog(B.EntityType_project, this.projects, null); }, - $signature: 343 + $signature: 331 }; A.StartProjectMultiselect.prototype = {}; A.AddToProjectMultiselect.prototype = {}; @@ -454496,7 +454613,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewProject_closure.prototype = { call$3(store, dynamicAction, next) { @@ -454551,13 +454668,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewProjectList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveProject_closure.prototype = { call$3(store, dynamicAction, next) { @@ -454573,7 +454690,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveProject__closure.prototype = { call$1(id) { @@ -454601,7 +454718,7 @@ t1[0].call$1(new A.ArchiveProjectFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteProject_closure.prototype = { call$3(store, dynamicAction, next) { @@ -454617,7 +454734,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteProject__closure.prototype = { call$1(id) { @@ -454645,7 +454762,7 @@ t1[0].call$1(new A.DeleteProjectFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreProject_closure.prototype = { call$3(store, dynamicAction, next) { @@ -454661,7 +454778,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreProject__closure.prototype = { call$1(id) { @@ -454689,7 +454806,7 @@ t1[0].call$1(new A.RestoreProjectFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveProject_closure.prototype = { call$3(store, dynamicAction, next) { @@ -454705,7 +454822,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveProject__closure.prototype = { call$1(project) { @@ -454727,7 +454844,7 @@ if (t1 != null) t1.complete$1(0, project); }, - $signature: 315 + $signature: 327 }; A._saveProject__closure0.prototype = { call$1(error) { @@ -454738,7 +454855,7 @@ t1[0].call$1(new A.SaveProjectFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadProject_closure.prototype = { call$3(store, dynamicAction, next) { @@ -454754,7 +454871,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadProject__closure.prototype = { call$1(project) { @@ -454765,7 +454882,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 315 + $signature: 327 }; A._loadProject__closure0.prototype = { call$1(error) { @@ -454778,7 +454895,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadProjects_closure.prototype = { call$3(store, dynamicAction, next) { @@ -454794,7 +454911,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadProjects__closure.prototype = { call$1(data) { @@ -454814,13 +454931,13 @@ call$1(project) { B.JSArray_methods.forEach$1(project.documents._list$_list, new A._loadProjects____closure(this.documents, project)); }, - $signature: 648 + $signature: 650 }; A._loadProjects____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadProjects_____closure(this.project))); }, - $signature: 38 + $signature: 37 }; A._loadProjects_____closure.prototype = { call$1(b) { @@ -454839,7 +454956,7 @@ t1[0].call$1(new A.LoadProjectsFailure(error)); this.action.toString; }, - $signature: 3 + $signature: 2 }; A._saveDocument_closure7.prototype = { call$3(store, dynamicAction, next) { @@ -454859,7 +454976,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure15.prototype = { call$1(project) { @@ -454872,13 +454989,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 315 + $signature: 327 }; A._saveDocument___closure7.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure7(this.project))); }, - $signature: 38 + $signature: 37 }; A._saveDocument____closure7.prototype = { call$1(b) { @@ -454897,7 +455014,7 @@ t1[0].call$1(new A.SaveProjectDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.projectUIReducer_closure.prototype = { call$1(b) { @@ -454984,7 +455101,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.saveCompleterReducer_closure.prototype = { call$2(completer, action) { @@ -455014,7 +455131,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_project ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure38.prototype = { call$2(selectedId, action) { @@ -455032,13 +455149,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure41.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure42.prototype = { call$2(selectedId, action) { @@ -455124,13 +455241,13 @@ b.get$_project_model$_$this()._project_model$_isChanged = true; return b; }, - $signature: 204 + $signature: 203 }; A.projectListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.projectListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.projectListReducer__closure.prototype = { call$1(b) { @@ -455299,7 +455416,7 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 668 + $signature: 670 }; A._purgeClientSuccess_closure7.prototype = { call$1(each) { @@ -455318,7 +455435,7 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure4(t1), true); return b; }, - $signature: 309 + $signature: 328 }; A._purgeClientSuccess__closure3.prototype = { call$2(p0, p1) { @@ -455352,7 +455469,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 618 + $signature: 560 }; A._deleteProjectSuccess_closure.prototype = { call$1(b) { @@ -455374,7 +455491,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 618 + $signature: 560 }; A._restoreProjectSuccess_closure.prototype = { call$1(b) { @@ -455396,7 +455513,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 618 + $signature: 560 }; A._addProject_closure.prototype = { call$1(b) { @@ -455408,7 +455525,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 309 + $signature: 328 }; A._updateProject_closure.prototype = { call$1(b) { @@ -455416,7 +455533,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 309 + $signature: 328 }; A._setLoadedProject_closure.prototype = { call$1(b) { @@ -455424,7 +455541,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 309 + $signature: 328 }; A.convertProjectToInvoiceItem_closure.prototype = { call$2(index, task) { @@ -455444,7 +455561,7 @@ if (t1 && !task.get$isRunning() && task.invoiceId.length === 0 && task.projectId === this.project.id) this.tasks.push(task); }, - $signature: 163 + $signature: 169 }; A.convertProjectToInvoiceItem_closure0.prototype = { call$2(index, expense) { @@ -455496,14 +455613,14 @@ var t1 = this._box_0.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 629 + $signature: 632 }; A.convertProjectToInvoiceItem_closure4.prototype = { call$1(b) { var t1 = this._box_1.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 629 + $signature: 632 }; A.memoizedDropdownProjectList_closure.prototype = { call$5(projectMap, projectList, clientMap, userMap, clientId) { @@ -455675,13 +455792,13 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 163 + $signature: 169 }; A.memoizedProjectStatsForClient_closure.prototype = { call$2(clientId, projectMap) { return A.projectStatsForClient(clientId, projectMap); }, - $signature: 628 + $signature: 630 }; A.projectStatsForClient_closure.prototype = { call$2(projectId, project) { @@ -455720,7 +455837,7 @@ call$2(userId, projectMap) { return A.projectStatsForClient(userId, projectMap); }, - $signature: 628 + $signature: 630 }; A.ProjectState.prototype = { $get$1(_, projectId) { @@ -455764,7 +455881,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 309 + $signature: 328 }; A.ProjectUIState.prototype = { get$isCreatingNew() { @@ -456333,19 +456450,19 @@ call$1(purchaseOrder) { return purchaseOrder.get$id(purchaseOrder); }, - $signature: 50 + $signature: 52 }; A.handlePurchaseOrderAction_closure0.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 111 + $signature: 110 }; A.handlePurchaseOrderAction_closure1.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 111 + $signature: 110 }; A.handlePurchaseOrderAction_closure2.prototype = { call$1(purchaseOrder) { @@ -456353,7 +456470,7 @@ if (!t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].vendorState.$get$1(0, type$.InvoiceEntity._as(purchaseOrder).vendorId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 156 + $signature: 162 }; A.handlePurchaseOrderAction_closure3.prototype = { call$0() { @@ -456539,13 +456656,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewPurchaseOrderList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._editPurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -456562,7 +456679,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._showEmailPurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -456657,7 +456774,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archivePurchaseOrder__closure.prototype = { call$1(id) { @@ -456665,7 +456782,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].purchaseOrderState.map._map$_map.$index(0, id); }, - $signature: 93 + $signature: 94 }; A._archivePurchaseOrder__closure0.prototype = { call$1(purchaseOrders) { @@ -456674,7 +456791,7 @@ t1[0].call$1(new A.ArchivePurchaseOrdersSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._archivePurchaseOrder__closure1.prototype = { call$1(error) { @@ -456685,7 +456802,7 @@ t1[0].call$1(new A.ArchivePurchaseOrdersFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deletePurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -456701,7 +456818,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deletePurchaseOrder__closure.prototype = { call$1(id) { @@ -456709,7 +456826,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].purchaseOrderState.map._map$_map.$index(0, id); }, - $signature: 93 + $signature: 94 }; A._deletePurchaseOrder__closure0.prototype = { call$1(purchaseOrders) { @@ -456718,7 +456835,7 @@ t1[0].call$1(new A.DeletePurchaseOrdersSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._deletePurchaseOrder__closure1.prototype = { call$1(error) { @@ -456729,7 +456846,7 @@ t1[0].call$1(new A.DeletePurchaseOrdersFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restorePurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -456745,7 +456862,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restorePurchaseOrder__closure.prototype = { call$1(id) { @@ -456753,7 +456870,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].purchaseOrderState.map._map$_map.$index(0, id); }, - $signature: 93 + $signature: 94 }; A._restorePurchaseOrder__closure0.prototype = { call$1(purchaseOrders) { @@ -456762,7 +456879,7 @@ t1[0].call$1(new A.RestorePurchaseOrdersSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._restorePurchaseOrder__closure1.prototype = { call$1(error) { @@ -456773,7 +456890,7 @@ t1[0].call$1(new A.RestorePurchaseOrdersFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._approvePurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -456786,7 +456903,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._approvePurchaseOrder__closure.prototype = { call$1(purchaseOrders) { @@ -456796,7 +456913,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.get$completer().complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._approvePurchaseOrder__closure0.prototype = { call$1(error) { @@ -456807,7 +456924,7 @@ t1[0].call$1(new A.ApprovePurchaseOrderFailure()); this.action.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._markSentPurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -456820,7 +456937,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._markSentPurchaseOrder__closure.prototype = { call$1(purchaseOrders) { @@ -456829,7 +456946,7 @@ t1[0].call$1(new A.MarkPurchaseOrderSentSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._markSentPurchaseOrder__closure0.prototype = { call$1(error) { @@ -456840,7 +456957,7 @@ t1[0].call$1(new A.MarkPurchaseOrderSentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._convertPurchaseOrdersToExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -456853,7 +456970,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._convertPurchaseOrdersToExpense__closure.prototype = { call$1(purchaseOrders) { @@ -456863,7 +456980,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._convertPurchaseOrdersToExpense__closure0.prototype = { call$1(error) { @@ -456874,7 +456991,7 @@ t1[0].call$1(new A.ConvertPurchaseOrdersToExpensesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._addPurchaseOrdersToInventory_closure.prototype = { call$3(store, dynamicAction, next) { @@ -456887,7 +457004,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._addPurchaseOrdersToInventory__closure.prototype = { call$1(purchaseOrders) { @@ -456897,7 +457014,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._addPurchaseOrdersToInventory__closure0.prototype = { call$1(error) { @@ -456908,7 +457025,7 @@ t1[0].call$1(new A.AddPurchaseOrdersToInventoryFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._acceptPurchaseOrders_closure.prototype = { call$3(store, dynamicAction, next) { @@ -456921,7 +457038,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._acceptPurchaseOrders__closure.prototype = { call$1(purchaseOrders) { @@ -456930,7 +457047,7 @@ t1[0].call$1(new A.AcceptPurchaseOrderSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._acceptPurchaseOrders__closure0.prototype = { call$1(error) { @@ -456941,7 +457058,7 @@ t1[0].call$1(new A.AcceptPurchaseOrderFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._cancelPurchaseOrders_closure.prototype = { call$3(store, dynamicAction, next) { @@ -456954,7 +457071,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._cancelPurchaseOrders__closure.prototype = { call$1(purchaseOrders) { @@ -456963,7 +457080,7 @@ t1[0].call$1(new A.CancelPurchaseOrderSuccess(purchaseOrders)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._cancelPurchaseOrders__closure0.prototype = { call$1(error) { @@ -456974,7 +457091,7 @@ t1[0].call$1(new A.CancelPurchaseOrderFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._emailPurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -456989,7 +457106,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._emailPurchaseOrder__closure.prototype = { call$1(purchaseOrder) { @@ -457009,7 +457126,7 @@ t1[0].call$1(new A.EmailPurchaseOrderFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._savePurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -457023,7 +457140,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._savePurchaseOrder__closure.prototype = { call$1(b) { @@ -457037,7 +457154,7 @@ call$1(item) { return !item.get$isEmpty(0); }, - $signature: 86 + $signature: 89 }; A._savePurchaseOrder__closure0.prototype = { call$1(purchaseOrder) { @@ -457070,7 +457187,7 @@ t1[0].call$1(new A.SavePurchaseOrderFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadPurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -457086,7 +457203,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadPurchaseOrder__closure.prototype = { call$1(purchaseOrder) { @@ -457110,7 +457227,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._downloadPurchaseOrders_closure.prototype = { call$3(store, dynamicAction, next) { @@ -457123,7 +457240,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._downloadPurchaseOrders__closure.prototype = { call$1(invoices) { @@ -457132,7 +457249,7 @@ t1[0].call$1(new A.DownloadPurchaseOrdersSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._downloadPurchaseOrders__closure0.prototype = { call$1(error) { @@ -457143,7 +457260,7 @@ t1[0].call$1(new A.DownloadPurchaseOrdersFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._bulkEmailPurchaseOrders_closure.prototype = { call$3(store, dynamicAction, next) { @@ -457156,7 +457273,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._bulkEmailPurchaseOrders__closure.prototype = { call$1(purchaseOrders) { @@ -457165,7 +457282,7 @@ t1[0].call$1(new A.BulkEmailPurchaseOrdersSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._bulkEmailPurchaseOrders__closure0.prototype = { call$1(error) { @@ -457176,7 +457293,7 @@ t1[0].call$1(new A.BulkEmailPurchaseOrdersFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadPurchaseOrders_closure.prototype = { call$3(store, dynamicAction, next) { @@ -457192,7 +457309,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadPurchaseOrders__closure.prototype = { call$1(data) { @@ -457210,19 +457327,19 @@ } else t1[0].call$1(new A.LoadExpenses(null, 1)); }, - $signature: 299 + $signature: 282 }; A._loadPurchaseOrders___closure.prototype = { call$1(purchaseOrder) { B.JSArray_methods.forEach$1(purchaseOrder.documents._list$_list, new A._loadPurchaseOrders____closure(this.documents, purchaseOrder)); }, - $signature: 151 + $signature: 145 }; A._loadPurchaseOrders____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadPurchaseOrders_____closure(this.purchaseOrder))); }, - $signature: 38 + $signature: 37 }; A._loadPurchaseOrders_____closure.prototype = { call$1(b) { @@ -457240,7 +457357,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.LoadPurchaseOrdersFailure(error)); }, - $signature: 3 + $signature: 2 }; A._saveDocument_closure3.prototype = { call$3(store, dynamicAction, next) { @@ -457260,7 +457377,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure7.prototype = { call$1(purchaseOrder) { @@ -457279,7 +457396,7 @@ call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure3(this.purchaseOrder))); }, - $signature: 38 + $signature: 37 }; A._saveDocument____closure3.prototype = { call$1(b) { @@ -457298,7 +457415,7 @@ t1[0].call$1(new A.SavePurchaseOrderDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.purchaseOrderUIReducer_closure.prototype = { call$1(b) { @@ -457391,7 +457508,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.historyActivityIdReducer_closure2.prototype = { call$2(index, action) { @@ -457427,7 +457544,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_purchaseOrder ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure322.prototype = { call$2(selectedId, action) { @@ -457457,13 +457574,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure327.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure328.prototype = { call$2(selectedId, action) { @@ -457517,7 +457634,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_purchaseOrder ? "" : selectedId; }, - $signature: 172 + $signature: 173 }; A.selectedIdReducer_closure337.prototype = { call$2(selectedId, action) { @@ -457549,7 +457666,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure43()); }, - $signature: 627 + $signature: 629 }; A.editingReducer__closure43.prototype = { call$1(b) { @@ -457620,7 +457737,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 506 + $signature: 526 }; A.editingReducer_closure109.prototype = { call$2(purchaseOrders, action) { @@ -457675,7 +457792,18 @@ call$1(b) { var t1 = b.get$lineItems(); $.$get$isSoundMode(); - B.JSArray_methods.add$1(t1.get$_safeList(), this.action.purchaseOrderItem); + B.JSArray_methods.add$1(t1.get$_safeList(), this.item); + return b; + }, + $signature: 8 + }; + A._addPurchaseOrderItem_closure0.prototype = { + call$1(b) { + var t1 = b.get$lineItems(), + t2 = this.action.index; + t2.toString; + $.$get$isSoundMode(); + B.JSArray_methods.insert$2(t1.get$_safeList(), t2, this.item); return b; }, $signature: 8 @@ -457708,7 +457836,7 @@ call$2(state, action) { return state.rebuild$1(new A.purchaseOrderListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.purchaseOrderListReducer__closure.prototype = { call$1(b) { @@ -457899,7 +458027,7 @@ call$1(item) { return item; }, - $signature: 115 + $signature: 123 }; A._markSentPurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -457918,7 +458046,7 @@ call$1(item) { return item; }, - $signature: 115 + $signature: 123 }; A._convertPurchaseOrdersToExpenses_closure.prototype = { call$1(b) { @@ -457937,7 +458065,7 @@ call$1(item) { return item; }, - $signature: 115 + $signature: 123 }; A._addPurchaseOrdersToInventorySuccess_closure.prototype = { call$1(b) { @@ -457956,7 +458084,7 @@ call$1(item) { return item; }, - $signature: 115 + $signature: 123 }; A._acceptPurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -457975,7 +458103,7 @@ call$1(item) { return item; }, - $signature: 115 + $signature: 123 }; A._cancelPurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -458068,7 +458196,7 @@ call$1(item) { return item; }, - $signature: 115 + $signature: 123 }; A._approvePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -458117,13 +458245,13 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 414 + $signature: 442 }; A.purchaseOrderContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 197 + $signature: 198 }; A.memoizedDropdownPurchaseOrderList_closure.prototype = { call$7(purchaseOrderMap, purchaseOrderList, staticState, userMap, clientMap, vendorMap, clientId) { @@ -458166,7 +458294,7 @@ call$7(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, invoiceListState, userMap) { return A.filteredPurchaseOrdersSelector(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, invoiceListState, userMap); }, - $signature: 626 + $signature: 628 }; A.filteredPurchaseOrdersSelector_closure.prototype = { call$1(invoiceId) { @@ -458261,7 +458389,7 @@ call$2(vendorId, purchaseOrderMap) { return A.purchaseOrderStatsForVendor(vendorId, purchaseOrderMap); }, - $signature: 104 + $signature: 106 }; A.purchaseOrderStatsForVendor_closure.prototype = { call$2(purchaseOrderId, purchaseOrder) { @@ -458294,7 +458422,7 @@ } } }, - $signature: 75 + $signature: 72 }; A.PurchaseOrderState.prototype = { $get$1(_, purchaseOrderId) { @@ -458324,7 +458452,7 @@ call$1(item) { return item; }, - $signature: 115 + $signature: 123 }; A.PurchaseOrderState_loadPurchaseOrders_closure.prototype = { call$1(b) { @@ -458924,7 +459052,7 @@ call$1(quote) { return quote.get$id(quote); }, - $signature: 50 + $signature: 52 }; A.handleQuoteAction_closure0.prototype = { call$1(_) { @@ -458960,7 +459088,7 @@ if (!t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].clientState.$get$1(0, type$.InvoiceEntity._as(quote).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 156 + $signature: 162 }; A.handleQuoteAction_closure3.prototype = { call$0() { @@ -459097,13 +459225,13 @@ call$1(_) { return this.response.bodyBytes; }, - $signature: 111 + $signature: 110 }; A.handleQuoteAction_closure16.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 111 + $signature: 110 }; A.StartQuoteMultiselect.prototype = {}; A.AddToQuoteMultiselect.prototype = {}; @@ -459170,13 +459298,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewQuoteList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._editQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -459193,7 +459321,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._showEmailQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -459288,7 +459416,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveQuote__closure.prototype = { call$1(id) { @@ -459296,7 +459424,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].quoteState.map._map$_map.$index(0, id); }, - $signature: 93 + $signature: 94 }; A._archiveQuote__closure0.prototype = { call$1(quotes) { @@ -459305,7 +459433,7 @@ t1[0].call$1(new A.ArchiveQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._archiveQuote__closure1.prototype = { call$1(error) { @@ -459316,7 +459444,7 @@ t1[0].call$1(new A.ArchiveQuotesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -459332,7 +459460,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteQuote__closure.prototype = { call$1(id) { @@ -459340,7 +459468,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].quoteState.map._map$_map.$index(0, id); }, - $signature: 93 + $signature: 94 }; A._deleteQuote__closure0.prototype = { call$1(quotes) { @@ -459349,7 +459477,7 @@ t1[0].call$1(new A.DeleteQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._deleteQuote__closure1.prototype = { call$1(error) { @@ -459360,7 +459488,7 @@ t1[0].call$1(new A.DeleteQuotesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -459376,7 +459504,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreQuote__closure.prototype = { call$1(id) { @@ -459384,7 +459512,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].quoteState.map._map$_map.$index(0, id); }, - $signature: 93 + $signature: 94 }; A._restoreQuote__closure0.prototype = { call$1(quotes) { @@ -459393,7 +459521,7 @@ t1[0].call$1(new A.RestoreQuotesSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._restoreQuote__closure1.prototype = { call$1(error) { @@ -459404,7 +459532,7 @@ t1[0].call$1(new A.RestoreQuotesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._convertQuotesToInvoices_closure.prototype = { call$3(store, dynamicAction, next) { @@ -459417,7 +459545,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._convertQuotesToInvoices__closure.prototype = { call$1(quotes) { @@ -459427,7 +459555,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._convertQuotesToInvoices__closure0.prototype = { call$1(error) { @@ -459438,7 +459566,7 @@ t1[0].call$1(new A.ConvertQuotesToInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._convertQuotesToProjects_closure.prototype = { call$3(store, dynamicAction, next) { @@ -459451,7 +459579,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._convertQuotesToProjects__closure.prototype = { call$1(quotes) { @@ -459461,7 +459589,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._convertQuotesToProjects__closure0.prototype = { call$1(error) { @@ -459472,7 +459600,7 @@ t1[0].call$1(new A.ConvertQuotesToProjectsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._approveQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -459485,7 +459613,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._approveQuote__closure.prototype = { call$1(quotes) { @@ -459495,7 +459623,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._approveQuote__closure0.prototype = { call$1(error) { @@ -459506,7 +459634,7 @@ t1[0].call$1(new A.ApproveQuoteFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._markSentQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -459519,7 +459647,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._markSentQuote__closure.prototype = { call$1(quotes) { @@ -459528,7 +459656,7 @@ t1[0].call$1(new A.MarkSentQuoteSuccess(quotes)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._markSentQuote__closure0.prototype = { call$1(error) { @@ -459539,7 +459667,7 @@ t1[0].call$1(new A.MarkSentQuoteFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._emailQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -459554,7 +459682,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._emailQuote__closure.prototype = { call$1(quote) { @@ -459574,7 +459702,7 @@ t1[0].call$1(new A.EmailQuoteFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -459588,7 +459716,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveQuote__closure.prototype = { call$1(b) { @@ -459602,7 +459730,7 @@ call$1(item) { return !item.get$isEmpty(0); }, - $signature: 86 + $signature: 89 }; A._saveQuote__closure0.prototype = { call$1(quote) { @@ -459635,7 +459763,7 @@ t1[0].call$1(new A.SaveQuoteFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -459651,7 +459779,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadQuote__closure.prototype = { call$1(quote) { @@ -459675,7 +459803,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._downloadQuotes_closure.prototype = { call$3(store, dynamicAction, next) { @@ -459688,7 +459816,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._downloadQuotes__closure.prototype = { call$1(invoices) { @@ -459697,7 +459825,7 @@ t1[0].call$1(new A.DownloadQuotesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._downloadQuotes__closure0.prototype = { call$1(error) { @@ -459708,7 +459836,7 @@ t1[0].call$1(new A.DownloadQuotesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._bulkEmailQuotes_closure.prototype = { call$3(store, dynamicAction, next) { @@ -459721,7 +459849,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._bulkEmailQuotes__closure.prototype = { call$1(quotes) { @@ -459730,7 +459858,7 @@ t1[0].call$1(new A.BulkEmailQuotesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._bulkEmailQuotes__closure0.prototype = { call$1(error) { @@ -459741,7 +459869,7 @@ t1[0].call$1(new A.BulkEmailQuotesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadQuotes_closure.prototype = { call$3(store, dynamicAction, next) { @@ -459757,7 +459885,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadQuotes__closure.prototype = { call$1(data) { @@ -459775,19 +459903,19 @@ } else t1[0].call$1(new A.LoadCredits()); }, - $signature: 299 + $signature: 282 }; A._loadQuotes___closure.prototype = { call$1(quote) { B.JSArray_methods.forEach$1(quote.documents._list$_list, new A._loadQuotes____closure(this.documents, quote)); }, - $signature: 151 + $signature: 145 }; A._loadQuotes____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadQuotes_____closure(this.quote))); }, - $signature: 38 + $signature: 37 }; A._loadQuotes_____closure.prototype = { call$1(b) { @@ -459805,7 +459933,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.LoadQuotesFailure(error)); }, - $signature: 3 + $signature: 2 }; A._saveDocument_closure5.prototype = { call$3(store, dynamicAction, next) { @@ -459825,7 +459953,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure11.prototype = { call$1(quote) { @@ -459844,7 +459972,7 @@ call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure5(this.quote))); }, - $signature: 38 + $signature: 37 }; A._saveDocument____closure5.prototype = { call$1(b) { @@ -459863,7 +459991,7 @@ t1[0].call$1(new A.SaveQuoteDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.quoteUIReducer_closure.prototype = { call$1(b) { @@ -459956,7 +460084,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.historyActivityIdReducer_closure.prototype = { call$2(index, action) { @@ -459992,7 +460120,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure2.prototype = { call$2(selectedId, action) { @@ -460022,13 +460150,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure7.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure8.prototype = { call$2(selectedId, action) { @@ -460082,7 +460210,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? "" : selectedId; }, - $signature: 172 + $signature: 173 }; A.selectedIdReducer_closure17.prototype = { call$2(selectedId, action) { @@ -460114,7 +460242,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure4()); }, - $signature: 625 + $signature: 627 }; A.editingReducer__closure4.prototype = { call$1(b) { @@ -460185,7 +460313,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 232 + $signature: 212 }; A.editingReducer_closure5.prototype = { call$2(quotes, action) { @@ -460240,7 +460368,18 @@ call$1(b) { var t1 = b.get$lineItems(); $.$get$isSoundMode(); - B.JSArray_methods.add$1(t1.get$_safeList(), this.action.quoteItem); + B.JSArray_methods.add$1(t1.get$_safeList(), this.item); + return b; + }, + $signature: 8 + }; + A._addQuoteItem_closure0.prototype = { + call$1(b) { + var t1 = b.get$lineItems(), + t2 = this.action.index; + t2.toString; + $.$get$isSoundMode(); + B.JSArray_methods.insert$2(t1.get$_safeList(), t2, this.item); return b; }, $signature: 8 @@ -460273,7 +460412,7 @@ call$2(state, action) { return state.rebuild$1(new A.quoteListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.quoteListReducer__closure.prototype = { call$1(b) { @@ -460458,13 +460597,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 196 + $signature: 207 }; A._purgeClientSuccess_closure1.prototype = { call$1(each) { return each.id; }, - $signature: 347 + $signature: 285 }; A._purgeClientSuccess_closure.prototype = { call$1(b) { @@ -460477,13 +460616,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure0(t1), true); return b; }, - $signature: 208 + $signature: 197 }; A._purgeClientSuccess__closure.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 417 + $signature: 445 }; A._purgeClientSuccess__closure0.prototype = { call$1(p0) { @@ -460501,14 +460640,14 @@ call$1(item) { return item; }, - $signature: 115 + $signature: 123 }; A._markSentQuoteSuccess_closure.prototype = { call$1(b) { b.get$map(0).addAll$1(0, this.quoteMap); return b; }, - $signature: 208 + $signature: 197 }; A._archiveQuoteSuccess_closure.prototype = { call$1(b) { @@ -460582,7 +460721,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 208 + $signature: 197 }; A._convertQuotesToInvoicesSuccess_closure0.prototype = { call$1(item) { @@ -460594,14 +460733,14 @@ call$1(item) { return item; }, - $signature: 115 + $signature: 123 }; A._convertQuotesToInvoicesSuccess_closure.prototype = { call$1(b) { b.get$map(0).addAll$1(0, this.quoteMap); return b; }, - $signature: 208 + $signature: 197 }; A._convertQuotesToProjectsSuccess_closure0.prototype = { call$1(item) { @@ -460613,14 +460752,14 @@ call$1(item) { return item; }, - $signature: 115 + $signature: 123 }; A._convertQuotesToProjectsSuccess_closure.prototype = { call$1(b) { b.get$map(0).addAll$1(0, this.quoteMap); return b; }, - $signature: 208 + $signature: 197 }; A._addQuote_closure.prototype = { call$1(b) { @@ -460632,7 +460771,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 208 + $signature: 197 }; A._addQuote__closure.prototype = { call$1(b) { @@ -460648,7 +460787,7 @@ b.get$map(0).$indexSet(0, t1.id, t1.rebuild$1(new A._updateQuote__closure())); return b; }, - $signature: 208 + $signature: 197 }; A._updateQuote__closure.prototype = { call$1(b) { @@ -460662,13 +460801,13 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 414 + $signature: 442 }; A.quoteContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 189 + $signature: 171 }; A.memoizedDropdownQuoteList_closure.prototype = { call$7(quoteMap, clientMap, vendorMap, quoteList, clientId, userMap, excludedIds) { @@ -460736,7 +460875,7 @@ call$7(selectionState, quoteMap, quoteList, clientMap, vendorMap, quoteListState, userMap) { return A.filteredQuotesSelector(selectionState, quoteMap, quoteList, clientMap, vendorMap, quoteListState, userMap); }, - $signature: 626 + $signature: 628 }; A.filteredQuotesSelector_closure.prototype = { call$1(quoteId) { @@ -460827,7 +460966,7 @@ call$2(clientId, quoteMap) { return A.quoteStatsForClient(clientId, quoteMap); }, - $signature: 104 + $signature: 106 }; A.quoteStatsForClient_closure.prototype = { call$2(quoteId, quote) { @@ -460860,13 +460999,13 @@ } } }, - $signature: 75 + $signature: 72 }; A.memoizedQuoteStatsForDesign_closure.prototype = { call$2(designId, quoteMap) { return A.quoteStatsForDesign(designId, quoteMap); }, - $signature: 104 + $signature: 106 }; A.quoteStatsForDesign_closure.prototype = { call$2(quoteId, quote) { @@ -460899,13 +461038,13 @@ } } }, - $signature: 75 + $signature: 72 }; A.memoizedQuoteStatsForUser_closure.prototype = { call$2(userId, quoteMap) { return A.quoteStatsForUser(userId, quoteMap); }, - $signature: 104 + $signature: 106 }; A.quoteStatsForUser_closure.prototype = { call$2(quoteId, quote) { @@ -460938,7 +461077,7 @@ } } }, - $signature: 75 + $signature: 72 }; A.QuoteState.prototype = { $get$1(_, quoteId) { @@ -460968,7 +461107,7 @@ call$1(item) { return item; }, - $signature: 115 + $signature: 123 }; A.QuoteState_loadQuotes_closure.prototype = { call$1(b) { @@ -460983,7 +461122,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 208 + $signature: 197 }; A.QuoteUIState.prototype = { get$isCreatingNew() { @@ -461535,7 +461674,7 @@ call$1(recurringExpense) { return recurringExpense.get$id(recurringExpense); }, - $signature: 50 + $signature: 52 }; A.handleRecurringExpenseAction_closure0.prototype = { call$1(b) { @@ -461566,7 +461705,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -461621,13 +461760,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewRecurringExpenseList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -461643,7 +461782,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveRecurringExpense__closure.prototype = { call$1(id) { @@ -461651,7 +461790,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 230 + $signature: 216 }; A._archiveRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { @@ -461660,7 +461799,7 @@ t1[0].call$1(new A.ArchiveRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 202 + $signature: 201 }; A._archiveRecurringExpense__closure1.prototype = { call$1(error) { @@ -461671,7 +461810,7 @@ t1[0].call$1(new A.ArchiveRecurringExpensesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -461687,7 +461826,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteRecurringExpense__closure.prototype = { call$1(id) { @@ -461695,7 +461834,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 230 + $signature: 216 }; A._deleteRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { @@ -461704,7 +461843,7 @@ t1[0].call$1(new A.DeleteRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 202 + $signature: 201 }; A._deleteRecurringExpense__closure1.prototype = { call$1(error) { @@ -461715,7 +461854,7 @@ t1[0].call$1(new A.DeleteRecurringExpensesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -461731,7 +461870,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreRecurringExpense__closure.prototype = { call$1(id) { @@ -461739,7 +461878,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 230 + $signature: 216 }; A._restoreRecurringExpense__closure0.prototype = { call$1(recurringExpenses) { @@ -461748,7 +461887,7 @@ t1[0].call$1(new A.RestoreRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 202 + $signature: 201 }; A._restoreRecurringExpense__closure1.prototype = { call$1(error) { @@ -461759,7 +461898,7 @@ t1[0].call$1(new A.RestoreRecurringExpensesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -461772,7 +461911,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveRecurringExpense__closure.prototype = { call$1(recurringExpense) { @@ -461788,7 +461927,7 @@ } t1.completer.complete$1(0, recurringExpense); }, - $signature: 168 + $signature: 163 }; A._saveRecurringExpense__closure0.prototype = { call$1(error) { @@ -461799,7 +461938,7 @@ t1[0].call$1(new A.SaveRecurringExpenseFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -461815,7 +461954,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadRecurringExpense__closure.prototype = { call$1(recurringExpense) { @@ -461826,7 +461965,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 168 + $signature: 163 }; A._loadRecurringExpense__closure0.prototype = { call$1(error) { @@ -461839,7 +461978,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadRecurringExpenses_closure.prototype = { call$3(store, dynamicAction, next) { @@ -461855,7 +461994,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadRecurringExpenses__closure.prototype = { call$1(data) { @@ -461869,19 +462008,19 @@ this.action.toString; t1[0].call$1(new A.LoadTransactions(null, 1)); }, - $signature: 644 + $signature: 646 }; A._loadRecurringExpenses___closure.prototype = { call$1(expense) { B.JSArray_methods.forEach$1(expense.documents._list$_list, new A._loadRecurringExpenses____closure(this.documents, expense)); }, - $signature: 332 + $signature: 304 }; A._loadRecurringExpenses____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadRecurringExpenses_____closure(this.expense))); }, - $signature: 38 + $signature: 37 }; A._loadRecurringExpenses_____closure.prototype = { call$1(b) { @@ -461900,7 +462039,7 @@ t1[0].call$1(new A.LoadRecurringExpensesFailure(error)); this.action.toString; }, - $signature: 3 + $signature: 2 }; A._startRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -461913,7 +462052,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._startRecurringExpense__closure.prototype = { call$1(expenses) { @@ -461922,7 +462061,7 @@ t1[0].call$1(new A.StartRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 202 + $signature: 201 }; A._startRecurringExpense__closure0.prototype = { call$1(error) { @@ -461933,7 +462072,7 @@ t1[0].call$1(new A.StartRecurringExpensesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._stopRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -461946,7 +462085,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._stopRecurringExpense__closure.prototype = { call$1(expenses) { @@ -461955,7 +462094,7 @@ t1[0].call$1(new A.StopRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 202 + $signature: 201 }; A._stopRecurringExpense__closure0.prototype = { call$1(error) { @@ -461966,7 +462105,7 @@ t1[0].call$1(new A.StopRecurringExpensesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveDocument_closure2.prototype = { call$3(store, dynamicAction, next) { @@ -461986,7 +462125,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure5.prototype = { call$1(expense) { @@ -461999,13 +462138,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 168 + $signature: 163 }; A._saveDocument___closure2.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure2(this.expense))); }, - $signature: 38 + $signature: 37 }; A._saveDocument____closure2.prototype = { call$1(b) { @@ -462024,7 +462163,7 @@ t1[0].call$1(new A.SaveRecurringExpenseDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.recurringExpenseUIReducer_closure.prototype = { call$1(b) { @@ -462113,7 +462252,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.selectedIdReducer_closure303.prototype = { call$2(completer, action) { @@ -462131,7 +462270,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_recurringExpense ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure306.prototype = { call$2(selectedId, action) { @@ -462149,13 +462288,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure309.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure310.prototype = { call$2(selectedId, action) { @@ -462253,7 +462392,7 @@ call$2(state, action) { return state.rebuild$1(new A.recurringExpenseListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.recurringExpenseListReducer__closure.prototype = { call$1(b) { @@ -462412,7 +462551,7 @@ call$1(each) { return each.id; }, - $signature: 369 + $signature: 416 }; A._purgeClientSuccess_closure14.prototype = { call$1(b) { @@ -462425,13 +462564,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure10(t1), true); return b; }, - $signature: 300 + $signature: 332 }; A._purgeClientSuccess__closure9.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 642 + $signature: 645 }; A._purgeClientSuccess__closure10.prototype = { call$1(p0) { @@ -462459,7 +462598,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 337 + $signature: 333 }; A._deleteRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -462481,7 +462620,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 337 + $signature: 333 }; A._restoreRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -462503,7 +462642,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 337 + $signature: 333 }; A._addRecurringExpense_closure.prototype = { call$1(b) { @@ -462515,7 +462654,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 300 + $signature: 332 }; A._addRecurringExpense__closure.prototype = { call$1(b) { @@ -462531,7 +462670,7 @@ b.get$map(0).$indexSet(0, t1.id, t1.rebuild$1(new A._updateRecurringExpense__closure())); return b; }, - $signature: 300 + $signature: 332 }; A._updateRecurringExpense__closure.prototype = { call$1(b) { @@ -462561,7 +462700,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 337 + $signature: 333 }; A._stopRecurringExpensesSuccess_closure.prototype = { call$1(b) { @@ -462583,7 +462722,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 337 + $signature: 333 }; A._setLoadedRecurringExpense_closure.prototype = { call$1(b) { @@ -462591,7 +462730,7 @@ b.get$map(0).$indexSet(0, t1.id, t1.rebuild$1(new A._setLoadedRecurringExpense__closure())); return b; }, - $signature: 300 + $signature: 332 }; A._setLoadedRecurringExpense__closure.prototype = { call$1(b) { @@ -462605,7 +462744,7 @@ call$9(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { return A.filteredRecurringExpensesSelector(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState); }, - $signature: 641 + $signature: 644 }; A.filteredRecurringExpensesSelector_closure.prototype = { call$1(expenseId) { @@ -462728,7 +462867,7 @@ call$2(clientId, expenseMap) { return A.recurringExpenseStatsForClient(clientId, expenseMap); }, - $signature: 186 + $signature: 192 }; A.recurringExpenseStatsForClient_closure.prototype = { call$2(expenseId, expense) { @@ -462767,7 +462906,7 @@ call$2(vendorId, expenseMap) { return A.recurringExpenseStatsForVendor(vendorId, expenseMap); }, - $signature: 186 + $signature: 192 }; A.recurringExpenseStatsForVendor_closure.prototype = { call$2(expenseId, expense) { @@ -462806,7 +462945,7 @@ call$2(vendorId, transactionMap) { return A.transactionStatsForVendor(vendorId, transactionMap); }, - $signature: 392 + $signature: 407 }; A.transactionStatsForVendor_closure.prototype = { call$2(transactionId, transaction) { @@ -462839,13 +462978,13 @@ } } }, - $signature: 395 + $signature: 405 }; A.memoizedRecurringExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { return A.recurringExpenseStatsForUser(userId, expenseMap); }, - $signature: 186 + $signature: 192 }; A.recurringExpenseStatsForUser_closure.prototype = { call$2(expenseId, expense) { @@ -462879,7 +463018,7 @@ call$2(expenseId, expenseMap) { return A.recurringExpenseStatsForExpense(expenseId, expenseMap); }, - $signature: 186 + $signature: 192 }; A.recurringExpenseStatsForExpense_closure.prototype = { call$2(expenseId, expense) { @@ -462937,7 +463076,7 @@ call$1(item) { return item; }, - $signature: 640 + $signature: 642 }; A.RecurringExpenseState_loadRecurringExpenses_closure.prototype = { call$1(b) { @@ -462952,7 +463091,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 300 + $signature: 332 }; A.RecurringExpenseUIState.prototype = { get$isCreatingNew() { @@ -463506,7 +463645,7 @@ call$1(recurringInvoice) { return recurringInvoice.get$id(recurringInvoice); }, - $signature: 50 + $signature: 52 }; A.handleRecurringInvoiceAction_closure0.prototype = { call$1(_) { @@ -463549,7 +463688,7 @@ t2.toString; return A.AlertDialog$(A._setArrayType([t6, A.TextButton$(false, A.Text$(J.$index$asx(t2, "submit").toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.handleRecurringInvoiceAction__closure1(t1, context), _null)], type$.JSArray_Widget), _null, _null, t5, _null, _null, t4); }, - $signature: 155 + $signature: 160 }; A.handleRecurringInvoiceAction__closure.prototype = { call$1(value) { @@ -463620,7 +463759,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -463675,13 +463814,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewRecurringInvoiceList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._showPdfRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -463727,7 +463866,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._startRecurringInvoice__closure.prototype = { call$1(invoices) { @@ -463736,7 +463875,7 @@ t1[0].call$1(new A.StartRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._startRecurringInvoice__closure0.prototype = { call$1(error) { @@ -463747,7 +463886,7 @@ t1[0].call$1(new A.StartRecurringInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._stopRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -463760,7 +463899,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._stopRecurringInvoice__closure.prototype = { call$1(invoices) { @@ -463769,7 +463908,7 @@ t1[0].call$1(new A.StopRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._stopRecurringInvoice__closure0.prototype = { call$1(error) { @@ -463780,7 +463919,7 @@ t1[0].call$1(new A.StopRecurringInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._updatePricesRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -463793,7 +463932,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._updatePricesRecurringInvoice__closure.prototype = { call$1(invoices) { @@ -463802,7 +463941,7 @@ t1[0].call$1(new A.UpdatePricesRecurringInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._updatePricesRecurringInvoice__closure0.prototype = { call$1(error) { @@ -463814,7 +463953,7 @@ t1[0].call$1(new A.UpdatePricesRecurringInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._increasePricesRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -463827,7 +463966,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._increasePricesRecurringInvoice__closure.prototype = { call$1(invoices) { @@ -463836,7 +463975,7 @@ t1[0].call$1(new A.IncreasePricesRecurringInvoicesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._increasePricesRecurringInvoice__closure0.prototype = { call$1(error) { @@ -463848,7 +463987,7 @@ t1[0].call$1(new A.IncreasePricesRecurringInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._sendNowRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -463861,7 +464000,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._sendNowRecurringInvoice__closure.prototype = { call$1(invoices) { @@ -463870,7 +464009,7 @@ t1[0].call$1(new A.SendNowRecurringInvoicesSuccess(invoices)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._sendNowRecurringInvoice__closure0.prototype = { call$1(error) { @@ -463882,7 +464021,7 @@ t1[0].call$1(new A.SendNowRecurringInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._archiveRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -463898,7 +464037,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveRecurringInvoice__closure.prototype = { call$1(id) { @@ -463906,7 +464045,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 93 + $signature: 94 }; A._archiveRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { @@ -463915,7 +464054,7 @@ t1[0].call$1(new A.ArchiveRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._archiveRecurringInvoice__closure1.prototype = { call$1(error) { @@ -463926,7 +464065,7 @@ t1[0].call$1(new A.ArchiveRecurringInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -463942,7 +464081,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteRecurringInvoice__closure.prototype = { call$1(id) { @@ -463950,7 +464089,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 93 + $signature: 94 }; A._deleteRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { @@ -463959,7 +464098,7 @@ t1[0].call$1(new A.DeleteRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._deleteRecurringInvoice__closure1.prototype = { call$1(error) { @@ -463970,7 +464109,7 @@ t1[0].call$1(new A.DeleteRecurringInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -463986,7 +464125,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreRecurringInvoice__closure.prototype = { call$1(id) { @@ -463994,7 +464133,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 93 + $signature: 94 }; A._restoreRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { @@ -464003,7 +464142,7 @@ t1[0].call$1(new A.RestoreRecurringInvoicesSuccess(recurringInvoices)); this.action.completer.complete$1(0, null); }, - $signature: 41 + $signature: 42 }; A._restoreRecurringInvoice__closure1.prototype = { call$1(error) { @@ -464014,7 +464153,7 @@ t1[0].call$1(new A.RestoreRecurringInvoicesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -464028,7 +464167,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveRecurringInvoice__closure.prototype = { call$1(b) { @@ -464042,7 +464181,7 @@ call$1(item) { return !item.get$isEmpty(0); }, - $signature: 86 + $signature: 89 }; A._saveRecurringInvoice__closure0.prototype = { call$1(recurringInvoice) { @@ -464069,7 +464208,7 @@ t1[0].call$1(new A.SaveRecurringInvoiceFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -464085,7 +464224,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadRecurringInvoice__closure.prototype = { call$1(recurringInvoice) { @@ -464109,7 +464248,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadRecurringInvoices_closure.prototype = { call$3(store, dynamicAction, next) { @@ -464125,7 +464264,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadRecurringInvoices__closure.prototype = { call$1(data) { @@ -464143,19 +464282,19 @@ } else t1[0].call$1(new A.LoadPayments(null, 1)); }, - $signature: 299 + $signature: 282 }; A._loadRecurringInvoices___closure.prototype = { call$1(client) { B.JSArray_methods.forEach$1(client.documents._list$_list, new A._loadRecurringInvoices____closure(this.documents, client)); }, - $signature: 151 + $signature: 145 }; A._loadRecurringInvoices____closure.prototype = { call$1(invoice) { this.documents.push(invoice.rebuild$1(new A._loadRecurringInvoices_____closure(this.client))); }, - $signature: 38 + $signature: 37 }; A._loadRecurringInvoices_____closure.prototype = { call$1(b) { @@ -464173,7 +464312,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.LoadRecurringInvoicesFailure(error)); }, - $signature: 3 + $signature: 2 }; A._saveDocument_closure1.prototype = { call$3(store, dynamicAction, next) { @@ -464193,7 +464332,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure3.prototype = { call$1(invoice) { @@ -464212,7 +464351,7 @@ call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure1(this.invoice))); }, - $signature: 38 + $signature: 37 }; A._saveDocument____closure1.prototype = { call$1(b) { @@ -464231,7 +464370,7 @@ t1[0].call$1(new A.SaveRecurringInvoiceDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.recurringInvoiceUIReducer_closure.prototype = { call$1(b) { @@ -464324,7 +464463,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.historyActivityIdReducer_closure1.prototype = { call$2(index, action) { @@ -464360,7 +464499,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure242.prototype = { call$2(selectedId, action) { @@ -464391,13 +464530,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure247.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure248.prototype = { call$2(selectedId, action) { @@ -464451,7 +464590,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? "" : selectedId; }, - $signature: 172 + $signature: 173 }; A.selectedIdReducer_closure257.prototype = { call$2(selectedId, action) { @@ -464483,7 +464622,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure32()); }, - $signature: 624 + $signature: 626 }; A.editingReducer__closure32.prototype = { call$1(b) { @@ -464554,7 +464693,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 232 + $signature: 212 }; A.editingReducer_closure82.prototype = { call$2(recurringInvoices, action) { @@ -464614,6 +464753,17 @@ }, $signature: 8 }; + A._addRecurringInvoiceItem_closure0.prototype = { + call$1(b) { + var t1 = b.get$lineItems(), + t2 = this.action.index; + t2.toString; + $.$get$isSoundMode(); + B.JSArray_methods.insert$2(t1.get$_safeList(), t2, this.item); + return b; + }, + $signature: 8 + }; A._addRecurringInvoiceItems_closure.prototype = { call$1(b) { b.get$lineItems().addAll$1(0, this.action.items); @@ -464642,7 +464792,7 @@ call$2(state, action) { return state.rebuild$1(new A.recurringInvoiceListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.recurringInvoiceListReducer__closure.prototype = { call$1(b) { @@ -464816,13 +464966,13 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 196 + $signature: 207 }; A._purgeClientSuccess_closure13.prototype = { call$1(each) { return each.id; }, - $signature: 347 + $signature: 285 }; A._purgeClientSuccess_closure11.prototype = { call$1(b) { @@ -464835,13 +464985,13 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure8(t1), true); return b; }, - $signature: 305 + $signature: 335 }; A._purgeClientSuccess__closure7.prototype = { call$2(p0, p1) { return B.JSArray_methods.contains$1(this.ids, p0); }, - $signature: 417 + $signature: 445 }; A._purgeClientSuccess__closure8.prototype = { call$1(p0) { @@ -464869,7 +465019,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 270 + $signature: 262 }; A._deleteRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -464891,7 +465041,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 270 + $signature: 262 }; A._emailRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -464901,7 +465051,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$invoice()); return b; }, - $signature: 305 + $signature: 335 }; A._restoreRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -464923,7 +465073,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 270 + $signature: 262 }; A._sendNowRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -464945,7 +465095,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 270 + $signature: 262 }; A._startRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -464967,7 +465117,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 270 + $signature: 262 }; A._stopRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -464989,7 +465139,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 270 + $signature: 262 }; A._addRecurringInvoice_closure.prototype = { call$1(b) { @@ -465001,7 +465151,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 305 + $signature: 335 }; A._addRecurringInvoice__closure.prototype = { call$1(b) { @@ -465016,7 +465166,7 @@ b.get$map(0).$indexSet(0, J.get$id$x(this.action.get$recurringInvoice()), this.recurringInvoice.rebuild$1(new A._updateRecurringInvoice__closure())); return b; }, - $signature: 305 + $signature: 335 }; A._updateRecurringInvoice__closure.prototype = { call$1(b) { @@ -465119,7 +465269,7 @@ call$2(clientId, invoiceMap) { return A.recurringInvoiceStatsForClient(clientId, invoiceMap); }, - $signature: 104 + $signature: 106 }; A.recurringInvoiceStatsForClient_closure.prototype = { call$2(invoiceId, invoice) { @@ -465152,13 +465302,13 @@ } } }, - $signature: 75 + $signature: 72 }; A.memoizedRecurringInvoiceStatsForUser_closure.prototype = { call$2(userId, invoiceMap) { return A.recurringInvoiceStatsForUser(userId, invoiceMap); }, - $signature: 104 + $signature: 106 }; A.recurringInvoiceStatsForUser_closure.prototype = { call$2(invoiceId, invoice) { @@ -465186,13 +465336,13 @@ } } }, - $signature: 75 + $signature: 72 }; A.memoizedRecurringInvoiceStatsForInvoice_closure.prototype = { call$2(invoiceId, invoiceMap) { return A.recurringInvoiceStatsForInvoice(invoiceId, invoiceMap); }, - $signature: 104 + $signature: 106 }; A.recurringInvoiceStatsForInvoice_closure.prototype = { call$2(invoiceId, invoice) { @@ -465220,13 +465370,13 @@ } } }, - $signature: 75 + $signature: 72 }; A.memoizedRecurringInvoiceStatsForDesign_closure.prototype = { call$2(designId, recurringInvoiceMap) { return A.recurringInvoiceStatsForDesign(designId, recurringInvoiceMap); }, - $signature: 104 + $signature: 106 }; A.recurringInvoiceStatsForDesign_closure.prototype = { call$2(invoiceId, invoice) { @@ -465259,13 +465409,13 @@ } } }, - $signature: 75 + $signature: 72 }; A.memoizedRecurringInvoiceStatsForSubscription_closure.prototype = { call$2(subscriptionId, invoiceMap) { return A.recurringInvoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 104 + $signature: 106 }; A.recurringInvoiceStatsForSubscription_closure.prototype = { call$2(invoiceId, invoice) { @@ -465298,7 +465448,7 @@ } } }, - $signature: 75 + $signature: 72 }; A.RecurringInvoiceState.prototype = { $get$1(_, invoiceId) { @@ -465328,7 +465478,7 @@ call$1(item) { return item; }, - $signature: 115 + $signature: 123 }; A.RecurringInvoiceState_loadRecurringInvoices_closure.prototype = { call$1(b) { @@ -465343,7 +465493,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 305 + $signature: 335 }; A.RecurringInvoiceUIState.prototype = { get$isCreatingNew() { @@ -465785,7 +465935,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewReports__closure.prototype = { call$0() { @@ -465806,7 +465956,7 @@ call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A.reportsUIReducer_closure.prototype = { call$1(b) { @@ -466181,7 +466331,7 @@ call$1(schedule) { return schedule.get$id(schedule); }, - $signature: 50 + $signature: 52 }; A._editSchedule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -466198,7 +466348,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewSchedule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -466253,13 +466403,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewScheduleList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveSchedule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -466275,7 +466425,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveSchedule__closure.prototype = { call$1(id) { @@ -466303,7 +466453,7 @@ t1[0].call$1(new A.ArchiveSchedulesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteSchedule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -466319,7 +466469,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteSchedule__closure.prototype = { call$1(id) { @@ -466347,7 +466497,7 @@ t1[0].call$1(new A.DeleteSchedulesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreSchedule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -466363,7 +466513,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreSchedule__closure.prototype = { call$1(id) { @@ -466391,7 +466541,7 @@ t1[0].call$1(new A.RestoreSchedulesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveSchedule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -466407,7 +466557,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveSchedule__closure.prototype = { call$1(schedule) { @@ -466423,7 +466573,7 @@ } t1.completer.complete$1(0, schedule); }, - $signature: 440 + $signature: 430 }; A._saveSchedule__closure0.prototype = { call$1(error) { @@ -466434,7 +466584,7 @@ t1[0].call$1(new A.SaveScheduleFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadSchedule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -466450,7 +466600,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadSchedule__closure.prototype = { call$1(schedule) { @@ -466459,7 +466609,7 @@ t1[0].call$1(new A.LoadScheduleSuccess(schedule)); this.action.completer.complete$1(0, null); }, - $signature: 440 + $signature: 430 }; A._loadSchedule__closure0.prototype = { call$1(error) { @@ -466470,7 +466620,7 @@ t1[0].call$1(new A.LoadScheduleFailure(error)); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadSchedules_closure.prototype = { call$3(store, dynamicAction, next) { @@ -466486,7 +466636,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadSchedules__closure.prototype = { call$1(data) { @@ -466510,7 +466660,7 @@ t1.get$completer(); t1.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.scheduleUIReducer_closure.prototype = { call$1(b) { @@ -466593,7 +466743,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.selectedIdReducer_closure384.prototype = { call$2(completer, action) { @@ -466611,7 +466761,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_schedule ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure387.prototype = { call$2(selectedId, action) { @@ -466629,13 +466779,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure390.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure391.prototype = { call$2(selectedId, action) { @@ -466727,7 +466877,7 @@ call$2(state, action) { return state.rebuild$1(new A.scheduleListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.scheduleListReducer__closure.prototype = { call$1(b) { @@ -466936,7 +467086,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 441 + $signature: 425 }; A._updateSchedule_closure.prototype = { call$1(b) { @@ -466944,7 +467094,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 441 + $signature: 425 }; A._setLoadedSchedule_closure.prototype = { call$1(b) { @@ -466952,7 +467102,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 441 + $signature: 425 }; A.memoizedFilteredScheduleList_closure.prototype = { call$4(selectionState, scheduleMap, scheduleList, scheduleListState) { @@ -467017,7 +467167,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 441 + $signature: 425 }; A.ScheduleUIState.prototype = { get$isCreatingNew() { @@ -467512,7 +467662,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewSettings__closure.prototype = { call$0() { @@ -467552,7 +467702,7 @@ call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._saveCompany_closure.prototype = { call$3(store, dynamicAction, next) { @@ -467565,7 +467715,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveCompany__closure.prototype = { call$1(company) { @@ -467586,7 +467736,7 @@ t1[0].call$1(new A.SaveCompanyFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveEInvoiceCertificate_closure.prototype = { call$3(store, dynamicAction, next) { @@ -467599,7 +467749,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveEInvoiceCertificate__closure.prototype = { call$1(company) { @@ -467619,7 +467769,7 @@ t1[0].call$1(new A.SaveEInvoiceCertificateFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveAuthUser_closure.prototype = { call$3(store, dynamicAction, next) { @@ -467632,7 +467782,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveAuthUser__closure.prototype = { call$1(user) { @@ -467644,7 +467794,7 @@ t1.complete$0(0); A.WidgetUtils_updateData(); }, - $signature: 193 + $signature: 186 }; A._saveAuthUser__closure0.prototype = { call$1(error) { @@ -467659,7 +467809,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._connectOAuthUser_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -467672,7 +467822,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._connectOAuthUser__closure.prototype = { call$1(user) { @@ -467681,7 +467831,7 @@ t1[0].call$1(new A.ConnectOAuthUserSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 193 + $signature: 186 }; A._connectOAuthUser__closure0.prototype = { call$1(error) { @@ -467694,7 +467844,7 @@ t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._disconnectOAuthUser_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -467707,7 +467857,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._disconnectOAuthUser__closure.prototype = { call$1(user) { @@ -467716,7 +467866,7 @@ t1[0].call$1(new A.DisconnectOAuthUserSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 193 + $signature: 186 }; A._disconnectOAuthUser__closure0.prototype = { call$1(error) { @@ -467729,7 +467879,7 @@ t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._disconnectOAuthMailer_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -467742,7 +467892,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._disconnectOAuthMailer__closure.prototype = { call$1(user) { @@ -467751,7 +467901,7 @@ t1[0].call$1(new A.DisconnectOAuthMailerSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 193 + $signature: 186 }; A._disconnectOAuthMailer__closure0.prototype = { call$1(error) { @@ -467764,7 +467914,7 @@ t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._connectGmailUser_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -467777,7 +467927,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._connectGmailUser__closure.prototype = { call$1(user) { @@ -467788,7 +467938,7 @@ t1.get$completer(); t1.get$completer().complete$0(0); }, - $signature: 193 + $signature: 186 }; A._connectGmailUser__closure0.prototype = { call$1(error) { @@ -467803,7 +467953,7 @@ t1.get$completer(); t1.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._disableTwoFactor_closure.prototype = { call$3(store, dynamicAction, next) { @@ -467816,7 +467966,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._disableTwoFactor__closure.prototype = { call$1(_) { @@ -467825,7 +467975,7 @@ t1[0].call$1(new A.DisableTwoFactorSuccess()); this.action.completer.complete$0(0); }, - $signature: 177 + $signature: 176 }; A._disableTwoFactor__closure0.prototype = { call$1(error) { @@ -467838,7 +467988,7 @@ t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveSettings_closure.prototype = { call$3(store, dynamicAction, next) { @@ -467851,7 +468001,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveSettings__closure.prototype = { call$1(userCompany) { @@ -467871,7 +468021,7 @@ t1[0].call$1(new A.SaveUserSettingsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._uploadLogo_closure.prototype = { call$3(store, dynamicAction, next) { @@ -467891,7 +468041,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._uploadLogo__closure.prototype = { call$1(entity) { @@ -467928,7 +468078,7 @@ t1[0].call$1(new A.UploadLogoFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveDocument_closure4.prototype = { call$3(store, dynamicAction, next) { @@ -467948,7 +468098,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure9.prototype = { call$1(company) { @@ -467967,7 +468117,7 @@ call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure4(this.company))); }, - $signature: 38 + $signature: 37 }; A._saveDocument____closure4.prototype = { call$1(b) { @@ -467986,7 +468136,7 @@ t1[0].call$1(new A.SaveCompanyDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.settingsUIReducer_closure.prototype = { call$2(state, action) { @@ -468068,7 +468218,7 @@ b.get$_settings_state$_$this()._settings_state$_entityType = t1; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure0.prototype = { call$2(state, action) { @@ -468085,7 +468235,7 @@ b.get$_settings_state$_$this()._isChanged = true; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure1.prototype = { call$2(state, action) { @@ -468109,7 +468259,7 @@ b.get$_settings_state$_$this()._isChanged = true; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer__closure17.prototype = { call$1(b) { @@ -468120,7 +468270,7 @@ b.get$_settings_state$_$this()._isChanged = true; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer__closure18.prototype = { call$1(b) { @@ -468131,7 +468281,7 @@ b.get$_settings_state$_$this()._isChanged = true; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure2.prototype = { call$2(state, action) { @@ -468148,7 +468298,7 @@ b.get$_settings_state$_$this()._isChanged = true; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure3.prototype = { call$2(state, action) { @@ -468181,7 +468331,7 @@ b.get$_settings_state$_$this()._updatedAt = t2; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure4.prototype = { call$2(state, action) { @@ -468203,7 +468353,7 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure5.prototype = { call$2(state, action) { @@ -468217,7 +468367,7 @@ b.get$_settings_state$_$this()._updatedAt = t1; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure6.prototype = { call$2(state, action) { @@ -468239,7 +468389,7 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure7.prototype = { call$2(state, action) { @@ -468261,7 +468411,7 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure8.prototype = { call$2(state, action) { @@ -468281,7 +468431,7 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure9.prototype = { call$2(state, action) { @@ -468301,7 +468451,7 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure10.prototype = { call$2(state, action) { @@ -468321,7 +468471,7 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure11.prototype = { call$2(state, action) { @@ -468341,7 +468491,7 @@ b.get$_settings_state$_$this()._isChanged = false; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure12.prototype = { call$2(state, action) { @@ -468357,7 +468507,7 @@ b.get$_settings_state$_$this()._settings_state$_filterClearedAt = t1; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure13.prototype = { call$2(state, action) { @@ -468379,7 +468529,7 @@ b.get$_settings_state$_$this()._tabIndex = 0; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure14.prototype = { call$2(state, action) { @@ -468392,7 +468542,7 @@ b.get$_settings_state$_$this()._tabIndex = this.action.tabIndex; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure15.prototype = { call$2(state, action) { @@ -468405,7 +468555,7 @@ b.get$_settings_state$_$this()._selectedTemplate = this.action.selectedTemplate; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure16.prototype = { call$2(state, action) { @@ -468419,7 +468569,7 @@ b.get$_settings_state$_$this()._updatedAt = t1; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure17.prototype = { call$2(state, action) { @@ -468432,7 +468582,7 @@ b.get$_settings_state$_$this()._showNewSettings = !this.state.showNewSettings; return b; }, - $signature: 91 + $signature: 88 }; A.settingsUIReducer_closure18.prototype = { call$2(state, action) { @@ -468445,7 +468595,7 @@ b.get$_settings_state$_$this()._settings_state$_showPdfPreview = !this.state.showPdfPreview; return b; }, - $signature: 91 + $signature: 88 }; A.SettingsUIState.prototype = { get$settings() { @@ -469312,7 +469462,7 @@ call$1(v) { return J.$index$asx(v, "value"); }, - $signature: 224 + $signature: 228 }; A.fontMap_closure0.prototype = { call$1(v) { @@ -469867,7 +470017,7 @@ call$1(subscription) { return subscription.get$id(subscription); }, - $signature: 50 + $signature: 52 }; A._editSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -469884,7 +470034,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -469939,13 +470089,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewSubscriptionList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -469961,7 +470111,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveSubscription__closure.prototype = { call$1(id) { @@ -469989,7 +470139,7 @@ t1[0].call$1(new A.ArchiveSubscriptionsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -470005,7 +470155,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteSubscription__closure.prototype = { call$1(id) { @@ -470033,7 +470183,7 @@ t1[0].call$1(new A.DeleteSubscriptionsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -470049,7 +470199,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreSubscription__closure.prototype = { call$1(id) { @@ -470077,7 +470227,7 @@ t1[0].call$1(new A.RestoreSubscriptionsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -470090,7 +470240,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveSubscription__closure.prototype = { call$1(subscription) { @@ -470106,7 +470256,7 @@ } t1.completer.complete$1(0, subscription); }, - $signature: 437 + $signature: 419 }; A._saveSubscription__closure0.prototype = { call$1(error) { @@ -470117,7 +470267,7 @@ t1[0].call$1(new A.SaveSubscriptionFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -470133,7 +470283,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadSubscription__closure.prototype = { call$1(subscription) { @@ -470142,7 +470292,7 @@ t1[0].call$1(new A.LoadSubscriptionSuccess(subscription)); this.action.completer.complete$1(0, null); }, - $signature: 437 + $signature: 419 }; A._loadSubscription__closure0.prototype = { call$1(error) { @@ -470153,7 +470303,7 @@ t1[0].call$1(new A.LoadSubscriptionFailure(error)); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadSubscriptions_closure.prototype = { call$3(store, dynamicAction, next) { @@ -470169,7 +470319,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadSubscriptions__closure.prototype = { call$1(data) { @@ -470193,7 +470343,7 @@ t1.get$completer(); t1.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.subscriptionUIReducer_closure.prototype = { call$1(b) { @@ -470276,7 +470426,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.selectedIdReducer_closure288.prototype = { call$2(completer, action) { @@ -470294,7 +470444,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_paymentLink ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure291.prototype = { call$2(selectedId, action) { @@ -470313,13 +470463,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure294.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure295.prototype = { call$2(selectedId, action) { @@ -470405,13 +470555,13 @@ b.get$_subscription_model$_$this()._subscription_model$_isChanged = true; return b; }, - $signature: 81 + $signature: 79 }; A.subscriptionListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.subscriptionListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.subscriptionListReducer__closure.prototype = { call$1(b) { @@ -470609,7 +470759,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 429 + $signature: 399 }; A._updateSubscription_closure.prototype = { call$1(b) { @@ -470617,7 +470767,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 429 + $signature: 399 }; A._setLoadedSubscription_closure.prototype = { call$1(b) { @@ -470625,7 +470775,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 429 + $signature: 399 }; A.memoizedFilteredSubscriptionList_closure.prototype = { call$4(selectionState, subscriptionMap, subscriptionList, subscriptionListState) { @@ -470695,7 +470845,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 429 + $signature: 399 }; A.SubscriptionUIState.prototype = { get$isCreatingNew() { @@ -471228,7 +471378,7 @@ call$1(task) { return task.get$id(task); }, - $signature: 50 + $signature: 52 }; A.handleTaskAction_closure0.prototype = { call$1(task) { @@ -471242,7 +471392,7 @@ t1.lastClientId = clientId; } }, - $signature: 156 + $signature: 162 }; A.handleTaskAction_closure1.prototype = { call$2(taskA, taskB) { @@ -471282,7 +471432,7 @@ t1.toString; return !t1 && !entity.get$isRunning() && entity.invoiceId.length === 0; }, - $signature: 227 + $signature: 218 }; A.handleTaskAction_closure3.prototype = { call$1(task) { @@ -471307,7 +471457,7 @@ _this.items.push(A.convertTaskToInvoiceItem(_this.context, t1, task)); _this._box_0.lastTask = task; }, - $signature: 156 + $signature: 162 }; A.handleTaskAction_closure4.prototype = { call$1(b) { @@ -471323,7 +471473,7 @@ call$1(context) { return new A.RunTemplateDialog(B.EntityType_task, this.tasks, null); }, - $signature: 343 + $signature: 331 }; A.StartTaskMultiselect.prototype = {}; A.AddToTaskMultiselect.prototype = {}; @@ -471351,7 +471501,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewTask_closure.prototype = { call$3(store, dynamicAction, next) { @@ -471405,13 +471555,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewTaskList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveTask_closure.prototype = { call$3(store, dynamicAction, next) { @@ -471427,7 +471577,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveTask__closure.prototype = { call$1(id) { @@ -471435,7 +471585,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, id); }, - $signature: 310 + $signature: 340 }; A._archiveTask__closure0.prototype = { call$1(tasks) { @@ -471444,7 +471594,7 @@ t1[0].call$1(new A.ArchiveTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 284 + $signature: 341 }; A._archiveTask__closure1.prototype = { call$1(error) { @@ -471455,7 +471605,7 @@ t1[0].call$1(new A.ArchiveTaskFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._startTask_closure.prototype = { call$3(store, dynamicAction, next) { @@ -471471,7 +471621,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._startTask__closure.prototype = { call$1(id) { @@ -471479,7 +471629,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, id); }, - $signature: 310 + $signature: 340 }; A._startTask__closure0.prototype = { call$1(tasks) { @@ -471488,7 +471638,7 @@ t1[0].call$1(new A.StartTasksSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 284 + $signature: 341 }; A._startTask__closure1.prototype = { call$1(error) { @@ -471499,7 +471649,7 @@ t1[0].call$1(new A.StartTasksFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._stopTask_closure.prototype = { call$3(store, dynamicAction, next) { @@ -471515,7 +471665,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._stopTask__closure.prototype = { call$1(id) { @@ -471523,7 +471673,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, id); }, - $signature: 310 + $signature: 340 }; A._stopTask__closure0.prototype = { call$1(tasks) { @@ -471532,7 +471682,7 @@ t1[0].call$1(new A.StopTasksSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 284 + $signature: 341 }; A._stopTask__closure1.prototype = { call$1(error) { @@ -471543,7 +471693,7 @@ t1[0].call$1(new A.StopTasksFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteTask_closure.prototype = { call$3(store, dynamicAction, next) { @@ -471559,7 +471709,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteTask__closure.prototype = { call$1(id) { @@ -471567,7 +471717,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, id); }, - $signature: 310 + $signature: 340 }; A._deleteTask__closure0.prototype = { call$1(tasks) { @@ -471576,7 +471726,7 @@ t1[0].call$1(new A.DeleteTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 284 + $signature: 341 }; A._deleteTask__closure1.prototype = { call$1(error) { @@ -471587,7 +471737,7 @@ t1[0].call$1(new A.DeleteTaskFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreTask_closure.prototype = { call$3(store, dynamicAction, next) { @@ -471603,7 +471753,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreTask__closure.prototype = { call$1(id) { @@ -471611,7 +471761,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, id); }, - $signature: 310 + $signature: 340 }; A._restoreTask__closure0.prototype = { call$1(tasks) { @@ -471620,7 +471770,7 @@ t1[0].call$1(new A.RestoreTaskSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 284 + $signature: 341 }; A._restoreTask__closure1.prototype = { call$1(error) { @@ -471631,7 +471781,7 @@ t1[0].call$1(new A.RestoreTaskFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveTask_closure.prototype = { call$3(store, dynamicAction, next) { @@ -471644,7 +471794,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveTask__closure.prototype = { call$1(task) { @@ -471660,7 +471810,7 @@ } t1.completer.complete$1(0, task); }, - $signature: 264 + $signature: 266 }; A._saveTask__closure0.prototype = { call$1(error) { @@ -471671,7 +471821,7 @@ t1[0].call$1(new A.SaveTaskFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadTask_closure.prototype = { call$3(store, dynamicAction, next) { @@ -471687,7 +471837,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadTask__closure.prototype = { call$1(task) { @@ -471698,7 +471848,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 264 + $signature: 266 }; A._loadTask__closure0.prototype = { call$1(error) { @@ -471711,7 +471861,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadTasks_closure.prototype = { call$3(store, dynamicAction, next) { @@ -471727,7 +471877,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadTasks__closure.prototype = { call$1(data) { @@ -471751,13 +471901,13 @@ call$1(task) { B.JSArray_methods.forEach$1(task.documents._list$_list, new A._loadTasks____closure(this.documents, task)); }, - $signature: 647 + $signature: 649 }; A._loadTasks____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadTasks_____closure(this.task))); }, - $signature: 38 + $signature: 37 }; A._loadTasks_____closure.prototype = { call$1(b) { @@ -471775,7 +471925,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.LoadTasksFailure(error)); }, - $signature: 3 + $signature: 2 }; A._saveDocument_closure8.prototype = { call$3(store, dynamicAction, next) { @@ -471795,7 +471945,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure17.prototype = { call$1(task) { @@ -471808,13 +471958,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 264 + $signature: 266 }; A._saveDocument___closure8.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure8(this.task))); }, - $signature: 38 + $signature: 37 }; A._saveDocument____closure8.prototype = { call$1(b) { @@ -471833,7 +471983,7 @@ t1[0].call$1(new A.SaveTaskDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._sortTasks_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -471846,7 +471996,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._sortTasks__closure.prototype = { call$1(_) { @@ -471856,7 +472006,7 @@ t2[0].call$1(new A.SortTasksSuccess(t1.statusIds, t1.taskIds)); t1.completer.complete$1(0, null); }, - $signature: 177 + $signature: 176 }; A._sortTasks__closure0.prototype = { call$1(error) { @@ -471867,7 +472017,7 @@ t1[0].call$1(new A.SortTasksFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.taskUIReducer_closure.prototype = { call$1(b) { @@ -471960,7 +472110,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.kanbanLastUpdatedReducer_closure.prototype = { call$2(completer, action) { @@ -471996,7 +472146,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_task ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure53.prototype = { call$2(selectedId, action) { @@ -472014,13 +472164,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure56.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure57.prototype = { call$2(selectedId, action) { @@ -472111,13 +472261,13 @@ b.get$_task_model$_$this()._task_model$_isChanged = true; return b; }, - $signature: 78 + $signature: 81 }; A.taskListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.taskListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.taskListReducer__closure.prototype = { call$1(b) { @@ -472270,7 +472420,7 @@ call$1(each) { return each.clientId === this.action.clientId; }, - $signature: 665 + $signature: 668 }; A._purgeClientSuccess_closure19.prototype = { call$1(each) { @@ -472289,7 +472439,7 @@ B.JSArray_methods._removeWhere$2(t2, new A._purgeClientSuccess__closure12(t1), true); return b; }, - $signature: 338 + $signature: 343 }; A._purgeClientSuccess__closure11.prototype = { call$2(p0, p1) { @@ -472334,7 +472484,7 @@ } } }, - $signature: 255 + $signature: 267 }; A._sortTasksSuccess__closure.prototype = { call$1(b) { @@ -472346,7 +472496,7 @@ b.get$_task_model$_$this()._statusOrder = t1; return b; }, - $signature: 78 + $signature: 81 }; A._archiveTaskSuccess_closure.prototype = { call$1(b) { @@ -472368,7 +472518,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 255 + $signature: 267 }; A._startTaskSuccess_closure.prototype = { call$1(b) { @@ -472390,7 +472540,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 255 + $signature: 267 }; A._stopTaskSuccess_closure.prototype = { call$1(b) { @@ -472412,7 +472562,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 255 + $signature: 267 }; A._deleteTaskSuccess_closure.prototype = { call$1(b) { @@ -472434,7 +472584,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 255 + $signature: 267 }; A._restoreTaskSuccess_closure.prototype = { call$1(b) { @@ -472456,7 +472606,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 255 + $signature: 267 }; A._addTask_closure.prototype = { call$1(b) { @@ -472468,7 +472618,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 338 + $signature: 343 }; A._updateTask_closure.prototype = { call$1(b) { @@ -472476,7 +472626,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 338 + $signature: 343 }; A._setLoadedTask_closure.prototype = { call$1(b) { @@ -472484,13 +472634,13 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 338 + $signature: 343 }; A.convertTaskToInvoiceItem_closure.prototype = { call$1(time) { return time.startDate != null && time.endDate != null && time.isBillable; }, - $signature: 236 + $signature: 214 }; A.convertTaskToInvoiceItem_closure0.prototype = { call$1(time) { @@ -472545,7 +472695,7 @@ t1.notes = notes + (t3 + t4); } }, - $signature: 211 + $signature: 217 }; A.convertTaskToInvoiceItem_closure1.prototype = { call$2(a, b) { @@ -472579,7 +472729,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = t3; return b; }, - $signature: 56 + $signature: 54 }; A.memoizedTaskList_closure.prototype = { call$5(taskMap, clientId, userMap, clientMap, projectMap) { @@ -472626,7 +472776,7 @@ call$9(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState) { return A.kanbanTasksSelector(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState); }, - $signature: 623 + $signature: 625 }; A.kanbanTasksSelector_closure.prototype = { call$1(taskId) { @@ -472678,7 +472828,7 @@ call$9(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState) { return A.filteredTasksSelector(selectionState, taskMap, clientMap, userMap, projectMap, invoiceMap, taskStatusMap, taskList, taskListState); }, - $signature: 623 + $signature: 625 }; A.filteredTasksSelector_closure.prototype = { call$1(taskId) { @@ -472792,7 +472942,7 @@ call$2(clientId, taskMap) { return A.taskStatsForClient(clientId, taskMap); }, - $signature: 354 + $signature: 390 }; A.taskStatsForClient_closure.prototype = { call$2(taskId, task) { @@ -472825,13 +472975,13 @@ } } }, - $signature: 163 + $signature: 169 }; A.memoizedTaskStatsForProject_closure.prototype = { call$2(projectId, taskMap) { return A.taskStatsForProject(projectId, taskMap); }, - $signature: 354 + $signature: 390 }; A.taskStatsForProject_closure.prototype = { call$2(taskId, task) { @@ -472864,13 +473014,13 @@ } } }, - $signature: 163 + $signature: 169 }; A.memoizedTaskStatsForUser_closure.prototype = { call$2(userId, taskMap) { return A.taskStatsForProject(userId, taskMap); }, - $signature: 354 + $signature: 390 }; A.TaskState.prototype = { $get$1(_, taskId) { @@ -472915,7 +473065,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 338 + $signature: 343 }; A.TaskUIState.prototype = { get$isCreatingNew() { @@ -473442,14 +473592,14 @@ call$1(taskStatus) { return taskStatus.get$id(taskStatus); }, - $signature: 50 + $signature: 52 }; A.handleTaskStatusAction_closure0.prototype = { call$1(b) { b.get$_task_model$_$this()._task_model$_statusId = this.taskStatus.id; return b; }, - $signature: 78 + $signature: 81 }; A._editTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { @@ -473466,7 +473616,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { @@ -473521,13 +473671,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewTaskStatusList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { @@ -473543,7 +473693,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveTaskStatus__closure.prototype = { call$1(id) { @@ -473571,7 +473721,7 @@ t1[0].call$1(new A.ArchiveTaskStatusesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { @@ -473587,7 +473737,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteTaskStatus__closure.prototype = { call$1(id) { @@ -473615,7 +473765,7 @@ t1[0].call$1(new A.DeleteTaskStatusesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { @@ -473631,7 +473781,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreTaskStatus__closure.prototype = { call$1(id) { @@ -473659,7 +473809,7 @@ t1[0].call$1(new A.RestoreTaskStatusesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { @@ -473675,7 +473825,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveTaskStatus__closure.prototype = { call$1(taskStatus) { @@ -473695,7 +473845,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, taskStatus); }, - $signature: 302 + $signature: 345 }; A._saveTaskStatus__closure0.prototype = { call$1(error) { @@ -473706,7 +473856,7 @@ t1[0].call$1(new A.SaveTaskStatusFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { @@ -473722,7 +473872,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadTaskStatus__closure.prototype = { call$1(taskStatus) { @@ -473731,7 +473881,7 @@ t1[0].call$1(new A.LoadTaskStatusSuccess(taskStatus)); this.action.completer.complete$1(0, null); }, - $signature: 302 + $signature: 345 }; A._loadTaskStatus__closure0.prototype = { call$1(error) { @@ -473742,7 +473892,7 @@ t1[0].call$1(new A.LoadTaskStatusFailure(error)); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadTaskStatuses_closure.prototype = { call$3(store, dynamicAction, next) { @@ -473758,7 +473908,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadTaskStatuses__closure.prototype = { call$1(data) { @@ -473782,7 +473932,7 @@ t1.get$completer(); t1.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.taskStatusUIReducer_closure.prototype = { call$1(b) { @@ -473869,7 +474019,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_taskStatus ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure276.prototype = { call$2(selectedId, action) { @@ -473887,13 +474037,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure279.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure280.prototype = { call$2(selectedId, action) { @@ -473985,7 +474135,7 @@ call$2(state, action) { return state.rebuild$1(new A.taskStatusListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.taskStatusListReducer__closure.prototype = { call$1(b) { @@ -474150,7 +474300,7 @@ t6.get$_safeMap().$indexSet(0, t5, t7); } }, - $signature: 378 + $signature: 383 }; A._sortTaskStatusSuccess__closure.prototype = { call$1(b) { @@ -474182,7 +474332,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 378 + $signature: 383 }; A._deleteTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -474204,7 +474354,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 378 + $signature: 383 }; A._restoreTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -474226,7 +474376,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 378 + $signature: 383 }; A._addTaskStatus_closure.prototype = { call$1(b) { @@ -474238,7 +474388,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 379 + $signature: 382 }; A._updateTaskStatus_closure.prototype = { call$1(b) { @@ -474246,7 +474396,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 379 + $signature: 382 }; A._setLoadedTaskStatus_closure.prototype = { call$1(b) { @@ -474254,7 +474404,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 379 + $signature: 382 }; A.memoizedSortedActiveTaskStatusIds_closure.prototype = { call$2(taskStatusList, taskStatusMap) { @@ -474384,13 +474534,13 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 163 + $signature: 169 }; A.memoizedTaskStatsForTaskStatus_closure.prototype = { call$2(companyGatewayId, taskMap) { return A.taskStatsForTaskStatus(companyGatewayId, taskMap); }, - $signature: 354 + $signature: 390 }; A.taskStatsForTaskStatus_closure.prototype = { call$2(taskId, task) { @@ -474423,7 +474573,7 @@ } } }, - $signature: 163 + $signature: 169 }; A.defaultTaskStatusId_closure.prototype = { call$1(statusId) { @@ -474444,7 +474594,7 @@ t1 = false; return t1; }, - $signature: 117 + $signature: 119 }; A.defaultTaskStatusId_closure0.prototype = { call$2(statusIdA, statusIdB) { @@ -474503,7 +474653,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 379 + $signature: 382 }; A.TaskStatusUIState.prototype = { get$isCreatingNew() { @@ -474995,7 +475145,7 @@ call$1(taxRate) { return taxRate.get$id(taxRate); }, - $signature: 50 + $signature: 52 }; A.StartTaxRateMultiselect.prototype = {}; A.AddToTaxRateMultiselect.prototype = {}; @@ -475016,7 +475166,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewTaxRate_closure.prototype = { call$3(store, dynamicAction, next) { @@ -475071,13 +475221,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewTaxRateList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveTaxRate_closure.prototype = { call$3(store, dynamicAction, next) { @@ -475093,7 +475243,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveTaxRate__closure.prototype = { call$1(id) { @@ -475101,7 +475251,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taxRateState.map._map$_map.$index(0, id); }, - $signature: 313 + $signature: 348 }; A._archiveTaxRate__closure0.prototype = { call$1(taxRates) { @@ -475121,7 +475271,7 @@ t1[0].call$1(new A.ArchiveTaxRateFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteTaxRate_closure.prototype = { call$3(store, dynamicAction, next) { @@ -475137,7 +475287,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteTaxRate__closure.prototype = { call$1(id) { @@ -475145,7 +475295,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taxRateState.map._map$_map.$index(0, id); }, - $signature: 313 + $signature: 348 }; A._deleteTaxRate__closure0.prototype = { call$1(taxRates) { @@ -475165,7 +475315,7 @@ t1[0].call$1(new A.DeleteTaxRateFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreTaxRate_closure.prototype = { call$3(store, dynamicAction, next) { @@ -475181,7 +475331,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreTaxRate__closure.prototype = { call$1(id) { @@ -475189,7 +475339,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taxRateState.map._map$_map.$index(0, id); }, - $signature: 313 + $signature: 348 }; A._restoreTaxRate__closure0.prototype = { call$1(taxRates) { @@ -475209,7 +475359,7 @@ t1[0].call$1(new A.RestoreTaxRateFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveTaxRate_closure.prototype = { call$3(store, dynamicAction, next) { @@ -475225,7 +475375,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveTaxRate__closure.prototype = { call$1(taxRate) { @@ -475241,7 +475391,7 @@ } t1.completer.complete$1(0, taxRate); }, - $signature: 159 + $signature: 154 }; A._saveTaxRate__closure0.prototype = { call$1(error) { @@ -475252,7 +475402,7 @@ t1[0].call$1(new A.SaveTaxRateFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadTaxRate_closure.prototype = { call$3(store, dynamicAction, next) { @@ -475268,7 +475418,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadTaxRate__closure.prototype = { call$1(taxRate) { @@ -475277,7 +475427,7 @@ t1[0].call$1(new A.LoadTaxRateSuccess(taxRate)); this.action.completer.complete$1(0, null); }, - $signature: 159 + $signature: 154 }; A._loadTaxRate__closure0.prototype = { call$1(error) { @@ -475288,7 +475438,7 @@ t1[0].call$1(new A.LoadTaxRateFailure(error)); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadTaxRates_closure.prototype = { call$3(store, dynamicAction, next) { @@ -475304,7 +475454,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadTaxRates__closure.prototype = { call$1(data) { @@ -475328,7 +475478,7 @@ t1.get$completer(); t1.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.taxRateUIReducer_closure.prototype = { call$1(b) { @@ -475391,7 +475541,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_taxRate ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure139.prototype = { call$2(selectedId, action) { @@ -475409,13 +475559,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure142.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure143.prototype = { call$2(selectedId, action) { @@ -475464,13 +475614,13 @@ b.get$_tax_rate_model$_$this()._tax_rate_model$_isChanged = true; return b; }, - $signature: 622 + $signature: 624 }; A.taxRateListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.taxRateListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.taxRateListReducer__closure.prototype = { call$1(b) { @@ -475647,7 +475797,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 214 + $signature: 222 }; A._updateTaxRate_closure.prototype = { call$1(b) { @@ -475655,7 +475805,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 214 + $signature: 222 }; A._setLoadedTaxRate_closure.prototype = { call$1(b) { @@ -475663,14 +475813,14 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 214 + $signature: 222 }; A._setLoadedTaxRates_closure.prototype = { call$1(b) { b.get$map(0).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.taxRates, new A._setLoadedTaxRates__closure(), new A._setLoadedTaxRates__closure0(), type$.String, type$.TaxRateEntity)); return b; }, - $signature: 214 + $signature: 222 }; A._setLoadedTaxRates__closure.prototype = { call$1(item) { @@ -475682,21 +475832,21 @@ call$1(item) { return item; }, - $signature: 621 + $signature: 623 }; A._setLoadedTaxRates_closure0.prototype = { call$1(b) { b.get$list(0).replace$1(0, this.state.map.get$keys(0)); return b; }, - $signature: 214 + $signature: 222 }; A._setLoadedCompany_closure3.prototype = { call$1(b) { b.get$map(0).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.taxRates, new A._setLoadedCompany__closure3(), new A._setLoadedCompany__closure4(), type$.String, type$.TaxRateEntity)); return b; }, - $signature: 214 + $signature: 222 }; A._setLoadedCompany__closure3.prototype = { call$1(item) { @@ -475708,14 +475858,14 @@ call$1(item) { return item; }, - $signature: 621 + $signature: 623 }; A._setLoadedCompany_closure4.prototype = { call$1(b) { b.get$list(0).replace$1(0, this.state.map.get$keys(0)); return b; }, - $signature: 214 + $signature: 222 }; A.memoizedFilteredTaxRateList_closure.prototype = { call$4(selectionState, taxRateMap, taxRateList, taxRateListState) { @@ -476253,7 +476403,7 @@ call$1(token) { return token.get$id(token); }, - $signature: 50 + $signature: 52 }; A.StartTokenMultiselect.prototype = {}; A.AddToTokenMultiselect.prototype = {}; @@ -476274,7 +476424,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewToken_closure.prototype = { call$3(store, dynamicAction, next) { @@ -476329,13 +476479,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewTokenList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveToken_closure.prototype = { call$3(store, dynamicAction, next) { @@ -476351,7 +476501,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveToken__closure.prototype = { call$1(id) { @@ -476379,7 +476529,7 @@ t1[0].call$1(new A.ArchiveTokensFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteToken_closure.prototype = { call$3(store, dynamicAction, next) { @@ -476395,7 +476545,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteToken__closure.prototype = { call$1(id) { @@ -476423,7 +476573,7 @@ t1[0].call$1(new A.DeleteTokensFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreToken_closure.prototype = { call$3(store, dynamicAction, next) { @@ -476439,7 +476589,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreToken__closure.prototype = { call$1(id) { @@ -476467,7 +476617,7 @@ t1[0].call$1(new A.RestoreTokensFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveToken_closure.prototype = { call$3(store, dynamicAction, next) { @@ -476483,7 +476633,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveToken__closure.prototype = { call$1(token) { @@ -476499,7 +476649,7 @@ } t1.completer.complete$1(0, token); }, - $signature: 355 + $signature: 392 }; A._saveToken__closure0.prototype = { call$1(error) { @@ -476512,7 +476662,7 @@ t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadToken_closure.prototype = { call$3(store, dynamicAction, next) { @@ -476528,7 +476678,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadToken__closure.prototype = { call$1(token) { @@ -476537,7 +476687,7 @@ t1[0].call$1(new A.LoadTokenSuccess(token)); this.action.completer.complete$1(0, null); }, - $signature: 355 + $signature: 392 }; A._loadToken__closure0.prototype = { call$1(error) { @@ -476548,7 +476698,7 @@ t1[0].call$1(new A.LoadTokenFailure(error)); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadTokens_closure.prototype = { call$3(store, dynamicAction, next) { @@ -476564,7 +476714,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadTokens__closure.prototype = { call$1(data) { @@ -476588,7 +476738,7 @@ t1.get$completer(); t1.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.tokenUIReducer_closure.prototype = { call$1(b) { @@ -476675,7 +476825,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_token ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure212.prototype = { call$2(selectedId, action) { @@ -476693,13 +476843,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure215.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure216.prototype = { call$2(selectedId, action) { @@ -476785,13 +476935,13 @@ b.get$_token_model$_$this()._token_model$_isChanged = true; return b; }, - $signature: 821 + $signature: 723 }; A.tokenListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.tokenListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.tokenListReducer__closure.prototype = { call$1(b) { @@ -476944,7 +477094,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 530 + $signature: 615 }; A._deleteTokenSuccess_closure.prototype = { call$1(b) { @@ -476966,7 +477116,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 530 + $signature: 615 }; A._restoreTokenSuccess_closure.prototype = { call$1(b) { @@ -476988,7 +477138,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 530 + $signature: 615 }; A._addToken_closure.prototype = { call$1(b) { @@ -477000,7 +477150,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 442 + $signature: 443 }; A._updateToken_closure.prototype = { call$1(b) { @@ -477008,7 +477158,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 442 + $signature: 443 }; A._setLoadedToken_closure.prototype = { call$1(b) { @@ -477016,7 +477166,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 442 + $signature: 443 }; A.memoizedFilteredTokenList_closure.prototype = { call$4(selectionState, tokenMap, tokenList, tokenListState) { @@ -477084,7 +477234,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 442 + $signature: 443 }; A.TokenUIState.prototype = { get$isCreatingNew() { @@ -477634,7 +477784,7 @@ call$1(transaction) { return transaction.get$id(transaction); }, - $signature: 50 + $signature: 52 }; A._editTransaction_closure.prototype = { call$3(store, dynamicAction, next) { @@ -477651,7 +477801,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewTransaction_closure.prototype = { call$3(store, dynamicAction, next) { @@ -477706,13 +477856,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewTransactionList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveTransaction_closure.prototype = { call$3(store, dynamicAction, next) { @@ -477728,7 +477878,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveTransaction__closure.prototype = { call$1(id) { @@ -477745,7 +477895,7 @@ t1[0].call$1(new A.ArchiveTransactionsSuccess(transactions)); this.action.completer.complete$1(0, null); }, - $signature: 323 + $signature: 287 }; A._archiveTransaction__closure1.prototype = { call$1(error) { @@ -477756,7 +477906,7 @@ t1[0].call$1(new A.ArchiveTransactionsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteTransaction_closure.prototype = { call$3(store, dynamicAction, next) { @@ -477772,7 +477922,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteTransaction__closure.prototype = { call$1(id) { @@ -477789,7 +477939,7 @@ t1[0].call$1(new A.DeleteTransactionsSuccess(transactions)); this.action.completer.complete$1(0, null); }, - $signature: 323 + $signature: 287 }; A._deleteTransaction__closure1.prototype = { call$1(error) { @@ -477800,7 +477950,7 @@ t1[0].call$1(new A.DeleteTransactionsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreTransaction_closure.prototype = { call$3(store, dynamicAction, next) { @@ -477816,7 +477966,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreTransaction__closure.prototype = { call$1(id) { @@ -477833,7 +477983,7 @@ t1[0].call$1(new A.RestoreTransactionsSuccess(transactions)); this.action.completer.complete$1(0, null); }, - $signature: 323 + $signature: 287 }; A._restoreTransaction__closure1.prototype = { call$1(error) { @@ -477844,7 +477994,7 @@ t1[0].call$1(new A.RestoreTransactionsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._convertTransactions_closure.prototype = { call$3(store, dynamicAction, next) { @@ -477857,7 +478007,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._convertTransactions__closure.prototype = { call$1(transactions) { @@ -477868,7 +478018,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 323 + $signature: 287 }; A._convertTransactions__closure0.prototype = { call$1(error) { @@ -477879,7 +478029,7 @@ t1[0].call$1(new A.ConvertTransactionsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._unlinkTransactions_closure.prototype = { call$3(store, dynamicAction, next) { @@ -477892,7 +478042,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._unlinkTransactions__closure.prototype = { call$1(transactions) { @@ -477904,7 +478054,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 323 + $signature: 287 }; A._unlinkTransactions__closure0.prototype = { call$1(error) { @@ -477915,7 +478065,7 @@ t1[0].call$1(new A.UnlinkTransactionsFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._convertToPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -477928,7 +478078,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._convertToPayment__closure.prototype = { call$1(transaction) { @@ -477938,7 +478088,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 217 + $signature: 238 }; A._convertToPayment__closure0.prototype = { call$1(error) { @@ -477949,7 +478099,7 @@ t1[0].call$1(new A.ConvertTransactionToPaymentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._convertToExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -477962,7 +478112,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._convertToExpense__closure.prototype = { call$1(transactions) { @@ -477972,7 +478122,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 721 + $signature: 823 }; A._convertToExpense__closure0.prototype = { call$1(error) { @@ -477983,7 +478133,7 @@ t1[0].call$1(new A.ConvertTransactionsToExpensesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._linkToPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -477996,7 +478146,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._linkToPayment__closure.prototype = { call$1(transaction) { @@ -478006,7 +478156,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 217 + $signature: 238 }; A._linkToPayment__closure0.prototype = { call$1(error) { @@ -478017,7 +478167,7 @@ t1[0].call$1(new A.LinkTransactionToPaymentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._linkToExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -478030,7 +478180,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._linkToExpense__closure.prototype = { call$1(transaction) { @@ -478040,7 +478190,7 @@ t1[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 217 + $signature: 238 }; A._linkToExpense__closure0.prototype = { call$1(error) { @@ -478051,7 +478201,7 @@ t1[0].call$1(new A.LinkTransactionToExpenseFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveTransaction_closure.prototype = { call$3(store, dynamicAction, next) { @@ -478067,7 +478217,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveTransaction__closure.prototype = { call$1(transaction) { @@ -478087,7 +478237,7 @@ t2[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, transaction); }, - $signature: 217 + $signature: 238 }; A._saveTransaction__closure0.prototype = { call$1(error) { @@ -478098,7 +478248,7 @@ t1[0].call$1(new A.SaveTransactionFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadTransaction_closure.prototype = { call$3(store, dynamicAction, next) { @@ -478114,7 +478264,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadTransaction__closure.prototype = { call$1(transaction) { @@ -478123,7 +478273,7 @@ t1[0].call$1(new A.LoadTransactionSuccess(transaction)); this.action.completer.complete$1(0, null); }, - $signature: 217 + $signature: 238 }; A._loadTransaction__closure0.prototype = { call$1(error) { @@ -478134,7 +478284,7 @@ t1[0].call$1(new A.LoadTransactionFailure(error)); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadTransactions_closure.prototype = { call$3(store, dynamicAction, next) { @@ -478150,7 +478300,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadTransactions__closure.prototype = { call$1(data) { @@ -478164,7 +478314,7 @@ } else t1[0].call$1(new A.PersistData()); }, - $signature: 721 + $signature: 823 }; A._loadTransactions__closure0.prototype = { call$1(error) { @@ -478174,7 +478324,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.LoadTransactionsFailure(error)); }, - $signature: 3 + $signature: 2 }; A.transactionUIReducer_closure.prototype = { call$1(b) { @@ -478263,7 +478413,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.selectedIdReducer_closure353.prototype = { call$2(completer, action) { @@ -478281,7 +478431,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_transaction ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure356.prototype = { call$2(selectedId, action) { @@ -478299,13 +478449,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure359.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure360.prototype = { call$2(selectedId, action) { @@ -478403,7 +478553,7 @@ call$2(state, action) { return state.rebuild$1(new A.transactionListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.transactionListReducer__closure.prototype = { call$1(b) { @@ -478572,7 +478722,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 610 + $signature: 531 }; A._deleteTransactionSuccess_closure.prototype = { call$1(b) { @@ -478594,7 +478744,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 610 + $signature: 531 }; A._restoreTransactionSuccess_closure.prototype = { call$1(b) { @@ -478616,7 +478766,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 610 + $signature: 531 }; A._addTransaction_closure.prototype = { call$1(b) { @@ -478628,7 +478778,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 222 + $signature: 220 }; A._updateTransaction_closure.prototype = { call$1(b) { @@ -478636,7 +478786,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 222 + $signature: 220 }; A._convertTransactionToPayment_closure.prototype = { call$1(b) { @@ -478644,7 +478794,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 222 + $signature: 220 }; A._linkTransactionToPayment_closure.prototype = { call$1(b) { @@ -478652,7 +478802,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 222 + $signature: 220 }; A._linkTransactionToExpense_closure.prototype = { call$1(b) { @@ -478660,7 +478810,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 222 + $signature: 220 }; A._setLoadedTransaction_closure.prototype = { call$1(b) { @@ -478668,7 +478818,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 222 + $signature: 220 }; A.memoizedFilteredTransactionList_closure.prototype = { call$9(selectionState, transactionMap, transactionList, invoiceMap, vendorMap, expenseMap, expenseCategoryMap, bankAccountMap, transactionListState) { @@ -478745,7 +478895,7 @@ call$2(bankAccountId, transactionMap) { return A.transactionStatsForBankAccount(bankAccountId, transactionMap); }, - $signature: 392 + $signature: 407 }; A.transactionStatsForBankAccount_closure.prototype = { call$2(transactionId, transaction) { @@ -478778,7 +478928,7 @@ } } }, - $signature: 395 + $signature: 405 }; A.TransactionState.prototype = { $get$1(_, transactionId) { @@ -478822,7 +478972,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 222 + $signature: 220 }; A.TransactionUIState.prototype = { get$isCreatingNew() { @@ -479342,7 +479492,7 @@ call$1(transactionRule) { return transactionRule.get$id(transactionRule); }, - $signature: 50 + $signature: 52 }; A._editTransactionRule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -479359,7 +479509,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewTransactionRule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -479414,13 +479564,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewTransactionRuleList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveTransactionRule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -479436,7 +479586,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveTransactionRule__closure.prototype = { call$1(id) { @@ -479444,7 +479594,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].transactionRuleState.map._map$_map.$index(0, id); }, - $signature: 595 + $signature: 610 }; A._archiveTransactionRule__closure0.prototype = { call$1(transactionRules) { @@ -479453,7 +479603,7 @@ t1[0].call$1(new A.ArchiveTransactionRulesSuccess(transactionRules)); this.action.completer.complete$1(0, null); }, - $signature: 572 + $signature: 607 }; A._archiveTransactionRule__closure1.prototype = { call$1(error) { @@ -479464,7 +479614,7 @@ t1[0].call$1(new A.ArchiveTransactionRulesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteTransactionRule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -479480,7 +479630,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteTransactionRule__closure.prototype = { call$1(id) { @@ -479488,7 +479638,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].transactionRuleState.map._map$_map.$index(0, id); }, - $signature: 595 + $signature: 610 }; A._deleteTransactionRule__closure0.prototype = { call$1(transactionRules) { @@ -479497,7 +479647,7 @@ t1[0].call$1(new A.DeleteTransactionRulesSuccess(transactionRules)); this.action.completer.complete$1(0, null); }, - $signature: 572 + $signature: 607 }; A._deleteTransactionRule__closure1.prototype = { call$1(error) { @@ -479508,7 +479658,7 @@ t1[0].call$1(new A.DeleteTransactionRulesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreTransactionRule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -479524,7 +479674,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreTransactionRule__closure.prototype = { call$1(id) { @@ -479532,7 +479682,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].transactionRuleState.map._map$_map.$index(0, id); }, - $signature: 595 + $signature: 610 }; A._restoreTransactionRule__closure0.prototype = { call$1(transactionRules) { @@ -479541,7 +479691,7 @@ t1[0].call$1(new A.RestoreTransactionRulesSuccess(transactionRules)); this.action.completer.complete$1(0, null); }, - $signature: 572 + $signature: 607 }; A._restoreTransactionRule__closure1.prototype = { call$1(error) { @@ -479552,7 +479702,7 @@ t1[0].call$1(new A.RestoreTransactionRulesFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveTransactionRule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -479568,7 +479718,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveTransactionRule__closure.prototype = { call$1(transactionRule) { @@ -479584,7 +479734,7 @@ } t1.completer.complete$1(0, transactionRule); }, - $signature: 432 + $signature: 391 }; A._saveTransactionRule__closure0.prototype = { call$1(error) { @@ -479595,7 +479745,7 @@ t1[0].call$1(new A.SaveTransactionRuleFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadTransactionRule_closure.prototype = { call$3(store, dynamicAction, next) { @@ -479611,7 +479761,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadTransactionRule__closure.prototype = { call$1(transactionRule) { @@ -479620,7 +479770,7 @@ t1[0].call$1(new A.LoadTransactionRuleSuccess(transactionRule)); this.action.completer.complete$1(0, null); }, - $signature: 432 + $signature: 391 }; A._loadTransactionRule__closure0.prototype = { call$1(error) { @@ -479631,7 +479781,7 @@ t1[0].call$1(new A.LoadTransactionRuleFailure(error)); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadTransactionRules_closure.prototype = { call$3(store, dynamicAction, next) { @@ -479647,7 +479797,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadTransactionRules__closure.prototype = { call$1(data) { @@ -479671,7 +479821,7 @@ t1.get$completer(); t1.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.transactionRuleUIReducer_closure.prototype = { call$1(b) { @@ -479754,7 +479904,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.selectedIdReducer_closure369.prototype = { call$2(completer, action) { @@ -479772,7 +479922,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_transactionRule ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure372.prototype = { call$2(selectedId, action) { @@ -479790,13 +479940,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure375.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure376.prototype = { call$2(selectedId, action) { @@ -479888,7 +480038,7 @@ call$2(state, action) { return state.rebuild$1(new A.transactionRuleListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.transactionRuleListReducer__closure.prototype = { call$1(b) { @@ -480041,7 +480191,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 563 + $signature: 567 }; A._deleteTransactionRuleSuccess_closure.prototype = { call$1(b) { @@ -480063,7 +480213,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 563 + $signature: 567 }; A._restoreTransactionRuleSuccess_closure.prototype = { call$1(b) { @@ -480085,7 +480235,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 563 + $signature: 567 }; A._addTransactionRule_closure.prototype = { call$1(b) { @@ -480097,7 +480247,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 428 + $signature: 431 }; A._updateTransactionRule_closure.prototype = { call$1(b) { @@ -480105,7 +480255,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 428 + $signature: 431 }; A._setLoadedTransactionRule_closure.prototype = { call$1(b) { @@ -480113,7 +480263,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 428 + $signature: 431 }; A.memoizedFilteredTransactionRuleList_closure.prototype = { call$4(selectionState, transactionRuleMap, transactionRuleList, transactionRuleListState) { @@ -480149,7 +480299,7 @@ call$2(userId, transactionMap) { return A.transactionStatsForTransactionRule(userId, transactionMap); }, - $signature: 392 + $signature: 407 }; A.transactionStatsForTransactionRule_closure.prototype = { call$2(transactionId, transaction) { @@ -480181,7 +480331,7 @@ t1.total = t1.total + transaction.amount; } }, - $signature: 395 + $signature: 405 }; A.TransactionRuleState.prototype = { $get$1(_, transactionRuleId) { @@ -480225,7 +480375,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 428 + $signature: 431 }; A.TransactionRuleUIState.prototype = { get$isCreatingNew() { @@ -481108,7 +481258,7 @@ b.get$_pref_state$_$this()._showPdfPreviewSideBySide = t3; return b; }, - $signature: 474 + $signature: 563 }; A._resortFields_closure.prototype = { call$1(b) { @@ -481278,14 +481428,14 @@ b.$indexSet(0, t1, !t2); return b; }, - $signature: 426 + $signature: 402 }; A.sidebarEditorReducer__closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 426 + $signature: 402 }; A.sidebarViewerReducer_closure.prototype = { call$2(value, action) { @@ -481305,20 +481455,20 @@ b.$indexSet(0, t1, !t2); return b; }, - $signature: 426 + $signature: 402 }; A.sidebarViewerReducer__closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 426 + $signature: 402 }; A.menuVisibleReducer_closure.prototype = { call$2(value, action) { return action.sidebar === B.AppSidebar_menu ? !value : value; }, - $signature: 100 + $signature: 98 }; A.menuVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -481332,7 +481482,7 @@ return value; } }, - $signature: 100 + $signature: 98 }; A.textScaleFactorReducer_closure.prototype = { call$2(value, action) { @@ -481345,7 +481495,7 @@ call$2(value, action) { return action.sidebar === B.AppSidebar_history ? !value : value; }, - $signature: 100 + $signature: 98 }; A.historyVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -481356,7 +481506,7 @@ t1 = t1 === B.AppSidebarMode_float ? false : value; return t1; }, - $signature: 100 + $signature: 98 }; A.hideTaskExtensionBannerReducer_closure.prototype = { call$2(filter, action) { @@ -481386,7 +481536,7 @@ call$2(filter, action) { return true; }, - $signature: 549 + $signature: 561 }; A.hideOneYearReviewAppReducer_closure.prototype = { call$2(filter, action) { @@ -481398,13 +481548,13 @@ call$2(filter, action) { return true; }, - $signature: 549 + $signature: 561 }; A.hideTwoYearReviewAppReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 549 + $signature: 561 }; A.layoutReducer_closure.prototype = { call$2(layout, action) { @@ -481462,14 +481612,14 @@ var t1 = action.darkModeType; return t1 == null ? enableDarkMode : t1; }, - $signature: 415 + $signature: 389 }; A.darkModeSystemReducer_closure.prototype = { call$2(enableDarkMode, action) { var t1 = action.enableDarkModeSystem; return t1 == null ? enableDarkMode : t1; }, - $signature: 100 + $signature: 98 }; A.statementIncludesReducer_closure.prototype = { call$2(includes, action) { @@ -481483,63 +481633,63 @@ var t1 = action.enableTooltips; return t1 == null ? enableTooltips : t1; }, - $signature: 100 + $signature: 98 }; A.enableFlexibleSearchReducer_closure.prototype = { call$2(enableFlexibleSearch, action) { var t1 = action.flexibleSearch; return t1 == null ? enableFlexibleSearch : t1; }, - $signature: 100 + $signature: 98 }; A.enableNativeBrowserReducer_closure.prototype = { call$2(enableNativeBrowser, action) { var t1 = action.enableNativeBrowser; return t1 == null ? enableNativeBrowser : t1; }, - $signature: 100 + $signature: 98 }; A.persistDataReducer_closure.prototype = { call$2(persistData, action) { var t1 = action.persistData; return t1 == null ? persistData : t1; }, - $signature: 100 + $signature: 98 }; A.showKanbanReducer_closure.prototype = { call$2(showKanban, action) { var t1 = action.showKanban; return t1 == null ? showKanban : t1; }, - $signature: 100 + $signature: 98 }; A.isFilterVisibleReducer_closure.prototype = { call$2(value, action) { var t1 = action.isFilterVisible; return t1 == null ? value : t1; }, - $signature: 100 + $signature: 98 }; A.longPressReducer_closure.prototype = { call$2(longPressSelectionIsDefault, action) { var t1 = action.longPressSelectionIsDefault; return t1 == null ? longPressSelectionIsDefault : t1; }, - $signature: 100 + $signature: 98 }; A.tapSelectedToEditReducer_closure.prototype = { call$2(tapSelectedToEdit, action) { var t1 = action.tapSelectedToEdit; return t1 == null ? tapSelectedToEdit : t1; }, - $signature: 100 + $signature: 98 }; A.downloadsFolderReducer_closure.prototype = { call$2(downloadsFolder, action) { var t1 = action.downloadsFolder; return t1 == null ? downloadsFolder : t1; }, - $signature: 415 + $signature: 389 }; A.isPreviewVisibleReducer_closure.prototype = { call$2(value, action) { @@ -481552,7 +481702,7 @@ var t1 = action.isPreviewVisible; return t1 == null ? isPreviewEnabled : t1; }, - $signature: 100 + $signature: 98 }; A.isPreviewVisibleReducer_closure1.prototype = { call$2(value, action) { @@ -481643,49 +481793,49 @@ var t1 = action.requireAuthentication; return t1 == null ? requireAuthentication : t1; }, - $signature: 100 + $signature: 98 }; A.colorThemeReducer_closure.prototype = { call$2(currentColorTheme, action) { var t1 = action.colorTheme; return t1 == null ? currentColorTheme : t1; }, - $signature: 415 + $signature: 389 }; A.darkColorThemeReducer_closure.prototype = { call$2(currentColorTheme, action) { var t1 = action.darkColorTheme; return t1 == null ? currentColorTheme : t1; }, - $signature: 415 + $signature: 389 }; A.showPdfPreviewReducer_closure.prototype = { call$2(value, action) { var t1 = action.showPdfPreview; return t1 == null ? value : t1; }, - $signature: 100 + $signature: 98 }; A.showPdfPreviewSideBySideReducer_closure.prototype = { call$2(value, action) { var t1 = action.showPdfPreviewSideBySide; return t1 == null ? value : t1; }, - $signature: 100 + $signature: 98 }; A.editAfterSavingReducer_closure.prototype = { call$2(value, action) { var t1 = action.editAfterSaving; return t1 == null ? value : t1; }, - $signature: 100 + $signature: 98 }; A.enableTouchEventsReducer_closure.prototype = { call$2(value, action) { var t1 = action.enableTouchEvents; return t1 == null ? value : t1; }, - $signature: 100 + $signature: 98 }; A.customColorsReducer_closure.prototype = { call$2(customColors, action) { @@ -481728,7 +481878,7 @@ B.JSArray_methods.removeAt$1(b.get$_safeList(), 0); return b; }, - $signature: 409 + $signature: 393 }; A.historyReducer_closure1.prototype = { call$2(historyList, action) { @@ -481751,7 +481901,7 @@ b.get$_safeList()[0] = t1; return b; }, - $signature: 409 + $signature: 393 }; A.historyReducer___closure.prototype = { call$1(b) { @@ -482289,7 +482439,7 @@ t1 = false; return t1; }, - $signature: 677 + $signature: 679 }; A._addToHistory_closure0.prototype = { call$1(b) { @@ -482298,7 +482448,7 @@ B.JSArray_methods.insert$2(b.get$_safeList(), 0, this.record); return b; }, - $signature: 409 + $signature: 393 }; A._addToHistory_closure1.prototype = { call$1(b) { @@ -482312,7 +482462,7 @@ b._listOwner = null; return b; }, - $signature: 409 + $signature: 393 }; A.PrefState.prototype = { get$colorThemeModel() { @@ -483555,7 +483705,7 @@ t3._settings_state$_$v = t2; return b; }, - $signature: 680 + $signature: 683 }; A.lastActivityReducer_closure.prototype = { call$2(state, action) { @@ -483708,7 +483858,7 @@ call$1(entityType) { return entityType !== this.action.entityType; }, - $signature: 271 + $signature: 251 }; A.previewStackReducer_closure0.prototype = { call$2(previewStack, action) { @@ -483749,7 +483899,7 @@ call$1(entity) { return entity.get$entityType() != this.action.entity.get$entityType(); }, - $signature: 227 + $signature: 218 }; A.filterStackReducer_closure1.prototype = { call$2(filterStack, action) { @@ -484934,7 +485084,7 @@ call$1(user) { return user.get$id(user); }, - $signature: 50 + $signature: 52 }; A.handleUserAction_closure0.prototype = { call$1(b) { @@ -484946,25 +485096,25 @@ call$1(b) { return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = this.user.id; }, - $signature: 169 + $signature: 156 }; A.handleUserAction_closure2.prototype = { call$1(b) { return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = this.user.id; }, - $signature: 169 + $signature: 156 }; A.handleUserAction_closure3.prototype = { call$1(b) { return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = this.user.id; }, - $signature: 169 + $signature: 156 }; A.handleUserAction_closure4.prototype = { call$1(b) { return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = this.user.id; }, - $signature: 169 + $signature: 156 }; A.handleUserAction_closure5.prototype = { call$1(b) { @@ -484976,13 +485126,13 @@ call$1(b) { return b.get$_payment_model$_$this()._payment_model$_assignedUserId = this.user.id; }, - $signature: 675 + $signature: 678 }; A.handleUserAction_closure7.prototype = { call$1(b) { return b.get$_project_model$_$this()._project_model$_assignedUserId = this.user.id; }, - $signature: 674 + $signature: 677 }; A.handleUserAction_closure8.prototype = { call$1(b) { @@ -485009,7 +485159,7 @@ call$1(password) { return this.call$2(password, null); }, - $signature: 408 + $signature: 395 }; A.handleUserAction_closure10.prototype = { call$2(password, idToken) { @@ -485030,7 +485180,7 @@ call$1(password) { return this.call$2(password, null); }, - $signature: 408 + $signature: 395 }; A.handleUserAction_closure12.prototype = { call$2(password, idToken) { @@ -485051,7 +485201,7 @@ call$1(password) { return this.call$2(password, null); }, - $signature: 408 + $signature: 395 }; A.handleUserAction_closure14.prototype = { call$2(password, idToken) { @@ -485072,7 +485222,7 @@ call$1(password) { return this.call$2(password, null); }, - $signature: 408 + $signature: 395 }; A.handleUserAction_closure16.prototype = { call$1(_) { @@ -485121,7 +485271,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewUser_closure.prototype = { call$3(store, dynamicAction, next) { @@ -485176,13 +485326,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewUserList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveUser_closure.prototype = { call$3(store, dynamicAction, next) { @@ -485198,7 +485348,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveUser__closure.prototype = { call$1(id) { @@ -485206,7 +485356,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userState.map._map$_map.$index(0, id); }, - $signature: 532 + $signature: 541 }; A._archiveUser__closure0.prototype = { call$1(users) { @@ -485215,7 +485365,7 @@ t1[0].call$1(new A.ArchiveUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 398 + $signature: 397 }; A._archiveUser__closure1.prototype = { call$1(error) { @@ -485228,7 +485378,7 @@ t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteUser_closure.prototype = { call$3(store, dynamicAction, next) { @@ -485244,7 +485394,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteUser__closure.prototype = { call$1(id) { @@ -485252,7 +485402,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userState.map._map$_map.$index(0, id); }, - $signature: 532 + $signature: 541 }; A._deleteUser__closure0.prototype = { call$1(users) { @@ -485261,7 +485411,7 @@ t1[0].call$1(new A.DeleteUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 398 + $signature: 397 }; A._deleteUser__closure1.prototype = { call$1(error) { @@ -485274,7 +485424,7 @@ t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreUser_closure.prototype = { call$3(store, dynamicAction, next) { @@ -485290,7 +485440,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreUser__closure.prototype = { call$1(id) { @@ -485298,7 +485448,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userState.map._map$_map.$index(0, id); }, - $signature: 532 + $signature: 541 }; A._restoreUser__closure0.prototype = { call$1(users) { @@ -485307,7 +485457,7 @@ t1[0].call$1(new A.RestoreUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 398 + $signature: 397 }; A._restoreUser__closure1.prototype = { call$1(error) { @@ -485320,7 +485470,7 @@ t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._removeUser_closure.prototype = { call$3(store, dynamicAction, next) { @@ -485333,7 +485483,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._removeUser__closure.prototype = { call$1(_) { @@ -485343,7 +485493,7 @@ t2[0].call$1(new A.RemoveUserSuccess(t1.userId)); t1.completer.complete$1(0, null); }, - $signature: 398 + $signature: 397 }; A._removeUser__closure0.prototype = { call$1(error) { @@ -485354,7 +485504,7 @@ t1[0].call$1(new A.RemoveUserFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._resendInvite_closure.prototype = { call$3(store, dynamicAction, next) { @@ -485367,7 +485517,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._resendInvite__closure.prototype = { call$1(_) { @@ -485387,7 +485537,7 @@ t1[0].call$1(new A.ResendInviteFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveUser_closure.prototype = { call$3(store, dynamicAction, next) { @@ -485403,7 +485553,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveUser__closure.prototype = { call$1(user) { @@ -485419,7 +485569,7 @@ } t1.completer.complete$1(0, user); }, - $signature: 193 + $signature: 186 }; A._saveUser__closure0.prototype = { call$1(error) { @@ -485432,7 +485582,7 @@ t1[0].call$1(new A.UserUnverifiedPassword()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadUser_closure.prototype = { call$3(store, dynamicAction, next) { @@ -485448,7 +485598,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadUser__closure.prototype = { call$1(user) { @@ -485457,7 +485607,7 @@ t1[0].call$1(new A.LoadUserSuccess(user)); this.action.completer.complete$1(0, null); }, - $signature: 193 + $signature: 186 }; A._loadUser__closure0.prototype = { call$1(error) { @@ -485468,7 +485618,7 @@ t1[0].call$1(new A.LoadUserFailure(error)); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadUsers_closure.prototype = { call$3(store, dynamicAction, next) { @@ -485484,7 +485634,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadUsers__closure.prototype = { call$1(data) { @@ -485508,7 +485658,7 @@ t1.get$completer(); t1.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.userUIReducer_closure.prototype = { call$1(b) { @@ -485595,7 +485745,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_user ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure149.prototype = { call$2(selectedId, action) { @@ -485613,13 +485763,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure152.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure153.prototype = { call$2(selectedId, action) { @@ -485667,7 +485817,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_user ? "" : selectedId; }, - $signature: 172 + $signature: 173 }; A.selectedIdReducer_closure161.prototype = { call$2(selectedId, action) { @@ -485711,13 +485861,13 @@ b.get$_user_model$_$this()._user_model$_isChanged = true; return b; }, - $signature: 99 + $signature: 101 }; A.userListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.userListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.userListReducer__closure.prototype = { call$1(b) { @@ -485902,7 +486052,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 513 + $signature: 530 }; A._deleteUserSuccess_closure.prototype = { call$1(b) { @@ -485924,7 +486074,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 513 + $signature: 530 }; A._restoreUserSuccess_closure.prototype = { call$1(b) { @@ -485946,7 +486096,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 513 + $signature: 530 }; A._removeUserSuccess_closure.prototype = { call$1(b) { @@ -485955,7 +486105,7 @@ B.JSArray_methods.remove$1(b.get$list(0).get$_safeList(), t1); return b; }, - $signature: 128 + $signature: 125 }; A._addUser_closure.prototype = { call$1(b) { @@ -485967,7 +486117,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 128 + $signature: 125 }; A._updateUser_closure.prototype = { call$1(b) { @@ -485975,7 +486125,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 128 + $signature: 125 }; A._updateAuthUser_closure.prototype = { call$1(b) { @@ -485983,7 +486133,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 128 + $signature: 125 }; A._connectOAuthUser_closure.prototype = { call$1(b) { @@ -485991,7 +486141,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 128 + $signature: 125 }; A._disconnectOAuthUser_closure.prototype = { call$1(b) { @@ -485999,7 +486149,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 128 + $signature: 125 }; A._disconnectOAuthMailer_closure.prototype = { call$1(b) { @@ -486007,7 +486157,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 128 + $signature: 125 }; A._connectGmailUser_closure.prototype = { call$1(b) { @@ -486015,7 +486165,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 128 + $signature: 125 }; A._setLoadedUser_closure.prototype = { call$1(b) { @@ -486023,14 +486173,14 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 128 + $signature: 125 }; A._setLoadedUsers_closure.prototype = { call$1(b) { b.get$map(0).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.users, new A._setLoadedUsers__closure(), new A._setLoadedUsers__closure0(), type$.String, type$.UserEntity)); return b; }, - $signature: 128 + $signature: 125 }; A._setLoadedUsers__closure.prototype = { call$1(item) { @@ -486049,14 +486199,14 @@ b.get$list(0).replace$1(0, this.state.map.get$keys(0)); return b; }, - $signature: 128 + $signature: 125 }; A._setLoadedCompany_closure5.prototype = { call$1(b) { b.get$map(0).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.users, new A._setLoadedCompany__closure5(), new A._setLoadedCompany__closure6(), type$.String, type$.UserEntity)); return b; }, - $signature: 128 + $signature: 125 }; A._setLoadedCompany__closure5.prototype = { call$1(item) { @@ -486075,7 +486225,7 @@ b.get$list(0).replace$1(0, this.state.map.get$keys(0)); return b; }, - $signature: 128 + $signature: 125 }; A.memoizedFilteredUserList_closure.prototype = { call$5(selectionState, userMap, userList, userListState, authUserId) { @@ -486115,7 +486265,7 @@ call$1(userMap) { return A.userList(userMap); }, - $signature: 507 + $signature: 513 }; A.userList_closure.prototype = { call$1(userId) { @@ -486148,7 +486298,7 @@ call$1(userMap) { return A.gmailUserList(userMap); }, - $signature: 507 + $signature: 513 }; A.gmailUserList_closure.prototype = { call$1(userId) { @@ -486177,13 +486327,13 @@ t1 = false; return t1; }, - $signature: 117 + $signature: 119 }; A.memoizedMicrosoftUserList_closure.prototype = { call$1(userMap) { return A.microsoftUserList(userMap); }, - $signature: 507 + $signature: 513 }; A.microsoftUserList_closure.prototype = { call$1(userId) { @@ -486211,7 +486361,7 @@ t1 = false; return t1; }, - $signature: 117 + $signature: 119 }; A.UserState.prototype = { $get$1(_, userId) { @@ -486758,13 +486908,13 @@ call$1(vendor) { return vendor.get$id(vendor); }, - $signature: 50 + $signature: 52 }; A.handleVendorAction_closure0.prototype = { call$1(contact) { return contact.link.length !== 0; }, - $signature: 197 + $signature: 198 }; A.StartVendorMultiselect.prototype = {}; A.AddToVendorMultiselect.prototype = {}; @@ -486792,7 +486942,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewVendor_closure.prototype = { call$3(store, dynamicAction, next) { @@ -486846,13 +486996,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewVendorList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveVendor_closure.prototype = { call$3(store, dynamicAction, next) { @@ -486868,7 +487018,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveVendor__closure.prototype = { call$1(id) { @@ -486876,7 +487026,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].vendorState.map._map$_map.$index(0, id); }, - $signature: 502 + $signature: 511 }; A._archiveVendor__closure0.prototype = { call$1(vendors) { @@ -486885,7 +487035,7 @@ t1[0].call$1(new A.ArchiveVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 501 + $signature: 507 }; A._archiveVendor__closure1.prototype = { call$1(error) { @@ -486896,7 +487046,7 @@ t1[0].call$1(new A.ArchiveVendorFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteVendor_closure.prototype = { call$3(store, dynamicAction, next) { @@ -486912,7 +487062,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteVendor__closure.prototype = { call$1(id) { @@ -486920,7 +487070,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].vendorState.map._map$_map.$index(0, id); }, - $signature: 502 + $signature: 511 }; A._deleteVendor__closure0.prototype = { call$1(vendors) { @@ -486929,7 +487079,7 @@ t1[0].call$1(new A.DeleteVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 501 + $signature: 507 }; A._deleteVendor__closure1.prototype = { call$1(error) { @@ -486940,7 +487090,7 @@ t1[0].call$1(new A.DeleteVendorFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreVendor_closure.prototype = { call$3(store, dynamicAction, next) { @@ -486956,7 +487106,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreVendor__closure.prototype = { call$1(id) { @@ -486964,7 +487114,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].vendorState.map._map$_map.$index(0, id); }, - $signature: 502 + $signature: 511 }; A._restoreVendor__closure0.prototype = { call$1(vendors) { @@ -486973,7 +487123,7 @@ t1[0].call$1(new A.RestoreVendorSuccess(vendors)); this.action.completer.complete$1(0, null); }, - $signature: 501 + $signature: 507 }; A._restoreVendor__closure1.prototype = { call$1(error) { @@ -486984,7 +487134,7 @@ t1[0].call$1(new A.RestoreVendorFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveVendor_closure.prototype = { call$3(store, dynamicAction, next) { @@ -486997,7 +487147,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveVendor__closure.prototype = { call$1(vendor) { @@ -487019,7 +487169,7 @@ if (t1 != null) t1.complete$1(0, vendor); }, - $signature: 330 + $signature: 306 }; A._saveVendor__closure0.prototype = { call$1(error) { @@ -487030,7 +487180,7 @@ t1[0].call$1(new A.SaveVendorFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadVendor_closure.prototype = { call$3(store, dynamicAction, next) { @@ -487046,7 +487196,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadVendor__closure.prototype = { call$1(vendor) { @@ -487057,7 +487207,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 330 + $signature: 306 }; A._loadVendor__closure0.prototype = { call$1(error) { @@ -487070,7 +487220,7 @@ if (t1 != null) t1.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadVendors_closure.prototype = { call$3(store, dynamicAction, next) { @@ -487086,7 +487236,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadVendors__closure.prototype = { call$1(data) { @@ -487110,13 +487260,13 @@ call$1(vendor) { B.JSArray_methods.forEach$1(vendor.documents._list$_list, new A._loadVendors____closure(this.documents, vendor)); }, - $signature: 646 + $signature: 648 }; A._loadVendors____closure.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._loadVendors_____closure(this.vendor))); }, - $signature: 38 + $signature: 37 }; A._loadVendors_____closure.prototype = { call$1(b) { @@ -487134,7 +487284,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.LoadVendorsFailure(error)); }, - $signature: 3 + $signature: 2 }; A._saveDocument_closure9.prototype = { call$3(store, dynamicAction, next) { @@ -487154,7 +487304,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveDocument__closure19.prototype = { call$1(vendor) { @@ -487167,13 +487317,13 @@ t1[0].call$1(new A.LoadDocumentsSuccess(documents)); this.action.completer.complete$1(0, documents); }, - $signature: 330 + $signature: 306 }; A._saveDocument___closure9.prototype = { call$1($document) { this.documents.push($document.rebuild$1(new A._saveDocument____closure9(this.vendor))); }, - $signature: 38 + $signature: 37 }; A._saveDocument____closure9.prototype = { call$1(b) { @@ -487192,7 +487342,7 @@ t1[0].call$1(new A.SaveVendorDocumentFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.vendorUIReducer_closure.prototype = { call$1(b) { @@ -487285,7 +487435,7 @@ call$2(completer, action) { return 0; }, - $signature: 102 + $signature: 103 }; A.saveCompleterReducer_closure0.prototype = { call$2(completer, action) { @@ -487315,7 +487465,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_vendor ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure68.prototype = { call$2(selectedId, action) { @@ -487333,13 +487483,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure71.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure72.prototype = { call$2(selectedId, action) { @@ -487460,7 +487610,7 @@ call$2(state, action) { return state.rebuild$1(new A.vendorListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.vendorListReducer__closure.prototype = { call$1(b) { @@ -487645,7 +487795,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 497 + $signature: 500 }; A._deleteVendorSuccess_closure.prototype = { call$1(b) { @@ -487667,7 +487817,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 497 + $signature: 500 }; A._restoreVendorSuccess_closure.prototype = { call$1(b) { @@ -487689,7 +487839,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 497 + $signature: 500 }; A._addVendor_closure.prototype = { call$1(b) { @@ -487701,7 +487851,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 383 + $signature: 423 }; A._addVendor__closure.prototype = { call$1(b) { @@ -487717,7 +487867,7 @@ b.get$map(0).$indexSet(0, t1.id, t1.rebuild$1(new A._updateVendor__closure())); return b; }, - $signature: 383 + $signature: 423 }; A._updateVendor__closure.prototype = { call$1(b) { @@ -487733,7 +487883,7 @@ b.get$map(0).$indexSet(0, t1.id, t1.rebuild$1(new A._setLoadedVendor__closure())); return b; }, - $signature: 383 + $signature: 423 }; A._setLoadedVendor__closure.prototype = { call$1(b) { @@ -487944,7 +488094,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 383 + $signature: 423 }; A.VendorUIState.prototype = { get$isCreatingNew() { @@ -488491,7 +488641,7 @@ call$1(webhook) { return webhook.get$id(webhook); }, - $signature: 50 + $signature: 52 }; A.StartWebhookMultiselect.prototype = {}; A.AddToWebhookMultiselect.prototype = {}; @@ -488512,7 +488662,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewWebhook_closure.prototype = { call$3(store, dynamicAction, next) { @@ -488567,13 +488717,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._viewWebhookList__closure.prototype = { call$1(route) { return false; }, - $signature: 48 + $signature: 49 }; A._archiveWebhook_closure.prototype = { call$3(store, dynamicAction, next) { @@ -488589,7 +488739,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._archiveWebhook__closure.prototype = { call$1(id) { @@ -488597,7 +488747,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].webhookState.map._map$_map.$index(0, id); }, - $signature: 490 + $signature: 497 }; A._archiveWebhook__closure0.prototype = { call$1(webhooks) { @@ -488606,7 +488756,7 @@ t1[0].call$1(new A.ArchiveWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 487 + $signature: 493 }; A._archiveWebhook__closure1.prototype = { call$1(error) { @@ -488617,7 +488767,7 @@ t1[0].call$1(new A.ArchiveWebhooksFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._deleteWebhook_closure.prototype = { call$3(store, dynamicAction, next) { @@ -488633,7 +488783,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._deleteWebhook__closure.prototype = { call$1(id) { @@ -488641,7 +488791,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].webhookState.map._map$_map.$index(0, id); }, - $signature: 490 + $signature: 497 }; A._deleteWebhook__closure0.prototype = { call$1(webhooks) { @@ -488650,7 +488800,7 @@ t1[0].call$1(new A.DeleteWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 487 + $signature: 493 }; A._deleteWebhook__closure1.prototype = { call$1(error) { @@ -488661,7 +488811,7 @@ t1[0].call$1(new A.DeleteWebhooksFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._restoreWebhook_closure.prototype = { call$3(store, dynamicAction, next) { @@ -488677,7 +488827,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._restoreWebhook__closure.prototype = { call$1(id) { @@ -488685,7 +488835,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].webhookState.map._map$_map.$index(0, id); }, - $signature: 490 + $signature: 497 }; A._restoreWebhook__closure0.prototype = { call$1(webhooks) { @@ -488694,7 +488844,7 @@ t1[0].call$1(new A.RestoreWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 487 + $signature: 493 }; A._restoreWebhook__closure1.prototype = { call$1(error) { @@ -488705,7 +488855,7 @@ t1[0].call$1(new A.RestoreWebhooksFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._saveWebhook_closure.prototype = { call$3(store, dynamicAction, next) { @@ -488721,7 +488871,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._saveWebhook__closure.prototype = { call$1(webhook) { @@ -488737,7 +488887,7 @@ } t1.completer.complete$1(0, webhook); }, - $signature: 361 + $signature: 426 }; A._saveWebhook__closure0.prototype = { call$1(error) { @@ -488748,7 +488898,7 @@ t1[0].call$1(new A.SaveWebhookFailure()); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadWebhook_closure.prototype = { call$3(store, dynamicAction, next) { @@ -488764,7 +488914,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadWebhook__closure.prototype = { call$1(webhook) { @@ -488773,7 +488923,7 @@ t1[0].call$1(new A.LoadWebhookSuccess(webhook)); this.action.completer.complete$1(0, null); }, - $signature: 361 + $signature: 426 }; A._loadWebhook__closure0.prototype = { call$1(error) { @@ -488784,7 +488934,7 @@ t1[0].call$1(new A.LoadWebhookFailure(error)); this.action.completer.completeError$1(error); }, - $signature: 3 + $signature: 2 }; A._loadWebhooks_closure.prototype = { call$3(store, dynamicAction, next) { @@ -488800,7 +488950,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2 + $signature: 3 }; A._loadWebhooks__closure.prototype = { call$1(data) { @@ -488824,7 +488974,7 @@ t1.get$completer(); t1.get$completer().completeError$1(error); }, - $signature: 3 + $signature: 2 }; A.webhookUIReducer_closure.prototype = { call$1(b) { @@ -488911,7 +489061,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_webhook ? action.entityId : selectedId; }, - $signature: 64 + $signature: 59 }; A.selectedIdReducer_closure227.prototype = { call$2(selectedId, action) { @@ -488929,13 +489079,13 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 62 + $signature: 60 }; A.selectedIdReducer_closure230.prototype = { call$2(selectedId, action) { return ""; }, - $signature: 60 + $signature: 61 }; A.selectedIdReducer_closure231.prototype = { call$2(selectedId, action) { @@ -489021,13 +489171,13 @@ b.get$_webhook_model$_$this()._webhook_model$_isChanged = true; return b; }, - $signature: 259 + $signature: 241 }; A.webhookListReducer_closure.prototype = { call$2(state, action) { return state.rebuild$1(new A.webhookListReducer__closure()); }, - $signature: 59 + $signature: 62 }; A.webhookListReducer__closure.prototype = { call$1(b) { @@ -489180,7 +489330,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 472 + $signature: 478 }; A._deleteWebhookSuccess_closure.prototype = { call$1(b) { @@ -489202,7 +489352,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 472 + $signature: 478 }; A._restoreWebhookSuccess_closure.prototype = { call$1(b) { @@ -489224,7 +489374,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 472 + $signature: 478 }; A._addWebhook_closure.prototype = { call$1(b) { @@ -489236,7 +489386,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 391 + $signature: 436 }; A._updateWebhook_closure.prototype = { call$1(b) { @@ -489244,7 +489394,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 391 + $signature: 436 }; A._setLoadedWebhook_closure.prototype = { call$1(b) { @@ -489252,7 +489402,7 @@ b.get$map(0).$indexSet(0, t1.id, t1); return b; }, - $signature: 391 + $signature: 436 }; A.memoizedFilteredWebhookList_closure.prototype = { call$4(selectionState, webhookMap, webhookList, webhookListState) { @@ -489318,7 +489468,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetBase.E"))); return b; }, - $signature: 391 + $signature: 436 }; A.WebhookUIState.prototype = { get$isCreatingNew() { @@ -489778,7 +489928,7 @@ call$2(context, constraints) { return A.GridView$count((constraints.maxWidth / 2 - 8) / 54, this.fieldWidgets, 2, 0, 12, null, new A.NeverScrollableScrollPhysics(null), null, true); }, - $signature: 397 + $signature: 437 }; A.ActionMenuButton.prototype = { build$1(context) { @@ -489827,7 +489977,7 @@ call$1(action) { this.$this.onSelected.call$2(this.context, action); }, - $signature: 311 + $signature: 293 }; A.ViewActionMenuButton.prototype = { build$1(context) { @@ -490149,7 +490299,7 @@ else if (!t1) _this.$this._widget.onSelectedSortField.call$1(value); }, - $signature: 96 + $signature: 100 }; A._AppBottomBarState_build__closure3.prototype = { call$0() { @@ -490176,7 +490326,7 @@ this.state.getUIState$1(t2).get$listUIState(); return new A.CustomFieldSelector(1, t2, t1._widget.customValues1, new A._AppBottomBarState_build___closure4(t1), null); }, - $signature: 427 + $signature: 438 }; A._AppBottomBarState_build___closure4.prototype = { call$1(field) { @@ -490209,7 +490359,7 @@ this.state.getUIState$1(t2).get$listUIState(); return new A.CustomFieldSelector(2, t2, t1._widget.customValues2, new A._AppBottomBarState_build___closure3(t1), null); }, - $signature: 427 + $signature: 438 }; A._AppBottomBarState_build___closure3.prototype = { call$1(field) { @@ -490242,7 +490392,7 @@ this.state.getUIState$1(t2).get$listUIState(); return new A.CustomFieldSelector(3, t2, t1._widget.customValues3, new A._AppBottomBarState_build___closure2(t1), null); }, - $signature: 427 + $signature: 438 }; A._AppBottomBarState_build___closure2.prototype = { call$1(field) { @@ -490275,7 +490425,7 @@ this.state.getUIState$1(t2).get$listUIState(); return new A.CustomFieldSelector(4, t2, t1._widget.customValues4, new A._AppBottomBarState_build___closure1(t1), null); }, - $signature: 427 + $signature: 438 }; A._AppBottomBarState_build___closure1.prototype = { call$1(field) { @@ -490538,7 +490688,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SaveUserSettingsRequest(completer, user)); }, - $signature: 119 + $signature: 115 }; A._AppBottomBarState_build___onColumnsPressed__closure.prototype = { call$1(b) { @@ -490555,7 +490705,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 103 + $signature: 102 }; A._AppBottomBarState_build___onColumnsPressed__closure1.prototype = { call$1(b) { @@ -490565,7 +490715,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 99 + $signature: 101 }; A._AppBottomBarState_build__closure.prototype = { call$0() { @@ -490679,7 +490829,7 @@ t1 = " "; return A.Column$(A._setArrayType([t2, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, - $signature: 139 + $signature: 142 }; A.AppHeader_build__value2.prototype = { call$0() { @@ -490696,7 +490846,7 @@ t1.toString; return A.Column$(A._setArrayType([t3, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); }, - $signature: 139 + $signature: 142 }; A.AppWebView.prototype = { build$1(context) { @@ -490914,7 +491064,7 @@ var _this = this; _this.$this.viewModel.onChangeEmail.call$4(_this.context, value, _this.password, _this.idToken); }, - $signature: 37 + $signature: 38 }; A.ConfirmEmailBuilder.prototype = { build$1(context) { @@ -490978,7 +491128,7 @@ b.get$_user_model$_$this()._email = this.email; return b; }, - $signature: 99 + $signature: 101 }; A.CopyToClipboard.prototype = { build$1(context) { @@ -491157,7 +491307,7 @@ } else if (sessionLength > sessionTimeout - 120000) t1.setState$1(new A._DesktopSessionTimeoutState_initState__closure(t1)); }, - $signature: 220 + $signature: 219 }; A._DesktopSessionTimeoutState_initState__closure.prototype = { call$0() { @@ -491774,7 +491924,7 @@ t1.toString; return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.String); }, - $signature: 304 + $signature: 277 }; A.MultiSelectListState_build_closure3.prototype = { call$1(value) { @@ -492252,7 +492402,7 @@ t1 = J.map$1$1$ax(t1._widget.documents._copy_on_write_list$_list, new A._DocumentGridState_build__closure(t1), type$.DocumentTile); return A.GridView$count((constraints.maxWidth / 2 - 8) / 200, A.List_List$of(t1, true, t1.$ti._eval$1("ListIterable.E")), 2, 0, 0, new A.EdgeInsets(6, 6, 6, 6), new A.NeverScrollableScrollPhysics(null), null, true); }, - $signature: 397 + $signature: 437 }; A._DocumentGridState_build__closure.prototype = { call$1($document) { @@ -492356,7 +492506,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 364 + $signature: 367 }; A.DocumentTile_build__closure.prototype = { call$1($name) { @@ -492380,13 +492530,13 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.SaveDocumentRequest(t1, t2)); }, - $signature: 37 + $signature: 38 }; A.DocumentTile_build___closure.prototype = { call$1(value) { this.$this.onRenamedDocument.call$0(); }, - $signature: 303 + $signature: 300 }; A.DocumentTile_build___closure0.prototype = { call$1(b) { @@ -492442,7 +492592,7 @@ t1.push(A.PopupMenuItem$(new A.IconText(t2, B.IconData_57785_MaterialIcons_null_false, _null, _null, false, _null), t4, t7)); return t1; }, - $signature: 296 + $signature: 350 }; A.DocumentPreview.prototype = { build$1(context) { @@ -492821,7 +492971,7 @@ t3 = t4.isSaving ? _null : new A.EditScaffold_build__closure0(_this.$this, action, t3, _this.store); return A.OutlinedButton$(new A.ConstrainedBox(new A.BoxConstraints(t5, 1 / 0, 0, 1 / 0), t1, _null), _null, t3, t2); }, - $signature: 451 + $signature: 467 }; A.EditScaffold_build__closure0.prototype = { call$0() { @@ -492863,13 +493013,13 @@ t1 = A.Icon$(B.IconData_58372_MaterialIcons_null_false, _null, _null, _null); return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_8_0_8_0, t1, _null), _null, true, _null, _null, new A.EditScaffold_build__closure1(_this.entityActions, remaining), new A.EditScaffold_build__closure2(_this.$this, context), B.EdgeInsets_8_8_8_8, _null, type$.EntityAction); }, - $signature: 452 + $signature: 470 }; A.EditScaffold_build__closure2.prototype = { call$1(action) { this.$this.onActionPressed.call$2(this.context, action); }, - $signature: 311 + $signature: 293 }; A.EditScaffold_build__closure1.prototype = { call$1(context) { @@ -492879,7 +493029,7 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PopupMenuItem>"); return A.List_List$of(new A.MappedListIterable(t1, new A.EditScaffold_build___closure(context), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 455 + $signature: 477 }; A.EditScaffold_build___closure.prototype = { call$1(action) { @@ -492890,7 +493040,7 @@ t1.toString; return A.PopupMenuItem$(A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), A.Text$(t1.lookup$1(action.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.EntityAction); }, - $signature: 456 + $signature: 480 }; A.EditScaffold_build_closure4.prototype = { call$0() { @@ -492963,7 +493113,7 @@ call$1(action) { return this.$this.onActionPressed.call$2(this.context, action); }, - $signature: 311 + $signature: 293 }; A.showEntityActionsDialog_closure.prototype = { call$1(entityAction) { @@ -492979,7 +493129,7 @@ call$1(dialogContext) { return A.SimpleDialog$(this.actions, null); }, - $signature: 180 + $signature: 189 }; A.EntityActionListTile.prototype = { build$1(context) { @@ -493207,7 +493357,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this._widget.entity], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A._EntityListTileState_build_closure0.prototype = { call$0() { @@ -493224,7 +493374,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntityListTileState_build__closure0(t1)); }, - $signature: 133 + $signature: 135 }; A._EntityListTileState_build__closure0.prototype = { call$0() { @@ -493344,7 +493494,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntitiesListTileState_build__closure0(t1)); }, - $signature: 133 + $signature: 135 }; A._EntitiesListTileState_build__closure0.prototype = { call$0() { @@ -493721,7 +493871,7 @@ call$1(elementId) { return !J.contains$1$asx(this.$this._widget.excludeIds, elementId); }, - $signature: 117 + $signature: 119 }; A._EntityDropdownState__showOptions__closure1.prototype = { call$2(entity, update) { @@ -493774,7 +493924,7 @@ call$1(entity) { this.$this._widget.onSelected$1(entity); }, - $signature: 106 + $signature: 107 }; A._EntityDropdownState_build_closure4.prototype = { call$1(textEditingValue) { @@ -493838,7 +493988,7 @@ call$1(entity) { return entity.get$listDisplayName(); }, - $signature: 394 + $signature: 375 }; A._EntityDropdownState_build_closure3.prototype = { call$1(entity) { @@ -493861,7 +494011,7 @@ } else t2.call$1(entity); }, - $signature: 272 + $signature: 244 }; A._EntityDropdownState_build_closure__wrapUp.prototype = { call$1(entity) { @@ -493870,7 +494020,7 @@ t1._entity_dropdown$_focusNode.requestFocus$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._EntityDropdownState_build___wrapUp_closure(t1)); }, - $signature: 272 + $signature: 244 }; A._EntityDropdownState_build___wrapUp_closure.prototype = { call$1(duration) { @@ -493910,7 +494060,7 @@ t1 = this.$this; t1._entity_dropdown$_focusNode.addListener$1(0, t1.get$_onFocusChanged()); }, - $signature: 106 + $signature: 107 }; A._EntityDropdownState_build__closure5.prototype = { call$1(error) { @@ -493936,7 +494086,7 @@ t4 = false; return A.DecoratedFormField$(false, _null, t4, textEditingController, _null, true, focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t5, _null, _null, false, new A._EntityDropdownState_build__closure6(t1), new A._EntityDropdownState_build__closure7(onFieldSubmitted), _null, t2, _null, this.iconButton, B.TextAlign_4, t3); }, - $signature: 471 + $signature: 548 }; A._EntityDropdownState_build__closure7.prototype = { call$1(value) { @@ -494004,7 +494154,7 @@ call$1(entity) { return this.onSelected.call$1(entity); }, - $signature: 272 + $signature: 244 }; A._EntityDropdownState_build_closure6.prototype = { call$0() { @@ -494042,7 +494192,7 @@ this.$this._widget.onSelected$1(entity); A.Navigator_of(this.context, false).pop$1(null); }, - $signature: 272 + $signature: 244 }; A._EntityDropdownDialogState_build__headerRow.prototype = { call$0() { @@ -494072,7 +494222,7 @@ t2 = A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_10_0_10_0, t1, _null), t5, t7, t2], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 139 + $signature: 142 }; A._EntityDropdownDialogState_build__headerRow_closure.prototype = { call$1(value) { @@ -494110,7 +494260,7 @@ call$1(entity) { this.$this._widget.onSelected$2(entity, false); }, - $signature: 106 + $signature: 107 }; A._EntityDropdownDialogState_build__createList.prototype = { call$0() { @@ -494121,7 +494271,7 @@ matches = A.List_List$of(new A.WhereIterable(new A.WhereIterable(t2, new A._EntityDropdownDialogState_build__createList_closure(t1), t3), new A._EntityDropdownDialogState_build__createList_closure0(t1), t4), true, t4._eval$1("Iterable.E")); return A.ScrollableListViewBuilder$(new A._EntityDropdownDialogState_build__createList_closure1(t1, matches, this._selectEntity), matches.length, null, false, null, null); }, - $signature: 139 + $signature: 142 }; A._EntityDropdownDialogState_build__createList_closure.prototype = { call$1(entityId) { @@ -494130,14 +494280,14 @@ t1 = t2 == null ? null : t2.matchesFilter$1(t1._entity_dropdown$_filter); return t1 === true; }, - $signature: 117 + $signature: 119 }; A._EntityDropdownDialogState_build__createList_closure0.prototype = { call$1(entityId) { this.$this._widget.toString; return !B.JSArray_methods.contains$1(B.List_empty0, entityId); }, - $signature: 117 + $signature: 119 }; A._EntityDropdownDialogState_build__createList_closure1.prototype = { call$2(context, index) { @@ -494156,7 +494306,7 @@ call$1(entity) { return this._selectEntity.call$1(entity); }, - $signature: 272 + $signature: 244 }; A.EntityAutocompleteListTile.prototype = { build$1(context) { @@ -494293,7 +494443,7 @@ } return new A.CopyToClipboard(A.Column$(A._setArrayType([t3, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), t2, false, _null, _null, _null); }, - $signature: 139 + $signature: 142 }; A.EntityHeader_build__value2.prototype = { call$0() { @@ -494312,7 +494462,7 @@ } return new A.CopyToClipboard(A.Column$(A._setArrayType([t3, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), t2, false, _null, _null, _null); }, - $signature: 139 + $signature: 142 }; A.EntityStateLabel.prototype = { build$1(context) { @@ -494451,7 +494601,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(element); }, - $signature: 271 + $signature: 251 }; A.EntityTopFilter_build_closure0.prototype = { call$0() { @@ -494515,7 +494665,7 @@ else A.viewEntitiesByType(value, type$.nullable_BaseEntity._as(t1), 0); }, - $signature: 268 + $signature: 249 }; A.EntityTopFilter_build__closure.prototype = { call$1(context) { @@ -494533,7 +494683,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(element); }, - $signature: 271 + $signature: 251 }; A.EntityTopFilter_build___closure0.prototype = { call$1(type) { @@ -494655,7 +494805,7 @@ t3 = t3 ? _null : new A.EntityTopFilterHeader_build__closure1(_this.filterEntity, action); return A.OutlinedButton$(new A.IconText(label, t2, t4, _null, false, _null), _null, t3, t1); }, - $signature: 451 + $signature: 467 }; A.EntityTopFilterHeader_build__closure1.prototype = { call$0() { @@ -494674,13 +494824,13 @@ t1.toString; return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_8_0_8_0, A.Row$(A._setArrayType([A.Text$(t1, _null, _null, _null, _null, _null, _this.textStyle, _null, _null, _null), new A.SizedBox(4, _null, _null, _null), A.Icon$(B.IconData_57496_MaterialIcons_null_false, _this.state.get$headerTextColor(), _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, new A.EntityTopFilterHeader_build__closure(_this.entityActions, remaining), new A.EntityTopFilterHeader_build__closure0(_this.filterEntity), B.EdgeInsets_8_8_8_8, _null, type$.EntityAction); }, - $signature: 452 + $signature: 470 }; A.EntityTopFilterHeader_build__closure0.prototype = { call$1(action) { A.handleEntitiesActions(A._setArrayType([this.filterEntity], type$.JSArray_BaseEntity), action, false); }, - $signature: 311 + $signature: 293 }; A.EntityTopFilterHeader_build__closure.prototype = { call$1(context) { @@ -494690,7 +494840,7 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PopupMenuItem>"); return A.List_List$of(new A.MappedListIterable(t1, new A.EntityTopFilterHeader_build___closure(context), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 455 + $signature: 477 }; A.EntityTopFilterHeader_build___closure.prototype = { call$1(action) { @@ -494701,7 +494851,7 @@ t1.toString; return A.PopupMenuItem$(A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), A.Text$(t1.lookup$1(action.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.EntityAction); }, - $signature: 456 + $signature: 480 }; A.EntityTopFilterHeader_build_closure4.prototype = { call$0() { @@ -494884,7 +495034,7 @@ call$1(index) { return this.$this.onTabChanged.call$1(index); }, - $signature: 61 + $signature: 63 }; A.BoolDropdownButton.prototype = { build$1(context) { @@ -495040,7 +495190,7 @@ t1 = null; return t1; }, - $signature: 147 + $signature: 152 }; A.FormColorPicker.prototype = { createState$0() { @@ -495190,7 +495340,7 @@ t3.toString; return A.AlertDialog$(A._setArrayType([t5, A.TextButton$(false, A.Text$(J.$index$asx(t3, "done").toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._FormColorPickerState__showPicker__closure1(t1, context), _null)], type$.JSArray_Widget), _null, _null, t2, _null, _null, _null); }, - $signature: 155 + $signature: 160 }; A._FormColorPickerState__showPicker__closure.prototype = { call$1(color) { @@ -495325,7 +495475,7 @@ if (t1 != null) t1.call$1(t3 ? "yes" : "no"); }, - $signature: 107 + $signature: 104 }; A._CustomFieldState_build_closure0.prototype = { call$2(date, _) { @@ -495341,7 +495491,7 @@ if (t1 != null) t1.call$1(date); }, - $signature: 51 + $signature: 50 }; A._CustomFieldState_build_closure1.prototype = { call$1(option) { @@ -495808,7 +495958,7 @@ call$1(val) { return val == null || this.$this._widget.validator == null ? null : this.$this._widget.validator.call$1(val); }, - $signature: 147 + $signature: 152 }; A._DecoratedFormFieldState_build_closure0.prototype = { call$1(value) { @@ -496061,7 +496211,7 @@ t1._duration_picker$_textController.set$text(0, A.formatDuration(duration, true)); t1._widget.onSelected$1(duration); }, - $signature: 61 + $signature: 63 }; A.DynamicSelector.prototype = { build$1(context) { @@ -496115,7 +496265,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entityId, type$.String); }, - $signature: 304 + $signature: 277 }; A.DynamicSelector_build_closure1.prototype = { call$1(entity) { @@ -496243,7 +496393,7 @@ options = A._setArrayType(["all_user_notifications"], t1); this.$this.onChanged.call$2("email", options); }, - $signature: 37 + $signature: 38 }; A.NotificationSettings_build_closure0.prototype = { call$1(eventType) { @@ -496373,7 +496523,7 @@ } this.$this.onChanged.call$2("email", options); }, - $signature: 37 + $signature: 38 }; A._NotificationSelector.prototype = { build$1(context) { @@ -496585,7 +496735,7 @@ t1 = ""; this.$this.onChanged.call$1(t1); }, - $signature: 49 + $signature: 48 }; A.ProjectPicker_build_closure.prototype = { call$2(completer, $name) { @@ -496595,7 +496745,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveProjectRequest(completer, t1)); }, - $signature: 154 + $signature: 155 }; A.ProjectPicker_build__closure.prototype = { call$1(b) { @@ -496603,7 +496753,7 @@ b.get$_project_model$_$this()._project_model$_clientId = this.$this.clientId; return b; }, - $signature: 204 + $signature: 203 }; A.SaveCancelButtons.prototype = { build$1(context) { @@ -496636,7 +496786,7 @@ t3 = false; return new A.AppTextButton(t2, t1.isEnabled || t1.isCancelEnabled ? new A.SaveCancelButtons_build__closure0(t1, context) : null, t3, null, null); }, - $signature: 365 + $signature: 358 }; A.SaveCancelButtons_build__closure0.prototype = { call$0() { @@ -496660,7 +496810,7 @@ t3 = t1.isEnabled ? new A.SaveCancelButtons_build__closure(t1, context) : null; return new A.AppTextButton(t2, t3, t1.isHeader, null, null); }, - $signature: 365 + $signature: 358 }; A.SaveCancelButtons_build__closure.prototype = { call$0() { @@ -496786,7 +496936,7 @@ t1 = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany; return A.MediaQuery$(child, A.InheritedModel_inheritFrom(context, null, type$.MediaQuery).data.copyWith$1$alwaysUse24HourFormat(t1.company.settings.enableMilitaryTime), null); }, - $signature: 523 + $signature: 518 }; A._TimePickerState_build_closure.prototype = { call$0() { @@ -496915,7 +497065,7 @@ call$1(val) { return B.JSString_methods.trim$0(val == null ? "" : val).length === 0 ? A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.AppLocalization).get$pleaseSelectAVendor() : null; }, - $signature: 147 + $signature: 152 }; A.VendorPicker_build_closure.prototype = { call$2(completer, $name) { @@ -496924,7 +497074,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 154 + $signature: 155 }; A.VendorPicker_build__closure.prototype = { call$1(b) { @@ -496985,7 +497135,7 @@ var _null = null; return A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null, _null), _null, new A.HistoryDrawer_build__closure(context), _null, _null, _null, _null, _null); }, - $signature: 477 + $signature: 595 }; A.HistoryDrawer_build__closure.prototype = { call$0() { @@ -497340,7 +497490,7 @@ t1[0].call$1(new A.StopSaving()); A.showErrorDialog(false, A._asStringQ(error)); }, - $signature: 3 + $signature: 2 }; A._ImportantMessageBannerState_build_closure0.prototype = { call$0() { @@ -497837,7 +497987,7 @@ t2 = this.invitation; return t1 === (this.invoice.entityType === B.EntityType_purchaseOrder ? t2.vendorContactId : t2.clientContactId); }, - $signature: 227 + $signature: 218 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure0.prototype = { call$1(contact) { @@ -497854,7 +498004,7 @@ } return t1; }, - $signature: 50 + $signature: 52 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure1.prototype = { call$1(template) { @@ -497898,7 +498048,7 @@ t1._invoice_email_view$_onChanged$0(); } }, - $signature: 37 + $signature: 38 }; A._InvoiceEmailViewState__buildEdit_closure2.prototype = { call$1(_) { @@ -497910,7 +498060,7 @@ call$2(context, index) { return new A.ActivityListTile(this.activities.elementAt$1(0, index), false, null); }, - $signature: 319 + $signature: 339 }; A._InvoiceEmailViewState_build_closure.prototype = { call$1(context) { @@ -498120,7 +498270,7 @@ call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 313 + $signature: 348 }; A._TaxRateDropdownState_didChangeDependencies_closure0.prototype = { call$1(taxRate) { @@ -498161,7 +498311,7 @@ call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 313 + $signature: 348 }; A._TaxRateDropdownState_build_closure1.prototype = { call$1(taxRate) { @@ -498245,7 +498395,7 @@ var t1 = this.$this; t1.setState$1(new A._LinkTextRelatedEntityState_build__closure(t1)); }, - $signature: 256 + $signature: 271 }; A._LinkTextRelatedEntityState_build__closure.prototype = { call$0() { @@ -498440,7 +498590,7 @@ var t1 = this.$this; t1._debouncer.run$1(new A._ListFilterState_build__closure5(t1, value)); }, - $signature: 37 + $signature: 38 }; A._ListFilterState_build__closure5.prototype = { call$0() { @@ -498465,26 +498615,26 @@ t1._widget.onSelectedState.call$2(t4, false); } }, - $signature: 478 + $signature: 602 }; A._ListFilterState_build__closure2.prototype = { call$1(e) { return !J.contains$1$asx(this.stateFilters._copy_on_write_list$_list, e); }, - $signature: 144 + $signature: 150 }; A._ListFilterState_build__closure3.prototype = { call$1(e) { return !J.contains$1$asx(this.selected._copy_on_write_list$_list, e); }, - $signature: 144 + $signature: 150 }; A._ListFilterState_build_closure3.prototype = { call$1(value) { var _null = null; return A.Text$(this.localization.lookup$1(type$.EntityState._as(value).name), _null, 1, B.TextOverflow_0, _null, _null, _null, _null, _null, _null); }, - $signature: 480 + $signature: 603 }; A._ListFilterState_build_closure2.prototype = { call$1(selected) { @@ -498525,7 +498675,7 @@ t1._widget.onSelectedStatus.call$2(t4, false); } }, - $signature: 478 + $signature: 602 }; A._ListFilterState_build__closure.prototype = { call$1(e) { @@ -498534,7 +498684,7 @@ type$.EntityStatus._as(e); return !B.JSArray_methods.contains$1(t1, e.get$id(e)); }, - $signature: 144 + $signature: 150 }; A._ListFilterState_build___closure0.prototype = { call$1(e) { @@ -498549,13 +498699,13 @@ type$.EntityStatus._as(e); return !B.JSArray_methods.contains$1(t1, e.get$id(e)); }, - $signature: 144 + $signature: 150 }; A._ListFilterState_build___closure.prototype = { call$1(e) { return J.get$id$x(e); }, - $signature: 224 + $signature: 228 }; A._ListFilterState_build_closure6.prototype = { call$1(value) { @@ -498563,7 +498713,7 @@ type$.EntityStatus._as(value); return A.Text$(this.localization.lookup$1(value.get$name(value)), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 480 + $signature: 603 }; A._ListFilterState_build_closure5.prototype = { call$1(selected) { @@ -498725,7 +498875,7 @@ t2.toString; return A.InkWell$(false, _null, true, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null, _null), _null, new A.ListScaffold_build__closure0(context), _null, _null, _null, t2, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 481 + $signature: 604 }; A.ListScaffold_build__closure0.prototype = { call$0() { @@ -499417,7 +499567,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 269 + $signature: 252 }; A.EntityScreens.prototype = { build$1(context) { @@ -500410,7 +500560,7 @@ var t1 = this.$this; return t1.setState$1(new A._MenuDrawerState_build__companyListItem__closure0(t1)); }, - $signature: 133 + $signature: 135 }; A._MenuDrawerState_build__companyListItem__closure0.prototype = { call$0() { @@ -500499,7 +500649,7 @@ t2.push(A.PopupMenuItem$(A.Row$(A._setArrayType([new A.SizedBox(2, _null, _null, _null), t1, new A.SizedBox(15, _null, _null, _null), A.Text$(t3, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), "logout", type$.String)); return t2; }, - $signature: 296 + $signature: 350 }; A._MenuDrawerState_build__closure5.prototype = { call$1(company) { @@ -500542,7 +500692,7 @@ call$1(company) { return company.id === this.companyId; }, - $signature: 678 + $signature: 680 }; A._MenuDrawerState_build_closure3.prototype = { call$1(context) { @@ -500638,7 +500788,7 @@ call$1(context) { return new A.UserSmsVerification(true, null, null); }, - $signature: 358 + $signature: 357 }; A._MenuDrawerState_build_closure7.prototype = { call$0() { @@ -500651,7 +500801,7 @@ call$1(context) { return new A.UserSmsVerification(false, null, null); }, - $signature: 358 + $signature: 357 }; A._MenuDrawerState_build_closure8.prototype = { call$0() { @@ -500972,7 +501122,7 @@ var t1 = this.$this; return t1.setState$1(new A._DrawerTileState_build__closure0(t1)); }, - $signature: 133 + $signature: 135 }; A._DrawerTileState_build__closure0.prototype = { call$0() { @@ -501386,7 +501536,7 @@ t1.push(A.PopupMenuItem$(t5, t3, t6)); return t1; }, - $signature: 296 + $signature: 350 }; A.SidebarFooterCollapsed_build_closure1.prototype = { call$0() { @@ -501599,7 +501749,7 @@ t3.toString; return A.AlertDialog$(t4, _null, _null, A.Column$(A._setArrayType([t1, new A.AppButton(_null, B._MdiIconData_MO9, "Windows", new A._showAbout____closure1(), _null, _null), new A.AppButton(_null, B._MdiIconData_7T10, "macOS", new A._showAbout____closure2(), _null, _null), new A.AppButton(_null, B._MdiIconData_ifn, "Linux", new A._showAbout____closure3(), _null, _null), new A.Padding(B.EdgeInsets_0_30_0_0, A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.AppButton(_null, B._MdiIconData_7T10, "iOS", new A._showAbout____closure4(), _null, _null), new A.AppButton(_null, B._MdiIconData_7T11, "Android", new A._showAbout____closure5(), _null, _null), new A.AppButton(_null, B._MdiIconData_7T11, "F-Droid", new A._showAbout____closure6(), _null, _null)], t5), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, _null, _null); }, - $signature: 155 + $signature: 160 }; A._showAbout____closure.prototype = { call$0() { @@ -501616,7 +501766,7 @@ t2 = type$.JSArray_Widget; return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(J.$index$asx(t1, "close").toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._showAbout______closure(context), _null)], t2), _null, _null, A.Column$(A._setArrayType([A.Text$("Backend", _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.AppButton(_null, B._MdiIconData_id2, "Laravel/PHP", new A._showAbout______closure0(), _null, _null), new A.Padding(B.EdgeInsets_0_30_0_0, A.Text$("Frontend", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.AppButton(_null, B._MdiIconData_7T1, "Flutter/Dart", new A._showAbout______closure1(), _null, _null), new A.AppButton(_null, B._MdiIconData_43h, "Storefront SDK", new A._showAbout______closure2(), _null, _null)], t2), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, _null, _null); }, - $signature: 155 + $signature: 160 }; A._showAbout______closure.prototype = { call$0() { @@ -501628,19 +501778,19 @@ call$0() { return A.launchUrl(A.Uri_parse("https://github.com/invoiceninja/invoiceninja/tree/v5-stable", 0, null)); }, - $signature: 67 + $signature: 66 }; A._showAbout______closure1.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://github.com/invoiceninja/admin-portal", 0, null)); }, - $signature: 67 + $signature: 66 }; A._showAbout______closure2.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://pub.dev/packages/invoiceninja", 0, null)); }, - $signature: 67 + $signature: 66 }; A._showAbout____closure0.prototype = { call$0() { @@ -501652,43 +501802,43 @@ call$0() { return A.launchUrl(A.Uri_parse(string$.https_am, 0, null)); }, - $signature: 67 + $signature: 66 }; A._showAbout____closure2.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://apps.apple.com/app/id1503970375", 0, null)); }, - $signature: 67 + $signature: 66 }; A._showAbout____closure3.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://snapcraft.io/invoiceninja", 0, null)); }, - $signature: 67 + $signature: 66 }; A._showAbout____closure4.prototype = { call$0() { return A.launchUrl(A.Uri_parse(string$.https_aa, 0, null)); }, - $signature: 67 + $signature: 66 }; A._showAbout____closure5.prototype = { call$0() { return A.launchUrl(A.Uri_parse(string$.https_pl, 0, null)); }, - $signature: 67 + $signature: 66 }; A._showAbout____closure6.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://f-droid.org/packages/com.invoiceninja.app", 0, null)); }, - $signature: 67 + $signature: 66 }; A._showAbout__closure4.prototype = { call$0() { return A.launchUrl(A.Uri_parse(string$.https_g, 0, null)); }, - $signature: 67 + $signature: 66 }; A._showAbout__closure5.prototype = { call$0() { @@ -501860,7 +502010,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 288 + $signature: 275 }; A._ContactUsDialogState__sendMessage__closure0.prototype = { call$0() { @@ -501879,7 +502029,7 @@ t1.toString; return new A.MessageDialog(t1, _null, _null, _null, _null, _null); }, - $signature: 386 + $signature: 365 }; A._ContactUsDialogState__sendMessage_closure1.prototype = { call$1(error) { @@ -501989,7 +502139,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 485 + $signature: 613 }; A.MenuDrawerVM_fromStore_closure.prototype = { call$3(context, index, company) { @@ -502108,7 +502258,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 485 + $signature: 613 }; A.MenuDrawerVM_fromStore___closure.prototype = { call$1(_) { @@ -502121,7 +502271,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_Widget), null); }, - $signature: 180 + $signature: 189 }; A._TheState.prototype = {}; A._theState_closure.prototype = { @@ -502218,7 +502368,7 @@ } return t1; }, - $signature: 139 + $signature: 142 }; A._DropDownMultiSelectState_build___closure2.prototype = { call$1(e) { @@ -502240,7 +502390,7 @@ call$2(a, b) { return a + " , " + b; }, - $signature: 615 + $signature: 583 }; A._DropDownMultiSelectState_build__closure1.prototype = { call$1(x) { @@ -502301,7 +502451,7 @@ t1._widget.onChanged$1(ns); } }, - $signature: 177 + $signature: 176 }; A._DropDownMultiSelectState_build___closure1.prototype = { call$0() { @@ -502351,7 +502501,7 @@ t1 = null; return t1; }, - $signature: 147 + $signature: 152 }; A.PortalLinkStyle.prototype = { _enumToString$0() { @@ -502436,7 +502586,7 @@ t1.toString; return A._setArrayType([t4, A.PopupMenuItem$(new A.IconText(t3, B.IconData_57744_MaterialIcons_null_false, _null, _null, false, _null), t1, t5)], type$.JSArray_PopupMenuEntry_String); }, - $signature: 296 + $signature: 350 }; A.PortalLinks_build_closure2.prototype = { call$1(value) { @@ -503577,7 +503727,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 192 + $signature: 175 }; A.AppPaginatedDataTableState_build_closure0.prototype = { call$2(context, constraints) { @@ -503726,7 +503876,7 @@ A.handleEntitiesActions(A._setArrayType([this.entity], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.EntityDataTableSource_getRow_closure3.prototype = { call$0() { @@ -503954,7 +504104,7 @@ call$1(entity) { return A.selectEntity(entity, false, false); }, - $signature: 156 + $signature: 162 }; A._EntityListState_build_closure.prototype = { call$1(duration) { @@ -504094,7 +504244,7 @@ var _null = null; return index === 0 || index === J.get$length$asx(this.entityList) ? new A.SizedBox(_null, _null, _null, _null) : new A.ListDivider(_null); }, - $signature: 97 + $signature: 96 }; A._EntityListState_build__closure1.prototype = { call$2(context, index) { @@ -504104,7 +504254,7 @@ else return this.$this._widget.itemBuilder$2(context, index - 1); }, - $signature: 97 + $signature: 96 }; A._EntityListState_build__closure3.prototype = { call$1(_) { @@ -504152,7 +504302,7 @@ t1 = t2 != null && B.JSArray_methods.contains$1(t2._list$_list, t1); return this.value !== t1; }, - $signature: 227 + $signature: 218 }; A._EntityListState_build__closure5.prototype = { call$1(field) { @@ -504182,7 +504332,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.UpdateLastHistory(t1)); }, - $signature: 61 + $signature: 63 }; A._EntityListState_build__closure7.prototype = { call$1(value) { @@ -504192,7 +504342,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 856 + $signature: 858 }; A._EntityListState_build_closure0.prototype = { call$1(entityId) { @@ -504229,7 +504379,7 @@ t2.toString; return A.OutlinedButton$(new A.IconText(t2.lookup$1(action.toString$0(0)), t1, _null, _null, false, _null), _null, new A._EntityListState_build__closure12(this.$this, this.entities, action), _null); }, - $signature: 451 + $signature: 467 }; A._EntityListState_build__closure12.prototype = { call$0() { @@ -504253,14 +504403,14 @@ t1 = A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, (t4 ? t2.enableDarkModeSystem : t3 === "dark") ? B.Color_4294967295 : B.Color_4278190080, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_8_0_8_0, A.Row$(A._setArrayType([t1, new A.SizedBox(4, _null, _null, _null), A.Icon$(B.IconData_57496_MaterialIcons_null_false, (t4 ? t2.enableDarkModeSystem : t3 === "dark") ? B.Color_4294967295 : B.Color_4278190080, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, new A._EntityListState_build__closure10(_this.actions, remaining), new A._EntityListState_build__closure11(_this.$this, _this.entities), B.EdgeInsets_8_8_8_8, _null, type$.EntityAction); }, - $signature: 452 + $signature: 470 }; A._EntityListState_build__closure11.prototype = { call$1(action) { A.handleEntitiesActions(this.entities, action, false); this.$this._widget.onClearMultiselect$0(); }, - $signature: 311 + $signature: 293 }; A._EntityListState_build__closure10.prototype = { call$1(context) { @@ -504270,7 +504420,7 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PopupMenuItem>"); return A.List_List$of(new A.MappedListIterable(t1, new A._EntityListState_build___closure2(context), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 455 + $signature: 477 }; A._EntityListState_build___closure2.prototype = { call$1(action) { @@ -504281,7 +504431,7 @@ t1.toString; return A.PopupMenuItem$(A.Row$(A._setArrayType([t2, new A.SizedBox(16, _null, _null, _null), A.Text$(t1.lookup$1(action.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), action, type$.EntityAction); }, - $signature: 456 + $signature: 480 }; A._EntityListState_build_closure5.prototype = { call$1(context) { @@ -504316,13 +504466,13 @@ call$1(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 98 + $signature: 99 }; A._EntityListState_build_closure4.prototype = { call$1(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 54 + $signature: 55 }; A.UpgradeDialog.prototype = { createState$0() { @@ -504641,7 +504791,7 @@ A._UpgradeDialogState_initState_closure1.prototype = { call$1(error) { }, - $signature: 3 + $signature: 2 }; A._UpgradeDialogState_initStoreInfo_closure.prototype = { call$0() { @@ -504960,7 +505110,7 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TextButton>"); return A.GridView$count((constraints.maxWidth / 2 - 8) / 50, A.List_List$of(new A.MappedListIterable(t1, new A._VariableGrid_build__closure(context), t2), true, t2._eval$1("ListIterable.E")), 2, 0, 0, new A.EdgeInsets(6, 6, 6, 6), null, true, true); }, - $signature: 397 + $signature: 437 }; A._VariableGrid_build__closure.prototype = { call$1(field) { @@ -505165,7 +505315,7 @@ t1.toString; return new A.AppTextButton(t1, isDisabled ? _null : new A.ViewScaffold_build__closure(this.$this), true, _null, _null); }, - $signature: 365 + $signature: 358 }; A.ViewScaffold_build__closure.prototype = { call$0() { @@ -505178,7 +505328,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.entity], type$.JSArray_BaseEntity), action, true); return null; }, - $signature: 76 + $signature: 74 }; A.WebSessionTimeout.prototype = { createState$0() { @@ -505221,7 +505371,7 @@ t1[0].call$1(new A.UserLogout()); } }, - $signature: 220 + $signature: 219 }; A.WebSocketRefresh.prototype = { createState$0() { @@ -505274,7 +505424,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.LoadStateRequest(this.context)); }, - $signature: 348 + $signature: 316 }; A.InitScreen_build_closure.prototype = { call$2(context, store) { @@ -505969,7 +506119,7 @@ t3.toString; return A.AlertDialog$(A._setArrayType([new A.Padding(B.EdgeInsets_0_0_8_0, A.TextButton$(false, A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._LoginState__submitSignUpForm__closure1(context), _null), _null)], type$.JSArray_Widget), _null, _null, t4, _null, _null, t1); }, - $signature: 155 + $signature: 160 }; A._LoginState__submitSignUpForm__closure1.prototype = { call$0() { @@ -505995,7 +506145,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState__submitSignUpForm__closure(t1, error)); }, - $signature: 3 + $signature: 2 }; A._LoginState__submitSignUpForm__closure.prototype = { call$0() { @@ -506048,14 +506198,14 @@ t1.toString; return new A.MessageDialog(t1, _null, _null, _null, _null, _null); }, - $signature: 386 + $signature: 365 }; A._LoginState__submitLoginForm_closure1.prototype = { call$1(error) { var t1 = this.$this; t1.setState$1(new A._LoginState__submitLoginForm__closure(t1, error)); }, - $signature: 3 + $signature: 2 }; A._LoginState__submitLoginForm__closure.prototype = { call$0() { @@ -506071,7 +506221,7 @@ call$1(context) { return new A.UserSmsVerification(false, B.JSString_methods.trim$0(this.$this._login_view$_emailController._change_notifier$_value.text), null); }, - $signature: 358 + $signature: 357 }; A._LoginState_build_closure0.prototype = { call$0() { @@ -506104,7 +506254,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState_build__closure6(t1, index)); }, - $signature: 164 + $signature: 159 }; A._LoginState_build__closure6.prototype = { call$0() { @@ -506123,7 +506273,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState_build__closure5(t1, index)); }, - $signature: 164 + $signature: 159 }; A._LoginState_build__closure5.prototype = { call$0() { @@ -506416,7 +506566,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 489 + $signature: 618 }; A.LoginVM_fromStore__closure6.prototype = { call$2(idToken, accessToken) { @@ -506443,7 +506593,7 @@ t2.future.then$1$1(0, new A.LoginVM_fromStore___closure2(_this._handleLogin, t3), type$.Null); } }, - $signature: 173 + $signature: 174 }; A.LoginVM_fromStore___closure2.prototype = { call$1(_) { @@ -506520,7 +506670,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 492 + $signature: 609 }; A.LoginVM_fromStore__closure5.prototype = { call$2(idToken, accessToken) { @@ -506544,7 +506694,7 @@ t2.future.then$1$1(0, new A.LoginVM_fromStore___closure1(_this._handleLogin, t3), type$.Null); } }, - $signature: 173 + $signature: 174 }; A.LoginVM_fromStore___closure1.prototype = { call$1(_) { @@ -506583,7 +506733,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 489 + $signature: 618 }; A.LoginVM_fromStore__closure3.prototype = { call$2(idToken, accessToken) { @@ -506598,7 +506748,7 @@ t6[0].call$1(new A.OAuthLoginRequest(t1, null, idToken, accessToken, t2, t3, t5, "microsoft", null)); t1.future.then$1$1(0, new A.LoginVM_fromStore___closure0(_this._handleLogin, t4), type$.Null); }, - $signature: 173 + $signature: 174 }; A.LoginVM_fromStore___closure0.prototype = { call$1(_) { @@ -506640,7 +506790,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 492 + $signature: 609 }; A.LoginVM_fromStore__closure1.prototype = { call$2(idToken, accessToken) { @@ -506651,7 +506801,7 @@ t2[0].call$1(new A.OAuthSignUpRequest(t1, idToken, _this.url, accessToken, "microsoft", null, null)); t1.future.then$1$1(0, new A.LoginVM_fromStore___closure(_this._handleLogin, _this.context), type$.Null); }, - $signature: 173 + $signature: 174 }; A.LoginVM_fromStore___closure.prototype = { call$1(_) { @@ -506734,7 +506884,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 489 + $signature: 618 }; A.LoginVM_fromStore__closure0.prototype = { call$1(_) { @@ -506802,7 +506952,7 @@ }); return A._asyncStartSync($async$call$3, $async$completer); }, - $signature: 492 + $signature: 609 }; A.LoginVM_fromStore__closure.prototype = { call$1(_) { @@ -507286,7 +507436,7 @@ t3.toString; return A.AlertDialog$(t5, _null, _null, A.SingleChildScrollView$(A.Column$(A._setArrayType([t7, t8, t9, new A.SizedBox(_null, 30, _null, _null), t11, t12, A.Row$(A._setArrayType([A.Expanded$(new A.AppButton(_null, B.IconData_58173_MaterialIcons_null_false, J.$index$asx(t3, _s10_).toUpperCase(), new A.BankAccountScreen_connectAccounts__closure2(), _null, _null), 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(new A.AppButton(_null, B.IconData_58240_MaterialIcons_null_false, t1.get$connect().toUpperCase(), new A.BankAccountScreen_connectAccounts__closure3(t10, context), _null, _null), 1)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t6), B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, B.DragStartBehavior_1, _null, _null, _null, _null, _null, false, B.Axis_1), _null, _null, t4); }, - $signature: 155 + $signature: 160 }; A.BankAccountScreen_connectAccounts__closure.prototype = { call$0() { @@ -507298,7 +507448,7 @@ call$0() { return A.launchUrl(A.Uri_parse("https://www.yodlee.com/open-banking/data-connections", 0, null)); }, - $signature: 67 + $signature: 66 }; A.BankAccountScreen_connectAccounts__closure1.prototype = { call$0() { @@ -507310,7 +507460,7 @@ call$0() { return A.launchUrl(A.Uri_parse("https://gocardless.com/bank-account-data/coverage", 0, null)); }, - $signature: 67 + $signature: 66 }; A.BankAccountScreen_connectAccounts__closure3.prototype = { call$0() { @@ -507424,7 +507574,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortBankAccounts(value)); }, - $signature: 37 + $signature: 38 }; A.BankAccountScreen_build_closure10.prototype = { call$2(state, value) { @@ -507432,7 +507582,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterBankAccountsByState(state)); }, - $signature: 65 + $signature: 67 }; A.BankAccountScreen_build_closure4.prototype = { call$0() { @@ -507650,7 +507800,7 @@ b.get$_bank_account_model$_$this()._bank_account_model$_name = t1; return b; }, - $signature: 251 + $signature: 246 }; A._BankAccountEditState__onChanged_closure0.prototype = { call$0() { @@ -507662,7 +507812,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._BankAccountEditState_build_closure4.prototype = { call$1(_) { @@ -507694,14 +507844,14 @@ call$2(date, _) { return this.viewModel.onChanged.call$1(this.bankAccount.rebuild$1(new A._BankAccountEditState_build__closure0(date))); }, - $signature: 344 + $signature: 305 }; A._BankAccountEditState_build__closure0.prototype = { call$1(b) { b.get$_bank_account_model$_$this()._fromDate = this.date; return b; }, - $signature: 251 + $signature: 246 }; A._BankAccountEditState_build_closure2.prototype = { call$1(value) { @@ -507714,7 +507864,7 @@ b.get$_bank_account_model$_$this()._autoSync = this.value; return b; }, - $signature: 251 + $signature: 246 }; A.BankAccountEditScreen.prototype = { build$1(context) { @@ -507745,7 +507895,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateBankAccount(bankAccount)); }, - $signature: 402 + $signature: 371 }; A.BankAccountEditVM_BankAccountEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -507835,7 +507985,7 @@ } else A.viewEntity(false, savedBankAccount, null, false); }, - $signature: 402 + $signature: 371 }; A.BankAccountEditVM_BankAccountEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -507845,7 +507995,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.BankAccountEditVM_BankAccountEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.BankAccountEditVM_BankAccountEditVM$fromStore____closure.prototype = { call$1(context) { @@ -508102,7 +508252,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.client], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.ClientListItem_build__closure5.prototype = { call$0() { @@ -508428,7 +508578,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A._ClientPdfViewState_loadPDF__closure0(error), t1, _null, true, type$.void); }, - $signature: 3 + $signature: 2 }; A._ClientPdfViewState_loadPDF__closure.prototype = { call$0() { @@ -508461,14 +508611,14 @@ call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 228 + $signature: 221 }; A._ClientPdfViewState_build_closure0.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 253 + $signature: 263 }; A._ClientPdfViewState_build_closure3.prototype = { call$1(value) { @@ -508500,14 +508650,14 @@ t2[0].call$1(t1); this.$this.loadPDF$0(); }, - $signature: 478 + $signature: 602 }; A._ClientPdfViewState_build_closure4.prototype = { call$1(option) { var _null = null; return A.Text$(this.localization.lookup$1(option), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 14, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null); }, - $signature: 480 + $signature: 603 }; A._ClientPdfViewState_build_closure6.prototype = { call$0() { @@ -508588,7 +508738,7 @@ call$1(_) { return this.$this.loadPDF$1$sendEmail(true); }, - $signature: 96 + $signature: 100 }; A._ClientPdfViewState_build_closure8.prototype = { call$0() { @@ -508668,7 +508818,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure0(t1, value)); }, - $signature: 51 + $signature: 50 }; A._ClientPdfViewState_build__closure0.prototype = { call$0() { @@ -508681,7 +508831,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure(t1, value)); }, - $signature: 51 + $signature: 50 }; A._ClientPdfViewState_build__closure.prototype = { call$0() { @@ -508699,7 +508849,7 @@ call$1(format) { return this.$this._client_pdf$_response.bodyBytes; }, - $signature: 111 + $signature: 110 }; A.ClientPdfScreen.prototype = { build$1(context) { @@ -508846,7 +508996,7 @@ call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.client.get$primaryContact().email, 0, null)); }, - $signature: 67 + $signature: 66 }; A.ClientPresenter_getField_closure0.prototype = { call$1(contact) { @@ -508962,7 +509112,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortClients(value)); }, - $signature: 37 + $signature: 38 }; A.ClientScreen_build_closure5.prototype = { call$2(state, value) { @@ -508970,7 +509120,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterClientsByState(state)); }, - $signature: 65 + $signature: 67 }; A.ClientScreen_build_closure.prototype = { call$0() { @@ -509131,7 +509281,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._ClientEditState_build_closure0.prototype = { call$1(context) { @@ -509407,7 +509557,7 @@ call$1(c) { return c.id === this.contact.id; }, - $signature: 189 + $signature: 171 }; A._ClientEditContactsState_build_closure.prototype = { call$1(contact) { @@ -509630,7 +509780,7 @@ b.get$_client_model$_$this()._client_model$_customValue4 = t1; return b; }, - $signature: 370 + $signature: 447 }; A.ContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -509752,14 +509902,14 @@ b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 370 + $signature: 447 }; A.ContactEditDetailsState_build__closure1.prototype = { call$1(b) { b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 370 + $signature: 447 }; A.ContactEditDetailsState_build_closure13.prototype = { call$0() { @@ -509821,7 +509971,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DeleteContact(index)); }, - $signature: 353 + $signature: 398 }; A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1.prototype = { call$1(_) { @@ -510537,7 +510687,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.state.staticState.sizeMap._map$_map.$index(0, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, sizeId, type$.String); }, - $signature: 304 + $signature: 277 }; A.ClientEditSettingsState_build_closure7.prototype = { call$1(sizeId) { @@ -510919,7 +511069,7 @@ A.viewEntity(false, savedClient, null, true); } }, - $signature: 349 + $signature: 334 }; A.ClientEditVM_ClientEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -510929,7 +511079,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.ClientEditVM_ClientEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.ClientEditVM_ClientEditVM$fromStore____closure.prototype = { call$1(context) { @@ -511140,7 +511290,7 @@ call$2(context, index) { return new A.ActivityListTile(this.activities._list$_list[index], true, null); }, - $signature: 319 + $signature: 339 }; A.ClientViewDetails.prototype = { createState$0() { @@ -511262,7 +511412,7 @@ listTiles.push(new A.Padding(B.EdgeInsets_16_16_16_16, A.FutureBuilder$(t2.get$_client_view_details$_launchStatus(), t2._client_view_details$_launched, type$.Null), _null)); return listTiles; }, - $signature: 334 + $signature: 352 }; A._ClientViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -511725,7 +511875,7 @@ } return A.Row$(t10, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 496 + $signature: 572 }; A._ClientViewFullwidthState_build__closure.prototype = { call$0() { @@ -511916,7 +512066,7 @@ t5 = A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, t1, _null), new A.Padding(B.EdgeInsets_0_4_0_0, A.DecoratedBox$(new A.Padding(B.EdgeInsets_4_4_4_4, A.Text$(t8 + t3, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_5, _null, _null), _null), new A.BoxDecoration(t2, _null, _null, t7, _null, _null, B.BoxShape_0), B.DecorationPosition_0), _null)], t5), B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(A.getEntityIcon(ledger.get$entityType()), _null, _null, _null), _null, new A._ClientViewLedgerState_build__closure(entity), new A._ClientViewLedgerState_build__closure0(entity), false, _null, _null, _null, t5, _null, t4, _null, _null); }, - $signature: 97 + $signature: 96 }; A._ClientViewLedgerState_build__closure0.prototype = { call$0() { @@ -512316,7 +512466,7 @@ t5 = A.IgnorePointer$(A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58497_MaterialIcons_null_false, _null, _null, _null), _null, new A.ClientViewPaymentMethods_build__closure1(), _null, _null, _null, _null, _null), true, _null); return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t5, _null, _null, t2, false, _null, _null, _null, t4, _null, t1, t3.containsKey$1(0, customerReference) ? A.IgnorePointer$(A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58460_MaterialIcons_null_true, _null, _null, _null), _null, new A.ClientViewPaymentMethods_build__closure2(), _null, _null, _null, _null, _null), true, _null) : _null, _null); }, - $signature: 499 + $signature: 571 }; A.ClientViewPaymentMethods_build__closure.prototype = { call$1(token) { @@ -512420,7 +512570,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 108 + $signature: 111 }; A.ClientViewVM_ClientViewVM$fromStore__closure.prototype = { call$1(client) { @@ -512432,14 +512582,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.ClientViewVM_ClientViewVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.ClientViewVM_ClientViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.ClientViewVM_ClientViewVM$fromStore___closure.prototype = { call$1(context) { @@ -512646,7 +512796,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 37 + $signature: 38 }; A.CompanyGatewayListVM_fromStore__closure.prototype = { call$1(b) { @@ -512671,7 +512821,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 226 + $signature: 224 }; A.CompanyGatewayListVM_fromStore__closure0.prototype = { call$1(b) { @@ -512812,7 +512962,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearCompanyGatewayMultiselect()); }, - $signature: 98 + $signature: 99 }; A.CompanyGatewayScreen_build_closure0.prototype = { call$1(context) { @@ -512820,7 +512970,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearCompanyGatewayMultiselect()); }, - $signature: 54 + $signature: 55 }; A.CompanyGatewayScreen_build_closure1.prototype = { call$0() { @@ -512890,7 +513040,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterCompanyGatewaysByState(state)); }, - $signature: 65 + $signature: 67 }; A.CompanyGatewayScreen_build_closure3.prototype = { call$0() { @@ -513295,7 +513445,7 @@ call$1(gateway) { this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure18(gateway))); }, - $signature: 49 + $signature: 48 }; A._CompanyGatewayEditState_build__closure18.prototype = { call$1(b) { @@ -513315,7 +513465,7 @@ b.get$_company_gateway_model$_$this()._label = t1; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure1.prototype = { call$0() { @@ -513343,21 +513493,21 @@ b.get$_company_gateway_model$_$this()._label = t1; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure4.prototype = { call$1(context) { var t1 = type$.MappedListIterable_String_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_String), new A._CompanyGatewayEditState_build__closure16(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 326 + $signature: 344 }; A._CompanyGatewayEditState_build__closure16.prototype = { call$1(type) { var _null = null; return A.Text$(this.localization.lookup$1(type), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 324 + $signature: 338 }; A._CompanyGatewayEditState_build_closure6.prototype = { call$1(value) { @@ -513370,7 +513520,7 @@ b.get$_company_gateway_model$_$this()._tokenBilling = this.value; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure5.prototype = { call$1(value) { @@ -513391,14 +513541,14 @@ b.get$feesAndLimitsMap().$indexSet(0, this.gatewayTypeId, this.settings.rebuild$1(new A._CompanyGatewayEditState_build___closure(this.value))); return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build___closure.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._company_gateway_model$_isEnabled = this.value; return b; }, - $signature: 235 + $signature: 230 }; A._CompanyGatewayEditState_build_closure8.prototype = { call$1(value) { @@ -513411,7 +513561,7 @@ b.get$_company_gateway_model$_$this()._requireClientName = this.value; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure9.prototype = { call$1(value) { @@ -513424,7 +513574,7 @@ b.get$_company_gateway_model$_$this()._requireClientPhone = this.value; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure10.prototype = { call$1(value) { @@ -513437,7 +513587,7 @@ b.get$_company_gateway_model$_$this()._requireContactName = this.value; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure11.prototype = { call$1(value) { @@ -513450,7 +513600,7 @@ b.get$_company_gateway_model$_$this()._requireContactEmail = this.value; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure12.prototype = { call$1(value) { @@ -513463,7 +513613,7 @@ b.get$_company_gateway_model$_$this()._requireCustomValue1 = this.value; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure13.prototype = { call$1(value) { @@ -513476,7 +513626,7 @@ b.get$_company_gateway_model$_$this()._requireCustomValue2 = this.value; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure14.prototype = { call$1(value) { @@ -513489,7 +513639,7 @@ b.get$_company_gateway_model$_$this()._requireCustomValue3 = this.value; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure15.prototype = { call$1(value) { @@ -513502,7 +513652,7 @@ b.get$_company_gateway_model$_$this()._requireCustomValue4 = this.value; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure16.prototype = { call$1(value) { @@ -513515,7 +513665,7 @@ b.get$_company_gateway_model$_$this()._requirePostalCode = this.value; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure17.prototype = { call$1(value) { @@ -513528,7 +513678,7 @@ b.get$_company_gateway_model$_$this()._requireCvv = this.value; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure18.prototype = { call$1(value) { @@ -513541,7 +513691,7 @@ b.get$_company_gateway_model$_$this()._requireBillingAddress = this.value; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure19.prototype = { call$1(value) { @@ -513554,7 +513704,7 @@ b.get$_company_gateway_model$_$this()._requireShippingAddress = this.value; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure20.prototype = { call$1(value) { @@ -513567,7 +513717,7 @@ b.get$_company_gateway_model$_$this()._alwaysShowRequiredFields = this.value; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure21.prototype = { call$1(value) { @@ -513580,7 +513730,7 @@ b.get$_company_gateway_model$_$this()._updateDetails = this.value; return b; }, - $signature: 63 + $signature: 64 }; A._CompanyGatewayEditState_build_closure22.prototype = { call$1(gatewayTypeId) { @@ -513768,7 +513918,7 @@ call$1(value) { return this.$this._widget.onChanged$1(value); }, - $signature: 200 + $signature: 204 }; A._GatewayConfigFieldState_build_closure2.prototype = { call$1(value) { @@ -513928,14 +514078,14 @@ b.get$_company_gateway_model$_$this()._maxLimit = t1; return b; }, - $signature: 235 + $signature: 230 }; A._LimitEditorState__onChanged_closure0.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.updatedSettings); return b; }, - $signature: 63 + $signature: 64 }; A._LimitEditorState__onTextChange_closure.prototype = { call$0() { @@ -514171,7 +514321,7 @@ b.get$_company_gateway_model$_$this()._feeCap = this.cap; return b; }, - $signature: 235 + $signature: 230 }; A._FeesEditorState__onChanged_closure0.prototype = { call$0() { @@ -514185,21 +514335,21 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.updatedSettings); return b; }, - $signature: 63 + $signature: 64 }; A._FeesEditorState_build_closure.prototype = { call$1(taxRate) { var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure2(_this.$this, _this.settings, taxRate))); }, - $signature: 121 + $signature: 118 }; A._FeesEditorState_build__closure2.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure2(this.taxRate))); return b; }, - $signature: 63 + $signature: 64 }; A._FeesEditorState_build___closure2.prototype = { call$1(b) { @@ -514208,21 +514358,21 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName1 = t1.name; return b; }, - $signature: 235 + $signature: 230 }; A._FeesEditorState_build_closure0.prototype = { call$1(taxRate) { var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure1(_this.$this, _this.settings, taxRate))); }, - $signature: 121 + $signature: 118 }; A._FeesEditorState_build__closure1.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure1(this.taxRate))); return b; }, - $signature: 63 + $signature: 64 }; A._FeesEditorState_build___closure1.prototype = { call$1(b) { @@ -514231,21 +514381,21 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName2 = t1.name; return b; }, - $signature: 235 + $signature: 230 }; A._FeesEditorState_build_closure1.prototype = { call$1(taxRate) { var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure0(_this.$this, _this.settings, taxRate))); }, - $signature: 121 + $signature: 118 }; A._FeesEditorState_build__closure0.prototype = { call$1(b) { b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure0(this.taxRate))); return b; }, - $signature: 63 + $signature: 64 }; A._FeesEditorState_build___closure0.prototype = { call$1(b) { @@ -514254,7 +514404,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName3 = t1.name; return b; }, - $signature: 235 + $signature: 230 }; A._FeesEditorState_build_closure2.prototype = { call$1(value) { @@ -514268,14 +514418,14 @@ b.get$feesAndLimitsMap().$indexSet(0, this.$this._widget.gatewayTypeId, this.settings.rebuild$1(new A._FeesEditorState_build___closure(this.value))); return b; }, - $signature: 63 + $signature: 64 }; A._FeesEditorState_build___closure.prototype = { call$1(b) { b.get$_company_gateway_model$_$this()._adjustFeePercent = this.value; return b; }, - $signature: 235 + $signature: 230 }; A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -514321,7 +514471,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCompanyGateway(companyGateway)); }, - $signature: 443 + $signature: 370 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -514409,7 +514559,7 @@ } else A.viewEntityById(false, savedCompanyGateway.id, B.EntityType_companyGateway, null, true, true); }, - $signature: 443 + $signature: 370 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0.prototype = { call$1(b) { @@ -514429,7 +514579,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure.prototype = { call$1(context) { @@ -514920,7 +515070,7 @@ t5 = J.getInterceptor$asx(t4); return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(J.$index$asx(t1, "close").toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure(context), _null)], t2), _null, _null, A.Column$(A._setArrayType([A.Row$(A._setArrayType([new A.SizedBox(120, _null, A.Text$("Stripe", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.SizedBox(100, _null, A.Text$(A.S(t5.$index(t4, "stripe_customer_count")), _null, _null, _null, _null, _null, _null, B.TextAlign_5, _null, _null), _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 8, _null, _null), A.Row$(A._setArrayType([new A.SizedBox(120, _null, A.Text$("Invoice Ninja", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new A.SizedBox(100, _null, A.Text$("" + J.get$length$asx(type$.Iterable_dynamic._as(t5.$index(t4, "stripe_customers"))), _null, _null, _null, _null, _null, _null, B.TextAlign_5, _null, _null), _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, _null, t3); }, - $signature: 155 + $signature: 160 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure.prototype = { call$0() { @@ -515064,7 +515214,7 @@ t1[0].call$1(new A.LoadClient(null, t2.id)); } }, - $signature: 348 + $signature: 316 }; A.CreditEmailScreen_build_closure0.prototype = { call$1(store) { @@ -515107,7 +515257,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailCreditRequest(completer, this.credit.id, template, subject, body, ccEmail)); }, - $signature: 373 + $signature: 418 }; A.EmailCreditVM_EmailCreditVM$fromStore__closure.prototype = { call$1(_) { @@ -515264,7 +515414,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.credit], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.CreditListItem_build__closure5.prototype = { call$0() { @@ -515517,7 +515667,7 @@ call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.contact.email, 0, null)); }, - $signature: 67 + $signature: 66 }; A.CreditScreen.prototype = { build$1(context) { @@ -515591,7 +515741,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.CreditScreen_build_closure0.prototype = { call$1(b) { @@ -515606,7 +515756,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.CreditScreen_build_closure1.prototype = { call$1(b) { @@ -515621,7 +515771,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.CreditScreen_build_closure2.prototype = { call$1(b) { @@ -515636,7 +515786,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.CreditScreen_build_closure3.prototype = { call$1(b) { @@ -515651,7 +515801,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.CreditScreen_build_closure4.prototype = { call$1(b) { @@ -515666,7 +515816,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.CreditScreen_build_closure18.prototype = { call$0() { @@ -515698,7 +515848,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterCreditsByStatus($status)); }, - $signature: 143 + $signature: 151 }; A.CreditScreen_build_closure17.prototype = { call$0() { @@ -515723,7 +515873,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortCredits(value)); }, - $signature: 37 + $signature: 38 }; A.CreditScreen_build_closure11.prototype = { call$2(state, value) { @@ -515731,7 +515881,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterCreditsByState(state)); }, - $signature: 65 + $signature: 67 }; A.CreditScreen_build_closure12.prototype = { call$2($status, value) { @@ -515739,7 +515889,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterCreditsByStatus($status)); }, - $signature: 166 + $signature: 164 }; A.CreditScreen_build_closure5.prototype = { call$0() { @@ -515919,7 +516069,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._CreditEditState_build_closure2.prototype = { call$1(context) { @@ -515931,7 +516081,7 @@ call$2(context, action) { return this.$this._credit_edit$_onSavePressed$2(context, action); }, - $signature: 76 + $signature: 74 }; A._CreditEditState_build_closure.prototype = { call$0() { @@ -515950,21 +516100,21 @@ t5 = type$.WhereTypeIterable_BaseEntity; return new A.InvoiceItemSelector(t1, new A._CreditEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t2, new A._CreditEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._CreditEditState_build___closure1(t4), t3._eval$1("MappedIterable<1,BaseEntity?>")), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 292 + $signature: 351 }; A._CreditEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 86 + $signature: 89 }; A._CreditEditState_build___closure1.prototype = { call$1(item) { var t1 = this.viewModel.state; return item.typeId === "2" ? t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, item.taskId) : t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, item.expenseId); }, - $signature: 291 + $signature: 320 }; A._CreditEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -515978,7 +516128,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 290 + $signature: 317 }; A.__CreditEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -516038,7 +516188,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCreditClient(client)); }, - $signature: 445 + $signature: 440 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -516067,7 +516217,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/credit/edit")); }, - $signature: 106 + $signature: 107 }; A.CreditEditItemsScreen.prototype = { build$1(context) { @@ -516093,15 +516243,15 @@ $signature: 2746 }; A.CreditEditItemsVM.prototype = {}; - A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure.prototype = { + A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1.prototype = { call$1(index) { var t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteCreditItem(index)); }, - $signature: 164 + $signature: 159 }; - A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0.prototype = { + A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2.prototype = { call$0() { var t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -516109,7 +516259,7 @@ }, $signature: 4 }; - A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1.prototype = { + A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure3.prototype = { call$2(creditItem, index) { var t1 = this.store, t2 = t1.__Store__state_A; @@ -516118,14 +516268,14 @@ t2 = creditItem.rebuild$1(new A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure(this.isTasks)); t1 = t1.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); - t1[0].call$1(new A.AddCreditItem(t2)); + t1[0].call$1(new A.AddCreditItem(null, t2)); } else { t1 = t1.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCreditItem(index, creditItem)); } }, - $signature: 279 + $signature: 278 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -516133,15 +516283,36 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 56 + $signature: 54 }; - A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2.prototype = { + A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure4.prototype = { call$2(oldIndex, newIndex) { var t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveCreditItem(oldIndex, newIndex)); }, - $signature: 226 + $signature: 224 + }; + A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure.prototype = { + call$1(index) { + var t1 = A.InvoiceItemEntity_InvoiceItemEntity(null, null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.AddCreditItem(index, t1)); + }, + call$0() { + return this.call$1(null); + }, + $signature: 303 + }; + A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0.prototype = { + call$1(index) { + var t1 = J.get$clone$z(this.credit.lineItems._list$_list[index]), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.AddCreditItem(index, t1)); + }, + $signature: 297 }; A.CreditEditNotesScreen.prototype = { build$1(context) { @@ -516153,13 +516324,13 @@ call$1(store) { return A.CreditEditNotesVM_CreditEditNotesVM$fromStore(store); }, - $signature: 2748 + $signature: 2750 }; A.CreditEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2749 + $signature: 2751 }; A.CreditEditNotesVM.prototype = {}; A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure.prototype = { @@ -516182,13 +516353,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return new A.CreditEditPDFVM(t1, t1.uiState.creditUIState.editing); }, - $signature: 2750 + $signature: 2752 }; A.CreditEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2751 + $signature: 2753 }; A.CreditEditPDFVM.prototype = {}; A.CreditEditScreen.prototype = { @@ -516201,13 +516372,13 @@ call$1(store) { return A.CreditEditVM_CreditEditVM$fromStore(store); }, - $signature: 2752 + $signature: 2754 }; A.CreditEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.CreditEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_int)); }, - $signature: 2753 + $signature: 2755 }; A.CreditEditVM.prototype = {}; A.CreditEditVM_CreditEditVM$fromStore_closure.prototype = { @@ -516222,7 +516393,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 209 + $signature: 202 }; A.CreditEditVM_CreditEditVM$fromStore__closure1.prototype = { call$0() { @@ -516336,7 +516507,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.CreditEditVM_CreditEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.CreditEditVM_CreditEditVM$fromStore____closure.prototype = { call$1(context) { @@ -516357,7 +516528,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddCreditItems(items)); }, - $signature: 277 + $signature: 308 }; A.CreditEditVM_CreditEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -516382,7 +516553,7 @@ t2[0].call$1(new A.SaveCreditDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.credit)); t1.then$1$1(0, new A.CreditEditVM_CreditEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.CreditEditVM_CreditEditVM$fromStore__closure0(context)); }, - $signature: 275 + $signature: 312 }; A.CreditEditVM_CreditEditVM$fromStore__closure.prototype = { call$1(client) { @@ -516394,14 +516565,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.CreditEditVM_CreditEditVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.CreditEditVM_CreditEditVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.CreditEditVM_CreditEditVM$fromStore___closure.prototype = { call$1(context) { @@ -516419,13 +516590,13 @@ call$1(store) { return A.CreditViewVM_CreditViewVM$fromStore(store); }, - $signature: 2757 + $signature: 2759 }; A.CreditViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.creditUIState.tabIndex, null); }, - $signature: 2758 + $signature: 2760 }; A.CreditViewVM.prototype = {}; A.CreditViewVM_CreditViewVM$fromStore__handleRefresh.prototype = { @@ -516458,7 +516629,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 274 + $signature: 313 }; A.CreditViewVM_CreditViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -516474,7 +516645,7 @@ t2[0].call$1(new A.SaveCreditDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.credit)); t1.then$1$1(0, new A.CreditViewVM_CreditViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.CreditViewVM_CreditViewVM$fromStore__closure0(context)); }, - $signature: 108 + $signature: 111 }; A.CreditViewVM_CreditViewVM$fromStore__closure.prototype = { call$1(client) { @@ -516486,14 +516657,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.CreditViewVM_CreditViewVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.CreditViewVM_CreditViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.CreditViewVM_CreditViewVM$fromStore___closure.prototype = { call$1(context) { @@ -516510,7 +516681,7 @@ call$2(context, credit) { return this.call$3(context, credit, null); }, - $signature: 276 + $signature: 284 }; A.DashboardActivity.prototype = { build$1(context) { @@ -516531,7 +516702,7 @@ call$2(context, index) { return new A.ActivityListTile(this.activities._list$_list[index], true, null); }, - $signature: 319 + $signature: 339 }; A.DashboardChart.prototype = { createState$0() { @@ -516624,7 +516795,7 @@ call$1(datumPair) { return datumPair.series.id === "current"; }, - $signature: 2762 + $signature: 2764 }; A._DashboardChartState__onSelectionChanged_closure0.prototype = { call$1(datumPair) { @@ -516633,7 +516804,7 @@ t1.total = t1.total + t2.get$amount(); this.measures.$indexSet(0, datumPair.series.displayName, t2.get$amount()); }, - $signature: 2763 + $signature: 2765 }; A._DashboardChartState__onSelectionChanged_closure1.prototype = { call$0() { @@ -516718,7 +516889,7 @@ return A.InkWell$(false, _null, true, A.Container$(_null, A.Column$(A._setArrayType([t1, new A.SizedBox(_null, 4, _null, _null), t4, new A.SizedBox(_null, 4, _null, _null), t5], type$.JSArray_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.Clip_0, t3, _null, _null, _null, _null, _null, _null, new A.EdgeInsets(16, 16, 32, 16), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._DashboardChartState_build__closure(t2, index), _null, _null, _null, _null, _null, _null, _null); } }, - $signature: 2764 + $signature: 2766 }; A._DashboardChartState_build__closure.prototype = { call$0() { @@ -516856,21 +517027,21 @@ call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 228 + $signature: 221 }; A._DashboardDateRangePickerState_build_closure0.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 253 + $signature: 263 }; A._DashboardDateRangePickerState_build_closure1.prototype = { call$1(dateRange) { var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure6(t1, dateRange)); }, - $signature: 2765 + $signature: 2767 }; A._DashboardDateRangePickerState_build__closure6.prototype = { call$0() { @@ -516896,7 +517067,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure4(t1, date)); }, - $signature: 51 + $signature: 50 }; A._DashboardDateRangePickerState_build__closure4.prototype = { call$0() { @@ -516909,7 +517080,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure3(t1, date)); }, - $signature: 51 + $signature: 50 }; A._DashboardDateRangePickerState_build__closure3.prototype = { call$0() { @@ -516922,14 +517093,14 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRangeComparison); }, - $signature: 2766 + $signature: 2768 }; A._DashboardDateRangePickerState_build_closure6.prototype = { call$1(dateRange) { var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure2(t1, dateRange)); }, - $signature: 2767 + $signature: 2769 }; A._DashboardDateRangePickerState_build__closure2.prototype = { call$0() { @@ -516942,7 +517113,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure1(t1, date)); }, - $signature: 51 + $signature: 50 }; A._DashboardDateRangePickerState_build__closure1.prototype = { call$0() { @@ -516955,7 +517126,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure0(t1, date)); }, - $signature: 51 + $signature: 50 }; A._DashboardDateRangePickerState_build__closure0.prototype = { call$0() { @@ -517118,7 +517289,7 @@ var t1 = this.$this.viewModel; return new A.DashboardDateRangePicker(t1.dashboardUIState, t1.onSettingsChanged, null); }, - $signature: 2768 + $signature: 2770 }; A.DashboardPanels__header_closure.prototype = { call$2(context, constraints) { @@ -517199,13 +517370,13 @@ } return A.Material$(B.Duration_200000, true, _null, new A.Padding(B.EdgeInsets_16_8_16_2, A.Row$(t5, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), B.Clip_0, t1.cardColor, 6, _null, _null, _null, _null, _null, B.MaterialType_0); }, - $signature: 2769 + $signature: 2771 }; A.DashboardPanels__header__closure.prototype = { call$1(value) { this.$this.viewModel.onGroupByChanged.call$1(value); }, - $signature: 96 + $signature: 100 }; A.DashboardPanels__header__closure0.prototype = { call$1(value) { @@ -517220,13 +517391,13 @@ t3 = t2._eval$1("MappedIterable>"); return A.List_List$of(new A.MappedIterable(new A.WhereIterable(t1, new A.DashboardPanels__header___closure0(), t2._eval$1("WhereIterable")), new A.DashboardPanels__header___closure1(this.localization), t3), true, t3._eval$1("Iterable.E")); }, - $signature: 2770 + $signature: 2772 }; A.DashboardPanels__header___closure0.prototype = { call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 228 + $signature: 221 }; A.DashboardPanels__header___closure1.prototype = { call$1(dateRange) { @@ -517242,7 +517413,7 @@ t1 = t1.lookup$1(dateRange.name); return A.PopupMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), dateRange, type$.DateRange); }, - $signature: 2771 + $signature: 2773 }; A.DashboardPanels__header__closure2.prototype = { call$1(dateRange) { @@ -517255,7 +517426,7 @@ t1.viewModel.onSettingsChanged.call$1(settings); } }, - $signature: 2772 + $signature: 2774 }; A.DashboardPanels__header___closure.prototype = { call$1(duration) { @@ -517284,7 +517455,7 @@ call$1(currencyId) { this.$this.viewModel.onCurrencyChanged.call$1(currencyId); }, - $signature: 96 + $signature: 100 }; A.DashboardPanels__header_closure__showSettings.prototype = { call$0() { @@ -517297,7 +517468,7 @@ call$1(context) { return new A._DashboardSettings(this.isWide, this.$this.viewModel, null); }, - $signature: 2773 + $signature: 2775 }; A.DashboardPanels__header__closure5.prototype = { call$0() { @@ -517340,7 +517511,7 @@ t6 = A.Text$(client != null ? client.displayName : task.number, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null); return A.Card$(new A.AppBorder(new A.ConstrainedBox(new A.BoxConstraints(0, 180, 0, 1 / 0), A.Tooltip$(A.ListTile$(false, _null, true, _null, true, _null, _null, false, _null, A.ActionMenuButton$(task, task.getActions$2$includeEdit$userCompany(true, t1[t2].userCompany), _null, _null, false, new A.DashboardPanels__runningTasks__closure(task)), _null, new A.DashboardPanels__runningTasks__closure0(task), new A.DashboardPanels__runningTasks__closure1(task, client), false, _null, _null, _null, t6, _null, new A.LiveText(_null, new A.DashboardPanels__runningTasks__closure2(task), _null, 1, _null), _null, _null), t5), _null), _null, _null, _null, !t4, _null), _null, _null, 4, _null, true, new A.RoundedRectangleBorder(t3, B.BorderSide_8xm)); }, - $signature: 2774 + $signature: 2776 }; A.DashboardPanels__runningTasks__closure2.prototype = { call$0() { @@ -517364,42 +517535,42 @@ call$2(context, action) { return A.handleTaskAction(context, A._setArrayType([this.task], type$.JSArray_BaseEntity), action); }, - $signature: 76 + $signature: 74 }; A.DashboardPanels_build_closure.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.settings.offset + 1; return b; }, - $signature: 161 + $signature: 168 }; A.DashboardPanels_build_closure0.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.settings.offset + 1; return b; }, - $signature: 161 + $signature: 168 }; A.DashboardPanels_build_closure1.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.settings.offset + 1; return b; }, - $signature: 161 + $signature: 168 }; A.DashboardPanels_build_closure2.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.settings.offset + 1; return b; }, - $signature: 161 + $signature: 168 }; A.DashboardPanels_build_closure3.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_offset = this.settings.offset + 1; return b; }, - $signature: 161 + $signature: 168 }; A.DashboardPanels_build_closure4.prototype = { call$2(context, index) { @@ -517628,7 +517799,7 @@ return t1; } }, - $signature: 97 + $signature: 96 }; A.DashboardPanels_build__closure.prototype = { call$0() { @@ -517711,7 +517882,7 @@ t3 = ""; return A.FormCard$(_null, A._setArrayType([t5, new A.SizedBox(_null, 6, _null, _null), t1, new A.SizedBox(_null, 6, _null, _null), A.Text$(t2 + t3, _null, _null, _null, _null, _null, t4.bodySmall, B.TextAlign_2, _null, _null)], type$.JSArray_Widget), _null, _null, false, _null, false, _null, B.EdgeInsets_0_0_0_0); }, - $signature: 2775 + $signature: 2777 }; A.DashboardPanels_build__closure4.prototype = { call$0() { @@ -517725,7 +517896,7 @@ t1.tabController.animateTo$1(B.JSArray_methods.indexOf$1(this.sidebarTabs, B.EntityType_invoice)); t1.viewModel.onSelectionChanged.call$2(B.EntityType_invoice, J.$index$asx(this.currentInvoiceData, index).entityMap.$index(0, date)); }, - $signature: 278 + $signature: 298 }; A.DashboardPanels_build__closure6.prototype = { call$0() { @@ -517739,7 +517910,7 @@ t1.tabController.animateTo$1(B.JSArray_methods.indexOf$1(this.sidebarTabs, B.EntityType_payment)); t1.viewModel.onSelectionChanged.call$2(B.EntityType_payment, J.$index$asx(this.currentPaymentData, index).entityMap.$index(0, date)); }, - $signature: 278 + $signature: 298 }; A.DashboardPanels_build__closure8.prototype = { call$0() { @@ -517753,7 +517924,7 @@ t1.tabController.animateTo$1(B.JSArray_methods.indexOf$1(this.sidebarTabs, B.EntityType_quote)); t1.viewModel.onSelectionChanged.call$2(B.EntityType_quote, J.$index$asx(this.currentQuoteData, index).entityMap.$index(0, date)); }, - $signature: 278 + $signature: 298 }; A.DashboardPanels_build__closure10.prototype = { call$0() { @@ -517767,7 +517938,7 @@ t1.tabController.animateTo$1(B.JSArray_methods.indexOf$1(this.sidebarTabs, B.EntityType_task)); t1.viewModel.onSelectionChanged.call$2(B.EntityType_task, J.$index$asx(this.currentTaskData, index).entityMap.$index(0, date)); }, - $signature: 278 + $signature: 298 }; A.DashboardPanels_build__closure12.prototype = { call$0() { @@ -517781,7 +517952,7 @@ t1.tabController.animateTo$1(B.JSArray_methods.indexOf$1(this.sidebarTabs, B.EntityType_expense)); t1.viewModel.onSelectionChanged.call$2(B.EntityType_expense, J.$index$asx(this.currentExpenseData, index).entityMap.$index(0, date)); }, - $signature: 278 + $signature: 298 }; A._DashboardPanel.prototype = { createState$0() { @@ -517860,43 +518031,43 @@ t3.push(A.Series_Series(new A.__DashboardPanelState_build__closure3(_this.state), dataGroup.rawSeries, t1, new A.__DashboardPanelState_build__closure4(), "current", new A.__DashboardPanelState_build__closure5(), new A.__DashboardPanelState_build__closure6(), type$.ChartMoneyData, type$.DateTime)); } }, - $signature: 759 + $signature: 761 }; A.__DashboardPanelState_build__closure0.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 280 + $signature: 301 }; A.__DashboardPanelState_build__closure1.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 281 + $signature: 325 }; A.__DashboardPanelState_build__closure.prototype = { call$2(chartData, _) { return B.Color_ePM; }, - $signature: 283 + $signature: 349 }; A.__DashboardPanelState_build__closure2.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 294 + $signature: 292 }; A.__DashboardPanelState_build__closure4.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 280 + $signature: 301 }; A.__DashboardPanelState_build__closure5.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 281 + $signature: 325 }; A.__DashboardPanelState_build__closure3.prototype = { call$2(chartData, _) { @@ -517904,13 +518075,13 @@ t1.toString; return A.ColorUtil_fromDartColor(t1); }, - $signature: 283 + $signature: 349 }; A.__DashboardPanelState_build__closure6.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 294 + $signature: 292 }; A._OverviewPanel.prototype = { createState$0() { @@ -518010,67 +518181,67 @@ t3.toString; t5.push(A.Series_Series(new A.__OverviewPanelState_build__closure7(t2), invoiceSeries, t3, new A.__OverviewPanelState_build__closure8(), _s8_1, new A.__OverviewPanelState_build__closure9(), new A.__OverviewPanelState_build__closure10(), t6, t7)); }, - $signature: 759 + $signature: 761 }; A.__OverviewPanelState_build__closure0.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 280 + $signature: 301 }; A.__OverviewPanelState_build__closure1.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 281 + $signature: 325 }; A.__OverviewPanelState_build__closure.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(B.MaterialColor_Map_MUpTk_4288585374); }, - $signature: 283 + $signature: 349 }; A.__OverviewPanelState_build__closure2.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 294 + $signature: 292 }; A.__OverviewPanelState_build__closure4.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 280 + $signature: 301 }; A.__OverviewPanelState_build__closure5.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 281 + $signature: 325 }; A.__OverviewPanelState_build__closure3.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(B.MaterialColor_Map_JNgz5_4283215696); }, - $signature: 283 + $signature: 349 }; A.__OverviewPanelState_build__closure6.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 294 + $signature: 292 }; A.__OverviewPanelState_build__closure8.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 280 + $signature: 301 }; A.__OverviewPanelState_build__closure9.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 281 + $signature: 325 }; A.__OverviewPanelState_build__closure7.prototype = { call$2(chartData, _) { @@ -518078,13 +518249,13 @@ t1.toString; return A.ColorUtil_fromDartColor(t1); }, - $signature: 283 + $signature: 349 }; A.__OverviewPanelState_build__closure10.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 294 + $signature: 292 }; A.__OverviewPanelState_build_closure0.prototype = { call$0() { @@ -518242,7 +518413,7 @@ this.viewModel.onGroupByChanged.call$1(value); this.$this.setState$1(new A.__DashboardSettingsState_build__closure9()); }, - $signature: 96 + $signature: 100 }; A.__DashboardSettingsState_build__closure9.prototype = { call$0() { @@ -518283,7 +518454,7 @@ this.viewModel.onCurrencyChanged.call$1(currencyId); this.$this.setState$1(new A.__DashboardSettingsState_build__closure7()); }, - $signature: 96 + $signature: 100 }; A.__DashboardSettingsState_build__closure7.prototype = { call$0() { @@ -518325,7 +518496,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 99 + $signature: 101 }; A.__DashboardSettingsState_build_closure6.prototype = { call$2(oldIndex, newIndex) { @@ -518360,7 +518531,7 @@ B.JSArray_methods.insert$2(b.get$_safeList(), t1, this.field); return b; }, - $signature: 521 + $signature: 506 }; A.__DashboardSettingsState_build__closure3.prototype = { call$0() { @@ -518383,7 +518554,7 @@ B.JSArray_methods.remove$1(b.get$_safeList(), this.dashboardField); return b; }, - $signature: 521 + $signature: 506 }; A.__DashboardSettingsState_build__closure5.prototype = { call$0() { @@ -518419,7 +518590,7 @@ call$1(context) { return new A._DashboardField(null); }, - $signature: 2783 + $signature: 2785 }; A.__DashboardSettingsState_build__closure1.prototype = { call$0() { @@ -518454,7 +518625,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 192 + $signature: 175 }; A._DashboardField.prototype = { createState$0() { @@ -518600,7 +518771,7 @@ call$2(entityType, fields) { J.forEach$1$ax(fields, new A._DashboardFieldState_build__closure5(this.company, entityType, this.items, this.localization)); }, - $signature: 2784 + $signature: 2786 }; A._DashboardFieldState_build__closure5.prototype = { call$1(field) { @@ -518694,7 +518865,7 @@ t2 = t1._dashboard_panels$_field; return field.field === t2 && field.period === t1._dashboard_panels$_period && field.calculate === t2 && field.format === t1._dashboard_panels$_format; }, - $signature: 2785 + $signature: 2787 }; A._DashboardFieldState_build__closure0.prototype = { call$1(b) { @@ -518706,7 +518877,7 @@ B.JSArray_methods.add$1(b.get$_safeList(), t3); return b; }, - $signature: 521 + $signature: 506 }; A.DashboardScreen.prototype = { createState$0() { @@ -518968,7 +519139,7 @@ if (this.company.isModuleEnabled$1(entityType)) this.$this._tabs.push(entityType); }, - $signature: 268 + $signature: 249 }; A._DashboardScreenState_initState_closure0.prototype = { call$1(duration) { @@ -518985,7 +519156,7 @@ t1 = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany; return new A.SettingsWizard(t1.user, t1.company, null); }, - $signature: 2786 + $signature: 2788 }; A._DashboardScreenState_build_closure.prototype = { call$1(context) { @@ -518998,7 +519169,7 @@ t1.toString; return A.InkWell$(false, _null, true, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null, _null), _null, new A._DashboardScreenState_build__closure1(context), _null, _null, _null, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 481 + $signature: 604 }; A._DashboardScreenState_build__closure1.prototype = { call$0() { @@ -519085,7 +519256,7 @@ t1[0].call$1(new A.StopSaving()); A.showErrorDialog(false, A._asStringQ(error)); }, - $signature: 3 + $signature: 2 }; A._DashboardScreenState_build_closure3.prototype = { call$1(context) { @@ -519102,7 +519273,7 @@ t2 = _null; return A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58132_MaterialIcons_null_false, _null, _null, _null), _null, new A._DashboardScreenState_build__closure(context, t1, this.store), B.EdgeInsets_4_0_24_0, _null, _null, t2, _null); }, - $signature: 477 + $signature: 595 }; A._DashboardScreenState_build__closure.prototype = { call$0() { @@ -519178,7 +519349,7 @@ } return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t3, _null, _null, new A._CustomTabBarView_build__closure(entity), false, _null, _null, _null, A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t2, t4, _null); }, - $signature: 499 + $signature: 571 }; A._CustomTabBarView_build__closure.prototype = { call$0() { @@ -519233,7 +519404,7 @@ return new A.ConfirmEmailBuilder(null); return new A.DashboardScreen(viewModel, new A.ValueKey("__" + company.id + "_" + company.enabledModules + "_" + (state.prefState.appLayout === B.AppLayout_desktop) + "__", type$.ValueKey_String)); }, - $signature: 2787 + $signature: 2789 }; A.DashboardVM.prototype = {}; A.DashboardVM_fromStore__handleRefresh.prototype = { @@ -519271,7 +519442,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(settings, _null, _null, _null, _null)); }, - $signature: 2788 + $signature: 2790 }; A.DashboardVM_fromStore_closure4.prototype = { call$1(value) { @@ -519289,7 +519460,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(_null, _null, _null, _null, value)); }, - $signature: 200 + $signature: 204 }; A.DashboardVM_fromStore_closure1.prototype = { call$2(entityType, entityIds) { @@ -519297,7 +519468,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateDashboardSelection(entityType, entityIds)); }, - $signature: 2790 + $signature: 2792 }; A.DashboardVM_fromStore_closure2.prototype = { call$1(offset) { @@ -519306,7 +519477,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(_null, offset, _null, _null, _null)); }, - $signature: 353 + $signature: 398 }; A.DashboardVM_fromStore_closure3.prototype = { call$1(currencyId) { @@ -519315,7 +519486,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateDashboardSettings(_null, _null, currencyId, _null, _null)); }, - $signature: 200 + $signature: 204 }; A.DashboardVM_fromStore_closure6.prototype = { call$0() { @@ -519459,7 +519630,7 @@ t1.toString; return new A.InvoiceListItem(t1, null, false, false, null, false, null); }, - $signature: 393 + $signature: 373 }; A.InvoiceSidebar_build_closure0.prototype = { call$2(context, index) { @@ -519473,7 +519644,7 @@ t1.toString; return new A.InvoiceListItem(t1, null, false, false, null, false, null); }, - $signature: 393 + $signature: 373 }; A.InvoiceSidebar_build_closure2.prototype = { call$2(context, index) { @@ -519488,7 +519659,7 @@ invoice = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, this.selectedIds._list$_list[index]); return invoice == null ? new A.SizedBox(_null, _null, _null, _null) : new A.InvoiceListItem(invoice, _null, false, false, _null, false, _null); }, - $signature: 97 + $signature: 96 }; A.InvoiceSidebar_build_closure4.prototype = { call$2(context, index) { @@ -519544,7 +519715,7 @@ t1.toString; return new A.PaymentListItem(t1, null, false, false, null, false, null); }, - $signature: 526 + $signature: 519 }; A.PaymentSidebar_build_closure0.prototype = { call$2(context, index) { @@ -519559,7 +519730,7 @@ payment = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].paymentState.map._map$_map.$index(0, this.selectedIds._list$_list[index]); return payment == null ? new A.SizedBox(_null, _null, _null, _null) : new A.PaymentListItem(payment, _null, false, false, _null, false, _null); }, - $signature: 97 + $signature: 96 }; A.PaymentSidebar_build_closure2.prototype = { call$2(context, index) { @@ -519627,7 +519798,7 @@ t1.toString; return new A.QuoteListItem(t1, null, false, null); }, - $signature: 529 + $signature: 521 }; A.QuoteSidebar_build_closure0.prototype = { call$2(context, index) { @@ -519641,7 +519812,7 @@ t1.toString; return new A.QuoteListItem(t1, null, false, null); }, - $signature: 529 + $signature: 521 }; A.QuoteSidebar_build_closure2.prototype = { call$2(context, index) { @@ -519656,7 +519827,7 @@ quote = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].quoteState.map._map$_map.$index(0, this.selectedIds._list$_list[index]); return quote == null ? new A.SizedBox(_null, _null, _null, _null) : new A.QuoteListItem(quote, _null, false, _null); }, - $signature: 97 + $signature: 96 }; A.QuoteSidebar_build_closure4.prototype = { call$2(context, index) { @@ -519724,7 +519895,7 @@ t1.toString; return A.TaskListItem$(null, false, true, null, null, false, t1); }, - $signature: 416 + $signature: 354 }; A.TaskSidebar_build_closure0.prototype = { call$2(context, index) { @@ -519736,7 +519907,7 @@ call$2(context, index) { return A.TaskListItem$(null, false, true, null, null, false, J.$index$asx(this.recentTasks, index)); }, - $signature: 416 + $signature: 354 }; A.TaskSidebar_build_closure2.prototype = { call$2(context, index) { @@ -519751,7 +519922,7 @@ task = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, this.selectedIds._list$_list[index]); return task == null ? new A.SizedBox(_null, _null, _null, _null) : A.TaskListItem$(_null, false, true, _null, _null, false, task); }, - $signature: 97 + $signature: 96 }; A.TaskSidebar_build_closure4.prototype = { call$2(context, index) { @@ -519807,7 +519978,7 @@ t1.toString; return A.ExpenseListItem$(t1, null, false, true, null, null, false, false); }, - $signature: 400 + $signature: 369 }; A.ExpenseSidbar_build_closure0.prototype = { call$2(context, index) { @@ -519822,7 +519993,7 @@ expense = t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, this.selectedIds._list$_list[index]); return expense == null ? new A.SizedBox(_null, _null, _null, _null) : A.ExpenseListItem$(expense, _null, false, true, _null, _null, false, false); }, - $signature: 97 + $signature: 96 }; A.ExpenseSidbar_build_closure2.prototype = { call$2(context, index) { @@ -519955,7 +520126,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.designList, B.EntityType_design, new A.DesignListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, null, viewModel.state, viewModel.tableColumns); }, - $signature: 2796 + $signature: 2798 }; A.DesignListBuilder_build__closure.prototype = { call$2(context, index) { @@ -519970,7 +520141,7 @@ t3 = false; return new A.DesignListItem(t2, t1.filter, t3, null); }, - $signature: 2797 + $signature: 2799 }; A.DesignListVM.prototype = {}; A.DesignListVM_fromStore__handleRefresh.prototype = { @@ -520091,7 +520262,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortDesigns(value)); }, - $signature: 37 + $signature: 38 }; A.DesignScreen_build_closure5.prototype = { call$2(state, value) { @@ -520099,7 +520270,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterDesignsByState(state)); }, - $signature: 65 + $signature: 67 }; A.DesignScreen_build_closure.prototype = { call$0() { @@ -520168,7 +520339,7 @@ call$2(context, vm) { return new A.DesignScreen(vm, null); }, - $signature: 2798 + $signature: 2800 }; A.DesignScreenVM.prototype = {}; A.DesignEdit.prototype = { @@ -520476,7 +520647,7 @@ b.get$design().replace$1(0, A.BuiltMap_BuiltMap(A.LinkedHashMap_LinkedHashMap$_literal(["header", B.JSString_methods.trim$0(t1._headerController._change_notifier$_value.text), "body", B.JSString_methods.trim$0(t1._bodyController._change_notifier$_value.text), "footer", B.JSString_methods.trim$0(t1._footerController._change_notifier$_value.text), "product", B.JSString_methods.trim$0(t1._productsController._change_notifier$_value.text), "task", B.JSString_methods.trim$0(t1._tasksController._change_notifier$_value.text), "includes", B.JSString_methods.trim$0(t1._includesController._change_notifier$_value.text)], t2, t2), t2, t2)); return b; }, - $signature: 243 + $signature: 269 }; A._DesignEditState__onChanged_closure0.prototype = { call$0() { @@ -520545,7 +520716,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 772 + $signature: 774 }; A._DesignEditState__loadPreview__closure.prototype = { call$0() { @@ -520578,7 +520749,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._DesignEditState_build_closure.prototype = { call$1(context) { @@ -520745,7 +520916,7 @@ if (value != null) this.$this._widget.onLoadDesign$1(value); }, - $signature: 141 + $signature: 140 }; A._DesignSettingsState_build_closure1.prototype = { call$1(value) { @@ -520758,7 +520929,7 @@ b.get$_design_model$_$this()._isTemplate = this.value; return b; }, - $signature: 243 + $signature: 269 }; A._DesignSettingsState_build_closure2.prototype = { call$0() { @@ -520777,7 +520948,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 271 + $signature: 251 }; A._DesignSettingsState_build_closure5.prototype = { call$1(entityType) { @@ -520786,7 +520957,7 @@ t2 = B.JSArray_methods.contains$1(t1, entityType.get$apiValue()); return A.CheckboxListTile$(_null, _null, B.ListTileControlAffinity_0, _null, _null, new A._DesignSettingsState_build__closure1(_this.$this, t1, entityType, _this.design), A.Text$(_this.localization.lookup$1(entityType.get$plural()), _null, _null, _null, _null, _null, _null, _null, _null, _null), t2); }, - $signature: 2804 + $signature: 2806 }; A._DesignSettingsState_build__closure1.prototype = { call$1(value) { @@ -520808,7 +520979,7 @@ b.get$_design_model$_$this()._entities = t1; return b; }, - $signature: 243 + $signature: 269 }; A._DesignSettingsState_build____closure.prototype = { call$1(entity) { @@ -520865,7 +521036,7 @@ call$1(context) { return new A._DesignImportDialog(null); }, - $signature: 2805 + $signature: 2807 }; A._DesignSettingsState_build__closure0.prototype = { call$1(b) { @@ -520877,7 +521048,7 @@ t1.replace$1(0, A.BuiltMap_BuiltMap(B.C_JsonCodec.decode$2$reviver(0, t2, null), t3, t3)); return b; }, - $signature: 243 + $signature: 269 }; A._DesignSettingsState_build_closure8.prototype = { call$0() { @@ -520944,7 +521115,7 @@ t1.toString; return t1; }, - $signature: 111 + $signature: 110 }; A.HtmlDesignPreview.prototype = { build$1(context) { @@ -521087,13 +521258,13 @@ call$1(store) { return A.DesignEditVM_DesignEditVM$fromStore(store); }, - $signature: 2806 + $signature: 2808 }; A.DesignEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.DesignEdit(viewModel, null); }, - $signature: 2807 + $signature: 2809 }; A.DesignEditVM.prototype = { get$design() { @@ -521265,7 +521436,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 93 + $signature: 94 }; A._DesignViewState_build_closure0.prototype = { call$1(invoice) { @@ -521273,14 +521444,14 @@ t1.toString; return !t1 && invoice.designId === this.design.id; }, - $signature: 403 + $signature: 366 }; A._DesignViewState_build_closure1.prototype = { call$1(quoteId) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].quoteState.map._map$_map.$index(0, quoteId); }, - $signature: 93 + $signature: 94 }; A._DesignViewState_build_closure2.prototype = { call$1(quote) { @@ -521288,14 +521459,14 @@ t1.toString; return !t1 && quote.designId === this.design.id; }, - $signature: 403 + $signature: 366 }; A._DesignViewState_build_closure3.prototype = { call$1(creditId) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].creditState.map._map$_map.$index(0, creditId); }, - $signature: 93 + $signature: 94 }; A._DesignViewState_build_closure4.prototype = { call$1(credit) { @@ -521303,14 +521474,14 @@ t1.toString; return !t1 && credit.designId === this.design.id; }, - $signature: 403 + $signature: 366 }; A._DesignViewState_build_closure5.prototype = { call$1(invoiceId) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].recurringInvoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 93 + $signature: 94 }; A._DesignViewState_build_closure6.prototype = { call$1(invoice) { @@ -521318,7 +521489,7 @@ t1.toString; return !t1 && invoice.designId === this.design.id; }, - $signature: 403 + $signature: 366 }; A._DesignViewState_build_closure7.prototype = { call$0() { @@ -521336,13 +521507,13 @@ call$1(store) { return A.DesignViewVM_DesignViewVM$fromStore(store); }, - $signature: 2809 + $signature: 2811 }; A.DesignViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.DesignView(vm, this.$this.isFilter, null); }, - $signature: 2810 + $signature: 2812 }; A.DesignViewVM.prototype = { get$design() { @@ -521443,7 +521614,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.document], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.DocumentListItem_build__closure5.prototype = { call$0() { @@ -521486,7 +521657,7 @@ } return A.EntityList$(viewModel.documentList, B.EntityType_document, new A.DocumentListBuilder_build__closure0(viewModel), viewModel.onClearMultielsect, new A.DocumentListBuilder_build__closure1(viewModel), viewModel.onSortColumn, new A.DocumentPresenter(), t2, viewModel.tableColumns); }, - $signature: 2811 + $signature: 2813 }; A.DocumentListBuilder_build__closure.prototype = { call$0() { @@ -521498,7 +521669,7 @@ call$1(context) { return this.viewModel.onRefreshed.call$2(context, false); }, - $signature: 54 + $signature: 55 }; A.DocumentListBuilder_build__closure0.prototype = { call$2(context, index) { @@ -521515,7 +521686,7 @@ t3 = false; return new A.DocumentListItem(t4, t3, t2, t1.filter, null); }, - $signature: 2812 + $signature: 2814 }; A.DocumentListVM.prototype = {}; A.DocumentListVM_fromStore__handleRefresh.prototype = { @@ -521538,13 +521709,13 @@ t1[0].call$1(new A.RefreshData(completer, clearData, false, false)); return completer.future; }, - $signature: 219 + $signature: 235 }; A.DocumentListVM_fromStore_closure.prototype = { call$2(context, clearData) { return this._handleRefresh.call$2(context, clearData); }, - $signature: 219 + $signature: 235 }; A.DocumentListVM_fromStore_closure0.prototype = { call$1(field) { @@ -521647,7 +521818,7 @@ b.get$_document_status_model$_$this()._document_status_model$_name = t1; return b; }, - $signature: 318 + $signature: 346 }; A.DocumentScreen_build_closure0.prototype = { call$1(b) { @@ -521657,7 +521828,7 @@ b.get$_document_status_model$_$this()._document_status_model$_name = t1; return b; }, - $signature: 318 + $signature: 346 }; A.DocumentScreen_build_closure1.prototype = { call$1(b) { @@ -521678,7 +521849,7 @@ b.get$_document_status_model$_$this()._document_status_model$_name = t1; return b; }, - $signature: 318 + $signature: 346 }; A.DocumentScreen_build_closure2.prototype = { call$1(b) { @@ -521693,7 +521864,7 @@ b.get$_document_status_model$_$this()._document_status_model$_name = t1; return b; }, - $signature: 318 + $signature: 346 }; A.DocumentScreen_build_closure3.prototype = { call$1(b) { @@ -521714,7 +521885,7 @@ b.get$_document_status_model$_$this()._document_status_model$_name = t1; return b; }, - $signature: 318 + $signature: 346 }; A.DocumentScreen_build_closure14.prototype = { call$0() { @@ -521738,7 +521909,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterDocumentsByStatus($status)); }, - $signature: 143 + $signature: 151 }; A.DocumentScreen_build_closure13.prototype = { call$0() { @@ -521803,7 +521974,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterDocumentsByStatus($status)); }, - $signature: 166 + $signature: 164 }; A.DocumentScreen_build_closure6.prototype = { call$0() { @@ -521832,7 +522003,7 @@ call$2(context, vm) { return new A.DocumentScreen(vm, null); }, - $signature: 2815 + $signature: 2817 }; A.DocumentScreenVM.prototype = {}; A.DocumentEdit0.prototype = { @@ -521935,7 +522106,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._DocumentEditState_build_closure.prototype = { call$1(context) { @@ -521949,7 +522120,7 @@ t4 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t3._document_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2, _null, _null, false, _null, _null, new A._DocumentEditState_build__closure(t3), true, _null, _null, B.TextAlign_4, new A._DocumentEditState_build__closure0(t1))], t4), _null, _null, false, _null, false, _null, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 140 + $signature: 138 }; A._DocumentEditState_build__closure.prototype = { call$1(_) { @@ -521981,13 +522152,13 @@ call$1(store) { return A.DocumentEditVM_DocumentEditVM$fromStore(store); }, - $signature: 2817 + $signature: 2819 }; A.DocumentEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.DocumentEdit0(viewModel, new A.ValueKey(viewModel.document.updatedAt, type$.ValueKey_int)); }, - $signature: 2818 + $signature: 2820 }; A.DocumentEditVM.prototype = { get$document(receiver) { @@ -522010,7 +522181,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateDocument($document)); }, - $signature: 303 + $signature: 300 }; A.DocumentEditVM_DocumentEditVM$fromStore_closure0.prototype = { call$1(context) { @@ -522067,7 +522238,7 @@ } else A.viewEntityById(false, savedDocument.id, B.EntityType_document, null, true, true); }, - $signature: 303 + $signature: 300 }; A.DocumentEditVM_DocumentEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -522077,7 +522248,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.DocumentEditVM_DocumentEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.DocumentEditVM_DocumentEditVM$fromStore____closure.prototype = { call$1(context) { @@ -522125,7 +522296,7 @@ t1.toString; return t1; }, - $signature: 111 + $signature: 110 }; A.DocumentViewScreen.prototype = { build$1(context) { @@ -522137,13 +522308,13 @@ call$1(store) { return A.DocumentViewVM_DocumentViewVM$fromStore(store); }, - $signature: 2819 + $signature: 2821 }; A.DocumentViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.DocumentView(vm, false, null); }, - $signature: 2820 + $signature: 2822 }; A.DocumentViewVM.prototype = { get$document(receiver) { @@ -522285,7 +522456,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._ExpenseEditState_build_closure2.prototype = { call$1(context) { @@ -522297,7 +522468,7 @@ call$2(context, action) { return this.$this._expense_edit$_onSavePressed$2(context, action); }, - $signature: 76 + $signature: 74 }; A._ExpenseEditState_build_closure.prototype = { call$0() { @@ -522582,7 +522753,7 @@ call$1(vendor) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure18(vendor))); }, - $signature: 49 + $signature: 48 }; A.ExpenseEditDetailsState_build__closure18.prototype = { call$1(b) { @@ -522599,7 +522770,7 @@ call$1(completer) { this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 216 + $signature: 213 }; A.ExpenseEditDetailsState_build_closure0.prototype = { call$2(completer, $name) { @@ -522608,7 +522779,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 154 + $signature: 155 }; A.ExpenseEditDetailsState_build__closure19.prototype = { call$1(b) { @@ -522631,7 +522802,7 @@ } this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure17(t1, client))); }, - $signature: 49 + $signature: 48 }; A.ExpenseEditDetailsState_build__closure17.prototype = { call$1(b) { @@ -522650,7 +522821,7 @@ call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 216 + $signature: 213 }; A.ExpenseEditDetailsState_build_closure4.prototype = { call$1(selectedId) { @@ -522660,7 +522831,7 @@ t2 = this.expense; this.viewModel.onChanged.call$1(t2.rebuild$1(new A.ExpenseEditDetailsState_build__closure16(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].projectState.$get$1(0, selectedId), t2))); }, - $signature: 37 + $signature: 38 }; A.ExpenseEditDetailsState_build__closure16.prototype = { call$1(b) { @@ -522677,7 +522848,7 @@ call$1(category) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure14(category))); }, - $signature: 49 + $signature: 48 }; A.ExpenseEditDetailsState_build__closure14.prototype = { call$1(b) { @@ -522697,14 +522868,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveExpenseCategoryRequest(completer, t1)); }, - $signature: 154 + $signature: 155 }; A.ExpenseEditDetailsState_build__closure15.prototype = { call$1(b) { b.get$_expense_category_model$_$this()._expense_category_model$_name = this.name; return b; }, - $signature: 282 + $signature: 314 }; A.ExpenseEditDetailsState_build_closure7.prototype = { call$1(userId) { @@ -522736,7 +522907,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure11(amount))); }, - $signature: 537 + $signature: 558 }; A.ExpenseEditDetailsState_build__closure11.prototype = { call$1(b) { @@ -522749,7 +522920,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure10(taxRate))); }, - $signature: 121 + $signature: 118 }; A.ExpenseEditDetailsState_build__closure10.prototype = { call$1(b) { @@ -522777,7 +522948,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure8(amount))); }, - $signature: 537 + $signature: 558 }; A.ExpenseEditDetailsState_build__closure8.prototype = { call$1(b) { @@ -522790,7 +522961,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure7(taxRate))); }, - $signature: 121 + $signature: 118 }; A.ExpenseEditDetailsState_build__closure7.prototype = { call$1(b) { @@ -522818,7 +522989,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure5(amount))); }, - $signature: 537 + $signature: 558 }; A.ExpenseEditDetailsState_build__closure5.prototype = { call$1(b) { @@ -522831,7 +523002,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure4(taxRate))); }, - $signature: 121 + $signature: 118 }; A.ExpenseEditDetailsState_build__closure4.prototype = { call$1(b) { @@ -522864,7 +523035,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure2(date))); }, - $signature: 51 + $signature: 50 }; A.ExpenseEditDetailsState_build__closure2.prototype = { call$1(b) { @@ -522891,13 +523062,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry.key, type$.String); }, - $signature: 336 + $signature: 280 }; A.ExpenseEditDetailsState_build_closure21.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure0(date))); }, - $signature: 51 + $signature: 50 }; A.ExpenseEditDetailsState_build__closure0.prototype = { call$1(b) { @@ -522924,7 +523095,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 192 + $signature: 175 }; A.ExpenseEditNotes.prototype = { createState$0() { @@ -523441,7 +523612,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure5(date))); }, - $signature: 51 + $signature: 50 }; A.ExpenseEditSettingsState_build__closure5.prototype = { call$1(b) { @@ -523488,7 +523659,7 @@ call$1(currency) { return this.$this._setCurrency$1(type$.nullable_CurrencyEntity._as(currency)); }, - $signature: 419 + $signature: 376 }; A.ExpenseEditSettingsState_build_closure7.prototype = { call$1(hasFocus) { @@ -523567,13 +523738,13 @@ call$1(store) { return A.ExpenseEditVM_ExpenseEditVM$fromStore(store); }, - $signature: 2824 + $signature: 2826 }; A.ExpenseEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ExpenseEdit(viewModel, new A.ValueKey(viewModel.expense.updatedAt, type$.ValueKey_int)); }, - $signature: 2825 + $signature: 2827 }; A.AbstractExpenseEditVM.prototype = { get$expense() { @@ -523587,7 +523758,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateExpense(expense)); }, - $signature: 168 + $signature: 163 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -523626,7 +523797,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); }, - $signature: 106 + $signature: 107 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3.prototype = { call$2(context, completer) { @@ -523655,7 +523826,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); }, - $signature: 106 + $signature: 107 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0.prototype = { call$2(context, action) { @@ -523669,7 +523840,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 209 + $signature: 202 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5.prototype = { call$0() { @@ -523755,7 +523926,7 @@ A.viewEntity(false, savedExpense, _null, true); } }, - $signature: 168 + $signature: 163 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -523765,7 +523936,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.ExpenseEditVM_ExpenseEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.ExpenseEditVM_ExpenseEditVM$fromStore____closure.prototype = { call$1(context) { @@ -523781,7 +523952,7 @@ t2[0].call$1(new A.SaveExpenseDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.expense)); t1.then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0(context)); }, - $signature: 275 + $signature: 312 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure.prototype = { call$1(client) { @@ -523793,14 +523964,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.ExpenseEditVM_ExpenseEditVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure.prototype = { call$1(context) { @@ -523967,7 +524138,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.expense], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.ExpenseListItem_build__closure5.prototype = { call$0() { @@ -524000,7 +524171,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.expenseList, B.EntityType_expense, new A.ExpenseListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.ExpensePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2826 + $signature: 2828 }; A.ExpenseListBuilder_build__closure.prototype = { call$2(context, index) { @@ -524013,7 +524184,7 @@ t3 = t4 && B.JSArray_methods.contains$1(t3._list$_list, t2.id); return A.ExpenseListItem$(t2, t1.filter, t3, true, null, null, t4, true); }, - $signature: 400 + $signature: 369 }; A.ExpenseListVM.prototype = { get$user(receiver) { @@ -524248,7 +524419,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 160 + $signature: 157 }; A.ExpenseScreen_build_closure0.prototype = { call$1(b) { @@ -524263,7 +524434,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 160 + $signature: 157 }; A.ExpenseScreen_build_closure1.prototype = { call$1(b) { @@ -524278,7 +524449,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 160 + $signature: 157 }; A.ExpenseScreen_build_closure2.prototype = { call$1(b) { @@ -524293,7 +524464,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 160 + $signature: 157 }; A.ExpenseScreen_build_closure3.prototype = { call$1(b) { @@ -524308,7 +524479,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 160 + $signature: 157 }; A.ExpenseScreen_build_closure18.prototype = { call$0() { @@ -524342,7 +524513,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpensesByStatus($status)); }, - $signature: 143 + $signature: 151 }; A.ExpenseScreen_build_closure17.prototype = { call$0() { @@ -524418,7 +524589,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpensesByState(state)); }, - $signature: 65 + $signature: 67 }; A.ExpenseScreen_build_closure12.prototype = { call$2($status, value) { @@ -524428,7 +524599,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpensesByStatus($status)); }, - $signature: 166 + $signature: 164 }; A.ExpenseScreen_build_closure5.prototype = { call$0() { @@ -524463,7 +524634,7 @@ call$2(context, vm) { return new A.ExpenseScreen(vm, null); }, - $signature: 2828 + $signature: 2830 }; A.ExpenseScreenVM.prototype = {}; A.ExpenseView.prototype = { @@ -524950,7 +525121,7 @@ t3.$indexSet(0, t2, t1 !== 1 && t1 !== 0 ? A.formatNumber(t1, t6, _null, _null, B.FormatNumberType_3, true, _null, _null, false) : _null); return A._setArrayType([new A.FieldGrid(t3, _null)], type$.JSArray_Widget); }, - $signature: 334 + $signature: 352 }; A.ExpenseViewSchedule.prototype = { createState$0() { @@ -524992,7 +525163,7 @@ var _null = null; return new A.Padding(B.EdgeInsets_0_16_0_0, A.Row$(A._setArrayType([A.Expanded$(A.Text$(A.formatDate(schedule.sendDate, this.context, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); }, - $signature: 2829 + $signature: 2831 }; A.ExpenseViewScreen.prototype = { build$1(context) { @@ -525004,13 +525175,13 @@ call$1(store) { return A.ExpenseViewVM_ExpenseViewVM$fromStore(store); }, - $signature: 2830 + $signature: 2832 }; A.ExpenseViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ExpenseView(vm, this.$this.isFilter, vm.state.uiState.expenseUIState.tabIndex, null); }, - $signature: 2831 + $signature: 2833 }; A.AbstractExpenseViewVM.prototype = { get$expense() { @@ -525049,7 +525220,7 @@ t2[0].call$1(new A.SaveExpenseDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.expense)); t1.then$1$1(0, new A.ExpenseViewVM_ExpenseViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0()); }, - $signature: 108 + $signature: 111 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure.prototype = { call$1(client) { @@ -525061,7 +525232,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0.prototype = { call$1(error) { @@ -525071,7 +525242,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.ExpenseViewVM_ExpenseViewVM$fromStore___closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.ExpenseViewVM_ExpenseViewVM$fromStore___closure.prototype = { call$1(context) { @@ -525161,7 +525332,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_name = t1; return b; }, - $signature: 282 + $signature: 314 }; A._ExpenseCategoryEditState__onChanged_closure0.prototype = { call$0() { @@ -525173,7 +525344,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._ExpenseCategoryEditState_build_closure1.prototype = { call$1(_) { @@ -525194,7 +525365,7 @@ t5 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._expense_category_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t3, _null, _null, false, _null, _null, new A._ExpenseCategoryEditState_build__closure(t1), true, _null, _null, B.TextAlign_4, new A._ExpenseCategoryEditState_build__closure0(t2)), A.FormColorPicker$(t4.color, _null, new A._ExpenseCategoryEditState_build__closure1(_this.viewModel, t4))], t5), _null, _null, false, _null, false, _null, _null)], t5), _null, _null, _null, false, _null); }, - $signature: 140 + $signature: 138 }; A._ExpenseCategoryEditState_build__closure.prototype = { call$1(_) { @@ -525220,14 +525391,14 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.expenseCategory.rebuild$1(new A._ExpenseCategoryEditState_build___closure(value))); }, - $signature: 200 + $signature: 204 }; A._ExpenseCategoryEditState_build___closure.prototype = { call$1(b) { b.get$_expense_category_model$_$this()._expense_category_model$_color = this.value; return b; }, - $signature: 282 + $signature: 314 }; A.ExpenseCategoryEditScreen.prototype = { build$1(context) { @@ -525239,13 +525410,13 @@ call$1(store) { return A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore(store); }, - $signature: 2832 + $signature: 2834 }; A.ExpenseCategoryEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ExpenseCategoryEdit(viewModel, new A.ValueKey(viewModel.expenseCategory.updatedAt, type$.ValueKey_int)); }, - $signature: 2833 + $signature: 2835 }; A.ExpenseCategoryEditVM.prototype = { get$expenseCategory() { @@ -525258,7 +525429,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateExpenseCategory(expenseCategory)); }, - $signature: 382 + $signature: 410 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -525336,7 +525507,7 @@ } else if (t2.uiState.expenseCategoryUIState.saveCompleter == null) A.viewEntity(false, savedExpenseCategory, null, true); }, - $signature: 382 + $signature: 410 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -525346,7 +525517,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure.prototype = { call$1(context) { @@ -525417,7 +525588,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.expenseCategoryList, B.EntityType_expenseCategory, new A.ExpenseCategoryListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.ExpenseCategoryPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2834 + $signature: 2836 }; A.ExpenseCategoryListBuilder_build__closure.prototype = { call$2(context, index) { @@ -525432,7 +525603,7 @@ t3 = false; return A.ExpenseCategoryListItem$(t2, t1.filter, t3, null, false); }, - $signature: 782 + $signature: 784 }; A.ExpenseCategoryListVM.prototype = {}; A.ExpenseCategoryListVM_fromStore__handleRefresh.prototype = { @@ -525562,7 +525733,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortExpenseCategories(value)); }, - $signature: 37 + $signature: 38 }; A.ExpenseCategoryScreen_build_closure5.prototype = { call$2(state, value) { @@ -525570,7 +525741,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterExpenseCategoriesByState(state)); }, - $signature: 65 + $signature: 67 }; A.ExpenseCategoryScreen_build_closure.prototype = { call$0() { @@ -525637,7 +525808,7 @@ call$2(context, vm) { return new A.ExpenseCategoryScreen(vm, null); }, - $signature: 2836 + $signature: 2838 }; A.ExpenseCategoryScreenVM.prototype = {}; A.ExpenseCategoryView.prototype = { @@ -525714,13 +525885,13 @@ call$1(store) { return A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore(store); }, - $signature: 2837 + $signature: 2839 }; A.ExpenseCategoryViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ExpenseCategoryView(vm, this.$this.isFilter, null); }, - $signature: 2838 + $signature: 2840 }; A.ExpenseCategoryViewVM.prototype = { get$expenseCategory() { @@ -525830,7 +526001,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._GroupEditState_build_closure1.prototype = { call$1(_) { @@ -525850,7 +526021,7 @@ t4 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t3._group_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2, _null, _null, false, _null, _null, new A._GroupEditState_build__closure(t3), true, _null, _null, B.TextAlign_4, new A._GroupEditState_build__closure0(t1))], t4), _null, _null, false, _null, false, _null, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 140 + $signature: 138 }; A._GroupEditState_build__closure.prototype = { call$1(_) { @@ -525882,13 +526053,13 @@ call$1(store) { return A.GroupEditVM_GroupEditVM$fromStore(store); }, - $signature: 2839 + $signature: 2841 }; A.GroupEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.GroupEdit(viewModel, new A.ValueKey(viewModel.group.updatedAt, type$.ValueKey_int)); }, - $signature: 2840 + $signature: 2842 }; A.GroupEditVM.prototype = { get$group() { @@ -525901,7 +526072,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateGroup(group)); }, - $signature: 301 + $signature: 315 }; A.GroupEditVM_GroupEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -525985,7 +526156,7 @@ } else A.viewEntity(false, savedGroup, null, true); }, - $signature: 301 + $signature: 315 }; A.GroupEditVM_GroupEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -525995,7 +526166,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.GroupEditVM_GroupEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.GroupEditVM_GroupEditVM$fromStore____closure.prototype = { call$1(context) { @@ -526061,7 +526232,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.groupList, B.EntityType_group, new A.GroupListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, null, viewModel.state, null); }, - $signature: 2841 + $signature: 2843 }; A.GroupListBuilder_build__closure.prototype = { call$2(context, index) { @@ -526076,7 +526247,7 @@ t3 = false; return new A.GroupListItem(t1.userCompany.user, t2, t1.filter, t3, null); }, - $signature: 2842 + $signature: 2844 }; A.GroupListVM.prototype = {}; A.GroupListVM_fromStore__handleRefresh.prototype = { @@ -526203,7 +526374,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterGroupsByState(state)); }, - $signature: 65 + $signature: 67 }; A.GroupSettingsScreen_build_closure.prototype = { call$0() { @@ -526238,7 +526409,7 @@ call$2(context, vm) { return new A.GroupSettingsScreen(vm, null); }, - $signature: 2843 + $signature: 2845 }; A.GroupScreenVM.prototype = {}; A.GroupView.prototype = { @@ -527041,13 +527212,13 @@ call$1(store) { return A.GroupViewVM_GroupViewVM$fromStore(store); }, - $signature: 2844 + $signature: 2846 }; A.GroupViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.GroupView(vm, this.$this.isFilter, null); }, - $signature: 2845 + $signature: 2847 }; A.GroupViewVM.prototype = { get$group() { @@ -527072,7 +527243,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 108 + $signature: 111 }; A.GroupViewVM_GroupViewVM$fromStore__closure.prototype = { call$1(client) { @@ -527084,14 +527255,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.GroupViewVM_GroupViewVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.GroupViewVM_GroupViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.GroupViewVM_GroupViewVM$fromStore___closure.prototype = { call$1(context) { @@ -527221,7 +527392,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._InvoiceEditState_build_closure2.prototype = { call$1(context) { @@ -527233,7 +527404,7 @@ call$2(context, action) { return this.$this._invoice_edit$_onSavePressed$2(context, action); }, - $signature: 76 + $signature: 74 }; A._InvoiceEditState_build_closure.prototype = { call$0() { @@ -527252,21 +527423,21 @@ t5 = type$.WhereTypeIterable_BaseEntity; return new A.InvoiceItemSelector(t1, new A._InvoiceEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t2, new A._InvoiceEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._InvoiceEditState_build___closure1(t4), t3._eval$1("MappedIterable<1,BaseEntity?>")), t5), true, t5._eval$1("Iterable.E")), true, null); }, - $signature: 292 + $signature: 351 }; A._InvoiceEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 86 + $signature: 89 }; A._InvoiceEditState_build___closure1.prototype = { call$1(item) { var t1 = this.viewModel.state; return item.typeId === "2" ? t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, item.taskId) : t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, item.expenseId); }, - $signature: 291 + $signature: 320 }; A._InvoiceEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -527280,7 +527451,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 290 + $signature: 317 }; A.__InvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -527351,7 +527522,7 @@ call$2(contactA, contactB) { return B.JSString_methods.compareTo$1(contactA.get$fullName().toLowerCase(), contactB.get$fullName().toLowerCase()); }, - $signature: 2846 + $signature: 2848 }; A.InvoiceEditContacts_build_closure0.prototype = { call$1(contact) { @@ -527359,7 +527530,7 @@ invitation = t1.getInvitationForVendorContact$1(contact); return new A._ContactListTile(contact.get$fullName(), contact.email, "", t1, invitation, new A.InvoiceEditContacts_build__closure0(this.$this, invitation, contact), null); }, - $signature: 2847 + $signature: 2849 }; A.InvoiceEditContacts_build__closure0.prototype = { call$0() { @@ -527377,7 +527548,7 @@ else return B.JSString_methods.compareTo$1(contactA.get$fullName().toLowerCase(), contactB.get$fullName().toLowerCase()); }, - $signature: 2848 + $signature: 2850 }; A.InvoiceEditContacts_build_closure2.prototype = { call$1(contact) { @@ -527390,7 +527561,7 @@ t3 = ""; return new A._ContactListTile(t2, contact.email, t3, t1, invitation, new A.InvoiceEditContacts_build__closure(this.$this, invitation, contact), null); }, - $signature: 2849 + $signature: 2851 }; A.InvoiceEditContacts_build__closure.prototype = { call$0() { @@ -527510,7 +527681,7 @@ t2.toString; return A._setArrayType([t4, A.PopupMenuItem$(new A.IconText(t3, B.IconData_57744_MaterialIcons_null_false, _null, _null, false, _null), t2, t5)], type$.JSArray_PopupMenuEntry_String); }, - $signature: 296 + $signature: 350 }; A._ContactListTileState_build_closure0.prototype = { call$1(action) { @@ -527613,13 +527784,13 @@ call$1(store) { return A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore(store, this.$this.entityType); }, - $signature: 2850 + $signature: 2852 }; A.InvoiceEditContactsScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditContacts(viewModel, null); }, - $signature: 2851 + $signature: 2853 }; A.EntityEditContactsVM.prototype = { get$invoice() { @@ -527660,7 +527831,7 @@ } else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 2852 + $signature: 2854 }; A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0.prototype = { call$1(contact) { @@ -527679,7 +527850,7 @@ } else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 2853 + $signature: 2855 }; A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1.prototype = { call$1(invitation) { @@ -527708,7 +527879,7 @@ } else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 2854 + $signature: 2856 }; A.InvoiceEditDesktop.prototype = { createState$0() { @@ -528414,13 +528585,13 @@ call$1(item) { return !item.get$isEmpty(0) && item.typeId !== "2"; }, - $signature: 86 + $signature: 89 }; A.InvoiceEditDesktopState_build_closure0.prototype = { call$1(item) { return !item.get$isEmpty(0) && item.typeId === "2"; }, - $signature: 86 + $signature: 89 }; A.InvoiceEditDesktopState_build_closure1.prototype = { call$1(vendor) { @@ -528428,13 +528599,13 @@ t1.toString; t1.call$3(this.context, this.invoice, type$.nullable_VendorEntity._as(vendor)); }, - $signature: 49 + $signature: 48 }; A.InvoiceEditDesktopState_build_closure2.prototype = { call$1(completer) { return this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 340 + $signature: 281 }; A.InvoiceEditDesktopState_build_closure3.prototype = { call$1(client) { @@ -528442,13 +528613,13 @@ t1.toString; t1.call$3(this.context, this.invoice, type$.nullable_ClientEntity._as(client)); }, - $signature: 49 + $signature: 48 }; A.InvoiceEditDesktopState_build_closure4.prototype = { call$1(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 340 + $signature: 281 }; A.InvoiceEditDesktopState_build_closure5.prototype = { call$0() { @@ -528480,13 +528651,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry.key, type$.String); }, - $signature: 336 + $signature: 280 }; A.InvoiceEditDesktopState_build_closure9.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure20(date))); }, - $signature: 51 + $signature: 50 }; A.InvoiceEditDesktopState_build__closure20.prototype = { call$1(b) { @@ -528513,7 +528684,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 192 + $signature: 175 }; A.InvoiceEditDesktopState_build_closure13.prototype = { call$1(value) { @@ -528553,7 +528724,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, "" + value, type$.String); }, - $signature: 541 + $signature: 591 }; A.InvoiceEditDesktopState_build_closure15.prototype = { call$1(val) { @@ -528575,7 +528746,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure17(date))); }, - $signature: 51 + $signature: 50 }; A.InvoiceEditDesktopState_build__closure17.prototype = { call$1(b) { @@ -528588,7 +528759,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure16(date))); }, - $signature: 51 + $signature: 50 }; A.InvoiceEditDesktopState_build__closure16.prototype = { call$1(b) { @@ -528619,7 +528790,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure15(date))); }, - $signature: 51 + $signature: 50 }; A.InvoiceEditDesktopState_build__closure15.prototype = { call$1(b) { @@ -528662,14 +528833,14 @@ var t1 = type$.MappedListIterable_String_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_String), new A.InvoiceEditDesktopState_build__closure13(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 326 + $signature: 344 }; A.InvoiceEditDesktopState_build__closure13.prototype = { call$1(type) { var _null = null; return A.Text$(this.localization.lookup$1(type), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 324 + $signature: 338 }; A.InvoiceEditDesktopState_build_closure23.prototype = { call$1(value) { @@ -528695,7 +528866,7 @@ var t1 = this.$this; t1.setState$1(new A.InvoiceEditDesktopState_build__closure11(t1, index)); }, - $signature: 164 + $signature: 159 }; A.InvoiceEditDesktopState_build__closure11.prototype = { call$0() { @@ -528794,13 +528965,13 @@ } return A.GridView$count((constraints.maxWidth / 2 - 8) / 50, t4, 2, 16, 12, _null, new A.NeverScrollableScrollPhysics(_null), true, true); }, - $signature: 397 + $signature: 437 }; A.InvoiceEditDesktopState_build__closure0.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure8(value))); }, - $signature: 141 + $signature: 140 }; A.InvoiceEditDesktopState_build___closure8.prototype = { call$1(b) { @@ -528842,7 +529013,7 @@ } else t2.onChanged.call$1(t3.rebuild$1(new A.InvoiceEditDesktopState_build___closure6(projectId))); }, - $signature: 37 + $signature: 38 }; A.InvoiceEditDesktopState_build___closure5.prototype = { call$1(b) { @@ -528862,7 +529033,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure4(client))); }, - $signature: 49 + $signature: 48 }; A.InvoiceEditDesktopState_build___closure4.prototype = { call$1(b) { @@ -528889,7 +529060,7 @@ t1 = ""; return b.get$_invoice_model$_$this()._vendorId = t1; }, - $signature: 169 + $signature: 156 }; A.InvoiceEditDesktopState_build__closure4.prototype = { call$2(completer, $name) { @@ -528898,7 +529069,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 154 + $signature: 155 }; A.InvoiceEditDesktopState_build___closure3.prototype = { call$1(b) { @@ -528965,19 +529136,19 @@ call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 159 + $signature: 154 }; A.InvoiceEditDesktopState_build_closure31.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 159 + $signature: 154 }; A.InvoiceEditDesktopState_build_closure32.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isThird(taxRate, true)); }, - $signature: 159 + $signature: 154 }; A.InvoiceEditDesktopState_build_closure33.prototype = { call$0() { @@ -528990,7 +529161,7 @@ call$1(context) { return new A.InvoiceTaxDetails(this.invoice, null); }, - $signature: 785 + $signature: 787 }; A._PdfPreview0.prototype = { createState$0() { @@ -529181,7 +529352,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 288 + $signature: 275 }; A.__PdfPreviewState__loadPdf__closure0.prototype = { call$0() { @@ -529249,7 +529420,7 @@ call$1(format) { return this.$this._invoice_edit_desktop$_response.bodyBytes; }, - $signature: 111 + $signature: 110 }; A._InvoiceEditDesktopState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -529729,13 +529900,13 @@ t1.toString; t1.call$3(this.context, this.invoice, type$.nullable_VendorEntity._as(vendor)); }, - $signature: 49 + $signature: 48 }; A.InvoiceEditDetailsState_build_closure0.prototype = { call$1(completer) { return this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 340 + $signature: 281 }; A.InvoiceEditDetailsState_build_closure1.prototype = { call$1(client) { @@ -529749,7 +529920,7 @@ call$1(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 340 + $signature: 281 }; A.InvoiceEditDetailsState_build_closure3.prototype = { call$1(val) { @@ -529798,13 +529969,13 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry.key, type$.String); }, - $signature: 336 + $signature: 280 }; A.InvoiceEditDetailsState_build_closure7.prototype = { call$2(date, _) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure17(date))); }, - $signature: 344 + $signature: 305 }; A.InvoiceEditDetailsState_build__closure17.prototype = { call$1(b) { @@ -529831,7 +530002,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 192 + $signature: 175 }; A.InvoiceEditDetailsState_build_closure11.prototype = { call$1(value) { @@ -529871,7 +530042,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, "" + value, type$.String); }, - $signature: 541 + $signature: 591 }; A.InvoiceEditDetailsState_build_closure13.prototype = { call$1(val) { @@ -529893,7 +530064,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure14(date))); }, - $signature: 51 + $signature: 50 }; A.InvoiceEditDetailsState_build__closure14.prototype = { call$1(b) { @@ -529906,7 +530077,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure13(date))); }, - $signature: 51 + $signature: 50 }; A.InvoiceEditDetailsState_build__closure13.prototype = { call$1(b) { @@ -529937,7 +530108,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure12(date))); }, - $signature: 51 + $signature: 50 }; A.InvoiceEditDetailsState_build__closure12.prototype = { call$1(b) { @@ -529964,14 +530135,14 @@ var t1 = type$.MappedListIterable_String_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_String), new A.InvoiceEditDetailsState_build__closure10(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 326 + $signature: 344 }; A.InvoiceEditDetailsState_build__closure10.prototype = { call$1(type) { var _null = null; return A.Text$(this.localization.lookup$1(type), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 324 + $signature: 338 }; A.InvoiceEditDetailsState_build_closure20.prototype = { call$1(value) { @@ -529996,25 +530167,25 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 121 + $signature: 118 }; A.InvoiceEditDetailsState_build_closure22.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 121 + $signature: 118 }; A.InvoiceEditDetailsState_build_closure23.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isThird(taxRate, true)); }, - $signature: 121 + $signature: 118 }; A.InvoiceEditDetailsState_build_closure24.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure8(value))); }, - $signature: 341 + $signature: 289 }; A.InvoiceEditDetailsState_build__closure8.prototype = { call$1(b) { @@ -530043,7 +530214,7 @@ } else t2.onChanged.call$1(t3.rebuild$1(new A.InvoiceEditDetailsState_build__closure7(projectId))); }, - $signature: 37 + $signature: 38 }; A.InvoiceEditDetailsState_build__closure6.prototype = { call$1(b) { @@ -530063,7 +530234,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure5(client))); }, - $signature: 49 + $signature: 48 }; A.InvoiceEditDetailsState_build__closure5.prototype = { call$1(b) { @@ -530090,7 +530261,7 @@ t1 = ""; return b.get$_invoice_model$_$this()._vendorId = t1; }, - $signature: 169 + $signature: 156 }; A.InvoiceEditDetailsState_build_closure27.prototype = { call$2(completer, $name) { @@ -530099,7 +530270,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 154 + $signature: 155 }; A.InvoiceEditDetailsState_build__closure4.prototype = { call$1(b) { @@ -530159,7 +530330,7 @@ call$1(context) { return new A.InvoiceTaxDetails(this.invoice, null); }, - $signature: 785 + $signature: 787 }; A.InvoiceEditDetailsScreen.prototype = { build$1(context) { @@ -530171,7 +530342,7 @@ call$1(store) { return A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore(store); }, - $signature: 2859 + $signature: 2861 }; A.InvoiceEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -530180,7 +530351,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_invoice, null); }, - $signature: 2860 + $signature: 2862 }; A.EntityEditDetailsVM.prototype = { get$invoice() { @@ -530209,7 +530380,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateInvoiceClient(client)); }, - $signature: 445 + $signature: 440 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -530238,7 +530409,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/invoice/edit")); }, - $signature: 106 + $signature: 107 }; A.InvoiceEditFooter.prototype = { build$1(context) { @@ -530347,7 +530518,7 @@ t3.toString; return new A.ItemEditDetails(t3, t2.lineItems._list$_list[t3], viewModel, t1, new A.ValueKey("__" + A.S(t3) + "__", type$.ValueKey_String)); }, - $signature: 2861 + $signature: 2863 }; A._InvoiceEditItemsState_build_closure.prototype = { call$1(duration) { @@ -530371,7 +530542,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2862 + $signature: 2864 }; A._InvoiceEditItemsState_build_closure0.prototype = { call$0() { @@ -530651,7 +530822,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = t1; return b; }, - $signature: 56 + $signature: 54 }; A.ItemEditDetailsState__onChanged_closure0.prototype = { call$1(b) { @@ -530659,7 +530830,7 @@ b.get$_invoice_model$_$this()._invoice_model$_taxCategoryId = t1; return b; }, - $signature: 56 + $signature: 54 }; A.ItemEditDetailsState_build_closure.prototype = { call$0() { @@ -530710,7 +530881,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure1(t1, taxRate)); }, - $signature: 159 + $signature: 154 }; A.ItemEditDetailsState_build__closure1.prototype = { call$0() { @@ -530725,7 +530896,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure0(t1, taxRate)); }, - $signature: 159 + $signature: 154 }; A.ItemEditDetailsState_build__closure0.prototype = { call$0() { @@ -530740,7 +530911,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure(t1, taxRate)); }, - $signature: 159 + $signature: 154 }; A.ItemEditDetailsState_build__closure.prototype = { call$0() { @@ -531165,11 +531336,9 @@ t3.push(A.IconButton$(_null, t4, _null, _null, A.Icon$(B.IconData_57706_MaterialIcons_null_false, _null, _null, _null), _null, new A._InvoiceEditItemsDesktopState_build_closure1(_this), _null, _null, _null, _null, _null)); return A.FormCard$(_null, A._setArrayType([A.DecoratedBox$(A.Row$(t3, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), t2, B.DecorationPosition_0), new A.ReorderableListView(new A._InvoiceEditItemsDesktopState_build_closure2(_this, lineItems, t1, invoice, precision), J.get$length$asx(lineItems._copy_on_write_list$_list), new A._InvoiceEditItemsDesktopState_build_closure3(lineItems, viewModel), false, _null, _null, false, true, _null)], t6), _null, _null, false, _null, false, _null, B.EdgeInsets_12_0_12_0); } - if (!J.where$1$ax(lineItems._copy_on_write_list$_list, new A._InvoiceEditItemsDesktopState_build_closure4()).get$iterator(0).moveNext$0()) { - t8 = A.InvoiceItemEntity_InvoiceItemEntity(_null, company.defaultQuantity || !company.enableProductQuantity ? 1 : 0, _null); - lineItems._maybeCopyBeforeWrite$0(); - J.add$1$ax(lineItems._copy_on_write_list$_list, t8); - } + t8 = A.InvoiceItemEntity_InvoiceItemEntity(_null, _null); + lineItems._maybeCopyBeforeWrite$0(); + J.add$1$ax(lineItems._copy_on_write_list$_list, t8); t1.toString; t8 = $.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode); t8.toString; @@ -531177,7 +531346,7 @@ t8.toString; t9 = A.Icon$(B.IconData_58919_MaterialIcons_null_false, _null, _null, _null); t10 = tableFontColor.length !== 0 ? A.convertHexStringToColor(tableFontColor) : _null; - B.JSArray_methods.addAll$1(tableHeaderColumns, A._setArrayType([new A.TableHeader(t8, true, false, _null), A.IconButton$(_null, t10, _null, _null, t9, _null, new A.WhereIterable(includedLineItems, new A._InvoiceEditItemsDesktopState_build_closure5(), A._arrayInstanceType(includedLineItems)._eval$1("WhereIterable<1>")).get$length(0) < 2 ? _null : new A._InvoiceEditItemsDesktopState_build_closure6(_this), _null, _null, _null, _null, _null)], t6)); + B.JSArray_methods.addAll$1(tableHeaderColumns, A._setArrayType([new A.TableHeader(t8, true, false, _null), A.IconButton$(_null, t10, _null, _null, t9, _null, new A.WhereIterable(includedLineItems, new A._InvoiceEditItemsDesktopState_build_closure4(), A._arrayInstanceType(includedLineItems)._eval$1("WhereIterable<1>")).get$length(0) < 2 ? _null : new A._InvoiceEditItemsDesktopState_build_closure5(_this), _null, _null, _null, _null, _null)], t6)); t6 = A.LinkedHashMap_LinkedHashMap$_literal([B.JSArray_methods.indexOf$1(t7, _s4_), new A.FlexColumnWidth(1.3), B.JSArray_methods.indexOf$1(t7, _s11_), new A.FlexColumnWidth(2.2), t7.length + 1, new A.FixedColumnWidth(40)], type$.int, type$.TableColumnWidth); t8 = _this._invoice_edit_items_desktop$_updatedAt; t9 = type$.ValueKey_String; @@ -531190,7 +531359,7 @@ if (t17) { t17 = "" + index; t18 = J.$index$asx(lineItems._copy_on_write_list$_list, index).createdAt; - t19 = A.List_List$of(A.List_List$of(new A.MappedListIterable(t7, new A._InvoiceEditItemsDesktopState_build_closure7(_this, index, lineItems, productIds, productState, company, state, invoice, viewModel, theme, customField1, customField2, customField3, customField4, t1, context), t13), true, t14), true, t15); + t19 = A.List_List$of(A.List_List$of(new A.MappedListIterable(t7, new A._InvoiceEditItemsDesktopState_build_closure6(_this, index, lineItems, productIds, productState, company, state, invoice, viewModel, theme, customField1, customField2, customField3, customField4, t1, context), t13), true, t14), true, t15); t20 = J.total$2$z(J.$index$asx(lineItems._copy_on_write_list$_list, index), invoice, precision); if (t4 ? t2 : t3) { t21 = A.convertHexStringToColor("#AAAAAA"); @@ -531203,7 +531372,8 @@ t23 = t12 ? _null : t5; t19.push(new A.Padding(B.EdgeInsets_0_0_16_0, A.TextFormField$(true, _null, false, _null, _null, _null, _null, _null, 2, B.InputDecoration_vBr, false, false, _null, A.formatNumber(t22, context, t23, _null, B.FormatNumberType_0, true, _null, t12 ? t16 : _null, false), _null, new A.ValueKey("__total_" + t17 + "_" + A.S(t20) + "_" + t5 + "__", t9), _null, _null, _null, _null, 1, _null, false, _null, _null, _null, _null, _null, false, _null, _null, new A.TextStyle(true, t21, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_1, _null, _null, _null), _null)); t20 = A.Icon$(B.IconData_58372_MaterialIcons_null_false, _null, _null, _null); - t19.push(A.PopupMenuButton$(_null, _null, !J.get$isEmpty$asx(J.$index$asx(lineItems._copy_on_write_list$_list, index)), t20, _null, new A._InvoiceEditItemsDesktopState_build_closure8(_this, includedLineItems, lineItems, index, t1), new A._InvoiceEditItemsDesktopState_build_closure9(_this, t1, lineItems, index, viewModel), B.EdgeInsets_8_8_8_8, _null, t11)); + t21 = !J.get$isEmpty$asx(J.$index$asx(lineItems._copy_on_write_list$_list, index)) || index < includedLineItems.length; + t19.push(A.PopupMenuButton$(_null, _null, t21, t20, _null, new A._InvoiceEditItemsDesktopState_build_closure7(_this, includedLineItems, lineItems, index, t1), new A._InvoiceEditItemsDesktopState_build_closure8(_this, t1, lineItems, index, viewModel), B.EdgeInsets_8_8_8_8, _null, t11)); t10.push(new A.TableRow(new A.ValueKey("__line_item_" + t17 + "_" + A.S(t18) + "__", t9), _null, t19)); } } @@ -531219,25 +531389,25 @@ t1 = true; return t1; }, - $signature: 86 + $signature: 89 }; A._InvoiceEditItemsDesktopState__updateColumns_closure0.prototype = { call$1(item) { return item.taxName1.length !== 0; }, - $signature: 86 + $signature: 89 }; A._InvoiceEditItemsDesktopState__updateColumns_closure1.prototype = { call$1(item) { return item.taxName2.length !== 0; }, - $signature: 86 + $signature: 89 }; A._InvoiceEditItemsDesktopState__updateColumns_closure2.prototype = { call$1(item) { return item.taxName3.length !== 0; }, - $signature: 86 + $signature: 89 }; A._InvoiceEditItemsDesktopState__updateColumns_closure3.prototype = { call$1(value) { @@ -531276,13 +531446,13 @@ t1 = true; return t1; }, - $signature: 86 + $signature: 89 }; A._InvoiceEditItemsDesktopState_build_closure0.prototype = { call$1(widget) { return A.Expanded$(widget, 1); }, - $signature: 2863 + $signature: 2865 }; A._InvoiceEditItemsDesktopState_build_closure1.prototype = { call$0() { @@ -531322,7 +531492,7 @@ t4.push(new A.Padding(B.EdgeInsets_8_8_8_8, A.Icon$(B.IconData_57862_MaterialIcons_null_false, _null, _null, _null), _null)); return new A.ReorderableDragStartListener(new A.Padding(B.EdgeInsets_0_4_0_4, A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), index, true, new A.ObjectKey(item)); }, - $signature: 97 + $signature: 96 }; A._InvoiceEditItemsDesktopState_build__closure33.prototype = { call$1(column) { @@ -531370,13 +531540,13 @@ return A.Text$(t1 == null ? "" : t1, _null, _null, _null, _null, _null, _null, B.TextAlign_1, _null, _null); } }, - $signature: 2864 + $signature: 2866 }; A._InvoiceEditItemsDesktopState_build__closure34.prototype = { call$1(widget) { return A.Expanded$(new A.Padding(B.EdgeInsets_0_0_16_0, widget, null), 1); }, - $signature: 2865 + $signature: 2867 }; A._InvoiceEditItemsDesktopState_build_closure3.prototype = { call$2(oldIndex, newIndex) { @@ -531390,18 +531560,12 @@ $signature: 210 }; A._InvoiceEditItemsDesktopState_build_closure4.prototype = { - call$1(item) { - return item.get$isEmpty(0); - }, - $signature: 86 - }; - A._InvoiceEditItemsDesktopState_build_closure5.prototype = { call$1(item) { return !item.get$isEmpty(0); }, - $signature: 86 + $signature: 89 }; - A._InvoiceEditItemsDesktopState_build_closure6.prototype = { + A._InvoiceEditItemsDesktopState_build_closure5.prototype = { call$0() { var t1 = this.$this; t1.setState$1(new A._InvoiceEditItemsDesktopState_build__closure32(t1)); @@ -531415,7 +531579,7 @@ }, $signature: 0 }; - A._InvoiceEditItemsDesktopState_build_closure7.prototype = { + A._InvoiceEditItemsDesktopState_build_closure6.prototype = { call$1(column) { var t1, t2, t3, t4, t5, t6, child, t7, _this = this, _null = null; if (column === "item") { @@ -531520,7 +531684,7 @@ } } }, - $signature: 2866 + $signature: 2868 }; A._InvoiceEditItemsDesktopState_build__closure5.prototype = { call$1(hasFocus) { @@ -531540,13 +531704,13 @@ return A._setArrayType([], type$.JSArray_ProductEntity); return options; }, - $signature: 2867 + $signature: 4304 }; A._InvoiceEditItemsDesktopState_build___closure13.prototype = { call$1(productId) { return this.productState.map._map$_map.$index(0, productId); }, - $signature: 418 + $signature: 388 }; A._InvoiceEditItemsDesktopState_build___closure14.prototype = { call$1(product) { @@ -531556,13 +531720,13 @@ else return B.JSString_methods.contains$1(product.productKey.toLowerCase(), filter); }, - $signature: 669 + $signature: 671 }; A._InvoiceEditItemsDesktopState_build__closure0.prototype = { call$1(product) { return product.productKey; }, - $signature: 4303 + $signature: 2870 }; A._InvoiceEditItemsDesktopState_build__closure2.prototype = { call$1(product) { @@ -531639,21 +531803,21 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 56 + $signature: 54 }; A._InvoiceEditItemsDesktopState_build___closure16.prototype = { call$1(b) { b.get$_invoice_model$_$this()._invoice_model$_productKey = this.product.productKey; return b; }, - $signature: 56 + $signature: 54 }; A._InvoiceEditItemsDesktopState_build__closure1.prototype = { call$4(context, textEditingController, focusNode, onFieldSubmitted) { var _null = null; return A.DecoratedFormField$(false, _null, false, textEditingController, _null, true, focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, new A._InvoiceEditItemsDesktopState_build___closure17(this.$this, this.lineItems, this.index), new A._InvoiceEditItemsDesktopState_build___closure18(onFieldSubmitted), _null, false, _null, _null, B.TextAlign_4, _null); }, - $signature: 471 + $signature: 548 }; A._InvoiceEditItemsDesktopState_build___closure18.prototype = { call$1(value) { @@ -531673,7 +531837,7 @@ b.get$_invoice_model$_$this()._invoice_model$_productKey = this.value; return b; }, - $signature: 56 + $signature: 54 }; A._InvoiceEditItemsDesktopState_build__closure4.prototype = { call$3(context, onSelected, options) { @@ -531682,7 +531846,7 @@ t1 = A.Theme_of(context); return new A.Theme(_this.theme, new A.Align(B.Alignment_m1_m1, _null, _null, A.Material$(B.Duration_200000, true, _null, new A.AppBorder(A.Container$(_null, A.ScrollableListViewBuilder$(new A._InvoiceEditItemsDesktopState_build___closure12(options, highlightedIndex, _this.state, onSelected, _this.invoice, _this.company), J.get$length$asx(options), _null, false, _null, _null), B.Clip_0, t1.cardColor, new A.BoxConstraints(0, 1 / 0, 0, 270), _null, _null, _null, _null, _null, _null, _null, _null, 250), _null, _null, _null, false, _null), B.Clip_0, _null, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null), _null); }, - $signature: 2869 + $signature: 2871 }; A._InvoiceEditItemsDesktopState_build___closure12.prototype = { call$2(context, index) { @@ -531699,13 +531863,13 @@ t3 = entity instanceof A._$ProductEntity && t2.showProductDetails ? entity.notes : _null; return A.Container$(_null, new A.EntityAutocompleteListTile(entity, new A._InvoiceEditItemsDesktopState_build____closure(_this.onSelected), _null, t3, new A._InvoiceEditItemsDesktopState_build____closure0(_this.invoice, t2, context), new A._InvoiceEditItemsDesktopState_build____closure1(_this.state), _null), B.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 787 + $signature: 789 }; A._InvoiceEditItemsDesktopState_build____closure.prototype = { call$1(entity) { return this.onSelected.call$1(type$.ProductEntity._as(entity)); }, - $signature: 272 + $signature: 244 }; A._InvoiceEditItemsDesktopState_build____closure1.prototype = { call$1(entity) { @@ -531713,7 +531877,7 @@ t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.trackInventory ? label + (" [" + type$.ProductEntity._as(entity).stockQuantity + "]") : label; }, - $signature: 394 + $signature: 375 }; A._InvoiceEditItemsDesktopState_build____closure0.prototype = { call$1(entity) { @@ -531722,7 +531886,7 @@ t1 = this.invoice.entityType === B.EntityType_purchaseOrder && this.company.enableProductCost && entity.cost !== 0 ? entity.cost : entity.price; return A.formatNumber(t1, this.context, _null, _null, B.FormatNumberType_0, true, _null, _null, false); }, - $signature: 411 + $signature: 356 }; A._InvoiceEditItemsDesktopState_build__closure7.prototype = { call$1(hasFocus) { @@ -531742,7 +531906,7 @@ b.get$_invoice_model$_$this()._invoice_model$_notes = this.value; return b; }, - $signature: 56 + $signature: 54 }; A._InvoiceEditItemsDesktopState_build__closure9.prototype = { call$1(hasFocus) { @@ -531762,7 +531926,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue1 = this.value; return b; }, - $signature: 56 + $signature: 54 }; A._InvoiceEditItemsDesktopState_build__closure11.prototype = { call$1(hasFocus) { @@ -531782,7 +531946,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue2 = this.value; return b; }, - $signature: 56 + $signature: 54 }; A._InvoiceEditItemsDesktopState_build__closure13.prototype = { call$1(hasFocus) { @@ -531802,7 +531966,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue3 = this.value; return b; }, - $signature: 56 + $signature: 54 }; A._InvoiceEditItemsDesktopState_build__closure15.prototype = { call$1(hasFocus) { @@ -531822,7 +531986,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = this.value; return b; }, - $signature: 56 + $signature: 54 }; A._InvoiceEditItemsDesktopState_build__closure18.prototype = { call$1(hasFocus) { @@ -531842,7 +532006,7 @@ b.get$_invoice_model$_$this()._invoice_model$_taxCategoryId = this.value; return b; }, - $signature: 56 + $signature: 54 }; A._InvoiceEditItemsDesktopState_build__closure16.prototype = { call$1(key) { @@ -531862,7 +532026,7 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure5(taxRate)), t1, false); }, - $signature: 551 + $signature: 619 }; A._InvoiceEditItemsDesktopState_build___closure5.prototype = { call$1(b) { @@ -531871,7 +532035,7 @@ b.get$_invoice_model$_$this()._taxRate1 = t1.rate; return b; }, - $signature: 56 + $signature: 54 }; A._InvoiceEditItemsDesktopState_build__closure21.prototype = { call$0() { @@ -531887,7 +532051,7 @@ b.get$_invoice_model$_$this()._invoice_model$_taxCategoryId = "1"; return b; }, - $signature: 56 + $signature: 54 }; A._InvoiceEditItemsDesktopState_build__closure23.prototype = { call$1(hasFocus) { @@ -531900,7 +532064,7 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure3(taxRate)), t1, false); }, - $signature: 551 + $signature: 619 }; A._InvoiceEditItemsDesktopState_build___closure3.prototype = { call$1(b) { @@ -531909,7 +532073,7 @@ b.get$_invoice_model$_$this()._taxRate2 = t1.rate; return b; }, - $signature: 56 + $signature: 54 }; A._InvoiceEditItemsDesktopState_build__closure25.prototype = { call$1(hasFocus) { @@ -531922,7 +532086,7 @@ var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure2(taxRate)), t1, false); }, - $signature: 551 + $signature: 619 }; A._InvoiceEditItemsDesktopState_build___closure2.prototype = { call$1(b) { @@ -531931,7 +532095,7 @@ b.get$_invoice_model$_$this()._taxRate3 = t1.rate; return b; }, - $signature: 56 + $signature: 54 }; A._InvoiceEditItemsDesktopState_build__closure27.prototype = { call$1(hasFocus) { @@ -531952,7 +532116,7 @@ b.get$_invoice_model$_$this()._invoice_model$_cost = t1; return b; }, - $signature: 56 + $signature: 54 }; A._InvoiceEditItemsDesktopState_build__closure29.prototype = { call$1(hasFocus) { @@ -531973,7 +532137,7 @@ b.get$_invoice_model$_$this()._invoice_model$_quantity = t1; return b; }, - $signature: 56 + $signature: 54 }; A._InvoiceEditItemsDesktopState_build__closure31.prototype = { call$1(hasFocus) { @@ -531994,54 +532158,61 @@ b.get$_invoice_model$_$this()._discount = t1; return b; }, - $signature: 56 + $signature: 54 }; - A._InvoiceEditItemsDesktopState_build_closure8.prototype = { + A._InvoiceEditItemsDesktopState_build_closure7.prototype = { call$1(context) { - var _this = this, + var t5, _this = this, t1 = _this.includedLineItems, t2 = _this.lineItems, t3 = _this.index, sectionIndex = B.JSArray_methods.indexOf$1(t1, J.$index$asx(t2._copy_on_write_list$_list, t3)), - t4 = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.IconData), - t5 = _this.localization; - t4.$indexSet(0, t5.get$insertBelow(), B._MdiIconData_LpT); + t4 = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.IconData); + if (!J.get$isEmpty$asx(J.$index$asx(t2._copy_on_write_list$_list, t3))) { + t5 = $.$get$LocalizationsProvider__localizedValues().$index(0, _this.localization.localeCode); + t5.toString; + t5 = J.$index$asx(t5, "clone"); + t5.toString; + t4.$indexSet(0, t5, B.IconData_57750_MaterialIcons_null_false); + } + if (t1.length > 1) + t4.$indexSet(0, _this.localization.get$insertBelow(), B._MdiIconData_LpT); if (_this.$this._widget.isTasks) { t2 = J.$index$asx(t2._copy_on_write_list$_list, t3).taskId; t2 = (t2 == null ? "" : t2).length !== 0; } else t2 = false; if (t2) - t4.$indexSet(0, t5.get$viewTask(), B._MdiIconData_Up3); + t4.$indexSet(0, _this.localization.get$viewTask(), B._MdiIconData_Up3); if (sectionIndex > 0) { - t2 = $.$get$LocalizationsProvider__localizedValues().$index(0, t5.localeCode); + t2 = $.$get$LocalizationsProvider__localizedValues().$index(0, _this.localization.localeCode); t2.toString; t2 = J.$index$asx(t2, "move_top"); t2.toString; t4.$indexSet(0, t2, B._MdiIconData_AmO2); } if (sectionIndex > 1) { - t2 = $.$get$LocalizationsProvider__localizedValues().$index(0, t5.localeCode); + t2 = $.$get$LocalizationsProvider__localizedValues().$index(0, _this.localization.localeCode); t2.toString; t2 = J.$index$asx(t2, "move_up"); t2.toString; t4.$indexSet(0, t2, B._MdiIconData_Qa61); } if (sectionIndex < t1.length - 2) { - t2 = $.$get$LocalizationsProvider__localizedValues().$index(0, t5.localeCode); + t2 = $.$get$LocalizationsProvider__localizedValues().$index(0, _this.localization.localeCode); t2.toString; t2 = J.$index$asx(t2, "move_down"); t2.toString; t4.$indexSet(0, t2, B._MdiIconData_Gjc1); } if (sectionIndex < t1.length - 1) { - t1 = $.$get$LocalizationsProvider__localizedValues().$index(0, t5.localeCode); + t1 = $.$get$LocalizationsProvider__localizedValues().$index(0, _this.localization.localeCode); t1.toString; t1 = J.$index$asx(t1, "move_bottom"); t1.toString; t4.$indexSet(0, t1, B._MdiIconData_2C72); } - t1 = $.$get$LocalizationsProvider__localizedValues().$index(0, t5.localeCode); + t1 = $.$get$LocalizationsProvider__localizedValues().$index(0, _this.localization.localeCode); t1.toString; t1 = J.$index$asx(t1, "remove"); t1.toString; @@ -532050,15 +532221,15 @@ t1 = A.MappedIterable_MappedIterable(new A.LinkedHashMapKeyIterable(t4, t1), new A._InvoiceEditItemsDesktopState_build__closure(t4), t1._eval$1("Iterable.E"), type$.PopupMenuItem_String); return A.List_List$of(t1, true, A._instanceType(t1)._eval$1("Iterable.E")); }, - $signature: 790 + $signature: 792 }; A._InvoiceEditItemsDesktopState_build__closure.prototype = { call$1(option) { return A.PopupMenuItem$(new A.IconText(option, this.options.$index(0, option), null, null, false, null), option, type$.String); }, - $signature: 791 + $signature: 793 }; - A._InvoiceEditItemsDesktopState_build_closure9.prototype = { + A._InvoiceEditItemsDesktopState_build_closure8.prototype = { call$1(action) { var t2, t3, t4, _this = this, t1 = _this.localization; @@ -532097,14 +532268,22 @@ if (action === t4) _this.viewModel.onMovedInvoiceItem.call$2(_this.index, J.get$length$asx(_this.lineItems._copy_on_write_list$_list) - 2); else { - t2 = t2.$index(0, t3); - t2.toString; - t2 = J.$index$asx(t2, "remove"); - t2.toString; - if (action === t2) + t4 = t2.$index(0, t3); + t4.toString; + t4 = J.$index$asx(t4, "remove"); + t4.toString; + if (action === t4) _this.viewModel.onRemoveInvoiceItemPressed.call$1(_this.index); else if (action === t1.get$insertBelow()) _this.viewModel.addLineItem.call$1(_this.index + 1); + else { + t1 = t2.$index(0, t3); + t1.toString; + t1 = J.$index$asx(t1, "clone"); + t1.toString; + if (action === t1) + _this.viewModel.cloneLineItem.call$1(_this.index); + } } } } @@ -532148,7 +532327,7 @@ call$1(store) { return A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2875 + $signature: 2877 }; A.InvoiceEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -532159,7 +532338,7 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2876 + $signature: 2878 }; A.EntityEditItemsVM.prototype = { get$invoice() { @@ -532169,7 +532348,7 @@ A.InvoiceEditItemsVM.prototype = {}; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure.prototype = { call$1(index) { - var t1 = A.InvoiceItemEntity_InvoiceItemEntity(null, null, null).rebuild$1(new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure0(this.isTasks)), + var t1 = A.InvoiceItemEntity_InvoiceItemEntity(null, null).rebuild$1(new A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure0(this.isTasks)), t2 = this.store.__Store__dispatchers_F; t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.AddInvoiceItem(t1, index)); @@ -532177,7 +532356,7 @@ call$0() { return this.call$1(null); }, - $signature: 2877 + $signature: 303 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure0.prototype = { call$1(b) { @@ -532185,17 +532364,26 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 56 + $signature: 54 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0.prototype = { + call$1(index) { + var t1 = J.get$clone$z(this.invoice.lineItems._list$_list[index]), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.AddInvoiceItem(t1, index)); + }, + $signature: 297 + }; + A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1.prototype = { call$1(index) { var t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteInvoiceItem(index)); }, - $signature: 164 + $signature: 159 }; - A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1.prototype = { + A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2.prototype = { call$0() { var t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -532203,7 +532391,7 @@ }, $signature: 14 }; - A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2.prototype = { + A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure3.prototype = { call$2(invoiceItem, index) { var t1 = this.store, t2 = t1.__Store__state_A; @@ -532219,7 +532407,7 @@ t1[0].call$1(new A.UpdateInvoiceItem(index, invoiceItem)); } }, - $signature: 279 + $signature: 278 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -532227,15 +532415,15 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 56 + $signature: 54 }; - A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure3.prototype = { + A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure4.prototype = { call$2(oldIndex, newIndex) { var t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveInvoiceItem(oldIndex, newIndex)); }, - $signature: 226 + $signature: 224 }; A.InvoiceEditNotes.prototype = { createState$0() { @@ -532401,13 +532589,13 @@ call$1(store) { return A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore(store); }, - $signature: 2878 + $signature: 2879 }; A.InvoiceEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2879 + $signature: 2880 }; A.EntityEditNotesVM.prototype = { get$invoice() { @@ -532517,7 +532705,7 @@ call$1(format) { return this.$this._invoice_edit_pdf$_response.bodyBytes; }, - $signature: 111 + $signature: 110 }; A.InvoiceEditPDFScreen.prototype = { build$1(context) { @@ -532531,13 +532719,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return new A.InvoiceEditPDFVM(t1, t1.uiState.invoiceUIState.editing); }, - $signature: 2880 + $signature: 2881 }; A.InvoiceEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2881 + $signature: 2882 }; A.EntityEditPDFVM.prototype = { get$invoice() { @@ -532555,13 +532743,13 @@ call$1(store) { return A.InvoiceEditVM_InvoiceEditVM$fromStore(store); }, - $signature: 2882 + $signature: 2883 }; A.InvoiceEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_int)); }, - $signature: 2883 + $signature: 2884 }; A.AbstractInvoiceEditVM.prototype = { get$invoice() { @@ -532581,7 +532769,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 209 + $signature: 202 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure2.prototype = { call$0() { @@ -532760,7 +532948,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.InvoiceEditVM_InvoiceEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.InvoiceEditVM_InvoiceEditVM$fromStore____closure.prototype = { call$1(context) { @@ -532792,7 +532980,7 @@ t1[0].call$1(new A.EditInvoiceItem(t2)); } }, - $signature: 277 + $signature: 308 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1.prototype = { call$1(b) { @@ -532811,7 +532999,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 232 + $signature: 212 }; A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -532836,7 +533024,7 @@ t2[0].call$1(new A.SaveInvoiceDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.invoice)); t1.then$1$1(0, new A.InvoiceEditVM_InvoiceEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0(context)); }, - $signature: 275 + $signature: 312 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure.prototype = { call$1(client) { @@ -532848,14 +533036,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.InvoiceEditVM_InvoiceEditVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure.prototype = { call$1(context) { @@ -533021,7 +533209,7 @@ } else if (entity.get$entityType() === B.EntityType_expense) _this.items.push(A.convertExpenseToInvoiceItem(_this.context, type$.ExpenseEntity._as(entity))); }, - $signature: 156 + $signature: 162 }; A._InvoiceItemSelectorState__toggleEntity_closure.prototype = { call$0() { @@ -533049,7 +533237,7 @@ t1 = false; return t1; }, - $signature: 227 + $signature: 218 }; A._InvoiceItemSelectorState_build_closure.prototype = { call$1(entityId) { @@ -533071,7 +533259,7 @@ t2 = false; return t2 && t1.matchesFilter$1(this.$this._invoice_item_selector$_filter); }, - $signature: 117 + $signature: 119 }; A._InvoiceItemSelectorState_build_closure0.prototype = { call$1(entityId) { @@ -533089,7 +533277,7 @@ return false; return task.matchesFilter$1(t1._invoice_item_selector$_filter) || client.matchesNameOrEmail$1(t1._invoice_item_selector$_filter); }, - $signature: 117 + $signature: 119 }; A._InvoiceItemSelectorState_build_closure1.prototype = { call$1(entityId) { @@ -533110,7 +533298,7 @@ return false; return expense.matchesFilter$1(t1._invoice_item_selector$_filter) || client.matchesNameOrEmail$1(t1._invoice_item_selector$_filter); }, - $signature: 117 + $signature: 119 }; A._InvoiceItemSelectorState_build__productList.prototype = { call$0() { @@ -533118,7 +533306,7 @@ t1 = _this.products; return A.ScrollableListViewBuilder$(new A._InvoiceItemSelectorState_build__productList_closure(_this.$this, t1, _this.state, _this.company), t1.length, null, false, null, null); }, - $signature: 139 + $signature: 142 }; A._InvoiceItemSelectorState_build__productList_closure.prototype = { call$2(context, index) { @@ -533131,7 +533319,7 @@ t3 = t2._widget.invoice.entityType === B.EntityType_purchaseOrder && _this.company.enableProductCost && t1.cost !== 0; return A.ProductListItem$(t2._invoice_item_selector$_filter, B.JSArray_methods.contains$1(t2._selected, t1), false, new A._InvoiceItemSelectorState_build__productList__closure(t2, t1), new A._InvoiceItemSelectorState_build__productList__closure0(t2, t1, context), t1, t3); }, - $signature: 792 + $signature: 794 }; A._InvoiceItemSelectorState_build__productList__closure.prototype = { call$1(checked) { @@ -533158,7 +533346,7 @@ var t1 = this.tasks; return A.ScrollableListViewBuilder$(new A._InvoiceItemSelectorState_build__taskList_closure(this.$this, t1, this.state), t1.length, null, false, null, null); }, - $signature: 139 + $signature: 142 }; A._InvoiceItemSelectorState_build__taskList_closure.prototype = { call$2(context, index) { @@ -533170,7 +533358,7 @@ t2 = this.$this; return A.TaskListItem$(t2._invoice_item_selector$_filter, B.JSArray_methods.contains$1(t2._selected, t1), false, new A._InvoiceItemSelectorState_build__taskList__closure(t2, t1), new A._InvoiceItemSelectorState_build__taskList__closure0(t2, t1, context), true, t1); }, - $signature: 416 + $signature: 354 }; A._InvoiceItemSelectorState_build__taskList__closure.prototype = { call$1(checked) { @@ -533197,7 +533385,7 @@ var t1 = this.expenses; return A.ScrollableListViewBuilder$(new A._InvoiceItemSelectorState_build__expenseList_closure(this.$this, t1, this.state), t1.length, null, false, null, null); }, - $signature: 139 + $signature: 142 }; A._InvoiceItemSelectorState_build__expenseList_closure.prototype = { call$2(context, index) { @@ -533211,7 +533399,7 @@ t2 = B.JSArray_methods.contains$1(t1._selected, expense); return A.ExpenseListItem$(expense, t1._invoice_item_selector$_filter, t2, false, new A._InvoiceItemSelectorState_build__expenseList__closure(t1, expense), new A._InvoiceItemSelectorState_build__expenseList__closure0(t1, expense, context), true, false); }, - $signature: 400 + $signature: 369 }; A._InvoiceItemSelectorState_build__expenseList__closure.prototype = { call$1(checked) { @@ -533272,14 +533460,12 @@ }; A._InvoiceItemSelectorState_build_closure5.prototype = { call$0() { - var t4, _null = null, + var _null = null, t1 = this.$this, - t2 = this.company, - t3 = t1._widget.onItemsSelected; - t2 = t2.defaultQuantity || !t2.enableProductQuantity ? 1 : 0; - t4 = t1.___InvoiceItemSelectorState__tabController_A; - t4 === $ && A.throwUnnamedLateFieldNI(); - t3.call$1(A._setArrayType([A.InvoiceItemEntity_InvoiceItemEntity(_null, t2, t4._tab_controller$_index === 1 ? "2" : _null)], type$.JSArray_InvoiceItemEntity)); + t2 = t1._widget.onItemsSelected, + t3 = t1.___InvoiceItemSelectorState__tabController_A; + t3 === $ && A.throwUnnamedLateFieldNI(); + t2.call$1(A._setArrayType([A.InvoiceItemEntity_InvoiceItemEntity(_null, t3._tab_controller$_index === 1 ? "2" : _null)], type$.JSArray_InvoiceItemEntity)); t1 = t1._framework$_element; t1.toString; A.Navigator_of(t1, false).pop$1(_null); @@ -533425,7 +533611,7 @@ t1[0].call$1(new A.LoadClient(null, client.id)); } }, - $signature: 348 + $signature: 316 }; A.InvoiceEmailScreen_build_closure0.prototype = { call$1(store) { @@ -533437,13 +533623,13 @@ t3.toString; return A.EmailInvoiceVM_EmailInvoiceVM$fromStore(store, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].invoiceState.$get$1(0, t3)); }, - $signature: 2885 + $signature: 2886 }; A.InvoiceEmailScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoiceEmailView(vm, new A.ValueKey("__invoice_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2886 + $signature: 2887 }; A.EmailEntityVM.prototype = { get$invoice() { @@ -533476,7 +533662,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailInvoiceRequest(completer, this.invoice.id, template, subject, body, ccEmail)); }, - $signature: 373 + $signature: 418 }; A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure.prototype = { call$1(_) { @@ -533659,7 +533845,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.invoice], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.InvoiceListItem_build__closure5.prototype = { call$0() { @@ -533692,7 +533878,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.invoiceList, B.EntityType_invoice, new A.InvoiceListBuilder_build__closure(viewModel), viewModel.onClearMultiselect, viewModel.onRefreshed, viewModel.onSortColumn, new A.InvoicePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2887 + $signature: 2888 }; A.InvoiceListBuilder_build__closure.prototype = { call$2(context, index) { @@ -533705,7 +533891,7 @@ t3 = t4 && B.JSArray_methods.contains$1(t3._list$_list, t2.id); return new A.InvoiceListItem(t2, t1.filter, t4, t3, null, true, null); }, - $signature: 393 + $signature: 373 }; A.EntityListVM.prototype = {}; A.InvoiceListVM.prototype = {}; @@ -533886,7 +534072,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 772 + $signature: 774 }; A._InvoicePdfViewState_loadPdf__closure1.prototype = { call$0() { @@ -533906,7 +534092,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A._InvoicePdfViewState_loadPdf__closure0(error), t1, _null, true, type$.void); }, - $signature: 3 + $signature: 2 }; A._InvoicePdfViewState_loadPdf__closure.prototype = { call$0() { @@ -533943,7 +534129,7 @@ t2.toString; return A.DropdownMenuItem$(A.Text$(t2 + " \u2022 " + A.formatDate(A.convertTimestampToDateString($history.createdAt), t1, true, true, true), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, $history.activityId, type$.String); }, - $signature: 2888 + $signature: 2889 }; A._InvoicePdfViewState_build_closure1.prototype = { call$1(value) { @@ -534010,7 +534196,7 @@ call$1(format) { return this.$this._invoice_pdf$_response.bodyBytes; }, - $signature: 111 + $signature: 110 }; A.InvoicePdfScreen.prototype = { build$1(context) { @@ -534029,13 +534215,13 @@ t3.toString; return new A.InvoicePdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].invoiceState.$get$1(0, t3), invoiceUIState.historyActivityId); }, - $signature: 2889 + $signature: 2890 }; A.InvoicePdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, this.$this.showAppBar, new A.ValueKey("__invoice_pdf_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2890 + $signature: 2891 }; A.EntityPdfVM.prototype = { get$invoice() { @@ -534255,7 +534441,7 @@ call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.contact.email, 0, null)); }, - $signature: 67 + $signature: 66 }; A.InvoiceScreen.prototype = { build$1(context) { @@ -534337,7 +534523,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.InvoiceScreen_build_closure0.prototype = { call$1(b) { @@ -534352,7 +534538,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.InvoiceScreen_build_closure1.prototype = { call$1(b) { @@ -534367,7 +534553,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.InvoiceScreen_build_closure2.prototype = { call$1(b) { @@ -534382,7 +534568,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.InvoiceScreen_build_closure3.prototype = { call$1(b) { @@ -534397,7 +534583,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.InvoiceScreen_build_closure4.prototype = { call$1(b) { @@ -534412,7 +534598,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.InvoiceScreen_build_closure5.prototype = { call$1(b) { @@ -534427,7 +534613,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.InvoiceScreen_build_closure6.prototype = { call$1(b) { @@ -534442,7 +534628,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.InvoiceScreen_build_closure7.prototype = { call$1(b) { @@ -534457,7 +534643,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.InvoiceScreen_build_closure21.prototype = { call$0() { @@ -534489,7 +534675,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterInvoicesByStatus($status)); }, - $signature: 143 + $signature: 151 }; A.InvoiceScreen_build_closure20.prototype = { call$0() { @@ -534514,7 +534700,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortInvoices(value)); }, - $signature: 37 + $signature: 38 }; A.InvoiceScreen_build_closure14.prototype = { call$2(state, value) { @@ -534522,7 +534708,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterInvoicesByState(state)); }, - $signature: 65 + $signature: 67 }; A.InvoiceScreen_build_closure15.prototype = { call$2($status, value) { @@ -534530,7 +534716,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterInvoicesByStatus($status)); }, - $signature: 166 + $signature: 164 }; A.InvoiceScreen_build_closure9.prototype = { call$1(value) { @@ -534597,7 +534783,7 @@ call$2(context, vm) { return new A.InvoiceScreen(vm, null); }, - $signature: 2891 + $signature: 2892 }; A.InvoiceScreenVM.prototype = {}; A.InvoiceView.prototype = { @@ -534774,7 +534960,7 @@ t3 = t3 && t4.statusId === "4" || !t3 ? B.EntityAction_viewPdf : B.EntityAction_newPayment; return A.RefreshIndicator$(A.Column$(A._setArrayType([t2, new A.BottomButtons(t4, t3, _this._box_0.secondAction, true, true, null)], t7), B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), new A._InvoiceViewState_build__closure5(t1, context)); }, - $signature: 2892 + $signature: 2893 }; A._InvoiceViewState_build__closure5.prototype = { call$0() { @@ -534868,7 +535054,7 @@ call$2(context, index) { return new A.ActivityListTile(this.activities._list$_list[index], false, null); }, - $signature: 319 + $signature: 339 }; A.InvoiceViewContacts.prototype = { build$1(context) { @@ -534881,7 +535067,7 @@ call$1(invitation) { return new A._InvitationListTile(invitation, this.$this.viewModel, null); }, - $signature: 2893 + $signature: 2894 }; A._InvitationListTile.prototype = { build$1(context) { @@ -534977,25 +535163,25 @@ call$1(contact) { return contact.id === this.$this.invitation.vendorContactId; }, - $signature: 197 + $signature: 198 }; A._InvitationListTile_build_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 475 + $signature: 580 }; A._InvitationListTile_build_closure1.prototype = { call$1(contact) { return contact.id === this.$this.invitation.clientContactId; }, - $signature: 189 + $signature: 171 }; A._InvitationListTile_build_closure2.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 509 + $signature: 502 }; A.InvoiceViewDocuments.prototype = { build$1(context) { @@ -535017,7 +535203,7 @@ call$1($document) { return this.$this.viewModel.onViewExpense.call$2(this.context, $document); }, - $signature: 2894 + $signature: 2895 }; A.InvoiceViewDocuments_build_closure1.prototype = { call$0() { @@ -535073,19 +535259,19 @@ t1 = t1 == null ? null : t1.id; return (t1 == null ? "" : t1).length !== 0; }, - $signature: 367 + $signature: 412 }; A._InvoiceViewHistoryState_build_closure0.prototype = { call$1(activity) { return !B.JSArray_methods.contains$1(A._setArrayType(["7", "21", "60", "136"], type$.JSArray_String), activity.activityTypeId); }, - $signature: 367 + $signature: 412 }; A._InvoiceViewHistoryState_build_closure1.prototype = { call$2(a, b) { return B.JSInt_methods.compareTo$1(b.updatedAt, a.updatedAt); }, - $signature: 2895 + $signature: 2896 }; A._InvoiceViewHistoryState_build_closure2.prototype = { call$2(context, index) { @@ -535123,7 +535309,7 @@ t6 = t5 ? A.Icon$(B.IconData_57695_MaterialIcons_null_true, _null, _null, _null) : _null; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, t5 ? new A._InvoiceViewHistoryState_build__closure(t1, context, t2, $history) : _null, false, _null, _null, _null, t4, _null, t3, t6, _null); }, - $signature: 499 + $signature: 571 }; A._InvoiceViewHistoryState_build__closure.prototype = { call$0() { @@ -535521,21 +535707,21 @@ B.JSArray_methods.forEach$1(payment.get$invoicePaymentables(), new A.InvoiceOverview_build__closure0(t1, this.paymentMap, payment)); B.JSArray_methods.forEach$1(payment.get$creditPaymentables(), new A.InvoiceOverview_build__closure1(t1, this.creditMap, payment)); }, - $signature: 2896 + $signature: 2897 }; A.InvoiceOverview_build__closure0.prototype = { call$1(paymentable) { if (paymentable.invoiceId === this.invoice.id) this.paymentMap.$indexSet(0, paymentable, this.payment); }, - $signature: 150 + $signature: 139 }; A.InvoiceOverview_build__closure1.prototype = { call$1(paymentable) { if (paymentable.creditId === this.invoice.id) this.creditMap.$indexSet(0, paymentable, this.payment); }, - $signature: 150 + $signature: 139 }; A.InvoiceOverview_build_closure0.prototype = { call$1(entry) { @@ -535559,7 +535745,7 @@ amount = t6; _this.widgets.push(A.EntityListTile$(t1, _this.$this.isFilter, amount + " \u2022 " + A.formatDate(t1.date, t3, true, true, false))); }, - $signature: 793 + $signature: 795 }; A.InvoiceOverview_build_closure1.prototype = { call$1(entry) { @@ -535583,14 +535769,14 @@ amount = t6; _this.widgets.push(A.EntityListTile$(t1, _this.$this.isFilter, amount + " \u2022 " + A.formatDate(t1.date, t3, true, true, false))); }, - $signature: 793 + $signature: 795 }; A.InvoiceOverview_build_closure2.prototype = { call$1(invoiceItem) { var _this = this; B.JSArray_methods.addAll$1(_this.widgets, A._setArrayType([new A.Builder(new A.InvoiceOverview_build__closure(_this.$this, _this.invoice, invoiceItem, _this.userCompany), null)], type$.JSArray_Widget)); }, - $signature: 320 + $signature: 307 }; A.InvoiceOverview_build__closure.prototype = { call$1(context) { @@ -535599,7 +535785,7 @@ t2 = _this.invoiceItem; return new A.InvoiceItemListTile(new A.InvoiceOverview_build___closure(_this.$this, _this.userCompany, t1, context, t2), t1, t2, null); }, - $signature: 2898 + $signature: 2899 }; A.InvoiceOverview_build___closure.prototype = { call$0() { @@ -535622,13 +535808,13 @@ t4.toString; return A.Container$(_null, new A.Padding(B.EdgeInsets_20_10_56_8, A.Row$(A._setArrayType([t3, new A.SizedBox(100, _null, new A.Align(B.Alignment_1_0, _null, _null, A.Text$(t4, _null, _null, _null, _null, _null, A.Theme_of(t1).textTheme.titleMedium, _null, _null, _null), _null), _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_1, B.MainAxisSize_1, _null), _null), B.Clip_0, t2.cardColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2899 + $signature: 2900 }; A.InvoiceOverview_build_closure3.prototype = { call$2(taxName, taxAmount) { this.widgets.push(this.surchargeRow.call$2(taxName, taxAmount)); }, - $signature: 2900 + $signature: 2901 }; A.InvoiceViewSchedule.prototype = { createState$0() { @@ -535678,7 +535864,7 @@ t1 = this.context; return new A.Padding(B.EdgeInsets_0_16_0_0, A.Row$(A._setArrayType([A.Expanded$(A.Text$(A.formatDate(schedule.sendDate, t1, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Text$(A.formatDate(schedule.dueDate, t1, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); }, - $signature: 2901 + $signature: 2902 }; A.InvoiceViewScreen.prototype = { build$1(context) { @@ -535690,13 +535876,13 @@ call$1(store) { return A.InvoiceViewVM_InvoiceViewVM$fromStore(store); }, - $signature: 2902 + $signature: 2903 }; A.InvoiceViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.invoiceUIState.tabIndex, null); }, - $signature: 2903 + $signature: 2904 }; A.AbstractInvoiceViewVM.prototype = { get$invoice() { @@ -535734,7 +535920,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 274 + $signature: 313 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -535750,7 +535936,7 @@ t2[0].call$1(new A.SaveInvoiceDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.invoice)); t1.then$1$1(0, new A.InvoiceViewVM_InvoiceViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0(context)); }, - $signature: 108 + $signature: 111 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure.prototype = { call$1(client) { @@ -535762,14 +535948,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.InvoiceViewVM_InvoiceViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.InvoiceViewVM_InvoiceViewVM$fromStore___closure.prototype = { call$1(context) { @@ -535780,7 +535966,7 @@ A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2.prototype = { call$2(context, $document) { }, - $signature: 2904 + $signature: 2905 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3.prototype = { call$3(context, invoice, activityId) { @@ -535791,7 +535977,7 @@ call$2(context, invoice) { return this.call$3(context, invoice, null); }, - $signature: 276 + $signature: 284 }; A.PaymentEdit.prototype = { createState$0() { @@ -536134,7 +536320,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = t1; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentEditState__onChanged_closure0.prototype = { call$0() { @@ -536153,33 +536339,33 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = t1; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentEditState_build_closure.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(0); }, - $signature: 239 + $signature: 265 }; A._PaymentEditState_build_closure0.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(0); }, - $signature: 239 + $signature: 265 }; A._PaymentEditState_build_closure1.prototype = { call$1(invoice) { var t1 = this._box_0; t1.paymentTotal = t1.paymentTotal + invoice.amount; }, - $signature: 150 + $signature: 139 }; A._PaymentEditState_build_closure2.prototype = { call$1(credit) { var t1 = this._box_0; t1.creditTotal = t1.creditTotal + credit.amount; }, - $signature: 150 + $signature: 139 }; A._PaymentEditState_build_closure4.prototype = { call$1(val) { @@ -536195,13 +536381,13 @@ t1 = null; return t1; }, - $signature: 147 + $signature: 152 }; A._PaymentEditState_build_closure3.prototype = { call$1(client) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure5(client))); }, - $signature: 49 + $signature: 48 }; A._PaymentEditState_build__closure5.prototype = { call$1(b) { @@ -536214,13 +536400,13 @@ B.JSArray_methods.clear$0(b.get$invoices().get$_safeList()); return b; }, - $signature: 55 + $signature: 56 }; A._PaymentEditState_build_closure5.prototype = { call$1(context) { return this.$this.get$_payment_edit$_onSavePressed(); }, - $signature: 2905 + $signature: 2906 }; A._PaymentEditState_build_closure6.prototype = { call$1(value) { @@ -536256,14 +536442,14 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure4(date))); }, - $signature: 51 + $signature: 50 }; A._PaymentEditState_build__closure4.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_date = this.date; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentEditState_build_closure9.prototype = { call$1(paymentType) { @@ -536280,7 +536466,7 @@ b.get$_payment_model$_$this()._typeId = t1; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentEditState_build_closure10.prototype = { call$1(value) { @@ -536293,7 +536479,7 @@ b.get$_payment_model$_$this()._sendEmail = this.value; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentEditState_build_closure11.prototype = { call$1(value) { @@ -536319,7 +536505,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = 1; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentEditState_build__closure1.prototype = { call$0() { @@ -536331,7 +536517,7 @@ call$1(currency) { return this.$this.convertCurrency$1(currency); }, - $signature: 419 + $signature: 376 }; A._PaymentEditState_build_closure14.prototype = { call$1(hasFocus) { @@ -536365,7 +536551,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = this.exchangeRate; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentEditState_build_closure13.prototype = { call$1(value) { @@ -536389,7 +536575,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A.PaymentableEditor.prototype = { createState$0() { @@ -536584,7 +536770,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 552 + $signature: 616 }; A._PaymentableEditorState__onChanged_closure0.prototype = { call$1(b) { @@ -536597,7 +536783,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 552 + $signature: 616 }; A._PaymentableEditorState__onChanged_closure1.prototype = { call$1(b) { @@ -536607,7 +536793,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 55 + $signature: 56 }; A._PaymentableEditorState__onChanged_closure2.prototype = { call$1(b) { @@ -536618,7 +536804,7 @@ t1.get$_safeList()[t2] = t3; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentableEditorState__onChanged_closure3.prototype = { call$1(b) { @@ -536628,7 +536814,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 55 + $signature: 56 }; A._PaymentableEditorState__onChanged_closure4.prototype = { call$1(b) { @@ -536639,26 +536825,26 @@ t1.get$_safeList()[t2] = t3; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentableEditorState__onChanged_closure5.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_clientId = this.clientId; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentableEditorState_build_closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 242 + $signature: 256 }; A._PaymentableEditorState_build_closure0.prototype = { call$1(p) { return p.creditId; }, - $signature: 242 + $signature: 256 }; A._PaymentableEditorState_build_closure3.prototype = { call$1(entity) { @@ -536678,13 +536864,13 @@ return t1; } }, - $signature: 423 + $signature: 386 }; A._PaymentableEditorState_build_closure2.prototype = { call$1(entity) { return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, null, false); }, - $signature: 411 + $signature: 356 }; A._PaymentableEditorState_build_closure1.prototype = { call$1(selected) { @@ -536704,7 +536890,7 @@ t1._payment_edit$_invoiceId = selected.id; t1._payment_edit$_onChanged$1(selected.clientId); }, - $signature: 49 + $signature: 48 }; A._PaymentableEditorState_build_closure6.prototype = { call$1(entity) { @@ -536724,13 +536910,13 @@ return t1; } }, - $signature: 423 + $signature: 386 }; A._PaymentableEditorState_build_closure5.prototype = { call$1(entity) { return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, null, false); }, - $signature: 411 + $signature: 356 }; A._PaymentableEditorState_build_closure4.prototype = { call$1(selected) { @@ -536745,7 +536931,7 @@ t1._payment_edit$_creditId = selected.id; t1._payment_edit$_onChanged$1(selected.clientId); }, - $signature: 49 + $signature: 48 }; A._PaymentableEditorState_build_closure7.prototype = { call$0() { @@ -536766,7 +536952,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 55 + $signature: 56 }; A._PaymentableEditorState_build__closure0.prototype = { call$1(b) { @@ -536775,7 +536961,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 55 + $signature: 56 }; A.PaymentEditFooter.prototype = { build$1(context) { @@ -536823,14 +537009,14 @@ var t1 = this._box_0; t1.paymentTotal = t1.paymentTotal + invoice.amount; }, - $signature: 150 + $signature: 139 }; A.PaymentEditFooter_build_closure0.prototype = { call$1(credit) { var t1 = this._box_0; t1.creditTotal = t1.creditTotal + credit.amount; }, - $signature: 150 + $signature: 139 }; A.PaymentEditScreen.prototype = { build$1(context) { @@ -536842,13 +537028,13 @@ call$1(store) { return A.PaymentEditVM_PaymentEditVM$fromStore(store); }, - $signature: 2909 + $signature: 2910 }; A.PaymentEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PaymentEdit(viewModel, new A.ValueKey(viewModel.payment.updatedAt, type$.ValueKey_int)); }, - $signature: 2910 + $signature: 2911 }; A.PaymentEditVM.prototype = { get$payment() { @@ -536861,7 +537047,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatePayment(payment)); }, - $signature: 171 + $signature: 170 }; A.PaymentEditVM_PaymentEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -536932,14 +537118,14 @@ var t1 = this._box_0; t1.amount = A.round(t1.amount + invoice.amount, this.currency.precision); }, - $signature: 150 + $signature: 139 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure0.prototype = { call$1(credit) { var t1 = this._box_0; t1.amount = A.round(t1.amount - credit.amount, this.currency.precision); }, - $signature: 150 + $signature: 139 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure1.prototype = { call$1(context) { @@ -537010,7 +537196,7 @@ else A.viewEntity(false, savedPayment, null, false); }, - $signature: 171 + $signature: 170 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure4.prototype = { call$1(error) { @@ -537020,7 +537206,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.PaymentEditVM_PaymentEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.PaymentEditVM_PaymentEditVM$fromStore____closure.prototype = { call$1(context) { @@ -537167,7 +537353,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.payment], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.PaymentListItem_build__closure5.prototype = { call$0() { @@ -537200,7 +537386,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.paymentList, B.EntityType_payment, new A.PaymentListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.PaymentPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2911 + $signature: 2912 }; A.PaymentListBuilder_build__closure.prototype = { call$2(context, index) { @@ -537216,7 +537402,7 @@ t2 = t4 && B.JSArray_methods.contains$1(t2._list$_list, t3.id); return new A.PaymentListItem(t3, t1.filter, t4, t2, null, true, null); }, - $signature: 526 + $signature: 519 }; A.PaymentListVM.prototype = { get$user(receiver) { @@ -537340,13 +537526,13 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, paymentable.invoiceId); }, - $signature: 2912 + $signature: 2913 }; A.PaymentPresenter_getField_closure0.prototype = { call$1(invoice) { return new A.Padding(B.EdgeInsets_0_0_8_0, new A.LinkTextRelatedEntity(invoice, this.payment, null), null); }, - $signature: 797 + $signature: 799 }; A.PaymentPresenter_getField_closure1.prototype = { call$1(paymentable) { @@ -537355,7 +537541,7 @@ t1 = t1 == null ? null : t1.number; return t1 == null ? "" : t1; }, - $signature: 2914 + $signature: 2915 }; A.PaymentScreen.prototype = { build$1(context) { @@ -537417,7 +537603,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 205 + $signature: 200 }; A.PaymentScreen_build_closure0.prototype = { call$1(b) { @@ -537432,7 +537618,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 205 + $signature: 200 }; A.PaymentScreen_build_closure1.prototype = { call$1(b) { @@ -537447,7 +537633,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 205 + $signature: 200 }; A.PaymentScreen_build_closure2.prototype = { call$1(b) { @@ -537468,7 +537654,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 205 + $signature: 200 }; A.PaymentScreen_build_closure3.prototype = { call$1(b) { @@ -537483,7 +537669,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 205 + $signature: 200 }; A.PaymentScreen_build_closure4.prototype = { call$1(b) { @@ -537498,7 +537684,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 205 + $signature: 200 }; A.PaymentScreen_build_closure5.prototype = { call$1(b) { @@ -537513,7 +537699,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 205 + $signature: 200 }; A.PaymentScreen_build_closure6.prototype = { call$1(b) { @@ -537528,7 +537714,7 @@ b.get$_payment_status_model$_$this()._payment_status_model$_name = t1; return b; }, - $signature: 205 + $signature: 200 }; A.PaymentScreen_build_closure21.prototype = { call$0() { @@ -537560,7 +537746,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentsByStatus($status)); }, - $signature: 143 + $signature: 151 }; A.PaymentScreen_build_closure20.prototype = { call$0() { @@ -537636,7 +537822,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentsByState(state)); }, - $signature: 65 + $signature: 67 }; A.PaymentScreen_build_closure15.prototype = { call$2($status, value) { @@ -537644,7 +537830,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentsByStatus($status)); }, - $signature: 166 + $signature: 164 }; A.PaymentScreen_build_closure8.prototype = { call$0() { @@ -537679,7 +537865,7 @@ call$2(context, vm) { return new A.PaymentScreen(vm, null); }, - $signature: 2916 + $signature: 2917 }; A.PaymentScreenVM.prototype = {}; A.PaymentRefund.prototype = { @@ -537855,13 +538041,13 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentRefundState_build_closure.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(0); }, - $signature: 239 + $signature: 265 }; A._PaymentRefundState_build_closure1.prototype = { call$1(val) { @@ -537883,14 +538069,14 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentRefundState_build__closure1(date))); }, - $signature: 51 + $signature: 50 }; A._PaymentRefundState_build__closure1.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_date = this.date; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentRefundState_build_closure2.prototype = { call$1(value) { @@ -537903,7 +538089,7 @@ b.get$_payment_model$_$this()._sendEmail = this.value; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentRefundState_build_closure3.prototype = { call$1(value) { @@ -537916,7 +538102,7 @@ b.get$_payment_model$_$this()._gatewayRefund = this.value; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentRefundState_build_onSavePressed.prototype = { call$1(context) { @@ -537941,13 +538127,13 @@ call$1(value) { A.Navigator_of(this.context, false).pop$0(); }, - $signature: 171 + $signature: 170 }; A._PaymentRefundState_build_closure4.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._PaymentRefundState_build_closure5.prototype = { call$1(context) { @@ -538080,7 +538266,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 552 + $signature: 616 }; A._PaymentableEditorState__onChanged_closure7.prototype = { call$1(b) { @@ -538089,7 +538275,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.paymentable); return b; }, - $signature: 55 + $signature: 56 }; A._PaymentableEditorState__onChanged_closure8.prototype = { call$1(b) { @@ -538099,27 +538285,27 @@ t1.get$_safeList()[t2] = this.paymentable; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentableEditorState__onChanged_closure9.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_clientId = this.clientId; return b; }, - $signature: 55 + $signature: 56 }; A._PaymentableEditorState_build_closure8.prototype = { call$1(payment) { return payment.invoiceId; }, - $signature: 242 + $signature: 256 }; A._PaymentableEditorState_build_closure10.prototype = { call$1(entity) { type$.InvoiceEntity._as(entity); return A.formatNumber(entity.amount, this.context, entity.clientId, null, B.FormatNumberType_0, true, null, null, false); }, - $signature: 411 + $signature: 356 }; A._PaymentableEditorState_build_closure9.prototype = { call$1(selected) { @@ -538129,7 +538315,7 @@ t1._payment_refund$_onChanged$1(selected.clientId); t1.setState$1(new A._PaymentableEditorState_build__closure2(t1, selected)); }, - $signature: 49 + $signature: 48 }; A._PaymentableEditorState_build__closure2.prototype = { call$0() { @@ -538168,7 +538354,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 55 + $signature: 56 }; A.PaymentRefundScreen.prototype = { build$1(context) { @@ -538180,13 +538366,13 @@ call$1(store) { return A.PaymentRefundVM_PaymentRefundVM$fromStore(store); }, - $signature: 2917 + $signature: 2918 }; A.PaymentRefundScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PaymentRefund(viewModel, new A.ValueKey(viewModel.payment.id, type$.ValueKey_String)); }, - $signature: 2918 + $signature: 2919 }; A.PaymentRefundVM.prototype = { get$payment() { @@ -538199,7 +538385,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatePayment(payment)); }, - $signature: 171 + $signature: 170 }; A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1.prototype = { call$1(context) { @@ -538220,7 +538406,7 @@ t3[0].call$1(new A.RefundPaymentRequest(completer, t2)); return completer.future.then$1$1(0, new A.PaymentRefundVM_PaymentRefundVM$fromStore__closure(context, t1, t2), type$.Null).catchError$1(new A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0(context)); }, - $signature: 2919 + $signature: 2920 }; A.PaymentRefundVM_PaymentRefundVM$fromStore__closure.prototype = { call$1(savedPayment) { @@ -538247,14 +538433,14 @@ } else A.viewEntity(false, savedPayment, null, true); }, - $signature: 171 + $signature: 170 }; A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.PaymentRefundVM_PaymentRefundVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.PaymentRefundVM_PaymentRefundVM$fromStore___closure.prototype = { call$1(context) { @@ -538576,13 +538762,13 @@ call$1(store) { return A.PaymentViewVM_PaymentViewVM$fromStore(store); }, - $signature: 2920 + $signature: 2921 }; A.PaymentViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.PaymentView(vm, this.$this.isFilter, vm.state.uiState.paymentUIState.tabIndex, null); }, - $signature: 2921 + $signature: 2922 }; A.PaymentViewVM.prototype = { get$payment() { @@ -538622,7 +538808,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 108 + $signature: 111 }; A.PaymentViewVM_PaymentViewVM$fromStore__closure.prototype = { call$1(client) { @@ -538634,14 +538820,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.PaymentViewVM_PaymentViewVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.PaymentViewVM_PaymentViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.PaymentViewVM_PaymentViewVM$fromStore___closure.prototype = { call$1(context) { @@ -538737,7 +538923,7 @@ b.get$_payment_term_model$_$this()._numDays = t1; return b; }, - $signature: 634 + $signature: 637 }; A._PaymentTermEditState__onChanged_closure0.prototype = { call$0() { @@ -538749,7 +538935,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._PaymentTermEditState_build_closure1.prototype = { call$1(context) { @@ -538769,7 +538955,7 @@ t4 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._numDaysController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_2_false_false, t3, _null, _null, false, _null, _null, new A._PaymentTermEditState_build__closure(t1), true, _null, _null, B.TextAlign_4, new A._PaymentTermEditState_build__closure0(t2))], t4), _null, _null, false, _null, false, _null, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 140 + $signature: 138 }; A._PaymentTermEditState_build__closure0.prototype = { call$1(value) { @@ -538801,13 +538987,13 @@ call$1(store) { return A.PaymentTermEditVM_PaymentTermEditVM$fromStore(store); }, - $signature: 2922 + $signature: 2923 }; A.PaymentTermEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PaymentTermEdit(viewModel, new A.ValueKey(viewModel.paymentTerm.updatedAt, type$.ValueKey_int)); }, - $signature: 2923 + $signature: 2924 }; A.PaymentTermEditVM.prototype = { get$paymentTerm() { @@ -538820,7 +539006,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatePaymentTerm(paymentTerm)); }, - $signature: 410 + $signature: 396 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -538893,7 +539079,7 @@ } else A.viewEntity(false, savedPaymentTerm, null, true); }, - $signature: 410 + $signature: 396 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -538903,7 +539089,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure.prototype = { call$1(context) { @@ -538970,7 +539156,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.paymentTermList, B.EntityType_paymentTerm, new A.PaymentTermListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, null, viewModel.state, null); }, - $signature: 2924 + $signature: 2925 }; A.PaymentTermListBuilder_build__closure.prototype = { call$2(context, index) { @@ -538987,7 +539173,7 @@ t3 = false; return new A.PaymentTermListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 2925 + $signature: 2926 }; A.PaymentTermListVM.prototype = {}; A.PaymentTermListVM_fromStore__handleRefresh.prototype = { @@ -539108,7 +539294,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortPaymentTerms(value)); }, - $signature: 37 + $signature: 38 }; A.PaymentTermScreen_build_closure5.prototype = { call$2(state, value) { @@ -539116,7 +539302,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPaymentTermsByState(state)); }, - $signature: 65 + $signature: 67 }; A.PaymentTermScreen_build_closure.prototype = { call$0() { @@ -539183,7 +539369,7 @@ call$2(context, vm) { return new A.PaymentTermScreen(vm, null); }, - $signature: 2926 + $signature: 2927 }; A.PaymentTermScreenVM.prototype = {}; A.PaymentTermView.prototype = { @@ -539221,13 +539407,13 @@ call$1(store) { return A.PaymentTermViewVM_PaymentTermViewVM$fromStore(store); }, - $signature: 2927 + $signature: 2928 }; A.PaymentTermViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.PaymentTermView(vm, null); }, - $signature: 2928 + $signature: 2929 }; A.PaymentTermViewVM.prototype = { get$paymentTerm() { @@ -539514,7 +539700,7 @@ b.get$_product_model$_$this()._imageUrl = t1; return b; }, - $signature: 194 + $signature: 172 }; A._ProductEditState__onChanged_closure0.prototype = { call$0() { @@ -539526,7 +539712,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._ProductEditState_build_closure.prototype = { call$1(val) { @@ -539553,7 +539739,7 @@ b.get$_product_model$_$this()._taxCategoryId = this.taxCategoryId; return b; }, - $signature: 194 + $signature: 172 }; A._ProductEditState_build_closure0.prototype = { call$1(key) { @@ -539566,7 +539752,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure2(taxRate))); }, - $signature: 121 + $signature: 118 }; A._ProductEditState_build__closure2.prototype = { call$1(b) { @@ -539575,13 +539761,13 @@ b.get$_product_model$_$this()._product_model$_taxName1 = t1.name; return b; }, - $signature: 194 + $signature: 172 }; A._ProductEditState_build_closure3.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure1(taxRate))); }, - $signature: 121 + $signature: 118 }; A._ProductEditState_build__closure1.prototype = { call$1(b) { @@ -539590,13 +539776,13 @@ b.get$_product_model$_$this()._product_model$_taxName2 = t1.name; return b; }, - $signature: 194 + $signature: 172 }; A._ProductEditState_build_closure4.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure0(taxRate))); }, - $signature: 121 + $signature: 118 }; A._ProductEditState_build__closure0.prototype = { call$1(b) { @@ -539605,7 +539791,7 @@ b.get$_product_model$_$this()._product_model$_taxName3 = t1.name; return b; }, - $signature: 194 + $signature: 172 }; A._ProductEditState_build_closure5.prototype = { call$1(value) { @@ -539618,7 +539804,7 @@ b.get$_product_model$_$this()._product_model$_stockNotification = this.value; return b; }, - $signature: 194 + $signature: 172 }; A.ProductEditScreen.prototype = { build$1(context) { @@ -539630,13 +539816,13 @@ call$1(store) { return A.ProductEditVM_ProductEditVM$fromStore(store); }, - $signature: 2929 + $signature: 2930 }; A.ProductEditScreen_build_closure.prototype = { call$2(context, vm) { return new A.ProductEdit(vm, new A.ValueKey(vm.product.id, type$.ValueKey_String)); }, - $signature: 2930 + $signature: 2931 }; A.ProductEditVM.prototype = { get$product(receiver) { @@ -539649,7 +539835,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateProduct(product)); }, - $signature: 335 + $signature: 326 }; A.ProductEditVM_ProductEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -539725,7 +539911,7 @@ } else A.viewEntity(false, savedProduct, null, false); }, - $signature: 335 + $signature: 326 }; A.ProductEditVM_ProductEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -539735,7 +539921,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.ProductEditVM_ProductEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.ProductEditVM_ProductEditVM$fromStore____closure.prototype = { call$1(context) { @@ -539857,7 +540043,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.product], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.ProductListItem_build__closure5.prototype = { call$0() { @@ -539890,7 +540076,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.productList, B.EntityType_product, new A.ProductListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.ProductPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2931 + $signature: 2932 }; A.ProductListBuilder_build__closure.prototype = { call$2(context, index) { @@ -539904,7 +540090,7 @@ t2 = false; return A.ProductListItem$(t1.filter, t2, true, null, null, product, false); }, - $signature: 792 + $signature: 794 }; A.ProductListVM.prototype = {}; A.ProductListVM_fromStore__handleRefresh.prototype = { @@ -540167,7 +540353,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterProductsByState(state)); }, - $signature: 65 + $signature: 67 }; A.ProductScreen_build_closure0.prototype = { call$0() { @@ -540202,7 +540388,7 @@ call$2(context, vm) { return new A.ProductScreen(vm, null); }, - $signature: 2932 + $signature: 2933 }; A.ProductScreenVM.prototype = {}; A.ProductView.prototype = { @@ -540439,13 +540625,13 @@ call$1(store) { return A.ProductViewVM_ProductViewVM$fromStore(store); }, - $signature: 2933 + $signature: 2934 }; A.ProductViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ProductView(vm, false, vm.state.uiState.productUIState.tabIndex, null); }, - $signature: 2934 + $signature: 2935 }; A.ProductViewVM.prototype = { get$product(receiver) { @@ -540485,7 +540671,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 108 + $signature: 111 }; A.ProductViewVM_ProductViewVM$fromStore__closure.prototype = { call$1(client) { @@ -540497,14 +540683,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.ProductViewVM_ProductViewVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.ProductViewVM_ProductViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.ProductViewVM_ProductViewVM$fromStore___closure.prototype = { call$1(context) { @@ -540639,7 +540825,7 @@ b.get$_project_model$_$this()._project_model$_customValue4 = t1; return b; }, - $signature: 204 + $signature: 203 }; A._ProjectEditState__onChanged_closure0.prototype = { call$0() { @@ -540651,7 +540837,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._ProjectEditState_build_closure.prototype = { call$1(context) { @@ -540717,7 +540903,7 @@ t4 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([t6, t3, new A.UserPicker(t1.assignedUserId, new A._ProjectEditState_build__closure4(t8, t1), _null), t9, t10, t11, t12, t13, t14, t7, t15, A.DecoratedFormField$(false, _null, false, t2._project_edit$_privateNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t5, 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t4), _null, _null, false, _null, true, _null, _null)], t4), _null, _null, _null, false, new A.ValueKey("__project_" + t1.id + "_" + t1.updatedAt + "__", type$.ValueKey_String)); }, - $signature: 140 + $signature: 138 }; A._ProjectEditState_build__closure.prototype = { call$1(val) { @@ -540745,13 +540931,13 @@ t1 = null; return t1; }, - $signature: 147 + $signature: 152 }; A._ProjectEditState_build__closure1.prototype = { call$1(client) { this.viewModel.onChanged.call$1(this.project.rebuild$1(new A._ProjectEditState_build___closure1(client))); }, - $signature: 49 + $signature: 48 }; A._ProjectEditState_build___closure1.prototype = { call$1(b) { @@ -540762,13 +540948,13 @@ b.get$_project_model$_$this()._project_model$_clientId = t1; return b; }, - $signature: 204 + $signature: 203 }; A._ProjectEditState_build__closure0.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 216 + $signature: 213 }; A._ProjectEditState_build__closure4.prototype = { call$1(userId) { @@ -540781,20 +540967,20 @@ b.get$_project_model$_$this()._project_model$_assignedUserId = this.userId; return b; }, - $signature: 204 + $signature: 203 }; A._ProjectEditState_build__closure3.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.project.rebuild$1(new A._ProjectEditState_build___closure0(date))); }, - $signature: 51 + $signature: 50 }; A._ProjectEditState_build___closure0.prototype = { call$1(b) { b.get$_project_model$_$this()._project_model$_dueDate = this.date; return b; }, - $signature: 204 + $signature: 203 }; A.ProjectEditScreen.prototype = { build$1(context) { @@ -540806,13 +540992,13 @@ call$1(store) { return A.ProjectEditVM_ProjectEditVM$fromStore(store); }, - $signature: 2935 + $signature: 2936 }; A.ProjectEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ProjectEdit(viewModel, new A.ValueKey(viewModel.project.updatedAt, type$.ValueKey_int)); }, - $signature: 2936 + $signature: 2937 }; A.ProjectEditVM.prototype = { get$project() { @@ -540825,7 +541011,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateProject(project)); }, - $signature: 315 + $signature: 327 }; A.ProjectEditVM_ProjectEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -540870,7 +541056,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/project/edit")); }, - $signature: 106 + $signature: 107 }; A.ProjectEditVM_ProjectEditVM$fromStore_closure0.prototype = { call$1(context) { @@ -540945,7 +541131,7 @@ A.viewEntity(false, savedProject, null, true); } }, - $signature: 315 + $signature: 327 }; A.ProjectEditVM_ProjectEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -540955,7 +541141,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.ProjectEditVM_ProjectEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.ProjectEditVM_ProjectEditVM$fromStore____closure.prototype = { call$1(context) { @@ -541077,7 +541263,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.project], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.ProjectListItem_build__closure5.prototype = { call$0() { @@ -541109,7 +541295,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.projectList, B.EntityType_project, new A.ProjectListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.ProjectPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2937 + $signature: 2938 }; A.ProjectListBuilder_build__closure.prototype = { call$2(context, index) { @@ -541126,7 +541312,7 @@ t3 = false; return new A.ProjectListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 2938 + $signature: 2939 }; A.ProjectListVM.prototype = {}; A.ProjectListVM_fromStore__handleRefresh.prototype = { @@ -541354,7 +541540,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterProjectsByState(state)); }, - $signature: 65 + $signature: 67 }; A.ProjectScreen_build_closure.prototype = { call$0() { @@ -541389,7 +541575,7 @@ call$2(context, vm) { return new A.ProjectScreen(vm, null); }, - $signature: 2939 + $signature: 2940 }; A.ProjectScreenVM.prototype = {}; A.ProjectView.prototype = { @@ -541583,7 +541769,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._ProjectOverviewState_initState__closure()); }, - $signature: 220 + $signature: 219 }; A._ProjectOverviewState_initState__closure.prototype = { call$0() { @@ -541698,7 +541884,7 @@ B.JSArray_methods.addAll$1(t7, A._setArrayType([new A.IconMessage(t1, _null, _null, _null, true, _null), new A.ListDivider(_null)], t9)); return t7; }, - $signature: 334 + $signature: 352 }; A._ProjectOverviewState_build_closure.prototype = { call$0() { @@ -541716,13 +541902,13 @@ call$1(store) { return A.ProjectViewVM_ProjectViewVM$fromStore(store); }, - $signature: 2940 + $signature: 2941 }; A.ProjectViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ProjectView(vm, this.$this.isFilter, vm.state.uiState.projectUIState.tabIndex, null); }, - $signature: 2941 + $signature: 2942 }; A.ProjectViewVM.prototype = { get$project() { @@ -541762,7 +541948,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 108 + $signature: 111 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure.prototype = { call$1(client) { @@ -541774,14 +541960,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.ProjectViewVM_ProjectViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.ProjectViewVM_ProjectViewVM$fromStore___closure.prototype = { call$1(context) { @@ -541897,7 +542083,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._PurchaseOrderEditState_build_closure2.prototype = { call$1(context) { @@ -541909,7 +542095,7 @@ call$2(context, action) { return this.$this._purchase_order_edit$_onSavePressed$2(context, action); }, - $signature: 76 + $signature: 74 }; A._PurchaseOrderEditState_build_closure.prototype = { call$0() { @@ -541928,21 +542114,21 @@ t5 = type$.WhereTypeIterable_BaseEntity; return new A.InvoiceItemSelector(t1, new A._PurchaseOrderEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t2, new A._PurchaseOrderEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._PurchaseOrderEditState_build___closure1(t4), t3._eval$1("MappedIterable<1,BaseEntity?>")), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 292 + $signature: 351 }; A._PurchaseOrderEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 86 + $signature: 89 }; A._PurchaseOrderEditState_build___closure1.prototype = { call$1(item) { var t1 = this.viewModel.state; return item.typeId === "2" ? t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, item.taskId) : t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, item.expenseId); }, - $signature: 291 + $signature: 320 }; A._PurchaseOrderEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -541956,7 +542142,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 290 + $signature: 317 }; A.__PurchaseOrderEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -541983,7 +542169,7 @@ call$1(store) { return A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore(store); }, - $signature: 2942 + $signature: 2943 }; A.PurchaseOrderEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -541992,7 +542178,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_purchaseOrder, null); }, - $signature: 2943 + $signature: 2944 }; A.PurchaseOrderEditDetailsVM.prototype = {}; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure.prototype = { @@ -542010,7 +542196,7 @@ t1[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); t1[0].call$1(new A.UpdatePurchaseOrderVendor(vendor)); }, - $signature: 2944 + $signature: 2945 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -542038,7 +542224,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/purchase_order/edit")); }, - $signature: 106 + $signature: 107 }; A.PurchaseOrderEditItemsScreen.prototype = { build$1(context) { @@ -542050,7 +542236,7 @@ call$1(store) { return A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore(store); }, - $signature: 2945 + $signature: 2946 }; A.PurchaseOrderEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -542060,18 +542246,18 @@ else return new A.InvoiceEditItems(viewModel, t1, null); }, - $signature: 2946 + $signature: 2947 }; A.PurchaseOrderEditItemsVM.prototype = {}; - A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure.prototype = { + A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1.prototype = { call$1(index) { var t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeletePurchaseOrderItem(index)); }, - $signature: 164 + $signature: 159 }; - A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0.prototype = { + A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2.prototype = { call$0() { var t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -542079,7 +542265,7 @@ }, $signature: 4 }; - A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1.prototype = { + A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure3.prototype = { call$2(purchaseOrderItem, index) { var t1 = this.store, t2 = t1.__Store__state_A; @@ -542088,21 +542274,42 @@ t1 = t1.__Store__dispatchers_F; if (index === t2) { t1 === $ && A.throwUnnamedLateFieldNI(); - t1[0].call$1(new A.AddPurchaseOrderItem(purchaseOrderItem)); + t1[0].call$1(new A.AddPurchaseOrderItem(null, purchaseOrderItem)); } else { t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatePurchaseOrderItem(index, purchaseOrderItem)); } }, - $signature: 279 + $signature: 278 }; - A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2.prototype = { + A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure4.prototype = { call$2(oldIndex, newIndex) { var t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MovePurchaseOrderItem(oldIndex, newIndex)); }, - $signature: 226 + $signature: 224 + }; + A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure.prototype = { + call$1(index) { + var t1 = A.InvoiceItemEntity_InvoiceItemEntity(null, null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.AddPurchaseOrderItem(index, t1)); + }, + call$0() { + return this.call$1(null); + }, + $signature: 303 + }; + A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0.prototype = { + call$1(index) { + var t1 = J.get$clone$z(this.purchaseOrder.lineItems._list$_list[index]), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.AddPurchaseOrderItem(index, t1)); + }, + $signature: 297 }; A.PurchaseOrderEditNotesScreen.prototype = { build$1(context) { @@ -542114,13 +542321,13 @@ call$1(store) { return A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore(store); }, - $signature: 2947 + $signature: 2948 }; A.PurchaseOrderEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2948 + $signature: 2949 }; A.PurchaseOrderEditNotesVM.prototype = {}; A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore_closure.prototype = { @@ -542143,13 +542350,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return new A.PurchaseOrderEditPDFVM(t1, t1.uiState.purchaseOrderUIState.editing); }, - $signature: 2949 + $signature: 2950 }; A.PurchaseOrderEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2950 + $signature: 2951 }; A.PurchaseOrderEditPDFVM.prototype = {}; A.PurchaseOrderEditScreen.prototype = { @@ -542162,13 +542369,13 @@ call$1(store) { return A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore(store); }, - $signature: 2951 + $signature: 2952 }; A.PurchaseOrderEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.PurchaseOrderEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_int)); }, - $signature: 2952 + $signature: 2953 }; A.PurchaseOrderEditVM.prototype = {}; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure.prototype = { @@ -542183,7 +542390,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 209 + $signature: 202 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1.prototype = { call$0() { @@ -542293,7 +542500,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore____closure.prototype = { call$1(context) { @@ -542314,7 +542521,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddPurchaseOrderItems(items)); }, - $signature: 277 + $signature: 308 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -542339,7 +542546,7 @@ t2[0].call$1(new A.SavePurchaseOrderDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.purchaseOrder)); t1.then$1$1(0, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0(context)); }, - $signature: 275 + $signature: 312 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure.prototype = { call$1(client) { @@ -542351,14 +542558,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure.prototype = { call$1(context) { @@ -542390,7 +542597,7 @@ t1[0].call$1(new A.LoadVendor(null, t2.id)); } }, - $signature: 348 + $signature: 316 }; A.PurchaseOrderEmailScreen_build_closure0.prototype = { call$1(store) { @@ -542402,13 +542609,13 @@ t2.toString; return A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore(store, t2); }, - $signature: 2953 + $signature: 2954 }; A.PurchaseOrderEmailScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEmailView(viewModel, null); }, - $signature: 2954 + $signature: 2955 }; A.EmailPurchaseOrderVM.prototype = {}; A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore_closure.prototype = { @@ -542428,7 +542635,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailPurchaseOrderRequest(completer, this.purchaseOrder.id, template, subject, body, ccEmail)); }, - $signature: 373 + $signature: 418 }; A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure.prototype = { call$1(_) { @@ -542587,7 +542794,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.purchaseOrder], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.PurchaseOrderListItem_build__closure5.prototype = { call$0() { @@ -542619,7 +542826,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.invoiceList, B.EntityType_purchaseOrder, new A.PurchaseOrderListBuilder_build__closure(viewModel), viewModel.onClearMultiselect, viewModel.onRefreshed, viewModel.onSortColumn, new A.PurchaseOrderPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2955 + $signature: 2956 }; A.PurchaseOrderListBuilder_build__closure.prototype = { call$2(context, index) { @@ -542638,7 +542845,7 @@ t3 = false; return new A.PurchaseOrderListItem(t5.user, t2, t4, t1.filter, t3, null); }, - $signature: 2956 + $signature: 2957 }; A.PurchaseOrderListVM.prototype = {}; A.PurchaseOrderListVM_fromStore__handleRefresh.prototype = { @@ -542702,13 +542909,13 @@ t3.toString; return new A.PurchaseOrderPdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].purchaseOrderState.$get$1(0, t3), purchaseOrderUIState.historyActivityId); }, - $signature: 2957 + $signature: 2958 }; A.PurchaseOrderPdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, this.$this.showAppBar, new A.ValueKey("__purchase_order_pdf_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2958 + $signature: 2959 }; A.PurchaseOrderPdfVM.prototype = {}; A.PurchaseOrderPresenter.prototype = { @@ -542838,7 +543045,7 @@ call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.contact.email, 0, null)); }, - $signature: 67 + $signature: 66 }; A.PurchaseOrderScreen.prototype = { build$1(context) { @@ -542900,7 +543107,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.PurchaseOrderScreen_build_closure0.prototype = { call$1(b) { @@ -542915,7 +543122,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.PurchaseOrderScreen_build_closure1.prototype = { call$1(b) { @@ -542937,7 +543144,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.PurchaseOrderScreen_build_closure2.prototype = { call$1(b) { @@ -542952,7 +543159,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.PurchaseOrderScreen_build_closure3.prototype = { call$1(b) { @@ -542967,7 +543174,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.PurchaseOrderScreen_build_closure17.prototype = { call$0() { @@ -542999,7 +543206,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); }, - $signature: 143 + $signature: 151 }; A.PurchaseOrderScreen_build_closure16.prototype = { call$0() { @@ -543024,7 +543231,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortPurchaseOrders(value)); }, - $signature: 37 + $signature: 38 }; A.PurchaseOrderScreen_build_closure10.prototype = { call$2(state, value) { @@ -543032,7 +543239,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPurchaseOrdersByState(state)); }, - $signature: 65 + $signature: 67 }; A.PurchaseOrderScreen_build_closure11.prototype = { call$2($status, value) { @@ -543040,7 +543247,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); }, - $signature: 166 + $signature: 164 }; A.PurchaseOrderScreen_build_closure4.prototype = { call$0() { @@ -543107,7 +543314,7 @@ call$2(context, vm) { return new A.PurchaseOrderScreen(vm, null); }, - $signature: 2959 + $signature: 2960 }; A.PurchaseOrderScreenVM.prototype = {}; A.PurchaseOrderViewScreen.prototype = { @@ -543120,13 +543327,13 @@ call$1(store) { return A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore(store); }, - $signature: 2960 + $signature: 2961 }; A.PurchaseOrderViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.purchaseOrderUIState.tabIndex, null); }, - $signature: 2961 + $signature: 2962 }; A.PurchaseOrderViewVM.prototype = {}; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__handleRefresh.prototype = { @@ -543153,7 +543360,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 274 + $signature: 313 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -543169,7 +543376,7 @@ t2[0].call$1(new A.SavePurchaseOrderDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.purchaseOrder)); t1.then$1$1(0, new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0(context)); }, - $signature: 108 + $signature: 111 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure.prototype = { call$1(client) { @@ -543181,14 +543388,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure.prototype = { call$1(context) { @@ -543205,7 +543412,7 @@ call$2(context, purchaseOrder) { return this.call$3(context, purchaseOrder, null); }, - $signature: 276 + $signature: 284 }; A.QuoteEdit.prototype = { createState$0() { @@ -543317,7 +543524,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._QuoteEditState_build_closure2.prototype = { call$1(context) { @@ -543329,7 +543536,7 @@ call$2(context, action) { return this.$this._quote_edit$_onSavePressed$2(context, action); }, - $signature: 76 + $signature: 74 }; A._QuoteEditState_build_closure.prototype = { call$0() { @@ -543348,21 +543555,21 @@ t5 = type$.WhereTypeIterable_BaseEntity; return new A.InvoiceItemSelector(t1, new A._QuoteEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t2, new A._QuoteEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._QuoteEditState_build___closure1(t4), t3._eval$1("MappedIterable<1,BaseEntity?>")), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 292 + $signature: 351 }; A._QuoteEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 86 + $signature: 89 }; A._QuoteEditState_build___closure1.prototype = { call$1(item) { var t1 = this.viewModel.state; return item.typeId === "2" ? t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, item.taskId) : t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, item.expenseId); }, - $signature: 291 + $signature: 320 }; A._QuoteEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -543376,7 +543583,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 290 + $signature: 317 }; A.__QuoteEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -543403,7 +543610,7 @@ call$1(store) { return A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore(store); }, - $signature: 2962 + $signature: 2963 }; A.QuoteEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -543412,7 +543619,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_quote, null); }, - $signature: 2963 + $signature: 2964 }; A.QuoteEditDetailsVM.prototype = {}; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure.prototype = { @@ -543436,7 +543643,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateQuoteClient(client)); }, - $signature: 445 + $signature: 440 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -543465,7 +543672,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/quote/edit")); }, - $signature: 106 + $signature: 107 }; A.QuoteEditItemsScreen.prototype = { build$1(context) { @@ -543477,7 +543684,7 @@ call$1(store) { return A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2964 + $signature: 2965 }; A.QuoteEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -543488,18 +543695,18 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2965 + $signature: 2966 }; A.QuoteEditItemsVM.prototype = {}; - A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure.prototype = { + A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1.prototype = { call$1(index) { var t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteQuoteItem(index)); }, - $signature: 164 + $signature: 159 }; - A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0.prototype = { + A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2.prototype = { call$0() { var t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -543507,7 +543714,7 @@ }, $signature: 4 }; - A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1.prototype = { + A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure3.prototype = { call$2(quoteItem, index) { var t1 = this.store, t2 = t1.__Store__state_A; @@ -543516,14 +543723,14 @@ t2 = quoteItem.rebuild$1(new A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore__closure(this.isTasks)); t1 = t1.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); - t1[0].call$1(new A.AddQuoteItem(t2)); + t1[0].call$1(new A.AddQuoteItem(null, t2)); } else { t1 = t1.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateQuoteItem(index, quoteItem)); } }, - $signature: 279 + $signature: 278 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -543531,15 +543738,36 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 56 + $signature: 54 }; - A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2.prototype = { + A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure4.prototype = { call$2(oldIndex, newIndex) { var t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveQuoteItem(oldIndex, newIndex)); }, - $signature: 226 + $signature: 224 + }; + A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure.prototype = { + call$1(index) { + var t1 = A.InvoiceItemEntity_InvoiceItemEntity(null, null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.AddQuoteItem(index, t1)); + }, + call$0() { + return this.call$1(null); + }, + $signature: 303 + }; + A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0.prototype = { + call$1(index) { + var t1 = J.get$clone$z(this.quote.lineItems._list$_list[index]), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.AddQuoteItem(index, t1)); + }, + $signature: 297 }; A.QuoteEditNotesScreen.prototype = { build$1(context) { @@ -543551,13 +543779,13 @@ call$1(store) { return A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore(store); }, - $signature: 2966 + $signature: 2967 }; A.QuoteEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2967 + $signature: 2968 }; A.QuoteEditNotesVM.prototype = {}; A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure.prototype = { @@ -543580,13 +543808,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return new A.QuoteEditPDFVM(t1, t1.uiState.quoteUIState.editing); }, - $signature: 2968 + $signature: 2969 }; A.QuoteEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2969 + $signature: 2970 }; A.QuoteEditPDFVM.prototype = {}; A.QuoteEditScreen.prototype = { @@ -543599,13 +543827,13 @@ call$1(store) { return A.QuoteEditVM_QuoteEditVM$fromStore(store); }, - $signature: 2970 + $signature: 2971 }; A.QuoteEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.QuoteEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_int)); }, - $signature: 2971 + $signature: 2972 }; A.QuoteEditVM.prototype = {}; A.QuoteEditVM_QuoteEditVM$fromStore_closure.prototype = { @@ -543620,7 +543848,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 209 + $signature: 202 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure1.prototype = { call$0() { @@ -543734,7 +543962,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.QuoteEditVM_QuoteEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.QuoteEditVM_QuoteEditVM$fromStore____closure.prototype = { call$1(context) { @@ -543755,7 +543983,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddQuoteItems(items)); }, - $signature: 277 + $signature: 308 }; A.QuoteEditVM_QuoteEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -543780,7 +544008,7 @@ t2[0].call$1(new A.SaveQuoteDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.quote)); t1.then$1$1(0, new A.QuoteEditVM_QuoteEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.QuoteEditVM_QuoteEditVM$fromStore__closure0(context)); }, - $signature: 275 + $signature: 312 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure.prototype = { call$1(client) { @@ -543792,14 +544020,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.QuoteEditVM_QuoteEditVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.QuoteEditVM_QuoteEditVM$fromStore___closure.prototype = { call$1(context) { @@ -543831,7 +544059,7 @@ t1[0].call$1(new A.LoadClient(null, t2.id)); } }, - $signature: 348 + $signature: 316 }; A.QuoteEmailScreen_build_closure0.prototype = { call$1(store) { @@ -543843,13 +544071,13 @@ t2.toString; return A.EmailQuoteVM_EmailQuoteVM$fromStore(store, t2); }, - $signature: 2972 + $signature: 2973 }; A.QuoteEmailScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEmailView(viewModel, null); }, - $signature: 2973 + $signature: 2974 }; A.EmailQuoteVM.prototype = {}; A.EmailQuoteVM_EmailQuoteVM$fromStore_closure.prototype = { @@ -543874,7 +544102,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.EmailQuoteRequest(completer, this.quote.id, template, subject, body, ccEmail)); }, - $signature: 373 + $signature: 418 }; A.EmailQuoteVM_EmailQuoteVM$fromStore__closure.prototype = { call$1(_) { @@ -544047,7 +544275,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.quote], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.QuoteListItem_build__closure5.prototype = { call$0() { @@ -544078,7 +544306,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.invoiceList, B.EntityType_quote, new A.QuoteListBuilder_build__closure(viewModel), viewModel.onClearMultiselect, viewModel.onRefreshed, viewModel.onSortColumn, new A.QuotePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2974 + $signature: 2975 }; A.QuoteListBuilder_build__closure.prototype = { call$2(context, index) { @@ -544087,7 +544315,7 @@ t2.toString; return new A.QuoteListItem(t2, t1.filter, true, null); }, - $signature: 529 + $signature: 521 }; A.QuoteListVM.prototype = {}; A.QuoteListVM_fromStore__handleRefresh.prototype = { @@ -544151,13 +544379,13 @@ t3.toString; return new A.QuotePdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].quoteState.$get$1(0, t3), quoteUIState.historyActivityId); }, - $signature: 2975 + $signature: 2976 }; A.QuotePdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, this.$this.showAppBar, new A.ValueKey("__quote_pdf_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 2976 + $signature: 2977 }; A.QuotePdfVM.prototype = {}; A.QuotePresenter.prototype = { @@ -544283,7 +544511,7 @@ call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.contact.email, 0, null)); }, - $signature: 67 + $signature: 66 }; A.QuoteScreen.prototype = { build$1(context) { @@ -544355,7 +544583,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.QuoteScreen_build_closure0.prototype = { call$1(b) { @@ -544370,7 +544598,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.QuoteScreen_build_closure1.prototype = { call$1(b) { @@ -544385,7 +544613,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.QuoteScreen_build_closure2.prototype = { call$1(b) { @@ -544400,7 +544628,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.QuoteScreen_build_closure3.prototype = { call$1(b) { @@ -544415,7 +544643,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.QuoteScreen_build_closure4.prototype = { call$1(b) { @@ -544430,7 +544658,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.QuoteScreen_build_closure5.prototype = { call$1(b) { @@ -544445,7 +544673,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.QuoteScreen_build_closure19.prototype = { call$0() { @@ -544477,7 +544705,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterQuotesByStatus($status)); }, - $signature: 143 + $signature: 151 }; A.QuoteScreen_build_closure18.prototype = { call$0() { @@ -544542,7 +544770,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterQuotesByState(state)); }, - $signature: 65 + $signature: 67 }; A.QuoteScreen_build_closure13.prototype = { call$2($status, value) { @@ -544550,7 +544778,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterQuotesByStatus($status)); }, - $signature: 166 + $signature: 164 }; A.QuoteScreen_build_closure6.prototype = { call$0() { @@ -544585,7 +544813,7 @@ call$2(context, vm) { return new A.QuoteScreen(vm, null); }, - $signature: 2977 + $signature: 2978 }; A.QuoteScreenVM.prototype = {}; A.QuoteViewScreen.prototype = { @@ -544598,13 +544826,13 @@ call$1(store) { return A.QuoteViewVM_QuoteViewVM$fromStore(store); }, - $signature: 2978 + $signature: 2979 }; A.QuoteViewScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.quoteUIState.tabIndex, null); }, - $signature: 2979 + $signature: 2980 }; A.QuoteViewVM.prototype = {}; A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh.prototype = { @@ -544637,7 +544865,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 274 + $signature: 313 }; A.QuoteViewVM_QuoteViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -544653,7 +544881,7 @@ t2[0].call$1(new A.SaveQuoteDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.quote)); t1.then$1$1(0, new A.QuoteViewVM_QuoteViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.QuoteViewVM_QuoteViewVM$fromStore__closure0(context)); }, - $signature: 108 + $signature: 111 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure.prototype = { call$1(client) { @@ -544665,14 +544893,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.QuoteViewVM_QuoteViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.QuoteViewVM_QuoteViewVM$fromStore___closure.prototype = { call$1(context) { @@ -544689,7 +544917,7 @@ call$2(context, quote) { return this.call$3(context, quote, null); }, - $signature: 276 + $signature: 284 }; A.RecurringExpenseEditScreen.prototype = { build$1(context) { @@ -544701,13 +544929,13 @@ call$1(store) { return A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore(store); }, - $signature: 2980 + $signature: 2981 }; A.RecurringExpenseEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ExpenseEdit(viewModel, new A.ValueKey(viewModel.expense.updatedAt, type$.ValueKey_int)); }, - $signature: 2981 + $signature: 2982 }; A.RecurringExpenseEditVM.prototype = {}; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure.prototype = { @@ -544716,7 +544944,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateRecurringExpense(recurringExpense)); }, - $signature: 168 + $signature: 163 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2.prototype = { call$2(context, completer) { @@ -544745,7 +544973,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); }, - $signature: 106 + $signature: 107 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3.prototype = { call$2(context, completer) { @@ -544774,7 +545002,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); }, - $signature: 106 + $signature: 107 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -544798,7 +545026,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 209 + $signature: 202 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5.prototype = { call$0() { @@ -544895,14 +545123,14 @@ A.viewEntity(false, savedRecurringExpense, _null, true); } }, - $signature: 168 + $signature: 163 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure1.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure.prototype = { call$1(context) { @@ -544918,7 +545146,7 @@ t2[0].call$1(new A.SaveRecurringExpenseDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.recurringExpense)); t1.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0(context)); }, - $signature: 108 + $signature: 111 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure.prototype = { call$1(client) { @@ -544930,14 +545158,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure.prototype = { call$1(context) { @@ -545108,7 +545336,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.expense], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.RecurringExpenseListItem_build__closure5.prototype = { call$0() { @@ -545139,7 +545367,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.recurringExpenseList, B.EntityType_recurringExpense, new A.RecurringExpenseListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.RecurringExpensePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2982 + $signature: 2983 }; A.RecurringExpenseListBuilder_build__closure.prototype = { call$2(context, index) { @@ -545154,7 +545382,7 @@ t3 = false; return new A.RecurringExpenseListItem(t2, t1.filter, t3, null); }, - $signature: 2983 + $signature: 2984 }; A.RecurringExpenseListVM.prototype = {}; A.RecurringExpenseListVM_fromStore__handleRefresh.prototype = { @@ -545376,7 +545604,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 160 + $signature: 157 }; A.RecurringExpenseScreen_build_closure0.prototype = { call$1(b) { @@ -545391,7 +545619,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 160 + $signature: 157 }; A.RecurringExpenseScreen_build_closure1.prototype = { call$1(b) { @@ -545406,7 +545634,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 160 + $signature: 157 }; A.RecurringExpenseScreen_build_closure2.prototype = { call$1(b) { @@ -545421,7 +545649,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 160 + $signature: 157 }; A.RecurringExpenseScreen_build_closure3.prototype = { call$1(b) { @@ -545436,7 +545664,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 160 + $signature: 157 }; A.RecurringExpenseScreen_build_closure17.prototype = { call$0() { @@ -545460,7 +545688,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringExpensesByStatus($status)); }, - $signature: 143 + $signature: 151 }; A.RecurringExpenseScreen_build_closure15.prototype = { call$2(state, value) { @@ -545493,7 +545721,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortRecurringExpenses(value)); }, - $signature: 37 + $signature: 38 }; A.RecurringExpenseScreen_build_closure11.prototype = { call$2($status, value) { @@ -545501,7 +545729,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringExpensesByStatus($status)); }, - $signature: 166 + $signature: 164 }; A.RecurringExpenseScreen_build_closure10.prototype = { call$2(state, value) { @@ -545509,7 +545737,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringExpensesByState(state)); }, - $signature: 65 + $signature: 67 }; A.RecurringExpenseScreen_build_closure4.prototype = { call$0() { @@ -545576,7 +545804,7 @@ call$2(context, vm) { return new A.RecurringExpenseScreen(vm, null); }, - $signature: 2984 + $signature: 2985 }; A.RecurringExpenseScreenVM.prototype = {}; A.RecurringExpenseViewScreen.prototype = { @@ -545589,13 +545817,13 @@ call$1(store) { return A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore(store); }, - $signature: 2985 + $signature: 2986 }; A.RecurringExpenseViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ExpenseView(vm, this.$this.isFilter, vm.state.uiState.recurringExpenseUIState.tabIndex, null); }, - $signature: 2986 + $signature: 2987 }; A.RecurringExpenseViewVM.prototype = {}; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh.prototype = { @@ -545629,7 +545857,7 @@ t2[0].call$1(new A.SaveRecurringExpenseDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.recurringExpense)); t1.then$1$1(0, new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0()); }, - $signature: 108 + $signature: 111 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure.prototype = { call$1(client) { @@ -545641,7 +545869,7 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0.prototype = { call$1(error) { @@ -545651,7 +545879,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure.prototype = { call$1(context) { @@ -545769,7 +545997,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._RecurringInvoiceEditState_build_closure2.prototype = { call$1(context) { @@ -545781,7 +546009,7 @@ call$2(context, action) { return this.$this._recurring_invoice_edit$_onSavePressed$2(context, action); }, - $signature: 76 + $signature: 74 }; A._RecurringInvoiceEditState_build_closure.prototype = { call$0() { @@ -545800,21 +546028,21 @@ t5 = type$.WhereTypeIterable_BaseEntity; return new A.InvoiceItemSelector(t1, new A._RecurringInvoiceEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t2, new A._RecurringInvoiceEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._RecurringInvoiceEditState_build___closure1(t4), t3._eval$1("MappedIterable<1,BaseEntity?>")), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 292 + $signature: 351 }; A._RecurringInvoiceEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 86 + $signature: 89 }; A._RecurringInvoiceEditState_build___closure1.prototype = { call$1(item) { var t1 = this.viewModel.state; return item.typeId === "2" ? t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.map._map$_map.$index(0, item.taskId) : t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, item.expenseId); }, - $signature: 291 + $signature: 320 }; A._RecurringInvoiceEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -545828,7 +546056,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 290 + $signature: 317 }; A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -545855,7 +546083,7 @@ call$1(store) { return A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore(store); }, - $signature: 2987 + $signature: 2988 }; A.RecurringInvoiceEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -545864,7 +546092,7 @@ else return new A.InvoiceEditDetails(viewModel, B.EntityType_recurringInvoice, null); }, - $signature: 2988 + $signature: 2989 }; A.RecurringInvoiceEditDetailsVM.prototype = {}; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure.prototype = { @@ -545888,7 +546116,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateRecurringInvoiceClient(client)); }, - $signature: 445 + $signature: 440 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -545917,7 +546145,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/recurring_invoice/edit")); }, - $signature: 106 + $signature: 107 }; A.RecurringInvoiceEditItemsScreen.prototype = { build$1(context) { @@ -545929,7 +546157,7 @@ call$1(store) { return A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2989 + $signature: 2990 }; A.RecurringInvoiceEditItemsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -545940,18 +546168,18 @@ else return new A.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2990 + $signature: 2991 }; A.RecurringInvoiceEditItemsVM.prototype = {}; - A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure.prototype = { + A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1.prototype = { call$1(index) { var t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteRecurringInvoiceItem(index)); }, - $signature: 164 + $signature: 159 }; - A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0.prototype = { + A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2.prototype = { call$0() { var t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); @@ -545959,7 +546187,7 @@ }, $signature: 4 }; - A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1.prototype = { + A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure3.prototype = { call$2(item, index) { var t1 = this.store, t2 = t1.__Store__state_A; @@ -545968,14 +546196,14 @@ t2 = item.rebuild$1(new A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure(this.isTasks)); t1 = t1.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); - t1[0].call$1(new A.AddRecurringInvoiceItem(t2)); + t1[0].call$1(new A.AddRecurringInvoiceItem(null, t2)); } else { t1 = t1.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateRecurringInvoiceItem(index, item)); } }, - $signature: 279 + $signature: 278 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -545983,15 +546211,36 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 56 + $signature: 54 }; - A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2.prototype = { + A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure4.prototype = { call$2(oldIndex, newIndex) { var t1 = this.store.__Store__dispatchers_F; t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.MoveRecurringInvoiceItem(oldIndex, newIndex)); }, - $signature: 226 + $signature: 224 + }; + A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure.prototype = { + call$1(index) { + var t1 = A.InvoiceItemEntity_InvoiceItemEntity(null, null), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.AddRecurringInvoiceItem(index, t1)); + }, + call$0() { + return this.call$1(null); + }, + $signature: 303 + }; + A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0.prototype = { + call$1(index) { + var t1 = J.get$clone$z(this.invoice.lineItems._list$_list[index]), + t2 = this.store.__Store__dispatchers_F; + t2 === $ && A.throwUnnamedLateFieldNI(); + t2[0].call$1(new A.AddRecurringInvoiceItem(index, t1)); + }, + $signature: 297 }; A.RecurringInvoiceEditNotesScreen.prototype = { build$1(context) { @@ -546003,13 +546252,13 @@ call$1(store) { return A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore(store); }, - $signature: 2991 + $signature: 2992 }; A.RecurringInvoiceEditNotesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditNotes(viewModel, null); }, - $signature: 2992 + $signature: 2993 }; A.RecurringInvoiceEditNotesVM.prototype = {}; A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure.prototype = { @@ -546032,13 +546281,13 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return new A.RecurringInvoiceEditPDFVM(t1, t1.uiState.recurringInvoiceUIState.editing); }, - $signature: 2993 + $signature: 2994 }; A.RecurringInvoiceEditPDFScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2994 + $signature: 2995 }; A.RecurringInvoiceEditPDFVM.prototype = {}; A.RecurringInvoiceEditScreen.prototype = { @@ -546051,13 +546300,13 @@ call$1(store) { return A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore(store); }, - $signature: 2995 + $signature: 2996 }; A.RecurringInvoiceEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.RecurringInvoiceEdit(viewModel, new A.ValueKey(viewModel.invoice.updatedAt, type$.ValueKey_int)); }, - $signature: 2996 + $signature: 2997 }; A.RecurringInvoiceEditVM.prototype = {}; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure.prototype = { @@ -546072,7 +546321,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 209 + $signature: 202 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1.prototype = { call$0() { @@ -546186,7 +546435,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure.prototype = { call$1(context) { @@ -546207,7 +546456,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.AddRecurringInvoiceItems(items)); }, - $signature: 277 + $signature: 308 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -546232,7 +546481,7 @@ t2[0].call$1(new A.SaveRecurringInvoiceDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFile, this.recurringInvoice)); t1.then$1$1(0, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure(context), type$.Null).catchError$1(new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0(context)); }, - $signature: 108 + $signature: 111 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure.prototype = { call$1(client) { @@ -546244,14 +546493,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure.prototype = { call$1(context) { @@ -546420,7 +546669,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.invoice], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.RecurringInvoiceListItem_build__closure5.prototype = { call$0() { @@ -546450,7 +546699,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.recurringInvoiceList, B.EntityType_recurringInvoice, new A.RecurringInvoiceListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.RecurringInvoicePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 2997 + $signature: 2998 }; A.RecurringInvoiceListBuilder_build__closure.prototype = { call$2(context, index) { @@ -546459,7 +546708,7 @@ t2.toString; return new A.RecurringInvoiceListItem(t2, t1.filter, null); }, - $signature: 2998 + $signature: 2999 }; A.RecurringInvoiceListVM.prototype = {}; A.RecurringInvoiceListVM_fromStore__handleRefresh.prototype = { @@ -546523,13 +546772,13 @@ t3.toString; return new A.RecurringInvoicePdfVM(t1, t1.userCompanyStates._list$_list[t2.selectedCompanyIndex].recurringInvoiceState.$get$1(0, t3), recurringInvoiceUIState.historyActivityId); }, - $signature: 2999 + $signature: 3000 }; A.RecurringInvoicePdfScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoicePdfView(vm, true, new A.ValueKey("__recurring_invoice_pdf_" + vm.invoice.id + "__", type$.ValueKey_String)); }, - $signature: 3000 + $signature: 3001 }; A.RecurringInvoicePdfVM.prototype = {}; A.RecurringInvoicePresenter.prototype = { @@ -546720,7 +546969,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.RecurringInvoiceScreen_build_closure0.prototype = { call$1(b) { @@ -546735,7 +546984,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.RecurringInvoiceScreen_build_closure1.prototype = { call$1(b) { @@ -546750,7 +546999,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.RecurringInvoiceScreen_build_closure2.prototype = { call$1(b) { @@ -546765,7 +547014,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.RecurringInvoiceScreen_build_closure3.prototype = { call$1(b) { @@ -546780,7 +547029,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 52 + $signature: 51 }; A.RecurringInvoiceScreen_build_closure17.prototype = { call$0() { @@ -546804,7 +547053,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); }, - $signature: 143 + $signature: 151 }; A.RecurringInvoiceScreen_build_closure15.prototype = { call$2(state, value) { @@ -546837,7 +547086,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortRecurringInvoices(value)); }, - $signature: 37 + $signature: 38 }; A.RecurringInvoiceScreen_build_closure11.prototype = { call$2($status, value) { @@ -546845,7 +547094,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); }, - $signature: 166 + $signature: 164 }; A.RecurringInvoiceScreen_build_closure10.prototype = { call$2(state, value) { @@ -546853,7 +547102,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterRecurringInvoicesByState(state)); }, - $signature: 65 + $signature: 67 }; A.RecurringInvoiceScreen_build_closure4.prototype = { call$0() { @@ -546920,7 +547169,7 @@ call$2(context, vm) { return new A.RecurringInvoiceScreen(vm, null); }, - $signature: 3001 + $signature: 3002 }; A.RecurringInvoiceScreenVM.prototype = {}; A.RecurringInvoiceViewScreen.prototype = { @@ -546933,13 +547182,13 @@ call$1(store) { return A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore(store); }, - $signature: 3002 + $signature: 3003 }; A.RecurringInvoiceViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.InvoiceView(vm, this.$this.isFilter, vm.state.uiState.recurringInvoiceUIState.tabIndex, null); }, - $signature: 3003 + $signature: 3004 }; A.RecurringInvoiceViewVM.prototype = {}; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh.prototype = { @@ -546972,7 +547221,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 274 + $signature: 313 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -546988,7 +547237,7 @@ t2[0].call$1(new A.SaveRecurringInvoiceDocumentRequest(isPrivate, new A._AsyncCompleter(t1, type$._AsyncCompleter_List_DocumentEntity), multipartFiles, this.invoice)); t1.then$1$1(0, new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure(context), type$.Null).catchError$1(new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0(context)); }, - $signature: 108 + $signature: 111 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure.prototype = { call$1(client) { @@ -547000,14 +547249,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure.prototype = { call$1(context) { @@ -547024,7 +547273,7 @@ call$2(context, invoice) { return this.call$3(context, invoice, null); }, - $signature: 276 + $signature: 284 }; A.ClientReportFields.prototype = { _enumToString$0() { @@ -547035,19 +547284,19 @@ call$6(userCompany, reportsUIState, clientMap, userMap, groupMap, staticState) { return A.clientReport(userCompany, reportsUIState, clientMap, userMap, groupMap, staticState); }, - $signature: 3004 + $signature: 3005 }; A.clientReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_uhc, e, type$.ClientReportFields); }, - $signature: 3005 + $signature: 3006 }; A.clientReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 554 + $signature: 590 }; A.clientReport_closure1.prototype = { call$2(rowA, rowB) { @@ -547055,19 +547304,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.clientReport_closure2.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 554 + $signature: 590 }; A.clientReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 554 + $signature: 590 }; A.ContactReportFields.prototype = { _enumToString$0() { @@ -547079,19 +547328,19 @@ userCompany.toString; return A.contactReport(userCompany, reportsUIState, clientMap, userMap, staticState); }, - $signature: 3008 + $signature: 3009 }; A.contactReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_yzJ1, e, type$.ContactReportFields); }, - $signature: 3009 + $signature: 3010 }; A.contactReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 558 + $signature: 574 }; A.contactReport_closure1.prototype = { call$2(rowA, rowB) { @@ -547099,19 +547348,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.contactReport_closure2.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 558 + $signature: 574 }; A.contactReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 558 + $signature: 574 }; A.CreditItemReportFields.prototype = { _enumToString$0() { @@ -547122,19 +547371,19 @@ call$6(userCompany, reportsUIState, productMap, creditMap, clientMap, staticState) { return A.lineItemReport1(userCompany, reportsUIState, productMap, creditMap, clientMap, staticState); }, - $signature: 559 + $signature: 573 }; A.lineItemReport_closure11.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_eEX, e, type$.CreditItemReportFields); }, - $signature: 3012 + $signature: 3013 }; A.lineItemReport_closure12.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 561 + $signature: 553 }; A.lineItemReport_closure13.prototype = { call$2(rowA, rowB) { @@ -547142,25 +547391,25 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.lineItemReport_closure14.prototype = { call$1(field) { return field !== B.CreditItemReportFields_8 || this.userCompany.company.enableProductDiscount; }, - $signature: 3014 + $signature: 3015 }; A.lineItemReport_closure15.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 561 + $signature: 553 }; A.lineItemReport_closure16.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 561 + $signature: 553 }; A.CreditReportFields.prototype = { _enumToString$0() { @@ -547171,19 +547420,19 @@ call$6(userCompany, reportsUIState, creditMap, clientMap, userMap, staticState) { return A.creditReport(userCompany, reportsUIState, creditMap, clientMap, userMap, staticState); }, - $signature: 3015 + $signature: 3016 }; A.creditReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_IjT, e, type$.CreditReportFields); }, - $signature: 3016 + $signature: 3017 }; A.creditReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 562 + $signature: 538 }; A.creditReport_closure1.prototype = { call$2(rowA, rowB) { @@ -547191,19 +547440,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.creditReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 562 + $signature: 538 }; A.creditReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 562 + $signature: 538 }; A.DocumentReportFields.prototype = { _enumToString$0() { @@ -547215,13 +547464,13 @@ userCompany.toString; return A.documentReport(userCompany, reportsUIState, documentMap, userMap); }, - $signature: 3018 + $signature: 3019 }; A.documentReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_27O, e, type$.DocumentReportFields); }, - $signature: 3019 + $signature: 3020 }; A.documentReport_closure0.prototype = { call$1($document) { @@ -547307,13 +547556,13 @@ _this.entities.push($document); } }, - $signature: 38 + $signature: 37 }; A.documentReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 564 + $signature: 537 }; A.documentReport_closure2.prototype = { call$2(rowA, rowB) { @@ -547321,19 +547570,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.documentReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 564 + $signature: 537 }; A.documentReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 564 + $signature: 537 }; A.ExpenseReportFields.prototype = { _enumToString$0() { @@ -547344,19 +547593,19 @@ call$10(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, projectMap, userMap, staticState) { return A.expenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, projectMap, userMap, staticState); }, - $signature: 3021 + $signature: 3022 }; A.expenseReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_OJ5, e, type$.ExpenseReportFields); }, - $signature: 3022 + $signature: 3023 }; A.expenseReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 566 + $signature: 535 }; A.expenseReport_closure1.prototype = { call$2(rowA, rowB) { @@ -547364,19 +547613,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.expenseReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 566 + $signature: 535 }; A.expenseReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 566 + $signature: 535 }; A.InvoiceItemReportFields.prototype = { _enumToString$0() { @@ -547387,19 +547636,19 @@ call$6(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return A.lineItemReport2(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 559 + $signature: 573 }; A.lineItemReport_closure17.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_OLZ, e, type$.InvoiceItemReportFields); }, - $signature: 3024 + $signature: 3025 }; A.lineItemReport_closure18.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 567 + $signature: 529 }; A.lineItemReport_closure19.prototype = { call$2(rowA, rowB) { @@ -547407,25 +547656,25 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.lineItemReport_closure20.prototype = { call$1(field) { return field !== B.InvoiceItemReportFields_8 || this.userCompany.company.enableProductDiscount; }, - $signature: 3026 + $signature: 3027 }; A.lineItemReport_closure21.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 567 + $signature: 529 }; A.lineItemReport_closure22.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 567 + $signature: 529 }; A.InvoiceReportFields.prototype = { _enumToString$0() { @@ -547436,13 +547685,13 @@ call$9(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, paymentMap, staticState) { return A.invoiceReport(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, paymentMap, staticState); }, - $signature: 3027 + $signature: 3028 }; A.invoiceReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_KDB, e, type$.InvoiceReportFields); }, - $signature: 3028 + $signature: 3029 }; A.invoiceReport_closure0.prototype = { call$2(paymentId, payment) { @@ -547450,7 +547699,7 @@ if (t1.length !== 0) B.JSArray_methods.forEach$1(t1, new A.invoiceReport__closure(this.lastPaymentMap, payment)); }, - $signature: 207 + $signature: 209 }; A.invoiceReport__closure.prototype = { call$1(paymentable) { @@ -547464,13 +547713,13 @@ } else t1.$indexSet(0, invoiceId, this.payment); }, - $signature: 150 + $signature: 139 }; A.invoiceReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 568 + $signature: 515 }; A.invoiceReport_closure2.prototype = { call$2(rowA, rowB) { @@ -547478,19 +547727,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.invoiceReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 568 + $signature: 515 }; A.invoiceReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 568 + $signature: 515 }; A.TaxRateReportFields0.prototype = { _enumToString$0() { @@ -547501,19 +547750,19 @@ call$9(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return A.taxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 809 + $signature: 811 }; A.taxReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_8SG, e, type$.TaxRateReportFields); }, - $signature: 3031 + $signature: 3032 }; A.taxReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 433 + $signature: 417 }; A.taxReport_closure0.prototype = { call$2(rowA, rowB) { @@ -547521,25 +547770,25 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.taxReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 433 + $signature: 417 }; A.taxReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 433 + $signature: 417 }; A.taxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 433 + $signature: 417 }; A.PaymentReportFields.prototype = { _enumToString$0() { @@ -547550,19 +547799,19 @@ call$8(userCompany, reportsUIState, paymentMap, clientMap, userMap, invoiceMap, creditMap, staticState) { return A.paymentReport(userCompany, reportsUIState, paymentMap, clientMap, userMap, invoiceMap, creditMap, staticState); }, - $signature: 3033 + $signature: 3034 }; A.paymentReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_3YO, e, type$.PaymentReportFields); }, - $signature: 3034 + $signature: 3035 }; A.paymentReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 570 + $signature: 494 }; A.paymentReport_closure1.prototype = { call$2(rowA, rowB) { @@ -547570,19 +547819,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.paymentReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 570 + $signature: 494 }; A.paymentReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 570 + $signature: 494 }; A.TaxRateReportFields.prototype = { _enumToString$0() { @@ -547593,19 +547842,19 @@ call$9(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return A.paymentTaxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 809 + $signature: 811 }; A.paymentTaxReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_LHW, e, type$.TaxRateReportFields_2); }, - $signature: 3036 + $signature: 3037 }; A.paymentTaxReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 436 + $signature: 433 }; A.paymentTaxReport_closure0.prototype = { call$2(rowA, rowB) { @@ -547613,25 +547862,25 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.paymentTaxReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 436 + $signature: 433 }; A.paymentTaxReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 436 + $signature: 433 }; A.paymentTaxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 436 + $signature: 433 }; A.ProductReportFields.prototype = { _enumToString$0() { @@ -547642,19 +547891,19 @@ call$6(userCompany, reportsUIState, productMap, vendorMap, userMap, staticState) { return A.productReport(userCompany, reportsUIState, productMap, vendorMap, userMap, staticState); }, - $signature: 3038 + $signature: 3039 }; A.productReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_1Rr, e, type$.ProductReportFields); }, - $signature: 3039 + $signature: 3040 }; A.productReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 574 + $signature: 465 }; A.productReport_closure1.prototype = { call$2(rowA, rowB) { @@ -547662,19 +547911,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.productReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 574 + $signature: 465 }; A.productReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 574 + $signature: 465 }; A.ProfitAndLossReportFields.prototype = { _enumToString$0() { @@ -547685,19 +547934,19 @@ call$9(userCompany, reportsUIState, clientMap, paymentMap, expenseMap, expenseCategoryMap, vendorMap, userMap, staticState) { return A.profitAndLossReport(userCompany, reportsUIState, clientMap, paymentMap, expenseMap, expenseCategoryMap, vendorMap, userMap, staticState); }, - $signature: 3041 + $signature: 3042 }; A.profitAndLossReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_P50, e, type$.ProfitAndLossReportFields); }, - $signature: 3042 + $signature: 3043 }; A.profitAndLossReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 439 + $signature: 444 }; A.profitAndLossReport_closure0.prototype = { call$2(rowA, rowB) { @@ -547705,25 +547954,25 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.profitAndLossReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 439 + $signature: 444 }; A.profitAndLossReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 439 + $signature: 444 }; A.profitAndLossReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 439 + $signature: 444 }; A.PurchaseOrderItemReportFields.prototype = { _enumToString$0() { @@ -547734,19 +547983,19 @@ call$7(userCompany, reportsUIState, productMap, purchaseOrderMap, clientMap, vendorMap, staticState) { return A.lineItemReport(userCompany, reportsUIState, productMap, purchaseOrderMap, clientMap, vendorMap, staticState); }, - $signature: 3044 + $signature: 3045 }; A.lineItemReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_ahs, e, type$.PurchaseOrderItemReportFields); }, - $signature: 3045 + $signature: 3046 }; A.lineItemReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 578 + $signature: 459 }; A.lineItemReport_closure1.prototype = { call$2(rowA, rowB) { @@ -547754,25 +548003,25 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.lineItemReport_closure2.prototype = { call$1(field) { return field !== B.PurchaseOrderItemReportFields_7 || this.userCompany.company.enableProductDiscount; }, - $signature: 3047 + $signature: 3048 }; A.lineItemReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 578 + $signature: 459 }; A.lineItemReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 578 + $signature: 459 }; A.PurchaseOrderReportFields.prototype = { _enumToString$0() { @@ -547783,19 +548032,19 @@ call$7(userCompany, reportsUIState, purchaseOrderMap, clientMap, vendorMap, userMap, staticState) { return A.purchaseOrderReport(userCompany, reportsUIState, purchaseOrderMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 816 + $signature: 818 }; A.purchaseOrderReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_ccv, e, type$.PurchaseOrderReportFields); }, - $signature: 3049 + $signature: 3050 }; A.purchaseOrderReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 582 + $signature: 451 }; A.purchaseOrderReport_closure1.prototype = { call$2(rowA, rowB) { @@ -547803,19 +548052,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.purchaseOrderReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 582 + $signature: 451 }; A.purchaseOrderReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 582 + $signature: 451 }; A.QuoteItemReportFields.prototype = { _enumToString$0() { @@ -547826,19 +548075,19 @@ call$6(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return A.lineItemReport0(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 559 + $signature: 573 }; A.lineItemReport_closure5.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_nRX, e, type$.QuoteItemReportFields); }, - $signature: 3051 + $signature: 3052 }; A.lineItemReport_closure6.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 583 + $signature: 449 }; A.lineItemReport_closure7.prototype = { call$2(rowA, rowB) { @@ -547846,25 +548095,25 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.lineItemReport_closure8.prototype = { call$1(field) { return field !== B.QuoteItemReportFields_8 || this.userCompany.company.enableProductDiscount; }, - $signature: 3053 + $signature: 3054 }; A.lineItemReport_closure9.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 583 + $signature: 449 }; A.lineItemReport_closure10.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 583 + $signature: 449 }; A.QuoteReportFields.prototype = { _enumToString$0() { @@ -547875,19 +548124,19 @@ call$7(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState) { return A.quoteReport(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 816 + $signature: 818 }; A.quoteReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_Poc, e, type$.QuoteReportFields); }, - $signature: 3054 + $signature: 3055 }; A.quoteReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 590 + $signature: 499 }; A.quoteReport_closure1.prototype = { call$2(rowA, rowB) { @@ -547895,19 +548144,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.quoteReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 590 + $signature: 499 }; A.quoteReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 590 + $signature: 499 }; A.RecurringExpenseReportFields.prototype = { _enumToString$0() { @@ -547918,19 +548167,19 @@ call$9(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState) { return A.recurringExpenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 3056 + $signature: 3057 }; A.recurringExpenseReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_Ecu0, e, type$.RecurringExpenseReportFields); }, - $signature: 3057 + $signature: 3058 }; A.recurringExpenseReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 591 + $signature: 505 }; A.recurringExpenseReport_closure1.prototype = { call$2(rowA, rowB) { @@ -547938,19 +548187,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.recurringExpenseReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 591 + $signature: 505 }; A.recurringExpenseReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 591 + $signature: 505 }; A.RecurringInvoiceReportFields.prototype = { _enumToString$0() { @@ -547961,19 +548210,19 @@ call$8(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, staticState) { return A.recurringInvoiceReport(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, staticState); }, - $signature: 3059 + $signature: 3060 }; A.recurringInvoiceReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_sKB, e, type$.RecurringInvoiceReportFields); }, - $signature: 3060 + $signature: 3061 }; A.recurringInvoiceReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 592 + $signature: 510 }; A.recurringInvoiceReport_closure1.prototype = { call$2(rowA, rowB) { @@ -547981,19 +548230,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.recurringInvoiceReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 592 + $signature: 510 }; A.recurringInvoiceReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 592 + $signature: 510 }; A.ReportCharts.prototype = { build$1(context) { @@ -548048,7 +548297,7 @@ t1.toString; return A.ColorUtil_fromDartColor(t1); }, - $signature: 822 + $signature: 824 }; A.ReportCharts_build_closure1.prototype = { call$2(item, _) { @@ -548064,13 +548313,13 @@ } return t1; }, - $signature: 3063 + $signature: 3064 }; A.ReportCharts_build_closure2.prototype = { call$2(item, _) { return J.$index$asx(item, "value"); }, - $signature: 823 + $signature: 825 }; A.ReportCharts_build_closure0.prototype = { call$1(key) { @@ -548078,13 +548327,13 @@ t1.toString; return A.LinkedHashMap_LinkedHashMap$_literal(["name", key, "value", t1], type$.String, type$.nullable_Object); }, - $signature: 824 + $signature: 826 }; A.ReportCharts_build_closure3.prototype = { call$1(element) { return element.length !== 0; }, - $signature: 117 + $signature: 119 }; A.ReportCharts_build_closure4.prototype = { call$2(str1, str2) { @@ -548100,25 +548349,25 @@ t1.toString; return A.ColorUtil_fromDartColor(t1); }, - $signature: 822 + $signature: 824 }; A.ReportCharts_build_closure7.prototype = { call$2(item, _) { return A.DateTime_parse(J.$index$asx(item, "name")); }, - $signature: 3066 + $signature: 3067 }; A.ReportCharts_build_closure8.prototype = { call$2(item, _) { return J.$index$asx(item, "value"); }, - $signature: 823 + $signature: 825 }; A.ReportCharts_build_closure6.prototype = { call$1(key) { return A.LinkedHashMap_LinkedHashMap$_literal(["name", key, "value", this.$this.viewModel.groupTotals.totals.$index(0, key).$index(0, this.reportState.chart)], type$.String, type$.nullable_Object); }, - $signature: 824 + $signature: 826 }; A.ReportsScreen.prototype = { build$1(context) { @@ -548430,7 +548679,7 @@ t1.toString; return A.InkWell$(false, _null, true, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null, _null), _null, new A.ReportsScreen_build__closure5(context), _null, _null, _null, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 481 + $signature: 604 }; A.ReportsScreen_build__closure5.prototype = { call$0() { @@ -548550,7 +548799,7 @@ b.addAll$1(0, t1); return b; }, - $signature: 261 + $signature: 242 }; A.ReportsScreen_build_closure10.prototype = { call$1(column) { @@ -548578,32 +548827,32 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([t1, t2], t3, t3)); return b; }, - $signature: 261 + $signature: 242 }; A.ReportsScreen_build_closure13.prototype = { call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 228 + $signature: 221 }; A.ReportsScreen_build_closure14.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 253 + $signature: 263 }; A.ReportsScreen_build_closure15.prototype = { call$2(date, _) { return this.$this.viewModel.onSettingsChanged.call$1$customStartDate(date); }, - $signature: 344 + $signature: 305 }; A.ReportsScreen_build_closure16.prototype = { call$2(date, _) { return this.$this.viewModel.onSettingsChanged.call$1$customEndDate(date); }, - $signature: 344 + $signature: 305 }; A.ReportsScreen_build_closure19.prototype = { call$1(value) { @@ -548640,7 +548889,7 @@ t1.toString; return new A.AppTextButton(t1, new A.ReportsScreen_build__closure2(this.$this, context, this.reportResult), true, null, null); }, - $signature: 365 + $signature: 358 }; A.ReportsScreen_build__closure2.prototype = { call$0() { @@ -548659,7 +548908,7 @@ call$1(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 119 + $signature: 115 }; A.ReportsScreen_build_closure21.prototype = { call$0() { @@ -548690,7 +548939,7 @@ t1 = t3 === 1 ? "1 " + t1.lookup$1(J.toString$0$(t4.get$entityType())) : "" + t3 + " " + t1.lookup$1(t4.get$entityType().get$plural()); A.confirmCallback(false, new A.ReportsScreen_build__closure1(entities, action), context, t2 + " \u2022 " + t1, false, null); }, - $signature: 3068 + $signature: 3069 }; A.ReportsScreen_build__closure1.prototype = { call$1(_) { @@ -548712,7 +548961,7 @@ t3 = _null; return A.IconButton$(_null, _null, _null, _null, t1, _null, new A.ReportsScreen_build__closure0(context, t2, this.store), B.EdgeInsets_4_0_20_0, _null, _null, t3, _null); }, - $signature: 477 + $signature: 595 }; A.ReportsScreen_build__closure0.prototype = { call$0() { @@ -548751,7 +549000,7 @@ t1.toString; return A.Expanded$(new A.AppButton(_null, _null, t1, new A.ReportsScreen_build__closure(this.$this, context, this.reportResult), _null, _null), 1); }, - $signature: 3069 + $signature: 3070 }; A.ReportsScreen_build__closure.prototype = { call$0() { @@ -548767,7 +549016,7 @@ call$1(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 119 + $signature: 115 }; A.ReportsScreen_build_closure26.prototype = { call$0() { @@ -548884,7 +549133,7 @@ t1.toString; this.viewModel.onReportFiltersChanged.call$2(t1, t2.reportState.filters.rebuild$1(new A._ReportDataTableState_initState__closure(column, value))); }, - $signature: 173 + $signature: 174 }; A._ReportDataTableState_initState__closure.prototype = { call$1(b) { @@ -548892,7 +549141,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 261 + $signature: 242 }; A._ReportDataTableState_didChangeDependencies_closure.prototype = { call$0() { @@ -548906,7 +549155,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 261 + $signature: 242 }; A._ReportDataTableState_dispose_closure.prototype = { call$1(i) { @@ -548933,7 +549182,7 @@ call$2(index, ascending) { return this.$this._widget.viewModel.onReportSorted.call$2(this.sortedColumns[index], ascending); }, - $signature: 826 + $signature: 828 }; A.TotalsDataTable.prototype = { build$1(context) { @@ -548949,7 +549198,7 @@ call$2(index, ascending) { return this.$this.viewModel.onReportTotalsSorted.call$2(index, ascending); }, - $signature: 826 + $signature: 828 }; A.ReportColumnType.prototype = { _enumToString$0() { @@ -548965,7 +549214,7 @@ else return B.ReportColumnType_0; }, - $signature: 3071 + $signature: 3072 }; A.ReportDataTableSource.prototype = { get$selectedRowCount() { @@ -549000,7 +549249,7 @@ call$2(column, value) { return this.$this.onFilterChanged.call$2(column, value); }, - $signature: 3072 + $signature: 3073 }; A.ReportResult.prototype = { sortedColumns$1(reportState) { @@ -549380,14 +549629,14 @@ call$1(value) { return value !== B.DateRange_allTime; }, - $signature: 228 + $signature: 221 }; A.ReportResult_tableFilters_closure5.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 253 + $signature: 263 }; A.ReportResult_tableFilters_closure9.prototype = { call$1(textEditingValue) { @@ -549402,7 +549651,7 @@ t5 = A.LinkedHashSet_LinkedHashSet$of(new A.WhereTypeIterable(new A.MappedIterable(new A.WhereIterable(t1, new A.ReportResult_tableFilters__closure(index, t3, t2, textEditingValue.text.toLowerCase()), t4._eval$1("WhereIterable<1>")), new A.ReportResult_tableFilters__closure0(index, t3, t2), t4._eval$1("MappedIterable<1,String?>")), t5), t5._eval$1("Iterable.E")); return A.List_List$of(t5, true, A._instanceType(t5)._eval$1("SetBase.E")); }, - $signature: 3073 + $signature: 3074 }; A.ReportResult_tableFilters__closure.prototype = { call$1(row) { @@ -549419,13 +549668,13 @@ t1 = false; return t1; }, - $signature: 3074 + $signature: 3075 }; A.ReportResult_tableFilters__closure0.prototype = { call$1(row) { return J.$index$asx(row, this.index).renderText$2(this.context, this.column); }, - $signature: 3075 + $signature: 3076 }; A.ReportResult_tableFilters_closure8.prototype = { call$1(value) { @@ -549453,7 +549702,7 @@ t1 = textEditingController._change_notifier$_value.text.length === 0 ? _null : A.InputDecoration$(_null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, B.MaterialColor_Map_MUpTk_4288585374, _null, _null), _null, new A.ReportResult_tableFilters__closure3(_this.textEditingControllers, _this.column, _this.onFilterChanged, _this.textEditingFocusNodes), _null, _null, _null, _null, _null), _null, _null, _null, _null); return A.DecoratedFormField$(false, _null, false, textEditingController, t1, true, focusNode, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, _null, _null, _null, false, _null, new A.ReportResult_tableFilters__closure4(onFieldSubmitted), _null, true, _null, _null, B.TextAlign_4, _null); }, - $signature: 471 + $signature: 548 }; A.ReportResult_tableFilters__closure3.prototype = { call$0() { @@ -549480,7 +549729,7 @@ t1 = A.Theme_of(context); return new A.Theme(this.theme, new A.Align(B.Alignment_m1_m1, _null, _null, A.Material$(B.Duration_200000, true, _null, new A.AppBorder(A.Container$(_null, A.ScrollableListViewBuilder$(new A.ReportResult_tableFilters__closure2(highlightedIndex, this.store, options, onSelected), J.get$length$asx(options), _null, false, _null, _null), B.Clip_0, t1.cardColor, new A.BoxConstraints(0, 1 / 0, 0, 270), _null, _null, _null, _null, _null, _null, _null, _null, 250), _null, _null, _null, false, _null), B.Clip_0, _null, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null), _null); }, - $signature: 3076 + $signature: 3077 }; A.ReportResult_tableFilters__closure2.prototype = { call$2(context, index) { @@ -549497,7 +549746,7 @@ t2 = _this.options; return A.Container$(_null, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, new A.ReportResult_tableFilters___closure(_this.onSelected, t2, index), false, _null, _null, _null, _null, _null, A.Text$(J.elementAt$1$ax(t2, index), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), _null, _null), B.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 787 + $signature: 789 }; A.ReportResult_tableFilters___closure.prototype = { call$0() { @@ -549585,7 +549834,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this._box_0.filter], t1, t1)); return b; }, - $signature: 261 + $signature: 242 }; A.ReportResult_totalColumns_closure.prototype = { call$1(column) { @@ -549699,7 +549948,7 @@ _this.cells.push(A.DataCell$(A.Text$(value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null)); } }, - $signature: 96 + $signature: 100 }; A.ReportElement.prototype = { get$doubleValue() { @@ -549922,7 +550171,7 @@ call$2(context, vm) { return new A.ReportsScreen(vm, null); }, - $signature: 3077 + $signature: 3078 }; A.ReportsScreenVM.prototype = {}; A.ReportsScreenVM_fromStore_closure3.prototype = { @@ -549932,7 +550181,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateReportSettings(this.state.uiState.reportsUIState.report, _null, _null, _null, _null, _null, column, _null, _null, _null)); }, - $signature: 3078 + $signature: 3079 }; A.ReportsScreenVM_fromStore_closure4.prototype = { call$2(index, ascending) { @@ -549941,7 +550190,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateReportSettings(this.state.uiState.reportsUIState.report, _null, _null, _null, _null, _null, _null, index, _null, _null)); }, - $signature: 3079 + $signature: 3080 }; A.ReportsScreenVM_fromStore_closure2.prototype = { call$2(context, filterMap) { @@ -549950,7 +550199,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateReportSettings(this.report, filterMap, _null, "", _null, _null, _null, _null, _null, _null)); }, - $signature: 3080 + $signature: 3081 }; A.ReportsScreenVM_fromStore_closure.prototype = { call$2(context, columns) { @@ -549972,7 +550221,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveUserSettingsRequest(completer, user)); }, - $signature: 827 + $signature: 829 }; A.ReportsScreenVM_fromStore__closure7.prototype = { call$1(b) { @@ -549986,7 +550235,7 @@ b.get$columns(0).replace$1(0, A.BuiltList_BuiltList$from(this.columns, type$.String)); return b; }, - $signature: 670 + $signature: 672 }; A.ReportsScreenVM_fromStore__closure8.prototype = { call$1(b) { @@ -549996,7 +550245,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 103 + $signature: 102 }; A.ReportsScreenVM_fromStore__closure9.prototype = { call$1(b) { @@ -550006,7 +550255,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 99 + $signature: 101 }; A.ReportsScreenVM_fromStore_closure5.prototype = { call$7$chart$customEndDate$customStartDate$group$report$selectedGroup$subgroup(chart, customEndDate, customStartDate, group, report, selectedGroup, subgroup) { @@ -550045,7 +550294,7 @@ $defaultValues() { return {chart: null, customEndDate: null, customStartDate: null, group: null, report: null, selectedGroup: null, subgroup: null}; }, - $signature: 3082 + $signature: 3083 }; A.ReportsScreenVM_fromStore__closure.prototype = { call$0() { @@ -550179,7 +550428,7 @@ t2 = t1.csvData; t1.csvData = B.JSString_methods.substring$2(t2, 0, t2.length - 1); }, - $signature: 3083 + $signature: 3084 }; A.ReportsScreenVM_fromStore__closure3.prototype = { call$1(column) { @@ -550218,7 +550467,7 @@ B.JSArray_methods.forEach$1(this.columns, new A.ReportsScreenVM_fromStore___closure(t2, t1)); t2.csvData += "\n"; }, - $signature: 96 + $signature: 100 }; A.ReportsScreenVM_fromStore___closure.prototype = { call$1(column) { @@ -550235,7 +550484,7 @@ reportResult.toString; return A.calculateReportTotals(company, currencyMap, reportResult, reportSettings, reportUIState); }, - $signature: 3084 + $signature: 3085 }; A.calculateReportTotals_closure.prototype = { call$2(rowA, rowB) { @@ -550289,19 +550538,19 @@ call$10(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState) { return A.taskItemReport(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState); }, - $signature: 828 + $signature: 830 }; A.taskItemReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_ahs0, e, type$.TaskItemReportFields); }, - $signature: 3086 + $signature: 3087 }; A.taskItemReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 593 + $signature: 523 }; A.taskItemReport_closure1.prototype = { call$2(rowA, rowB) { @@ -550309,19 +550558,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.taskItemReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 593 + $signature: 523 }; A.taskItemReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 593 + $signature: 523 }; A.TaskReportFields.prototype = { _enumToString$0() { @@ -550332,19 +550581,19 @@ call$10(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState) { return A.taskReport(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState); }, - $signature: 828 + $signature: 830 }; A.taskReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_CFh, e, type$.TaskReportFields); }, - $signature: 3088 + $signature: 3089 }; A.taskReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 596 + $signature: 545 }; A.taskReport_closure1.prototype = { call$2(rowA, rowB) { @@ -550352,19 +550601,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.taskReport_closure2.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 596 + $signature: 545 }; A.taskReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 596 + $signature: 545 }; A.TransactionReportFields.prototype = { _enumToString$0() { @@ -550375,13 +550624,13 @@ call$10(userCompany, reportsUIState, transactionMap, vendorMap, expenseMap, categoryMap, invoiceMap, bankAccountMap, paymentMap, staticState) { return A.transactionReport(userCompany, reportsUIState, transactionMap, vendorMap, expenseMap, categoryMap, invoiceMap, bankAccountMap, paymentMap, staticState); }, - $signature: 3090 + $signature: 3091 }; A.transactionReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_yfz, e, type$.TransactionReportFields); }, - $signature: 3091 + $signature: 3092 }; A.transactionReport_closure0.prototype = { call$1(expenseId) { @@ -550409,7 +550658,7 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 600 + $signature: 551 }; A.transactionReport_closure4.prototype = { call$2(rowA, rowB) { @@ -550417,19 +550666,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.transactionReport_closure5.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 600 + $signature: 551 }; A.transactionReport_closure6.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 600 + $signature: 551 }; A.VendorReportFields.prototype = { _enumToString$0() { @@ -550440,19 +550689,19 @@ call$6(userCompany, reportsUIState, vendorMap, userMap, groupMap, staticState) { return A.vendorReport(userCompany, reportsUIState, vendorMap, userMap, groupMap, staticState); }, - $signature: 3093 + $signature: 3094 }; A.vendorReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_RrN, e, type$.VendorReportFields); }, - $signature: 3094 + $signature: 3095 }; A.vendorReport_closure0.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 602 + $signature: 554 }; A.vendorReport_closure1.prototype = { call$2(rowA, rowB) { @@ -550460,19 +550709,19 @@ t1.toString; return t1; }, - $signature: 88 + $signature: 86 }; A.vendorReport_closure2.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 602 + $signature: 554 }; A.vendorReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 602 + $signature: 554 }; A.ScheduleEdit.prototype = { createState$0() { @@ -550588,7 +550837,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._ScheduleEditState_build_closure1.prototype = { call$1(context) { @@ -550751,7 +551000,7 @@ } return new A.ScrollableListView(t4, _null, _null, _null, false, _null); }, - $signature: 140 + $signature: 138 }; A._ScheduleEditState_build__closure1.prototype = { call$1(value) { @@ -550792,7 +551041,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure16(date))); }, - $signature: 51 + $signature: 50 }; A._ScheduleEditState_build___closure16.prototype = { call$1(b) { @@ -550842,7 +551091,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry.key, type$.String); }, - $signature: 336 + $signature: 280 }; A._ScheduleEditState_build__closure7.prototype = { call$1(value) { @@ -550862,7 +551111,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 192 + $signature: 175 }; A._ScheduleEditState_build__closure9.prototype = { call$1(value) { @@ -550888,7 +551137,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(importType.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, importType.name, type$.String); }, - $signature: 3096 + $signature: 3097 }; A._ScheduleEditState_build__closure12.prototype = { call$1(value) { @@ -550909,14 +551158,14 @@ call$1(value) { return value !== B.DateRange_custom; }, - $signature: 228 + $signature: 221 }; A._ScheduleEditState_build__closure11.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 253 + $signature: 263 }; A._ScheduleEditState_build__closure15.prototype = { call$1(value) { @@ -550937,14 +551186,14 @@ call$1(value) { return value !== B.DateRange_custom; }, - $signature: 228 + $signature: 221 }; A._ScheduleEditState_build__closure14.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(dateRange.name), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.DateRange); }, - $signature: 253 + $signature: 263 }; A._ScheduleEditState_build__closure17.prototype = { call$1(value) { @@ -550970,7 +551219,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure9(value))); }, - $signature: 107 + $signature: 104 }; A._ScheduleEditState_build___closure9.prototype = { call$1(b) { @@ -550983,7 +551232,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure8(value))); }, - $signature: 107 + $signature: 104 }; A._ScheduleEditState_build___closure8.prototype = { call$1(b) { @@ -550996,7 +551245,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure7(value))); }, - $signature: 107 + $signature: 104 }; A._ScheduleEditState_build___closure7.prototype = { call$1(b) { @@ -551017,7 +551266,7 @@ t1 = _this.$this; t1.setState$1(new A._ScheduleEditState_build___closure6(t1)); }, - $signature: 49 + $signature: 48 }; A._ScheduleEditState_build___closure5.prototype = { call$1(b) { @@ -551069,13 +551318,13 @@ t1 = entityType.get$apiValue(); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entityType.get$apiValue()), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.String); }, - $signature: 3097 + $signature: 3098 }; A._ScheduleEditState_build__closure25.prototype = { call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure2(value))); }, - $signature: 49 + $signature: 48 }; A._ScheduleEditState_build___closure2.prototype = { call$1(b) { @@ -551093,7 +551342,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure1(value))); }, - $signature: 49 + $signature: 48 }; A._ScheduleEditState_build___closure1.prototype = { call$1(b) { @@ -551111,7 +551360,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure0(value))); }, - $signature: 49 + $signature: 48 }; A._ScheduleEditState_build___closure0.prototype = { call$1(b) { @@ -551129,7 +551378,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.schedule.rebuild$1(new A._ScheduleEditState_build___closure(value))); }, - $signature: 49 + $signature: 48 }; A._ScheduleEditState_build___closure.prototype = { call$1(b) { @@ -551153,13 +551402,13 @@ call$1(store) { return A.ScheduleEditVM_ScheduleEditVM$fromStore(store); }, - $signature: 3098 + $signature: 3099 }; A.ScheduleEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.ScheduleEdit(viewModel, new A.ValueKey(viewModel.schedule.updatedAt, type$.ValueKey_int)); }, - $signature: 3099 + $signature: 3100 }; A.ScheduleEditVM.prototype = { get$schedule() { @@ -551172,7 +551421,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSchedule(schedule)); }, - $signature: 440 + $signature: 430 }; A.ScheduleEditVM_ScheduleEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -551259,14 +551508,14 @@ } else A.viewEntity(false, savedSchedule, null, true); }, - $signature: 440 + $signature: 430 }; A.ScheduleEditVM_ScheduleEditVM$fromStore___closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.ScheduleEditVM_ScheduleEditVM$fromStore____closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.ScheduleEditVM_ScheduleEditVM$fromStore____closure.prototype = { call$1(context) { @@ -551382,7 +551631,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.scheduleList, B.EntityType_schedule, new A.ScheduleListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.SchedulePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3100 + $signature: 3101 }; A.ScheduleListBuilder_build__closure.prototype = { call$2(context, index) { @@ -551399,7 +551648,7 @@ t3 = false; return new A.ScheduleListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3101 + $signature: 3102 }; A.ScheduleListVM.prototype = {}; A.ScheduleListVM_fromStore__handleRefresh.prototype = { @@ -551518,7 +551767,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortSchedules(value)); }, - $signature: 37 + $signature: 38 }; A.ScheduleScreen_build_closure5.prototype = { call$2(state, value) { @@ -551526,7 +551775,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSchedulesByState(state)); }, - $signature: 65 + $signature: 67 }; A.ScheduleScreen_build_closure.prototype = { call$0() { @@ -551593,7 +551842,7 @@ call$2(context, vm) { return new A.ScheduleScreen(vm, null); }, - $signature: 3102 + $signature: 3103 }; A.ScheduleScreenVM.prototype = {}; A.ScheduleView.prototype = { @@ -551768,13 +552017,13 @@ call$1(store) { return A.ScheduleViewVM_ScheduleViewVM$fromStore(store); }, - $signature: 3103 + $signature: 3104 }; A.ScheduleViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.ScheduleView(vm, false, null); }, - $signature: 3104 + $signature: 3105 }; A.ScheduleViewVM.prototype = { get$schedule() { @@ -552016,7 +552265,7 @@ t2 = _this.company; return A.CheckboxListTile$(A.Theme_of(_this.context).colorScheme.secondary, _null, B.ListTileControlAffinity_0, _null, _null, new A._AccountManagementState_build__closure2(t2, module, _this.viewModel), t1, (t2.enabledModules & module) >>> 0 !== 0); }, - $signature: 3105 + $signature: 3106 }; A._AccountManagementState_build__closure2.prototype = { call$1(value) { @@ -552071,13 +552320,13 @@ call$1(value) { this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._AccountManagementState_build__closure(value))); }, - $signature: 107 + $signature: 104 }; A._AccountManagementState_build__closure.prototype = { call$1(b) { return b.get$_company_model$_$this()._oauthPasswordRequired = this.value; }, - $signature: 3106 + $signature: 3107 }; A._AccountOverview.prototype = { build$1(context) { @@ -552574,13 +552823,13 @@ A.showDialog(_null, _null, false, _null, new A._AccountOverview_build___closure1(), t2, _null, true, type$.AlertDialog); new A.WebClient().post$2(credentials.url + "/claim_license?license_key=" + value, credentials.token).then$1$1(0, new A._AccountOverview_build___closure2(t1, t2), type$.Null).catchError$1(new A._AccountOverview_build___closure3(t2)); }, - $signature: 37 + $signature: 38 }; A._AccountOverview_build___closure1.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_Widget), null); }, - $signature: 180 + $signature: 189 }; A._AccountOverview_build___closure2.prototype = { call$1(response) { @@ -552622,13 +552871,13 @@ call$0() { return A.launchUrl(A.Uri_parse("https://api-docs.invoicing.co", 0, null)); }, - $signature: 67 + $signature: 66 }; A._AccountOverview_build_closure11.prototype = { call$0() { return A.launchUrl(A.Uri_parse("https://zapier.com/apps/invoice-ninja", 0, null)); }, - $signature: 67 + $signature: 66 }; A._AccountOverview_build_closure12.prototype = { call$0() { @@ -552749,7 +552998,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 485 + $signature: 613 }; A._AccountOverview_build___closure.prototype = { call$2(password, idToken) { @@ -552787,7 +553036,7 @@ call$2(context, viewModel) { return new A.AccountManagement(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3107 + $signature: 3108 }; A.AccountManagementVM.prototype = {}; A.AccountManagementVM_fromStore_closure1.prototype = { @@ -552810,13 +553059,13 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.DeleteCompanyRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_Null), password, reason)); }, - $signature: 3109 + $signature: 3110 }; A.AccountManagementVM_fromStore__closure.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_Widget), null); }, - $signature: 180 + $signature: 189 }; A.AccountManagementVM_fromStore__closure0.prototype = { call$1(_) { @@ -552874,7 +553123,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.AccountManagementVM_fromStore___closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.AccountManagementVM_fromStore___closure.prototype = { call$1(context) { @@ -552927,7 +553176,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.PurgeDataRequest(completer, password, idToken)); }, - $signature: 834 + $signature: 836 }; A.AccountManagementVM_fromStore_closure4.prototype = { call$0() { @@ -553516,7 +553765,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPortalState__validateSubdomain___closure(t1)); }, - $signature: 3 + $signature: 2 }; A._ClientPortalState__validateSubdomain___closure.prototype = { call$0() { @@ -553847,7 +554096,7 @@ } return A.Row$(A._setArrayType([t2, A.Expanded$(A.AppDropdownButton$(false, _null, "", true, A._setArrayType([t5, t7, A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _s8_0, t6)], type$.JSArray_DropdownMenuItem_String), _null, _null, new A._ClientPortalState_build__closure6(this.company, field, this.viewModel), _null, false, t3, t6), 1)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 3111 + $signature: 3112 }; A._ClientPortalState_build__closure6.prototype = { call$1(value) { @@ -553884,7 +554133,7 @@ b.get$_company_model$_$this()._visible = t1; return b; }, - $signature: 3112 + $signature: 3113 }; A._ClientPortalState_build_closure15.prototype = { call$1(value) { @@ -554002,7 +554251,7 @@ call$2(context, viewModel) { return new A.ClientPortal(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3113 + $signature: 3114 }; A.ClientPortalVM.prototype = {}; A.ClientPortalVM_fromStore_closure1.prototype = { @@ -554011,7 +554260,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 381 + $signature: 409 }; A.ClientPortalVM_fromStore_closure0.prototype = { call$1(company) { @@ -554696,7 +554945,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.state.staticState.sizeMap._map$_map.$index(0, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, sizeId, type$.String); }, - $signature: 304 + $signature: 277 }; A._CompanyDetailsState_build_closure2.prototype = { call$1(sizeId) { @@ -554761,7 +555010,7 @@ t2.push(A.Expanded$(new A.AppButton(_null, B.IconData_57717_MaterialIcons_null_false, J.$index$asx(t3, "upload_logo").toUpperCase(), new A._CompanyDetailsState_build__closure7(_this.state, t1, _this.viewModel), 1 / 0, _null), 1)); return A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 3115 + $signature: 3116 }; A._CompanyDetailsState_build__closure6.prototype = { call$0() { @@ -554783,7 +555032,7 @@ call$1(_) { return this.viewModel.onDeleteLogo.call$1(this.context); }, - $signature: 200 + $signature: 204 }; A._CompanyDetailsState_build__closure7.prototype = { call$0() { @@ -554889,7 +555138,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure3(value))); }, - $signature: 341 + $signature: 289 }; A._CompanyDetailsState_build__closure3.prototype = { call$1(b) { @@ -554903,7 +555152,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure2(value))); }, - $signature: 341 + $signature: 289 }; A._CompanyDetailsState_build__closure2.prototype = { call$1(b) { @@ -554917,7 +555166,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure1(value))); }, - $signature: 341 + $signature: 289 }; A._CompanyDetailsState_build__closure1.prototype = { call$1(b) { @@ -554931,7 +555180,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure0(value))); }, - $signature: 341 + $signature: 289 }; A._CompanyDetailsState_build__closure0.prototype = { call$1(b) { @@ -554993,7 +555242,7 @@ call$2(context, viewModel) { return new A.CompanyDetails(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3116 + $signature: 3117 }; A.CompanyDetailsVM.prototype = {}; A.CompanyDetailsVM_fromStore_closure.prototype = { @@ -555002,7 +555251,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 381 + $signature: 409 }; A.CompanyDetailsVM_fromStore_closure0.prototype = { call$1(company) { @@ -555167,7 +555416,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UploadLogoRequest(completer, multipartFile, this.state.uiState.settingsUIState.entityType)); }, - $signature: 3117 + $signature: 3118 }; A.CompanyDetailsVM_fromStore_closure4.prototype = { call$1(context) { @@ -555195,7 +555444,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 108 + $signature: 111 }; A.CompanyDetailsVM_fromStore__closure.prototype = { call$1(client) { @@ -555207,14 +555456,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.CompanyDetailsVM_fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.CompanyDetailsVM_fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.CompanyDetailsVM_fromStore___closure.prototype = { call$1(context) { @@ -555305,7 +555554,7 @@ call$2(context, viewModel) { return new A.CreditCardsAndBanks(null); }, - $signature: 3118 + $signature: 3119 }; A.CreditCardsAndBanksVM.prototype = {}; A.CustomFields.prototype = { @@ -555447,7 +555696,7 @@ if (t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 268 + $signature: 249 }; A.CustomFieldsSettings.prototype = { build$1(context) { @@ -555482,7 +555731,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure5(value))); }, - $signature: 413 + $signature: 421 }; A.CustomFieldsSettings_build__closure5.prototype = { call$1(b) { @@ -555509,7 +555758,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure3(value))); }, - $signature: 413 + $signature: 421 }; A.CustomFieldsSettings_build__closure3.prototype = { call$1(b) { @@ -555536,7 +555785,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure1(value))); }, - $signature: 413 + $signature: 421 }; A.CustomFieldsSettings_build__closure1.prototype = { call$1(b) { @@ -555563,7 +555812,7 @@ call$1(value) { return this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A.CustomFieldsSettings_build__closure(value))); }, - $signature: 413 + $signature: 421 }; A.CustomFieldsSettings_build__closure.prototype = { call$1(b) { @@ -555802,7 +556051,7 @@ call$2(context, viewModel) { return new A.CustomFields(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3120 + $signature: 3121 }; A.CustomFieldsVM.prototype = {}; A.CustomFieldsVM_fromStore_closure0.prototype = { @@ -555940,7 +556189,7 @@ call$2(context, viewModel) { return new A.DataVisualizations(null); }, - $signature: 3121 + $signature: 3122 }; A.DataVisualizationsVM.prototype = {}; A.DeviceSettings.prototype = { @@ -556541,39 +556790,39 @@ var t1 = value === true ? B.AppLayout_mobile : B.AppLayout_desktop; this.viewModel.onLayoutChanged.call$2(this.context, t1); }, - $signature: 107 + $signature: 104 }; A._DeviceSettingsState_build_closure0.prototype = { call$1(value) { var t1 = value === true ? B.AppSidebarMode_float : B.AppSidebarMode_collapse; this.viewModel.onMenuModeChanged.call$2(this.context, t1); }, - $signature: 107 + $signature: 104 }; A._DeviceSettingsState_build_closure1.prototype = { call$1(value) { var t1 = value === true ? B.AppSidebarMode_float : B.AppSidebarMode_visible; this.viewModel.onHistoryModeChanged.call$2(this.context, t1); }, - $signature: 107 + $signature: 104 }; A._DeviceSettingsState_build_closure2.prototype = { call$1(value) { this.viewModel.onTapSelectedChanged.call$2(this.context, value === true); }, - $signature: 107 + $signature: 104 }; A._DeviceSettingsState_build_closure3.prototype = { call$1(value) { this.viewModel.onEditAfterSavingChanged.call$2(this.context, value === true); }, - $signature: 107 + $signature: 104 }; A._DeviceSettingsState_build_closure4.prototype = { call$1(value) { this.viewModel.onLongPressSelectionIsDefault.call$2(this.context, value === false); }, - $signature: 107 + $signature: 104 }; A._DeviceSettingsState_build_closure5.prototype = { call$1(value) { @@ -556591,7 +556840,7 @@ call$1(value) { this.viewModel.onShowPdfSideBySideChanged.call$2(this.context, value === true); }, - $signature: 107 + $signature: 104 }; A._DeviceSettingsState_build_closure8.prototype = { call$1(value) { @@ -556617,7 +556866,7 @@ } else return new A.SizedBox(_null, _null, _null, _null); }, - $signature: 3122 + $signature: 3123 }; A._DeviceSettingsState_build__closure7.prototype = { call$1(value) { @@ -556660,7 +556909,7 @@ t3.toString; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t1, _null, _null, new A._DeviceSettingsState_build__closure5(this.viewModel, context), false, _null, _null, _null, new A.LiveText(_null, new A._DeviceSettingsState_build__closure6(this.state, t2), _null, 1, _null), _null, A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null); }, - $signature: 3123 + $signature: 3124 }; A._DeviceSettingsState_build__closure6.prototype = { call$0() { @@ -556734,14 +556983,14 @@ b.get$_safeMap().clear$0(0); return b; }, - $signature: 261 + $signature: 242 }; A._DeviceSettingsState_build__closure3.prototype = { call$1(b) { var t1 = type$.String; return b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal(["sidebar_active_background_color", "#2F2E2E", "sidebar_active_font_color", "#FFFFFF", "sidebar_inactive_background_color", "#454544", "sidebar_inactive_font_color", "#FFFFFF", "invoice_header_background_color", "#777777", "invoice_header_font_color", "#FFFFFF", "table_alternate_row_background_color", "#F9F9F9"], t1, t1)); }, - $signature: 3124 + $signature: 3125 }; A._DeviceSettingsState_build_closure20.prototype = { call$1(selector) { @@ -556751,7 +557000,7 @@ t3 = t2.darkModeType; return A.FormColorPicker$(((t3 === "system" ? t2.enableDarkModeSystem : t3 === "dark") ? t2.darkCustomColors : t2.customColors)._map$_map.$index(0, selector), t1, new A._DeviceSettingsState_build__closure1(_this.viewModel, _this.context, t2, selector)); }, - $signature: 3125 + $signature: 3126 }; A._DeviceSettingsState_build__closure1.prototype = { call$1(value) { @@ -556771,7 +557020,7 @@ b.$indexSet(0, this.selector, t1); return t1; }, - $signature: 837 + $signature: 839 }; A._DeviceSettingsState_build_closure21.prototype = { call$0() { @@ -556828,7 +557077,7 @@ } this.viewModel.onCustomColorsChanged.call$2(this.context, customColors); }, - $signature: 37 + $signature: 38 }; A._DeviceSettingsState_build___closure.prototype = { call$1(b) { @@ -556838,7 +557087,7 @@ b.$indexSet(0, t2, t1); return t1; }, - $signature: 837 + $signature: 839 }; A.__DeviceSettingsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -556865,7 +557114,7 @@ call$2(context, viewModel) { return new A.DeviceSettings(viewModel, null); }, - $signature: 3127 + $signature: 3128 }; A.DeviceSettingsVM.prototype = {}; A.DeviceSettingsVM_fromStore_closure.prototype = { @@ -556923,7 +557172,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 466 + $signature: 468 }; A.DeviceSettingsVM_fromStore_closure7.prototype = { call$2(context, value) { @@ -556950,7 +557199,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 219 + $signature: 235 }; A.DeviceSettingsVM_fromStore_closure4.prototype = { call$2(context, value) { @@ -556986,7 +557235,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 839 + $signature: 841 }; A.DeviceSettingsVM_fromStore_closure5.prototype = { call$2(context, value) { @@ -557022,7 +557271,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 839 + $signature: 841 }; A.DeviceSettingsVM_fromStore_closure8.prototype = { call$2(context, value) { @@ -557049,7 +557298,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 219 + $signature: 235 }; A.DeviceSettingsVM_fromStore_closure19.prototype = { call$2(context, value) { @@ -557076,7 +557325,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 466 + $signature: 468 }; A.DeviceSettingsVM_fromStore_closure15.prototype = { call$2(context, value) { @@ -557105,7 +557354,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 219 + $signature: 235 }; A.DeviceSettingsVM_fromStore_closure12.prototype = { call$2(context, value) { @@ -557115,7 +557364,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 218 + $signature: 232 }; A.DeviceSettingsVM_fromStore_closure13.prototype = { call$2(context, value) { @@ -557125,7 +557374,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 218 + $signature: 232 }; A.DeviceSettingsVM_fromStore_closure14.prototype = { call$2(context, value) { @@ -557135,7 +557384,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 218 + $signature: 232 }; A.DeviceSettingsVM_fromStore_closure18.prototype = { call$2(context, value) { @@ -557145,7 +557394,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 3131 + $signature: 3132 }; A.DeviceSettingsVM_fromStore_closure16.prototype = { call$2(context, value) { @@ -557155,7 +557404,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 218 + $signature: 232 }; A.DeviceSettingsVM_fromStore_closure17.prototype = { call$2(context, value) { @@ -557165,7 +557414,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(t1); }, - $signature: 218 + $signature: 232 }; A.DeviceSettingsVM_fromStore_closure6.prototype = { call$2(context, value) { @@ -557206,7 +557455,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 466 + $signature: 468 }; A.DeviceSettingsVM_fromStore_closure9.prototype = { call$2(context, value) { @@ -557233,7 +557482,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 219 + $signature: 235 }; A.DeviceSettingsVM_fromStore_closure3.prototype = { call$2(context, value) { @@ -557271,7 +557520,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 3132 + $signature: 3133 }; A.DeviceSettingsVM_fromStore__closure.prototype = { call$1(duration) { @@ -557351,7 +557600,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 219 + $signature: 235 }; A.DeviceSettingsVM_fromStore_closure20.prototype = { call$0() { @@ -557406,7 +557655,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 67 + $signature: 66 }; A.DeviceSettingsVM_fromStore_closure2.prototype = { call$2(context, customColors) { @@ -557431,7 +557680,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdatedSettingUI()); }, - $signature: 3133 + $signature: 3134 }; A.DeviceSettingsVM_fromStore_closure11.prototype = { call$2(context, value) { @@ -557445,7 +557694,7 @@ else t2[0].call$1(new A.ClearPersistedData()); }, - $signature: 218 + $signature: 232 }; A.EInvoiceSettings.prototype = { createState$0() { @@ -557750,7 +557999,7 @@ call$2(context, viewModel) { return new A.EInvoiceSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3134 + $signature: 3135 }; A.EInvoiceSettingsVM.prototype = {}; A.EInvoiceSettingsVM_fromStore_closure1.prototype = { @@ -557767,7 +558016,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 188 + $signature: 184 }; A.EInvoiceSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -557862,7 +558111,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveEInvoiceCertificateRequest(completer, t1.company, eInvoiceCertificate)); }, - $signature: 3136 + $signature: 3137 }; A.EmailSettings.prototype = { createState$0() { @@ -558434,7 +558683,7 @@ type$.UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 423 + $signature: 386 }; A._EmailSettingsState_build_closure3.prototype = { call$0() { @@ -558463,7 +558712,7 @@ type$.UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 423 + $signature: 386 }; A._EmailSettingsState_build_closure6.prototype = { call$1(value) { @@ -558616,7 +558865,7 @@ var t1 = this.viewModel; t1.onCompanyChanged.call$1(t1.company.rebuild$1(new A._EmailSettingsState_build__closure6(value))); }, - $signature: 107 + $signature: 104 }; A._EmailSettingsState_build__closure6.prototype = { call$1(b) { @@ -558741,7 +558990,7 @@ } return A.DropdownMenuItem$(A.Text$(timeLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, hour, type$.int); }, - $signature: 192 + $signature: 175 }; A._EmailSettingsState_build_closure21.prototype = { call$1(value) { @@ -558831,7 +559080,7 @@ call$2(context, viewModel) { return new A.EmailSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3137 + $signature: 3138 }; A.EmailSettingsVM.prototype = {}; A.EmailSettingsVM_fromStore_closure1.prototype = { @@ -558848,7 +559097,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 188 + $signature: 184 }; A.EmailSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -559205,7 +559454,7 @@ call$2(context, viewModel) { return new A.ExpenseSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3138 + $signature: 3139 }; A.ExpenseSettingsVM.prototype = {}; A.ExpenseSettingsVM_fromStore_closure0.prototype = { @@ -559222,7 +559471,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 381 + $signature: 409 }; A.ExpenseSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -559564,7 +559813,7 @@ if (this.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 268 + $signature: 249 }; A._GeneratedNumbersState_dispose_closure.prototype = { call$1(controller) { @@ -559612,7 +559861,7 @@ if (containsSubCounter && !containsCounterOrId) this._box_0.isValid = false; }, - $signature: 96 + $signature: 100 }; A._GeneratedNumbersState__onSavePressed_closure0.prototype = { call$1(context) { @@ -559644,7 +559893,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(B.JSString_methods.$mul("0", value - 1) + "1", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 192 + $signature: 175 }; A._GeneratedNumbersState_build_closure1.prototype = { call$1(value) { @@ -559677,13 +559926,13 @@ var _null = null; return new A.MapEntry(id, A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(frequency), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, id, type$.String), type$.MapEntry_of_String_and_DropdownMenuItem_String); }, - $signature: 453 + $signature: 457 }; A._GeneratedNumbersState_build_closure4.prototype = { call$2(value, _) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure13(value))); }, - $signature: 344 + $signature: 305 }; A._GeneratedNumbersState_build__closure13.prototype = { call$1(b) { @@ -559722,7 +559971,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure10(counter, pattern))); }, - $signature: 134 + $signature: 131 }; A._GeneratedNumbersState_build__closure10.prototype = { call$1(b) { @@ -559736,7 +559985,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure9(counter, pattern))); }, - $signature: 134 + $signature: 131 }; A._GeneratedNumbersState_build__closure9.prototype = { call$1(b) { @@ -559750,7 +559999,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure8(counter, pattern))); }, - $signature: 134 + $signature: 131 }; A._GeneratedNumbersState_build__closure8.prototype = { call$1(b) { @@ -559764,7 +560013,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure7(counter, pattern))); }, - $signature: 134 + $signature: 131 }; A._GeneratedNumbersState_build__closure7.prototype = { call$1(b) { @@ -559778,7 +560027,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure6(counter, pattern))); }, - $signature: 134 + $signature: 131 }; A._GeneratedNumbersState_build__closure6.prototype = { call$1(b) { @@ -559792,7 +560041,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure5(counter, pattern))); }, - $signature: 134 + $signature: 131 }; A._GeneratedNumbersState_build__closure5.prototype = { call$1(b) { @@ -559806,7 +560055,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure4(counter, pattern))); }, - $signature: 134 + $signature: 131 }; A._GeneratedNumbersState_build__closure4.prototype = { call$1(b) { @@ -559820,7 +560069,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure3(counter, pattern))); }, - $signature: 134 + $signature: 131 }; A._GeneratedNumbersState_build__closure3.prototype = { call$1(b) { @@ -559834,7 +560083,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure2(counter, pattern))); }, - $signature: 134 + $signature: 131 }; A._GeneratedNumbersState_build__closure2.prototype = { call$1(b) { @@ -559848,7 +560097,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure1(counter, pattern))); }, - $signature: 134 + $signature: 131 }; A._GeneratedNumbersState_build__closure1.prototype = { call$1(b) { @@ -559862,7 +560111,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure0(counter, pattern))); }, - $signature: 134 + $signature: 131 }; A._GeneratedNumbersState_build__closure0.prototype = { call$1(b) { @@ -559876,7 +560125,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure(counter, pattern))); }, - $signature: 134 + $signature: 131 }; A._GeneratedNumbersState_build__closure.prototype = { call$1(b) { @@ -559993,7 +560242,7 @@ if (t2) t1.set$selection(A.TextSelection$fromPosition(new A.TextPosition(newOffset, B.TextAffinity_1))); }, - $signature: 37 + $signature: 38 }; A.HelpPanel.prototype = { build$1(context) { @@ -560066,7 +560315,7 @@ call$2(context, viewModel) { return new A.GeneratedNumbers(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3141 + $signature: 3142 }; A.GeneratedNumbersVM.prototype = {}; A.GeneratedNumbersVM_fromStore_closure0.prototype = { @@ -560075,7 +560324,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 188 + $signature: 184 }; A.GeneratedNumbersVM_fromStore_closure.prototype = { call$1(context) { @@ -560252,14 +560501,30 @@ } B.JSArray_methods.addAll$1(t10, t11); } + if (_this._exportFormat === B.ImportType_csv) { + t11 = _this._exportType; + t11 = B.JSArray_methods.contains$1(A._setArrayType([B.ExportType_clients, B.ExportType_credits, B.ExportType_expenses, B.ExportType_invoices, B.ExportType_invoice_items, B.ExportType_purchase_orders, B.ExportType_purchase_order_items, B.ExportType_quotes, B.ExportType_quote_items, B.ExportType_payments, B.ExportType_products, B.ExportType_tasks, B.ExportType_vendors], type$.JSArray_ExportType), t11); + } else + t11 = false; + if (t11) { + t11 = A.getEntityIcon(B.EntityType_document); + t12 = t3.$index(0, t4); + t12.toString; + t12 = J.$index$asx(t12, "attach_documents"); + t12.toString; + t10.push(new A.Padding(B.EdgeInsets_0_16_0_0, A.BoolDropdownButton$(_null, _null, _null, t11, t12, _null, new A._ImportExportState_build_closure12(_this), _this._exportDocuments), _null)); + } t11 = t3.$index(0, t4); t11.toString; - t1 = A.Expanded$(new A.AppButton(_null, B._MdiIconData_wMy1, J.$index$asx(t11, "export").toUpperCase(), new A._ImportExportState_build_closure12(_this, context, t1), _null, _null), 1); - t4 = t3.$index(0, t4); - t4.toString; - t4 = J.$index$asx(t4, "schedule"); - t4.toString; - t10.push(A.Row$(A._setArrayType([t1, new A.SizedBox(16, _null, _null, _null), A.Expanded$(new A.AppButton(_null, B.IconData_58710_MaterialIcons_null_false, t4, new A._ImportExportState_build_closure13(_this), _null, _null), 1)], t6), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); + t1 = A._setArrayType([A.Expanded$(new A.AppButton(_null, B._MdiIconData_wMy1, J.$index$asx(t11, "export").toUpperCase(), new A._ImportExportState_build_closure13(_this, context, t1), _null, _null), 1)], t6); + if (_this._exportFormat === B.ImportType_csv) { + t3 = t3.$index(0, t4); + t3.toString; + t3 = J.$index$asx(t3, "schedule"); + t3.toString; + B.JSArray_methods.addAll$1(t1, A._setArrayType([new A.SizedBox(16, _null, _null, _null), A.Expanded$(new A.AppButton(_null, B.IconData_58710_MaterialIcons_null_false, t3, new A._ImportExportState_build_closure14(_this), _null, _null), 1)], t6)); + } + t10.push(A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)); B.JSArray_methods.addAll$1(t9, t10); } t8.push(A.FormCard$(_null, t9, _null, B.CrossAxisAlignment_3, false, _null, true, _null, _null)); @@ -560271,7 +560536,7 @@ var t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Set_void), t2 = this.$this; if (t2._importFormat === B.ImportType_csv) - t1.add$1(0, A.LinkedHashSet_LinkedHashSet$_literal([t2.setState$1(new A._ImportExportState_build__closure10(t2, response))], type$.void)); + t1.add$1(0, A.LinkedHashSet_LinkedHashSet$_literal([t2.setState$1(new A._ImportExportState_build__closure11(t2, response))], type$.void)); else { t2 = $.$get$LocalizationsProvider__localizedValues().$index(0, this.localization.localeCode); t2.toString; @@ -560281,9 +560546,9 @@ } return t1; }, - $signature: 3142 + $signature: 3143 }; - A._ImportExportState_build__closure10.prototype = { + A._ImportExportState_build__closure11.prototype = { call$0() { return this.$this._import_export$_response = this.response; }, @@ -560292,11 +560557,11 @@ A._ImportExportState_build_closure.prototype = { call$1(importType) { var t1 = this.$this; - return t1.setState$1(new A._ImportExportState_build__closure11(t1, importType)); + return t1.setState$1(new A._ImportExportState_build__closure12(t1, importType)); }, - $signature: 3143 + $signature: 3144 }; - A._ImportExportState_build__closure11.prototype = { + A._ImportExportState_build__closure12.prototype = { call$0() { var t1 = this.importType; t1.toString; @@ -560307,11 +560572,11 @@ A._ImportExportState_build_closure1.prototype = { call$0() { var t1 = this.$this; - return t1.setState$1(new A._ImportExportState_build__closure9(t1)); + return t1.setState$1(new A._ImportExportState_build__closure10(t1)); }, $signature: 0 }; - A._ImportExportState_build__closure9.prototype = { + A._ImportExportState_build__closure10.prototype = { call$0() { return this.$this._import_export$_response = null; }, @@ -560320,11 +560585,11 @@ A._ImportExportState_build_closure3.prototype = { call$1(value) { var t1 = this.$this; - t1.setState$1(new A._ImportExportState_build__closure8(t1, value)); + t1.setState$1(new A._ImportExportState_build__closure9(t1, value)); }, $signature: 10 }; - A._ImportExportState_build__closure8.prototype = { + A._ImportExportState_build__closure9.prototype = { call$0() { this.$this._exportFormat = this.value; }, @@ -560335,16 +560600,16 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(importType.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, importType, type$.ImportType); }, - $signature: 844 + $signature: 846 }; A._ImportExportState_build_closure5.prototype = { call$1(value) { var t1 = this.$this; - t1.setState$1(new A._ImportExportState_build__closure7(t1, value)); + t1.setState$1(new A._ImportExportState_build__closure8(t1, value)); }, $signature: 5 }; - A._ImportExportState_build__closure7.prototype = { + A._ImportExportState_build__closure8.prototype = { call$0() { this.$this._exportType = this.value; }, @@ -560355,16 +560620,16 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(importType.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, importType, type$.ExportType); }, - $signature: 3145 + $signature: 3146 }; A._ImportExportState_build_closure7.prototype = { call$1(value) { var t1 = this.$this; - t1.setState$1(new A._ImportExportState_build__closure6(t1, value)); + t1.setState$1(new A._ImportExportState_build__closure7(t1, value)); }, $signature: 5 }; - A._ImportExportState_build__closure6.prototype = { + A._ImportExportState_build__closure7.prototype = { call$0() { this.$this._exportDate = this.value; }, @@ -560380,11 +560645,11 @@ A._ImportExportState_build_closure9.prototype = { call$1(value) { var t1 = this.$this; - t1.setState$1(new A._ImportExportState_build__closure5(t1, value)); + t1.setState$1(new A._ImportExportState_build__closure6(t1, value)); }, $signature: 5 }; - A._ImportExportState_build__closure5.prototype = { + A._ImportExportState_build__closure6.prototype = { call$0() { this.$this._exportDateRange = this.value; }, @@ -560417,11 +560682,11 @@ A._ImportExportState_build_closure10.prototype = { call$2(date, _) { var t1 = this.$this; - t1.setState$1(new A._ImportExportState_build__closure4(t1, date)); + t1.setState$1(new A._ImportExportState_build__closure5(t1, date)); }, - $signature: 51 + $signature: 50 }; - A._ImportExportState_build__closure4.prototype = { + A._ImportExportState_build__closure5.prototype = { call$0() { this.$this._exportStartDate = this.date; }, @@ -560430,49 +560695,62 @@ A._ImportExportState_build_closure11.prototype = { call$2(date, _) { var t1 = this.$this; - t1.setState$1(new A._ImportExportState_build__closure3(t1, date)); + t1.setState$1(new A._ImportExportState_build__closure4(t1, date)); }, - $signature: 51 + $signature: 50 }; - A._ImportExportState_build__closure3.prototype = { + A._ImportExportState_build__closure4.prototype = { call$0() { this.$this._exportEndDate = this.date; }, $signature: 0 }; A._ImportExportState_build_closure12.prototype = { + call$1(value) { + var t1 = this.$this; + t1.setState$1(new A._ImportExportState_build__closure3(t1, value)); + }, + $signature: 104 + }; + A._ImportExportState_build__closure3.prototype = { call$0() { - var credentials, url, t2, data, + this.$this._exportDocuments = this.value === true; + }, + $signature: 0 + }; + A._ImportExportState_build_closure13.prototype = { + call$0() { + var credentials, url, t2, t3, data, t1 = A.StoreProvider_of(this.context, type$.AppState).__Store__state_A; t1 === $ && A.throwUnnamedLateFieldNI(); credentials = t1.get$credentials(0); url = credentials.url; - t1 = this.$this; - if (t1._exportFormat === B.ImportType_json) + t2 = this.$this; + if (t2._exportFormat === B.ImportType_json) url += "/export"; else { - t2 = t1._exportType; - if (B.ExportType_ar_detailed === t2) + t3 = t2._exportType; + if (B.ExportType_ar_detailed === t3) url += "/reports/ar_detail_report"; - else if (B.ExportType_ar_summary === t2) + else if (B.ExportType_ar_summary === t3) url += "/reports/ar_summary_report"; - else if (B.ExportType_client_balance === t2) + else if (B.ExportType_client_balance === t3) url += "/reports/client_balance_report"; - else if (B.ExportType_client_sales === t2) + else if (B.ExportType_client_sales === t3) url += "/reports/client_sales_report"; - else if (B.ExportType_tax_summary === t2) + else if (B.ExportType_tax_summary === t3) url += "/reports/tax_summary_report"; else - url = B.ExportType_user_sales === t2 ? url + "/reports/user_sales_report" : url + "/reports/" + t2.toString$0(0); + url = B.ExportType_user_sales === t3 ? url + "/reports/user_sales_report" : url + "/reports/" + t3.toString$0(0); } - t1.setState$1(new A._ImportExportState_build__closure0(t1)); - data = A.LinkedHashMap_LinkedHashMap$_literal(["send_email", true, "report_keys", A._setArrayType([], type$.JSArray_String), "date_key", t1._exportDate, "date_range", t1._exportDateRange, "start_date", t1._exportStartDate, "end_date", t1._exportEndDate], type$.String, type$.Object); - if (t1._exportType === B.ExportType_profitloss) { + t2.setState$1(new A._ImportExportState_build__closure0(t2)); + data = A.LinkedHashMap_LinkedHashMap$_literal(["send_email", true, "report_keys", A._setArrayType([], type$.JSArray_String), "date_key", t2._exportDate, "date_range", t2._exportDateRange, "start_date", t2._exportStartDate, "end_date", t2._exportEndDate, "document_email_attachment", t2._exportDocuments, "include_deleted", t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.reportIncludeDeleted], type$.String, type$.Object); + if (t2._exportType === B.ExportType_profitloss) { data.$indexSet(0, "is_income_billed", true); data.$indexSet(0, "is_expense_billed", true); data.$indexSet(0, "include_tax", true); } - new A.WebClient().post$3$data(url, credentials.token, B.C_JsonCodec.encode$1(data)).then$1$1(0, new A._ImportExportState_build__closure1(t1, this.localization), type$.Null).catchError$1(new A._ImportExportState_build__closure2(t1)); + new A.WebClient().post$3$data(url, credentials.token, B.C_JsonCodec.encode$1(data)).then$1$1(0, new A._ImportExportState_build__closure1(t2, this.localization), type$.Null).catchError$1(new A._ImportExportState_build__closure2(t2)); }, $signature: 4 }; @@ -560510,7 +560788,7 @@ }, $signature: 0 }; - A._ImportExportState_build_closure13.prototype = { + A._ImportExportState_build_closure14.prototype = { call$0() { var _null = null; A.createEntity(_null, _null, A.ScheduleEntity_ScheduleEntity("email_report", _null, _null).rebuild$1(new A._ImportExportState_build__closure(this.$this)), _null, false); @@ -560814,7 +561092,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(importType.toString$0(0)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, importType, type$.ImportType); }, - $signature: 844 + $signature: 846 }; A._FileImportState_build_closure1.prototype = { call$0() { @@ -561067,7 +561345,7 @@ var t1 = this.$this; t1.setState$1(new A.__FileMapperState_build__closure4(t1, this.entry, this.i, value)); }, - $signature: 37 + $signature: 38 }; A.__FileMapperState_build__closure4.prototype = { call$0() { @@ -561087,7 +561365,7 @@ var t1 = this.$this; t1.setState$1(new A.__FileMapperState_build__closure3(t1, bankAccount)); }, - $signature: 49 + $signature: 48 }; A.__FileMapperState_build__closure3.prototype = { call$0() { @@ -561104,14 +561382,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveBankAccountRequest(completer, t1)); }, - $signature: 154 + $signature: 155 }; A.__FileMapperState_build__closure2.prototype = { call$1(b) { b.get$_bank_account_model$_$this()._bank_account_model$_name = this.name; return b; }, - $signature: 251 + $signature: 246 }; A.__FileMapperState_build_closure2.prototype = { call$1(value) { @@ -561125,13 +561403,13 @@ t1 = null; return t1; }, - $signature: 224 + $signature: 228 }; A.__FileMapperState_build_closure3.prototype = { call$1(entity) { return ""; }, - $signature: 394 + $signature: 375 }; A.__FileMapperState_build_closure5.prototype = { call$0() { @@ -561266,7 +561544,7 @@ t1 = null; return t1; }, - $signature: 147 + $signature: 152 }; A._FieldMapper_build__closure.prototype = { call$1(element) { @@ -561278,7 +561556,7 @@ call$1(value) { return this.$this.onMappedToChanged.call$1(value); }, - $signature: 96 + $signature: 100 }; A._FieldMapper_build_closure0.prototype = { call$1(field) { @@ -561301,7 +561579,7 @@ call$2(context, viewModel) { return new A.ImportExport(null); }, - $signature: 3146 + $signature: 3147 }; A.ImportExportVM.prototype = {}; A.InvoiceDesign.prototype = { @@ -562049,7 +562327,7 @@ if (t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 268 + $signature: 249 }; A._InvoiceDesignState_didChangeDependencies_closure.prototype = { call$1(controller) { @@ -562121,7 +562399,7 @@ var _null = null; return A.Tab$(A.Text$(tab, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); }, - $signature: 3147 + $signature: 3148 }; A._InvoiceDesignState_build_closure0.prototype = { call$0() { @@ -562152,7 +562430,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure29(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure30(value))); }, - $signature: 141 + $signature: 140 }; A._InvoiceDesignState_build__closure29.prototype = { call$0() { @@ -562187,7 +562465,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure26(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure27(value))); }, - $signature: 141 + $signature: 140 }; A._InvoiceDesignState_build__closure26.prototype = { call$0() { @@ -562222,7 +562500,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure23(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure24(value))); }, - $signature: 141 + $signature: 140 }; A._InvoiceDesignState_build__closure23.prototype = { call$0() { @@ -562257,7 +562535,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure20(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure21(value))); }, - $signature: 141 + $signature: 140 }; A._InvoiceDesignState_build__closure20.prototype = { call$0() { @@ -562301,7 +562579,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure18(value))); }, - $signature: 141 + $signature: 140 }; A._InvoiceDesignState_build__closure18.prototype = { call$1(b) { @@ -562316,7 +562594,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure17(value))); }, - $signature: 141 + $signature: 140 }; A._InvoiceDesignState_build__closure17.prototype = { call$1(b) { @@ -562331,7 +562609,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure16(value))); }, - $signature: 141 + $signature: 140 }; A._InvoiceDesignState_build__closure16.prototype = { call$1(b) { @@ -562346,7 +562624,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure15(value))); }, - $signature: 141 + $signature: 140 }; A._InvoiceDesignState_build__closure15.prototype = { call$1(b) { @@ -562418,7 +562696,7 @@ t2 = fontSize === 0 ? new A.SizedBox(_null, _null, _null, _null) : A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.DropdownMenuItem$(t2, _null, t1, type$.String); }, - $signature: 541 + $signature: 591 }; A._InvoiceDesignState_build_closure21.prototype = { call$1(value) { @@ -562470,7 +562748,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure8(value))); }, - $signature: 200 + $signature: 204 }; A._InvoiceDesignState_build__closure8.prototype = { call$1(b) { @@ -562483,7 +562761,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure7(value))); }, - $signature: 200 + $signature: 204 }; A._InvoiceDesignState_build__closure7.prototype = { call$1(b) { @@ -562611,7 +562889,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("client_details", values)); }, - $signature: 119 + $signature: 115 }; A._InvoiceDesignState_build_closure38.prototype = { call$1(field) { @@ -562629,7 +562907,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_details", values)); }, - $signature: 119 + $signature: 115 }; A._InvoiceDesignState_build_closure41.prototype = { call$1(field) { @@ -562647,7 +562925,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_address", values)); }, - $signature: 119 + $signature: 115 }; A._InvoiceDesignState_build_closure44.prototype = { call$1(field) { @@ -562671,7 +562949,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("invoice_details", values)); }, - $signature: 119 + $signature: 115 }; A._InvoiceDesignState_build_closure48.prototype = { call$1(field) { @@ -562695,7 +562973,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("quote_details", values)); }, - $signature: 119 + $signature: 115 }; A._InvoiceDesignState_build_closure52.prototype = { call$1(field) { @@ -562719,7 +562997,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("credit_details", values)); }, - $signature: 119 + $signature: 115 }; A._InvoiceDesignState_build_closure56.prototype = { call$1(field) { @@ -562749,7 +563027,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("vendor_details", values)); }, - $signature: 119 + $signature: 115 }; A._InvoiceDesignState_build_closure61.prototype = { call$1(field) { @@ -562767,7 +563045,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("purchase_order_details", values)); }, - $signature: 119 + $signature: 115 }; A._InvoiceDesignState_build_closure64.prototype = { call$1(field) { @@ -562785,7 +563063,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("product_columns", values)); }, - $signature: 119 + $signature: 115 }; A._InvoiceDesignState_build_closure67.prototype = { call$1(value) { @@ -562816,7 +563094,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("product_quote_columns", values)); }, - $signature: 119 + $signature: 115 }; A._InvoiceDesignState_build_closure71.prototype = { call$1(field) { @@ -562834,7 +563112,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("task_columns", values)); }, - $signature: 119 + $signature: 115 }; A._InvoiceDesignState_build_closure74.prototype = { call$1(field) { @@ -562852,7 +563130,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("total_columns", values)); }, - $signature: 119 + $signature: 115 }; A._PdfPreview.prototype = { createState$0() { @@ -562931,7 +563209,7 @@ call$1(format) { return this.$this.response.bodyBytes; }, - $signature: 111 + $signature: 110 }; A.__InvoiceDesignState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -562958,7 +563236,7 @@ call$2(context, viewModel) { return new A.InvoiceDesign(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3148 + $signature: 3149 }; A.InvoiceDesignVM.prototype = {}; A.InvoiceDesignVM_fromStore_closure.prototype = { @@ -562971,7 +563249,7 @@ if (settings.shareInvoiceQuoteColumns !== false !== (t2.shareInvoiceQuoteColumns !== false)) t1[0].call$1(new A.UpdatedSettingUI()); }, - $signature: 188 + $signature: 184 }; A.InvoiceDesignVM_fromStore_closure0.prototype = { call$2(context, entityTypes) { @@ -562990,7 +563268,7 @@ } new A.InvoiceDesignVM_fromStore__closure(this.store, context, t1, entityTypes).call$0(); }, - $signature: 3149 + $signature: 3150 }; A.InvoiceDesignVM_fromStore__closure.prototype = { call$0() { @@ -563057,7 +563335,7 @@ var _this = this; _this.webClient.post$3$data(_this.url, _this.credentials.token, B.C_JsonCodec.encode$1(A.LinkedHashMap_LinkedHashMap$_literal(["entity", A.toSnakeCase(entityType.name), "design_id", _this.settings.getDesignId$1(entityType)], type$.String, type$.nullable_String))).then$1$1(0, new A.InvoiceDesignVM_fromStore_____closure(), type$.Null).catchError$1(new A.InvoiceDesignVM_fromStore_____closure0()); }, - $signature: 268 + $signature: 249 }; A.InvoiceDesignVM_fromStore_____closure.prototype = { call$1(response) { @@ -563473,7 +563751,7 @@ var _null = null; return new A.MapEntry(id, A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(month), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, id, type$.String), type$.MapEntry_of_String_and_DropdownMenuItem_String); }, - $signature: 453 + $signature: 457 }; A._LocalizationSettingsState_build_closure11.prototype = { call$1(key) { @@ -563486,7 +563764,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build__closure5(value))); }, - $signature: 96 + $signature: 100 }; A._LocalizationSettingsState_build__closure5.prototype = { call$1(b) { @@ -563518,7 +563796,7 @@ call$1(value) { this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._LocalizationSettingsState_build___closure(value))); }, - $signature: 37 + $signature: 38 }; A._LocalizationSettingsState_build___closure.prototype = { call$1(b) { @@ -563565,7 +563843,7 @@ call$1(context) { return new A._AddCompanyDialog(null); }, - $signature: 3150 + $signature: 3151 }; A._LocalizationSettingsState_build__closure2.prototype = { call$1(b) { @@ -563648,7 +563926,7 @@ t1 = ""; this.$this._localization_settings$_countryId = t1; }, - $signature: 49 + $signature: 48 }; A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -563675,7 +563953,7 @@ call$2(context, viewModel) { return new A.LocalizationSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3151 + $signature: 3152 }; A.LocalizationSettingsVM.prototype = {}; A.LocalizationSettingsVM_fromStore_closure0.prototype = { @@ -563684,7 +563962,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 188 + $signature: 184 }; A.LocalizationSettingsVM_fromStore_closure.prototype = { call$1(company) { @@ -564214,14 +564492,14 @@ var t1 = type$.MappedListIterable_String_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], type$.JSArray_String), new A._PaymentSettingsState_build__closure13(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 326 + $signature: 344 }; A._PaymentSettingsState_build__closure13.prototype = { call$1(type) { var _null = null; return A.Text$(this.localization.lookup$1(type), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 324 + $signature: 338 }; A._PaymentSettingsState_build_closure1.prototype = { call$1(value) { @@ -564416,7 +564694,7 @@ call$2(context, viewModel) { return new A.PaymentSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3152 + $signature: 3153 }; A.PaymentSettingsVM.prototype = {}; A.PaymentSettingsVM_fromStore_closure0.prototype = { @@ -564433,7 +564711,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 381 + $signature: 409 }; A.PaymentSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -564926,7 +565204,7 @@ call$2(context, viewModel) { return new A.ProductSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3153 + $signature: 3154 }; A.ProductSettingsVM.prototype = {}; A.ProductSettingsVM_fromStore_closure0.prototype = { @@ -565132,7 +565410,7 @@ var t1 = this.$this; return t1.setState$1(new A._SettingsListTileState_build__closure0(t1)); }, - $signature: 133 + $signature: 135 }; A._SettingsListTileState_build__closure0.prototype = { call$0() { @@ -565287,7 +565565,7 @@ t1 = A._setArrayType(A._setArrayType(section.split("#"), t1).slice(0), t1); return t1; }, - $signature: 3154 + $signature: 3155 }; A.SettingsSearch_build_closure1.prototype = { call$0() { @@ -565314,7 +565592,7 @@ call$2(context, viewModel) { return new A.SettingsList(viewModel, null); }, - $signature: 3155 + $signature: 3156 }; A.SettingsListVM.prototype = {}; A.SettingsListVM_fromStore_closure.prototype = { @@ -565328,7 +565606,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 3156 + $signature: 3157 }; A.SettingsListVM_fromStore_closure2.prototype = { call$0() { @@ -565379,7 +565657,7 @@ call$2(context, vm) { return new A.SettingsScreen(null); }, - $signature: 3157 + $signature: 3158 }; A.SettingsScreenVM.prototype = {}; A.SettingsWizard.prototype = { @@ -565630,7 +565908,7 @@ var t1 = this.$this; t1.setState$1(new A._SettingsWizardState__validateSubdomain___closure(t1)); }, - $signature: 3 + $signature: 2 }; A._SettingsWizardState__validateSubdomain___closure.prototype = { call$0() { @@ -565704,7 +565982,7 @@ var t1 = this.$this; t1.setState$1(new A._SettingsWizardState__onSavePressed____closure(t1)); }, - $signature: 3 + $signature: 2 }; A._SettingsWizardState__onSavePressed____closure.prototype = { call$0() { @@ -565736,7 +566014,7 @@ var t1 = this.$this; t1.setState$1(new A._SettingsWizardState__onSavePressed___closure(t1)); }, - $signature: 3 + $signature: 2 }; A._SettingsWizardState__onSavePressed___closure.prototype = { call$0() { @@ -565759,7 +566037,7 @@ b.get$_user_model$_$this()._lastName = t1; return b; }, - $signature: 99 + $signature: 101 }; A._SettingsWizardState_build_closure.prototype = { call$1(value) { @@ -565808,7 +566086,7 @@ var t1 = this.$this; return t1.setState$1(new A._SettingsWizardState_build__closure1(t1, currency)); }, - $signature: 419 + $signature: 376 }; A._SettingsWizardState_build__closure1.prototype = { call$0() { @@ -565832,7 +566110,7 @@ t1 = null; return t1; }, - $signature: 224 + $signature: 228 }; A._SettingsWizardState_build_closure4.prototype = { call$1(language) { @@ -565845,7 +566123,7 @@ t2[0].call$1(new A.UpdateCompanyLanguage(t1)); this.context.findAncestorStateOfType$1$0(type$.AppBuilderState).rebuild$0(); }, - $signature: 49 + $signature: 48 }; A._SettingsWizardState_build__closure0.prototype = { call$0() { @@ -565869,7 +566147,7 @@ t1 = null; return t1; }, - $signature: 224 + $signature: 228 }; A._SettingsWizardState_build_closure6.prototype = { call$2(context, constraints) { @@ -565905,7 +566183,7 @@ t2[0].call$1(t1); this.context.findAncestorStateOfType$1$0(type$.AppBuilderState).rebuild$0(); }, - $signature: 61 + $signature: 63 }; A._SettingsWizardState_build_closure8.prototype = { call$1(value) { @@ -566503,7 +566781,7 @@ call$1(b) { return b.get$_settings_model$_$this()._taskRoundUp = this.value; }, - $signature: 3158 + $signature: 3159 }; A._TaskSettingsState_build_closure6.prototype = { call$1(value) { @@ -566538,7 +566816,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(roundTo), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.Map_quqNA.$index(0, roundTo), type$.int); }, - $signature: 3159 + $signature: 3160 }; A._TaskSettingsState_build_closure7.prototype = { call$0() { @@ -566706,7 +566984,7 @@ call$2(context, viewModel) { return new A.TaskSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3160 + $signature: 3161 }; A.TaskSettingsVM.prototype = {}; A.TaskSettingsVM_fromStore_closure0.prototype = { @@ -566723,7 +567001,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 188 + $signature: 184 }; A.TaskSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -566988,7 +567266,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure11(value))); }, - $signature: 448 + $signature: 454 }; A._TaxSettingsState_build__closure11.prototype = { call$1(b) { @@ -567001,7 +567279,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure10(value))); }, - $signature: 448 + $signature: 454 }; A._TaxSettingsState_build__closure10.prototype = { call$1(b) { @@ -567014,7 +567292,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure9(value))); }, - $signature: 448 + $signature: 454 }; A._TaxSettingsState_build__closure9.prototype = { call$1(b) { @@ -567040,7 +567318,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure7(taxRate))); }, - $signature: 121 + $signature: 118 }; A._TaxSettingsState_build__closure7.prototype = { call$1(b) { @@ -567055,7 +567333,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure6(taxRate))); }, - $signature: 121 + $signature: 118 }; A._TaxSettingsState_build__closure6.prototype = { call$1(b) { @@ -567070,7 +567348,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure5(taxRate))); }, - $signature: 121 + $signature: 118 }; A._TaxSettingsState_build__closure5.prototype = { call$1(b) { @@ -567196,7 +567474,7 @@ } return A.Column$(t12, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 3162 + $signature: 3163 }; A._TaxSettingsState_build__closure0.prototype = { call$1(value) { @@ -567217,7 +567495,7 @@ b.get$_tax_model$_$this()._taxAll = this.value; return b; }, - $signature: 460 + $signature: 496 }; A._TaxSettingsState_build__closure.prototype = { call$1(element) { @@ -567279,7 +567557,7 @@ t6.toString; return A.Row$(A._setArrayType([t1, A.TextButton$(false, A.Text$(t6, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A._TaxSettingsState_build___closure0(t5, _this.viewModel, t2, t3, subregion), _null)], t8), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 3164 + $signature: 3165 }; A._TaxSettingsState_build___closure.prototype = { call$1(value) { @@ -567305,21 +567583,21 @@ b.get$regions().$indexSet(0, _this.region, _this.taxDataRegion.rebuild$1(new A._TaxSettingsState_build______closure(_this.subregion, _this.taxDataSubregion, _this.value))); return b; }, - $signature: 847 + $signature: 849 }; A._TaxSettingsState_build______closure.prototype = { call$1(b) { b.get$subregions().$indexSet(0, this.subregion, this.taxDataSubregion.rebuild$1(new A._TaxSettingsState_build_______closure(this.value))); return b; }, - $signature: 460 + $signature: 496 }; A._TaxSettingsState_build_______closure.prototype = { call$1(b) { b.get$_tax_model$_$this()._applyTax = this.value; return b; }, - $signature: 848 + $signature: 850 }; A._TaxSettingsState_build___closure0.prototype = { call$0() { @@ -567333,7 +567611,7 @@ var _this = this; return new A._EditSubregionDialog(_this.taxDataSubregion, _this.viewModel, _this.region, _this.subregion, null); }, - $signature: 3167 + $signature: 3168 }; A.NumberOfRatesSelector.prototype = { build$1(context) { @@ -567458,7 +567736,7 @@ b.get$regions().$indexSet(0, t1._widget.region, this.taxConfigRegion.rebuild$1(new A.__EditSubregionDialogState__onDone___closure(t1, this.taxConfigSubregion))); return b; }, - $signature: 847 + $signature: 849 }; A.__EditSubregionDialogState__onDone___closure.prototype = { call$1(b) { @@ -567466,7 +567744,7 @@ b.get$subregions().$indexSet(0, t1._widget.subregion, this.taxConfigSubregion.rebuild$1(new A.__EditSubregionDialogState__onDone____closure(t1))); return b; }, - $signature: 460 + $signature: 496 }; A.__EditSubregionDialogState__onDone____closure.prototype = { call$1(b) { @@ -567479,7 +567757,7 @@ b.get$_tax_model$_$this()._reducedTaxRate = t1; return b; }, - $signature: 848 + $signature: 850 }; A.__EditSubregionDialogState_build_closure.prototype = { call$0() { @@ -567533,7 +567811,7 @@ call$2(context, viewModel) { return new A.TaxSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3168 + $signature: 3169 }; A.TaxSettingsVM.prototype = {}; A.TaxSettingsVM_fromStore_closure0.prototype = { @@ -567542,7 +567820,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 188 + $signature: 184 }; A.TaxSettingsVM_fromStore_closure1.prototype = { call$1(company) { @@ -568157,7 +568435,7 @@ return false; return true; }, - $signature: 3169 + $signature: 3170 }; A._TemplatesAndRemindersState_build_closure0.prototype = { call$1(item) { @@ -568203,14 +568481,14 @@ } return A.DropdownMenuItem$(A.Text$($name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, item, type$.EmailTemplate); }, - $signature: 3170 + $signature: 3171 }; A._TemplatesAndRemindersState_build_closure2.prototype = { call$5(enabled, days, schedule, feeAmount, feePercent) { this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure3(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 461 + $signature: 501 }; A._TemplatesAndRemindersState_build__closure3.prototype = { call$1(b) { @@ -568229,7 +568507,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure2(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 461 + $signature: 501 }; A._TemplatesAndRemindersState_build__closure2.prototype = { call$1(b) { @@ -568248,7 +568526,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure1(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 461 + $signature: 501 }; A._TemplatesAndRemindersState_build__closure1.prototype = { call$1(b) { @@ -568267,7 +568545,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure0(value))); }, - $signature: 107 + $signature: 104 }; A._TemplatesAndRemindersState_build__closure0.prototype = { call$1(b) { @@ -568295,7 +568573,7 @@ var _null = null; return new A.MapEntry(id, A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(frequency), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, id, type$.String), type$.MapEntry_of_String_and_DropdownMenuItem_String); }, - $signature: 453 + $signature: 457 }; A._TemplatesAndRemindersState_build_closure8.prototype = { call$0() { @@ -568312,7 +568590,7 @@ t2.set$text(0, value); } }, - $signature: 37 + $signature: 38 }; A.ReminderSettings.prototype = { createState$0() { @@ -568470,7 +568748,7 @@ t1._templates_and_reminders$_enabled = value; t1._templates_and_reminders$_onChanged$0(); }, - $signature: 107 + $signature: 104 }; A.EmailPreview.prototype = { build$1(context) { @@ -568510,7 +568788,7 @@ call$2(context, viewModel) { return new A.TemplatesAndReminders(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3172 + $signature: 3173 }; A.TemplatesAndRemindersVM.prototype = {}; A.TemplatesAndRemindersVM_fromStore_closure0.prototype = { @@ -568519,7 +568797,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 188 + $signature: 184 }; A.TemplatesAndRemindersVM_fromStore_closure.prototype = { call$1(template) { @@ -568527,7 +568805,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettingsTemplate(template)); }, - $signature: 3173 + $signature: 3174 }; A.TemplatesAndRemindersVM_fromStore_closure1.prototype = { call$2(context, updateReminders) { @@ -568546,7 +568824,7 @@ } new A.TemplatesAndRemindersVM_fromStore__closure(updateReminders, t1, this.store, context).call$0(); }, - $signature: 218 + $signature: 232 }; A.TemplatesAndRemindersVM_fromStore__closure.prototype = { call$0() { @@ -568662,19 +568940,19 @@ call$1(_) { return this.callback.call$0(); }, - $signature: 850 + $signature: 852 }; A.TemplatesAndRemindersVM_fromStore___closure1.prototype = { call$1(value) { return this.callback.call$0(); }, - $signature: 3175 + $signature: 3176 }; A.TemplatesAndRemindersVM_fromStore___closure2.prototype = { call$1(value) { return this.callback.call$0(); }, - $signature: 3176 + $signature: 3177 }; A.UserDetails.prototype = { createState$0() { @@ -569060,7 +569338,7 @@ b.get$_user_model$_$this()._password = t1; return b; }, - $signature: 99 + $signature: 101 }; A._UserDetailsState__onChanged_closure0.prototype = { call$0() { @@ -569337,19 +569615,19 @@ call$1(context) { return new A.UserSmsVerification(false, null, null); }, - $signature: 358 + $signature: 357 }; A._UserDetailsState_build__closure6.prototype = { call$1(context) { return new A._EnableTwoFactor(this.viewModel.state, null); }, - $signature: 851 + $signature: 853 }; A._UserDetailsState_build__closure7.prototype = { call$1(context) { return new A._EnableTwoFactor(this.viewModel.state, null); }, - $signature: 851 + $signature: 853 }; A._UserDetailsState_build_closure8.prototype = { call$1(value) { @@ -569366,7 +569644,7 @@ t1.get$_company_model$_$this()._accentColor = t2; return b; }, - $signature: 99 + $signature: 101 }; A._UserDetailsState_build_closure9.prototype = { call$1(language) { @@ -569383,7 +569661,7 @@ b.get$_user_model$_$this()._languageId = t1; return b; }, - $signature: 99 + $signature: 101 }; A._UserDetailsState_build_closure11.prototype = { call$1(value) { @@ -569396,53 +569674,53 @@ b.get$userCompany().get$settings().get$_company_model$_$this()._numberYearsActive = this.value; return b; }, - $signature: 99 + $signature: 101 }; A._UserDetailsState_build_closure10.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$("" + value, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.int); }, - $signature: 192 + $signature: 175 }; A._UserDetailsState_build_closure12.prototype = { call$1(value) { this.$this._widget.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure1(value))); }, - $signature: 107 + $signature: 104 }; A._UserDetailsState_build__closure1.prototype = { call$1(b) { b.get$userCompany().get$settings().get$_company_model$_$this()._includeDeletedClients = this.value; return b; }, - $signature: 99 + $signature: 101 }; A._UserDetailsState_build_closure13.prototype = { call$1(value) { this.$this._widget.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure0(value))); }, - $signature: 107 + $signature: 104 }; A._UserDetailsState_build__closure0.prototype = { call$1(b) { b.get$_user_model$_$this()._userLoggedInNotification = this.value; return b; }, - $signature: 99 + $signature: 101 }; A._UserDetailsState_build_closure14.prototype = { call$2(channel, options) { this.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure(channel, options))); }, - $signature: 852 + $signature: 854 }; A._UserDetailsState_build__closure.prototype = { call$1(b) { b.get$userCompany().get$notifications().$indexSet(0, this.channel, A.BuiltList_BuiltList$from(this.options, type$.String)); return b; }, - $signature: 99 + $signature: 101 }; A._EnableTwoFactor.prototype = { createState$0() { @@ -569596,7 +569874,7 @@ t1.setState$1(new A._EnableTwoFactorState__onSavePressed__closure(t1)); A.showErrorDialog(false, A.S(error)); }, - $signature: 3 + $signature: 2 }; A._EnableTwoFactorState__onSavePressed__closure.prototype = { call$0() { @@ -569677,7 +569955,7 @@ t1 = state.uiState; return new A.UserDetails(viewModel, new A.ValueKey(t1.settingsUIState.updatedAt + state.userCompanyStates._list$_list[t1.selectedCompanyIndex].userCompany.user.updatedAt, type$.ValueKey_int)); }, - $signature: 3179 + $signature: 3180 }; A.UserDetailsVM.prototype = { get$user(receiver) { @@ -569690,7 +569968,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.UpdateUserSettings(user)); }, - $signature: 3180 + $signature: 3181 }; A.UserDetailsVM_fromStore_closure5.prototype = { call$1(context) { @@ -569913,7 +570191,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 463 + $signature: 540 }; A.UserDetailsVM_fromStore___closure7.prototype = { call$2(idToken, accessToken) { @@ -569933,7 +570211,7 @@ t1[0].call$1(new A.ConnecOAuthUserRequest(_this.completer, "google", _this.password, idToken, accessToken)); } }, - $signature: 173 + $signature: 174 }; A.UserDetailsVM_fromStore_closure4.prototype = { call$1(context) { @@ -570080,7 +570358,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 463 + $signature: 540 }; A.UserDetailsVM_fromStore___closure4.prototype = { call$2(idToken, accessToken) { @@ -570088,7 +570366,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.ConnecOAuthUserRequest(this.completer, "microsoft", this.password, idToken, accessToken)); }, - $signature: 173 + $signature: 174 }; A.UserDetailsVM_fromStore___closure5.prototype = { call$1(error) { @@ -570197,13 +570475,13 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 850 + $signature: 852 }; A.UserDetailsVM_fromStore____closure1.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_Widget), null); }, - $signature: 180 + $signature: 189 }; A.UserDetailsVM_fromStore____closure2.prototype = { call$1(value) { @@ -570485,7 +570763,7 @@ call$2(context, viewModel) { return new A.WorkflowSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_int)); }, - $signature: 3182 + $signature: 3183 }; A.WorkflowSettingsVM.prototype = {}; A.WorkflowSettingsVM_fromStore_closure0.prototype = { @@ -570494,7 +570772,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 188 + $signature: 184 }; A.WorkflowSettingsVM_fromStore_closure1.prototype = { call$1(company) { @@ -571006,7 +571284,7 @@ t3.get$_subscription_model$_$this()._postPurchaseUrl = t1; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState__onChanged_closure0.prototype = { call$0() { @@ -571018,7 +571296,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._SubscriptionEditState_build_closure.prototype = { call$1(groupId) { @@ -571031,7 +571309,7 @@ b.get$_subscription_model$_$this()._subscription_model$_groupId = this.groupId; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure0.prototype = { call$1(userId) { @@ -571044,7 +571322,7 @@ b.get$_subscription_model$_$this()._subscription_model$_assignedUserId = this.userId; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure1.prototype = { call$1(value) { @@ -571055,7 +571333,7 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SubscriptionEditState_build__closure28(this.context)); } }, - $signature: 49 + $signature: 48 }; A._SubscriptionEditState_build__closure27.prototype = { call$1(b) { @@ -571066,7 +571344,7 @@ b.get$_subscription_model$_$this()._productIds = t1; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build___closure7.prototype = { call$1(part) { @@ -571092,7 +571370,7 @@ t1 = this.state; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._SubscriptionEditState_build__closure26(this.subscription, productId, this.viewModel), _null, _null, _null, _null, _null), _null); }, - $signature: 213 + $signature: 223 }; A._SubscriptionEditState_build__closure26.prototype = { call$0() { @@ -571109,7 +571387,7 @@ b.get$_subscription_model$_$this()._productIds = t1; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure4.prototype = { call$1(value) { @@ -571117,7 +571395,7 @@ this.viewModel.onChanged.call$1(t1.rebuild$1(new A._SubscriptionEditState_build__closure24(A._setArrayType(t1.recurringProductIds.split(","), type$.JSArray_String), value))); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SubscriptionEditState_build__closure25(this.context)); }, - $signature: 49 + $signature: 48 }; A._SubscriptionEditState_build__closure24.prototype = { call$1(b) { @@ -571128,7 +571406,7 @@ b.get$_subscription_model$_$this()._recurringProductIds = t1; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build___closure5.prototype = { call$1(part) { @@ -571154,7 +571432,7 @@ t1 = this.state; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._SubscriptionEditState_build__closure23(this.subscription, productId, this.viewModel), _null, _null, _null, _null, _null), _null); }, - $signature: 213 + $signature: 223 }; A._SubscriptionEditState_build__closure23.prototype = { call$0() { @@ -571171,7 +571449,7 @@ b.get$_subscription_model$_$this()._recurringProductIds = t1; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure7.prototype = { call$1(value) { @@ -571182,7 +571460,7 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SubscriptionEditState_build__closure22(this.context)); } }, - $signature: 49 + $signature: 48 }; A._SubscriptionEditState_build__closure21.prototype = { call$1(b) { @@ -571193,7 +571471,7 @@ b.get$_subscription_model$_$this()._optionalProductIds = t1; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build___closure3.prototype = { call$1(part) { @@ -571219,7 +571497,7 @@ t1 = this.state; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._SubscriptionEditState_build__closure20(this.subscription, productId, this.viewModel), _null, _null, _null, _null, _null), _null); }, - $signature: 213 + $signature: 223 }; A._SubscriptionEditState_build__closure20.prototype = { call$0() { @@ -571236,7 +571514,7 @@ b.get$_subscription_model$_$this()._optionalProductIds = t1; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure10.prototype = { call$1(value) { @@ -571247,7 +571525,7 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._SubscriptionEditState_build__closure19(this.context)); } }, - $signature: 49 + $signature: 48 }; A._SubscriptionEditState_build__closure18.prototype = { call$1(b) { @@ -571258,7 +571536,7 @@ b.get$_subscription_model$_$this()._optionalRecurringProductIds = t1; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build___closure1.prototype = { call$1(part) { @@ -571284,7 +571562,7 @@ t1 = this.state; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(_null, _null, _null, _null, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null, _null), _null, new A._SubscriptionEditState_build__closure17(this.subscription, productId, this.viewModel), _null, _null, _null, _null, _null), _null); }, - $signature: 213 + $signature: 223 }; A._SubscriptionEditState_build__closure17.prototype = { call$0() { @@ -571301,7 +571579,7 @@ b.get$_subscription_model$_$this()._optionalRecurringProductIds = t1; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure14.prototype = { call$1(value) { @@ -571314,14 +571592,14 @@ b.get$_subscription_model$_$this()._subscription_model$_frequencyId = this.value; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure13.prototype = { call$1(entry) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entry.key, type$.String); }, - $signature: 336 + $signature: 280 }; A._SubscriptionEditState_build_closure16.prototype = { call$1(value) { @@ -571334,21 +571612,21 @@ b.get$_subscription_model$_$this()._subscription_model$_autoBill = this.value; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure17.prototype = { call$1(context) { var t1 = type$.MappedListIterable_String_Text; return A.List_List$of(new A.MappedListIterable(A._setArrayType(["", "always", "optout", "optin", "off"], type$.JSArray_String), new A._SubscriptionEditState_build__closure14(this.localization), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 326 + $signature: 344 }; A._SubscriptionEditState_build__closure14.prototype = { call$1(type) { var _null = null; return A.Text$(this.localization.lookup$1(type), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 324 + $signature: 338 }; A._SubscriptionEditState_build_closure15.prototype = { call$1(value) { @@ -571367,7 +571645,7 @@ b.get$_subscription_model$_$this()._subscription_model$_isAmountDiscount = this.value; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure19.prototype = { call$1(value) { @@ -571380,7 +571658,7 @@ b.get$_subscription_model$_$this()._registrationRequired = this.value; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure20.prototype = { call$1(value) { @@ -571393,7 +571671,7 @@ b.get$_subscription_model$_$this()._useInventoryManagement = this.value; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure21.prototype = { call$1(value) { @@ -571406,7 +571684,7 @@ b.get$_subscription_model$_$this()._allowQueryOverrides = this.value; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure22.prototype = { call$1(value) { @@ -571419,7 +571697,7 @@ b.get$_subscription_model$_$this()._allowPlanChanges = this.value; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure23.prototype = { call$1(value) { @@ -571432,7 +571710,7 @@ b.get$_subscription_model$_$this()._allowCancellation = this.value; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure24.prototype = { call$1(value) { @@ -571445,7 +571723,7 @@ b.get$_subscription_model$_$this()._refundPeriod = this.value; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure25.prototype = { call$1(value) { @@ -571457,7 +571735,7 @@ call$1(b) { return b.get$_subscription_model$_$this()._trialEnabled = this.value; }, - $signature: 855 + $signature: 857 }; A._SubscriptionEditState_build_closure26.prototype = { call$1(value) { @@ -571470,7 +571748,7 @@ b.get$_subscription_model$_$this()._trialDuration = this.value; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure27.prototype = { call$1(value) { @@ -571482,7 +571760,7 @@ call$1(b) { return b.get$_subscription_model$_$this()._perSeatEnabled = this.value; }, - $signature: 855 + $signature: 857 }; A._SubscriptionEditState_build_closure28.prototype = { call$1(value) { @@ -571495,7 +571773,7 @@ b.get$webhookConfiguration().get$_subscription_model$_$this()._postPurchaseRestMethod = this.value; return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure29.prototype = { call$1(value) { @@ -571537,7 +571815,7 @@ b.get$webhookConfiguration().get$postPurchaseHeaders().$indexSet(0, this.key, this.value); return b; }, - $signature: 81 + $signature: 79 }; A._SubscriptionEditState_build_closure32.prototype = { call$1(key) { @@ -571553,7 +571831,7 @@ t3.toString; return A.ListTile$(false, B.EdgeInsets_0_0_0_0, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, t2, A.IconButton$(_null, _null, _null, _null, t1, _null, new A._SubscriptionEditState_build__closure(_this.viewModel, _this.subscription, key), _null, _null, _null, t3, _null), _null); }, - $signature: 213 + $signature: 223 }; A._SubscriptionEditState_build__closure.prototype = { call$0() { @@ -571566,7 +571844,7 @@ b.get$webhookConfiguration().get$postPurchaseHeaders().get$_safeMap().remove$1(0, this.key); return b; }, - $signature: 81 + $signature: 79 }; A.__SubscriptionEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -571593,13 +571871,13 @@ call$1(store) { return A.SubscriptionEditVM_SubscriptionEditVM$fromStore(store); }, - $signature: 3185 + $signature: 3186 }; A.SubscriptionEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.SubscriptionEdit(viewModel, new A.ValueKey(viewModel.subscription.updatedAt, type$.ValueKey_int)); }, - $signature: 3186 + $signature: 3187 }; A.SubscriptionEditVM.prototype = { get$subscription() { @@ -571612,7 +571890,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateSubscription(subscription)); }, - $signature: 437 + $signature: 419 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -571729,7 +572007,7 @@ } else A.viewEntity(false, savedSubscription, null, true); }, - $signature: 437 + $signature: 419 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -571739,7 +572017,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure.prototype = { call$1(context) { @@ -571806,7 +572084,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.subscriptionList, B.EntityType_paymentLink, new A.SubscriptionListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.SubscriptionPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3187 + $signature: 3188 }; A.SubscriptionListBuilder_build__closure.prototype = { call$2(context, index) { @@ -571823,7 +572101,7 @@ t3 = false; return new A.SubscriptionListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3188 + $signature: 3189 }; A.SubscriptionListVM.prototype = {}; A.SubscriptionListVM_fromStore__handleRefresh.prototype = { @@ -571942,7 +572220,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortSubscriptions(value)); }, - $signature: 37 + $signature: 38 }; A.SubscriptionScreen_build_closure5.prototype = { call$2(state, value) { @@ -571950,7 +572228,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterSubscriptionsByState(state)); }, - $signature: 65 + $signature: 67 }; A.SubscriptionScreen_build_closure.prototype = { call$0() { @@ -572017,7 +572295,7 @@ call$2(context, vm) { return new A.SubscriptionScreen(vm, null); }, - $signature: 3189 + $signature: 3190 }; A.SubscriptionScreenVM.prototype = {}; A.SubscriptionView.prototype = { @@ -572129,13 +572407,13 @@ call$1(store) { return A.SubscriptionViewVM_SubscriptionViewVM$fromStore(store); }, - $signature: 3190 + $signature: 3191 }; A.SubscriptionViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.SubscriptionView(vm, this.$this.isFilter, null); }, - $signature: 3191 + $signature: 3192 }; A.SubscriptionViewVM.prototype = { get$subscription() { @@ -572521,7 +572799,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._TaskEditState_build_closure2.prototype = { call$2(context, action) { @@ -572530,13 +572808,13 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 3192 + $signature: 3193 }; A._TaskEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._task_edit$_onSavePressed$2(context, action); }, - $signature: 76 + $signature: 74 }; A._TaskEditState_build_closure.prototype = { call$0() { @@ -572864,7 +573142,7 @@ b.get$_task_model$_$this()._task_model$_customValue4 = t1; return b; }, - $signature: 78 + $signature: 81 }; A._TaskEditDesktopState__onChanged_closure0.prototype = { call$0() { @@ -572876,20 +573154,20 @@ call$1(taskTime) { return taskTime.get$isEmpty(0); }, - $signature: 236 + $signature: 214 }; A._TaskEditDesktopState_build_closure0.prototype = { call$1(b) { b.get$_task_model$_$this()._task_model$_startDate = null; return b; }, - $signature: 249 + $signature: 253 }; A._TaskEditDesktopState_build_closure2.prototype = { call$1(client) { this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDesktopState_build__closure10(client))); }, - $signature: 49 + $signature: 48 }; A._TaskEditDesktopState_build__closure10.prototype = { call$1(b) { @@ -572901,13 +573179,13 @@ b.get$_task_model$_$this()._task_model$_projectId = ""; return b; }, - $signature: 78 + $signature: 81 }; A._TaskEditDesktopState_build_closure1.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 216 + $signature: 213 }; A._TaskEditDesktopState_build_closure3.prototype = { call$1(selectedId) { @@ -572917,7 +573195,7 @@ t2 = this.task; this.viewModel.onChanged.call$1(t2.rebuild$1(new A._TaskEditDesktopState_build__closure9(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].projectState.$get$1(0, selectedId), t2))); }, - $signature: 37 + $signature: 38 }; A._TaskEditDesktopState_build__closure9.prototype = { call$1(b) { @@ -572928,13 +573206,13 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 78 + $signature: 81 }; A._TaskEditDesktopState_build_closure4.prototype = { call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 216 + $signature: 213 }; A._TaskEditDesktopState_build_closure5.prototype = { call$1(userId) { @@ -572947,14 +573225,14 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = this.userId; return b; }, - $signature: 78 + $signature: 81 }; A._TaskEditDesktopState_build_closure6.prototype = { call$1(selectedId) { var t1 = this.state; this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDesktopState_build__closure7(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskStatusState.map._map$_map.$index(0, selectedId)))); }, - $signature: 37 + $signature: 38 }; A._TaskEditDesktopState_build__closure7.prototype = { call$1(b) { @@ -572966,7 +573244,7 @@ b.get$_task_model$_$this()._statusOrder = null; return b; }, - $signature: 78 + $signature: 81 }; A._TaskEditDesktopState_build_closure7.prototype = { call$1(taskTime) { @@ -573099,7 +573377,7 @@ t3.push(A.IconButton$(_null, _null, _null, _null, t5, _null, t1[index].get$isEmpty(0) ? _null : new A._TaskEditDesktopState_build__closure6(t2, _this.context, t12, index), _null, _null, _null, t4, _null)); return A.Row$(t3, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 3193 + $signature: 3194 }; A._TaskEditDesktopState_build__closure.prototype = { call$2(date, _) { @@ -573109,7 +573387,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure6(t1)); }, - $signature: 51 + $signature: 50 }; A._TaskEditDesktopState_build___closure6.prototype = { call$0() { @@ -573127,7 +573405,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure5(t1)); }, - $signature: 406 + $signature: 364 }; A._TaskEditDesktopState_build___closure5.prototype = { call$0() { @@ -573143,7 +573421,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure4(t1)); }, - $signature: 51 + $signature: 50 }; A._TaskEditDesktopState_build___closure4.prototype = { call$0() { @@ -573161,7 +573439,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure3(t1)); }, - $signature: 406 + $signature: 364 }; A._TaskEditDesktopState_build___closure3.prototype = { call$0() { @@ -573177,7 +573455,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build___closure2(t1)); }, - $signature: 857 + $signature: 859 }; A._TaskEditDesktopState_build___closure2.prototype = { call$0() { @@ -573196,7 +573474,7 @@ b.get$_task_model$_$this()._description = this.value; return b; }, - $signature: 249 + $signature: 253 }; A._TaskEditDesktopState_build__closure5.prototype = { call$0() { @@ -573210,7 +573488,7 @@ b.get$_task_model$_$this()._isBillable = !this.taskTime.isBillable; return b; }, - $signature: 249 + $signature: 253 }; A._TaskEditDesktopState_build__closure6.prototype = { call$0() { @@ -573392,7 +573670,7 @@ b.get$_task_model$_$this()._task_model$_customValue4 = t1; return b; }, - $signature: 78 + $signature: 81 }; A._TaskEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -573404,7 +573682,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDetailsState_build__closure2(client))); }, - $signature: 49 + $signature: 48 }; A._TaskEditDetailsState_build__closure2.prototype = { call$1(b) { @@ -573416,13 +573694,13 @@ b.get$_task_model$_$this()._task_model$_projectId = ""; return b; }, - $signature: 78 + $signature: 81 }; A._TaskEditDetailsState_build_closure.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 216 + $signature: 213 }; A._TaskEditDetailsState_build_closure1.prototype = { call$1(selectedId) { @@ -573432,7 +573710,7 @@ t2 = this.task; this.viewModel.onChanged.call$1(t2.rebuild$1(new A._TaskEditDetailsState_build__closure1(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].projectState.$get$1(0, selectedId), t2))); }, - $signature: 37 + $signature: 38 }; A._TaskEditDetailsState_build__closure1.prototype = { call$1(b) { @@ -573443,13 +573721,13 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 78 + $signature: 81 }; A._TaskEditDetailsState_build_closure2.prototype = { call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 216 + $signature: 213 }; A._TaskEditDetailsState_build_closure3.prototype = { call$1(userId) { @@ -573462,14 +573740,14 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = this.userId; return b; }, - $signature: 78 + $signature: 81 }; A._TaskEditDetailsState_build_closure4.prototype = { call$1(selectedId) { var t1 = this.state; this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDetailsState_build__closure(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskStatusState.map._map$_map.$index(0, selectedId)))); }, - $signature: 37 + $signature: 38 }; A._TaskEditDetailsState_build__closure.prototype = { call$1(b) { @@ -573479,7 +573757,7 @@ b.get$_task_model$_$this()._statusOrder = null; return b; }, - $signature: 78 + $signature: 81 }; A.TaskEditDetailsScreen.prototype = { build$1(context) { @@ -573491,7 +573769,7 @@ call$1(store) { return A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore(store); }, - $signature: 3196 + $signature: 3197 }; A.TaskEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -573500,7 +573778,7 @@ else return new A.TaskEditDetails(viewModel, null); }, - $signature: 3197 + $signature: 3198 }; A.TaskEditDetailsVM.prototype = { get$task() { @@ -573513,7 +573791,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTask(task)); }, - $signature: 264 + $signature: 266 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0.prototype = { call$2(context, completer) { @@ -573542,7 +573820,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/task/edit")); }, - $signature: 106 + $signature: 107 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2.prototype = { call$2(taskTime, index) { @@ -573556,7 +573834,7 @@ t2[0].call$1(new A.UpdateTaskTime(index, taskTime)); } }, - $signature: 3198 + $signature: 3199 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3.prototype = { call$1(index) { @@ -573564,7 +573842,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.DeleteTaskTime(index)); }, - $signature: 164 + $signature: 159 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -573584,7 +573862,7 @@ b.get$_project_model$_$this()._project_model$_clientId = this.task.clientId; return b; }, - $signature: 204 + $signature: 203 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0.prototype = { call$1(_) { @@ -573600,7 +573878,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/task/edit")); }, - $signature: 106 + $signature: 107 }; A.TaskEditTimes.prototype = { createState$0() { @@ -573660,7 +573938,7 @@ var t1 = this.taskTime; return J.$eq$(time.startDate, t1.startDate) && J.$eq$(time.endDate, t1.endDate); }, - $signature: 236 + $signature: 214 }; A._TaskEditTimesState__showTaskTimeEditor_closure0.prototype = { call$1(context) { @@ -573668,14 +573946,14 @@ t2 = this.taskTimes; return new A.TimeEditDetails(B.JSArray_methods.indexOf$1(t2, B.JSArray_methods.firstWhere$1(t2, new A._TaskEditTimesState__showTaskTimeEditor__closure(t1))), t1, this.viewModel, null); }, - $signature: 3199 + $signature: 3200 }; A._TaskEditTimesState__showTaskTimeEditor__closure.prototype = { call$1(time) { var t1 = this.taskTime; return J.$eq$(time.startDate, t1.startDate) && J.$eq$(time.endDate, t1.endDate); }, - $signature: 236 + $signature: 214 }; A._TaskEditTimesState_build_closure.prototype = { call$1(duration) { @@ -573799,7 +574077,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure6(t1, date, this.showEndDate, this.viewModel)); }, - $signature: 51 + $signature: 50 }; A.TimeEditDetailsState_build__closure6.prototype = { call$0() { @@ -573820,7 +574098,7 @@ t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure5(t1, timeOfDay, this.viewModel)); }, - $signature: 406 + $signature: 364 }; A.TimeEditDetailsState_build__closure5.prototype = { call$0() { @@ -573837,7 +574115,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure4(t1, date, this.viewModel)); }, - $signature: 51 + $signature: 50 }; A.TimeEditDetailsState_build__closure4.prototype = { call$0() { @@ -573854,7 +574132,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure3(t1, timeOfDay, this.viewModel)); }, - $signature: 406 + $signature: 364 }; A.TimeEditDetailsState_build__closure3.prototype = { call$0() { @@ -573875,7 +574153,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure2(t1, duration, this.viewModel)); }, - $signature: 857 + $signature: 859 }; A.TimeEditDetailsState_build__closure2.prototype = { call$0() { @@ -573901,7 +574179,7 @@ b.get$_task_model$_$this()._description = this.value; return b; }, - $signature: 249 + $signature: 253 }; A.TimeEditDetailsState_build_closure5.prototype = { call$1(value) { @@ -573918,7 +574196,7 @@ b.get$_task_model$_$this()._isBillable = this.value; return b; }, - $signature: 249 + $signature: 253 }; A.TimeEditDetailsState_build__closure0.prototype = { call$0() { @@ -573950,13 +574228,13 @@ call$1(store) { return A.TaskEditTimesVM_TaskEditTimesVM$fromStore(store); }, - $signature: 3200 + $signature: 3201 }; A.TaskEditTimesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaskEditTimes(viewModel, null); }, - $signature: 3201 + $signature: 3202 }; A.TaskEditTimesVM.prototype = { get$task() { @@ -573969,7 +574247,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DeleteTaskTime(index)); }, - $signature: 353 + $signature: 398 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0.prototype = { call$0() { @@ -573985,7 +574263,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTaskTime(index, taskTime)); }, - $signature: 3202 + $signature: 3203 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2.prototype = { call$0() { @@ -574005,13 +574283,13 @@ call$1(store) { return A.TaskEditVM_TaskEditVM$fromStore(store); }, - $signature: 3203 + $signature: 3204 }; A.TaskEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaskEdit(viewModel, new A.ValueKey(viewModel.task.updatedAt, type$.ValueKey_int)); }, - $signature: 3204 + $signature: 3205 }; A.TaskEditVM.prototype = { get$task() { @@ -574053,7 +574331,7 @@ call$1(time) { return time.endDate == null; }, - $signature: 236 + $signature: 214 }; A.TaskEditVM_TaskEditVM$fromStore_closure.prototype = { call$2(context, action) { @@ -574067,7 +574345,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 209 + $signature: 202 }; A.TaskEditVM_TaskEditVM$fromStore__closure0.prototype = { call$0() { @@ -574177,7 +574455,7 @@ A.viewEntity(false, savedTask, _null, true); } }, - $signature: 264 + $signature: 266 }; A.TaskEditVM_TaskEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -574187,7 +574465,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.TaskEditVM_TaskEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.TaskEditVM_TaskEditVM$fromStore____closure.prototype = { call$1(context) { @@ -574366,7 +574644,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanTaskCardState_build___closure(t1)); }, - $signature: 264 + $signature: 266 }; A._KanbanTaskCardState_build___closure.prototype = { call$0() { @@ -574382,7 +574660,7 @@ t1.setState$1(new A._KanbanTaskCardState_build__closure(t1)); } }, - $signature: 256 + $signature: 271 }; A._KanbanTaskCardState_build__closure.prototype = { call$0() { @@ -574456,14 +574734,14 @@ t2 = type$.MappedListIterable_of_String_and_PopupMenuItem_String; return A.List_List$of(new A.MappedListIterable(A._setArrayType([t4, t3, this.startLabel], type$.JSArray_String), new A._KanbanTaskCardState_build__closure2(t1), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 790 + $signature: 792 }; A._KanbanTaskCardState_build__closure2.prototype = { call$1(value) { var _null = null; return A.PopupMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.String); }, - $signature: 791 + $signature: 793 }; A._KanbanTaskCardState_build_closure7.prototype = { call$1(value) { @@ -574583,7 +574861,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanStatusCardState__onSavePressed__closure(t1)); }, - $signature: 302 + $signature: 345 }; A._KanbanStatusCardState__onSavePressed__closure.prototype = { call$0() { @@ -574712,7 +574990,7 @@ t1.toString; J.sort$1$ax(t1, new A.KanbanViewState__initBoard__closure(this.state)); }, - $signature: 3205 + $signature: 3206 }; A.KanbanViewState__initBoard__closure.prototype = { call$2(taskIdA, taskIdB) { @@ -574738,7 +575016,7 @@ call$1(error) { this.$this._initBoard$0(); }, - $signature: 3 + $signature: 2 }; A.KanbanViewState_build_closure.prototype = { call$1(statusId) { @@ -574777,7 +575055,7 @@ t8 = A._instanceType(t7)._eval$1("MappedListIterable"); return A.BoardList$(t3, _null, !t2, new A.Align(B.Alignment_m1_0, _null, _null, t5, _null), t6, t3, _null, A.List_List$of(new A.MappedListIterable(t7, new A.KanbanViewState_build__closure4(t4, t1, $status, statusId), t8), true, t8._eval$1("ListIterable.E")), new A.KanbanViewState_build__closure5(t4), _null, _null); }, - $signature: 3206 + $signature: 3207 }; A.KanbanViewState_build__closure5.prototype = { call$2(endIndex, startIndex) { @@ -574788,7 +575066,7 @@ t1.setState$1(new A.KanbanViewState_build___closure(t1, startIndex, endIndex)); t1._onBoardChanged$0(); }, - $signature: 860 + $signature: 862 }; A.KanbanViewState_build___closure.prototype = { call$0() { @@ -574825,7 +575103,7 @@ statusOrder = J.indexOf$1$asx(t2, t3); t1._widget.viewModel.onSaveStatusPressed.call$4(completer, t3, $name, statusOrder); }, - $signature: 3207 + $signature: 3208 }; A.KanbanViewState_build__closure1.prototype = { call$2(completer, description) { @@ -574837,7 +575115,7 @@ statusOrder = 0; t1._widget.viewModel.onSaveTaskPressed.call$5(completer, t1._newTask.id, t2, description, statusOrder); }, - $signature: 858 + $signature: 860 }; A.KanbanViewState_build__closure0.prototype = { call$0() { @@ -574872,14 +575150,14 @@ b.get$_task_model$_$this()._task_model$_statusId = this.status.id; return b; }, - $signature: 78 + $signature: 81 }; A.KanbanViewState_build__closure3.prototype = { call$1(taskId) { var t1 = this.$this._widget.viewModel.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskState.$get$1(0, taskId); }, - $signature: 666 + $signature: 669 }; A.KanbanViewState_build__closure4.prototype = { call$1(task) { @@ -574905,7 +575183,7 @@ } return A.BoardItem$(_null, !t3, _null, t2, _null, new A.KanbanViewState_build___closure2(t1, _this.status), new A.KanbanViewState_build___closure3(t1), _null); }, - $signature: 3209 + $signature: 3210 }; A.KanbanViewState_build___closure1.prototype = { call$2(completer, description) { @@ -574918,7 +575196,7 @@ statusOrder = J.indexOf$1$asx(t3, t4); t1._widget.viewModel.onSaveTaskPressed.call$5(completer, t4, t2, description, statusOrder); }, - $signature: 858 + $signature: 860 }; A.KanbanViewState_build___closure0.prototype = { call$0() { @@ -574940,7 +575218,7 @@ var t1 = this.$this; t1.setState$1(new A.KanbanViewState_build____closure(t1)); }, - $signature: 3210 + $signature: 3211 }; A.KanbanViewState_build____closure.prototype = { call$0() { @@ -574969,7 +575247,7 @@ t1.setState$1(new A.KanbanViewState_build____closure1(t1, oldStatusId, J.$index$asx(t2, oldItemIndex), newStatusId, itemIndex)); t1._onBoardChanged$0(); }, - $signature: 3211 + $signature: 3212 }; A.KanbanViewState_build____closure0.prototype = { call$0() { @@ -575031,7 +575309,7 @@ t2 = state.userCompanyStates._list$_list[t1.selectedCompanyIndex]; return new A.KanbanView(viewModel, new A.ValueKey("__" + t2.userCompany.company.id + "_" + t2.lastUpdated + "_" + J.get$length$asx(viewModel.filteredTaskList) + "_" + A.S(t1.taskUIState.kanbanLastUpdated) + "__", type$.ValueKey_String)); }, - $signature: 3212 + $signature: 3213 }; A.KanbanVM.prototype = {}; A.KanbanVM_fromStore_closure.prototype = { @@ -575040,7 +575318,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortTasksRequest(completer, statusIds, taskIds)); }, - $signature: 3213 + $signature: 3214 }; A.KanbanVM_fromStore_closure1.prototype = { call$4(completer, statusId, $name, statusOrder) { @@ -575054,7 +575332,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SaveTaskStatusRequest(completer, $status)); }, - $signature: 3214 + $signature: 3215 }; A.KanbanVM_fromStore__closure.prototype = { call$1(b) { @@ -575101,7 +575379,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveTaskRequest(completer, t1, false, _null)); }, - $signature: 3215 + $signature: 3216 }; A.KanbanVM_fromStore__closure0.prototype = { call$1(b) { @@ -575113,7 +575391,7 @@ b.get$_task_model$_$this()._task_model$_statusId = _this.statusId; return b; }, - $signature: 78 + $signature: 81 }; A.KanbanVM_fromStore__closure1.prototype = { call$1(b) { @@ -575127,7 +575405,7 @@ b.get$_task_model$_$this()._task_model$_clientId = t1; return b; }, - $signature: 78 + $signature: 81 }; A.KanbanVM_fromStore__closure2.prototype = { call$1(b) { @@ -575142,7 +575420,7 @@ b.get$_task_model$_$this()._task_model$_clientId = this.project.clientId; return b; }, - $signature: 78 + $signature: 81 }; A.KanbanVM_fromStore__closure3.prototype = { call$1(b) { @@ -575156,7 +575434,7 @@ b.get$_task_model$_$this()._task_model$_assignedUserId = t1; return b; }, - $signature: 78 + $signature: 81 }; A.TaskListItem.prototype = { build$1(context) { @@ -575266,7 +575544,7 @@ var _null = null; return A.formatNumber(B.JSInt_methods._tdivFast$1(this.$this.task.calculateDuration$0()._duration, 1000000), this.context, _null, _null, B.FormatNumberType_6, true, _null, _null, false); }, - $signature: 859 + $signature: 861 }; A.TaskListItem_build_closure.prototype = { call$0() { @@ -575358,7 +575636,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.task], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.TaskListItem_build__closure5.prototype = { call$0() { @@ -575390,7 +575668,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.taskList, B.EntityType_task, new A.TaskListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.TaskPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3217 + $signature: 3218 }; A.TaskListBuilder_build__closure.prototype = { call$2(context, index) { @@ -575399,7 +575677,7 @@ t2.toString; return A.TaskListItem$(t1.filter, false, true, null, null, true, t2); }, - $signature: 416 + $signature: 354 }; A.TaskListVM.prototype = { get$user(receiver) { @@ -575558,14 +575836,14 @@ call$1(time) { return time.startDate != null && time.endDate != null; }, - $signature: 236 + $signature: 214 }; A.TaskPresenter_getField_closure0.prototype = { call$1(time) { var t1 = this.context; this.notes.push(A.formatDate(time.startDate.toIso8601String$0(), t1, true, true, true) + " - " + A.formatDate(time.endDate.toIso8601String$0(), t1, false, true, true)); }, - $signature: 211 + $signature: 217 }; A.TaskScreen.prototype = { build$1(context) { @@ -575767,7 +576045,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTasksByStatus($status)); }, - $signature: 143 + $signature: 151 }; A.TaskScreen_build_closure20.prototype = { call$0() { @@ -575848,7 +576126,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTasksByStatus($status)); }, - $signature: 166 + $signature: 164 }; A.TaskScreen_build_closure9.prototype = { call$1(value) { @@ -575888,7 +576166,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTasksByState(state)); }, - $signature: 65 + $signature: 67 }; A.TaskScreen_build_closure8.prototype = { call$0() { @@ -575923,7 +576201,7 @@ call$2(context, vm) { return new A.TaskScreen(vm, null); }, - $signature: 3218 + $signature: 3219 }; A.TaskScreenVM.prototype = {}; A.TaskTimeListTile.prototype = { @@ -576191,7 +576469,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._TaskOverviewState_initState__closure()); }, - $signature: 220 + $signature: 219 }; A._TaskOverviewState_initState__closure.prototype = { call$0() { @@ -576263,14 +576541,14 @@ new A.ReversedListIterable(items, A._arrayInstanceType(items)._eval$1("ReversedListIterable<1>")).forEach$1(0, new A._TaskOverviewState_build__buildView_closure(widgets, t1, _this.viewModel)); return widgets; }, - $signature: 334 + $signature: 352 }; A._TaskOverviewState_build__buildView_closure.prototype = { call$1(taskTime) { var t1 = this.task; B.JSArray_methods.addAll$1(this.widgets, A._setArrayType([new A.TaskTimeListTile(new A._TaskOverviewState_build__buildView__closure(this.viewModel, t1, taskTime), t1, taskTime, true, null)], type$.JSArray_Widget)); }, - $signature: 211 + $signature: 217 }; A._TaskOverviewState_build__buildView__closure.prototype = { call$1(context) { @@ -576278,7 +576556,7 @@ t2 = t1.state; return t2.userCompanyStates._list$_list[t2.uiState.selectedCompanyIndex].userCompany.canEditEntity$1(this.task) ? t1.onEditPressed.call$2(context, this.taskTime) : null; }, - $signature: 54 + $signature: 55 }; A._TaskOverviewState_build_closure.prototype = { call$0() { @@ -576296,13 +576574,13 @@ call$1(store) { return A.TaskViewVM_TaskViewVM$fromStore(store); }, - $signature: 3219 + $signature: 3220 }; A.TaskViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaskView(vm, false, vm.state.uiState.taskUIState.tabIndex, null); }, - $signature: 3220 + $signature: 3221 }; A.TaskViewVM.prototype = { get$task() { @@ -576349,7 +576627,7 @@ $defaultValues() { return [null]; }, - $signature: 3221 + $signature: 3222 }; A.TaskViewVM_TaskViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -576367,7 +576645,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 108 + $signature: 111 }; A.TaskViewVM_TaskViewVM$fromStore__closure.prototype = { call$1(client) { @@ -576379,14 +576657,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.TaskViewVM_TaskViewVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.TaskViewVM_TaskViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.TaskViewVM_TaskViewVM$fromStore___closure.prototype = { call$1(context) { @@ -576484,7 +576762,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._TaskStatusEditState_build_closure.prototype = { call$1(context) { @@ -576499,7 +576777,7 @@ t5 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._task_status_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t3, _null, _null, false, _null, _null, t1.get$_task_status_edit$_onSavePressed(), true, _null, _null, B.TextAlign_4, new A._TaskStatusEditState_build__closure(t2)), A.FormColorPicker$(t4.color, _null, new A._TaskStatusEditState_build__closure0(_this.viewModel, t4))], t5), _null, _null, false, _null, false, _null, _null)], t5), _null, _null, _null, false, _null); }, - $signature: 140 + $signature: 138 }; A._TaskStatusEditState_build__closure.prototype = { call$1(val) { @@ -576519,7 +576797,7 @@ call$1(value) { return this.viewModel.onChanged.call$1(this.taskStatus.rebuild$1(new A._TaskStatusEditState_build___closure(value))); }, - $signature: 200 + $signature: 204 }; A._TaskStatusEditState_build___closure.prototype = { call$1(b) { @@ -576538,13 +576816,13 @@ call$1(store) { return A.TaskStatusEditVM_TaskStatusEditVM$fromStore(store); }, - $signature: 3222 + $signature: 3223 }; A.TaskStatusEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaskStatusEdit(viewModel, new A.ValueKey(viewModel.taskStatus.updatedAt, type$.ValueKey_int)); }, - $signature: 3223 + $signature: 3224 }; A.TaskStatusEditVM.prototype = { get$taskStatus() { @@ -576557,7 +576835,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTaskStatus(taskStatus)); }, - $signature: 302 + $signature: 345 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -576633,7 +576911,7 @@ } else A.viewEntity(false, savedTaskStatus, null, true); }, - $signature: 302 + $signature: 345 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -576643,7 +576921,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure.prototype = { call$1(context) { @@ -576724,7 +577002,7 @@ t3 = false; return new A.TaskStatusListItem(t2.user, taskStatus, t1.filter, t3, new A.ValueKey("__task_status_" + taskStatusId, type$.ValueKey_String)); }, - $signature: 3224 + $signature: 3225 }; A.TaskStatusListItem.prototype = { build$1(context) { @@ -576786,7 +577064,7 @@ call$2(context, viewModel) { return new A.TaskStatusList(viewModel, null); }, - $signature: 3225 + $signature: 3226 }; A.TaskStatusListVM.prototype = {}; A.TaskStatusListVM_fromStore__handleRefresh.prototype = { @@ -576838,7 +577116,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.SaveTaskStatusRequest(t1, t2)); }, - $signature: 226 + $signature: 224 }; A.TaskStatusListVM_fromStore__closure.prototype = { call$1(b) { @@ -576964,7 +577242,7 @@ t1.toString; return t1; }, - $signature: 3226 + $signature: 3227 }; A.TaskStatusScreen_build__closure0.prototype = { call$1(_) { @@ -576972,7 +577250,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.ClearTaskStatusMultiselect()); }, - $signature: 98 + $signature: 99 }; A.TaskStatusScreen_build_closure5.prototype = { call$1(value) { @@ -576980,7 +577258,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortTaskStatuses(value)); }, - $signature: 37 + $signature: 38 }; A.TaskStatusScreen_build_closure6.prototype = { call$2(state, value) { @@ -576988,7 +577266,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTaskStatusesByState(state)); }, - $signature: 65 + $signature: 67 }; A.TaskStatusScreen_build_closure0.prototype = { call$0() { @@ -577055,7 +577333,7 @@ call$2(context, vm) { return new A.TaskStatusScreen(vm, null); }, - $signature: 3227 + $signature: 3228 }; A.TaskStatusScreenVM.prototype = {}; A.TaskStatusView.prototype = { @@ -577116,13 +577394,13 @@ call$1(store) { return A.TaskStatusViewVM_TaskStatusViewVM$fromStore(store); }, - $signature: 3228 + $signature: 3229 }; A.TaskStatusViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaskStatusView(vm, this.$this.isFilter, null); }, - $signature: 3229 + $signature: 3230 }; A.TaskStatusViewVM.prototype = { get$taskStatus() { @@ -577246,7 +577524,7 @@ b.get$_tax_rate_model$_$this()._tax_rate_model$_rate = t1; return b; }, - $signature: 622 + $signature: 624 }; A._TaxRateEditState__onChanged_closure0.prototype = { call$0() { @@ -577278,13 +577556,13 @@ call$1(store) { return A.TaxRateEditVM_TaxRateEditVM$fromStore(store); }, - $signature: 3230 + $signature: 3231 }; A.TaxRateEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaxRateEdit(viewModel, new A.ValueKey(viewModel.taxRate.updatedAt, type$.ValueKey_int)); }, - $signature: 3231 + $signature: 3232 }; A.TaxRateEditVM.prototype = { get$taxRate() { @@ -577297,7 +577575,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTaxRate(taxRate)); }, - $signature: 159 + $signature: 154 }; A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -577373,7 +577651,7 @@ } else A.viewEntity(false, savedTaxRate, null, true); }, - $signature: 159 + $signature: 154 }; A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -577383,7 +577661,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.TaxRateEditVM_TaxRateEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.TaxRateEditVM_TaxRateEditVM$fromStore____closure.prototype = { call$1(context) { @@ -577448,7 +577726,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.taxRateList, B.EntityType_taxRate, new A.TaxRateListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, null, viewModel.state, null); }, - $signature: 3232 + $signature: 3233 }; A.TaxRateListBuilder_build__closure.prototype = { call$2(context, index) { @@ -577463,7 +577741,7 @@ t3 = false; return new A.TaxRateListItem(t1.userCompany.user, t2, t1.filter, t3, null); }, - $signature: 3233 + $signature: 3234 }; A.TaxRateListVM.prototype = {}; A.TaxRateListVM_fromStore__handleRefresh.prototype = { @@ -577590,7 +577868,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTaxRatesByState(state)); }, - $signature: 65 + $signature: 67 }; A.TaxRateSettingsScreen_build_closure.prototype = { call$0() { @@ -577625,7 +577903,7 @@ call$2(context, vm) { return new A.TaxRateSettingsScreen(vm, null); }, - $signature: 3234 + $signature: 3235 }; A.TaxRateScreenVM.prototype = {}; A.TaxRateView.prototype = { @@ -577670,13 +577948,13 @@ call$1(store) { return A.TaxRateViewVM_TaxRateViewVM$fromStore(store); }, - $signature: 3235 + $signature: 3236 }; A.TaxRateViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaxRateView(vm, false, null); }, - $signature: 3236 + $signature: 3237 }; A.TaxRateViewVM.prototype = { get$taxRate() { @@ -577769,7 +578047,7 @@ b.get$_token_model$_$this()._token_model$_name = t1; return b; }, - $signature: 821 + $signature: 723 }; A._TokenEditState__onChanged_closure0.prototype = { call$0() { @@ -577781,7 +578059,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._TokenEditState_build_closure.prototype = { call$1(context) { @@ -577795,7 +578073,7 @@ t4 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._token_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t3, _null, _null, false, _null, _null, t1.get$_token_edit$_onSavePressed(), true, _null, _null, B.TextAlign_4, new A._TokenEditState_build__closure(t2))], t4), _null, _null, false, _null, false, _null, _null)], t4), _null, _null, _null, false, _null); }, - $signature: 140 + $signature: 138 }; A._TokenEditState_build__closure.prototype = { call$1(value) { @@ -577821,13 +578099,13 @@ call$1(store) { return A.TokenEditVM_TokenEditVM$fromStore(store); }, - $signature: 3237 + $signature: 3238 }; A.TokenEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TokenEdit(viewModel, new A.ValueKey(viewModel.token.updatedAt, type$.ValueKey_int)); }, - $signature: 3238 + $signature: 3239 }; A.TokenEditVM.prototype = { get$token() { @@ -577840,7 +578118,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateToken(token)); }, - $signature: 355 + $signature: 392 }; A.TokenEditVM_TokenEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -577888,7 +578166,7 @@ t5[0].call$1(new A.SaveTokenRequest(new A._AsyncCompleter(t1, type$._AsyncCompleter_TokenEntity), t4, password, idToken)); return t1.then$1$1(0, new A.TokenEditVM_TokenEditVM$fromStore____closure(t4, t2, this.state, t3, $navigator), type$.Null).catchError$1(new A.TokenEditVM_TokenEditVM$fromStore____closure0()); }, - $signature: 463 + $signature: 540 }; A.TokenEditVM_TokenEditVM$fromStore____closure.prototype = { call$1(savedToken) { @@ -577923,7 +578201,7 @@ } else A.viewEntity(false, savedToken, null, true); }, - $signature: 355 + $signature: 392 }; A.TokenEditVM_TokenEditVM$fromStore____closure0.prototype = { call$1(error) { @@ -577933,7 +578211,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.TokenEditVM_TokenEditVM$fromStore_____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.TokenEditVM_TokenEditVM$fromStore_____closure.prototype = { call$1(context) { @@ -578002,7 +578280,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.tokenList, B.EntityType_token, new A.TokenListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.TokenPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3239 + $signature: 3240 }; A.TokenListBuilder_build__closure.prototype = { call$2(context, index) { @@ -578019,7 +578297,7 @@ t3 = false; return new A.TokenListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3240 + $signature: 3241 }; A.TokenListVM.prototype = {}; A.TokenListVM_fromStore__handleRefresh.prototype = { @@ -578149,7 +578427,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortTokens(value)); }, - $signature: 37 + $signature: 38 }; A.TokenScreen_build_closure5.prototype = { call$2(state, value) { @@ -578157,7 +578435,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTokensByState(state)); }, - $signature: 65 + $signature: 67 }; A.TokenScreen_build_closure.prototype = { call$0() { @@ -578224,7 +578502,7 @@ call$2(context, vm) { return new A.TokenScreen(vm, null); }, - $signature: 3241 + $signature: 3242 }; A.TokenScreenVM.prototype = {}; A.TokenView.prototype = { @@ -578295,13 +578573,13 @@ call$1(store) { return A.TokenViewVM_TokenViewVM$fromStore(store); }, - $signature: 3242 + $signature: 3243 }; A.TokenViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TokenView(vm, false, null); }, - $signature: 3243 + $signature: 3244 }; A.TokenViewVM.prototype = { get$token() { @@ -578426,7 +578704,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._TransactionEditState_build_closure1.prototype = { call$1(context) { @@ -578481,7 +578759,7 @@ t2 = type$.JSArray_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([t7, t4, t9, t13, t1, A.DecoratedFormField$(false, _null, false, t10._descriptionController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t3, 6, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t2), _null, _null, false, _null, false, _null, _null)], t2), _null, _null, _null, false, _null); }, - $signature: 140 + $signature: 138 }; A._TransactionEditState_build__closure.prototype = { call$1(value) { @@ -578500,7 +578778,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.transaction.rebuild$1(new A._TransactionEditState_build___closure2(date))); }, - $signature: 51 + $signature: 50 }; A._TransactionEditState_build___closure2.prototype = { call$1(b) { @@ -578561,13 +578839,13 @@ t1 = ""; return b.get$_transaction_model$_$this()._bankAccountId = t1; }, - $signature: 3244 + $signature: 3245 }; A._TransactionEditState_build__closure4.prototype = { call$1(completer) { return this.viewModel.onAddBankAccountPressed.call$2(this.context, completer); }, - $signature: 340 + $signature: 281 }; A._TransactionEditState_build__closure5.prototype = { call$2(completer, $name) { @@ -578576,14 +578854,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveBankAccountRequest(completer, t1)); }, - $signature: 154 + $signature: 155 }; A._TransactionEditState_build___closure0.prototype = { call$1(b) { b.get$_bank_account_model$_$this()._bank_account_model$_name = this.name; return b; }, - $signature: 251 + $signature: 246 }; A._TransactionEditState_build__closure8.prototype = { call$1(value) { @@ -578597,13 +578875,13 @@ t1 = null; return t1; }, - $signature: 224 + $signature: 228 }; A._TransactionEditState_build__closure7.prototype = { call$1(entity) { return ""; }, - $signature: 394 + $signature: 375 }; A.TransactionEditScreen.prototype = { build$1(context) { @@ -578615,13 +578893,13 @@ call$1(store) { return A.TransactionEditVM_TransactionEditVM$fromStore(store); }, - $signature: 3245 + $signature: 3246 }; A.TransactionEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TransactionEdit(viewModel, new A.ValueKey(viewModel.transaction.updatedAt, type$.ValueKey_int)); }, - $signature: 3246 + $signature: 3247 }; A.TransactionEditVM.prototype = { get$transaction(receiver) { @@ -578634,7 +578912,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTransaction(transaction)); }, - $signature: 217 + $signature: 238 }; A.TransactionEditVM_TransactionEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -578721,14 +578999,14 @@ } else A.viewEntity(false, savedTransaction, null, true); }, - $signature: 217 + $signature: 238 }; A.TransactionEditVM_TransactionEditVM$fromStore___closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.TransactionEditVM_TransactionEditVM$fromStore____closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.TransactionEditVM_TransactionEditVM$fromStore____closure.prototype = { call$1(context) { @@ -578762,7 +579040,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateCurrentRoute("/transaction/edit")); }, - $signature: 106 + $signature: 107 }; A.TransactionListItem.prototype = { build$1(context) { @@ -578887,7 +579165,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.transaction], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.TransactionListItem_build__closure5.prototype = { call$0() { @@ -578919,7 +579197,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.transactionList, B.EntityType_transaction, new A.TransactionListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.TransactionPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3247 + $signature: 3248 }; A.TransactionListBuilder_build__closure.prototype = { call$2(context, index) { @@ -578936,7 +579214,7 @@ t3 = false; return new A.TransactionListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3248 + $signature: 3249 }; A.TransactionListVM.prototype = {}; A.TransactionListVM_fromStore__handleRefresh.prototype = { @@ -579047,26 +579325,26 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 93 + $signature: 94 }; A.TransactionPresenter_getField_closure0.prototype = { call$1(invoice) { return new A.Padding(B.EdgeInsets_0_0_8_0, new A.LinkTextRelatedEntity(invoice, this.transaction, null), null); }, - $signature: 797 + $signature: 799 }; A.TransactionPresenter_getField_closure1.prototype = { call$1(expenseId) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].expenseState.map._map$_map.$index(0, expenseId); }, - $signature: 230 + $signature: 216 }; A.TransactionPresenter_getField_closure2.prototype = { call$1(expense) { return new A.Padding(B.EdgeInsets_0_0_8_0, new A.LinkTextRelatedEntity(expense, this.transaction, null), null); }, - $signature: 3249 + $signature: 3250 }; A.TransactionScreen.prototype = { build$1(context) { @@ -579120,7 +579398,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 316 + $signature: 295 }; A.TransactionScreen_build_closure0.prototype = { call$1(b) { @@ -579142,7 +579420,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 316 + $signature: 295 }; A.TransactionScreen_build_closure1.prototype = { call$1(b) { @@ -579164,7 +579442,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 316 + $signature: 295 }; A.TransactionScreen_build_closure2.prototype = { call$1(b) { @@ -579185,7 +579463,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 316 + $signature: 295 }; A.TransactionScreen_build_closure3.prototype = { call$1(b) { @@ -579200,7 +579478,7 @@ b.get$_transaction_model$_$this()._transaction_model$_name = t1; return b; }, - $signature: 316 + $signature: 295 }; A.TransactionScreen_build_closure17.prototype = { call$0() { @@ -579234,7 +579512,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionsByStatus($status)); }, - $signature: 143 + $signature: 151 }; A.TransactionScreen_build_closure16.prototype = { call$0() { @@ -579270,7 +579548,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortTransactions(value)); }, - $signature: 37 + $signature: 38 }; A.TransactionScreen_build_closure11.prototype = { call$2(state, value) { @@ -579278,7 +579556,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionsByState(state)); }, - $signature: 65 + $signature: 67 }; A.TransactionScreen_build_closure5.prototype = { call$0() { @@ -579345,7 +579623,7 @@ call$2(context, vm) { return new A.TransactionScreen(vm, null); }, - $signature: 3251 + $signature: 3252 }; A.TransactionScreenVM.prototype = {}; A.TransactionView.prototype = { @@ -579419,20 +579697,20 @@ call$1(transaction) { return transaction.baseType === "CREDIT" || transaction.statusId === "3"; }, - $signature: 3252 + $signature: 3253 }; A._TransactionViewState_build_closure0.prototype = { call$1(invoiceId) { var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.$get$1(0, invoiceId); }, - $signature: 450 + $signature: 476 }; A._TransactionViewState_build_closure1.prototype = { call$1(invoice) { return A.EntityListTile$(invoice, false, null); }, - $signature: 3253 + $signature: 3254 }; A._MatchDeposits.prototype = { createState$0() { @@ -579611,7 +579889,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].invoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 93 + $signature: 94 }; A._MatchDepositsState_updateInvoiceList_closure.prototype = { call$1(invoice) { @@ -579664,13 +579942,13 @@ } return true; }, - $signature: 196 + $signature: 207 }; A._MatchDepositsState_updateInvoiceList_closure0.prototype = { call$2(invoiceA, invoiceB) { return B.JSString_methods.compareTo$1(invoiceB.date, invoiceA.date); }, - $signature: 3254 + $signature: 3255 }; A._MatchDepositsState_updatePaymentList_closure.prototype = { call$1(payment) { @@ -579720,13 +579998,13 @@ } return true; }, - $signature: 449 + $signature: 472 }; A._MatchDepositsState_updatePaymentList_closure0.prototype = { call$2(paymentA, paymentB) { return B.JSString_methods.compareTo$1(paymentB.date, paymentA.date); }, - $signature: 3255 + $signature: 3256 }; A._MatchDepositsState_build_closure.prototype = { call$1(invoice) { @@ -579742,7 +580020,7 @@ t2.toString; t1.$indexSet(0, currencyId, t2 + (invoice.statusId !== "1" ? invoice.balance : invoice.amount)); }, - $signature: 151 + $signature: 145 }; A._MatchDepositsState_build_closure0.prototype = { call$1(currencyId) { @@ -579755,7 +580033,7 @@ var t1 = this.$this; return t1.setState$1(new A._MatchDepositsState_build__closure12(t1, value)); }, - $signature: 61 + $signature: 63 }; A._MatchDepositsState_build__closure12.prototype = { call$0() { @@ -579768,7 +580046,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchDepositsState_build__closure11(t1)); }, - $signature: 37 + $signature: 38 }; A._MatchDepositsState_build__closure11.prototype = { call$0() { @@ -579810,7 +580088,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchDepositsState_build__closure8(t1)); }, - $signature: 37 + $signature: 38 }; A._MatchDepositsState_build__closure8.prototype = { call$0() { @@ -579882,7 +580160,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchDepositsState_build__closure3(t1, date)); }, - $signature: 51 + $signature: 50 }; A._MatchDepositsState_build__closure3.prototype = { call$0() { @@ -579897,7 +580175,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchDepositsState_build__closure2(t1, date)); }, - $signature: 51 + $signature: 50 }; A._MatchDepositsState_build__closure2.prototype = { call$0() { @@ -579926,7 +580204,7 @@ t2 = ""; return new A.PaymentListItem(payment, null, true, t2 === payment.id, new A._MatchDepositsState_build__closure1(t1, payment), false, null); }, - $signature: 526 + $signature: 519 }; A._MatchDepositsState_build__closure1.prototype = { call$0() { @@ -579969,7 +580247,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); return new A.InvoiceListItem(invoice, null, true, B.JSArray_methods.contains$1(t2, invoice), new A._MatchDepositsState_build__closure0(t1, invoice), false, null); }, - $signature: 393 + $signature: 373 }; A._MatchDepositsState_build__closure0.prototype = { call$0() { @@ -580018,7 +580296,7 @@ call$1(invoice) { return invoice.id; }, - $signature: 347 + $signature: 285 }; A._MatchWithdrawals.prototype = { createState$0() { @@ -580294,13 +580572,13 @@ return false; return true; }, - $signature: 3256 + $signature: 3257 }; A._MatchWithdrawalsState_updateCategoryList_closure0.prototype = { call$2(categoryA, categoryB) { return B.JSString_methods.compareTo$1(categoryA.name.toLowerCase(), categoryB.name.toLowerCase()); }, - $signature: 3257 + $signature: 3258 }; A._MatchWithdrawalsState_updateVendorList_closure.prototype = { call$1(vendor) { @@ -580322,13 +580600,13 @@ return false; return true; }, - $signature: 3258 + $signature: 3259 }; A._MatchWithdrawalsState_updateVendorList_closure0.prototype = { call$2(vendorA, vendorB) { return B.JSString_methods.compareTo$1(vendorA.name.toLowerCase(), vendorB.name.toLowerCase()); }, - $signature: 3259 + $signature: 3260 }; A._MatchWithdrawalsState_updateExpenseList_closure.prototype = { call$1(expense) { @@ -580413,7 +580691,7 @@ t3.toString; t1.$indexSet(0, t2, t3 + expense.get$grossAmount()); }, - $signature: 332 + $signature: 304 }; A._MatchWithdrawalsState_build_closure0.prototype = { call$1(currencyId) { @@ -580426,7 +580704,7 @@ var t1 = this.$this; return t1.setState$1(new A._MatchWithdrawalsState_build__closure18(t1, value)); }, - $signature: 61 + $signature: 63 }; A._MatchWithdrawalsState_build__closure18.prototype = { call$0() { @@ -580439,7 +580717,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchWithdrawalsState_build__closure17(t1)); }, - $signature: 37 + $signature: 38 }; A._MatchWithdrawalsState_build__closure17.prototype = { call$0() { @@ -580511,7 +580789,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchWithdrawalsState_build__closure12(t1, date)); }, - $signature: 51 + $signature: 50 }; A._MatchWithdrawalsState_build__closure12.prototype = { call$0() { @@ -580526,7 +580804,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchWithdrawalsState_build__closure11(t1, date)); }, - $signature: 51 + $signature: 50 }; A._MatchWithdrawalsState_build__closure11.prototype = { call$0() { @@ -580554,7 +580832,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); return A.ExpenseListItem$(t2, null, B.JSArray_methods.contains$1(t3, t2), true, null, new A._MatchWithdrawalsState_build__closure10(t1, t2, this.store, this.transaction), true, false); }, - $signature: 400 + $signature: 369 }; A._MatchWithdrawalsState_build__closure10.prototype = { call$0() { @@ -580599,14 +580877,14 @@ call$1(expense) { return expense.id; }, - $signature: 369 + $signature: 416 }; A._MatchWithdrawalsState_build_closure11.prototype = { call$1(value) { var t1 = this.$this; t1.setState$1(new A._MatchWithdrawalsState_build__closure9(t1)); }, - $signature: 37 + $signature: 38 }; A._MatchWithdrawalsState_build__closure9.prototype = { call$0() { @@ -580663,7 +580941,7 @@ t2[0].call$1(new A.SaveTransactionSuccess(t1)); t2[0].call$1(new A.UpdateCurrentRoute("/transaction")); }, - $signature: 106 + $signature: 107 }; A._MatchWithdrawalsState_build___closure2.prototype = { call$1(b) { @@ -580692,7 +580970,7 @@ t3 = t3 == null ? null : t3.id; return A.VendorListItem$("", t3 === t2.id, new A._MatchWithdrawalsState_build__closure5(t1, t2, this.store, this.transaction), true, t2); }, - $signature: 861 + $signature: 863 }; A._MatchWithdrawalsState_build__closure5.prototype = { call$0() { @@ -580735,7 +581013,7 @@ var t1 = this.$this; t1.setState$1(new A._MatchWithdrawalsState_build__closure4(t1)); }, - $signature: 37 + $signature: 38 }; A._MatchWithdrawalsState_build__closure4.prototype = { call$0() { @@ -580792,7 +581070,7 @@ t2[0].call$1(new A.SaveTransactionSuccess(t1)); t2[0].call$1(new A.UpdateCurrentRoute("/transaction")); }, - $signature: 106 + $signature: 107 }; A._MatchWithdrawalsState_build___closure0.prototype = { call$1(b) { @@ -580821,7 +581099,7 @@ t3 = t3 == null ? null : t3.id; return A.ExpenseCategoryListItem$(t2, "", t3 === t2.id, new A._MatchWithdrawalsState_build__closure0(t1, t2, this.store, this.transaction), true); }, - $signature: 782 + $signature: 784 }; A._MatchWithdrawalsState_build__closure0.prototype = { call$0() { @@ -580873,7 +581151,7 @@ call$1(expense) { return expense.id; }, - $signature: 369 + $signature: 416 }; A._MatchWithdrawalsState_build_closure22.prototype = { call$0() { @@ -580901,20 +581179,20 @@ call$1(store) { return A.TransactionViewVM_TransactionViewVM$fromStore(store); }, - $signature: 3261 + $signature: 3262 }; A.TransactionViewScreen_build_closure.prototype = { call$2(context, vm) { var t1 = vm.transactions; return new A.TransactionView(vm, this.$this.isFilter, new A.ValueKey(new A.MappedListIterable(t1, new A.TransactionViewScreen_build__closure(), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String>")).join$1(0, "|"), type$.ValueKey_String)); }, - $signature: 3262 + $signature: 3263 }; A.TransactionViewScreen_build__closure.prototype = { call$1(transaction) { return transaction.id; }, - $signature: 3263 + $signature: 3264 }; A.TransactionViewVM.prototype = {}; A.TransactionViewVM_TransactionViewVM$fromStore_closure.prototype = { @@ -580935,7 +581213,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.LinkTransactionToPaymentRequest(t1, t2, paymentId)); }, - $signature: 862 + $signature: 864 }; A.TransactionViewVM_TransactionViewVM$fromStore_closure3.prototype = { call$2(context, expenseId) { @@ -580945,7 +581223,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.LinkTransactionToExpenseRequest(t1, t2, expenseId)); }, - $signature: 862 + $signature: 864 }; A.TransactionViewVM_TransactionViewVM$fromStore_closure0.prototype = { call$2(context, invoiceIds) { @@ -580955,7 +581233,7 @@ t3 === $ && A.throwUnnamedLateFieldNI(); t3[0].call$1(new A.ConvertTransactionToPaymentRequest(t1, t2, invoiceIds)); }, - $signature: 827 + $signature: 829 }; A.TransactionViewVM_TransactionViewVM$fromStore_closure1.prototype = { call$3(context, vendorId, categoryId) { @@ -580968,7 +581246,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.ConvertTransactionsToExpensesRequest(t3, t2, vendorId, categoryId)); }, - $signature: 834 + $signature: 836 }; A.TransactionViewVM_TransactionViewVM$fromStore__closure.prototype = { call$1(_) { @@ -581087,7 +581365,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._TransactionRuleEditState_build_closure1.prototype = { call$1(context) { @@ -581193,7 +581471,7 @@ t3.toString; return new A.ScrollableListView(A._setArrayType([t6, t2, A.FormCard$(_null, A._setArrayType([t13, A.EntityDropdown$(true, false, t12, t10, _null, B.EntityType_expenseCategory, B.List_empty0, t3, _null, new A._TransactionRuleEditState_build__closure8(t4), new A._TransactionRuleEditState_build__closure9(t8, t7), _null, _null, _null)], t9), _null, _null, false, _null, false, _null, _null)], t9), _null, _null, _null, false, _null); }, - $signature: 140 + $signature: 138 }; A._TransactionRuleEditState_build__closure.prototype = { call$1(context) { @@ -581275,7 +581553,7 @@ call$1(context) { return new A._RuleCriteria(this.rule, null); }, - $signature: 863 + $signature: 865 }; A._TransactionRuleEditState_build___closure7.prototype = { call$1(b) { @@ -581332,7 +581610,7 @@ call$1(context) { return new A._RuleCriteria(null, null); }, - $signature: 863 + $signature: 865 }; A._TransactionRuleEditState_build___closure4.prototype = { call$1(b) { @@ -581347,7 +581625,7 @@ call$1(vendor) { this.viewModel.onChanged.call$1(this.transactionRule.rebuild$1(new A._TransactionRuleEditState_build___closure1(vendor))); }, - $signature: 49 + $signature: 48 }; A._TransactionRuleEditState_build___closure1.prototype = { call$1(b) { @@ -581367,7 +581645,7 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 154 + $signature: 155 }; A._TransactionRuleEditState_build___closure2.prototype = { call$1(b) { @@ -581380,7 +581658,7 @@ call$1(category) { this.viewModel.onChanged.call$1(this.transactionRule.rebuild$1(new A._TransactionRuleEditState_build___closure(category))); }, - $signature: 49 + $signature: 48 }; A._TransactionRuleEditState_build___closure.prototype = { call$1(b) { @@ -581400,14 +581678,14 @@ t2 === $ && A.throwUnnamedLateFieldNI(); t2[0].call$1(new A.SaveExpenseCategoryRequest(completer, t1)); }, - $signature: 154 + $signature: 155 }; A._TransactionRuleEditState_build___closure0.prototype = { call$1(b) { b.get$_expense_category_model$_$this()._expense_category_model$_name = this.name; return b; }, - $signature: 282 + $signature: 314 }; A._RuleCriteria.prototype = { createState$0() { @@ -581539,7 +581817,7 @@ b.get$_transaction_rule_model$_$this()._operator = t1; return b; }, - $signature: 468 + $signature: 589 }; A.__RuleCriteriaState_build_closure0.prototype = { call$1(value) { @@ -581560,7 +581838,7 @@ b.get$_transaction_rule_model$_$this()._operator = this.value; return b; }, - $signature: 468 + $signature: 589 }; A.__RuleCriteriaState_build_closure1.prototype = { call$1(value) { @@ -581581,7 +581859,7 @@ b.get$_transaction_rule_model$_$this()._transaction_rule_model$_value = this.value; return b; }, - $signature: 468 + $signature: 589 }; A.__RuleCriteriaState_build_closure2.prototype = { call$1(context) { @@ -581619,13 +581897,13 @@ call$1(store) { return A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore(store); }, - $signature: 3267 + $signature: 3268 }; A.TransactionRuleEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TransactionRuleEdit(viewModel, new A.ValueKey(viewModel.transactionRule.updatedAt, type$.ValueKey_int)); }, - $signature: 3268 + $signature: 3269 }; A.TransactionRuleEditVM.prototype = { get$transactionRule() { @@ -581638,7 +581916,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateTransactionRule(transactionRule)); }, - $signature: 432 + $signature: 391 }; A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -581725,14 +582003,14 @@ } else A.viewEntity(false, savedTransactionRule, null, true); }, - $signature: 432 + $signature: 391 }; A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore____closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore____closure.prototype = { call$1(context) { @@ -581816,7 +582094,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.transactionRuleList, B.EntityType_transactionRule, new A.TransactionRuleListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.TransactionRulePresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3269 + $signature: 3270 }; A.TransactionRuleListBuilder_build__closure.prototype = { call$2(context, index) { @@ -581833,7 +582111,7 @@ t3 = false; return new A.TransactionRuleListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3270 + $signature: 3271 }; A.TransactionRuleListVM.prototype = {}; A.TransactionRuleListVM_fromStore__handleRefresh.prototype = { @@ -581952,7 +582230,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortTransactionRules(value)); }, - $signature: 37 + $signature: 38 }; A.TransactionRuleScreen_build_closure5.prototype = { call$2(state, value) { @@ -581960,7 +582238,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterTransactionRulesByState(state)); }, - $signature: 65 + $signature: 67 }; A.TransactionRuleScreen_build_closure.prototype = { call$0() { @@ -582027,7 +582305,7 @@ call$2(context, vm) { return new A.TransactionRuleScreen(vm, null); }, - $signature: 3271 + $signature: 3272 }; A.TransactionRuleScreenVM.prototype = {}; A.TransactionRuleView.prototype = { @@ -582145,13 +582423,13 @@ call$1(store) { return A.TransactionRuleViewVM_TransactionRuleViewVM$fromStore(store); }, - $signature: 3272 + $signature: 3273 }; A.TransactionRuleViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TransactionRuleView(vm, this.$this.isFilter, null); }, - $signature: 3273 + $signature: 3274 }; A.TransactionRuleViewVM.prototype = { get$transactionRule() { @@ -582436,7 +582714,7 @@ b.get$_user_model$_$this()._customValue4 = t1; return b; }, - $signature: 99 + $signature: 101 }; A._UserEditState__onChanged_closure0.prototype = { call$0() { @@ -582455,13 +582733,13 @@ b.get$userCompany().get$_company_model$_$this()._permissions = this.permissionsString; return b; }, - $signature: 99 + $signature: 101 }; A._UserEditState_build_closure15.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._UserEditState_build_closure.prototype = { call$1(val) { @@ -582509,14 +582787,14 @@ call$2(channel, options) { this.viewModel.onUserChanged.call$1(this.user.rebuild$1(new A._UserEditState_build__closure12(channel, options))); }, - $signature: 852 + $signature: 854 }; A._UserEditState_build__closure12.prototype = { call$1(b) { b.get$userCompany().get$notifications().$indexSet(0, this.channel, A.BuiltList_BuiltList$from(this.options, type$.String)); return b; }, - $signature: 99 + $signature: 101 }; A._UserEditState_build_closure3.prototype = { call$1(value) { @@ -582529,7 +582807,7 @@ b.get$userCompany().get$_company_model$_$this()._isAdmin = this.value; return b; }, - $signature: 99 + $signature: 101 }; A._UserEditState_build_closure4.prototype = { call$1(value) { @@ -582558,7 +582836,7 @@ t1.get$_company_model$_$this()._permissions = t2; return b; }, - $signature: 99 + $signature: 101 }; A._UserEditState_build_closure5.prototype = { call$1(value) { @@ -582587,7 +582865,7 @@ t1.get$_company_model$_$this()._permissions = t2; return b; }, - $signature: 99 + $signature: 101 }; A._UserEditState_build_closure6.prototype = { call$0() { @@ -582652,7 +582930,7 @@ var t1 = this.state; return t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 271 + $signature: 251 }; A._UserEditState_build_closure14.prototype = { call$1(type) { @@ -582674,7 +582952,7 @@ t5 = t4 ? _null : new A._UserEditState_build__closure4(t1, editPermission); return A.DataRow$(A._setArrayType([t2, t6, t7, A.DataCell$(new A._PermissionCheckbox(t3, editPermission, new A._UserEditState_build__closure5(t1, editPermission), t4, _null), _null, t5)], type$.JSArray_DataCell), _null, _null, false); }, - $signature: 3274 + $signature: 3275 }; A._UserEditState_build__closure.prototype = { call$0() { @@ -582769,13 +583047,13 @@ call$1(store) { return A.UserEditVM_UserEditVM$fromStore(store); }, - $signature: 3275 + $signature: 3276 }; A.UserEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.UserEdit(viewModel, new A.ValueKey(viewModel.user.updatedAt, type$.ValueKey_int)); }, - $signature: 3276 + $signature: 3277 }; A.UserEditVM.prototype = { get$user(receiver) { @@ -582788,7 +583066,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateUser(user)); }, - $signature: 193 + $signature: 186 }; A.UserEditVM_UserEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -582870,7 +583148,7 @@ } else A.viewEntity(false, savedUser, null, true); }, - $signature: 193 + $signature: 186 }; A.UserEditVM_UserEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -582880,7 +583158,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.UserEditVM_UserEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.UserEditVM_UserEditVM$fromStore____closure.prototype = { call$1(context) { @@ -582944,7 +583222,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.userList, B.EntityType_user, new A.UserListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, null, viewModel.state, null); }, - $signature: 3277 + $signature: 3278 }; A.UserListBuilder_build__closure.prototype = { call$2(context, index) { @@ -582953,7 +583231,7 @@ t2.toString; return new A.UserListItem(t2, new A.UserListBuilder_build___closure(new A.UserListBuilder_build__closure_showDialog(t2)), t1.filter, null); }, - $signature: 3278 + $signature: 3279 }; A.UserListBuilder_build__closure_showDialog.prototype = { call$0() { @@ -583126,7 +583404,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterUsersByState(state)); }, - $signature: 65 + $signature: 67 }; A.UserScreen_build_closure.prototype = { call$0() { @@ -583161,7 +583439,7 @@ call$2(context, vm) { return new A.UserScreen(vm, null); }, - $signature: 3279 + $signature: 3280 }; A.UserScreenVM.prototype = {}; A.UserView.prototype = { @@ -583377,13 +583655,13 @@ call$1(store) { return A.UserViewVM_UserViewVM$fromStore(store); }, - $signature: 3280 + $signature: 3281 }; A.UserViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.UserView(vm, this.$this.isFilter, null); }, - $signature: 3281 + $signature: 3282 }; A.UserViewVM.prototype = { get$user(receiver) { @@ -583486,7 +583764,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._VendorEditState_build_closure0.prototype = { call$1(context) { @@ -583713,19 +583991,19 @@ t5 = t2.length; return new A.VendorContactEditDetails(B.JSArray_methods.indexOf$2(t2, B.JSArray_methods.firstWhere$2$orElse(t2, new A._VendorEditContactsState__showContactEditor__closure(t3), null), 0), t3, viewModel, t1, t5 > 1, new A.ValueKey("__" + t4 + "__" + t3.id + "__", type$.ValueKey_String)); }, - $signature: 3282 + $signature: 3283 }; A._VendorEditContactsState__showContactEditor__closure.prototype = { call$1(c) { return c.id === this.contact.id; }, - $signature: 197 + $signature: 198 }; A._VendorEditContactsState_build_closure.prototype = { call$1(contact) { return new A.ContactListTile(new A._VendorEditContactsState_build__closure(this.$this, contact, this.context), contact, null); }, - $signature: 3283 + $signature: 3284 }; A._VendorEditContactsState_build__closure.prototype = { call$0() { @@ -583939,7 +584217,7 @@ b.get$_vendor_model$_$this()._vendor_model$_customValue4 = t1; return b; }, - $signature: 375 + $signature: 362 }; A.VendorContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -584050,14 +584328,14 @@ b.get$_vendor_model$_$this()._vendor_model$_sendEmail = this.value; return b; }, - $signature: 375 + $signature: 362 }; A.VendorContactEditDetailsState_build__closure1.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_sendEmail = this.value; return b; }, - $signature: 375 + $signature: 362 }; A.VendorContactEditDetailsState_build_closure11.prototype = { call$0() { @@ -584091,13 +584369,13 @@ call$1(store) { return A.VendorEditContactsVM_VendorEditContactsVM$fromStore(store); }, - $signature: 3284 + $signature: 3285 }; A.VendorEditContactsScreen_build_closure.prototype = { call$2(context, vm) { return new A.VendorEditContacts(vm, this.$this.viewModel, null); }, - $signature: 3285 + $signature: 3286 }; A.VendorEditContactsVM.prototype = { get$vendor(receiver) { @@ -584123,7 +584401,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1[0].call$1(new A.DeleteVendorContact(index)); }, - $signature: 353 + $signature: 398 }; A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1.prototype = { call$0() { @@ -584139,7 +584417,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateVendorContact(index, contact)); }, - $signature: 3286 + $signature: 3287 }; A.VendorEditDesktop.prototype = { build$1(context) { @@ -584577,13 +584855,13 @@ call$1(store) { return A.VendorEditVM_VendorEditVM$fromStore(store); }, - $signature: 3287 + $signature: 3288 }; A.VendorEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.VendorEdit(viewModel, new A.ValueKey(viewModel.vendor.updatedAt, type$.ValueKey_int)); }, - $signature: 3288 + $signature: 3289 }; A.VendorEditVM.prototype = { get$vendor(receiver) { @@ -584596,7 +584874,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateVendor(vendor)); }, - $signature: 330 + $signature: 306 }; A.VendorEditVM_VendorEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -584706,7 +584984,7 @@ A.viewEntity(false, savedVendor, null, true); } }, - $signature: 330 + $signature: 306 }; A.VendorEditVM_VendorEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -584716,7 +584994,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.VendorEditVM_VendorEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.VendorEditVM_VendorEditVM$fromStore____closure.prototype = { call$1(context) { @@ -584846,7 +585124,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.vendor], type$.JSArray_BaseEntity), action, false); return null; }, - $signature: 76 + $signature: 74 }; A.VendorListItem_build__closure5.prototype = { call$0() { @@ -584879,7 +585157,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.vendorList, B.EntityType_vendor, new A.VendorListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.VendorPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3289 + $signature: 3290 }; A.VendorListBuilder_build__closure.prototype = { call$2(context, index) { @@ -584892,7 +585170,7 @@ t3 = t4 && B.JSArray_methods.contains$1(t3._list$_list, t2.id); return A.VendorListItem$(t1.filter, t3, null, t4, t2); }, - $signature: 861 + $signature: 863 }; A.VendorListVM.prototype = {}; A.VendorListVM_fromStore__handleRefresh.prototype = { @@ -585017,13 +585295,13 @@ call$1(contact) { return contact.get$fullName(); }, - $signature: 3290 + $signature: 3291 }; A.VendorPresenter_getField_closure0.prototype = { call$0() { return A.launchUrl(A.Uri_parse("mailto:" + this.vendor.get$primaryContact().email, 0, null)); }, - $signature: 67 + $signature: 66 }; A.VendorScreen.prototype = { build$1(context) { @@ -585169,7 +585447,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterVendorsByState(state)); }, - $signature: 65 + $signature: 67 }; A.VendorScreen_build_closure.prototype = { call$0() { @@ -585204,7 +585482,7 @@ call$2(context, vm) { return new A.VendorScreen(vm, null); }, - $signature: 3291 + $signature: 3292 }; A.VendorScreenVM.prototype = {}; A.VendorView.prototype = { @@ -585390,7 +585668,7 @@ call$2(context, index) { return new A.ActivityListTile(this.activities._list$_list[index], true, null); }, - $signature: 319 + $signature: 339 }; A.VendorViewDetails.prototype = { createState$0() { @@ -585506,7 +585784,7 @@ listTiles.push(new A.Padding(B.EdgeInsets_16_16_16_16, A.FutureBuilder$(t2.get$_launchStatus(), t2._launched, type$.Null), _null)); return listTiles; }, - $signature: 334 + $signature: 352 }; A._VendorViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -585554,7 +585832,7 @@ t2.push(A.AppListTile$(_null, t1, B.IconData_58530_MaterialIcons_null_false, new A._VendorViewDetailsState_build__buildDetailsList__closure2(t5, t6, contact), t4, t3 + "\n" + t1)); } }, - $signature: 3292 + $signature: 3293 }; A._VendorViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0() { @@ -585843,7 +586121,7 @@ } return A.Row$(t13, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 496 + $signature: 572 }; A._VendorViewFullwidthState_build__closure.prototype = { call$0() { @@ -585894,7 +586172,7 @@ } return A.Row$(t1, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 3293 + $signature: 3294 }; A._VendorViewFullwidthState_build__closure2.prototype = { call$0() { @@ -586067,14 +586345,14 @@ call$1(store) { return A.VendorViewVM_VendorViewVM$fromStore(store); }, - $signature: 3294 + $signature: 3295 }; A.VendorViewScreen_build_closure.prototype = { call$2(context, vm) { var t1 = this.$this; return new A.VendorView(vm, t1.isFilter, t1.isTopFilter, vm.state.uiState.vendorUIState.tabIndex, null); }, - $signature: 3295 + $signature: 3296 }; A.VendorViewVM.prototype = { get$vendor(receiver) { @@ -586114,7 +586392,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 108 + $signature: 111 }; A.VendorViewVM_VendorViewVM$fromStore__closure.prototype = { call$1(client) { @@ -586126,14 +586404,14 @@ t1.toString; A.showToast(t1); }, - $signature: 79 + $signature: 78 }; A.VendorViewVM_VendorViewVM$fromStore__closure0.prototype = { call$1(error) { var _null = null; A.showDialog(_null, _null, true, _null, new A.VendorViewVM_VendorViewVM$fromStore___closure(error), this.context, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.VendorViewVM_VendorViewVM$fromStore___closure.prototype = { call$1(context) { @@ -586222,7 +586500,7 @@ b.get$_webhook_model$_$this()._targetUrl = t1; return b; }, - $signature: 259 + $signature: 241 }; A._WebhookEditState__onChanged_closure0.prototype = { call$0() { @@ -586234,7 +586512,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 54 + $signature: 55 }; A._WebhookEditState_build_closure.prototype = { call$1(context) { @@ -586303,7 +586581,7 @@ } return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, t12, _null, _null, false, _null, false, _null, _null)], t15), _null, _null, _null, false, _null); }, - $signature: 140 + $signature: 138 }; A._WebhookEditState_build__closure.prototype = { call$1(value) { @@ -586330,7 +586608,7 @@ b.get$_webhook_model$_$this()._eventId = this.value; return b; }, - $signature: 259 + $signature: 241 }; A._WebhookEditState_build__closure0.prototype = { call$1(eventId) { @@ -586350,7 +586628,7 @@ b.get$_webhook_model$_$this()._restMethod = this.value; return b; }, - $signature: 259 + $signature: 241 }; A._WebhookEditState_build__closure3.prototype = { call$1(value) { @@ -586393,7 +586671,7 @@ b.get$headers(0).$indexSet(0, this.key, this.value); return b; }, - $signature: 259 + $signature: 241 }; A._WebhookEditState_build__closure6.prototype = { call$1(key) { @@ -586410,7 +586688,7 @@ t4.toString; return A.ListTile$(false, B.EdgeInsets_0_0_0_0, _null, _null, true, _null, _null, false, _null, _null, _null, _null, _null, false, _null, _null, _null, _null, _null, t3, A.IconButton$(_null, _null, _null, _null, t1, _null, new A._WebhookEditState_build___closure(this.viewModel, t2, key), _null, _null, _null, t4, _null), _null); }, - $signature: 213 + $signature: 223 }; A._WebhookEditState_build___closure.prototype = { call$0() { @@ -586423,7 +586701,7 @@ b.get$headers(0).get$_safeMap().remove$1(0, this.key); return b; }, - $signature: 259 + $signature: 241 }; A.WebhookEditScreen.prototype = { build$1(context) { @@ -586435,13 +586713,13 @@ call$1(store) { return A.WebhookEditVM_WebhookEditVM$fromStore(store); }, - $signature: 3296 + $signature: 3297 }; A.WebhookEditScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.WebhookEdit(viewModel, new A.ValueKey(viewModel.webhook.updatedAt, type$.ValueKey_int)); }, - $signature: 3297 + $signature: 3298 }; A.WebhookEditVM.prototype = { get$webhook() { @@ -586454,7 +586732,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.UpdateWebhook(webhook)); }, - $signature: 361 + $signature: 426 }; A.WebhookEditVM_WebhookEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -586530,7 +586808,7 @@ } else A.viewEntity(false, savedWebhook, null, true); }, - $signature: 361 + $signature: 426 }; A.WebhookEditVM_WebhookEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -586540,7 +586818,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.WebhookEditVM_WebhookEditVM$fromStore____closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.WebhookEditVM_WebhookEditVM$fromStore____closure.prototype = { call$1(context) { @@ -586605,13 +586883,13 @@ call$1(store) { return A.WebhookViewVM_WebhookViewVM$fromStore(store); }, - $signature: 3298 + $signature: 3299 }; A.WebhookViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.WebhookView(vm, false, null); }, - $signature: 3299 + $signature: 3300 }; A.WebhookViewVM.prototype = { get$webhook() { @@ -586688,7 +586966,7 @@ call$2(context, viewModel) { return A.EntityList$(viewModel.webhookList, B.EntityType_webhook, new A.WebhookListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, viewModel.onRefreshed, viewModel.onSortColumn, new A.WebhookPresenter(), viewModel.state, viewModel.tableColumns); }, - $signature: 3300 + $signature: 3301 }; A.WebhookListBuilder_build__closure.prototype = { call$2(context, index) { @@ -586705,7 +586983,7 @@ t3 = false; return new A.WebhookListItem(t4.user, t2, t1.filter, t3, null); }, - $signature: 3301 + $signature: 3302 }; A.WebhookListVM.prototype = {}; A.WebhookListVM_fromStore__handleRefresh.prototype = { @@ -586835,7 +587113,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.SortWebhooks(value)); }, - $signature: 37 + $signature: 38 }; A.WebhookScreen_build_closure5.prototype = { call$2(state, value) { @@ -586843,7 +587121,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); t1[0].call$1(new A.FilterWebhooksByState(state)); }, - $signature: 65 + $signature: 67 }; A.WebhookScreen_build_closure.prototype = { call$0() { @@ -586910,7 +587188,7 @@ call$2(context, vm) { return new A.WebhookScreen(vm, null); }, - $signature: 3302 + $signature: 3303 }; A.WebhookScreenVM.prototype = {}; A.snackBarCompleter_closure.prototype = { @@ -586937,7 +587215,7 @@ t1.toString; A.showDialog(_null, _null, true, _null, new A.snackBarCompleter__closure(error), t1, _null, true, type$.ErrorDialog); }, - $signature: 3 + $signature: 2 }; A.snackBarCompleter__closure.prototype = { call$1(context) { @@ -587012,7 +587290,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_Widget), null); }, - $signature: 180 + $signature: 189 }; A.showErrorDialog_closure.prototype = { call$1(context) { @@ -587024,7 +587302,7 @@ call$1(context) { return new A.MessageDialog(this.message, null, this.secondaryActions, this.onDismiss, null, null); }, - $signature: 386 + $signature: 365 }; A.confirmCallback_closure.prototype = { call$1(context) { @@ -587144,7 +587422,7 @@ A.print("## 3"); return new A.PasswordConfirmation(this.callback, "", null); }, - $signature: 470 + $signature: 601 }; A.passwordCallback_closure1.prototype = { call$2(idToken, accessToken) { @@ -587164,13 +587442,13 @@ A.showDialog(_null, _null, false, _null, new A.passwordCallback__closure0(t2, idToken), _this.context, _null, true, type$.AlertDialog); } }, - $signature: 173 + $signature: 174 }; A.passwordCallback__closure0.prototype = { call$1(context) { return new A.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 470 + $signature: 601 }; A.passwordCallback_closure2.prototype = { call$2(idToken, accessToken) { @@ -587190,13 +587468,13 @@ A.showDialog(_null, _null, false, _null, new A.passwordCallback__closure(t2, idToken), _this.context, _null, true, type$.AlertDialog); } }, - $signature: 173 + $signature: 174 }; A.passwordCallback__closure.prototype = { call$1(context) { return new A.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 470 + $signature: 601 }; A.passwordCallback_closure3.prototype = { call$1(error) { @@ -587293,7 +587571,7 @@ var _this = this; return new A.FieldConfirmation(_this.callback, _this.title, _this.field, _this.value, _this.maxLength, _this.secondaryActions, null); }, - $signature: 3304 + $signature: 3305 }; A.FieldConfirmation.prototype = { createState$0() { @@ -587418,7 +587696,7 @@ t3.toString; return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(J.$index$asx(t3, "close").toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.cloneToDialog__closure4(context), _null)], t5), _null, _null, t1, _null, _null, t4); }, - $signature: 155 + $signature: 160 }; A.cloneToDialog__closure.prototype = { call$0() { @@ -587492,7 +587770,7 @@ t3.toString; return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(J.$index$asx(t3, "close").toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, new A.changeTaskStatusDialog__closure0(context), _null)], type$.JSArray_Widget), _null, _null, t6, _null, _null, t4); }, - $signature: 155 + $signature: 160 }; A.changeTaskStatusDialog__closure.prototype = { call$1(statusId) { @@ -587501,7 +587779,7 @@ t1 = A.Text$(t1.userCompanyStates._list$_list[t1.uiState.selectedCompanyIndex].taskStatusState.$get$1(0, statusId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_57689_MaterialIcons_null_false, _null, _null, _null), _null, _null, new A.changeTaskStatusDialog___closure(_this.store, _this.task, statusId, _this.localization, _this.context), false, _null, _null, _null, _null, _null, t1, _null, _null); }, - $signature: 213 + $signature: 223 }; A.changeTaskStatusDialog___closure.prototype = { call$0() { @@ -587532,7 +587810,7 @@ b.get$_task_model$_$this()._task_model$_statusId = this.statusId; return b; }, - $signature: 78 + $signature: 81 }; A.changeTaskStatusDialog__closure0.prototype = { call$0() { @@ -587563,7 +587841,7 @@ t1 = false; return t1; }, - $signature: 196 + $signature: 207 }; A.addToInvoiceDialog_closure0.prototype = { call$1(context) { @@ -587586,7 +587864,7 @@ t3 = t2.$ti._eval$1("MappedIterable<1,SimpleDialogOption>"); return A.SimpleDialog$(A.List_List$of(new A.MappedIterable(t2, new A.addToInvoiceDialog__closure(context, this.items), t3), true, t3._eval$1("Iterable.E")), t1); }, - $signature: 180 + $signature: 189 }; A.addToInvoiceDialog__closure.prototype = { call$1(invoice) { @@ -587597,7 +587875,7 @@ t3.toString; return A.SimpleDialogOption$(A.Row$(A._setArrayType([t1, A.Text$(t3, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.addToInvoiceDialog___closure(t2, invoice, this.items)); }, - $signature: 3305 + $signature: 3306 }; A.addToInvoiceDialog___closure.prototype = { call$0() { @@ -587717,7 +587995,7 @@ var _null = null; return A.Text$(entity.get$listDisplayName(), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 866 + $signature: 868 }; A._BulkUpdateDialogState_build_closure2.prototype = { call$1(value) { @@ -587769,7 +588047,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.state.staticState.sizeMap._map$_map.$index(0, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, sizeId, type$.String); }, - $signature: 304 + $signature: 277 }; A._BulkUpdateDialogState_build_closure5.prototype = { call$1(size) { @@ -587791,7 +588069,7 @@ var t1 = this.$this; t1.setState$1(new A._BulkUpdateDialogState_build__closure6(t1, industry)); }, - $signature: 49 + $signature: 48 }; A._BulkUpdateDialogState_build__closure6.prototype = { call$0() { @@ -587806,7 +588084,7 @@ var t1 = this.$this; t1.setState$1(new A._BulkUpdateDialogState_build__closure5(t1, country)); }, - $signature: 49 + $signature: 48 }; A._BulkUpdateDialogState_build__closure5.prototype = { call$0() { @@ -587821,7 +588099,7 @@ var t1 = this.$this; t1.setState$1(new A._BulkUpdateDialogState_build__closure4(t1, value)); }, - $signature: 37 + $signature: 38 }; A._BulkUpdateDialogState_build__closure4.prototype = { call$0() { @@ -587866,7 +588144,7 @@ call$1(entity) { return entity.get$id(entity); }, - $signature: 50 + $signature: 52 }; A._BulkUpdateDialogState_build__closure0.prototype = { call$0() { @@ -587913,7 +588191,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 288 + $signature: 275 }; A._BulkUpdateDialogState_build___closure0.prototype = { call$0() { @@ -588129,7 +588407,7 @@ call$1(entity) { return entity.get$id(entity); }, - $signature: 50 + $signature: 52 }; A._RunTemplateDialogState_build__closure2.prototype = { call$0() { @@ -588178,7 +588456,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 288 + $signature: 275 }; A._RunTemplateDialogState_build___closure0.prototype = { call$0() { @@ -588213,21 +588491,21 @@ t1.toString; return t1; }, - $signature: 111 + $signature: 110 }; A._RunTemplateDialogState_build_closure3.prototype = { call$1(entity) { var _null = null; return A.Text$(entity.get$listDisplayName(), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 866 + $signature: 868 }; A._RunTemplateDialogState_build_closure4.prototype = { call$1(design) { var t1 = this.$this; t1.setState$1(new A._RunTemplateDialogState_build__closure0(t1, design)); }, - $signature: 141 + $signature: 140 }; A._RunTemplateDialogState_build__closure0.prototype = { call$0() { @@ -590203,7 +590481,7 @@ call$1(element) { return element instanceof A.LinkAttribution; }, - $signature: 149 + $signature: 143 }; A._EmptyParagraphSyntax.prototype = { get$pattern(_) { @@ -590234,7 +590512,7 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 868 + $signature: 870 }; A.GoogleOAuth_signUp_closure.prototype = { call$1(value) { @@ -590247,7 +590525,7 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 868 + $signature: 870 }; A.initiatePurchase_closure.prototype = { call$1(context) { @@ -590259,7 +590537,7 @@ call$1(match) { return "_" + match.$index(0, 0).toLowerCase(); }, - $signature: 120 + $signature: 116 }; A.toCamelCase_closure.prototype = { call$1(word) { @@ -590271,7 +590549,7 @@ call$1(match) { return " " + match.$index(0, 0).toLowerCase(); }, - $signature: 120 + $signature: 116 }; A.toTitleCase_closure.prototype = { call$1(word) { @@ -590288,7 +590566,7 @@ if (A.matchesString(haystack, this.needle)) this._box_0.isMatch = true; }, - $signature: 96 + $signature: 100 }; A.matchesString_closure.prototype = { call$1(rune) { @@ -590296,7 +590574,7 @@ t1 = this._box_0; t1.regExp = t1.regExp + (character + ".*?"); }, - $signature: 61 + $signature: 63 }; A.matchesString_closure0.prototype = { call$1(needle) { @@ -590311,13 +590589,13 @@ if (value != null) this._box_0.match = value; }, - $signature: 96 + $signature: 100 }; A.getRandomString_closure.prototype = { call$1(_) { return "AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890".charCodeAt(B.C__JSRandom.nextInt$1(62)); }, - $signature: 135 + $signature: 133 }; A.ExampleEditor.prototype = { createState$0() { @@ -590577,7 +590855,7 @@ call$0() { return type$.DocumentLayout._as(this.$this._docLayoutKey.get$currentState()); }, - $signature: 148 + $signature: 147 }; A._ExampleEditorState__showEditorToolbar_closure.prototype = { call$1(timeStamp) { @@ -590642,7 +590920,7 @@ child.toString; return new A.Theme(t1, child, _null); }, - $signature: 3310 + $signature: 3311 }; A._ExampleEditorState_build_closure0.prototype = { call$1(themedContext) { @@ -590653,7 +590931,7 @@ t3.push(t1._buildMountedToolbar$0()); return A.OverlayPortal$(A.OverlayPortal$(new A.Stack(B.AlignmentDirectional_m1_m1, null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Column$(t3, B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1)], t2), null), t1._imageFormatBarOverlayController, t1.get$_buildImageToolbar()), t1._textFormatBarOverlayController, t1.get$_buildFloatingToolbar()); }, - $signature: 3311 + $signature: 3312 }; A._ExampleEditorState__buildMountedToolbar_closure.prototype = { call$1(_) { @@ -590690,25 +590968,25 @@ t1.toString; t1.putMetadataValue$2("singleColumnLayout", A.LinkedHashMap_LinkedHashMap$_literal(["width", width, "padding", A.SingleColumnLayoutComponentStyles_SingleColumnLayoutComponentStyles$fromMetadata(t1).padding], type$.String, type$.nullable_Object)); }, - $signature: 3312 + $signature: 3313 }; A._darkModeStyles_closure.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_gkc0], type$.String, type$.dynamic); }, - $signature: 116 + $signature: 120 }; A._darkModeStyles_closure0.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_gkc], type$.String, type$.dynamic); }, - $signature: 116 + $signature: 120 }; A._darkModeStyles_closure1.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_gkc], type$.String, type$.dynamic); }, - $signature: 116 + $signature: 120 }; A.SuperEditorDemoTextItemSelector.prototype = { createState$0() { @@ -590755,7 +591033,7 @@ t2 = t1._widget; return new A.RoundedRectanglePopoverAppearance(new A.ItemSelectionList(t2.id, t2.items, t1.get$_buildPopoverListItem(), t1.get$_onItemSelected(), new A._SuperEditorDemoTextItemSelectorState_build__closure(t1), t1._popoverFocusNode, null, type$.ItemSelectionList_SuperEditorDemoTextItem), null); }, - $signature: 3316 + $signature: 3317 }; A._SuperEditorDemoTextItemSelectorState_build__closure.prototype = { call$0() { @@ -591173,13 +591451,13 @@ call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 149 + $signature: 143 }; A._EditorToolbarState__onLinkPressed_closure.prototype = { call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 149 + $signature: 143 }; A._EditorToolbarState__onLinkPressed_closure0.prototype = { call$0() { @@ -591213,25 +591491,25 @@ call$1(e) { return e._core$_name === this.selectedItem.id; }, - $signature: 3318 + $signature: 3319 }; A._EditorToolbarState__buildBlockTypeSelector_closure.prototype = { call$1(blockType) { return new A.SuperEditorDemoTextItem(blockType._core$_name, this.$this._getTextTypeName$1(blockType)); }, - $signature: 3319 + $signature: 3320 }; A._EditorToolbarState__buildUrlField_closure0.prototype = { call$1(context) { return B.Text_TVF; }, - $signature: 3320 + $signature: 3321 }; A._EditorToolbarState__buildUrlField_closure.prototype = { call$1(_) { return B.TextStyle_cMb0; }, - $signature: 206 + $signature: 208 }; A._EditorToolbarState__buildUrlField_closure1.prototype = { call$0() { @@ -591302,7 +591580,7 @@ t1 = this.$this; return A.Material$(B.Duration_200000, true, _null, new A.SizedBox(_null, 40, new A.Padding(B.EdgeInsets_16_0_16_0, A.Row$(A._setArrayType([A.Center$(A.IconButton$(_null, _null, _null, _null, B.Icon_MXY1, _null, t1.get$_makeImageConfined(), _null, 16, _null, "Bold", _null), _null, _null), A.Center$(A.IconButton$(_null, _null, _null, _null, B.Icon_xk6, _null, t1.get$_makeImageFullBleed(), _null, 16, _null, "Italics", _null), _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null), B.Clip_1, _null, 5, _null, _null, B.StadiumBorder_Sik, _null, _null, B.MaterialType_0); }, - $signature: 3322 + $signature: 3323 }; A._PositionedToolbar.prototype = { build$1(context) { @@ -591328,7 +591606,7 @@ t2 = offset._dy; return A.SizedBox$expand(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Positioned$(_null, A.FractionalTranslation$(this.$this.child, true, B.Offset_omC), _null, _null, t1, _null, t2, _null)], type$.JSArray_Widget), _null)); }, - $signature: 3323 + $signature: 3324 }; A.SingleLineAttributedTextEditingController.prototype = { insertNewline$0() { @@ -591362,7 +591640,7 @@ t2.border = "none"; return t1; }, - $signature: 3324 + $signature: 3325 }; A.WebUtils_warnChanges_closure.prototype = { call$1(e) { @@ -591371,7 +591649,7 @@ if (t1.hasChanges$0()) type$.BeforeUnloadEvent._as(e).returnValue = "Changes you made may not be saved."; }, - $signature: 486 + $signature: 450 }; A.WebUtils_microsoftLogin_closure.prototype = { call$1(result) { @@ -591379,7 +591657,7 @@ t2 = J.getInterceptor$x(t1); this.succesCallback.call$2(t2.get$idToken(t1), t2.get$accessToken(t1)); }, - $signature: 3325 + $signature: 3326 }; A.WebUtils_microsoftLogin_closure0.prototype = { call$1(error) { @@ -591849,7 +592127,7 @@ $parent._logger$_children.$indexSet(0, thisName, t1); return t1; }, - $signature: 3326 + $signature: 3327 }; A.Element1.prototype = { get$isEmpty(_) { @@ -591877,7 +592155,7 @@ call$1(child) { return child.get$textContent(); }, - $signature: 874 + $signature: 876 }; A.Text1.prototype = { accept$1(_, visitor) { @@ -591953,7 +592231,7 @@ var t1 = this.parser; return s.canParse$1(t1) && s.canEndBlock$1(t1); }, - $signature: 875 + $signature: 877 }; A.EmptyBlockSyntax.prototype = { get$pattern(_) { @@ -592104,7 +592382,7 @@ call$1(s) { return s.canParse$1(this.parser); }, - $signature: 875 + $signature: 877 }; A.CodeBlockSyntax.prototype = { get$pattern(_) { @@ -592468,7 +592746,7 @@ t1.__late_helper$_value = pattern.firstMatch$1(t2.lines[t2._pos]); return t1._readLocal$0() != null; }, - $signature: 3330 + $signature: 3331 }; A.UnorderedListSyntax.prototype = { get$pattern(_) { @@ -592588,13 +592866,13 @@ call$1(i) { return B.JSString_methods.startsWith$1(this.lines[i], $.$get$ParagraphSyntax__reflinkDefinitionStart()); }, - $signature: 138 + $signature: 148 }; A.ParagraphSyntax__parseReflinkDefinition_closure.prototype = { call$0() { return new A.LinkReference(this.destination, this._box_0.title); }, - $signature: 3331 + $signature: 3332 }; A.Document0.prototype = {}; A.LinkReference.prototype = {}; @@ -592797,25 +593075,25 @@ call$1(syntax) { return syntax.tryMatch$1(this.$this); }, - $signature: 876 + $signature: 878 }; A.InlineParser__linkOrImage_closure.prototype = { call$1(d) { return d.get$char() === 91 || d.get$char() === 33; }, - $signature: 877 + $signature: 879 }; A.InlineParser__linkOrImage_closure0.prototype = { call$1(e) { return e instanceof A.LinkSyntax; }, - $signature: 876 + $signature: 878 }; A.InlineParser__linkOrImage_closure1.prototype = { call$1(n) { return n === this.delimiter.node; }, - $signature: 3334 + $signature: 3335 }; A.InlineParser__linkOrImage_closure2.prototype = { call$0() { @@ -592828,26 +593106,26 @@ B.JSArray_methods.removeRange$2(t1, t2, t1.length); return children; }, - $signature: 878 + $signature: 880 }; A.InlineParser__processEmphasis_closure.prototype = { call$0() { return A.List_List$filled(3, this.bottomIndex, false, type$.int); }, - $signature: 849 + $signature: 851 }; A.InlineParser__processEmphasis_closure0.prototype = { call$1(d) { var t1 = this.closer; return d.get$char() === t1.get$char() && d.get$canOpen() && this.$this._canFormEmphasis$2(d, t1); }, - $signature: 877 + $signature: 879 }; A.InlineParser__processEmphasis_closure1.prototype = { call$0() { return B.JSArray_methods.sublist$2(this.$this._inline_parser$_tree, this.openerTextNodeIndex + 1, this._box_0.closerTextNodeIndex); }, - $signature: 878 + $signature: 880 }; A.InlineSyntax.prototype = { tryMatch$1(parser) { @@ -593276,7 +593554,7 @@ $defaultValues() { return [null]; }, - $signature: 3336 + $signature: 3337 }; A.ImageSyntax.prototype = { _inline_parser$_createNode$3$getChildren(destination, title, getChildren) { @@ -593294,7 +593572,7 @@ call$1(node) { return node.get$textContent(); }, - $signature: 874 + $signature: 876 }; A.CodeSyntax.prototype = { tryMatch$1(parser) { @@ -593897,7 +594175,7 @@ call$1(child) { type$.OverflowViewParentData._as(child.parentData).offstage = null; }, - $signature: 66 + $signature: 65 }; A.RenderOverflowView_performFixedLayout_getChildOffset.prototype = { call$1(index) { @@ -593907,20 +594185,20 @@ else return new A.Offset(0, mainAxisOffset); }, - $signature: 3337 + $signature: 3338 }; A.RenderOverflowView_performFlexibleLayout_closure.prototype = { call$2(previousValue, element) { return Math.max(previousValue, this.$this._overflow_view$_getCrossSize$1(element)); }, - $signature: 3338 + $signature: 3339 }; A.RenderOverflowView_visitOnlyOnStageChildren_closure.prototype = { call$1(child) { if (type$.OverflowViewParentData._as(child.parentData).offstage === false) this.visitor.call$1(child); }, - $signature: 66 + $signature: 65 }; A.RenderOverflowView_paint_paintChild.prototype = { call$1(child) { @@ -593931,13 +594209,13 @@ else t1.paintChild$2(child, this.$this.get$size(0).bottomRight$1(0, B.Offset_0_0)); }, - $signature: 66 + $signature: 65 }; A.RenderOverflowView_paint_defaultPaint.prototype = { call$2(context, offset) { this.$this.visitOnlyOnStageChildren$1(this.paintChild); }, - $signature: 94 + $signature: 93 }; A.RenderOverflowView_hitTestChildren_closure.prototype = { call$1(renderObject) { @@ -593947,13 +594225,13 @@ t1 = this.position; this.result.addWithPaintOffset$3$hitTest$offset$position(new A.RenderOverflowView_hitTestChildren__closure(t1, childParentData, renderObject), childParentData.offset, t1); }, - $signature: 66 + $signature: 65 }; A.RenderOverflowView_hitTestChildren__closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 72 + $signature: 76 }; A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -594014,7 +594292,7 @@ call$2(context, constraints) { return this.builder.call$2(context, constraints.value); }, - $signature: 3339 + $signature: 3340 }; A._OverflowViewElement.prototype = {}; A.CupertinoPopoverToolbarAligner.prototype = { @@ -594282,7 +594560,7 @@ t2.toString; innerContext.paintChild$2(t2, innerOffset.$add(0, t1._contentOffset)); }, - $signature: 94 + $signature: 93 }; A.RenderPopover_hitTestChildren_closure.prototype = { call$2(result, transformed) { @@ -594290,7 +594568,7 @@ t1 = t1 == null ? null : t1.hitTest$2$position(result, transformed); return t1 === true; }, - $signature: 72 + $signature: 76 }; A.ArrowDirection.prototype = { _enumToString$0() { @@ -594327,7 +594605,7 @@ t6 = A.TextButton$(false, A.Icon$(B.IconData_57695_MaterialIcons_null_true, t5 === t1._maxPages ? t2.inactiveButtonTextColor : t2.activeButtonTextColor, _null, _null), _null, _null, t1.get$next(t1), t6); return new A.SizedBox(_null, t3, A._IosToolbarMenuContent$(t2.children, t1, t3, t6, _null, t4), _null); }, - $signature: 3340 + $signature: 3341 }; A._MenuPageController.prototype = { set$currentPage(value) { @@ -594540,7 +594818,7 @@ call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 72 + $signature: 76 }; A._RenderIosPagedMenu__scheduleUpdateControllerPageCount_closure.prototype = { call$1(d) { @@ -594716,7 +594994,7 @@ alignment.__late_helper$_value = new A.FollowerAlignment(B.Alignment_0_1, B.Alignment_0_m1, new A.Offset(0, 20)); return alignment._readLocal$0(); }, - $signature: 3341 + $signature: 3342 }; A.PopoverController.prototype = { open$0(_) { @@ -594739,7 +595017,7 @@ call$1(e) { return e instanceof A.ActivateIntent; }, - $signature: 879 + $signature: 881 }; A._PreventPrioritizedIntentsFromBubblingUp0.prototype = { consumesKey$1(intent) { @@ -595021,7 +595299,7 @@ call$1(arg) { return arg == null ? "null" : '"' + arg + '"'; }, - $signature: 376 + $signature: 355 }; A.InternalStyle.prototype = { getRoot$1(path) { @@ -595426,7 +595704,7 @@ t1.___PinchZoomState__controllerReset_A.forward$0(0); return null; }, - $signature: 357 + $signature: 414 }; A.__PinchZoomState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -595878,13 +596156,13 @@ t5 === $ && A.throwUnnamedLateFieldNI(); return A.MouseRegion$(A.TextFieldTapRegion$(A.IgnorePointer$(A.AnimatedBuilder$(t3, new A._PinputState__buildPinput__closure(t4, t1), t5.buildGestureDetector$2$behavior$child(B.HitTestBehavior_2, new A.Stack(B.Alignment_0_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([t1._buildEditable$2(t4.textSelectionControls, field), t1._buildFields$0()], type$.JSArray_Widget), _null))), false, _null), _null, _null), t2, _null, _null, new A._PinputState__buildPinput__closure0(t1), new A._PinputState__buildPinput__closure1(t1), _null); }, - $signature: 3344 + $signature: 3345 }; A._PinputState__buildPinput__closure0.prototype = { call$1($event) { return this.$this._pinput$_handleHover$1(true); }, - $signature: 133 + $signature: 135 }; A._PinputState__buildPinput__closure1.prototype = { call$1($event) { @@ -595903,7 +596181,7 @@ t4 = this._box_0.handleDidGainAccessibilityFocus; return new A.Semantics(A.SemanticsProperties$(_null, _null, _null, _null, _null, _null, _null, t3, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null, _null, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1.get$_semanticsOnTap(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), false, false, false, false, child, _null); }, - $signature: 802 + $signature: 804 }; A._PinputState__buildEditable_closure.prototype = { call$1(value) { @@ -595928,13 +596206,13 @@ var t1 = this.$this; return new A._SeparatedRaw(A.Iterable_Iterable$generate(t1._widget.length, null, type$.int).map$1$1(0, new A._PinputState__buildFields_onlyFields_closure(t1), type$.Widget).toList$0(0), B.MainAxisAlignment_2, null, null); }, - $signature: 139 + $signature: 142 }; A._PinputState__buildFields_onlyFields_closure.prototype = { call$1(index) { return new A._PinItem(this.$this, index, null); }, - $signature: 3345 + $signature: 3346 }; A._PinputState__buildFields_closure.prototype = { call$2(context, child) { @@ -595942,7 +596220,7 @@ t1._widget.toString; return A.AnimatedSize$(B.Alignment_0_m1, A.Column$(A._setArrayType([this.onlyFields.call$0(), t1._pinput$_buildError$0()], type$.JSArray_Widget), B.CrossAxisAlignment_0, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), B.C__Linear, B.Duration_180000, null); }, - $signature: 181 + $signature: 182 }; A.PinputAutovalidateMode.prototype = { _enumToString$0() { @@ -596140,7 +596418,7 @@ t1 = B.SizedBox_8_null_null_null; return t1; }, - $signature: 3346 + $signature: 3347 }; A._PinputCursor.prototype = { build$1(context) { @@ -596201,7 +596479,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 129 + $signature: 128 }; A.__PinputAnimatedCursorState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -596319,7 +596597,7 @@ } return htmlElement; }, - $signature: 3347 + $signature: 3348 }; A.PointerInterceptor.prototype = { build$1(context) { @@ -596761,7 +597039,7 @@ call$1(input) { return input; }, - $signature: 488 + $signature: 448 }; A.PrintingPlugin_layoutPdf_closure0.prototype = { call$1($event) { @@ -596769,7 +597047,7 @@ J.removeEventListener$2$x(_this.frame, "load", _this._box_0.load); A.Timer_Timer(A.Duration$(0, 0, 0, _this.isSafari ? 500 : 0, 0, 0), new A.PrintingPlugin_layoutPdf__closure(_this.$this, _this.stopWatch, _this.completer, _this.result)); }, - $signature: 3349 + $signature: 3350 }; A.PrintingPlugin_layoutPdf__closure.prototype = { call$0() { @@ -596792,14 +597070,14 @@ call$1(index) { return index; }, - $signature: 135 + $signature: 133 }; A.PrintingPlugin_raster_closure0.prototype = { call$1(e) { this.data.add$1(0, type$.List_int._as(B.FileReader_methods.get$result(this.r))); this.completer.complete$0(0); }, - $signature: 616 + $signature: 568 }; A._WebPdfRaster.prototype = { get$pixels() { @@ -597066,7 +597344,7 @@ call$1(input) { return input; }, - $signature: 488 + $signature: 448 }; A.Mutex.prototype = { acquire$0() { @@ -597409,7 +597687,7 @@ return; t1.setState$1(new A.PdfPreviewCustomState_didChangeDependencies__closure(t1, printingInfo)); }, - $signature: 882 + $signature: 884 }; A.PdfPreviewCustomState_didChangeDependencies__closure.prototype = { call$0() { @@ -597430,7 +597708,7 @@ call$1(index) { return this.call$2$key(index, null); }, - $signature: 3352 + $signature: 3353 }; A.PdfPreviewCustomState__createPreview_pageWidget_closure.prototype = { call$0() { @@ -597456,7 +597734,7 @@ call$2(context, index) { return this.pageWidget.call$1(index); }, - $signature: 97 + $signature: 96 }; A.PdfPreviewCustomState__zoomPreview_closure0.prototype = { call$0() { @@ -597484,13 +597762,13 @@ call$1(_) { return this.$this._updateCursor$1(B.SystemMouseCursor_grabbing); }, - $signature: 3353 + $signature: 3354 }; A.PdfPreviewCustomState__zoomPreview_closure.prototype = { call$1(_) { return this.$this._updateCursor$1(B.SystemMouseCursor_grab); }, - $signature: 357 + $signature: 414 }; A.PdfPreviewCustomState__updateCursor_closure.prototype = { call$0() { @@ -597693,7 +597971,7 @@ return; t1.setState$1(new A.PdfPreviewState_didChangeDependencies__closure(t1, printingInfo)); }, - $signature: 882 + $signature: 884 }; A.PdfPreviewState_didChangeDependencies__closure.prototype = { call$0() { @@ -597712,7 +597990,7 @@ t4 === $ && A.throwUnnamedLateFieldNI(); return new A.PdfPreviewCustom(t4, controller.buildDocument, t3, _null, _null, _null, t2.pages, _null, _null, false, _null, _null, _null, false, _null, t1.previewWidget); }, - $signature: 3355 + $signature: 3356 }; A.PdfPreviewRaster.prototype = { raster$0() { @@ -598028,7 +598306,7 @@ call$1(image) { return this.comp.complete$1(0, image); }, - $signature: 3356 + $signature: 3357 }; A.QrBitBuffer.prototype = { $indexSet(_, index, value) { @@ -598901,7 +599179,7 @@ call$2(context, snapshot) { return A.AnimatedSwitcher$(J.$eq$(snapshot.data, B.ButtonState_1) ? this._loader : this.$this._widget.child, B.Duration_200000, B.C__Linear, B.C__Linear, A.animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure()); }, - $signature: 3358 + $signature: 3359 }; A.RoundedLoadingButtonState_initState_closure.prototype = { call$0() { @@ -598956,7 +599234,7 @@ return; t1._widget.controller._rounded_loading_button$_state.add$1(0, $event); }, - $signature: 3359 + $signature: 3360 }; A.RoundedLoadingButtonController.prototype = {}; A._RoundedLoadingButtonState_State_TickerProviderStateMixin.prototype = { @@ -599295,7 +599573,7 @@ call$0() { return this.call$1(null); }, - $signature: 883 + $signature: 885 }; A._forwardMulti__closure.prototype = { call$0() { @@ -599348,7 +599626,7 @@ call$0() { return this.call$1(null); }, - $signature: 883 + $signature: 885 }; A._forward__listenToUpstream_closure.prototype = { call$0() { @@ -599563,7 +599841,7 @@ call$1(p) { return p.toJson$0(); }, - $signature: 3361 + $signature: 3362 }; A.SentryId.prototype = { toString$0(_) { @@ -600071,7 +600349,7 @@ call$2(key, value) { return new A.MapEntry(key, J.toString$0$(value), type$.MapEntry_String_String); }, - $signature: 3362 + $signature: 3363 }; A.TimeToDisplayTracker.prototype = { trackAppStartTTD$3$endTimestamp$startTimestamp(transaction, endTimestamp, startTimestamp) { @@ -600275,7 +600553,7 @@ call$0() { return A.Future_Future$value(null, type$.nullable_DateTime); }, - $signature: 3363 + $signature: 3364 }; A.TimeToInitialDisplayTracker_determineEndTime_closure0.prototype = { call$1(_) { @@ -600866,7 +601144,7 @@ return "name"; } }, - $signature: 3364 + $signature: 3365 }; A.SignInWithApplePlatform.prototype = {}; A.WebAuthenticationOptions.prototype = {}; @@ -601427,14 +601705,14 @@ return null; return A._asStringQ(t1); }, - $signature: 859 + $signature: 861 }; A.Highlighter$__closure.prototype = { call$1(line) { var t1 = line.highlights; return new A.WhereIterable(t1, new A.Highlighter$___closure(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")).get$length(0); }, - $signature: 3365 + $signature: 3366 }; A.Highlighter$___closure.prototype = { call$1(highlight) { @@ -601444,26 +601722,26 @@ t1 = t1.get$end(t1); return t2 !== t1.get$line(t1); }, - $signature: 493 + $signature: 475 }; A.Highlighter$__closure0.prototype = { call$1(line) { return line.url; }, - $signature: 3367 + $signature: 3368 }; A.Highlighter__collateLines_closure.prototype = { call$1(highlight) { var t1 = highlight.span.get$sourceUrl(); return t1 == null ? new A.Object() : t1; }, - $signature: 3368 + $signature: 3369 }; A.Highlighter__collateLines_closure0.prototype = { call$2(highlight1, highlight2) { return highlight1.span.compareTo$1(0, highlight2.span); }, - $signature: 3369 + $signature: 3370 }; A.Highlighter__collateLines_closure1.prototype = { call$1(entry) { @@ -601508,7 +601786,7 @@ } return lines; }, - $signature: 3370 + $signature: 3371 }; A.Highlighter__collateLines__closure.prototype = { call$1(highlight) { @@ -601516,13 +601794,13 @@ t1 = t1.get$end(t1); return t1.get$line(t1) < this.line.number; }, - $signature: 493 + $signature: 475 }; A.Highlighter_highlight_closure.prototype = { call$1(highlight) { return true; }, - $signature: 493 + $signature: 475 }; A.Highlighter__writeFileStart_closure.prototype = { call$0() { @@ -601621,7 +601899,7 @@ t2 = t2._contents += B.JSString_methods.$mul("^", Math.max(endColumn + (tabsBefore + tabsInside) * 3 - startColumn, 1)); return t2.length - t3.length; }, - $signature: 183 + $signature: 191 }; A.Highlighter__writeIndicator_closure0.prototype = { call$0() { @@ -601644,7 +601922,7 @@ } return t2._contents.length - t3.length; }, - $signature: 183 + $signature: 191 }; A.Highlighter__writeSidebar_closure.prototype = { call$0() { @@ -601686,7 +601964,7 @@ } return A._Highlight__normalizeEndOfLine(A._Highlight__normalizeTrailingNewline(A._Highlight__normalizeNewlines(t1))); }, - $signature: 3371 + $signature: 3372 }; A._Line.prototype = { toString$0(_) { @@ -601906,7 +602184,7 @@ var t1 = A._setArrayType([this.listenTo], type$.JSArray_ReactiveModelImp_dynamic); return t1; }, - $signature: 3373 + $signature: 3374 }; A.OnBuilder_closure0.prototype = { call$3(_, __, ___) { @@ -602060,7 +602338,7 @@ return; t1.setState$1(new A._MyStatefulWidgetState_initState__closure(t1, model)); }, - $signature: 3374 + $signature: 3375 }; A._MyStatefulWidgetState_initState__closure.prototype = { call$0() { @@ -602632,7 +602910,7 @@ throw A.wrapException(e); } }, - $signature: 372 + $signature: 359 }; A.ReactiveModelImp__handleAsyncState__closure.prototype = { call$0() { @@ -603412,7 +603690,7 @@ call$0() { return A.InspectDocumentAffinity_getAffinityBetween(this._this, this.position1, this.position2); }, - $signature: 3376 + $signature: 3377 }; A.SuperEditorContext.prototype = { get$document(receiver) { @@ -603697,7 +603975,7 @@ call$1(edit) { return edit.change; }, - $signature: 3377 + $signature: 3378 }; A.Stylesheet.prototype = {}; A.StyleRule.prototype = { @@ -603935,7 +604213,7 @@ baseStyle = B.TextStyle_SVP1; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 206 + $signature: 208 }; A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -605547,7 +605825,7 @@ call$1(pastedLine) { return A.ParagraphNode$(B.C_Uuid.v4$0(), null, pastedLine); }, - $signature: 3378 + $signature: 3379 }; A.DeleteUpstreamCharacterRequest.prototype = {$isEditRequest: 1}; A.DeleteUpstreamCharacterCommand.prototype = { @@ -605702,19 +605980,19 @@ call$1(element) { return element instanceof A.SelectionChangeEvent; }, - $signature: 885 + $signature: 887 }; A.UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure.prototype = { call$1(attribution) { return this.$this._stylesToExtend._collection$_source.contains$1(0, attribution); }, - $signature: 149 + $signature: 143 }; A.UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure0.prototype = { call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 149 + $signature: 143 }; A.SuperEditorDebugVisuals.prototype = { updateShouldNotify$1(oldWidget) { @@ -605758,103 +606036,103 @@ call$1(request) { return request instanceof A.ChangeSelectionRequest ? new A.ChangeSelectionCommand(request.newSelection, request.changeType, request.reason) : null; }, - $signature: 886 + $signature: 888 }; A.defaultRequestHandlers_closure0.prototype = { call$1(request) { return request instanceof A.ClearSelectionRequest ? B.ChangeSelectionCommand_I9t : null; }, - $signature: 886 + $signature: 888 }; A.defaultRequestHandlers_closure1.prototype = { call$1(request) { return request instanceof A.ChangeComposingRegionRequest ? new A.ChangeComposingRegionCommand(request.composingRegion) : null; }, - $signature: 887 + $signature: 889 }; A.defaultRequestHandlers_closure2.prototype = { call$1(request) { return request instanceof A.ClearComposingRegionRequest ? new A.ChangeComposingRegionCommand(null) : null; }, - $signature: 887 + $signature: 889 }; A.defaultRequestHandlers_closure3.prototype = { call$1(request) { return request instanceof A.ChangeInteractionModeRequest ? new A.ChangeInteractionModeCommand(request.isInteractionModeDesired) : null; }, - $signature: 3382 + $signature: 3383 }; A.defaultRequestHandlers_closure4.prototype = { call$1(request) { return request instanceof A.InsertTextRequest ? new A.InsertTextCommand(request.documentPosition, request.textToInsert, request.attributions) : null; }, - $signature: 888 + $signature: 890 }; A.defaultRequestHandlers_closure5.prototype = { call$1(request) { return null; }, - $signature: 3384 + $signature: 3385 }; A.defaultRequestHandlers_closure6.prototype = { call$1(request) { return null; }, - $signature: 3385 + $signature: 3386 }; A.defaultRequestHandlers_closure7.prototype = { call$1(request) { return request instanceof A.InsertNodeAtIndexRequest ? new A.InsertNodeAtIndexCommand(request.nodeIndex, request.newNode) : null; }, - $signature: 3386 + $signature: 3387 }; A.defaultRequestHandlers_closure8.prototype = { call$1(request) { return request instanceof A.InsertNodeBeforeNodeRequest ? new A.InsertNodeBeforeNodeCommand(request.existingNodeId, request.newNode) : null; }, - $signature: 3387 + $signature: 3388 }; A.defaultRequestHandlers_closure9.prototype = { call$1(request) { return request instanceof A.InsertNodeAfterNodeRequest ? new A.InsertNodeAfterNodeCommand(request.existingNodeId, request.newNode) : null; }, - $signature: 3388 + $signature: 3389 }; A.defaultRequestHandlers_closure10.prototype = { call$1(request) { return null; }, - $signature: 3389 + $signature: 3390 }; A.defaultRequestHandlers_closure11.prototype = { call$1(request) { return null; }, - $signature: 3390 + $signature: 3391 }; A.defaultRequestHandlers_closure12.prototype = { call$1(request) { return request instanceof A.CombineParagraphsRequest ? new A.CombineParagraphsCommand(request.firstNodeId, request.secondNodeId) : null; }, - $signature: 3391 + $signature: 3392 }; A.defaultRequestHandlers_closure13.prototype = { call$1(request) { return request instanceof A.ReplaceNodeRequest ? new A.ReplaceNodeCommand(request.existingNodeId, request.newNode) : null; }, - $signature: 3392 + $signature: 3393 }; A.defaultRequestHandlers_closure14.prototype = { call$1(request) { return request instanceof A.ReplaceNodeWithEmptyParagraphWithCaretRequest ? new A.ReplaceNodeWithEmptyParagraphWithCaretCommand(request.nodeId) : null; }, - $signature: 3393 + $signature: 3394 }; A.defaultRequestHandlers_closure15.prototype = { call$1(request) { return request instanceof A.DeleteContentRequest ? new A.DeleteContentCommand(request.documentRange) : null; }, - $signature: 3394 + $signature: 3395 }; A.defaultRequestHandlers_closure16.prototype = { call$1(request) { @@ -605866,73 +606144,73 @@ t1 = null; return t1; }, - $signature: 889 + $signature: 891 }; A.defaultRequestHandlers_closure17.prototype = { call$1(request) { return request instanceof A.DeleteUpstreamAtBeginningOfNodeRequest && request.node instanceof A.ParagraphNode ? new A.DeleteUpstreamAtBeginningOfParagraphCommand(request.node) : null; }, - $signature: 3396 + $signature: 3397 }; A.defaultRequestHandlers_closure18.prototype = { call$1(request) { return request instanceof A.DeleteUpstreamAtBeginningOfNodeRequest && request.node instanceof A.BlockNode ? new A.DeleteUpstreamAtBeginningOfBlockNodeCommand(request.node) : null; }, - $signature: 3397 + $signature: 3398 }; A.defaultRequestHandlers_closure19.prototype = { call$1(request) { return request instanceof A.DeleteNodeRequest ? new A.DeleteNodeCommand(request.nodeId) : null; }, - $signature: 3398 + $signature: 3399 }; A.defaultRequestHandlers_closure20.prototype = { call$1(request) { return request instanceof A.DeleteUpstreamCharacterRequest ? B.C_DeleteUpstreamCharacterCommand : null; }, - $signature: 3399 + $signature: 3400 }; A.defaultRequestHandlers_closure21.prototype = { call$1(request) { return null; }, - $signature: 3400 + $signature: 3401 }; A.defaultRequestHandlers_closure22.prototype = { call$1(request) { return request instanceof A.InsertTextRequest ? new A.InsertTextCommand(request.documentPosition, request.textToInsert, request.attributions) : null; }, - $signature: 888 + $signature: 890 }; A.defaultRequestHandlers_closure23.prototype = { call$1(request) { return request instanceof A.InsertCharacterAtCaretRequest ? new A.InsertCharacterAtCaretCommand(" ", false) : null; }, - $signature: 3401 + $signature: 3402 }; A.defaultRequestHandlers_closure24.prototype = { call$1(request) { return null; }, - $signature: 3402 + $signature: 3403 }; A.defaultRequestHandlers_closure25.prototype = { call$1(request) { return request instanceof A.ChangeParagraphBlockTypeRequest ? new A.ChangeParagraphBlockTypeCommand(request.nodeId, request.blockType) : null; }, - $signature: 3403 + $signature: 3404 }; A.defaultRequestHandlers_closure26.prototype = { call$1(request) { return request instanceof A.SplitParagraphRequest ? new A.SplitParagraphCommand(request.nodeId, request.splitPosition, request.newNodeId, request.replicateExistingMetadata, A.paragraph0__defaultAttributionsToExtendToNewParagraph$closure()) : null; }, - $signature: 3404 + $signature: 3405 }; A.defaultRequestHandlers_closure27.prototype = { call$1(request) { return null; }, - $signature: 3405 + $signature: 3406 }; A.defaultRequestHandlers_closure28.prototype = { call$1(request) { @@ -605944,91 +606222,91 @@ t1 = null; return t1; }, - $signature: 3406 + $signature: 3407 }; A.defaultRequestHandlers_closure29.prototype = { call$1(request) { return request instanceof A.ChangeTaskCompletionRequest ? new A.ChangeTaskCompletionCommand(request.nodeId, request.isComplete) : null; }, - $signature: 3407 + $signature: 3408 }; A.defaultRequestHandlers_closure30.prototype = { call$1(request) { return request instanceof A.SplitExistingTaskRequest ? new A.SplitExistingTaskCommand(request.splitOffset, request.newNodeId) : null; }, - $signature: 3408 + $signature: 3409 }; A.defaultRequestHandlers_closure31.prototype = { call$1(request) { return request instanceof A.SplitListItemRequest ? new A.SplitListItemCommand(request.nodeId, request.splitPosition, request.newNodeId) : null; }, - $signature: 3409 + $signature: 3410 }; A.defaultRequestHandlers_closure32.prototype = { call$1(request) { return request instanceof A.IndentListItemRequest ? new A.IndentListItemCommand(request.nodeId) : null; }, - $signature: 3410 + $signature: 3411 }; A.defaultRequestHandlers_closure33.prototype = { call$1(request) { return request instanceof A.UnIndentListItemRequest ? new A.UnIndentListItemCommand(request.nodeId) : null; }, - $signature: 3411 + $signature: 3412 }; A.defaultRequestHandlers_closure34.prototype = { call$1(request) { return request instanceof A.ChangeListItemTypeRequest ? new A.ChangeListItemTypeCommand(request.nodeId, request.newType) : null; }, - $signature: 3412 + $signature: 3413 }; A.defaultRequestHandlers_closure35.prototype = { call$1(request) { return request instanceof A.ConvertListItemToParagraphRequest ? new A.ConvertListItemToParagraphCommand(request.nodeId, request.paragraphMetadata) : null; }, - $signature: 889 + $signature: 891 }; A.defaultRequestHandlers_closure36.prototype = { call$1(request) { return request instanceof A.ConvertParagraphToListItemRequest ? new A.ConvertParagraphToListItemCommand(request.nodeId, request.type) : null; }, - $signature: 3413 + $signature: 3414 }; A.defaultRequestHandlers_closure37.prototype = { call$1(request) { return null; }, - $signature: 3414 + $signature: 3415 }; A.defaultRequestHandlers_closure38.prototype = { call$1(request) { return request instanceof A.ToggleTextAttributionsRequest ? new A.ToggleTextAttributionsCommand(request.documentRange, request.attributions) : null; }, - $signature: 3415 + $signature: 3416 }; A.defaultRequestHandlers_closure39.prototype = { call$1(request) { return null; }, - $signature: 3416 + $signature: 3417 }; A.defaultRequestHandlers_closure40.prototype = { call$1(request) { return null; }, - $signature: 3417 + $signature: 3418 }; A.defaultRequestHandlers_closure41.prototype = { call$1(request) { return request instanceof A.ConvertTextNodeToParagraphRequest ? new A.ConvertTextNodeToParagraphCommand(request.nodeId, request.newMetadata) : null; }, - $signature: 3418 + $signature: 3419 }; A.defaultRequestHandlers_closure42.prototype = { call$1(request) { return request instanceof A.PasteEditorRequest ? new A.PasteEditorCommand(request.content, request.pastePosition, request.composer) : null; }, - $signature: 3419 + $signature: 3420 }; A.HeaderConversionReaction.prototype = { get$pattern(_) { @@ -606049,7 +606327,7 @@ call$0() { return A.HeaderConversionReaction__getHeaderAttributionForLevel(this.prefixLength); }, - $signature: 3420 + $signature: 3421 }; A.UnorderedListItemConversionReaction.prototype = { get$pattern(_) { @@ -606235,19 +606513,19 @@ call$1(item) { return item instanceof A.SelectionChangeEvent; }, - $signature: 885 + $signature: 887 }; A.ImageUrlConversionReaction_react_closure0.prototype = { call$2(value, element) { return element instanceof A.UrlElement ? value + 1 : value; }, - $signature: 890 + $signature: 892 }; A.ImageUrlConversionReaction_react_closure1.prototype = { call$1(element) { return element instanceof A.UrlElement; }, - $signature: 3422 + $signature: 3423 }; A.ImageUrlConversionReaction_react_closure2.prototype = { call$1(isImage) { @@ -606270,7 +606548,7 @@ t1 = node.id; _this.requestDispatcher.execute$1(A._setArrayType([new A.ReplaceNodeRequest(t1, A.ImageNode$("", t1, _this.url))], type$.JSArray_EditRequest)); }, - $signature: 177 + $signature: 176 }; A.LinkifyReaction.prototype = { react$3(editContext, requestDispatcher, edits) { @@ -606441,13 +606719,13 @@ call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 149 + $signature: 143 }; A.LinkifyReaction__extractUpstreamWordAndLinkify_closure0.prototype = { call$2(value, element) { return element instanceof A.UrlElement ? value + 1 : value; }, - $signature: 890 + $signature: 892 }; A.LinkifyReaction__moveOffsetByWord_closure.prototype = { call$1(char) { @@ -606474,19 +606752,19 @@ call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 149 + $signature: 143 }; A.LinkifyReaction__tryUpdateLinkAttribution_closure0.prototype = { call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 149 + $signature: 143 }; A.LinkifyReaction__tryUpdateLinkAttribution_closure1.prototype = { call$1(attr) { return attr instanceof A.LinkAttribution; }, - $signature: 149 + $signature: 143 }; A.LinkUpdatePolicy.prototype = { _enumToString$0() { @@ -606685,7 +606963,7 @@ t4 === $ && A.throwUnnamedLateFieldNI(); return A.Container$(_null, _null, B.Clip_0, _null, _null, new A.BoxDecoration(A.Color$fromARGB(B.JSInt_methods.round$0(255 * (t4._blink_controller$_isVisible ? 1 : 0)), t3.get$value(t3) >>> 16 & 255, t3.get$value(t3) >>> 8 & 255, t3.get$value(t3) & 255), _null, _null, t1._widget.caretStyle.borderRadius, _null, _null, B.BoxShape_0), _null, _null, B.ValueKey_document_caret, _null, _null, _null, _null, t2.width); }, - $signature: 3423 + $signature: 3424 }; A._CaretDocumentOverlayState_DocumentLayoutLayerState_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -607396,7 +607674,7 @@ t1 = this.$this; return A.MouseRegion$(child, t1._document_gestures_mouse$_mouseCursor._change_notifier$_value, _null, _null, _null, new A._DocumentMouseInteractorState__buildCursorStyle__closure(t1), _null); }, - $signature: 3425 + $signature: 3426 }; A._DocumentMouseInteractorState__buildCursorStyle__closure.prototype = { call$1(_) { @@ -607408,7 +607686,7 @@ call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 240 + $signature: 245 }; A._DocumentMouseInteractorState__buildGestureInput_closure0.prototype = { call$1(recognizer) { @@ -607420,13 +607698,13 @@ recognizer.onTripleTap = t1.get$_document_gestures_mouse$_onTripleTap(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 248 + $signature: 250 }; A._DocumentMouseInteractorState__buildGestureInput_closure1.prototype = { call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 250 + $signature: 259 }; A._DocumentMouseInteractorState__buildGestureInput_closure2.prototype = { call$1(recognizer) { @@ -607437,7 +607715,7 @@ recognizer.onCancel = t1.get$_document_gestures_mouse$_onPanCancel(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 258 + $signature: 260 }; A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -607473,7 +607751,7 @@ this._box_0.root = element; return true; }, - $signature: 125 + $signature: 129 }; A.SuperEditorAndroidControlsController.prototype = { dispose$0() { @@ -608097,13 +608375,13 @@ call$0() { return this.$this.get$scrollPosition(); }, - $signature: 377 + $signature: 415 }; A._AndroidDocumentTouchInteractorState_initState_closure0.prototype = { call$0() { return this.$this.get$viewportBox(); }, - $signature: 412 + $signature: 372 }; A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure.prototype = { call$1(_) { @@ -608157,7 +608435,7 @@ call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 240 + $signature: 245 }; A._AndroidDocumentTouchInteractorState_build_closure0.prototype = { call$1(recognizer) { @@ -608168,13 +608446,13 @@ recognizer.onTripleTapDown = t1.get$_document_gestures_touch_android$_onTripleTapDown(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 248 + $signature: 250 }; A._AndroidDocumentTouchInteractorState_build_closure1.prototype = { call$0() { return A.VerticalDragGestureRecognizer$(null, null); }, - $signature: 350 + $signature: 337 }; A._AndroidDocumentTouchInteractorState_build_closure2.prototype = { call$1(recognizer) { @@ -608187,7 +608465,7 @@ recognizer.onCancel = t1.get$_document_gestures_touch_android$_onPanCancel(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 293 + $signature: 336 }; A.SuperEditorAndroidControlsOverlayManager.prototype = { createState$0() { @@ -608480,12 +608758,12 @@ t4 = A.Theme_of(context); return A.Follower$withOffset(A.AnimatedOpacity$(A.IgnorePointer$(A.GestureDetector$(_null, new A.AndroidSelectionHandle(B.HandleType_0, t4.primaryColor, B.ValueKey_document_android_caret_handle), B.DragStartBehavior_0, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure(t1), _null, new A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure0(t1), new A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure1(t1), t1.get$_onHandlePanUpdate(), _null, _null, _null, _null, _null, _null, _null, t1.get$_toggleToolbarOnCollapsedHandleTap(), _null, new A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure2(), _null, _null, _null, _null, false, B.Offset_O5r), !shouldShow, _null), B.C__Linear, B.Duration_150000, t3), B.Alignment_0_m1, B.Alignment_0_1, t2, B.Offset_0_0); }, - $signature: 606 + $signature: 592 }; A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure2.prototype = { call$1(_) { }, - $signature: 58 + $signature: 57 }; A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure1.prototype = { call$1(details) { @@ -608498,7 +608776,7 @@ this.$this._document_gestures_touch_android$_onHandleDragEnd$1(B.HandleType_0); return null; }, - $signature: 92 + $signature: 91 }; A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure.prototype = { call$0() { @@ -608517,12 +608795,12 @@ t3 = A.Theme_of(context); return A.Follower$withOffset(A.GestureDetector$(_null, new A.AndroidSelectionHandle(B.HandleType_1, t3.primaryColor, B.ValueKey_document_upstream_handle), B.DragStartBehavior_0, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure3(t1), _null, new A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure4(t1), new A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure5(t1), t1.get$_onHandlePanUpdate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure6(), _null, _null, _null, _null, false, B.Offset_O5r), B.Alignment_1_m1, B.Alignment_m1_1, t2, B.Offset_0_0); }, - $signature: 606 + $signature: 592 }; A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure6.prototype = { call$1(_) { }, - $signature: 58 + $signature: 57 }; A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure5.prototype = { call$1(details) { @@ -608535,7 +608813,7 @@ this.$this._document_gestures_touch_android$_onHandleDragEnd$1(B.HandleType_1); return null; }, - $signature: 92 + $signature: 91 }; A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure3.prototype = { call$0() { @@ -608554,12 +608832,12 @@ t3 = A.Theme_of(context); return A.Follower$withOffset(A.GestureDetector$(_null, new A.AndroidSelectionHandle(B.HandleType_2, t3.primaryColor, B.ValueKey_document_downstream_handle), B.DragStartBehavior_0, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure(t1), _null, new A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure0(t1), new A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure1(t1), t1.get$_onHandlePanUpdate(), _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure2(), _null, _null, _null, _null, false, B.Offset_O5r), B.Alignment_m1_m1, B.Alignment_1_1, t2, B.Offset_0_0); }, - $signature: 606 + $signature: 592 }; A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure2.prototype = { call$1(_) { }, - $signature: 58 + $signature: 57 }; A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure1.prototype = { call$1(details) { @@ -608572,7 +608850,7 @@ this.$this._document_gestures_touch_android$_onHandleDragEnd$1(B.HandleType_2); return null; }, - $signature: 92 + $signature: 91 }; A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure.prototype = { call$0() { @@ -608591,7 +608869,7 @@ t1 = B.SizedBox_null_null_null_null; return t1; }, - $signature: 607 + $signature: 564 }; A.SuperEditorAndroidControlsOverlayManagerState__buildMagnifierFocalPoint_closure.prototype = { call$3(context, focalPoint, child) { @@ -608602,7 +608880,7 @@ t2 = focalPoint._dy; return A.Positioned$(_null, A.Leader$(_null, this.$this._document_gestures_touch_android$_controlsController.magnifierFocalPoint), 1, _null, t1, _null, t2, 1); }, - $signature: 898 + $signature: 900 }; A.SuperEditorAndroidControlsOverlayManagerState__buildMagnifier_closure.prototype = { call$3(context, shouldShow, child) { @@ -608614,7 +608892,7 @@ t1 = B.SizedBox_null_null_null_null; return t1; }, - $signature: 607 + $signature: 564 }; A.SelectionBound.prototype = { _enumToString$0() { @@ -608656,7 +608934,7 @@ this._box_0.root = element; return true; }, - $signature: 125 + $signature: 129 }; A.SuperEditorIosControlsController.prototype = { dispose$0() { @@ -609435,13 +609713,13 @@ call$0() { return this.$this.get$scrollPosition(); }, - $signature: 377 + $signature: 415 }; A._IosDocumentTouchInteractorState_initState_closure0.prototype = { call$0() { return this.$this.get$viewportBox(); }, - $signature: 412 + $signature: 372 }; A._IosDocumentTouchInteractorState_didChangeDependencies_closure.prototype = { call$1(_) { @@ -609494,7 +609772,7 @@ call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 240 + $signature: 245 }; A._IosDocumentTouchInteractorState_build_closure0.prototype = { call$1(recognizer) { @@ -609505,13 +609783,13 @@ recognizer.onTripleTapUp = t1.get$_onTripleTapUp(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 248 + $signature: 250 }; A._IosDocumentTouchInteractorState_build_closure1.prototype = { call$0() { return A.VerticalDragGestureRecognizer$(null, null); }, - $signature: 350 + $signature: 337 }; A._IosDocumentTouchInteractorState_build_closure2.prototype = { call$1(instance) { @@ -609525,7 +609803,7 @@ instance.onCancel = t1.get$_document_gestures_touch_ios$_onPanCancel(); instance.gestureSettings = this.gestureSettings; }, - $signature: 293 + $signature: 336 }; A._IosDocumentTouchInteractorState_build_closure3.prototype = { call$0() { @@ -609545,7 +609823,7 @@ instance.onCancel = t1.get$_document_gestures_touch_ios$_onPanCancel(); instance.gestureSettings = this.gestureSettings; }, - $signature: 531 + $signature: 532 }; A._IosDocumentTouchInteractorState__buildMagnifierFocalPoint_closure.prototype = { call$3(context, magnifierOffset, child) { @@ -609556,7 +609834,7 @@ t2 = magnifierOffset._dy; return A.Positioned$(_null, A.Leader$(B.SizedBox_1_1_null_null, this.$this._controlsController.magnifierFocalPoint), _null, _null, t1, _null, t2, _null); }, - $signature: 898 + $signature: 900 }; A.DragMode.prototype = { _enumToString$0() { @@ -609627,7 +609905,7 @@ child.toString; return child; }, - $signature: 607 + $signature: 564 }; A.EditorFloatingCursor.prototype = { createState$0() { @@ -609839,7 +610117,7 @@ return B.SizedBox_null_null_null_null; return A.Positioned$fromRect(A.IgnorePointer$(new A.ColoredBox(A.Color$fromARGB(191, 244, 67, 54), null, null), true, null), floatingCursorRect); }, - $signature: 899 + $signature: 901 }; A.__IosDocumentTouchInteractorState_State_WidgetsBindingObserver.prototype = {}; A.__IosDocumentTouchInteractorState_State_WidgetsBindingObserver_SingleTickerProviderStateMixin.prototype = { @@ -610537,7 +610815,7 @@ call$1(e) { return e instanceof A.TextEditingDeltaNonTextUpdate; }, - $signature: 3436 + $signature: 3437 }; A._DocumentImeInputClient_TextInputConnectionDecorator_TextInputClient.prototype = {}; A._DocumentImeInputClient_TextInputConnectionDecorator_TextInputClient_DeltaTextInputClient.prototype = {}; @@ -611312,7 +611590,7 @@ t3 = t3 ? B.Color_4278190080 : B.Color_4294967295; return new A.Padding(new A.EdgeInsets(0, 0, 0, keyboardHeight), new A.Align(B.Alignment_m1_1, _null, _null, new A.Theme(t2, A.IconTheme$(new A.Builder(new A._KeyboardEditingToolbarState__buildToolbarOverlay__closure(t1), _null), new A.IconThemeData(_null, _null, _null, _null, _null, t3, _null, _null, _null), _null), _null), _null), _null); }, - $signature: 3437 + $signature: 3438 }; A._KeyboardEditingToolbarState__buildToolbarOverlay__closure.prototype = { call$1(themedContext) { @@ -611331,7 +611609,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return A.Row$(A._setArrayType([t2, t3, A.IconButton$(_null, _null, _null, _null, B.Icon_Iik, _null, t1.get$closeKeyboard(), _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 496 + $signature: 572 }; A._KeyboardEditingToolbarState__buildToolbar__closure.prototype = { call$2(context, _) { @@ -611396,7 +611674,7 @@ t9 = A.IconButton$(_null, _null, _null, _null, B.Icon_l3B, _null, t2 ? t1.___KeyboardEditingToolbarState__toolbarOps_A.get$convertToBlockquote() : _null, _null, _null, _null, _null, _null); return A.Row$(A._setArrayType([t3, t4, t6, t7, t5, t8, t10, t11, t12, t9, A.IconButton$(_null, _null, _null, _null, B.Icon_S8r, _null, isSingleNodeSelected && selectedNode instanceof A.ParagraphNode && selectedNode._text$_text.text.length === 0 ? t1.___KeyboardEditingToolbarState__toolbarOps_A.get$convertToHr() : _null, _null, _null, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); }, - $signature: 3438 + $signature: 3439 }; A.KeyboardHeightBuilder.prototype = { createState$0() { @@ -611823,7 +612101,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.performAction$1(action); }, - $signature: 307 + $signature: 299 }; A.SuperEditorImeInteractorState__reportVisualInformationToIme_closure.prototype = { call$1(_) { @@ -611837,7 +612115,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1; }, - $signature: 900 + $signature: 902 }; A.SuperEditorImeInteractorState_build_closure0.prototype = { call$0() { @@ -611845,7 +612123,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1; }, - $signature: 900 + $signature: 902 }; A.SuperEditorImePolicies.prototype = { $eq(_, other) { @@ -612006,25 +612284,25 @@ call$0() { return this.$this.get$_document_scrollable$_viewport(); }, - $signature: 412 + $signature: 372 }; A._DocumentScrollableState_initState__closure0.prototype = { call$0() { return this.$this.get$_document_scrollable$_scrollPosition(); }, - $signature: 377 + $signature: 415 }; A._DocumentScrollableState_didUpdateWidget_closure.prototype = { call$0() { return this.$this.get$_document_scrollable$_viewport(); }, - $signature: 412 + $signature: 372 }; A._DocumentScrollableState_didUpdateWidget_closure0.prototype = { call$0() { return this.$this.get$_document_scrollable$_scrollPosition(); }, - $signature: 377 + $signature: 415 }; A.AutoScrollController.prototype = { dispose$0() { @@ -612415,7 +612693,7 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 3440 + $signature: 3441 }; A._ImageNode_BlockNode_ChangeNotifier.prototype = {}; A.SingleColumnDocumentLayout.prototype = { @@ -612943,19 +613221,19 @@ t1.toString; return t1; }, - $signature: 3442 + $signature: 3443 }; A._SingleColumnDocumentLayoutState__buildDocComponents_closure.prototype = { call$2(context, newComponentViewModel) { return new A._Component(this.$this._widget.componentBuilders, this.componentKey, newComponentViewModel, null); }, - $signature: 3443 + $signature: 3444 }; A._SingleColumnDocumentLayoutState__buildDocComponents_closure0.prototype = { call$2(key, value) { $.$get$editorLayoutLog().log$4(B.Level_FINER_400, " - " + key + ": " + value.toString$0(0), null, null); }, - $signature: 3444 + $signature: 3445 }; A._PresenterComponentBuilder.prototype = { createState$0() { @@ -613370,7 +613648,7 @@ call$1(selectedNode) { return selectedNode.get$id(selectedNode) === this.node.id; }, - $signature: 902 + $signature: 904 }; A._DocumentNodeSelection.prototype = { $eq(_, other) { @@ -613637,7 +613915,7 @@ var t1 = this.node; return selectedNode.get$id(selectedNode) === t1.get$id(t1); }, - $signature: 902 + $signature: 904 }; A.DocumentNodeSelection.prototype = { $eq(_, other) { @@ -613986,7 +614264,7 @@ baseStyle = B.TextStyle_SVP1; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 206 + $signature: 208 }; A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -614515,7 +614793,7 @@ call$1(a) { return true; }, - $signature: 149 + $signature: 143 }; A.DeleteUpstreamAtBeginningOfParagraphCommand.prototype = { execute$2(context, executor) { @@ -614601,7 +614879,7 @@ baseStyle = B.TextStyle_SVP1; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 206 + $signature: 208 }; A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -614938,7 +615216,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 148 + $signature: 147 }; A.SuperEditorState_didUpdateWidget_closure.prototype = { call$0() { @@ -614946,7 +615224,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 148 + $signature: 147 }; A.SuperEditorState__createEditContext_closure.prototype = { call$0() { @@ -614954,7 +615232,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 148 + $signature: 147 }; A.SuperEditorState__createEditContext_closure0.prototype = { call$0() { @@ -614962,7 +615240,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 148 + $signature: 147 }; A.SuperEditorState_build_closure.prototype = { call$1(controlsScopeContext) { @@ -614997,7 +615275,7 @@ t1._widget.toString; return new A.SuperEditorFocusDebugVisuals(t2, new A.EditorSelectionAndFocusPolicy(new A.SuperEditorState_build__closure2(t1), t2, t4, t5, t6._selectionNotifier, new A.SuperEditorState_build__closure3(t1), true, true, true, t1._buildTextInputSystem$1$child(t1._buildPlatformSpecificViewportDecorations$2$child(controlsScopeContext, new A.DocumentScaffold(t1._documentLayoutLink, t7, t1.get$_buildGestureInteractor(), t8, t9, t10, t11, t3, t13, t12, B.C_DebugPaintConfig, null, type$.DocumentScaffold_dynamic))), null), null); }, - $signature: 3446 + $signature: 3447 }; A.SuperEditorState_build__closure2.prototype = { call$0() { @@ -615016,7 +615294,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 148 + $signature: 147 }; A.SuperEditorState_build__closure.prototype = { call$1(context) { @@ -615024,7 +615302,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return this.underlayBuilder.build$2(context, t1); }, - $signature: 609 + $signature: 471 }; A.SuperEditorState_build__closure0.prototype = { call$1(context) { @@ -615035,7 +615313,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return new A._SelectionLeadersDocumentLayerBuilder(t2, false).build$2(context, t1); }, - $signature: 609 + $signature: 471 }; A.SuperEditorState_build__closure1.prototype = { call$1(context) { @@ -615043,7 +615321,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return this.overlayBuilder.build$2(context, t1); }, - $signature: 609 + $signature: 471 }; A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure.prototype = { call$3(overlayContext, mobileToolbarKey, focalPoint) { @@ -615053,7 +615331,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 904 + $signature: 906 }; A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure0.prototype = { call$0() { @@ -615061,7 +615339,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 148 + $signature: 147 }; A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure1.prototype = { call$0() { @@ -615069,7 +615347,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return type$.DocumentLayout._as(t1.get$currentState()); }, - $signature: 148 + $signature: 147 }; A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure2.prototype = { call$1(newSelection) { @@ -615077,7 +615355,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1.editor.execute$1(A._setArrayType([new A.ChangeSelectionRequest(newSelection, B.SelectionChangeType_2, "userInteraction")], type$.JSArray_EditRequest)); }, - $signature: 3449 + $signature: 3450 }; A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure3.prototype = { call$3(overlayContext, mobileToolbarKey, focalPoint) { @@ -615088,7 +615366,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 904 + $signature: 906 }; A.SuperEditorState__buildGestureInteractor_closure.prototype = { call$0() { @@ -615096,7 +615374,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 148 + $signature: 147 }; A.SuperEditorState__buildGestureInteractor_closure0.prototype = { call$0() { @@ -615104,7 +615382,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 148 + $signature: 147 }; A.SuperEditorState__buildGestureInteractor_closure1.prototype = { call$0() { @@ -615112,7 +615390,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return t1._getDocumentLayout.call$0(); }, - $signature: 148 + $signature: 147 }; A.DefaultAndroidEditorToolbar.prototype = { build$1(context) { @@ -615143,7 +615421,7 @@ t2 = !t2 || !selection.get$isCollapsed(0) ? t1.get$_cut() : null; return new A.AndroidTextEditingFloatingToolbar(t1.floatingToolbarKey, t2, t3, t1.get$_paste(), t1.get$_selectAll(), null); }, - $signature: 3450 + $signature: 3451 }; A._SelectionLeadersDocumentLayerBuilder.prototype = { build$2(context, editContext) { @@ -615182,67 +615460,67 @@ call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["maxWidth", 640, "padding", B.CascadingPadding_24_24_null_null, "textStyle", B.TextStyle_sBb], type$.String, type$.dynamic); }, - $signature: 116 + $signature: 120 }; A.defaultStylesheet_closure0.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_40_null, "textStyle", B.TextStyle_o8I1], type$.String, type$.dynamic); }, - $signature: 116 + $signature: 120 }; A.defaultStylesheet_closure1.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_32_null, "textStyle", B.TextStyle_o8I0], type$.String, type$.dynamic); }, - $signature: 116 + $signature: 120 }; A.defaultStylesheet_closure2.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_28_null, "textStyle", B.TextStyle_o8I], type$.String, type$.dynamic); }, - $signature: 116 + $signature: 120 }; A.defaultStylesheet_closure3.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_24_null], type$.String, type$.dynamic); }, - $signature: 116 + $signature: 120 }; A.defaultStylesheet_closure4.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_0_null], type$.String, type$.dynamic); }, - $signature: 116 + $signature: 120 }; A.defaultStylesheet_closure5.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_0_null], type$.String, type$.dynamic); }, - $signature: 116 + $signature: 120 }; A.defaultStylesheet_closure6.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_0_null], type$.String, type$.dynamic); }, - $signature: 116 + $signature: 120 }; A.defaultStylesheet_closure7.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_24_null], type$.String, type$.dynamic); }, - $signature: 116 + $signature: 120 }; A.defaultStylesheet_closure8.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["textStyle", B.TextStyle_CcT], type$.String, type$.dynamic); }, - $signature: 116 + $signature: 120 }; A.defaultStylesheet_closure9.prototype = { call$2(doc, docNode) { return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_null_96], type$.String, type$.dynamic); }, - $signature: 116 + $signature: 120 }; A.SuperEditorLaunchLinkTapHandler.prototype = { dispose$0() { @@ -615331,7 +615609,7 @@ return A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.dynamic); return A.LinkedHashMap_LinkedHashMap$_literal(["padding", B.CascadingPadding_null_null_24_null], type$.String, type$.dynamic); }, - $signature: 116 + $signature: 120 }; A.TaskComponentBuilder.prototype = { createViewModel$2($document, node) { @@ -615557,7 +615835,7 @@ baseStyle = B.TextStyle_SVP1; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 206 + $signature: 208 }; A._TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -615948,7 +616226,7 @@ } return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); }, - $signature: 404 + $signature: 363 }; A.ProxyTextDocumentComponent.prototype = { createState$0() { @@ -616054,7 +616332,7 @@ call$0() { return this.selectionRange; }, - $signature: 3452 + $signature: 3453 }; A.AttributionChangeEvent.prototype = { toString$0(_) { @@ -616340,7 +616618,7 @@ var t1 = B.JSString_methods.substring$2(this._this.text, attributedSpan.start, attributedSpan.end + 1); return A.TextSpan$(null, null, this.styleBuilder.call$1(attributedSpan.attributions), t1); }, - $signature: 3453 + $signature: 3454 }; A.ProxyTextComposable.prototype = { getWordSelectionAt$1(textNodePosition) { @@ -616596,7 +616874,7 @@ var t1 = this._box_0; t1.isDirty = t1.isDirty || this.$this._isSubtreeDirty$1(childElement); }, - $signature: 109 + $signature: 113 }; A.ContentLayersElement_buildLayers_closure.prototype = { call$0() { @@ -616788,13 +617066,13 @@ call$1(child) { child.attach$1(this.owner); }, - $signature: 66 + $signature: 65 }; A.RenderContentLayers_detach_closure.prototype = { call$1(child) { child.detach$0(0); }, - $signature: 66 + $signature: 65 }; A.RenderContentLayers_performLayout_closure.prototype = { call$1(constraints) { @@ -616865,7 +617143,7 @@ } return true; }, - $signature: 125 + $signature: 129 }; A.ContentLayerState.prototype = { build$1(context) { @@ -616959,7 +617237,7 @@ t2 = t1.documentLayoutKey; return new A.SingleColumnDocumentLayout(t1.presenter, t1.componentBuilders, onBuildScheduled, t2); }, - $signature: 3454 + $signature: 3455 }; A.DocumentScroller.prototype = { dispose$0() { @@ -617223,7 +617501,7 @@ call$1(_) { return A.HapticFeedback_mediumImpact(); }, - $signature: 604 + $signature: 586 }; A.Scheduler_runAsSoonAsPossible_closure.prototype = { call$1(timeStamp) { @@ -617510,7 +617788,7 @@ t1 = t1 == null ? null : t1.resolve$1(0, states); return t1 == null ? false : t1; }, - $signature: 803 + $signature: 805 }; A._MaterialScrollbarState__thumbColor_closure0.prototype = { call$1(states) { @@ -617613,7 +617891,7 @@ t1 = t2; return t1; }, - $signature: 434 + $signature: 422 }; A._MaterialScrollbarState_initState_closure0.prototype = { call$0() { @@ -617671,7 +617949,7 @@ call$2(a, b) { return 0; }, - $signature: 3455 + $signature: 3456 }; A.OverlayGroupPriority.prototype = { compareTo$1(_, other) { @@ -618236,7 +618514,7 @@ t5 = A.long_press_LongPressGestureRecognizer__defaultButtonAcceptBehavior$closure(); return new A._ThumbPressGestureRecognizer0(t1._scrollbar1$_scrollbarPainterKey, t2, null, B.GestureRecognizerState_0, A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.GestureArenaEntry), t4, t1, null, t5, A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.PointerDeviceKind)); }, - $signature: 3456 + $signature: 3457 }; A.RawScrollbarWithCustomPhysicsState__gestures_closure0.prototype = { call$1(instance) { @@ -618246,25 +618524,25 @@ instance.onLongPressMoveUpdate = new A.RawScrollbarWithCustomPhysicsState__gestures__closure0(t1); instance.onLongPressEnd = new A.RawScrollbarWithCustomPhysicsState__gestures__closure1(t1); }, - $signature: 3457 + $signature: 3458 }; A.RawScrollbarWithCustomPhysicsState__gestures__closure.prototype = { call$1(details) { return this.$this.handleThumbPressStart$1(details.localPosition); }, - $signature: 238 + $signature: 211 }; A.RawScrollbarWithCustomPhysicsState__gestures__closure0.prototype = { call$1(details) { return this.$this.handleThumbPressUpdate$1(details.localPosition); }, - $signature: 295 + $signature: 309 }; A.RawScrollbarWithCustomPhysicsState__gestures__closure1.prototype = { call$1(details) { return this.$this.handleThumbPressEnd$2(details.localPosition, details.velocity); }, - $signature: 273 + $signature: 347 }; A.RawScrollbarWithCustomPhysicsState__gestures_closure1.prototype = { call$0() { @@ -618273,13 +618551,13 @@ t3 = A.HashSet_HashSet(t2); return new A._TrackTapGestureRecognizer0(t1._scrollbar1$_scrollbarPainterKey, B.Duration_100000, 18, B.GestureRecognizerState_0, A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.GestureArenaEntry), t3, t1, null, A.recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure(), A.LinkedHashMap_LinkedHashMap$_empty(t2, type$.PointerDeviceKind)); }, - $signature: 3458 + $signature: 3459 }; A.RawScrollbarWithCustomPhysicsState__gestures_closure2.prototype = { call$1(instance) { instance.onTapDown = this.$this.get$_scrollbar1$_handleTrackTapDown(); }, - $signature: 3459 + $signature: 3460 }; A.RawScrollbarWithCustomPhysicsState_handleHover_closure.prototype = { call$0() { @@ -618331,7 +618609,7 @@ break; } }, - $signature: 256 + $signature: 271 }; A.ScrollbarPainter0.prototype = { set$color(_, value) { @@ -618921,7 +619199,7 @@ t1 = false; return t1; }, - $signature: 757 + $signature: 759 }; A._ThumbPressGestureRecognizer0.prototype = { isPointerAllowed$1($event) { @@ -619839,7 +620117,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return new A.ColoredBox(A.Color$fromARGB(B.JSInt_methods.round$0(255 * (t1._blink_controller$_isVisible ? 1 : 0)), t2.get$value(t2) >>> 16 & 255, t2.get$value(t2) >>> 8 & 255, t2.get$value(t2) & 255), null, B.ValueKey_document_caret); }, - $signature: 3461 + $signature: 3462 }; A._AndroidControlsDocumentLayerState_DocumentLayoutLayerState_SingleTickerProviderStateMixin.prototype = { dispose$0() { @@ -620317,7 +620595,7 @@ t3._widget.toString; return new A.Padding(new A.EdgeInsets(0, 0, 0, t2.viewInsets.bottom), A.ClipRect$(new A.SizedBox(1 / 0, 1 / 0, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t5, _null), t4), B.Clip_1, _null), _null); }, - $signature: 3462 + $signature: 3463 }; A.FloatingCursorController0.prototype = { dispose$0() { @@ -620497,7 +620775,7 @@ call$1(e) { return e instanceof A.ActivateIntent; }, - $signature: 879 + $signature: 881 }; A._PreventPrioritizedIntentsFromBubblingUp.prototype = { consumesKey$1(intent) { @@ -621413,7 +621691,7 @@ t1.push(t2.__editing_controls0$_buildToolbar$0()); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); }, - $signature: 906 + $signature: 908 }; A._AndroidEditingOverlayControlsState__buildToolbar_closure.prototype = { call$1(context) { @@ -621424,7 +621702,7 @@ this.textFieldGlobalOffset.$add(0, this._box_0.toolbarTopAnchor); return A.TapRegion$(t1.popoverToolbarBuilder$3(context, t3, new A.ToolbarConfig()), false, _null, true, t2, _null, _null, _null); }, - $signature: 3464 + $signature: 3465 }; A._AndroidEditingOverlayControlsState__buildHandle_closure.prototype = { call$0() { @@ -621795,7 +622073,7 @@ call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 240 + $signature: 245 }; A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure0.prototype = { call$1(recognizer) { @@ -621805,26 +622083,26 @@ recognizer.onTripleTapDown = t1.get$__user_interaction0$_onTripleTapDown(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 248 + $signature: 250 }; A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure1.prototype = { call$0() { return A.LongPressGestureRecognizer$(null, null, null); }, - $signature: 536 + $signature: 487 }; A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure2.prototype = { call$1(recognizer) { recognizer.onLongPress = this.$this.get$__user_interaction0$_onLongPress(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 534 + $signature: 536 }; A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure3.prototype = { call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 250 + $signature: 259 }; A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure4.prototype = { call$1(recognizer) { @@ -621836,7 +622114,7 @@ recognizer.onCancel = t1._widget.focusNode.get$hasFocus() || t1.__user_interaction0$_isDraggingCaret ? t1.get$__user_interaction0$_onPanCancel() : _null; recognizer.gestureSettings = this.gestureSettings; }, - $signature: 258 + $signature: 260 }; A._AndroidTextFieldTouchInteractorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -622215,7 +622493,7 @@ call$2(context, _) { return this.$this._android_textfield$_buildSelectableText$0(); }, - $signature: 181 + $signature: 182 }; A.SuperAndroidTextFieldState__buildSelectableText_closure0.prototype = { call$2(context, textLayout) { @@ -622261,7 +622539,7 @@ t2.push(t1._widget.hintBuilder.call$1(context)); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t2, _null); }, - $signature: 404 + $signature: 363 }; A.SuperAndroidTextFieldState__buildSelectableText_closure.prototype = { call$2(context, textLayout) { @@ -622280,7 +622558,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return A.TextLayoutCaret$(t1, B.BlinkTimingMode_0, t3, t2, textLayout); }, - $signature: 908 + $signature: 910 }; A.SuperAndroidTextFieldState__buildPopoverToolbar_closure.prototype = { call$2(context, _) { @@ -622293,7 +622571,7 @@ t4 = t1._widget; return new A.AndroidEditingOverlayControls(t2, t3, t1._android_textfield$_textFieldKey, t1._android_textfield$_textContentLayerLink, t1._android_textfield$_textContentKey, t4.tapRegionGroupId, t4.handlesColor, false, A.android_textfield___defaultAndroidToolbarBuilder$closure(), null); }, - $signature: 3467 + $signature: 3468 }; A._defaultAndroidToolbarBuilder_closure.prototype = { call$0() { @@ -622584,7 +622862,7 @@ t1.toString; return t1; }, - $signature: 3468 + $signature: 3469 }; A.SuperDesktopTextFieldState__onSelectionOrContentChange_closure.prototype = { call$1(_) { @@ -622665,7 +622943,7 @@ t2.push(new A.Align(B.Alignment_m1_0, _null, _null, t1._widget.hintBuilder.call$1(context), _null)); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t2, _null); }, - $signature: 404 + $signature: 363 }; A.SuperDesktopTextFieldState__buildSelectableText_closure.prototype = { call$2(context, textLayout) { @@ -622681,7 +622959,7 @@ t3 = t3._realController.get$selection().get$extent(); return A.TextLayoutCaret$(null, t1._widget.blinkTimingMode, t3, t2, textLayout); }, - $signature: 908 + $signature: 910 }; A.SuperTextFieldGestureInteractor.prototype = { createState$0() { @@ -623045,13 +623323,13 @@ pos.beginActivity$1(new A.IdleScrollActivity(pos)); return null; }, - $signature: 256 + $signature: 271 }; A._SuperTextFieldGestureInteractorState_build_closure.prototype = { call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 240 + $signature: 245 }; A._SuperTextFieldGestureInteractorState_build_closure0.prototype = { call$1(recognizer) { @@ -623063,13 +623341,13 @@ recognizer.onTripleTap = t1.get$_onTripleTap(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 248 + $signature: 250 }; A._SuperTextFieldGestureInteractorState_build_closure1.prototype = { call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 250 + $signature: 259 }; A._SuperTextFieldGestureInteractorState_build_closure2.prototype = { call$1(recognizer) { @@ -623080,7 +623358,7 @@ recognizer.onCancel = t1.get$_desktop_textfield$_onPanCancel(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 258 + $signature: 260 }; A.SuperTextFieldKeyboardInteractor.prototype = { createState$0() { @@ -624037,7 +624315,7 @@ call$0() { return this.$this._getViewportWidth$1(this.context); }, - $signature: 796 + $signature: 798 }; A.RenderFillWidthIfConstrained.prototype = { performLayout$0() { @@ -625273,7 +625551,7 @@ t2.push(A.Center$(A.IOSFollowingMagnifier$roundedRectangle(t1._magnifierFocalPoint, _null, B.Offset_0_m72), _null, _null)); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t2, _null); }, - $signature: 906 + $signature: 908 }; A._IOSEditingControlsState__buildToolbar_closure.prototype = { call$1(context) { @@ -625317,7 +625595,7 @@ } return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_0, t1, _null); }, - $signature: 3469 + $signature: 3470 }; A.FloatingCursorController.prototype = { updateFloatingCursor$2(textLayout, point) { @@ -625709,7 +625987,7 @@ call$0() { return A.TapSequenceGestureRecognizer$(); }, - $signature: 240 + $signature: 245 }; A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure0.prototype = { call$1(recognizer) { @@ -625720,13 +625998,13 @@ recognizer.onTripleTapDown = t1.get$_onTripleTapDown(); recognizer.gestureSettings = this.gestureSettings; }, - $signature: 248 + $signature: 250 }; A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure1.prototype = { call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 250 + $signature: 259 }; A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure2.prototype = { call$1(recognizer) { @@ -625738,7 +626016,7 @@ recognizer.onCancel = t1._widget.focusNode.get$hasFocus() || t1._isDraggingCaret ? t1.get$__user_interaction$_onPanCancel() : _null; recognizer.gestureSettings = this.gestureSettings; }, - $signature: 258 + $signature: 260 }; A.IOSTextFieldTouchInteractorState__buildTrackerForToolbarFocus_closure.prototype = { call$3(context, selectionRect, child) { @@ -625748,7 +626026,7 @@ t1 = this.$this._widget.editingOverlayController; return A.Positioned$fromRect(A.Leader$(B.SizedBox_null_null_null_null, t1._toolbarFocalPoint), selectionRect); }, - $signature: 899 + $signature: 901 }; A._IOSTextFieldTouchInteractorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -626126,7 +626404,7 @@ call$2(context, _) { return this.$this._buildSelectableText$0(); }, - $signature: 181 + $signature: 182 }; A.SuperIOSTextFieldState__buildSelectableText_closure0.prototype = { call$2(context, textLayout) { @@ -626172,7 +626450,7 @@ t2.push(t1._widget.hintBuilder.call$1(context)); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_0, t2, _null); }, - $signature: 404 + $signature: 363 }; A.SuperIOSTextFieldState__buildSelectableText_closure.prototype = { call$2(context, textLayout) { @@ -626194,7 +626472,7 @@ t1 === $ && A.throwUnnamedLateFieldNI(); return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_0, A._setArrayType([t2, new A.IOSFloatingCursor(t1, _null)], type$.JSArray_Widget), _null); }, - $signature: 3471 + $signature: 3472 }; A.SuperIOSTextFieldState__buildOverlayIosControls_closure.prototype = { call$2(context, _) { @@ -626207,7 +626485,7 @@ t4 = t1._widget; return new A.IOSEditingControls(t2, t3, t1._textFieldKey, t1._textContentLayerLink, t1._textContentKey, t4.tapRegionGroupId, t4.handlesColor, false, A.ios_textfield___defaultPopoverToolbarBuilder$closure(), null); }, - $signature: 3472 + $signature: 3473 }; A._defaultPopoverToolbarBuilder_closure.prototype = { call$0() { @@ -628986,7 +629264,7 @@ call$1(value) { return value === true; }, - $signature: 3473 + $signature: 3474 }; A.PreferredLaunchMode.prototype = { _enumToString$0() { @@ -630550,7 +630828,7 @@ t1 = t2; return t1; }, - $signature: 434 + $signature: 422 }; A._MaterialScrollbarState_initState_closure1.prototype = { call$0() { @@ -630662,13 +630940,13 @@ call$1(e) { return this.onData.call$1(e); }, - $signature: 342 + $signature: 279 }; A._EventStreamSubscription_onData_closure0.prototype = { call$1(e) { return this.handleData.call$1(e); }, - $signature: 342 + $signature: 279 }; A.WindowListener.prototype = {}; A.main_closure0.prototype = { @@ -631709,39 +631987,39 @@ _static_0 = hunkHelpers._static_0, _instance_0_i = hunkHelpers._instance_0i, _instance_2_i = hunkHelpers._instance_2i; - _static_2(A, "_engine__canvasKitWasmModuleUrl$closure", "canvasKitWasmModuleUrl", 615); + _static_2(A, "_engine__canvasKitWasmModuleUrl$closure", "canvasKitWasmModuleUrl", 583); _static_1(A, "_engine_BitmapCanvas__onEvictElement$closure", "BitmapCanvas__onEvictElement", 33); _static(A, "_engine___defaultFactory$closure", 1, function() { return {params: null}; }, ["call$2$params", "call$1"], ["_defaultFactory", function(viewId) { return A._defaultFactory(viewId, null); - }], 3475, 0); - _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 157); + }], 3476, 0); + _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 161); _static_1(A, "_engine___emptyCallback$closure", "_emptyCallback", 10); _instance_0_u(A.AlarmClock.prototype, "get$_timerDidFire", "_timerDidFire$0", 0); _instance_1_u(A.CkCanvas.prototype, "get$drawPicture", "drawPicture$1", 1678); _instance_1_u(A.DisplayCanvasFactory.prototype, "get$_removeFromDom", "_removeFromDom$1", 45); var _; - _instance_1_u(_ = A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 61); - _instance_1_u(_, "get$_initializeOverlay", "_initializeOverlay$1", 61); + _instance_1_u(_ = A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 63); + _instance_1_u(_, "get$_initializeOverlay", "_initializeOverlay$1", 63); _instance_1_u(A.CkNWayCanvas.prototype, "get$addCanvas", "addCanvas$1", 2702); - _instance_1_u(_ = A.CanvasKitRenderer.prototype, "get$_onViewCreated", "_onViewCreated$1", 61); - _instance_1_u(_, "get$_onViewDisposed", "_onViewDisposed$1", 61); + _instance_1_u(_ = A.CanvasKitRenderer.prototype, "get$_onViewCreated", "_onViewCreated$1", 63); + _instance_1_u(_, "get$_onViewDisposed", "_onViewDisposed$1", 63); _instance_1_u(_ = A.Surface.prototype, "get$_contextRestoredListener", "_contextRestoredListener$1", 33); _instance_1_u(_, "get$_contextLostListener", "_contextLostListener$1", 33); - _instance_1_i(_ = A.FallbackFontDownloadQueue.prototype, "get$add", "add$1", 3095); + _instance_1_i(_ = A.FallbackFontDownloadQueue.prototype, "get$add", "add$1", 3090); _instance_0_u(_, "get$startDownloads", "startDownloads$0", 19); - _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 614); + _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 452); _instance_1_i(A.MultiEntriesBrowserHistory.prototype, "get$onPopState", "onPopState$1", 45); _instance_1_i(A.SingleEntryBrowserHistory.prototype, "get$onPopState", "onPopState$1", 45); _instance_1_u(A.HighContrastSupport.prototype, "get$_onHighContrastChange", "_onHighContrastChange$1", 33); _instance_0_u(_ = A.EnginePlatformDispatcher.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_, "get$_updateHighContrast", "_updateHighContrast$1", 13); - _instance_1_u(A.PlatformViewManager.prototype, "get$clearPlatformView", "clearPlatformView$1", 61); + _instance_1_u(A.PlatformViewManager.prototype, "get$clearPlatformView", "clearPlatformView$1", 63); _instance_2_u(_ = A.ClickDebouncer.prototype, "get$onPointerData", "onPointerData$2", 2158); _instance_0_u(_, "get$_onTimerExpired", "_onTimerExpired$0", 0); - _instance_1_u(A.TextLayoutService.prototype, "get$_positionLineFragments", "_positionLineFragments$1", 3025); - _instance_1_u(A.Spanometer.prototype, "get$measureFragment", "measureFragment$1", 3043); + _instance_1_u(A.TextLayoutService.prototype, "get$_positionLineFragments", "_positionLineFragments$1", 3021); + _instance_1_u(A.Spanometer.prototype, "get$measureFragment", "measureFragment$1", 3038); _instance_0_u(A.RulerHost.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A.CompositionAwareMixin.prototype, "get$_handleCompositionStart", "_handleCompositionStart$1", 33); _instance_1_u(_, "get$_handleCompositionUpdate", "_handleCompositionUpdate$1", 33); @@ -631749,13 +632027,13 @@ _instance_1_u(_ = A.DefaultTextEditingStrategy.prototype, "get$handleChange", "handleChange$1", 33); _instance_1_u(_, "get$handleBeforeInput", "handleBeforeInput$1", 33); _instance_1_u(_, "get$maybeSendAction", "maybeSendAction$1", 33); - _instance_1_u(A.CustomElementDimensionsProvider.prototype, "get$_broadcastSize", "_broadcastSize$1", 594); + _instance_1_u(A.CustomElementDimensionsProvider.prototype, "get$_broadcastSize", "_broadcastSize$1", 549); _instance_1_u(A.FullPageDimensionsProvider.prototype, "get$_onVisualViewportResize", "_onVisualViewportResize$1", 33); - _instance_1_u(A.FlutterViewManager.prototype, "get$disposeAndUnregisterView", "disposeAndUnregisterView$1", 3342); + _instance_1_u(A.FlutterViewManager.prototype, "get$disposeAndUnregisterView", "disposeAndUnregisterView$1", 3334); _instance_0_u(_ = A.EngineFlutterView.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_, "get$_didResize", "_didResize$1", 940); _instance_0_u(A.EngineFlutterWindow.prototype, "get$dispose", "dispose$0", 0); - _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 473); + _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 587); _instance_1_i(_ = J.JSArray.prototype, "get$add", "add$1", 45); _instance_1_i(_, "get$remove", "remove$1", 124); _instance(_, "get$toList", 1, 0, function() { @@ -631763,55 +632041,55 @@ }, ["call$1$growable", "call$0"], ["toList$1$growable", "toList$0"], "List<1>({growable:bool})", 0, 0); _instance(J.JSString.prototype, "get$startsWith", 1, 1, null, ["call$2", "call$1"], ["startsWith$2", "startsWith$1"], 1087, 0, 0); _instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 124); - _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 183); + _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 191); _instance_1_i(A.ConstantStringSet.prototype, "get$contains", "contains$1", 124); _instance_1_i(A.GeneralConstantSet.prototype, "get$contains", "contains$1", 124); _instance_1_i(A.JsLinkedHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); _instance_1_u(A._MatchImplementation.prototype, "get$group", "group$1", 1159); - _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 380); - _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 245); - _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 245); - _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 245); + _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 368); + _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 239); + _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 239); + _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 239); _static_0(A, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0); _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 10); - _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 162); + _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 166); _static_0(A, "async___nullDoneHandler$closure", "_nullDoneHandler", 0); _instance_0_u(_ = A._BroadcastSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance_1_i(_ = A._BroadcastStreamController.prototype, "get$add", "add$1", 45); - _instance_0_i(_, "get$close", "close$0", 244); + _instance_0_i(_, "get$close", "close$0", 258); _instance_1_i(_, "get$_add", "_add$1", 45); - _instance_2_u(_, "get$_addError", "_addError$2", 162); + _instance_2_u(_, "get$_addError", "_addError$2", 166); _instance_0_u(_, "get$_close", "_close$0", 0); _instance(A._Completer.prototype, "get$completeError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["completeError$2", "completeError$1"], 514, 0, 0); + }, ["call$2", "call$1"], ["completeError$2", "completeError$1"], 594, 0, 0); _instance(A._AsyncCompleter.prototype, "get$complete", 1, 0, function() { return [null]; - }, ["call$1", "call$0"], ["complete$1", "complete$0"], 894, 0, 0); - _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 162); + }, ["call$1", "call$0"], ["complete$1", "complete$0"], 896, 0, 0); + _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 166); _instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 45); _instance(_, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 514, 0, 0); - _instance_0_i(_, "get$close", "close$0", 244); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 594, 0, 0); + _instance_0_i(_, "get$close", "close$0", 258); _instance_1_i(_, "get$_add", "_add$1", 45); - _instance_2_u(_, "get$_addError", "_addError$2", 162); + _instance_2_u(_, "get$_addError", "_addError$2", 166); _instance_0_u(_, "get$_close", "_close$0", 0); _instance_0_u(_ = A._ControllerSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); - _instance(_ = A._BufferingStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 892, 0, 0); + _instance(_ = A._BufferingStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 894, 0, 0); _instance_0_i(_, "get$resume", "resume$0", 0); - _instance_0_i(_, "get$cancel", "cancel$0", 244); + _instance_0_i(_, "get$cancel", "cancel$0", 258); _instance_0_u(_, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance_1_u(A._PendingEvents.prototype, "get$schedule", "schedule$1", 45); - _instance(_ = A._DoneStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 892, 0, 0); + _instance(_ = A._DoneStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 894, 0, 0); _instance_0_i(_, "get$resume", "resume$0", 0); - _instance_0_i(_, "get$cancel", "cancel$0", 244); + _instance_0_i(_, "get$cancel", "cancel$0", 258); _instance_0_u(_, "get$_onMicrotask", "_onMicrotask$0", 0); _instance_1_u(_ = A._StreamIterator.prototype, "get$_onData", "_onData$1", 45); - _instance_2_u(_, "get$_onError", "_onError$2", 162); + _instance_2_u(_, "get$_onError", "_onError$2", 166); _instance_0_u(_, "get$_onDone", "_onDone$0", 0); _instance_0_u(_ = A._ForwardingStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); @@ -631821,27 +632099,27 @@ _instance_0_u(_ = A._SinkTransformerStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance_1_u(_, "get$_handleData", "_handleData$1", 45); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 162); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 166); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); - _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 550); - _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 263); - _static_2(A, "collection_ListBase__compareAny$closure", "ListBase__compareAny", 473); - _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 473); + _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 620); + _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 240); + _static_2(A, "collection_ListBase__compareAny$closure", "ListBase__compareAny", 587); + _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 587); _instance_1_i(A._LinkedCustomHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); - _instance(_ = A._HashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 505, 0, 0); + _instance(_ = A._HashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 555, 0, 0); _instance_1_i(_, "get$contains", "contains$1", 124); - _instance(_ = A._LinkedHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 505, 0, 0); + _instance(_ = A._LinkedHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 555, 0, 0); _instance_1_i(_, "get$contains", "contains$1", 124); _instance_1_i(A.UnmodifiableSetView.prototype, "get$contains", "contains$1", 124); - _instance(_ = A.SplayTreeSet.prototype, "get$_newSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSet$1$0", "_newSet$0"], 505, 0, 0); + _instance(_ = A.SplayTreeSet.prototype, "get$_newSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSet$1$0", "_newSet$0"], 555, 0, 0); _instance_1_i(_, "get$contains", "contains$1", 124); _static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 32); _instance_0_i(A._JsonDecoderSink.prototype, "get$close", "close$0", 0); _instance_1_i(_ = A._ByteCallbackSink.prototype, "get$add", "add$1", 45); _instance_0_i(_, "get$close", "close$0", 0); - _static_1(A, "core__identityHashCode$closure", "identityHashCode", 263); - _static_2(A, "core__identical$closure", "identical", 550); - _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 3477); + _static_1(A, "core__identityHashCode$closure", "identityHashCode", 240); + _static_2(A, "core__identical$closure", "identical", 620); + _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 3478); _static(A, "core_DateTime___new_tearOff$closure", 1, null, ["call$8", "call$1", "call$2", "call$3", "call$4", "call$5", "call$6", "call$7"], ["DateTime___new_tearOff", function(year) { return A.DateTime___new_tearOff(year, 1, 1, 0, 0, 0, 0, 0); }, function(year, month) { @@ -631856,7 +632134,7 @@ return A.DateTime___new_tearOff(year, month, day, hour, minute, second, 0, 0); }, function(year, month, day, hour, minute, second, millisecond) { return A.DateTime___new_tearOff(year, month, day, hour, minute, second, millisecond, 0); - }], 910, 0); + }], 912, 0); _static(A, "core_DateTime___utc_tearOff$closure", 1, null, ["call$8", "call$1", "call$2", "call$3", "call$4", "call$5", "call$6", "call$7"], ["DateTime___utc_tearOff", function(year) { return A.DateTime___utc_tearOff(year, 1, 1, 0, 0, 0, 0, 0); }, function(year, month) { @@ -631871,67 +632149,67 @@ return A.DateTime___utc_tearOff(year, month, day, hour, minute, second, 0, 0); }, function(year, month, day, hour, minute, second, millisecond) { return A.DateTime___utc_tearOff(year, month, day, hour, minute, second, millisecond, 0); - }], 910, 0); - _static_1(A, "core__GeneratorIterable__id$closure", "_GeneratorIterable__id", 135); + }], 912, 0); + _static_1(A, "core__GeneratorIterable__id$closure", "_GeneratorIterable__id", 133); _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 31); - _static_0(A, "core__Uri__createList$closure", "_Uri__createList", 750); - _static_2(A, "core___toUnmodifiableStringList$closure", "_toUnmodifiableStringList", 3479); + _static_0(A, "core__Uri__createList$closure", "_Uri__createList", 752); + _static_2(A, "core___toUnmodifiableStringList$closure", "_toUnmodifiableStringList", 3480); _instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 124); - _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 894, 0, 0); - _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 174); - _instance_0_i(_ = A._EventStreamSubscription.prototype, "get$cancel", "cancel$0", 244); - _instance(_, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 880, 0, 0); + _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 896, 0, 0); + _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 194); + _instance_0_i(_ = A._EventStreamSubscription.prototype, "get$cancel", "cancel$0", 258); + _instance(_, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 882, 0, 0); _instance_0_i(_, "get$resume", "resume$0", 0); _instance_2_i(A.Database.prototype, "get$transaction", "transaction$2", 2514); _instance_0_u(_ = A._FileStream.prototype, "get$_readBlock", "_readBlock$0", 0); _instance_0_i(_, "get$_io$_start", "_io$_start$0", 0); - _instance_0_i(A._File.prototype, "get$length", "length$0", 371); + _instance_0_i(A._File.prototype, "get$length", "length$0", 439); _instance_0_i(_ = A._RandomAccessFile.prototype, "get$close", "close$0", 19); - _instance_0_i(_, "get$length", "length$0", 371); - _static_1(A, "js___convertToJS$closure", "_convertToJS", 352); - _static_1(A, "js___convertToDart$closure", "_convertToDart", 203); + _instance_0_i(_, "get$length", "length$0", 439); + _static_1(A, "js___convertToJS$closure", "_convertToJS", 406); + _static_1(A, "js___convertToDart$closure", "_convertToDart", 196); _static(A, "math__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) { return A.max(a, b, type$.num); - }], 3480, 1); - _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 3481, 0); - _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 3482, 0); - _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 3483, 0); - _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 157); + }], 3481, 1); + _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 3482, 0); + _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 3483, 0); + _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 3484, 0); + _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 161); _instance_0_u(A._Channel.prototype, "get$_drainStep", "_drainStep$0", 0); - _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 860); - _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 856); + _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 862); + _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 858); _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 124); - _instance_1_u(_ = A.StringCharacterRange.prototype, "get$dropBackWhile", "dropBackWhile$1", 854); - _instance_1_u(_, "get$expandWhile", "expandWhile$1", 854); + _instance_1_u(_ = A.StringCharacterRange.prototype, "get$dropBackWhile", "dropBackWhile$1", 856); + _instance_1_u(_, "get$expandWhile", "expandWhile$1", 856); _instance_1_u(A.CartesianChart.prototype, "get$makeSeries", "makeSeries$1", "MutableSeries(Object?)"); _instance_1_u(_ = A.DomainHighlighter0.prototype, "get$_selectionChanged", "_selectionChanged$1", 45); _instance_1_u(_, "get$_updateColorFunctions", "_updateColorFunctions$1", 45); - _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 846); + _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 848); _instance_1_u(_, "get$_preProcess", "_preProcess$1", 45); _instance_1_u(_, "get$_postProcess", "_postProcess$1", 45); _instance_1_u(_, "get$_legend$_selectionChanged", "_legend$_selectionChanged$1", 45); _instance_1_u(A.SeriesLegend0.prototype, "get$onData", "onData$1", 45); _instance_1_u(_ = A.LinePointHighlighter0.prototype, "get$_line_point_highlighter$_selectionChanged", "_line_point_highlighter$_selectionChanged$1", 45); _instance_0_u(_, "get$_updateViewData", "_updateViewData$0", 0); - _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 454); - _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 454); + _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 460); + _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 460); _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 1152, 0, 0); _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 1154, 0, 0); - _instance_1_u(A.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 840); + _instance_1_u(A.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 842); _instance_0_u(A.BaseChartState.prototype, "get$_animationTick", "_animationTick$0", 0); _instance_1_u(A.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 1417); - _instance_1_u(_ = A.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 58); - _instance_1_u(_, "get$onTapUp", "onTapUp$1", 123); + _instance_1_u(_ = A.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 57); + _instance_1_u(_, "get$onTapUp", "onTapUp$1", 121); _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 491); - _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 836); - _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 357); - _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 550); - _instance_1_i(_, "get$hash", "hash$1", 263); + _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 838); + _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 414); + _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 620); + _instance_1_i(_, "get$hash", "hash$1", 240); _instance_1_u(_, "get$isValidKey", "isValidKey$1", 124); - _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 371); - _instance_0_i(_ = A.XFile.prototype, "get$length", "length$0", 371); + _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 439); + _instance_0_i(_ = A.XFile.prototype, "get$length", "length$0", 439); _instance_1_u(_, "get$_blobToByteBuffer", "_blobToByteBuffer$1", 1498); - _instance_1_u(A.DesktopDropWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 185); + _instance_1_u(A.DesktopDropWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 183); _instance_1_u(A._DropTargetState.prototype, "get$_onDropEvent", "_onDropEvent$1", 1651); _instance(_ = A.AnimationController.prototype, "get$reverse", 1, 0, null, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 1719, 0, 0); _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 1720); @@ -631945,83 +632223,83 @@ _instance_0_u(A.AnimationLocalListenersMixin.prototype, "get$notifyListeners", "notifyListeners$0", 0); _instance_1_u(A.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 47); _instance_1_i(A._Interval.prototype, "get$value", "value$1", 7); - _instance_1_u(_ = A._CupertinoButtonState.prototype, "get$_handleTapDown", "_handleTapDown$1", 58); - _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 123); + _instance_1_u(_ = A._CupertinoButtonState.prototype, "get$_handleTapDown", "_handleTapDown$1", 57); + _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 121); _instance_0_u(_, "get$_handleTapCancel", "_handleTapCancel$0", 0); _instance_1_u(A._CupertinoCheckboxState.prototype, "get$onFocusChange", "onFocusChange$1", 13); - _instance_1_u(_ = A._CupertinoDesktopTextSelectionToolbarButtonState.prototype, "get$_onEnter", "_onEnter$1", 133); + _instance_1_u(_ = A._CupertinoDesktopTextSelectionToolbarButtonState.prototype, "get$_onEnter", "_onEnter$1", 135); _instance_1_u(_, "get$_onExit", "_onExit$1", 112); _instance_0_u(A._CupertinoTextMagnifierState.prototype, "get$_magnifier0$_determineMagnifierPositionAndFocalPoint", "_magnifier0$_determineMagnifierPositionAndFocalPoint$0", 0); _instance_1_u(_ = A._CupertinoRadioState.prototype, "get$_radio0$_handleChanged", "_radio0$_handleChanged$1", 17); _instance_1_u(_, "get$onFocusChange", "onFocusChange$1", 13); _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 77); - _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 74); - _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 92); + _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 75); + _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 91); _instance_0_u(_, "get$_route$_handleDragCancel", "_route$_handleDragCancel$0", 0); - _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 199); + _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 195); _instance_0_u(A._CupertinoScrollbarState.prototype, "get$handleThumbPress", "handleThumbPress$0", 0); - _static(A, "text_selection_toolbar0_CupertinoTextSelectionToolbar__defaultToolbarBuilder$closure", 4, null, ["call$4"], ["CupertinoTextSelectionToolbar__defaultToolbarBuilder"], 3484, 0); - _instance_1_u(_ = A._CupertinoTextSelectionToolbarContentState.prototype, "get$_onHorizontalDragEnd", "_onHorizontalDragEnd$1", 92); + _static(A, "text_selection_toolbar0_CupertinoTextSelectionToolbar__defaultToolbarBuilder$closure", 4, null, ["call$4"], ["CupertinoTextSelectionToolbar__defaultToolbarBuilder"], 3485, 0); + _instance_1_u(_ = A._CupertinoTextSelectionToolbarContentState.prototype, "get$_onHorizontalDragEnd", "_onHorizontalDragEnd$1", 91); _instance_0_u(_, "get$_handleNextPage", "_handleNextPage$0", 0); _instance_0_u(_, "get$_handlePreviousPage", "_handlePreviousPage$0", 0); _instance_1_u(_, "get$_statusListener", "_statusListener$1", 47); - _instance_1_u(_ = A._CupertinoTextSelectionToolbarButtonState.prototype, "get$_onTapDown", "_onTapDown$1", 58); - _instance_1_u(_, "get$_onTapUp", "_onTapUp$1", 123); + _instance_1_u(_ = A._CupertinoTextSelectionToolbarButtonState.prototype, "get$_onTapDown", "_onTapDown$1", 57); + _instance_1_u(_, "get$_onTapUp", "_onTapUp$1", 121); _instance_0_u(_, "get$_onTapCancel", "_onTapCancel$0", 0); - _instance_1_u(_ = A.ToggleableStateMixin.prototype, "get$_toggleable0$_handleTapDown", "_toggleable0$_handleTapDown$1", 58); + _instance_1_u(_ = A.ToggleableStateMixin.prototype, "get$_toggleable0$_handleTapDown", "_toggleable0$_handleTapDown$1", 57); _instance(_, "get$_toggleable0$_handleTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_toggleable0$_handleTap$1", "_toggleable0$_handleTap$0"], 601, 0, 0); - _instance(_, "get$_toggleable0$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_toggleable0$_handleTapEnd$1", "_toggleable0$_handleTapEnd$0"], 831, 0, 0); + }, ["call$1", "call$0"], ["_toggleable0$_handleTap$1", "_toggleable0$_handleTap$0"], 552, 0, 0); + _instance(_, "get$_toggleable0$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_toggleable0$_handleTapEnd$1", "_toggleable0$_handleTapEnd$0"], 833, 0, 0); _instance_1_u(_, "get$_toggleable0$_handleFocusHighlightChanged", "_toggleable0$_handleFocusHighlightChanged$1", 13); _static(A, "assertions_FlutterError_dumpErrorToConsole$closure", 1, null, ["call$2$forceReport", "call$1"], ["FlutterError_dumpErrorToConsole", function(details) { return A.FlutterError_dumpErrorToConsole(details, false); - }], 3485, 0); - _static_1(A, "assertions_FlutterError_defaultStackFilter$closure", "FlutterError_defaultStackFilter", 488); - _static_1(A, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 3486); - _instance_1_i(_ = A.ChangeNotifier.prototype, "get$addListener", "addListener$1", 245); - _instance_1_i(_, "get$removeListener", "removeListener$1", 245); + }], 3486, 0); + _static_1(A, "assertions_FlutterError_defaultStackFilter$closure", "FlutterError_defaultStackFilter", 448); + _static_1(A, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 3487); + _instance_1_i(_ = A.ChangeNotifier.prototype, "get$addListener", "addListener$1", 239); + _instance_1_i(_, "get$removeListener", "removeListener$1", 239); _instance_0_u(_, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$notifyListeners", "notifyListeners$0", 0); - _instance_1_i(A.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 830); - _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 3487); + _instance_1_i(A.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 832); + _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 3488); _instance_1_u(_ = A.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 2592); _instance_1_u(_, "get$_devicePixelRatioForView", "_devicePixelRatioForView$1", 2595); - _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 61); + _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 63); _instance_0_u(_, "get$_flushPointerEventQueue", "_flushPointerEventQueue$0", 0); - _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 110); + _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 108); _instance_0_u(_, "get$_handleSampleTimeChanged", "_handleSampleTimeChanged$0", 0); - _static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 3488, 0); - _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 110); - _static_1(A, "long_press_LongPressGestureRecognizer__defaultButtonAcceptBehavior$closure", "LongPressGestureRecognizer__defaultButtonAcceptBehavior", 138); - _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 761); - _static_1(A, "monodrag_DragGestureRecognizer__defaultButtonAcceptBehavior$closure", "DragGestureRecognizer__defaultButtonAcceptBehavior", 138); - _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 110); - _static_1(A, "multidrag_MultiDragGestureRecognizer__defaultButtonAcceptBehavior$closure", "MultiDragGestureRecognizer__defaultButtonAcceptBehavior", 138); - _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 110); - _instance_1_u(_, "get$_removeState", "_removeState$1", 61); + _static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 3489, 0); + _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 108); + _static_1(A, "long_press_LongPressGestureRecognizer__defaultButtonAcceptBehavior$closure", "LongPressGestureRecognizer__defaultButtonAcceptBehavior", 148); + _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 763); + _static_1(A, "monodrag_DragGestureRecognizer__defaultButtonAcceptBehavior$closure", "DragGestureRecognizer__defaultButtonAcceptBehavior", 148); + _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 108); + _static_1(A, "multidrag_MultiDragGestureRecognizer__defaultButtonAcceptBehavior$closure", "MultiDragGestureRecognizer__defaultButtonAcceptBehavior", 148); + _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 108); + _instance_1_u(_, "get$_removeState", "_removeState$1", 63); _instance_0_u(A._DelayedPointerState.prototype, "get$_delayPassed", "_delayPassed$0", 0); - _static_1(A, "multitap_DoubleTapGestureRecognizer__defaultButtonAcceptBehavior$closure", "DoubleTapGestureRecognizer__defaultButtonAcceptBehavior", 138); + _static_1(A, "multitap_DoubleTapGestureRecognizer__defaultButtonAcceptBehavior$closure", "DoubleTapGestureRecognizer__defaultButtonAcceptBehavior", 148); _instance_0_u(A._CountdownZoned.prototype, "get$_onTimeout", "_onTimeout$0", 0); - _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 110); + _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 108); _instance_1_u(_, "get$_reject", "_reject$1", 2680); _instance_0_u(_, "get$_multitap$_reset", "_multitap$_reset$0", 0); - _static_1(A, "recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure", "GestureRecognizer__defaultButtonAcceptBehavior", 138); - _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 61, 0, 1); - _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 110); - _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 110); - _instance_1_u(_ = A._TapStatusTrackerMixin.prototype, "get$handleEvent", "handleEvent$1", 110); + _static_1(A, "recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure", "GestureRecognizer__defaultButtonAcceptBehavior", 148); + _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 63, 0, 1); + _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 108); + _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 108); + _instance_1_u(_ = A._TapStatusTrackerMixin.prototype, "get$handleEvent", "handleEvent$1", 108); _instance_0_u(_, "get$_consecutiveTapTimerTimeout", "_consecutiveTapTimerTimeout$0", 0); - _instance_1_u(A.BaseTapAndDragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 110); - _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 923, 0, 0); - _instance_2_u(_, "get$_packagesView", "_packagesView$2", 820); - _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 3040); - _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 181); - _instance_1_u(A._AppBarState.prototype, "get$_app_bar$_handleScrollNotification", "_app_bar$_handleScrollNotification$1", 3061); + _instance_1_u(A.BaseTapAndDragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 108); + _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 925, 0, 0); + _instance_2_u(_, "get$_packagesView", "_packagesView$2", 822); + _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 3036); + _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 182); + _instance_1_u(A._AppBarState.prototype, "get$_app_bar$_handleScrollNotification", "_app_bar$_handleScrollNotification$1", 3056); _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 77); - _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 74); - _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 92); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 818); + _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 75); + _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 91); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 820); _instance_1_u(_, "get$_handleDragHandleHover", "_handleDragHandleHover$1", 13); _instance_1_u(_ = A._RenderInputPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); @@ -632032,36 +632310,36 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); - _instance_1_u(_ = A._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 322); - _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 322); - _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 322); - _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 322); - _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 61); + _instance_1_u(_ = A._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 329); + _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 329); + _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 329); + _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 329); + _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 63); _instance_0_u(_, "get$_handleNextMonth", "_handleNextMonth$0", 0); _instance_0_u(_, "get$_handlePreviousMonth", "_handlePreviousMonth$0", 0); _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 13); - _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 3208); - _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 3216); - _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 3250); - _instance_2_u(_, "get$_buildItems", "_buildItems$2", 97); - _instance_2_u(A._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 97); + _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 3195); + _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 3196); + _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 3209); + _instance_2_u(_, "get$_buildItems", "_buildItems$2", 96); + _instance_2_u(A._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 96); _instance_0_u(A.CheckboxListTile.prototype, "get$_handleValueChange", "_handleValueChange$0", 0); - _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 3313); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 812); + _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 3309); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 814); _instance_0_u(_ = A._SortArrowState.prototype, "get$_data_table$_rebuild", "_data_table$_rebuild$0", 0); _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 47); _instance_0_u(_ = A._DatePickerDialogState.prototype, "get$_handleOk", "_handleOk$0", 0); _instance_0_u(_, "get$_handleCancel", "_handleCancel$0", 0); _instance_0_u(_, "get$_handleEntryModeToggle", "_handleEntryModeToggle$0", 0); - _instance_1_u(_, "get$_handleDateChanged", "_handleDateChanged$1", 322); - _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 3489, 0); + _instance_1_u(_, "get$_handleDateChanged", "_handleDateChanged$1", 329); + _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 3490, 0); _instance_0_u(_ = A.DrawerControllerState.prototype, "get$_animationChanged", "_animationChanged$0", 0); _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 47); _instance_0_u(_, "get$_handleHistoryEntryRemoved", "_handleHistoryEntryRemoved$0", 0); - _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 571); + _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 492); _instance_0_u(_, "get$_handleDragCancel", "_handleDragCancel$0", 0); - _instance_1_u(_, "get$_move", "_move$1", 74); - _instance_1_u(_, "get$_settle", "_settle$1", 92); + _instance_1_u(_, "get$_move", "_move$1", 75); + _instance_1_u(_, "get$_settle", "_settle$1", 91); _instance_0_i(_, "get$close", "close$0", 0); _instance_1_u(_ = A._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 13); _instance_0_u(_, "get$_handleOnTap", "_handleOnTap$0", 0); @@ -632077,35 +632355,35 @@ _instance_1_u(A.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 47); _instance_1_u(A.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 47); _instance_1_u(_ = A.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 946); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 812); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 814); _instance_1_u(_ = A._InkResponseState.prototype, "get$activateOnIntent", "activateOnIntent$1", 947); - _instance(_, "get$simulateTap", 0, 0, null, ["call$1", "call$0"], ["simulateTap$1", "simulateTap$0"], 601, 0, 0); + _instance(_, "get$simulateTap", 0, 0, null, ["call$1", "call$0"], ["simulateTap$1", "simulateTap$0"], 552, 0, 0); _instance_0_u(_, "get$simulateLongPress", "simulateLongPress$0", 0); _instance_0_u(_, "get$handleStatesControllerChange", "handleStatesControllerChange$0", 0); - _instance_1_u(_, "get$handleFocusHighlightModeChange", "handleFocusHighlightModeChange$1", 810); + _instance_1_u(_, "get$handleFocusHighlightModeChange", "handleFocusHighlightModeChange$1", 812); _instance_1_u(_, "get$handleFocusUpdate", "handleFocusUpdate$1", 13); - _instance_1_u(_, "get$handleTapDown", "handleTapDown$1", 58); - _instance_1_u(_, "get$handleTapUp", "handleTapUp$1", 123); - _instance_1_u(_, "get$handleSecondaryTapDown", "handleSecondaryTapDown$1", 58); - _instance_1_u(_, "get$handleSecondaryTapUp", "handleSecondaryTapUp$1", 123); + _instance_1_u(_, "get$handleTapDown", "handleTapDown$1", 57); + _instance_1_u(_, "get$handleTapUp", "handleTapUp$1", 121); + _instance_1_u(_, "get$handleSecondaryTapDown", "handleSecondaryTapDown$1", 57); + _instance_1_u(_, "get$handleSecondaryTapUp", "handleSecondaryTapUp$1", 121); _instance_0_u(_, "get$handleTap", "handleTap$0", 0); _instance_0_u(_, "get$handleTapCancel", "handleTapCancel$0", 0); _instance_0_u(_, "get$handleDoubleTap", "handleDoubleTap$0", 0); _instance_0_u(_, "get$handleLongPress", "handleLongPress$0", 0); _instance_0_u(_, "get$handleSecondaryTap", "handleSecondaryTap$0", 0); _instance_0_u(_, "get$handleSecondaryTapCancel", "handleSecondaryTapCancel$0", 0); - _instance_1_u(_, "get$handleMouseEnter", "handleMouseEnter$1", 133); + _instance_1_u(_, "get$handleMouseEnter", "handleMouseEnter$1", 135); _instance_1_u(_, "get$handleMouseExit", "handleMouseExit$1", 112); - _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 147); - _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 96); + _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 152); + _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 100); _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 15); _instance_0_u(A._HelperErrorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = A._RenderDecoration.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); - _instance_1_u(_, "get$_childSemanticsConfigurationDelegate", "_childSemanticsConfigurationDelegate$1", 808); - _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 94); + _instance_1_u(_, "get$_childSemanticsConfigurationDelegate", "_childSemanticsConfigurationDelegate$1", 810); + _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 93); _instance_0_u(A._InputDecoratorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = A._RenderListTile.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); @@ -632122,9 +632400,9 @@ _instance_0_u(A.PopupMenuItemState.prototype, "get$handleTap", "handleTap$0", 0); _instance_0_u(A.PopupMenuButtonState.prototype, "get$showButtonMenu", "showButtonMenu$0", 0); _instance_1_u(A._RadioState.prototype, "get$_radio$_handleChanged", "_radio$_handleChanged$1", 17); - _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 178); + _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 179); _instance_1_u(_, "get$_handleIndicatorNotification", "_handleIndicatorNotification$1", 1125); - _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 97); + _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 96); _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 1126, 0, 0); _instance_1_u(_ = A._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 47); _instance_0_u(_, "get$_onProgressChanged", "_onProgressChanged$0", 0); @@ -632135,20 +632413,20 @@ _instance_1_u(_, "get$_scaffold$_handleDragStart", "_scaffold$_handleDragStart$1", 77); _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 1142, 0, 0); _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 47); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 818); - _static(A, "scrollbar_theme___lerpBool$closure", 3, null, ["call$3"], ["_lerpBool"], 3490, 0); - _static_2(A, "selectable_text_SelectableText__defaultContextMenuBuilder$closure", "SelectableText__defaultContextMenuBuilder", 387); - _instance_1_u(_ = A._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 170); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 170); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 295); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 298); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 238); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 820); + _static(A, "scrollbar_theme___lerpBool$closure", 3, null, ["call$3"], ["_lerpBool"], 3491, 0); + _static_2(A, "selectable_text_SelectableText__defaultContextMenuBuilder$closure", "SelectableText__defaultContextMenuBuilder", 413); + _instance_1_u(_ = A._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 178); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 178); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 309); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 294); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 211); _instance_0_u(_ = A._SelectableTextState.prototype, "get$_onControllerChanged", "_onControllerChanged$0", 0); - _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 535); + _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 570); _instance_0_u(_, "get$_selectable_text$_handleSelectionHandleTapped", "_selectable_text$_handleSelectionHandleTapped$0", 0); _instance_1_u(_ = A._MaterialSwitchState.prototype, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 77); - _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 74); - _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 92); + _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 75); + _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 91); _instance_1_u(_, "get$_switch$_handleChanged", "_switch$_handleChanged$1", 17); _instance_0_u(_ = A._SwitchPainter.prototype, "get$_handleDecorationChanged", "_handleDecorationChanged$0", 0); _instance_0_u(_, "get$dispose", "dispose$0", 0); @@ -632158,41 +632436,41 @@ _instance_0_u(_, "get$_handleTabControllerTick", "_handleTabControllerTick$0", 0); _instance(_, "get$_saveTabOffsets", 0, 3, null, ["call$3"], ["_saveTabOffsets$3"], 1165, 0, 0); _instance_0_u(_ = A._TabBarViewState.prototype, "get$_handleTabControllerAnimationTick", "_handleTabControllerAnimationTick$0", 0); - _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 178); - _static_2(A, "text_field_TextField__defaultContextMenuBuilder$closure", "TextField__defaultContextMenuBuilder", 387); - _instance_1_u(_ = A._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 170); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 170); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 298); + _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 179); + _static_2(A, "text_field_TextField__defaultContextMenuBuilder$closure", "TextField__defaultContextMenuBuilder", 413); + _instance_1_u(_ = A._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 178); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 178); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 294); _instance_0_u(_, "get$onUserTap", "onUserTap$0", 0); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 238); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 211); _instance_0_u(_ = A._TextFieldState.prototype, "get$_text_field$_handleFocusChanged", "_text_field$_handleFocusChanged$0", 0); - _instance_2_u(_, "get$_text_field$_handleSelectionChanged", "_text_field$_handleSelectionChanged$2", 535); + _instance_2_u(_, "get$_text_field$_handleSelectionChanged", "_text_field$_handleSelectionChanged$2", 570); _instance_0_u(_, "get$_handleSelectionHandleTapped", "_handleSelectionHandleTapped$0", 0); _instance_0_u(_, "get$_handleStatesControllerChange", "_handleStatesControllerChange$0", 0); - _static_2(A, "text_form_field_TextFormField__defaultContextMenuBuilder$closure", "TextFormField__defaultContextMenuBuilder", 387); + _static_2(A, "text_form_field_TextFormField__defaultContextMenuBuilder$closure", "TextFormField__defaultContextMenuBuilder", 413); _instance_0_u(A._TextFormFieldState.prototype, "get$_handleControllerChanged", "_handleControllerChanged$0", 0); - _static_2(A, "text_selection_toolbar_TextSelectionToolbar__defaultToolbarBuilder$closure", "TextSelectionToolbar__defaultToolbarBuilder", 3492); + _static_2(A, "text_selection_toolbar_TextSelectionToolbar__defaultToolbarBuilder$closure", "TextSelectionToolbar__defaultToolbarBuilder", 3493); _instance_1_u(_ = A._RenderInputPadding2.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); _instance_1_u(_ = A._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 77); - _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 74); - _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 92); - _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 123); - _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 96); + _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 75); + _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 91); + _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 121); + _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 100); _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 15); - _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 96); - _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 555); - _instance_1_u(_, "get$_validateHour", "_validateHour$1", 147); - _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 147); - _instance_1_u(_ = A._TimePickerDialogState.prototype, "get$_handleTimeChanged", "_handleTimeChanged$1", 555); + _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 100); + _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 582); + _instance_1_u(_, "get$_validateHour", "_validateHour$1", 152); + _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 152); + _instance_1_u(_ = A._TimePickerDialogState.prototype, "get$_handleTimeChanged", "_handleTimeChanged$1", 582); _instance_1_u(_, "get$_handleEntryModeChanged", "_handleEntryModeChanged$1", 1231); _instance_0_u(_, "get$_toggleEntryMode", "_toggleEntryMode$0", 0); _instance_0_u(_, "get$_time_picker0$_handleCancel", "_time_picker0$_handleCancel$0", 0); _instance_0_u(_, "get$_time_picker0$_handleOk", "_time_picker0$_handleOk$0", 0); _instance_1_u(_ = A._TimePickerState0.prototype, "get$_handleHourMinuteModeChanged", "_handleHourMinuteModeChanged$1", 1252); - _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 555); + _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 582); _instance_0_u(_, "get$_handleHourDoubleTapped", "_handleHourDoubleTapped$0", 0); _instance_0_u(_, "get$_handleMinuteDoubleTapped", "_handleMinuteDoubleTapped$0", 0); _instance_0_u(_, "get$_handleHourSelected", "_handleHourSelected$0", 0); @@ -632204,38 +632482,38 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); - _instance_1_u(_ = A.ToggleableStateMixin0.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 58); + _instance_1_u(_ = A.ToggleableStateMixin0.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 57); _instance(_, "get$_toggleable$_handleTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 601, 0, 0); - _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 831, 0, 0); + }, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 552, 0, 0); + _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 833, 0, 0); _instance_1_u(_, "get$_handleFocusHighlightChanged", "_handleFocusHighlightChanged$1", 13); _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 13); _instance_0_u(A.ToggleablePainter0.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A.TooltipState.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 47); - _instance_1_u(_, "get$_tooltip$_handlePointerDown", "_tooltip$_handlePointerDown$1", 199); - _instance_1_u(_, "get$_handleGlobalPointerEvent", "_handleGlobalPointerEvent$1", 110); + _instance_1_u(_, "get$_tooltip$_handlePointerDown", "_tooltip$_handlePointerDown$1", 195); + _instance_1_u(_, "get$_handleGlobalPointerEvent", "_handleGlobalPointerEvent$1", 108); _instance_0_u(_, "get$_handleTapToDismiss", "_handleTapToDismiss$0", 0); _instance_0_u(_, "get$_handleLongPress", "_handleLongPress$0", 0); _instance_0_u(_, "get$_handlePressUp", "_handlePressUp$0", 0); - _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 133); + _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 135); _instance_1_u(_, "get$_handleMouseExit", "_handleMouseExit$1", 112); _instance_1_u(_, "get$_buildTooltipOverlay", "_buildTooltipOverlay$1", 44); _instance(_ = A.PaintingBinding.prototype, "get$instantiateImageCodecFromBuffer", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodecFromBuffer$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodecFromBuffer$1"], 1258, 0, 0); _instance(_, "get$instantiateImageCodecWithSize", 0, 1, null, ["call$2$getTargetSize", "call$1"], ["instantiateImageCodecWithSize$2$getTargetSize", "instantiateImageCodecWithSize$1"], 1260, 0, 0); - _static(A, "borders_OutlinedBorder_lerp$closure", 3, null, ["call$3"], ["OutlinedBorder_lerp"], 3493, 0); - _static(A, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 3494, 0); - _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 799); + _static(A, "borders_OutlinedBorder_lerp$closure", 3, null, ["call$3"], ["OutlinedBorder_lerp"], 3494, 0); + _static(A, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 3495, 0); + _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 801); _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 1304); - _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 914); + _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 916); _instance_1_u(_, "get$_handleAppFrame", "_handleAppFrame$1", 11); - _instance_1_i(_, "get$addListener", "addListener$1", 799); + _instance_1_i(_, "get$addListener", "addListener$1", 801); _instance_2_u(A.WordBoundary.prototype, "get$_skipSpacesAndPunctuations", "_skipSpacesAndPunctuations$2", 1349); - _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 3495, 0); + _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 3496, 0); _instance_1_i(_ = A.FrictionSimulation.prototype, "get$x", "x$1", 7); _instance_1_i(_, "get$dx", "dx$1", 7); _instance_1_u(A.RenderAnimatedSize.prototype, "get$_animationStatusListener", "_animationStatusListener$1", 47); - _static_1(A, "binding2__DefaultRootPipelineOwner__onSemanticsUpdate$closure", "_DefaultRootPipelineOwner__onSemanticsUpdate", 798); + _static_1(A, "binding2__DefaultRootPipelineOwner__onSemanticsUpdate$closure", "_DefaultRootPipelineOwner__onSemanticsUpdate", 800); _instance_1_u(_ = A.RendererBinding.prototype, "get$_handleWebFirstFrame", "_handleWebFirstFrame$1", 11); _instance_1_u(_, "get$_handlePersistentFrameCallback", "_handlePersistentFrameCallback$1", 11); _instance_0_u(A._BindingPipelineManifold.prototype, "get$dispose", "dispose$0", 0); @@ -632244,7 +632522,7 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); _instance_0_u(_, "get$markNeedsLayout", "markNeedsLayout$0", 0); - _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 94); + _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 93); _instance_1_u(_ = A.RenderCustomMultiChildLayoutBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); @@ -632265,10 +632543,10 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); - _instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 58); + _instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 57); _instance_0_u(_, "get$_handleTap", "_handleTap$0", 0); _instance_0_u(_, "get$_editable$_handleLongPress", "_editable$_handleLongPress$0", 0); - _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 94); + _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 93); _instance_1_u(_ = A.RenderErrorBox.prototype, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); _instance_1_u(_ = A.RenderFlex.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); @@ -632283,16 +632561,16 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); - _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 66); - _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 66); + _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 65); + _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 65); _instance_0_u(A.PipelineOwner.prototype, "get$_updateSemanticsOwner", "_updateSemanticsOwner$0", 0); - _instance_1_u(_ = A.RenderObject.prototype, "get$redepthChild", "redepthChild$1", 66); - _instance_1_u(_, "get$dropChild", "dropChild$1", 66); + _instance_1_u(_ = A.RenderObject.prototype, "get$redepthChild", "redepthChild$1", 65); + _instance_1_u(_, "get$dropChild", "dropChild$1", 65); _instance_0_u(_, "get$markNeedsPaint", "markNeedsPaint$0", 0); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 94, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 93, 0, 1); _instance_0_u(_, "get$markNeedsSemanticsUpdate", "markNeedsSemanticsUpdate$0", 0); _instance(_, "get$_marksExplicitInMergeGroup", 0, 1, null, ["call$2$isMergeUp", "call$1"], ["_marksExplicitInMergeGroup$2$isMergeUp", "_marksExplicitInMergeGroup$1"], 1376, 0, 0); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 421, 0, 0); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 411, 0, 0); _instance_1_u(_ = A.ContainerRenderObjectMixin.prototype, "get$childBefore", "childBefore$1", "ContainerRenderObjectMixin.0?(Object?)"); _instance_1_u(_, "get$childAfter", "childAfter$1", "ContainerRenderObjectMixin.0?(Object?)"); _instance_0_u(A.RelayoutWhenSystemFontsChangeMixin.prototype, "get$_scheduleSystemFontsUpdate", "_scheduleSystemFontsUpdate$0", 0); @@ -632300,13 +632578,13 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); - _instance_1_u(_, "get$_childSemanticsConfigurationsDelegate", "_childSemanticsConfigurationsDelegate$1", 808); - _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 110); + _instance_1_u(_, "get$_childSemanticsConfigurationsDelegate", "_childSemanticsConfigurationsDelegate$1", 810); + _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 108); _instance_1_u(_ = A.RenderProxyBoxMixin.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 94, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 93, 0, 1); _instance_1_u(_ = A.RenderConstrainedBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); @@ -632348,7 +632626,7 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 94, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 93, 0, 1); _instance_1_u(_ = A.RenderPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); @@ -632366,13 +632644,13 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); _instance(A.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition"], ["hitTest$3$crossAxisPosition$mainAxisPosition"], 1411, 0, 0); - _instance(A.RenderSliverPinnedPersistentHeader.prototype, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 421, 0, 0); + _instance(A.RenderSliverPinnedPersistentHeader.prototype, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 411, 0, 0); _instance_1_u(_ = A.RenderStack.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); - _instance_2_u(_, "get$paintStack", "paintStack$2", 94); - _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 94); + _instance_2_u(_, "get$paintStack", "paintStack$2", 93); + _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 93); _instance_1_u(_ = A.RenderTable.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); @@ -632381,15 +632659,15 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); - _instance_2_u(_, "get$_paintContents", "_paintContents$2", 94); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 421, 0, 0); + _instance_2_u(_, "get$_paintContents", "_paintContents$2", 93); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 411, 0, 0); _instance_1_u(_ = A.RenderWrap.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); - _static_2(A, "binding1_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 3496); - _static(A, "binding1__defaultSchedulingStrategy$closure", 0, null, ["call$2$priority$scheduler"], ["defaultSchedulingStrategy"], 3497, 0); - _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 546); + _static_2(A, "binding1_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 3497); + _static(A, "binding1__defaultSchedulingStrategy$closure", 0, null, ["call$2$priority$scheduler"], ["defaultSchedulingStrategy"], 3498, 0); + _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 614); _instance_0_u(_, "get$_runTasks", "_runTasks$0", 0); _instance_1_u(_, "get$_handleBeginFrame", "_handleBeginFrame$1", 11); _instance_0_u(_, "get$_handleDrawFrame", "_handleDrawFrame$0", 0); @@ -632399,55 +632677,55 @@ _instance_0_u(_ = A.SemanticsBinding.prototype, "get$_didDisposeSemanticsHandle", "_didDisposeSemanticsHandle$0", 0); _instance_0_u(_, "get$_handleSemanticsEnabledChanged", "_handleSemanticsEnabledChanged$0", 0); _instance_1_u(_, "get$_handleSemanticsActionEvent", "_handleSemanticsActionEvent$1", 1420); - _instance_1_u(_ = A.SemanticsNode.prototype, "get$_redepthChild", "_redepthChild$1", 788); - _instance_1_u(_, "get$_updateChildMergeFlagRecursively", "_updateChildMergeFlagRecursively$1", 788); + _instance_1_u(_ = A.SemanticsNode.prototype, "get$_redepthChild", "_redepthChild$1", 790); + _instance_1_u(_, "get$_updateChildMergeFlagRecursively", "_updateChildMergeFlagRecursively$1", 790); _instance_0_u(A.SemanticsOwner.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A.SemanticsConfiguration.prototype, "get$_onCustomSemanticsAction", "_onCustomSemanticsAction$1", 45); _instance_1_u(_, "get$addTagForChildren", "addTagForChildren$1", 1451); - _static_1(A, "binding3_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 3498); + _static_1(A, "binding3_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 3499); _instance_0_u(_ = A.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 1460); _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 1488); - _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 185); - _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 614); + _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 183); + _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 452); _instance_1_u(_, "get$handleRawKeyMessage", "handleRawKeyMessage$1", 1490); _instance_1_u(_, "get$_convertRawEventAndStore", "_convertRawEventAndStore$1", 1491); - _instance_1_u(_ = A.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 515); + _instance_1_u(_ = A.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 562); _instance_0_u(_, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.RestorationBucket.prototype, "get$_restoration$_dropChild", "_restoration$_dropChild$1", 781); - _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 781); + _instance_1_u(_ = A.RestorationBucket.prototype, "get$_restoration$_dropChild", "_restoration$_dropChild$1", 783); + _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 783); _instance_1_u(A.TextInputClient.prototype, "get$performSelector", "performSelector$1", 15); - _instance_1_u(A.TextInput.prototype, "get$_loudlyHandleTextInputInvocation", "_loudlyHandleTextInputInvocation$1", 185); - _instance_1_u(A.UndoManager.prototype, "get$_handleUndoManagerInvocation", "_handleUndoManagerInvocation$1", 185); + _instance_1_u(A.TextInput.prototype, "get$_loudlyHandleTextInputInvocation", "_loudlyHandleTextInputInvocation$1", 183); + _instance_1_u(A.UndoManager.prototype, "get$_handleUndoManagerInvocation", "_handleUndoManagerInvocation$1", 183); _instance_1_u(A._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 1536); _instance_1_u(A._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 1556); - _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 810); - _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 133); + _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 812); + _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 135); _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 112); _instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 13); - _static(A, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 3499, 0); - _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 589); - _static_2(A, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 3500); + _static(A, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 3500, 0); + _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 490); + _static_2(A, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 3501); _instance_1_u(A._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 1558); - _instance_1_u(_ = A._WidgetsAppState.prototype, "get$_defaultOnNavigationNotification", "_defaultOnNavigationNotification$1", 538); + _instance_1_u(_ = A._WidgetsAppState.prototype, "get$_defaultOnNavigationNotification", "_defaultOnNavigationNotification$1", 566); _instance_1_u(_, "get$_onGenerateRoute", "_onGenerateRoute$1", 1603); - _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 779); - _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 603); + _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 781); + _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 466); _instance_0_u(_ = A._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 19); _instance_0_u(_, "get$_onChangedFocus", "_onChangedFocus$0", 0); _instance_0_u(_, "get$_onFieldSubmitted", "_onFieldSubmitted$0", 0); _instance_1_u(_, "get$_select", "_select$1", 45); _instance_1_u(_, "get$_highlightPreviousOption", "_highlightPreviousOption$1", 1609); _instance_1_u(_, "get$_highlightNextOption", "_highlightNextOption$1", 1610); - _instance_1_u(_, "get$_hideOptions", "_hideOptions$1", 778); + _instance_1_u(_, "get$_hideOptions", "_hideOptions$1", 780); _instance_1_u(A._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 1645); _instance_0_u(A.KeepAliveHandle.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = A.WidgetsBinding.prototype, "get$handleLocaleChanged", "handleLocaleChanged$0", 0); - _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 185); + _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 183); _instance_0_u(_, "get$_handleBuildScheduled", "_handleBuildScheduled$0", 0); _instance_0_u(_ = A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding.prototype, "get$handleMetricsChanged", "handleMetricsChanged$0", 0); _instance_0_u(_, "get$handleTextScaleFactorChanged", "handleTextScaleFactorChanged$0", 0); _instance_0_u(_, "get$handlePlatformBrightnessChanged", "handlePlatformBrightnessChanged$0", 0); - _instance_1_u(_, "get$handleAppLifecycleStateChanged", "handleAppLifecycleStateChanged$1", 3474); + _instance_1_u(_, "get$handleAppLifecycleStateChanged", "handleAppLifecycleStateChanged$1", 3475); _instance_0_u(A._DraggableScrollableSheetScrollPosition.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(A._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 47); _instance_0_u(_ = A.EditableTextState.prototype, "get$_onChangedClipboardStatus", "_onChangedClipboardStatus$0", 0); @@ -632462,27 +632740,27 @@ _instance_1_u(_, "get$_compositeCallback", "_compositeCallback$1", 1713); _instance(_, "get$_schedulePeriodicPostFrameCallbacks", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_schedulePeriodicPostFrameCallbacks$1", "_schedulePeriodicPostFrameCallbacks$0"], 775, 0, 0); + }, ["call$1", "call$0"], ["_schedulePeriodicPostFrameCallbacks$1", "_schedulePeriodicPostFrameCallbacks$0"], 777, 0, 0); _instance_1_u(_, "get$performSelector", "performSelector$1", 15); - _instance(_, "get$_moveBeyondTextBoundary", 0, 3, null, ["call$3"], ["_moveBeyondTextBoundary$3"], 774, 0, 0); - _instance(_, "get$_moveToTextBoundary", 0, 3, null, ["call$3"], ["_moveToTextBoundary$3"], 774, 0, 0); - _instance_0_u(_, "get$_characterBoundary", "_characterBoundary$0", 314); - _instance_0_u(_, "get$_nextWordBoundary", "_nextWordBoundary$0", 314); - _instance_0_u(_, "get$_linebreak", "_linebreak$0", 314); - _instance_0_u(_, "get$_paragraphBoundary", "_paragraphBoundary$0", 314); - _instance_0_u(_, "get$_documentBoundary", "_documentBoundary$0", 314); + _instance(_, "get$_moveBeyondTextBoundary", 0, 3, null, ["call$3"], ["_moveBeyondTextBoundary$3"], 776, 0, 0); + _instance(_, "get$_moveToTextBoundary", 0, 3, null, ["call$3"], ["_moveToTextBoundary$3"], 776, 0, 0); + _instance_0_u(_, "get$_characterBoundary", "_characterBoundary$0", 318); + _instance_0_u(_, "get$_nextWordBoundary", "_nextWordBoundary$0", 318); + _instance_0_u(_, "get$_linebreak", "_linebreak$0", 318); + _instance_0_u(_, "get$_paragraphBoundary", "_paragraphBoundary$0", 318); + _instance_0_u(_, "get$_documentBoundary", "_documentBoundary$0", 318); _instance_1_u(_, "get$_transposeCharacters", "_transposeCharacters$1", 1750); _instance_1_u(_, "get$_replaceText", "_replaceText$1", 1752); _instance_1_u(_, "get$_scrollToDocumentBoundary", "_scrollToDocumentBoundary$1", 1754); _instance_1_u(_, "get$_editable_text$_scroll", "_editable_text$_scroll$1", 1757); _instance_1_u(_, "get$_extendSelectionByPage", "_extendSelectionByPage$1", 1789); _instance_1_u(_, "get$_updateSelection", "_updateSelection$1", 1799); - _instance_1_u(_, "get$_hideToolbarIfVisible", "_hideToolbarIfVisible$1", 778); - _instance_1_u(_, "get$_defaultOnTapOutside", "_defaultOnTapOutside$1", 199); + _instance_1_u(_, "get$_hideToolbarIfVisible", "_hideToolbarIfVisible$1", 780); + _instance_1_u(_, "get$_defaultOnTapOutside", "_defaultOnTapOutside$1", 195); _instance_0_u(A.FocusNode.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = A.FocusManager.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$applyFocusChangesIfNeeded", "applyFocusChangesIfNeeded$0", 0); - _instance_1_u(_ = A._HighlightModeManager.prototype, "get$handlePointerEvent", "handlePointerEvent$1", 110); + _instance_1_u(_ = A._HighlightModeManager.prototype, "get$handlePointerEvent", "handlePointerEvent$1", 108); _instance_1_u(_, "get$handleKeyMessage", "handleKeyMessage$1", 1914); _instance_0_u(A._FocusState.prototype, "get$_handleFocusChanged", "_handleFocusChanged$0", 0); _static(A, "focus_traversal_FocusTraversalPolicy_defaultTraversalRequestFocusCallback$closure", 1, null, ["call$5$alignment$alignmentPolicy$curve$duration", "call$1", "call$2$alignmentPolicy"], ["FocusTraversalPolicy_defaultTraversalRequestFocusCallback", function(node) { @@ -632490,16 +632768,16 @@ return A.FocusTraversalPolicy_defaultTraversalRequestFocusCallback(node, _null, _null, _null, _null); }, function(node, alignmentPolicy) { return A.FocusTraversalPolicy_defaultTraversalRequestFocusCallback(node, null, alignmentPolicy, null, null); - }], 3501, 0); - _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 109); - _static_2(A, "framework_Element__sort$closure", "Element__sort", 3502); - _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 109); - _static_1(A, "framework_ErrorWidget__defaultErrorWidgetBuilder$closure", "ErrorWidget__defaultErrorWidgetBuilder", 3503); - _instance_1_u(A.State.prototype, "get$setState", "setState$1", 245); - _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 109); + }], 3502, 0); + _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 113); + _static_2(A, "framework_Element__sort$closure", "Element__sort", 3503); + _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 113); + _static_1(A, "framework_ErrorWidget__defaultErrorWidgetBuilder$closure", "ErrorWidget__defaultErrorWidgetBuilder", 3504); + _instance_1_u(A.State.prototype, "get$setState", "setState$1", 239); + _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 113); _instance_0_u(_, "get$_unmountAll", "_unmountAll$0", 0); - _instance_1_u(A.Element0.prototype, "get$deactivateChild", "deactivateChild$1", 109); - _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 199); + _instance_1_u(A.Element0.prototype, "get$deactivateChild", "deactivateChild$1", 113); + _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 195); _instance_1_u(_, "get$_handlePointerPanZoomStart", "_handlePointerPanZoomStart$1", 2107); _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 2108); _instance_1_u(_ = A._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 44); @@ -632507,14 +632785,14 @@ _instance_0_u(_, "get$onTick", "onTick$0", 0); _instance_1_u(_ = A.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 2128); _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 2129, 0, 0); - _static(A, "icon_theme_data_IconThemeData_lerp$closure", 3, null, ["call$3"], ["IconThemeData_lerp"], 3504, 0); + _static(A, "icon_theme_data_IconThemeData_lerp$closure", 3, null, ["call$3"], ["IconThemeData_lerp"], 3505, 0); _instance_2_u(A._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 2157); _instance_0_u(A.AnimatedWidgetBaseState.prototype, "get$_handleAnimationChanged", "_handleAnimationChanged$0", 0); _instance_0_u(A._InheritedNotifierElement.prototype, "get$_handleUpdate", "_handleUpdate$0", 0); _instance_1_u(_ = A._InteractiveViewerState.prototype, "get$_onScaleStart", "_onScaleStart$1", 491); - _instance_1_u(_, "get$_onScaleUpdate", "_onScaleUpdate$1", 836); - _instance_1_u(_, "get$_onScaleEnd", "_onScaleEnd$1", 357); - _instance_1_u(_, "get$_interactive_viewer$_receivedPointerSignal", "_interactive_viewer$_receivedPointerSignal$1", 260); + _instance_1_u(_, "get$_onScaleUpdate", "_onScaleUpdate$1", 838); + _instance_1_u(_, "get$_onScaleEnd", "_onScaleEnd$1", 414); + _instance_1_u(_, "get$_interactive_viewer$_receivedPointerSignal", "_interactive_viewer$_receivedPointerSignal$1", 261); _instance_0_u(_, "get$_onAnimate", "_onAnimate$0", 0); _instance_0_u(_, "get$_onScaleAnimate", "_onScaleAnimate$0", 0); _instance_0_u(_, "get$_onTransformationControllerChange", "_onTransformationControllerChange$0", 0); @@ -632523,45 +632801,45 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); - _static_2(A, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 3505); - _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 286); - _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 286); - _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 286); - _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 389); - _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 389); - _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 389); - _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 389); + _static_2(A, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 3506); + _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 353); + _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 353); + _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 353); + _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 377); + _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 377); + _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 377); + _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 377); _instance_0_u(_ = A.NavigatorState.prototype, "get$_handleHistoryChanged", "_handleHistoryChanged$0", 0); _instance_0_u(_, "get$_recordLastFocus", "_recordLastFocus$0", 0); - _instance_1_u(_, "get$_handlePointerDown", "_handlePointerDown$1", 199); - _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 110); + _instance_1_u(_, "get$_handlePointerDown", "_handlePointerDown$1", 195); + _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 108); _instance_1_u(_ = A._RenderOverflowBar.prototype, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); - _static_1(A, "overlay__RenderTheater__detachChild$closure", "_RenderTheater__detachChild", 66); - _instance(A._RenderTheaterMixin.prototype, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 94, 0, 1); + _static_1(A, "overlay__RenderTheater__detachChild$closure", "_RenderTheater__detachChild", 65); + _instance(A._RenderTheaterMixin.prototype, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 93, 0, 1); _instance_1_u(_ = A._RenderTheater.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); - _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 178); + _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 179); _instance_0_u(_ = A._GlowController.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_, "get$_changePhase", "_changePhase$1", 47); _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 11); - _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 178); + _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 179); _instance_1_u(_ = A._StretchController.prototype, "get$_changePhase", "_changePhase$1", 47); _instance_0_u(_, "get$dispose", "dispose$0", 0); - _instance_1_u(A.DefaultPlatformMenuDelegate.prototype, "get$_methodCallHandler", "_methodCallHandler$1", 515); - _instance_1_u(_ = A._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 61); + _instance_1_u(A.DefaultPlatformMenuDelegate.prototype, "get$_methodCallHandler", "_methodCallHandler$1", 562); + _instance_1_u(_ = A._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 63); _instance_1_u(_, "get$_handleFrameworkFocusChanged", "_handleFrameworkFocusChanged$1", 13); - _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 829); + _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 831); _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 2441, 0, 0); - _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 762); - _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 762); + _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 764); + _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 764); _instance_0_u(_, "get$_dropCompleted", "_dropCompleted$0", 0); _instance_0_u(_, "get$_handleScrollableAutoScrolled", "_handleScrollableAutoScrolled$0", 0); - _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 97); + _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 96); _instance_0_u(A._ReorderableItemState.prototype, "get$rebuild", "rebuild$0", 0); _instance_1_u(A._DragInfo.prototype, "get$createProxy", "createProxy$1", 44); _instance_0_u(A._RootRestorationScopeState.prototype, "get$_replaceRootBucket", "_replaceRootBucket$0", 0); @@ -632571,7 +632849,7 @@ _instance_0_u(A.RestorableChangeNotifier.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A._RouterState.prototype, "get$_reportRouteInformation", "_reportRouteInformation$1", 11); _instance_0_u(_, "get$_handleRouteInformationProviderNotification", "_handleRouteInformationProviderNotification$0", 0); - _instance_0_u(_, "get$_handleBackButtonDispatcherNotification", "_handleBackButtonDispatcherNotification$0", 67); + _instance_0_u(_, "get$_handleBackButtonDispatcherNotification", "_handleBackButtonDispatcherNotification$0", 66); _instance_0_u(_, "get$_handleRouterDelegateNotification", "_handleRouterDelegateNotification$0", 0); _instance_1_u(A.TransitionRoute.prototype, "get$_routes$_handleStatusChanged", "_routes$_handleStatusChanged$1", 47); _instance_0_i(A.LocalHistoryEntry.prototype, "get$remove", "remove$0", 0); @@ -632583,39 +632861,39 @@ _instance_0_u(_ = A.DrivenScrollActivity.prototype, "get$_scroll_activity$_tick", "_scroll_activity$_tick$0", 0); _instance_0_u(_, "get$_scroll_activity$_end", "_scroll_activity$_end$0", 0); _instance_0_u(A.ScrollController.prototype, "get$dispose", "dispose$0", 0); - _static_2(A, "scroll_delegate___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 3506); - _instance_1_i(_ = A._SelectionKeepAliveState.prototype, "get$add", "add$1", 267); - _instance_1_i(_, "get$remove", "remove$1", 267); - _static_1(A, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 178); + _static_2(A, "scroll_delegate___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 3507); + _instance_1_i(_ = A._SelectionKeepAliveState.prototype, "get$add", "add$1", 268); + _instance_1_i(_, "get$remove", "remove$1", 268); + _static_1(A, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 179); _instance_0_u(_ = A.ScrollPosition.prototype, "get$didUpdateScrollMetrics", "didUpdateScrollMetrics$0", 0); _instance_0_u(_, "get$dispose", "dispose$0", 0); _instance_0_u(A.ScrollPositionWithSingleContext.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 571); + _instance_1_u(_ = A.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 492); _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 77); - _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 74); - _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 92); + _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 75); + _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 91); _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", 260); - _instance_1_u(_, "get$_scrollable$_handlePointerScroll", "_scrollable$_handlePointerScroll$1", 110); - _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 388); + _instance_1_u(_, "get$_receivedPointerSignal", "_receivedPointerSignal$1", 261); + _instance_1_u(_, "get$_scrollable$_handlePointerScroll", "_scrollable$_handlePointerScroll$1", 108); + _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 379); _instance_0_u(_ = A._ScrollableSelectionContainerDelegate.prototype, "get$_scheduleLayoutChange", "_scheduleLayoutChange$0", 0); _instance_0_u(_, "get$dispose", "dispose$0", 0); _instance_0_u(A.ScrollbarPainter.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = A.RawScrollbarState.prototype, "get$_validateInteractions", "_validateInteractions$1", 47); _instance_0_u(_, "get$handleThumbPress", "handleThumbPress$0", 0); - _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 58); - _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 388); - _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 178); - _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 110); - _instance_1_u(_, "get$_scrollbar$_receivedPointerSignal", "_scrollbar$_receivedPointerSignal$1", 260); - _instance_1_i(_ = A.MultiSelectableSelectionContainerDelegate.prototype, "get$add", "add$1", 267); - _instance_1_i(_, "get$remove", "remove$1", 267); + _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 57); + _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 379); + _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 179); + _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 108); + _instance_1_u(_, "get$_scrollbar$_receivedPointerSignal", "_scrollbar$_receivedPointerSignal$1", 261); + _instance_1_i(_ = A.MultiSelectableSelectionContainerDelegate.prototype, "get$add", "add$1", 268); + _instance_1_i(_, "get$remove", "remove$1", 268); _instance_2_u(_, "get$_compareScreenOrder", "_compareScreenOrder$2", 2553); _instance_0_u(_, "get$_handleSelectableGeometryChange", "_handleSelectableGeometryChange$0", 0); _instance_0_u(_, "get$dispose", "dispose$0", 0); - _instance_2_u(A._ShortcutsState.prototype, "get$_handleOnKeyEvent", "_handleOnKeyEvent$2", 201); + _instance_2_u(A._ShortcutsState.prototype, "get$_handleOnKeyEvent", "_handleOnKeyEvent$2", 199); _instance_0_u(A.ShortcutRegistry.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(A._ShortcutRegistrarState.prototype, "get$_shortcutsChanged", "_shortcutsChanged$0", 0); _instance_0_u(_ = A._RenderSingleChildViewport.prototype, "get$_hasScrolled", "_hasScrolled$0", 0); @@ -632623,23 +632901,23 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 421, 0, 0); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 411, 0, 0); _instance_1_u(A.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 2573); _instance_0_u(A._FloatingHeaderState.prototype, "get$_isScrollingListener", "_isScrollingListener$0", 0); _instance_0_u(A._RenderSnapshotWidget.prototype, "get$_onRasterValueChanged", "_onRasterValueChanged$0", 0); _instance_0_u(A._DefaultSnapshotPainter.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = A.TextSelectionOverlay.prototype, "get$_updateTextSelectionOverlayVisibilities", "_updateTextSelectionOverlayVisibilities$0", 0); _instance_1_u(_, "get$_handleSelectionEndHandleDragStart", "_handleSelectionEndHandleDragStart$1", 77); - _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 74); + _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 75); _instance_1_u(_, "get$_handleSelectionStartHandleDragStart", "_handleSelectionStartHandleDragStart$1", 77); - _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 74); - _instance_1_u(_, "get$_handleAnyDragEnd", "_handleAnyDragEnd$1", 92); + _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 75); + _instance_1_u(_, "get$_handleAnyDragEnd", "_handleAnyDragEnd$1", 91); _instance_1_u(_ = A.SelectionOverlay.prototype, "get$_handleStartHandleDragStart", "_handleStartHandleDragStart$1", 77); - _instance_1_u(_, "get$_handleStartHandleDragUpdate", "_handleStartHandleDragUpdate$1", 74); - _instance_1_u(_, "get$_handleStartHandleDragEnd", "_handleStartHandleDragEnd$1", 92); + _instance_1_u(_, "get$_handleStartHandleDragUpdate", "_handleStartHandleDragUpdate$1", 75); + _instance_1_u(_, "get$_handleStartHandleDragEnd", "_handleStartHandleDragEnd$1", 91); _instance_1_u(_, "get$_handleEndHandleDragStart", "_handleEndHandleDragStart$1", 77); - _instance_1_u(_, "get$_handleEndHandleDragUpdate", "_handleEndHandleDragUpdate$1", 74); - _instance_1_u(_, "get$_handleEndHandleDragEnd", "_handleEndHandleDragEnd$1", 92); + _instance_1_u(_, "get$_handleEndHandleDragUpdate", "_handleEndHandleDragUpdate$1", 75); + _instance_1_u(_, "get$_handleEndHandleDragEnd", "_handleEndHandleDragEnd$1", 91); _instance_1_u(_, "get$_buildStartHandle", "_buildStartHandle$1", 44); _instance_1_u(_, "get$_buildEndHandle", "_buildEndHandle$1", 44); _instance_1_u(_, "get$_buildToolbar", "_buildToolbar$1", 44); @@ -632647,40 +632925,40 @@ _instance_0_u(A._SelectionHandleOverlayState.prototype, "get$_handleVisibilityChanged", "_handleVisibilityChanged$0", 0); _instance_0_u(_ = A.TextSelectionGestureDetectorBuilder.prototype, "get$onTapTrackStart", "onTapTrackStart$0", 0); _instance_0_u(_, "get$onTapTrackReset", "onTapTrackReset$0", 0); - _instance_1_u(_, "get$onTapDown", "onTapDown$1", 385); - _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 170); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 170); + _instance_1_u(_, "get$onTapDown", "onTapDown$1", 424); + _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 178); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 178); _instance_0_u(_, "get$onUserTap", "onUserTap$0", 0); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 298); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 294); _instance_0_u(_, "get$onSingleTapCancel", "onSingleTapCancel$0", 0); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 238); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 295); - _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 273); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 211); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 309); + _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 347); _instance_0_u(_, "get$onSecondaryTap", "onSecondaryTap$0", 0); - _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 58); - _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 385); - _instance_1_u(_, "get$onTripleTapDown", "onTripleTapDown$1", 385); - _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 754); - _instance_1_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$1", 753); - _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 752); + _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 57); + _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 424); + _instance_1_u(_, "get$onTripleTapDown", "onTripleTapDown$1", 424); + _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 756); + _instance_1_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$1", 755); + _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 754); _instance_0_u(_ = A._TextSelectionGestureDetectorState.prototype, "get$_handleTapTrackStart", "_handleTapTrackStart$0", 0); _instance_0_u(_, "get$_handleTapTrackReset", "_handleTapTrackReset$0", 0); - _instance_1_u(_, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 385); - _instance_1_u(_, "get$_text_selection$_handleTapUp", "_text_selection$_handleTapUp$1", 298); + _instance_1_u(_, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 424); + _instance_1_u(_, "get$_text_selection$_handleTapUp", "_text_selection$_handleTapUp$1", 294); _instance_0_u(_, "get$_text_selection$_handleTapCancel", "_text_selection$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 754); - _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 753); - _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 752); - _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 170); - _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 170); - _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 238); - _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 295); - _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 273); + _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 756); + _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 755); + _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 754); + _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 178); + _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 178); + _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 211); + _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 309); + _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 347); _instance_0_u(A.ClipboardStatusNotifier.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(A.SingleTickerProviderStateMixin.prototype, "get$_updateTicker", "_updateTicker$0", 0); _instance_0_u(A.TickerProviderStateMixin.prototype, "get$_updateTickers", "_updateTickers$0", 0); - _static_1(A, "transitions_ScaleTransition__handleScaleMatrix$closure", "ScaleTransition__handleScaleMatrix", 912); - _static_1(A, "transitions_RotationTransition__handleTurnsMatrix$closure", "RotationTransition__handleTurnsMatrix", 912); + _static_1(A, "transitions_ScaleTransition__handleScaleMatrix$closure", "ScaleTransition__handleScaleMatrix", 914); + _static_1(A, "transitions_RotationTransition__handleTurnsMatrix$closure", "RotationTransition__handleTurnsMatrix", 914); _instance_0_u(A._AnimatedState.prototype, "get$_handleChange", "_handleChange$0", 0); _instance_0_u(_ = A.UndoHistoryState.prototype, "get$undo", "undo$0", 0); _instance_0_u(_, "get$redo", "redo$0", 0); @@ -632694,54 +632972,54 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); - _static(A, "block_picker___defaultLayoutBuilder$closure", 3, null, ["call$3"], ["_defaultLayoutBuilder"], 3508, 0); - _static(A, "block_picker___defaultItemBuilder$closure", 3, null, ["call$3"], ["_defaultItemBuilder"], 3509, 0); + _static(A, "block_picker___defaultLayoutBuilder$closure", 3, null, ["call$3"], ["_defaultLayoutBuilder"], 3509, 0); + _static(A, "block_picker___defaultItemBuilder$closure", 3, null, ["call$3"], ["_defaultItemBuilder"], 3510, 0); _static(A, "flutter_redux_StoreBuilder__identity$closure", 1, null, ["call$1$1", "call$1"], ["StoreBuilder__identity", function(store) { return A.StoreBuilder__identity(store, type$.dynamic); - }], 3510, 0); + }], 3511, 0); _instance_1_u(_ = A._StoreStreamListenerState.prototype, "get$_whereDistinct", "_whereDistinct$1", 124); _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 124); - _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 317); - _instance(_, "get$_handleConverterError", 0, 3, null, ["call$3"], ["_handleConverterError$3"], 751, 0, 0); - _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 751, 0, 0); + _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 310); + _instance(_, "get$_handleConverterError", 0, 3, null, ["call$3"], ["_handleConverterError$3"], 753, 0, 0); + _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 753, 0, 0); _instance_1_u(A._SlidableAutoCloseBarrierNotificationSenderState.prototype, "get$_auto_close_behavior$_handleStatusChanged", "_auto_close_behavior$_handleStatusChanged$1", 47); _instance_1_u(A._SlidableNotificationSenderState0.prototype, "get$handleStatusChanged", "handleStatusChanged$1", 47); _instance_0_u(A.SlidableController.prototype, "get$_onDirectionChanged", "_onDirectionChanged$0", 0); _instance_0_u(A._SlidableDismissalState.prototype, "get$handleResizeRequestChanged", "handleResizeRequestChanged$0", 0); _instance_0_u(_ = A._RenderFlexEntranceTransition.prototype, "get$markNeedsOffsets", "markNeedsOffsets$0", 0); - _instance_1_u(_, "get$updateChildOffsets", "updateChildOffsets$1", 66); + _instance_1_u(_, "get$updateChildOffsets", "updateChildOffsets$1", 65); _instance_1_u(_ = A._SlidableGestureDetectorState.prototype, "get$handleDragStart", "handleDragStart$1", 77); - _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 74); - _instance_1_u(_, "get$handleDragEnd", "handleDragEnd$1", 92); + _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 75); + _instance_1_u(_, "get$handleDragEnd", "handleDragEnd$1", 91); _instance_0_u(A._SlidableScrollingBehaviorState.prototype, "get$handleScrollingChanged", "handleScrollingChanged$0", 0); _instance_0_u(_ = A._ActionPaneState.prototype, "get$handleEndGestureChanged", "handleEndGestureChanged$0", 0); _instance_0_u(_, "get$handleRatioChanged", "handleRatioChanged$0", 0); _instance_0_u(A._SlidableState.prototype, "get$handleActionPanelTypeChanged", "handleActionPanelTypeChanged$0", 0); _static(A, "staggered_grid___dryLayoutChild$closure", 2, null, ["call$3$parentUsesSize", "call$2"], ["_dryLayoutChild", function(child, constraints) { return A._dryLayoutChild(child, constraints, false); - }], 913, 0); + }], 915, 0); _static(A, "staggered_grid___layoutChild$closure", 2, null, ["call$3$parentUsesSize", "call$2"], ["_layoutChild", function(child, constraints) { return A._layoutChild(child, constraints, false); - }], 913, 0); + }], 915, 0); _instance_1_u(_ = A.RenderStaggeredGrid.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 7); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); _instance(A.Registrar.prototype, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 2658, 0, 0); _instance_0_u(_ = A.RenderFollower.prototype, "get$markNeedsPaint", "markNeedsPaint$0", 0); - _instance_0_u(_, "get$_calculateGlobalFollowerContentRect", "_calculateGlobalFollowerContentRect$0", 435); - _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 384); - _instance_0_i(_, "get$signIn", "signIn$0", 384); + _instance_0_u(_, "get$_calculateGlobalFollowerContentRect", "_calculateGlobalFollowerContentRect$0", 427); + _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 446); + _instance_0_i(_, "get$signIn", "signIn$0", 446); _instance_0_i(_, "get$signOut", "signOut$0", 19); _instance_0_i(_, "get$disconnect", "disconnect$0", 19); - _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 384); - _instance_0_i(_, "get$signIn", "signIn$0", 384); + _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 446); + _instance_0_i(_, "get$signIn", "signIn$0", 446); _instance_0_i(_, "get$signOut", "signOut$0", 19); _instance_0_i(_, "get$disconnect", "disconnect$0", 19); - _static_1(A, "constants__isWhitespace$closure", "isWhitespace", 117); - _static_1(A, "constants__isDigit$closure", "isDigit", 117); - _static_1(A, "constants__isHexDigit$closure", "isHexDigit", 117); - _static_1(A, "constants__AsciiUpperToLower__asciiToLower$closure", "AsciiUpperToLower__asciiToLower", 135); + _static_1(A, "constants__isWhitespace$closure", "isWhitespace", 119); + _static_1(A, "constants__isDigit$closure", "isDigit", 119); + _static_1(A, "constants__isHexDigit$closure", "isHexDigit", 119); + _static_1(A, "constants__AsciiUpperToLower__asciiToLower$closure", "AsciiUpperToLower__asciiToLower", 133); _instance_1_i(A._CssClassSetImpl.prototype, "get$contains", "contains$1", 124); _instance_1_u(A.SelectorEvaluator.prototype, "get$visitSelector", "visitSelector$1", 2696); _instance_0_u(_ = A.HtmlTokenizer.prototype, "get$dataState", "dataState$0", 22); @@ -632812,759 +633090,759 @@ _instance_0_u(_, "get$bogusDoctypeState", "bogusDoctypeState$0", 22); _instance_0_u(_, "get$cdataSectionState", "cdataSectionState$0", 22); _instance_0_i(A.BrowserClient.prototype, "get$close", "close$0", 0); - _static_2(A, "billing_client_manager_BillingClientManager__createBillingClient$closure", "BillingClientManager__createBillingClient", 3512); + _static_2(A, "billing_client_manager_BillingClientManager__createBillingClient$closure", "BillingClientManager__createBillingClient", 3513); _instance_0_i(_ = A.BillingClientManager.prototype, "get$_connect", "_connect$0", 19); _instance_1_u(_, "get$_onPurchasesUpdated", "_onPurchasesUpdated$1", 2738); _instance_1_u(_, "get$onUserChoiceAlternativeBilling", "onUserChoiceAlternativeBilling$1", 2739); _instance_1_u(A.InAppPurchaseAndroidPlatform.prototype, "get$_getPurchaseDetailsFromResult", "_getPurchaseDetailsFromResult$1", 2744); - _static_1(A, "pigeon_converters__productDetailsWrapperFromPlatform$closure", "productDetailsWrapperFromPlatform", 3513); - _static_1(A, "pigeon_converters__pricingPhaseWrapperFromPlatform$closure", "pricingPhaseWrapperFromPlatform", 3514); - _static_1(A, "pigeon_converters__purchaseWrapperFromPlatform$closure", "purchaseWrapperFromPlatform", 3515); - _static_1(A, "pigeon_converters__subscriptionOfferDetailsWrapperFromPlatform$closure", "subscriptionOfferDetailsWrapperFromPlatform", 3516); - _static_1(A, "pigeon_converters__userChoiceDetailsProductFromPlatform$closure", "userChoiceDetailsProductFromPlatform", 3517); - _static_1(A, "translator_Translator_convertToUserChoiceDetails$closure", "Translator_convertToUserChoiceDetails", 3518); - _instance_1_u(_ = A.SKPaymentQueueWrapper.prototype, "get$handleObserverCallbacks", "handleObserverCallbacks$1", 185); - _instance_1_u(_, "get$handlePaymentQueueDelegateCallbacks", "handlePaymentQueueDelegateCallbacks$1", 185); - _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 61); - _instance_1_u(_, "get$setMonth", "setMonth$1", 61); - _instance_1_u(_, "get$setDay", "setDay$1", 61); - _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 61); - _instance_1_u(_, "get$setHour", "setHour$1", 61); - _instance_1_u(_, "get$setMinute", "setMinute$1", 61); - _instance_1_u(_, "get$setSecond", "setSecond$1", 61); - _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 61); - _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 117); + _static_1(A, "pigeon_converters__productDetailsWrapperFromPlatform$closure", "productDetailsWrapperFromPlatform", 3514); + _static_1(A, "pigeon_converters__pricingPhaseWrapperFromPlatform$closure", "pricingPhaseWrapperFromPlatform", 3515); + _static_1(A, "pigeon_converters__purchaseWrapperFromPlatform$closure", "purchaseWrapperFromPlatform", 3516); + _static_1(A, "pigeon_converters__subscriptionOfferDetailsWrapperFromPlatform$closure", "subscriptionOfferDetailsWrapperFromPlatform", 3517); + _static_1(A, "pigeon_converters__userChoiceDetailsProductFromPlatform$closure", "userChoiceDetailsProductFromPlatform", 3518); + _static_1(A, "translator_Translator_convertToUserChoiceDetails$closure", "Translator_convertToUserChoiceDetails", 3519); + _instance_1_u(_ = A.SKPaymentQueueWrapper.prototype, "get$handleObserverCallbacks", "handleObserverCallbacks$1", 183); + _instance_1_u(_, "get$handlePaymentQueueDelegateCallbacks", "handlePaymentQueueDelegateCallbacks$1", 183); + _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 63); + _instance_1_u(_, "get$setMonth", "setMonth$1", 63); + _instance_1_u(_, "get$setDay", "setDay$1", 63); + _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 63); + _instance_1_u(_, "get$setHour", "setHour$1", 63); + _instance_1_u(_, "get$setMinute", "setMinute$1", 63); + _instance_1_u(_, "get$setSecond", "setSecond$1", 63); + _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 63); + _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 119); _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 2857); - _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 117); - _static_1(A, "intl_helpers__canonicalizedLocale$closure", "canonicalizedLocale", 376); + _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 119); + _static_1(A, "intl_helpers__canonicalizedLocale$closure", "canonicalizedLocale", 355); _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 31); _static_1(A, "intl_helpers__deprecatedLocale$closure", "deprecatedLocale", 31); _static_1(A, "intl_helpers__shortLocale$closure", "shortLocale", 31); - _static_0(A, "plural_rules___default_rule$closure", "_default_rule", 57); - _static_0(A, "plural_rules___ast_rule$closure", "_ast_rule", 57); - _static_0(A, "plural_rules___af_rule$closure", "_af_rule", 57); - _static_0(A, "plural_rules___am_rule$closure", "_am_rule", 57); - _static_0(A, "plural_rules___ar_rule$closure", "_ar_rule", 57); - _static_0(A, "plural_rules___be_rule$closure", "_be_rule", 57); - _static_0(A, "plural_rules___br_rule$closure", "_br_rule", 57); - _static_0(A, "plural_rules___bs_rule$closure", "_bs_rule", 57); - _static_0(A, "plural_rules___ca_rule$closure", "_ca_rule", 57); - _static_0(A, "plural_rules___cs_rule$closure", "_cs_rule", 57); - _static_0(A, "plural_rules___cy_rule$closure", "_cy_rule", 57); - _static_0(A, "plural_rules___da_rule$closure", "_da_rule", 57); - _static_0(A, "plural_rules___es_rule$closure", "_es_rule", 57); - _static_0(A, "plural_rules___ceb_rule$closure", "_ceb_rule", 57); - _static_0(A, "plural_rules___fr_rule$closure", "_fr_rule", 57); - _static_0(A, "plural_rules___ga_rule$closure", "_ga_rule", 57); - _static_0(A, "plural_rules___he_rule$closure", "_he_rule", 57); - _static_0(A, "plural_rules___ff_rule$closure", "_ff_rule", 57); - _static_0(A, "plural_rules___is_rule$closure", "_is_rule", 57); - _static_0(A, "plural_rules___ak_rule$closure", "_ak_rule", 57); - _static_0(A, "plural_rules___lt_rule$closure", "_lt_rule", 57); - _static_0(A, "plural_rules___lv_rule$closure", "_lv_rule", 57); - _static_0(A, "plural_rules___mk_rule$closure", "_mk_rule", 57); - _static_0(A, "plural_rules___mt_rule$closure", "_mt_rule", 57); - _static_0(A, "plural_rules___pl_rule$closure", "_pl_rule", 57); - _static_0(A, "plural_rules___pt_rule$closure", "_pt_rule", 57); - _static_0(A, "plural_rules___mo_rule$closure", "_mo_rule", 57); - _static_0(A, "plural_rules___ru_rule$closure", "_ru_rule", 57); - _static_0(A, "plural_rules___si_rule$closure", "_si_rule", 57); - _static_0(A, "plural_rules___sl_rule$closure", "_sl_rule", 57); + _static_0(A, "plural_rules___default_rule$closure", "_default_rule", 58); + _static_0(A, "plural_rules___ast_rule$closure", "_ast_rule", 58); + _static_0(A, "plural_rules___af_rule$closure", "_af_rule", 58); + _static_0(A, "plural_rules___am_rule$closure", "_am_rule", 58); + _static_0(A, "plural_rules___ar_rule$closure", "_ar_rule", 58); + _static_0(A, "plural_rules___be_rule$closure", "_be_rule", 58); + _static_0(A, "plural_rules___br_rule$closure", "_br_rule", 58); + _static_0(A, "plural_rules___bs_rule$closure", "_bs_rule", 58); + _static_0(A, "plural_rules___ca_rule$closure", "_ca_rule", 58); + _static_0(A, "plural_rules___cs_rule$closure", "_cs_rule", 58); + _static_0(A, "plural_rules___cy_rule$closure", "_cy_rule", 58); + _static_0(A, "plural_rules___da_rule$closure", "_da_rule", 58); + _static_0(A, "plural_rules___es_rule$closure", "_es_rule", 58); + _static_0(A, "plural_rules___ceb_rule$closure", "_ceb_rule", 58); + _static_0(A, "plural_rules___fr_rule$closure", "_fr_rule", 58); + _static_0(A, "plural_rules___ga_rule$closure", "_ga_rule", 58); + _static_0(A, "plural_rules___he_rule$closure", "_he_rule", 58); + _static_0(A, "plural_rules___ff_rule$closure", "_ff_rule", 58); + _static_0(A, "plural_rules___is_rule$closure", "_is_rule", 58); + _static_0(A, "plural_rules___ak_rule$closure", "_ak_rule", 58); + _static_0(A, "plural_rules___lt_rule$closure", "_lt_rule", 58); + _static_0(A, "plural_rules___lv_rule$closure", "_lv_rule", 58); + _static_0(A, "plural_rules___mk_rule$closure", "_mk_rule", 58); + _static_0(A, "plural_rules___mt_rule$closure", "_mt_rule", 58); + _static_0(A, "plural_rules___pl_rule$closure", "_pl_rule", 58); + _static_0(A, "plural_rules___pt_rule$closure", "_pt_rule", 58); + _static_0(A, "plural_rules___mo_rule$closure", "_mo_rule", 58); + _static_0(A, "plural_rules___ru_rule$closure", "_ru_rule", 58); + _static_0(A, "plural_rules___si_rule$closure", "_si_rule", 58); + _static_0(A, "plural_rules___sl_rule$closure", "_sl_rule", 58); _static_1(A, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 12); _instance_0_u(A._IntlPhoneFieldState.prototype, "get$_changeCountry", "_changeCountry$0", 19); _static(A, "main__main$closure", 0, null, ["call$1$isTesting", "call$0"], ["main0", function() { return A.main0(false); - }], 3520, 0); + }], 3521, 0); _instance_0_u(_ = A.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 69); - _instance_1_u(_, "get$generateRoute", "generateRoute$1", 779); - _static_2(A, "app_reducer__appReducer$closure", "appReducer", 3521); - _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 3522); - _static_2(A, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 3523); - _static_2(A, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 3524); - _static_2(A, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 3525); - _static_2(A, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 3526); - _static_2(A, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 3527); - _static_2(A, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 3528); - _static_2(A, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 3529); - _static_2(A, "bank_account_reducer___clearEditing$closure", "_clearEditing", 3530); - _static_2(A, "bank_account_reducer___updateEditing$closure", "_updateEditing", 3531); - _static_2(A, "bank_account_reducer___viewBankAccountList$closure", "_viewBankAccountList0", 3532); - _static_2(A, "bank_account_reducer___filterBankAccountsByCustom1$closure", "_filterBankAccountsByCustom1", 3533); - _static_2(A, "bank_account_reducer___filterBankAccountsByCustom2$closure", "_filterBankAccountsByCustom2", 3534); - _static_2(A, "bank_account_reducer___filterBankAccountsByState$closure", "_filterBankAccountsByState", 3535); - _static_2(A, "bank_account_reducer___filterBankAccounts$closure", "_filterBankAccounts", 3536); - _static_2(A, "bank_account_reducer___sortBankAccounts$closure", "_sortBankAccounts", 3537); - _static_2(A, "bank_account_reducer___startListMultiselect$closure", "_startListMultiselect", 3538); - _static_2(A, "bank_account_reducer___addToListMultiselect$closure", "_addToListMultiselect", 3539); - _static_2(A, "bank_account_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 3540); - _static_2(A, "bank_account_reducer___clearListMultiselect$closure", "_clearListMultiselect", 3541); - _static_2(A, "bank_account_reducer___archiveBankAccountSuccess$closure", "_archiveBankAccountSuccess", 3542); - _static_2(A, "bank_account_reducer___deleteBankAccountSuccess$closure", "_deleteBankAccountSuccess", 3543); - _static_2(A, "bank_account_reducer___restoreBankAccountSuccess$closure", "_restoreBankAccountSuccess", 3544); - _static_2(A, "bank_account_reducer___addBankAccount$closure", "_addBankAccount", 3545); - _static_2(A, "bank_account_reducer___updateBankAccount$closure", "_updateBankAccount", 3546); - _static_2(A, "bank_account_reducer___setLoadedBankAccount$closure", "_setLoadedBankAccount", 3547); - _static_2(A, "bank_account_reducer___setLoadedBankAccounts$closure", "_setLoadedBankAccounts", 3548); - _static_2(A, "bank_account_reducer___setLoadedCompany$closure", "_setLoadedCompany", 3549); - _static_2(A, "client_reducer___viewClientList$closure", "_viewClientList0", 3550); - _static_2(A, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 3551); - _static_2(A, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 3552); - _static_2(A, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 3553); - _static_2(A, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 3554); - _static_2(A, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 3555); - _static_2(A, "client_reducer___filterClients$closure", "_filterClients", 3556); - _static_2(A, "client_reducer___sortClients$closure", "_sortClients", 3557); - _static_2(A, "client_reducer___startListMultiselect$closure", "_startListMultiselect0", 3558); - _static_2(A, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 3559); - _static_2(A, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 3560); - _static_2(A, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 3561); - _static_2(A, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 3562); - _static_2(A, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 3563); - _static_2(A, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 3564); - _static_2(A, "client_reducer___addClient$closure", "_addClient", 3565); - _static_2(A, "client_reducer___updateClient$closure", "_updateClient", 3566); - _static_2(A, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 3567); - _static_2(A, "client_reducer___mergeClientSuccess$closure", "_mergeClientSuccess", 3568); - _static_2(A, "client_reducer___purgeClientSuccess$closure", "_purgeClientSuccess", 3569); - _static_2(A, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 3570); - _static_2(A, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 3571); - _static_2(A, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 3572); - _static_2(A, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 3573); - _static_2(A, "company_gateway_reducer___clearEditing$closure", "_clearEditing0", 3574); - _static_2(A, "company_gateway_reducer___updateEditing$closure", "_updateEditing0", 3575); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 3576); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 3577); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 3578); - _static_2(A, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 3579); - _static_2(A, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 3580); - _static_2(A, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect1", 3581); - _static_2(A, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 3582); - _static_2(A, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 3583); - _static_2(A, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 3584); - _static_2(A, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 3585); - _static_2(A, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 3586); - _static_2(A, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 3587); - _static_2(A, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 3588); - _static_2(A, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 3589); - _static_2(A, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 3590); - _static_2(A, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 3591); - _static_2(A, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 3592); - _static_2(A, "credit_reducer___clearEditing$closure", "_clearEditing1", 266); - _static_2(A, "credit_reducer___updateEditing$closure", "_updateEditing1", 407); - _static_2(A, "credit_reducer___addCreditItem$closure", "_addCreditItem", 661); - _static_2(A, "credit_reducer___addCreditItems$closure", "_addCreditItems", 3595); - _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 3596); - _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 3597); - _static_2(A, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 3598); - _static_2(A, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 3599); - _static_2(A, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 3600); - _static_2(A, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 3601); - _static_2(A, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 3602); - _static_2(A, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 3603); - _static_2(A, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 3604); - _static_2(A, "credit_reducer___filterCredits$closure", "_filterCredits", 3605); - _static_2(A, "credit_reducer___sortCredits$closure", "_sortCredits", 3606); - _static_2(A, "credit_reducer___startListMultiselect$closure", "_startListMultiselect2", 3607); - _static_2(A, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 3608); - _static_2(A, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 3609); - _static_2(A, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 3610); - _static_2(A, "credit_reducer___purgeClientSuccess$closure", "_purgeClientSuccess0", 3611); - _static_2(A, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 3612); - _static_2(A, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 3613); - _static_2(A, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 3614); - _static_2(A, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 3615); - _static_2(A, "credit_reducer___addCredit$closure", "_addCredit", 3616); - _static_2(A, "credit_reducer___updateCredit$closure", "_updateCredit", 3617); - _static_2(A, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 3618); - _static_2(A, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 3619); - _static_2(A, "design_reducer___clearEditing$closure", "_clearEditing2", 3620); - _static_2(A, "design_reducer___updateEditing$closure", "_updateEditing2", 3621); - _static_2(A, "design_reducer___viewDesignList$closure", "_viewDesignList0", 3622); - _static_2(A, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 3623); - _static_2(A, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 3624); - _static_2(A, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 3625); - _static_2(A, "design_reducer___filterDesigns$closure", "_filterDesigns", 3626); - _static_2(A, "design_reducer___sortDesigns$closure", "_sortDesigns", 3627); - _static_2(A, "design_reducer___startListMultiselect$closure", "_startListMultiselect3", 3628); - _static_2(A, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 3629); - _static_2(A, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 3630); - _static_2(A, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 3631); - _static_2(A, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 3632); - _static_2(A, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 3633); - _static_2(A, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 3634); - _static_2(A, "design_reducer___addDesign$closure", "_addDesign", 3635); - _static_2(A, "design_reducer___updateDesign$closure", "_updateDesign", 3636); - _static_2(A, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 3637); - _static_2(A, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 3638); - _static_2(A, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 3639); - _static_2(A, "document_reducer___updateEditing$closure", "_updateEditing3", 3640); - _static_2(A, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 3641); - _static_2(A, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 3642); - _static_2(A, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 3643); - _static_2(A, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 3644); - _static_2(A, "document_reducer___filterDocumentsByStatus$closure", "_filterDocumentsByStatus", 3645); - _static_2(A, "document_reducer___filterDocuments$closure", "_filterDocuments", 3646); - _static_2(A, "document_reducer___sortDocuments$closure", "_sortDocuments", 3647); - _static_2(A, "document_reducer___startListMultiselect$closure", "_startListMultiselect4", 3648); - _static_2(A, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 3649); - _static_2(A, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 3650); - _static_2(A, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 3651); - _static_2(A, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 3652); - _static_2(A, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 3653); - _static_2(A, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 3654); - _static_2(A, "document_reducer___addDocument$closure", "_addDocument", 3655); - _static_2(A, "document_reducer___updateDocument$closure", "_updateDocument", 3656); - _static_2(A, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 3657); - _static_2(A, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 3658); - _static_2(A, "document_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 3659); - _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing3", 917); - _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing4", 918); - _static_2(A, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 3662); - _static_2(A, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 3663); - _static_2(A, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 3664); - _static_2(A, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 3665); - _static_2(A, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 3666); - _static_2(A, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 3667); - _static_2(A, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 3668); - _static_2(A, "expense_reducer___filterExpenses$closure", "_filterExpenses", 3669); - _static_2(A, "expense_reducer___sortExpenses$closure", "_sortExpenses", 3670); - _static_2(A, "expense_reducer___startListMultiselect$closure", "_startListMultiselect5", 3671); - _static_2(A, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 3672); - _static_2(A, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 3673); - _static_2(A, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 3674); - _static_2(A, "expense_reducer___purgeClientSuccess$closure", "_purgeClientSuccess1", 3675); - _static_2(A, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 3676); - _static_2(A, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 3677); - _static_2(A, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 3678); - _static_2(A, "expense_reducer___addExpense$closure", "_addExpense", 3679); - _static_2(A, "expense_reducer___updateExpense$closure", "_updateExpense", 3680); - _static_2(A, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 3681); - _static_2(A, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 3682); - _static_2(A, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 3683); - _static_2(A, "expense_category_reducer___clearEditing$closure", "_clearEditing4", 3684); - _static_2(A, "expense_category_reducer___updateEditing$closure", "_updateEditing5", 3685); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 3686); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 3687); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 3688); - _static_2(A, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 3689); - _static_2(A, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 3690); - _static_2(A, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect6", 3691); - _static_2(A, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 3692); - _static_2(A, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 3693); - _static_2(A, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 3694); - _static_2(A, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 3695); - _static_2(A, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 3696); - _static_2(A, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 3697); - _static_2(A, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 3698); - _static_2(A, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 3699); - _static_2(A, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 3700); - _static_2(A, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 3701); - _static_2(A, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 3702); - _static_2(A, "group_reducer___clearEditing$closure", "_clearEditing5", 3703); - _static_2(A, "group_reducer___updateEditing$closure", "_updateEditing6", 3704); - _static_2(A, "group_reducer___viewGroupList$closure", "_viewGroupList0", 3705); - _static_2(A, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 3706); - _static_2(A, "group_reducer___filterGroups$closure", "_filterGroups", 3707); - _static_2(A, "group_reducer___sortGroups$closure", "_sortGroups", 3708); - _static_2(A, "group_reducer___startListMultiselect$closure", "_startListMultiselect7", 3709); - _static_2(A, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 3710); - _static_2(A, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 3711); - _static_2(A, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 3712); - _static_2(A, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 3713); - _static_2(A, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 3714); - _static_2(A, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 3715); - _static_2(A, "group_reducer___addGroup$closure", "_addGroup", 3716); - _static_2(A, "group_reducer___updateGroup$closure", "_updateGroup", 3717); - _static_2(A, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 3718); - _static_2(A, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 3719); - _static_2(A, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 3720); - _static_2(A, "invoice_reducer___clearEditing$closure", "_clearEditing6", 266); - _static_2(A, "invoice_reducer___updateEditing$closure", "_updateEditing7", 266); - _static_2(A, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 638); - _static_2(A, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 3721); - _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 3722); - _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 3723); - _static_2(A, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 3724); - _static_2(A, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 3725); - _static_2(A, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 3726); - _static_2(A, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 3727); - _static_2(A, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 3728); - _static_2(A, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 3729); - _static_2(A, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 3730); - _static_2(A, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 3731); - _static_2(A, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 3732); - _static_2(A, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect8", 3733); - _static_2(A, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 3734); - _static_2(A, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 3735); - _static_2(A, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 3736); - _static_2(A, "invoice_reducer___purgeClientSuccess$closure", "_purgeClientSuccess2", 3737); - _static_2(A, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 3738); - _static_2(A, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 3739); - _static_2(A, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 3740); - _static_2(A, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 3741); - _static_2(A, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 3742); - _static_2(A, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 3743); - _static_2(A, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 3744); - _static_2(A, "invoice_reducer___addInvoice$closure", "_addInvoice", 3745); - _static_2(A, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 3746); - _static_2(A, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 3747); - _static_2(A, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 3748); - _static_2(A, "payment_reducer___clearEditing$closure", "_clearEditing7", 3749); - _static_2(A, "payment_reducer___updateEditing$closure", "_updateEditing8", 3750); - _static_2(A, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 3751); - _static_2(A, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 3752); - _static_2(A, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 3753); - _static_2(A, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 3754); - _static_2(A, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 3755); - _static_2(A, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 3756); - _static_2(A, "payment_reducer___filterPaymentsByStatus$closure", "_filterPaymentsByStatus", 3757); - _static_2(A, "payment_reducer___filterPayments$closure", "_filterPayments", 3758); - _static_2(A, "payment_reducer___sortPayments$closure", "_sortPayments", 3759); - _static_2(A, "payment_reducer___startListMultiselect$closure", "_startListMultiselect9", 3760); - _static_2(A, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 3761); - _static_2(A, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 3762); - _static_2(A, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 3763); - _static_2(A, "payment_reducer___purgeClientSuccess$closure", "_purgeClientSuccess3", 3764); - _static_2(A, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 3765); - _static_2(A, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 3766); - _static_2(A, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 3767); - _static_2(A, "payment_reducer___addPayment$closure", "_addPayment", 3768); - _static_2(A, "payment_reducer___updatePayment$closure", "_updatePayment", 3769); - _static_2(A, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 3770); - _static_2(A, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 3771); - _static_2(A, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 3772); - _static_2(A, "payment_term_reducer___clearEditing$closure", "_clearEditing8", 3773); - _static_2(A, "payment_term_reducer___updateEditing$closure", "_updateEditing9", 3774); - _static_2(A, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 3775); - _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 3776); - _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 3777); - _static_2(A, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 3778); - _static_2(A, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 3779); - _static_2(A, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 3780); - _static_2(A, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect10", 3781); - _static_2(A, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 3782); - _static_2(A, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 3783); - _static_2(A, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 3784); - _static_2(A, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 3785); - _static_2(A, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 3786); - _static_2(A, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 3787); - _static_2(A, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 3788); - _static_2(A, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 3789); - _static_2(A, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 3790); - _static_2(A, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 3791); - _static_2(A, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 3792); - _static_2(A, "product_reducer___clearEditing$closure", "_clearEditing9", 3793); - _static_2(A, "product_reducer___updateEditing$closure", "_updateEditing10", 3794); - _static_2(A, "product_reducer___viewProductList$closure", "_viewProductList0", 3795); - _static_2(A, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 3796); - _static_2(A, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 3797); - _static_2(A, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 3798); - _static_2(A, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 3799); - _static_2(A, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 3800); - _static_2(A, "product_reducer___filterProducts$closure", "_filterProducts", 3801); - _static_2(A, "product_reducer___sortProducts$closure", "_sortProducts", 3802); - _static_2(A, "product_reducer___startListMultiselect$closure", "_startListMultiselect11", 3803); - _static_2(A, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 3804); - _static_2(A, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 3805); - _static_2(A, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 3806); - _static_2(A, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 3807); - _static_2(A, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 3808); - _static_2(A, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 3809); - _static_2(A, "product_reducer___setTaxCategoryProductsSuccess$closure", "_setTaxCategoryProductsSuccess", 3810); - _static_2(A, "product_reducer___addProduct$closure", "_addProduct", 3811); - _static_2(A, "product_reducer___updateProduct$closure", "_updateProduct", 3812); - _static_2(A, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 3813); - _static_2(A, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 3814); - _static_2(A, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 3815); - _static_2(A, "project_reducer___clearEditing$closure", "_clearEditing10", 3816); - _static_2(A, "project_reducer___updateEditing$closure", "_updateEditing11", 3817); - _static_2(A, "project_reducer___viewProjectList$closure", "_viewProjectList0", 3818); - _static_2(A, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 3819); - _static_2(A, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 3820); - _static_2(A, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 3821); - _static_2(A, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 3822); - _static_2(A, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 3823); - _static_2(A, "project_reducer___filterProjects$closure", "_filterProjects", 3824); - _static_2(A, "project_reducer___sortProjects$closure", "_sortProjects", 3825); - _static_2(A, "project_reducer___startListMultiselect$closure", "_startListMultiselect12", 3826); - _static_2(A, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 3827); - _static_2(A, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 3828); - _static_2(A, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 3829); - _static_2(A, "project_reducer___purgeClientSuccess$closure", "_purgeClientSuccess4", 3830); - _static_2(A, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 3831); - _static_2(A, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 3832); - _static_2(A, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 3833); - _static_2(A, "project_reducer___addProject$closure", "_addProject", 3834); - _static_2(A, "project_reducer___updateProject$closure", "_updateProject", 3835); - _static_2(A, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 3836); - _static_2(A, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 3837); - _static_2(A, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3838); - _static_2(A, "purchase_order_reducer___clearEditing$closure", "_clearEditing11", 266); - _static_2(A, "purchase_order_reducer___updateEditing$closure", "_updateEditing12", 407); - _static_2(A, "purchase_order_reducer___addPurchaseOrderItem$closure", "_addPurchaseOrderItem", 627); - _static_2(A, "purchase_order_reducer___addPurchaseOrderItems$closure", "_addPurchaseOrderItems", 3839); - _static_2(A, "purchase_order_reducer___removePurchaseOrderItem$closure", "_removePurchaseOrderItem", 3840); - _static_2(A, "purchase_order_reducer___updatePurchaseOrderItem$closure", "_updatePurchaseOrderItem", 3841); - _static_2(A, "purchase_order_reducer___viewPurchaseOrderList$closure", "_viewPurchaseOrderList0", 3842); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom1$closure", "_filterPurchaseOrdersByCustom1", 3843); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom2$closure", "_filterPurchaseOrdersByCustom2", 3844); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom3$closure", "_filterPurchaseOrdersByCustom3", 3845); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom4$closure", "_filterPurchaseOrdersByCustom4", 3846); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByState$closure", "_filterPurchaseOrdersByState", 3847); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByStatus$closure", "_filterPurchaseOrdersByStatus", 3848); - _static_2(A, "purchase_order_reducer___filterPurchaseOrders$closure", "_filterPurchaseOrders", 3849); - _static_2(A, "purchase_order_reducer___sortPurchaseOrders$closure", "_sortPurchaseOrders", 3850); - _static_2(A, "purchase_order_reducer___startListMultiselect$closure", "_startListMultiselect13", 3851); - _static_2(A, "purchase_order_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 3852); - _static_2(A, "purchase_order_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 3853); - _static_2(A, "purchase_order_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 3854); - _static_2(A, "purchase_order_reducer___markSentPurchaseOrderSuccess$closure", "_markSentPurchaseOrderSuccess", 3855); - _static_2(A, "purchase_order_reducer___convertPurchaseOrdersToExpenses$closure", "_convertPurchaseOrdersToExpenses", 3856); - _static_2(A, "purchase_order_reducer___addPurchaseOrdersToInventorySuccess$closure", "_addPurchaseOrdersToInventorySuccess", 3857); - _static_2(A, "purchase_order_reducer___acceptPurchaseOrderSuccess$closure", "_acceptPurchaseOrderSuccess", 3858); - _static_2(A, "purchase_order_reducer___cancelPurchaseOrderSuccess$closure", "_cancelPurchaseOrderSuccess", 3859); - _static_2(A, "purchase_order_reducer___archivePurchaseOrderSuccess$closure", "_archivePurchaseOrderSuccess", 3860); - _static_2(A, "purchase_order_reducer___deletePurchaseOrderSuccess$closure", "_deletePurchaseOrderSuccess", 3861); - _static_2(A, "purchase_order_reducer___restorePurchaseOrderSuccess$closure", "_restorePurchaseOrderSuccess", 3862); - _static_2(A, "purchase_order_reducer___emailPurchaseOrderSuccess$closure", "_emailPurchaseOrderSuccess", 3863); - _static_2(A, "purchase_order_reducer___approvePurchaseOrderSuccess$closure", "_approvePurchaseOrderSuccess", 3864); - _static_2(A, "purchase_order_reducer___addPurchaseOrder$closure", "_addPurchaseOrder", 3865); - _static_2(A, "purchase_order_reducer___updatePurchaseOrder$closure", "_updatePurchaseOrder", 3866); - _static_2(A, "purchase_order_reducer___setLoadedPurchaseOrders$closure", "_setLoadedPurchaseOrders", 3867); - _static_2(A, "purchase_order_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3868); - _static_2(A, "quote_reducer___clearEditing$closure", "_clearEditing12", 266); - _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing13", 407); - _static_2(A, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 625); - _static_2(A, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 3869); - _static_2(A, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 3870); - _static_2(A, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 3871); - _static_2(A, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 3872); - _static_2(A, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 3873); - _static_2(A, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 3874); - _static_2(A, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 3875); - _static_2(A, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 3876); - _static_2(A, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 3877); - _static_2(A, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 3878); - _static_2(A, "quote_reducer___filterQuotes$closure", "_filterQuotes", 3879); - _static_2(A, "quote_reducer___sortQuotes$closure", "_sortQuotes", 3880); - _static_2(A, "quote_reducer___startListMultiselect$closure", "_startListMultiselect14", 3881); - _static_2(A, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3882); - _static_2(A, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3883); - _static_2(A, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3884); - _static_2(A, "quote_reducer___purgeClientSuccess$closure", "_purgeClientSuccess5", 3885); - _static_2(A, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 3886); - _static_2(A, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 3887); - _static_2(A, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 3888); - _static_2(A, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 3889); - _static_2(A, "quote_reducer___emailQuoteSuccess$closure", "_emailQuoteSuccess", 3890); - _static_2(A, "quote_reducer___convertQuotesToInvoicesSuccess$closure", "_convertQuotesToInvoicesSuccess", 3891); - _static_2(A, "quote_reducer___convertQuotesToProjectsSuccess$closure", "_convertQuotesToProjectsSuccess", 3892); - _static_2(A, "quote_reducer___addQuote$closure", "_addQuote", 3893); - _static_2(A, "quote_reducer___updateQuote$closure", "_updateQuote", 3894); - _static_2(A, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 3895); - _static_2(A, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3896); - _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing13", 917); - _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing14", 918); - _static_2(A, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 3897); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 3898); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 3899); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 3900); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByStatus$closure", "_filterRecurringExpensesByStatus", 3901); - _static_2(A, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 3902); - _static_2(A, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 3903); - _static_2(A, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect15", 3904); - _static_2(A, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3905); - _static_2(A, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3906); - _static_2(A, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3907); - _static_2(A, "recurring_expense_reducer___purgeClientSuccess$closure", "_purgeClientSuccess6", 3908); - _static_2(A, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 3909); - _static_2(A, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 3910); - _static_2(A, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 3911); - _static_2(A, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 3912); - _static_2(A, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 3913); - _static_2(A, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 3914); - _static_2(A, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 3915); - _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3916); - _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3917); - _static_2(A, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3918); - _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing14", 266); - _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing15", 407); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 624); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3919); - _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 3920); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 3921); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3922); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3923); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3924); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3925); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3926); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3927); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3928); - _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3929); - _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect16", 3930); - _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3931); - _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3932); - _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3933); - _static_2(A, "recurring_invoice_reducer___purgeClientSuccess$closure", "_purgeClientSuccess7", 3934); - _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3935); - _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3936); - _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3937); - _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3938); - _static_2(A, "recurring_invoice_reducer___sendNowRecurringInvoiceSuccess$closure", "_sendNowRecurringInvoiceSuccess", 3939); - _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3940); - _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3941); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3942); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3943); - _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3944); - _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3945); - _static_2(A, "schedule_reducer___clearEditing$closure", "_clearEditing15", 3946); - _static_2(A, "schedule_reducer___updateEditing$closure", "_updateEditing16", 3947); - _static_2(A, "schedule_reducer___viewScheduleList$closure", "_viewScheduleList0", 3948); - _static_2(A, "schedule_reducer___filterSchedulesByCustom1$closure", "_filterSchedulesByCustom1", 3949); - _static_2(A, "schedule_reducer___filterSchedulesByCustom2$closure", "_filterSchedulesByCustom2", 3950); - _static_2(A, "schedule_reducer___filterSchedulesByState$closure", "_filterSchedulesByState", 3951); - _static_2(A, "schedule_reducer___filterSchedules$closure", "_filterSchedules", 3952); - _static_2(A, "schedule_reducer___sortSchedules$closure", "_sortSchedules", 3953); - _static_2(A, "schedule_reducer___startListMultiselect$closure", "_startListMultiselect17", 3954); - _static_2(A, "schedule_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3955); - _static_2(A, "schedule_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3956); - _static_2(A, "schedule_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3957); - _static_2(A, "schedule_reducer___archiveScheduleSuccess$closure", "_archiveScheduleSuccess", 3958); - _static_2(A, "schedule_reducer___deleteScheduleSuccess$closure", "_deleteScheduleSuccess", 3959); - _static_2(A, "schedule_reducer___restoreScheduleSuccess$closure", "_restoreScheduleSuccess", 3960); - _static_2(A, "schedule_reducer___addSchedule$closure", "_addSchedule", 3961); - _static_2(A, "schedule_reducer___updateSchedule$closure", "_updateSchedule", 3962); - _static_2(A, "schedule_reducer___setLoadedSchedule$closure", "_setLoadedSchedule", 3963); - _static_2(A, "schedule_reducer___setLoadedSchedules$closure", "_setLoadedSchedules", 3964); - _static_2(A, "schedule_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3965); - _static_2(A, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3966); - _static_2(A, "subscription_reducer___clearEditing$closure", "_clearEditing16", 3967); - _static_2(A, "subscription_reducer___updateEditing$closure", "_updateEditing17", 3968); - _static_2(A, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3969); - _static_2(A, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3970); - _static_2(A, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3971); - _static_2(A, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3972); - _static_2(A, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3973); - _static_2(A, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect18", 3974); - _static_2(A, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3975); - _static_2(A, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3976); - _static_2(A, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3977); - _static_2(A, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3978); - _static_2(A, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3979); - _static_2(A, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3980); - _static_2(A, "subscription_reducer___addSubscription$closure", "_addSubscription", 3981); - _static_2(A, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3982); - _static_2(A, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3983); - _static_2(A, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3984); - _static_2(A, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3985); - _static_2(A, "task_reducer___clearEditing$closure", "_clearEditing17", 3986); - _static_2(A, "task_reducer___updateEditing$closure", "_updateEditing18", 3987); - _static_2(A, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3988); - _static_2(A, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3989); - _static_2(A, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3990); - _static_2(A, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3991); - _static_2(A, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3992); - _static_2(A, "task_reducer___filterTasks$closure", "_filterTasks", 3993); - _static_2(A, "task_reducer___sortTasks$closure", "_sortTasks0", 3994); - _static_2(A, "task_reducer___addTaskTime$closure", "_addTaskTime", 3995); - _static_2(A, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3996); - _static_2(A, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3997); - _static_2(A, "task_reducer___startListMultiselect$closure", "_startListMultiselect19", 3998); - _static_2(A, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3999); - _static_2(A, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 4000); - _static_2(A, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 4001); - _static_2(A, "task_reducer___purgeClientSuccess$closure", "_purgeClientSuccess8", 4002); - _static_2(A, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 4003); - _static_2(A, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 4004); - _static_2(A, "task_reducer___startTaskSuccess$closure", "_startTaskSuccess", 4005); - _static_2(A, "task_reducer___stopTaskSuccess$closure", "_stopTaskSuccess", 4006); - _static_2(A, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 4007); - _static_2(A, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 4008); - _static_2(A, "task_reducer___addTask$closure", "_addTask", 4009); - _static_2(A, "task_reducer___updateTask$closure", "_updateTask", 4010); - _static_2(A, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 4011); - _static_2(A, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 4012); - _static_2(A, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 4013); - _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing18", 4014); - _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing19", 4015); - _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 4016); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 4017); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 4018); - _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 4019); - _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 4020); - _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 4021); - _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect20", 4022); - _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 4023); - _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 4024); - _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 4025); - _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 4026); - _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 4027); - _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 4028); - _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 4029); - _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 4030); - _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 4031); - _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 4032); - _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 4033); - _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 4034); - _static_2(A, "tax_rate_reducer___clearEditing$closure", "_clearEditing19", 4035); - _static_2(A, "tax_rate_reducer___updateEditing$closure", "_updateEditing20", 4036); - _static_2(A, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 4037); - _static_2(A, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 4038); - _static_2(A, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 4039); - _static_2(A, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 4040); - _static_2(A, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect21", 4041); - _static_2(A, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 4042); - _static_2(A, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 4043); - _static_2(A, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 4044); - _static_2(A, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 4045); - _static_2(A, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 4046); - _static_2(A, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 4047); - _static_2(A, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 4048); - _static_2(A, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 4049); - _static_2(A, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 4050); - _static_2(A, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 4051); - _static_2(A, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 4052); - _static_2(A, "token_reducer___clearEditing$closure", "_clearEditing20", 4053); - _static_2(A, "token_reducer___updateEditing$closure", "_updateEditing21", 4054); - _static_2(A, "token_reducer___viewTokenList$closure", "_viewTokenList0", 4055); - _static_2(A, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 4056); - _static_2(A, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 4057); - _static_2(A, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 4058); - _static_2(A, "token_reducer___filterTokens$closure", "_filterTokens", 4059); - _static_2(A, "token_reducer___sortTokens$closure", "_sortTokens", 4060); - _static_2(A, "token_reducer___startListMultiselect$closure", "_startListMultiselect22", 4061); - _static_2(A, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 4062); - _static_2(A, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 4063); - _static_2(A, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 4064); - _static_2(A, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 4065); - _static_2(A, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 4066); - _static_2(A, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 4067); - _static_2(A, "token_reducer___addToken$closure", "_addToken", 4068); - _static_2(A, "token_reducer___updateToken$closure", "_updateToken", 4069); - _static_2(A, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 4070); - _static_2(A, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 4071); - _static_2(A, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany22", 4072); - _static_2(A, "transaction_reducer___clearEditing$closure", "_clearEditing21", 4073); - _static_2(A, "transaction_reducer___updateEditing$closure", "_updateEditing22", 4074); - _static_2(A, "transaction_reducer___viewTransactionList$closure", "_viewTransactionList0", 4075); - _static_2(A, "transaction_reducer___filterTransactionsByCustom1$closure", "_filterTransactionsByCustom1", 4076); - _static_2(A, "transaction_reducer___filterTransactionsByCustom2$closure", "_filterTransactionsByCustom2", 4077); - _static_2(A, "transaction_reducer___filterTransactionsByState$closure", "_filterTransactionsByState", 4078); - _static_2(A, "transaction_reducer___filterTransactionsByStatus$closure", "_filterTransactionsByStatus", 4079); - _static_2(A, "transaction_reducer___filterTransactions$closure", "_filterTransactions", 4080); - _static_2(A, "transaction_reducer___sortTransactions$closure", "_sortTransactions", 4081); - _static_2(A, "transaction_reducer___startListMultiselect$closure", "_startListMultiselect23", 4082); - _static_2(A, "transaction_reducer___addToListMultiselect$closure", "_addToListMultiselect23", 4083); - _static_2(A, "transaction_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect23", 4084); - _static_2(A, "transaction_reducer___clearListMultiselect$closure", "_clearListMultiselect23", 4085); - _static_2(A, "transaction_reducer___archiveTransactionSuccess$closure", "_archiveTransactionSuccess", 4086); - _static_2(A, "transaction_reducer___deleteTransactionSuccess$closure", "_deleteTransactionSuccess", 4087); - _static_2(A, "transaction_reducer___restoreTransactionSuccess$closure", "_restoreTransactionSuccess", 4088); - _static_2(A, "transaction_reducer___addTransaction$closure", "_addTransaction", 4089); - _static_2(A, "transaction_reducer___updateTransaction$closure", "_updateTransaction", 4090); - _static_2(A, "transaction_reducer___convertTransactionToPayment$closure", "_convertTransactionToPayment", 4091); - _static_2(A, "transaction_reducer___convertTransactionToExpense$closure", "_convertTransactionToExpense", 4092); - _static_2(A, "transaction_reducer___linkTransactionToPayment$closure", "_linkTransactionToPayment", 4093); - _static_2(A, "transaction_reducer___linkTransactionToExpense$closure", "_linkTransactionToExpense", 4094); - _static_2(A, "transaction_reducer___convertTransactions$closure", "_convertTransactions0", 4095); - _static_2(A, "transaction_reducer___setLoadedTransaction$closure", "_setLoadedTransaction", 4096); - _static_2(A, "transaction_reducer___setLoadedTransactions$closure", "_setLoadedTransactions", 4097); - _static_2(A, "transaction_reducer___setLoadedCompany$closure", "_setLoadedCompany23", 4098); - _static_2(A, "transaction_rule_reducer___clearEditing$closure", "_clearEditing22", 4099); - _static_2(A, "transaction_rule_reducer___updateEditing$closure", "_updateEditing23", 4100); - _static_2(A, "transaction_rule_reducer___viewTransactionRuleList$closure", "_viewTransactionRuleList0", 4101); - _static_2(A, "transaction_rule_reducer___filterTransactionRulesByCustom1$closure", "_filterTransactionRulesByCustom1", 4102); - _static_2(A, "transaction_rule_reducer___filterTransactionRulesByCustom2$closure", "_filterTransactionRulesByCustom2", 4103); - _static_2(A, "transaction_rule_reducer___filterTransactionRulesByState$closure", "_filterTransactionRulesByState", 4104); - _static_2(A, "transaction_rule_reducer___filterTransactionRules$closure", "_filterTransactionRules", 4105); - _static_2(A, "transaction_rule_reducer___sortTransactionRules$closure", "_sortTransactionRules", 4106); - _static_2(A, "transaction_rule_reducer___startListMultiselect$closure", "_startListMultiselect24", 4107); - _static_2(A, "transaction_rule_reducer___addToListMultiselect$closure", "_addToListMultiselect24", 4108); - _static_2(A, "transaction_rule_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect24", 4109); - _static_2(A, "transaction_rule_reducer___clearListMultiselect$closure", "_clearListMultiselect24", 4110); - _static_2(A, "transaction_rule_reducer___archiveTransactionRuleSuccess$closure", "_archiveTransactionRuleSuccess", 4111); - _static_2(A, "transaction_rule_reducer___deleteTransactionRuleSuccess$closure", "_deleteTransactionRuleSuccess", 4112); - _static_2(A, "transaction_rule_reducer___restoreTransactionRuleSuccess$closure", "_restoreTransactionRuleSuccess", 4113); - _static_2(A, "transaction_rule_reducer___addTransactionRule$closure", "_addTransactionRule", 4114); - _static_2(A, "transaction_rule_reducer___updateTransactionRule$closure", "_updateTransactionRule", 4115); - _static_2(A, "transaction_rule_reducer___setLoadedTransactionRule$closure", "_setLoadedTransactionRule", 4116); - _static_2(A, "transaction_rule_reducer___setLoadedTransactionRules$closure", "_setLoadedTransactionRules", 4117); - _static_2(A, "transaction_rule_reducer___setLoadedCompany$closure", "_setLoadedCompany24", 4118); - _static_2(A, "user_reducer___clearEditing$closure", "_clearEditing23", 4119); - _static_2(A, "user_reducer___updateEditing$closure", "_updateEditing24", 4120); - _static_2(A, "user_reducer___viewUserList$closure", "_viewUserList0", 4121); - _static_2(A, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 4122); - _static_2(A, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 4123); - _static_2(A, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 4124); - _static_2(A, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 4125); - _static_2(A, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 4126); - _static_2(A, "user_reducer___filterUsers$closure", "_filterUsers", 4127); - _static_2(A, "user_reducer___sortUsers$closure", "_sortUsers", 4128); - _static_2(A, "user_reducer___startListMultiselect$closure", "_startListMultiselect25", 4129); - _static_2(A, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect25", 4130); - _static_2(A, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect25", 4131); - _static_2(A, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect25", 4132); - _static_2(A, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 4133); - _static_2(A, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 4134); - _static_2(A, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 4135); - _static_2(A, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 4136); - _static_2(A, "user_reducer___addUser$closure", "_addUser", 4137); - _static_2(A, "user_reducer___updateUser$closure", "_updateUser", 4138); - _static_2(A, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 4139); - _static_2(A, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 4140); - _static_2(A, "user_reducer___disconnectOAuthUser$closure", "_disconnectOAuthUser0", 4141); - _static_2(A, "user_reducer___disconnectOAuthMailer$closure", "_disconnectOAuthMailer0", 4142); - _static_2(A, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 4143); - _static_2(A, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 4144); - _static_2(A, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 4145); - _static_2(A, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany25", 4146); - _static_2(A, "vendor_reducer__editVendorContact$closure", "editVendorContact", 4147); - _static_2(A, "vendor_reducer___clearEditing$closure", "_clearEditing24", 4148); - _static_2(A, "vendor_reducer___updateEditing$closure", "_updateEditing25", 4149); - _static_2(A, "vendor_reducer___addContact$closure", "_addContact", 4150); - _static_2(A, "vendor_reducer___removeContact$closure", "_removeContact", 4151); - _static_2(A, "vendor_reducer___updateContact$closure", "_updateContact", 4152); - _static_2(A, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 4153); - _static_2(A, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 4154); - _static_2(A, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 4155); - _static_2(A, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 4156); - _static_2(A, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 4157); - _static_2(A, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 4158); - _static_2(A, "vendor_reducer___filterVendors$closure", "_filterVendors", 4159); - _static_2(A, "vendor_reducer___sortVendors$closure", "_sortVendors", 4160); - _static_2(A, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect26", 4161); - _static_2(A, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect26", 4162); - _static_2(A, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect26", 4163); - _static_2(A, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect26", 4164); - _static_2(A, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 4165); - _static_2(A, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 4166); - _static_2(A, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 4167); - _static_2(A, "vendor_reducer___addVendor$closure", "_addVendor", 4168); - _static_2(A, "vendor_reducer___updateVendor$closure", "_updateVendor", 4169); - _static_2(A, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 4170); - _static_2(A, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 4171); - _static_2(A, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany26", 4172); - _static_2(A, "webhook_reducer___clearEditing$closure", "_clearEditing25", 4173); - _static_2(A, "webhook_reducer___updateEditing$closure", "_updateEditing26", 4174); - _static_2(A, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 4175); - _static_2(A, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 4176); - _static_2(A, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 4177); - _static_2(A, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 4178); - _static_2(A, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 4179); - _static_2(A, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 4180); - _static_2(A, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect27", 4181); - _static_2(A, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect27", 4182); - _static_2(A, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect27", 4183); - _static_2(A, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect27", 4184); - _static_2(A, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 4185); - _static_2(A, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 4186); - _static_2(A, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 4187); - _static_2(A, "webhook_reducer___addWebhook$closure", "_addWebhook", 4188); - _static_2(A, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 4189); - _static_2(A, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 4190); - _static_2(A, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 4191); - _static_2(A, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany27", 4192); - _static_1(A, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 4193); + _instance_1_u(_, "get$generateRoute", "generateRoute$1", 781); + _static_2(A, "app_reducer__appReducer$closure", "appReducer", 3522); + _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 3523); + _static_2(A, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 3524); + _static_2(A, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 3525); + _static_2(A, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 3526); + _static_2(A, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 3527); + _static_2(A, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 3528); + _static_2(A, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 3529); + _static_2(A, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 3530); + _static_2(A, "bank_account_reducer___clearEditing$closure", "_clearEditing", 3531); + _static_2(A, "bank_account_reducer___updateEditing$closure", "_updateEditing", 3532); + _static_2(A, "bank_account_reducer___viewBankAccountList$closure", "_viewBankAccountList0", 3533); + _static_2(A, "bank_account_reducer___filterBankAccountsByCustom1$closure", "_filterBankAccountsByCustom1", 3534); + _static_2(A, "bank_account_reducer___filterBankAccountsByCustom2$closure", "_filterBankAccountsByCustom2", 3535); + _static_2(A, "bank_account_reducer___filterBankAccountsByState$closure", "_filterBankAccountsByState", 3536); + _static_2(A, "bank_account_reducer___filterBankAccounts$closure", "_filterBankAccounts", 3537); + _static_2(A, "bank_account_reducer___sortBankAccounts$closure", "_sortBankAccounts", 3538); + _static_2(A, "bank_account_reducer___startListMultiselect$closure", "_startListMultiselect", 3539); + _static_2(A, "bank_account_reducer___addToListMultiselect$closure", "_addToListMultiselect", 3540); + _static_2(A, "bank_account_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 3541); + _static_2(A, "bank_account_reducer___clearListMultiselect$closure", "_clearListMultiselect", 3542); + _static_2(A, "bank_account_reducer___archiveBankAccountSuccess$closure", "_archiveBankAccountSuccess", 3543); + _static_2(A, "bank_account_reducer___deleteBankAccountSuccess$closure", "_deleteBankAccountSuccess", 3544); + _static_2(A, "bank_account_reducer___restoreBankAccountSuccess$closure", "_restoreBankAccountSuccess", 3545); + _static_2(A, "bank_account_reducer___addBankAccount$closure", "_addBankAccount", 3546); + _static_2(A, "bank_account_reducer___updateBankAccount$closure", "_updateBankAccount", 3547); + _static_2(A, "bank_account_reducer___setLoadedBankAccount$closure", "_setLoadedBankAccount", 3548); + _static_2(A, "bank_account_reducer___setLoadedBankAccounts$closure", "_setLoadedBankAccounts", 3549); + _static_2(A, "bank_account_reducer___setLoadedCompany$closure", "_setLoadedCompany", 3550); + _static_2(A, "client_reducer___viewClientList$closure", "_viewClientList0", 3551); + _static_2(A, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 3552); + _static_2(A, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 3553); + _static_2(A, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 3554); + _static_2(A, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 3555); + _static_2(A, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 3556); + _static_2(A, "client_reducer___filterClients$closure", "_filterClients", 3557); + _static_2(A, "client_reducer___sortClients$closure", "_sortClients", 3558); + _static_2(A, "client_reducer___startListMultiselect$closure", "_startListMultiselect0", 3559); + _static_2(A, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 3560); + _static_2(A, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 3561); + _static_2(A, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 3562); + _static_2(A, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 3563); + _static_2(A, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 3564); + _static_2(A, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 3565); + _static_2(A, "client_reducer___addClient$closure", "_addClient", 3566); + _static_2(A, "client_reducer___updateClient$closure", "_updateClient", 3567); + _static_2(A, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 3568); + _static_2(A, "client_reducer___mergeClientSuccess$closure", "_mergeClientSuccess", 3569); + _static_2(A, "client_reducer___purgeClientSuccess$closure", "_purgeClientSuccess", 3570); + _static_2(A, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 3571); + _static_2(A, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 3572); + _static_2(A, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 3573); + _static_2(A, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 3574); + _static_2(A, "company_gateway_reducer___clearEditing$closure", "_clearEditing0", 3575); + _static_2(A, "company_gateway_reducer___updateEditing$closure", "_updateEditing0", 3576); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 3577); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 3578); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 3579); + _static_2(A, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 3580); + _static_2(A, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 3581); + _static_2(A, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect1", 3582); + _static_2(A, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 3583); + _static_2(A, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 3584); + _static_2(A, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 3585); + _static_2(A, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 3586); + _static_2(A, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 3587); + _static_2(A, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 3588); + _static_2(A, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 3589); + _static_2(A, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 3590); + _static_2(A, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 3591); + _static_2(A, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 3592); + _static_2(A, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 3593); + _static_2(A, "credit_reducer___clearEditing$closure", "_clearEditing1", 270); + _static_2(A, "credit_reducer___updateEditing$closure", "_updateEditing1", 404); + _static_2(A, "credit_reducer___addCreditItem$closure", "_addCreditItem", 664); + _static_2(A, "credit_reducer___addCreditItems$closure", "_addCreditItems", 3596); + _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 3597); + _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 3598); + _static_2(A, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 3599); + _static_2(A, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 3600); + _static_2(A, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 3601); + _static_2(A, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 3602); + _static_2(A, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 3603); + _static_2(A, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 3604); + _static_2(A, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 3605); + _static_2(A, "credit_reducer___filterCredits$closure", "_filterCredits", 3606); + _static_2(A, "credit_reducer___sortCredits$closure", "_sortCredits", 3607); + _static_2(A, "credit_reducer___startListMultiselect$closure", "_startListMultiselect2", 3608); + _static_2(A, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 3609); + _static_2(A, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 3610); + _static_2(A, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 3611); + _static_2(A, "credit_reducer___purgeClientSuccess$closure", "_purgeClientSuccess0", 3612); + _static_2(A, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 3613); + _static_2(A, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 3614); + _static_2(A, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 3615); + _static_2(A, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 3616); + _static_2(A, "credit_reducer___addCredit$closure", "_addCredit", 3617); + _static_2(A, "credit_reducer___updateCredit$closure", "_updateCredit", 3618); + _static_2(A, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 3619); + _static_2(A, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 3620); + _static_2(A, "design_reducer___clearEditing$closure", "_clearEditing2", 3621); + _static_2(A, "design_reducer___updateEditing$closure", "_updateEditing2", 3622); + _static_2(A, "design_reducer___viewDesignList$closure", "_viewDesignList0", 3623); + _static_2(A, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 3624); + _static_2(A, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 3625); + _static_2(A, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 3626); + _static_2(A, "design_reducer___filterDesigns$closure", "_filterDesigns", 3627); + _static_2(A, "design_reducer___sortDesigns$closure", "_sortDesigns", 3628); + _static_2(A, "design_reducer___startListMultiselect$closure", "_startListMultiselect3", 3629); + _static_2(A, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 3630); + _static_2(A, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 3631); + _static_2(A, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 3632); + _static_2(A, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 3633); + _static_2(A, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 3634); + _static_2(A, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 3635); + _static_2(A, "design_reducer___addDesign$closure", "_addDesign", 3636); + _static_2(A, "design_reducer___updateDesign$closure", "_updateDesign", 3637); + _static_2(A, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 3638); + _static_2(A, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 3639); + _static_2(A, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 3640); + _static_2(A, "document_reducer___updateEditing$closure", "_updateEditing3", 3641); + _static_2(A, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 3642); + _static_2(A, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 3643); + _static_2(A, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 3644); + _static_2(A, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 3645); + _static_2(A, "document_reducer___filterDocumentsByStatus$closure", "_filterDocumentsByStatus", 3646); + _static_2(A, "document_reducer___filterDocuments$closure", "_filterDocuments", 3647); + _static_2(A, "document_reducer___sortDocuments$closure", "_sortDocuments", 3648); + _static_2(A, "document_reducer___startListMultiselect$closure", "_startListMultiselect4", 3649); + _static_2(A, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 3650); + _static_2(A, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 3651); + _static_2(A, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 3652); + _static_2(A, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 3653); + _static_2(A, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 3654); + _static_2(A, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 3655); + _static_2(A, "document_reducer___addDocument$closure", "_addDocument", 3656); + _static_2(A, "document_reducer___updateDocument$closure", "_updateDocument", 3657); + _static_2(A, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 3658); + _static_2(A, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 3659); + _static_2(A, "document_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 3660); + _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing3", 919); + _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing4", 920); + _static_2(A, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 3663); + _static_2(A, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 3664); + _static_2(A, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 3665); + _static_2(A, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 3666); + _static_2(A, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 3667); + _static_2(A, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 3668); + _static_2(A, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 3669); + _static_2(A, "expense_reducer___filterExpenses$closure", "_filterExpenses", 3670); + _static_2(A, "expense_reducer___sortExpenses$closure", "_sortExpenses", 3671); + _static_2(A, "expense_reducer___startListMultiselect$closure", "_startListMultiselect5", 3672); + _static_2(A, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 3673); + _static_2(A, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 3674); + _static_2(A, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 3675); + _static_2(A, "expense_reducer___purgeClientSuccess$closure", "_purgeClientSuccess1", 3676); + _static_2(A, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 3677); + _static_2(A, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 3678); + _static_2(A, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 3679); + _static_2(A, "expense_reducer___addExpense$closure", "_addExpense", 3680); + _static_2(A, "expense_reducer___updateExpense$closure", "_updateExpense", 3681); + _static_2(A, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 3682); + _static_2(A, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 3683); + _static_2(A, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 3684); + _static_2(A, "expense_category_reducer___clearEditing$closure", "_clearEditing4", 3685); + _static_2(A, "expense_category_reducer___updateEditing$closure", "_updateEditing5", 3686); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 3687); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 3688); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 3689); + _static_2(A, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 3690); + _static_2(A, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 3691); + _static_2(A, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect6", 3692); + _static_2(A, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 3693); + _static_2(A, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 3694); + _static_2(A, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 3695); + _static_2(A, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 3696); + _static_2(A, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 3697); + _static_2(A, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 3698); + _static_2(A, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 3699); + _static_2(A, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 3700); + _static_2(A, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 3701); + _static_2(A, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 3702); + _static_2(A, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 3703); + _static_2(A, "group_reducer___clearEditing$closure", "_clearEditing5", 3704); + _static_2(A, "group_reducer___updateEditing$closure", "_updateEditing6", 3705); + _static_2(A, "group_reducer___viewGroupList$closure", "_viewGroupList0", 3706); + _static_2(A, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 3707); + _static_2(A, "group_reducer___filterGroups$closure", "_filterGroups", 3708); + _static_2(A, "group_reducer___sortGroups$closure", "_sortGroups", 3709); + _static_2(A, "group_reducer___startListMultiselect$closure", "_startListMultiselect7", 3710); + _static_2(A, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 3711); + _static_2(A, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 3712); + _static_2(A, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 3713); + _static_2(A, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 3714); + _static_2(A, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 3715); + _static_2(A, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 3716); + _static_2(A, "group_reducer___addGroup$closure", "_addGroup", 3717); + _static_2(A, "group_reducer___updateGroup$closure", "_updateGroup", 3718); + _static_2(A, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 3719); + _static_2(A, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 3720); + _static_2(A, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 3721); + _static_2(A, "invoice_reducer___clearEditing$closure", "_clearEditing6", 270); + _static_2(A, "invoice_reducer___updateEditing$closure", "_updateEditing7", 270); + _static_2(A, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 640); + _static_2(A, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 3722); + _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 3723); + _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 3724); + _static_2(A, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 3725); + _static_2(A, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 3726); + _static_2(A, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 3727); + _static_2(A, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 3728); + _static_2(A, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 3729); + _static_2(A, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 3730); + _static_2(A, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 3731); + _static_2(A, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 3732); + _static_2(A, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 3733); + _static_2(A, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect8", 3734); + _static_2(A, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 3735); + _static_2(A, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 3736); + _static_2(A, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 3737); + _static_2(A, "invoice_reducer___purgeClientSuccess$closure", "_purgeClientSuccess2", 3738); + _static_2(A, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 3739); + _static_2(A, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 3740); + _static_2(A, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 3741); + _static_2(A, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 3742); + _static_2(A, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 3743); + _static_2(A, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 3744); + _static_2(A, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 3745); + _static_2(A, "invoice_reducer___addInvoice$closure", "_addInvoice", 3746); + _static_2(A, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 3747); + _static_2(A, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 3748); + _static_2(A, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 3749); + _static_2(A, "payment_reducer___clearEditing$closure", "_clearEditing7", 3750); + _static_2(A, "payment_reducer___updateEditing$closure", "_updateEditing8", 3751); + _static_2(A, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 3752); + _static_2(A, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 3753); + _static_2(A, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 3754); + _static_2(A, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 3755); + _static_2(A, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 3756); + _static_2(A, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 3757); + _static_2(A, "payment_reducer___filterPaymentsByStatus$closure", "_filterPaymentsByStatus", 3758); + _static_2(A, "payment_reducer___filterPayments$closure", "_filterPayments", 3759); + _static_2(A, "payment_reducer___sortPayments$closure", "_sortPayments", 3760); + _static_2(A, "payment_reducer___startListMultiselect$closure", "_startListMultiselect9", 3761); + _static_2(A, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 3762); + _static_2(A, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 3763); + _static_2(A, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 3764); + _static_2(A, "payment_reducer___purgeClientSuccess$closure", "_purgeClientSuccess3", 3765); + _static_2(A, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 3766); + _static_2(A, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 3767); + _static_2(A, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 3768); + _static_2(A, "payment_reducer___addPayment$closure", "_addPayment", 3769); + _static_2(A, "payment_reducer___updatePayment$closure", "_updatePayment", 3770); + _static_2(A, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 3771); + _static_2(A, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 3772); + _static_2(A, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 3773); + _static_2(A, "payment_term_reducer___clearEditing$closure", "_clearEditing8", 3774); + _static_2(A, "payment_term_reducer___updateEditing$closure", "_updateEditing9", 3775); + _static_2(A, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 3776); + _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 3777); + _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 3778); + _static_2(A, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 3779); + _static_2(A, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 3780); + _static_2(A, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 3781); + _static_2(A, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect10", 3782); + _static_2(A, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 3783); + _static_2(A, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 3784); + _static_2(A, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 3785); + _static_2(A, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 3786); + _static_2(A, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 3787); + _static_2(A, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 3788); + _static_2(A, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 3789); + _static_2(A, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 3790); + _static_2(A, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 3791); + _static_2(A, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 3792); + _static_2(A, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 3793); + _static_2(A, "product_reducer___clearEditing$closure", "_clearEditing9", 3794); + _static_2(A, "product_reducer___updateEditing$closure", "_updateEditing10", 3795); + _static_2(A, "product_reducer___viewProductList$closure", "_viewProductList0", 3796); + _static_2(A, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 3797); + _static_2(A, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 3798); + _static_2(A, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 3799); + _static_2(A, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 3800); + _static_2(A, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 3801); + _static_2(A, "product_reducer___filterProducts$closure", "_filterProducts", 3802); + _static_2(A, "product_reducer___sortProducts$closure", "_sortProducts", 3803); + _static_2(A, "product_reducer___startListMultiselect$closure", "_startListMultiselect11", 3804); + _static_2(A, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 3805); + _static_2(A, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 3806); + _static_2(A, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 3807); + _static_2(A, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 3808); + _static_2(A, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 3809); + _static_2(A, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 3810); + _static_2(A, "product_reducer___setTaxCategoryProductsSuccess$closure", "_setTaxCategoryProductsSuccess", 3811); + _static_2(A, "product_reducer___addProduct$closure", "_addProduct", 3812); + _static_2(A, "product_reducer___updateProduct$closure", "_updateProduct", 3813); + _static_2(A, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 3814); + _static_2(A, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 3815); + _static_2(A, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 3816); + _static_2(A, "project_reducer___clearEditing$closure", "_clearEditing10", 3817); + _static_2(A, "project_reducer___updateEditing$closure", "_updateEditing11", 3818); + _static_2(A, "project_reducer___viewProjectList$closure", "_viewProjectList0", 3819); + _static_2(A, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 3820); + _static_2(A, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 3821); + _static_2(A, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 3822); + _static_2(A, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 3823); + _static_2(A, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 3824); + _static_2(A, "project_reducer___filterProjects$closure", "_filterProjects", 3825); + _static_2(A, "project_reducer___sortProjects$closure", "_sortProjects", 3826); + _static_2(A, "project_reducer___startListMultiselect$closure", "_startListMultiselect12", 3827); + _static_2(A, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 3828); + _static_2(A, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 3829); + _static_2(A, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 3830); + _static_2(A, "project_reducer___purgeClientSuccess$closure", "_purgeClientSuccess4", 3831); + _static_2(A, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 3832); + _static_2(A, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 3833); + _static_2(A, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 3834); + _static_2(A, "project_reducer___addProject$closure", "_addProject", 3835); + _static_2(A, "project_reducer___updateProject$closure", "_updateProject", 3836); + _static_2(A, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 3837); + _static_2(A, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 3838); + _static_2(A, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3839); + _static_2(A, "purchase_order_reducer___clearEditing$closure", "_clearEditing11", 270); + _static_2(A, "purchase_order_reducer___updateEditing$closure", "_updateEditing12", 404); + _static_2(A, "purchase_order_reducer___addPurchaseOrderItem$closure", "_addPurchaseOrderItem", 629); + _static_2(A, "purchase_order_reducer___addPurchaseOrderItems$closure", "_addPurchaseOrderItems", 3840); + _static_2(A, "purchase_order_reducer___removePurchaseOrderItem$closure", "_removePurchaseOrderItem", 3841); + _static_2(A, "purchase_order_reducer___updatePurchaseOrderItem$closure", "_updatePurchaseOrderItem", 3842); + _static_2(A, "purchase_order_reducer___viewPurchaseOrderList$closure", "_viewPurchaseOrderList0", 3843); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom1$closure", "_filterPurchaseOrdersByCustom1", 3844); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom2$closure", "_filterPurchaseOrdersByCustom2", 3845); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom3$closure", "_filterPurchaseOrdersByCustom3", 3846); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom4$closure", "_filterPurchaseOrdersByCustom4", 3847); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByState$closure", "_filterPurchaseOrdersByState", 3848); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByStatus$closure", "_filterPurchaseOrdersByStatus", 3849); + _static_2(A, "purchase_order_reducer___filterPurchaseOrders$closure", "_filterPurchaseOrders", 3850); + _static_2(A, "purchase_order_reducer___sortPurchaseOrders$closure", "_sortPurchaseOrders", 3851); + _static_2(A, "purchase_order_reducer___startListMultiselect$closure", "_startListMultiselect13", 3852); + _static_2(A, "purchase_order_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 3853); + _static_2(A, "purchase_order_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 3854); + _static_2(A, "purchase_order_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 3855); + _static_2(A, "purchase_order_reducer___markSentPurchaseOrderSuccess$closure", "_markSentPurchaseOrderSuccess", 3856); + _static_2(A, "purchase_order_reducer___convertPurchaseOrdersToExpenses$closure", "_convertPurchaseOrdersToExpenses", 3857); + _static_2(A, "purchase_order_reducer___addPurchaseOrdersToInventorySuccess$closure", "_addPurchaseOrdersToInventorySuccess", 3858); + _static_2(A, "purchase_order_reducer___acceptPurchaseOrderSuccess$closure", "_acceptPurchaseOrderSuccess", 3859); + _static_2(A, "purchase_order_reducer___cancelPurchaseOrderSuccess$closure", "_cancelPurchaseOrderSuccess", 3860); + _static_2(A, "purchase_order_reducer___archivePurchaseOrderSuccess$closure", "_archivePurchaseOrderSuccess", 3861); + _static_2(A, "purchase_order_reducer___deletePurchaseOrderSuccess$closure", "_deletePurchaseOrderSuccess", 3862); + _static_2(A, "purchase_order_reducer___restorePurchaseOrderSuccess$closure", "_restorePurchaseOrderSuccess", 3863); + _static_2(A, "purchase_order_reducer___emailPurchaseOrderSuccess$closure", "_emailPurchaseOrderSuccess", 3864); + _static_2(A, "purchase_order_reducer___approvePurchaseOrderSuccess$closure", "_approvePurchaseOrderSuccess", 3865); + _static_2(A, "purchase_order_reducer___addPurchaseOrder$closure", "_addPurchaseOrder", 3866); + _static_2(A, "purchase_order_reducer___updatePurchaseOrder$closure", "_updatePurchaseOrder", 3867); + _static_2(A, "purchase_order_reducer___setLoadedPurchaseOrders$closure", "_setLoadedPurchaseOrders", 3868); + _static_2(A, "purchase_order_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3869); + _static_2(A, "quote_reducer___clearEditing$closure", "_clearEditing12", 270); + _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing13", 404); + _static_2(A, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 627); + _static_2(A, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 3870); + _static_2(A, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 3871); + _static_2(A, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 3872); + _static_2(A, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 3873); + _static_2(A, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 3874); + _static_2(A, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 3875); + _static_2(A, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 3876); + _static_2(A, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 3877); + _static_2(A, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 3878); + _static_2(A, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 3879); + _static_2(A, "quote_reducer___filterQuotes$closure", "_filterQuotes", 3880); + _static_2(A, "quote_reducer___sortQuotes$closure", "_sortQuotes", 3881); + _static_2(A, "quote_reducer___startListMultiselect$closure", "_startListMultiselect14", 3882); + _static_2(A, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3883); + _static_2(A, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3884); + _static_2(A, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3885); + _static_2(A, "quote_reducer___purgeClientSuccess$closure", "_purgeClientSuccess5", 3886); + _static_2(A, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 3887); + _static_2(A, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 3888); + _static_2(A, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 3889); + _static_2(A, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 3890); + _static_2(A, "quote_reducer___emailQuoteSuccess$closure", "_emailQuoteSuccess", 3891); + _static_2(A, "quote_reducer___convertQuotesToInvoicesSuccess$closure", "_convertQuotesToInvoicesSuccess", 3892); + _static_2(A, "quote_reducer___convertQuotesToProjectsSuccess$closure", "_convertQuotesToProjectsSuccess", 3893); + _static_2(A, "quote_reducer___addQuote$closure", "_addQuote", 3894); + _static_2(A, "quote_reducer___updateQuote$closure", "_updateQuote", 3895); + _static_2(A, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 3896); + _static_2(A, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3897); + _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing13", 919); + _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing14", 920); + _static_2(A, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 3898); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 3899); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 3900); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 3901); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByStatus$closure", "_filterRecurringExpensesByStatus", 3902); + _static_2(A, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 3903); + _static_2(A, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 3904); + _static_2(A, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect15", 3905); + _static_2(A, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3906); + _static_2(A, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3907); + _static_2(A, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3908); + _static_2(A, "recurring_expense_reducer___purgeClientSuccess$closure", "_purgeClientSuccess6", 3909); + _static_2(A, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 3910); + _static_2(A, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 3911); + _static_2(A, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 3912); + _static_2(A, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 3913); + _static_2(A, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 3914); + _static_2(A, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 3915); + _static_2(A, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 3916); + _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3917); + _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3918); + _static_2(A, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3919); + _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing14", 270); + _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing15", 404); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 626); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3920); + _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 3921); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 3922); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3923); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3924); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3925); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3926); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3927); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3928); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3929); + _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3930); + _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect16", 3931); + _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3932); + _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3933); + _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3934); + _static_2(A, "recurring_invoice_reducer___purgeClientSuccess$closure", "_purgeClientSuccess7", 3935); + _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3936); + _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3937); + _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3938); + _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3939); + _static_2(A, "recurring_invoice_reducer___sendNowRecurringInvoiceSuccess$closure", "_sendNowRecurringInvoiceSuccess", 3940); + _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3941); + _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3942); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3943); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3944); + _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3945); + _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3946); + _static_2(A, "schedule_reducer___clearEditing$closure", "_clearEditing15", 3947); + _static_2(A, "schedule_reducer___updateEditing$closure", "_updateEditing16", 3948); + _static_2(A, "schedule_reducer___viewScheduleList$closure", "_viewScheduleList0", 3949); + _static_2(A, "schedule_reducer___filterSchedulesByCustom1$closure", "_filterSchedulesByCustom1", 3950); + _static_2(A, "schedule_reducer___filterSchedulesByCustom2$closure", "_filterSchedulesByCustom2", 3951); + _static_2(A, "schedule_reducer___filterSchedulesByState$closure", "_filterSchedulesByState", 3952); + _static_2(A, "schedule_reducer___filterSchedules$closure", "_filterSchedules", 3953); + _static_2(A, "schedule_reducer___sortSchedules$closure", "_sortSchedules", 3954); + _static_2(A, "schedule_reducer___startListMultiselect$closure", "_startListMultiselect17", 3955); + _static_2(A, "schedule_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3956); + _static_2(A, "schedule_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3957); + _static_2(A, "schedule_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3958); + _static_2(A, "schedule_reducer___archiveScheduleSuccess$closure", "_archiveScheduleSuccess", 3959); + _static_2(A, "schedule_reducer___deleteScheduleSuccess$closure", "_deleteScheduleSuccess", 3960); + _static_2(A, "schedule_reducer___restoreScheduleSuccess$closure", "_restoreScheduleSuccess", 3961); + _static_2(A, "schedule_reducer___addSchedule$closure", "_addSchedule", 3962); + _static_2(A, "schedule_reducer___updateSchedule$closure", "_updateSchedule", 3963); + _static_2(A, "schedule_reducer___setLoadedSchedule$closure", "_setLoadedSchedule", 3964); + _static_2(A, "schedule_reducer___setLoadedSchedules$closure", "_setLoadedSchedules", 3965); + _static_2(A, "schedule_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3966); + _static_2(A, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3967); + _static_2(A, "subscription_reducer___clearEditing$closure", "_clearEditing16", 3968); + _static_2(A, "subscription_reducer___updateEditing$closure", "_updateEditing17", 3969); + _static_2(A, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3970); + _static_2(A, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3971); + _static_2(A, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3972); + _static_2(A, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3973); + _static_2(A, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3974); + _static_2(A, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect18", 3975); + _static_2(A, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3976); + _static_2(A, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3977); + _static_2(A, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3978); + _static_2(A, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3979); + _static_2(A, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3980); + _static_2(A, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3981); + _static_2(A, "subscription_reducer___addSubscription$closure", "_addSubscription", 3982); + _static_2(A, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3983); + _static_2(A, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3984); + _static_2(A, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3985); + _static_2(A, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3986); + _static_2(A, "task_reducer___clearEditing$closure", "_clearEditing17", 3987); + _static_2(A, "task_reducer___updateEditing$closure", "_updateEditing18", 3988); + _static_2(A, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3989); + _static_2(A, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3990); + _static_2(A, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3991); + _static_2(A, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3992); + _static_2(A, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3993); + _static_2(A, "task_reducer___filterTasks$closure", "_filterTasks", 3994); + _static_2(A, "task_reducer___sortTasks$closure", "_sortTasks0", 3995); + _static_2(A, "task_reducer___addTaskTime$closure", "_addTaskTime", 3996); + _static_2(A, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3997); + _static_2(A, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3998); + _static_2(A, "task_reducer___startListMultiselect$closure", "_startListMultiselect19", 3999); + _static_2(A, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 4000); + _static_2(A, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 4001); + _static_2(A, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 4002); + _static_2(A, "task_reducer___purgeClientSuccess$closure", "_purgeClientSuccess8", 4003); + _static_2(A, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 4004); + _static_2(A, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 4005); + _static_2(A, "task_reducer___startTaskSuccess$closure", "_startTaskSuccess", 4006); + _static_2(A, "task_reducer___stopTaskSuccess$closure", "_stopTaskSuccess", 4007); + _static_2(A, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 4008); + _static_2(A, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 4009); + _static_2(A, "task_reducer___addTask$closure", "_addTask", 4010); + _static_2(A, "task_reducer___updateTask$closure", "_updateTask", 4011); + _static_2(A, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 4012); + _static_2(A, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 4013); + _static_2(A, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 4014); + _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing18", 4015); + _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing19", 4016); + _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 4017); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 4018); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 4019); + _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 4020); + _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 4021); + _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 4022); + _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect20", 4023); + _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 4024); + _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 4025); + _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 4026); + _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 4027); + _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 4028); + _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 4029); + _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 4030); + _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 4031); + _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 4032); + _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 4033); + _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 4034); + _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 4035); + _static_2(A, "tax_rate_reducer___clearEditing$closure", "_clearEditing19", 4036); + _static_2(A, "tax_rate_reducer___updateEditing$closure", "_updateEditing20", 4037); + _static_2(A, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 4038); + _static_2(A, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 4039); + _static_2(A, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 4040); + _static_2(A, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 4041); + _static_2(A, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect21", 4042); + _static_2(A, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 4043); + _static_2(A, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 4044); + _static_2(A, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 4045); + _static_2(A, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 4046); + _static_2(A, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 4047); + _static_2(A, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 4048); + _static_2(A, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 4049); + _static_2(A, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 4050); + _static_2(A, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 4051); + _static_2(A, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 4052); + _static_2(A, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 4053); + _static_2(A, "token_reducer___clearEditing$closure", "_clearEditing20", 4054); + _static_2(A, "token_reducer___updateEditing$closure", "_updateEditing21", 4055); + _static_2(A, "token_reducer___viewTokenList$closure", "_viewTokenList0", 4056); + _static_2(A, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 4057); + _static_2(A, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 4058); + _static_2(A, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 4059); + _static_2(A, "token_reducer___filterTokens$closure", "_filterTokens", 4060); + _static_2(A, "token_reducer___sortTokens$closure", "_sortTokens", 4061); + _static_2(A, "token_reducer___startListMultiselect$closure", "_startListMultiselect22", 4062); + _static_2(A, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 4063); + _static_2(A, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 4064); + _static_2(A, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 4065); + _static_2(A, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 4066); + _static_2(A, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 4067); + _static_2(A, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 4068); + _static_2(A, "token_reducer___addToken$closure", "_addToken", 4069); + _static_2(A, "token_reducer___updateToken$closure", "_updateToken", 4070); + _static_2(A, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 4071); + _static_2(A, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 4072); + _static_2(A, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany22", 4073); + _static_2(A, "transaction_reducer___clearEditing$closure", "_clearEditing21", 4074); + _static_2(A, "transaction_reducer___updateEditing$closure", "_updateEditing22", 4075); + _static_2(A, "transaction_reducer___viewTransactionList$closure", "_viewTransactionList0", 4076); + _static_2(A, "transaction_reducer___filterTransactionsByCustom1$closure", "_filterTransactionsByCustom1", 4077); + _static_2(A, "transaction_reducer___filterTransactionsByCustom2$closure", "_filterTransactionsByCustom2", 4078); + _static_2(A, "transaction_reducer___filterTransactionsByState$closure", "_filterTransactionsByState", 4079); + _static_2(A, "transaction_reducer___filterTransactionsByStatus$closure", "_filterTransactionsByStatus", 4080); + _static_2(A, "transaction_reducer___filterTransactions$closure", "_filterTransactions", 4081); + _static_2(A, "transaction_reducer___sortTransactions$closure", "_sortTransactions", 4082); + _static_2(A, "transaction_reducer___startListMultiselect$closure", "_startListMultiselect23", 4083); + _static_2(A, "transaction_reducer___addToListMultiselect$closure", "_addToListMultiselect23", 4084); + _static_2(A, "transaction_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect23", 4085); + _static_2(A, "transaction_reducer___clearListMultiselect$closure", "_clearListMultiselect23", 4086); + _static_2(A, "transaction_reducer___archiveTransactionSuccess$closure", "_archiveTransactionSuccess", 4087); + _static_2(A, "transaction_reducer___deleteTransactionSuccess$closure", "_deleteTransactionSuccess", 4088); + _static_2(A, "transaction_reducer___restoreTransactionSuccess$closure", "_restoreTransactionSuccess", 4089); + _static_2(A, "transaction_reducer___addTransaction$closure", "_addTransaction", 4090); + _static_2(A, "transaction_reducer___updateTransaction$closure", "_updateTransaction", 4091); + _static_2(A, "transaction_reducer___convertTransactionToPayment$closure", "_convertTransactionToPayment", 4092); + _static_2(A, "transaction_reducer___convertTransactionToExpense$closure", "_convertTransactionToExpense", 4093); + _static_2(A, "transaction_reducer___linkTransactionToPayment$closure", "_linkTransactionToPayment", 4094); + _static_2(A, "transaction_reducer___linkTransactionToExpense$closure", "_linkTransactionToExpense", 4095); + _static_2(A, "transaction_reducer___convertTransactions$closure", "_convertTransactions0", 4096); + _static_2(A, "transaction_reducer___setLoadedTransaction$closure", "_setLoadedTransaction", 4097); + _static_2(A, "transaction_reducer___setLoadedTransactions$closure", "_setLoadedTransactions", 4098); + _static_2(A, "transaction_reducer___setLoadedCompany$closure", "_setLoadedCompany23", 4099); + _static_2(A, "transaction_rule_reducer___clearEditing$closure", "_clearEditing22", 4100); + _static_2(A, "transaction_rule_reducer___updateEditing$closure", "_updateEditing23", 4101); + _static_2(A, "transaction_rule_reducer___viewTransactionRuleList$closure", "_viewTransactionRuleList0", 4102); + _static_2(A, "transaction_rule_reducer___filterTransactionRulesByCustom1$closure", "_filterTransactionRulesByCustom1", 4103); + _static_2(A, "transaction_rule_reducer___filterTransactionRulesByCustom2$closure", "_filterTransactionRulesByCustom2", 4104); + _static_2(A, "transaction_rule_reducer___filterTransactionRulesByState$closure", "_filterTransactionRulesByState", 4105); + _static_2(A, "transaction_rule_reducer___filterTransactionRules$closure", "_filterTransactionRules", 4106); + _static_2(A, "transaction_rule_reducer___sortTransactionRules$closure", "_sortTransactionRules", 4107); + _static_2(A, "transaction_rule_reducer___startListMultiselect$closure", "_startListMultiselect24", 4108); + _static_2(A, "transaction_rule_reducer___addToListMultiselect$closure", "_addToListMultiselect24", 4109); + _static_2(A, "transaction_rule_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect24", 4110); + _static_2(A, "transaction_rule_reducer___clearListMultiselect$closure", "_clearListMultiselect24", 4111); + _static_2(A, "transaction_rule_reducer___archiveTransactionRuleSuccess$closure", "_archiveTransactionRuleSuccess", 4112); + _static_2(A, "transaction_rule_reducer___deleteTransactionRuleSuccess$closure", "_deleteTransactionRuleSuccess", 4113); + _static_2(A, "transaction_rule_reducer___restoreTransactionRuleSuccess$closure", "_restoreTransactionRuleSuccess", 4114); + _static_2(A, "transaction_rule_reducer___addTransactionRule$closure", "_addTransactionRule", 4115); + _static_2(A, "transaction_rule_reducer___updateTransactionRule$closure", "_updateTransactionRule", 4116); + _static_2(A, "transaction_rule_reducer___setLoadedTransactionRule$closure", "_setLoadedTransactionRule", 4117); + _static_2(A, "transaction_rule_reducer___setLoadedTransactionRules$closure", "_setLoadedTransactionRules", 4118); + _static_2(A, "transaction_rule_reducer___setLoadedCompany$closure", "_setLoadedCompany24", 4119); + _static_2(A, "user_reducer___clearEditing$closure", "_clearEditing23", 4120); + _static_2(A, "user_reducer___updateEditing$closure", "_updateEditing24", 4121); + _static_2(A, "user_reducer___viewUserList$closure", "_viewUserList0", 4122); + _static_2(A, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 4123); + _static_2(A, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 4124); + _static_2(A, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 4125); + _static_2(A, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 4126); + _static_2(A, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 4127); + _static_2(A, "user_reducer___filterUsers$closure", "_filterUsers", 4128); + _static_2(A, "user_reducer___sortUsers$closure", "_sortUsers", 4129); + _static_2(A, "user_reducer___startListMultiselect$closure", "_startListMultiselect25", 4130); + _static_2(A, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect25", 4131); + _static_2(A, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect25", 4132); + _static_2(A, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect25", 4133); + _static_2(A, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 4134); + _static_2(A, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 4135); + _static_2(A, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 4136); + _static_2(A, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 4137); + _static_2(A, "user_reducer___addUser$closure", "_addUser", 4138); + _static_2(A, "user_reducer___updateUser$closure", "_updateUser", 4139); + _static_2(A, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 4140); + _static_2(A, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 4141); + _static_2(A, "user_reducer___disconnectOAuthUser$closure", "_disconnectOAuthUser0", 4142); + _static_2(A, "user_reducer___disconnectOAuthMailer$closure", "_disconnectOAuthMailer0", 4143); + _static_2(A, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 4144); + _static_2(A, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 4145); + _static_2(A, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 4146); + _static_2(A, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany25", 4147); + _static_2(A, "vendor_reducer__editVendorContact$closure", "editVendorContact", 4148); + _static_2(A, "vendor_reducer___clearEditing$closure", "_clearEditing24", 4149); + _static_2(A, "vendor_reducer___updateEditing$closure", "_updateEditing25", 4150); + _static_2(A, "vendor_reducer___addContact$closure", "_addContact", 4151); + _static_2(A, "vendor_reducer___removeContact$closure", "_removeContact", 4152); + _static_2(A, "vendor_reducer___updateContact$closure", "_updateContact", 4153); + _static_2(A, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 4154); + _static_2(A, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 4155); + _static_2(A, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 4156); + _static_2(A, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 4157); + _static_2(A, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 4158); + _static_2(A, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 4159); + _static_2(A, "vendor_reducer___filterVendors$closure", "_filterVendors", 4160); + _static_2(A, "vendor_reducer___sortVendors$closure", "_sortVendors", 4161); + _static_2(A, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect26", 4162); + _static_2(A, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect26", 4163); + _static_2(A, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect26", 4164); + _static_2(A, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect26", 4165); + _static_2(A, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 4166); + _static_2(A, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 4167); + _static_2(A, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 4168); + _static_2(A, "vendor_reducer___addVendor$closure", "_addVendor", 4169); + _static_2(A, "vendor_reducer___updateVendor$closure", "_updateVendor", 4170); + _static_2(A, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 4171); + _static_2(A, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 4172); + _static_2(A, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany26", 4173); + _static_2(A, "webhook_reducer___clearEditing$closure", "_clearEditing25", 4174); + _static_2(A, "webhook_reducer___updateEditing$closure", "_updateEditing26", 4175); + _static_2(A, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 4176); + _static_2(A, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 4177); + _static_2(A, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 4178); + _static_2(A, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 4179); + _static_2(A, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 4180); + _static_2(A, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 4181); + _static_2(A, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect27", 4182); + _static_2(A, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect27", 4183); + _static_2(A, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect27", 4184); + _static_2(A, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect27", 4185); + _static_2(A, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 4186); + _static_2(A, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 4187); + _static_2(A, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 4188); + _static_2(A, "webhook_reducer___addWebhook$closure", "_addWebhook", 4189); + _static_2(A, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 4190); + _static_2(A, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 4191); + _static_2(A, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 4192); + _static_2(A, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany27", 4193); + _static_1(A, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 4194); _instance_0_u(A._EntitiesListTileState.prototype, "get$_entity_list_tile$_onLongPress", "_entity_list_tile$_onLongPress$0", 0); _instance_0_u(A._EntityDropdownState.prototype, "get$_onFocusChanged", "_onFocusChanged$0", 0); _instance_0_u(_ = A._FormColorPickerState.prototype, "get$_color_picker$_onChanged", "_color_picker$_onChanged$0", 0); @@ -633573,22 +633851,22 @@ _instance_0_u(A._DurationPickerState.prototype, "get$_duration_picker$_onFoucsChanged", "_duration_picker$_onFoucsChanged$0", 0); _instance_0_u(A._GrowableFormFieldState.prototype, "get$_growable_form_field$_onFoucsChanged", "_growable_form_field$_onFoucsChanged$0", 0); _instance_0_u(A._TimePickerState.prototype, "get$_time_picker$_onFoucsChanged", "_time_picker$_onFoucsChanged$0", 0); - _static_1(A, "history_drawer_vm_AppDrawerVM_fromStore$closure", "AppDrawerVM_fromStore", 4194); + _static_1(A, "history_drawer_vm_AppDrawerVM_fromStore$closure", "AppDrawerVM_fromStore", 4195); _instance_0_u(A._InvoiceEmailViewState.prototype, "get$_invoice_email_view$_loadTemplate", "_invoice_email_view$_loadTemplate$0", 0); _instance_0_u(A._ListFilterState.prototype, "get$onFocusChanged", "onFocusChanged$0", 0); - _static_1(A, "menu_drawer_vm_MenuDrawerVM_fromStore$closure", "MenuDrawerVM_fromStore", 4195); + _static_1(A, "menu_drawer_vm_MenuDrawerVM_fromStore$closure", "MenuDrawerVM_fromStore", 4196); _instance_0_u(_ = A.AppPaginatedDataTableState.prototype, "get$_handleDataSourceChanged", "_handleDataSourceChanged$0", 0); _instance_0_u(_, "get$_handleFirst", "_handleFirst$0", 0); _instance_0_u(_, "get$_handlePrevious", "_handlePrevious$0", 0); _instance_0_u(_, "get$_handleNext", "_handleNext$0", 0); _instance_0_u(_, "get$_handleLast", "_handleLast$0", 0); _instance_0_u(A._LoginState.prototype, "get$_submitForm", "_submitForm$0", 0); - _static_1(A, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 4196); - _static_1(A, "bank_account_list_vm_BankAccountListVM_fromStore$closure", "BankAccountListVM_fromStore", 4197); - _static_1(A, "bank_account_screen_vm_BankAccountScreenVM_fromStore$closure", "BankAccountScreenVM_fromStore", 4198); + _static_1(A, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 4197); + _static_1(A, "bank_account_list_vm_BankAccountListVM_fromStore$closure", "BankAccountListVM_fromStore", 4198); + _static_1(A, "bank_account_screen_vm_BankAccountScreenVM_fromStore$closure", "BankAccountScreenVM_fromStore", 4199); _instance_0_u(A._BankAccountEditState.prototype, "get$_bank_account_edit$_onChanged", "_bank_account_edit$_onChanged$0", 0); - _static_1(A, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 4199); - _static_1(A, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 4200); + _static_1(A, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 4200); + _static_1(A, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 4201); _instance_0_u(A.ClientEditBillingAddressState.prototype, "get$_client_edit_billing_address$_onChanged", "_client_edit_billing_address$_onChanged$0", 0); _instance_0_u(A.ContactEditDetailsState.prototype, "get$_client_edit_contacts$_onChanged", "_client_edit_contacts$_onChanged$0", 0); _instance_0_u(_ = A.ClientEditDetailsState.prototype, "get$_client_edit_details$_onChanged", "_client_edit_details$_onChanged$0", 0); @@ -633598,317 +633876,317 @@ _instance_0_u(A.ClientEditShippingAddressState.prototype, "get$_client_edit_shipping_address$_onChanged", "_client_edit_shipping_address$_onChanged$0", 0); _instance_0_u(A._ClientViewState.prototype, "get$_client_view$_onTabChanged", "_client_view$_onTabChanged$0", 0); _instance_2_u(A._ClientViewDetailsState.prototype, "get$_client_view_details$_launchStatus", "_client_view_details$_launchStatus$2", 728); - _static_1(A, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 4201); - _static_1(A, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 4202); + _static_1(A, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 4202); + _static_1(A, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 4203); _instance_0_u(A._GatewayConfigFieldState.prototype, "get$_company_gateway_edit$_onChanged", "_company_gateway_edit$_onChanged$0", 0); _instance_0_u(A._LimitEditorState.prototype, "get$_onTextChange", "_onTextChange$0", 0); _instance_0_u(A._FeesEditorState.prototype, "get$_company_gateway_edit$_onChanged", "_company_gateway_edit$_onChanged$0", 0); - _static_1(A, "credit_list_vm_CreditListVM_fromStore$closure", "CreditListVM_fromStore", 4203); - _static_1(A, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 4204); - _instance_1_u(A._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2761); + _static_1(A, "credit_list_vm_CreditListVM_fromStore$closure", "CreditListVM_fromStore", 4204); + _static_1(A, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 4205); + _instance_1_u(A._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2763); _instance_0_u(_ = A._DashboardScreenState.prototype, "get$onScrollListener", "onScrollListener$0", 0); _instance_0_u(_, "get$onTabListener", "onTabListener$0", 0); - _static_1(A, "dashboard_screen_vm_DashboardVM_fromStore$closure", "DashboardVM_fromStore", 4205); - _static_1(A, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 4206); - _static_1(A, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 4207); + _static_1(A, "dashboard_screen_vm_DashboardVM_fromStore$closure", "DashboardVM_fromStore", 4206); + _static_1(A, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 4207); + _static_1(A, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 4208); _instance(_ = A._DesignEditState.prototype, "get$_design_edit$_onChanged", 0, 0, function() { return {debounce: true}; - }, ["call$1$debounce", "call$0"], ["_design_edit$_onChanged$1$debounce", "_design_edit$_onChanged$0"], 2799, 0, 0); + }, ["call$1$debounce", "call$0"], ["_design_edit$_onChanged$1$debounce", "_design_edit$_onChanged$0"], 2801, 0, 0); _instance_0_u(_, "get$_onHtmlChanged", "_onHtmlChanged$0", 0); - _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2800); - _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 4208); - _static_1(A, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 4209); + _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2802); + _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 4209); + _static_1(A, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 4210); _instance_0_u(A._DocumentEditState.prototype, "get$_document_edit$_onChanged", "_document_edit$_onChanged$0", 0); _instance_0_u(A.ExpenseEditDetailsState.prototype, "get$_expense_edit_details$_onChanged", "_expense_edit_details$_onChanged$0", 0); _instance_0_u(A.ExpenseEditNotesState.prototype, "get$_expense_edit_notes$_onChanged", "_expense_edit_notes$_onChanged$0", 0); _instance_0_u(A.ExpenseEditSettingsState.prototype, "get$_expense_edit_settings$_onChanged", "_expense_edit_settings$_onChanged$0", 0); - _static_1(A, "expense_list_vm_ExpenseListVM_fromStore$closure", "ExpenseListVM_fromStore", 4210); - _static_1(A, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 4211); + _static_1(A, "expense_list_vm_ExpenseListVM_fromStore$closure", "ExpenseListVM_fromStore", 4211); + _static_1(A, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 4212); _instance_0_u(A._ExpenseViewState.prototype, "get$_expense_view$_onTabChanged", "_expense_view$_onTabChanged$0", 0); _instance_0_u(A._ExpenseCategoryEditState.prototype, "get$_expense_category_edit$_onChanged", "_expense_category_edit$_onChanged$0", 0); - _static_1(A, "expense_category_list_vm_ExpenseCategoryListVM_fromStore$closure", "ExpenseCategoryListVM_fromStore", 4212); - _static_1(A, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 4213); + _static_1(A, "expense_category_list_vm_ExpenseCategoryListVM_fromStore$closure", "ExpenseCategoryListVM_fromStore", 4213); + _static_1(A, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 4214); _instance_0_u(A._GroupEditState.prototype, "get$_group_edit$_onChanged", "_group_edit$_onChanged$0", 0); - _static_1(A, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 4214); - _static_1(A, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 4215); + _static_1(A, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 4215); + _static_1(A, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 4216); _instance_0_u(_ = A.InvoiceEditDesktopState.prototype, "get$_invoice_edit_desktop$_onChanged", "_invoice_edit_desktop$_onChanged$0", 0); _instance_1_u(_, "get$_invoice_edit_desktop$_onSavePressed", "_invoice_edit_desktop$_onSavePressed$1", 20); _instance_0_u(A.InvoiceEditDetailsState.prototype, "get$_invoice_edit_details$_onChanged", "_invoice_edit_details$_onChanged$0", 0); _instance_0_u(A.ItemEditDetailsState.prototype, "get$_invoice_edit_items$_onTextChanged", "_invoice_edit_items$_onTextChanged$0", 0); _instance_0_u(A.InvoiceEditNotesState.prototype, "get$_invoice_edit_notes$_onChanged", "_invoice_edit_notes$_onChanged$0", 0); - _static_1(A, "invoice_list_vm_InvoiceListVM_fromStore$closure", "InvoiceListVM_fromStore", 4216); - _static_1(A, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 4217); + _static_1(A, "invoice_list_vm_InvoiceListVM_fromStore$closure", "InvoiceListVM_fromStore", 4217); + _static_1(A, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 4218); _instance_0_u(A._InvoiceViewState.prototype, "get$_invoice_view$_onTabChanged", "_invoice_view$_onTabChanged$0", 0); _instance_0_u(_ = A._PaymentEditState.prototype, "get$_payment_edit$_onChanged", "_payment_edit$_onChanged$0", 0); _instance_1_u(_, "get$_payment_edit$_onSavePressed", "_payment_edit$_onSavePressed$1", 20); _instance(A._PaymentableEditorState.prototype, "get$_payment_edit$_onChanged", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_payment_edit$_onChanged$1", "_payment_edit$_onChanged$0"], 794, 0, 0); - _static_1(A, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 4218); - _static_1(A, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 4219); + }, ["call$1", "call$0"], ["_payment_edit$_onChanged$1", "_payment_edit$_onChanged$0"], 796, 0, 0); + _static_1(A, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 4219); + _static_1(A, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 4220); _instance_0_u(A._PaymentRefundState.prototype, "get$_payment_refund$_onChanged", "_payment_refund$_onChanged$0", 0); _instance(A._PaymentableEditorState0.prototype, "get$_payment_refund$_onChanged", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_payment_refund$_onChanged$1", "_payment_refund$_onChanged$0"], 794, 0, 0); + }, ["call$1", "call$0"], ["_payment_refund$_onChanged$1", "_payment_refund$_onChanged$0"], 796, 0, 0); _instance_0_u(A._PaymentViewState.prototype, "get$_payment_view$_onTabChanged", "_payment_view$_onTabChanged$0", 0); _instance_0_u(A._PaymentTermEditState.prototype, "get$_payment_term_edit$_onChanged", "_payment_term_edit$_onChanged$0", 0); - _static_1(A, "payment_term_list_vm_PaymentTermListVM_fromStore$closure", "PaymentTermListVM_fromStore", 4220); - _static_1(A, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 4221); + _static_1(A, "payment_term_list_vm_PaymentTermListVM_fromStore$closure", "PaymentTermListVM_fromStore", 4221); + _static_1(A, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 4222); _instance_0_u(_ = A._ProductEditState.prototype, "get$_product_edit$_onChanged", "_product_edit$_onChanged$0", 0); _instance_1_u(_, "get$_product_edit$_onSavePressed", "_product_edit$_onSavePressed$1", 20); - _static_1(A, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 4222); - _static_1(A, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 4223); + _static_1(A, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 4223); + _static_1(A, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 4224); _instance_0_u(A._ProductViewState.prototype, "get$_product_view$_onTabChanged", "_product_view$_onTabChanged$0", 0); _instance_0_u(_ = A._ProjectEditState.prototype, "get$_project_edit$_onChanged", "_project_edit$_onChanged$0", 0); _instance_1_u(_, "get$_project_edit$_onSavePressed", "_project_edit$_onSavePressed$1", 20); - _static_1(A, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 4224); - _static_1(A, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 4225); + _static_1(A, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 4225); + _static_1(A, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 4226); _instance_0_u(A._ProjectViewState.prototype, "get$_project_view$_onTabChanged", "_project_view$_onTabChanged$0", 0); - _static_1(A, "purchase_order_list_vm_PurchaseOrderListVM_fromStore$closure", "PurchaseOrderListVM_fromStore", 4226); - _static_1(A, "purchase_order_screen_vm_PurchaseOrderScreenVM_fromStore$closure", "PurchaseOrderScreenVM_fromStore", 4227); - _static_1(A, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 4228); - _static_1(A, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 4229); - _static_1(A, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 4230); - _static_1(A, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 4231); - _static_1(A, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 4232); - _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 4233); - _static_1(A, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 4234); + _static_1(A, "purchase_order_list_vm_PurchaseOrderListVM_fromStore$closure", "PurchaseOrderListVM_fromStore", 4227); + _static_1(A, "purchase_order_screen_vm_PurchaseOrderScreenVM_fromStore$closure", "PurchaseOrderScreenVM_fromStore", 4228); + _static_1(A, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 4229); + _static_1(A, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 4230); + _static_1(A, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 4231); + _static_1(A, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 4232); + _static_1(A, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 4233); + _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 4234); + _static_1(A, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 4235); _instance_0_u(A._ScheduleEditState.prototype, "get$_schedule_edit$_onChanged", "_schedule_edit$_onChanged$0", 0); - _static_1(A, "schedule_list_vm_ScheduleListVM_fromStore$closure", "ScheduleListVM_fromStore", 4235); - _static_1(A, "schedule_screen_vm_ScheduleScreenVM_fromStore$closure", "ScheduleScreenVM_fromStore", 4236); + _static_1(A, "schedule_list_vm_ScheduleListVM_fromStore$closure", "ScheduleListVM_fromStore", 4236); + _static_1(A, "schedule_screen_vm_ScheduleScreenVM_fromStore$closure", "ScheduleScreenVM_fromStore", 4237); _instance_0_u(_ = A._AccountManagementState.prototype, "get$_onTabChanged", "_onTabChanged$0", 0); _instance_0_u(_, "get$_account_management$_onChanged", "_account_management$_onChanged$0", 0); - _static_1(A, "account_management_vm_AccountManagementVM_fromStore$closure", "AccountManagementVM_fromStore", 4237); + _static_1(A, "account_management_vm_AccountManagementVM_fromStore$closure", "AccountManagementVM_fromStore", 4238); _instance_0_u(_ = A._ClientPortalState.prototype, "get$_client_portal$_onTabChanged", "_client_portal$_onTabChanged$0", 0); _instance_0_u(_, "get$_client_portal$_onChanged", "_client_portal$_onChanged$0", 0); _instance_1_u(_, "get$_client_portal$_onSavePressed", "_client_portal$_onSavePressed$1", 20); - _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 4238); + _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 4239); _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", 4239); + _static_1(A, "company_details_vm_CompanyDetailsVM_fromStore$closure", "CompanyDetailsVM_fromStore", 4240); _instance_0_u(A._CreditCardsAndBanksState.prototype, "get$_credit_cards_and_banks$_onChanged", "_credit_cards_and_banks$_onChanged$0", 0); - _static_1(A, "credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure", "CreditCardsAndBanksVM_fromStore", 4240); + _static_1(A, "credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure", "CreditCardsAndBanksVM_fromStore", 4241); _instance_0_u(A._CustomFieldsState.prototype, "get$_custom_fields$_onTabChanged", "_custom_fields$_onTabChanged$0", 0); _instance_0_u(A._CustomFormFieldState.prototype, "get$_custom_fields$_onChanged", "_custom_fields$_onChanged$0", 0); - _static_1(A, "custom_fields_vm_CustomFieldsVM_fromStore$closure", "CustomFieldsVM_fromStore", 4241); + _static_1(A, "custom_fields_vm_CustomFieldsVM_fromStore$closure", "CustomFieldsVM_fromStore", 4242); _instance_0_u(A._DataVisualizationsState.prototype, "get$_data_visualizations$_onChanged", "_data_visualizations$_onChanged$0", 0); - _static_1(A, "data_visualizations_vm_DataVisualizationsVM_fromStore$closure", "DataVisualizationsVM_fromStore", 4242); + _static_1(A, "data_visualizations_vm_DataVisualizationsVM_fromStore$closure", "DataVisualizationsVM_fromStore", 4243); _instance_0_u(_ = A._DeviceSettingsState.prototype, "get$_device_settings$_onChanged", "_device_settings$_onChanged$0", 0); _instance_0_u(_, "get$_device_settings$_onTabChanged", "_device_settings$_onTabChanged$0", 0); - _static_1(A, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 4243); + _static_1(A, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 4244); _instance_0_u(_ = A._EInvoiceSettingsState.prototype, "get$_e_invoice_settings$_onChanged", "_e_invoice_settings$_onChanged$0", 0); _instance_1_u(_, "get$_onSavePressed", "_onSavePressed$1", 20); - _static_1(A, "e_invoice_settings_vm_EInvoiceSettingsVM_fromStore$closure", "EInvoiceSettingsVM_fromStore", 4244); + _static_1(A, "e_invoice_settings_vm_EInvoiceSettingsVM_fromStore$closure", "EInvoiceSettingsVM_fromStore", 4245); _instance_0_u(_ = A._EmailSettingsState.prototype, "get$_email_settings$_onChanged", "_email_settings$_onChanged$0", 0); _instance_1_u(_, "get$_email_settings$_onSavePressed", "_email_settings$_onSavePressed$1", 20); - _static_1(A, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 4245); - _static_1(A, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 4246); + _static_1(A, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 4246); + _static_1(A, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 4247); _instance_0_u(_ = A._GeneratedNumbersState.prototype, "get$_generated_numbers$_onTabChanged", "_generated_numbers$_onTabChanged$0", 0); _instance_0_u(_, "get$_generated_numbers$_onChanged", "_generated_numbers$_onChanged$0", 0); _instance_1_u(_, "get$_generated_numbers$_onSavePressed", "_generated_numbers$_onSavePressed$1", 20); _instance_0_u(A._EntityNumberSettingsState.prototype, "get$_generated_numbers$_onChanged", "_generated_numbers$_onChanged$0", 0); - _static_1(A, "generated_numbers_vm_GeneratedNumbersVM_fromStore$closure", "GeneratedNumbersVM_fromStore", 4247); - _static_1(A, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 4248); + _static_1(A, "generated_numbers_vm_GeneratedNumbersVM_fromStore$closure", "GeneratedNumbersVM_fromStore", 4248); + _static_1(A, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 4249); _instance_0_u(_ = A._InvoiceDesignState.prototype, "get$_invoice_design$_onTabChanged", "_invoice_design$_onTabChanged$0", 0); _instance_0_u(_, "get$_invoice_design$_onChanged", "_invoice_design$_onChanged$0", 0); - _static_1(A, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 4249); + _static_1(A, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 4250); _instance_0_u(_ = A._LocalizationSettingsState.prototype, "get$_localization_settings$_onTabChanged", "_localization_settings$_onTabChanged$0", 0); _instance_0_u(_, "get$_localization_settings$_onChanged", "_localization_settings$_onChanged$0", 0); - _static_1(A, "localization_vm_LocalizationSettingsVM_fromStore$closure", "LocalizationSettingsVM_fromStore", 4250); + _static_1(A, "localization_vm_LocalizationSettingsVM_fromStore$closure", "LocalizationSettingsVM_fromStore", 4251); _instance_0_u(A._PaymentSettingsState.prototype, "get$_payment_settings$_onChanged", "_payment_settings$_onChanged$0", 0); - _static_1(A, "payment_settings_vm_PaymentSettingsVM_fromStore$closure", "PaymentSettingsVM_fromStore", 4251); + _static_1(A, "payment_settings_vm_PaymentSettingsVM_fromStore$closure", "PaymentSettingsVM_fromStore", 4252); _instance_0_u(A._ProductSettingsState.prototype, "get$_product_settings$_onChanged", "_product_settings$_onChanged$0", 0); - _static_1(A, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 4252); - _static_1(A, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 4253); - _static_1(A, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 4254); + _static_1(A, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 4253); + _static_1(A, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 4254); + _static_1(A, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 4255); _instance_0_u(A._SettingsWizardState.prototype, "get$_settings_wizard$_onSavePressed", "_settings_wizard$_onSavePressed$0", 0); _instance_0_u(A._TaskSettingsState.prototype, "get$_task_settings$_onChanged", "_task_settings$_onChanged$0", 0); - _static_1(A, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 4255); + _static_1(A, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 4256); _instance_0_u(A.__EditSubregionDialogState.prototype, "get$_tax_settings$_onDone", "_tax_settings$_onDone$0", 0); - _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 4256); + _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 4257); _instance_0_u(_ = A._TemplatesAndRemindersState.prototype, "get$_onTextChanged", "_onTextChanged$0", 0); _instance_0_u(_, "get$_templates_and_reminders$_onTabChanged", "_templates_and_reminders$_onTabChanged$0", 0); _instance_0_u(A._ReminderSettingsState.prototype, "get$_onTextChanged", "_onTextChanged$0", 0); - _static_1(A, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 4257); + _static_1(A, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 4258); _instance_0_u(_ = A._UserDetailsState.prototype, "get$_user_details$_onTabChanged", "_user_details$_onTabChanged$0", 0); _instance_0_u(_, "get$_user_details$_onChanged", "_user_details$_onChanged$0", 0); _instance_1_u(_, "get$_user_details$_onSavePressed", "_user_details$_onSavePressed$1", 20); - _static_1(A, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 4258); + _static_1(A, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 4259); _instance_0_u(A._WorkflowSettingsState.prototype, "get$_workflow_settings$_onTabChanged", "_workflow_settings$_onTabChanged$0", 0); - _static_1(A, "workflow_vm_WorkflowSettingsVM_fromStore$closure", "WorkflowSettingsVM_fromStore", 4259); + _static_1(A, "workflow_vm_WorkflowSettingsVM_fromStore$closure", "WorkflowSettingsVM_fromStore", 4260); _instance_0_u(_ = A._SubscriptionEditState.prototype, "get$_subscription_edit$_onTabChanged", "_subscription_edit$_onTabChanged$0", 0); _instance_0_u(_, "get$_subscription_edit$_onChanged", "_subscription_edit$_onChanged$0", 0); _instance_1_u(_, "get$_subscription_edit$_onSavePressed", "_subscription_edit$_onSavePressed$1", 20); - _static_1(A, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 4260); - _static_1(A, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 4261); + _static_1(A, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 4261); + _static_1(A, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 4262); _instance_0_u(A._TaskEditDesktopState.prototype, "get$_task_edit_desktop$_onChanged", "_task_edit_desktop$_onChanged$0", 0); _instance_0_u(A._TaskEditDetailsState.prototype, "get$_task_edit_details$_onChanged", "_task_edit_details$_onChanged$0", 0); _instance_0_u(A._KanbanStatusCardState.prototype, "get$_kanban_status$_onSavePressed", "_kanban_status$_onSavePressed$0", 0); - _static_1(A, "kanban_view_vm_KanbanVM_fromStore$closure", "KanbanVM_fromStore", 4262); - _static_1(A, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 4263); - _static_1(A, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 4264); + _static_1(A, "kanban_view_vm_KanbanVM_fromStore$closure", "KanbanVM_fromStore", 4263); + _static_1(A, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 4264); + _static_1(A, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 4265); _instance_0_u(A._TaskViewState.prototype, "get$_task_view$_onTabChanged", "_task_view$_onTabChanged$0", 0); _instance_0_u(_ = A._TaskStatusEditState.prototype, "get$_task_status_edit$_onChanged", "_task_status_edit$_onChanged$0", 0); _instance_1_u(_, "get$_task_status_edit$_onSavePressed", "_task_status_edit$_onSavePressed$1", 20); - _static_1(A, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 4265); - _static_1(A, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 4266); + _static_1(A, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 4266); + _static_1(A, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 4267); _instance_0_u(_ = A._TaxRateEditState.prototype, "get$_tax_rate_edit$_onChanged", "_tax_rate_edit$_onChanged$0", 0); _instance_1_u(_, "get$_tax_rate_edit$_onSavePressed", "_tax_rate_edit$_onSavePressed$1", 20); - _static_1(A, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 4267); - _static_1(A, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 4268); + _static_1(A, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 4268); + _static_1(A, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 4269); _instance_0_u(_ = A._TokenEditState.prototype, "get$_token_edit$_onChanged", "_token_edit$_onChanged$0", 0); _instance_1_u(_, "get$_token_edit$_onSavePressed", "_token_edit$_onSavePressed$1", 20); - _static_1(A, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 4269); - _static_1(A, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 4270); + _static_1(A, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 4270); + _static_1(A, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 4271); _instance_0_u(A._TransactionEditState.prototype, "get$_transaction_edit$_onChanged", "_transaction_edit$_onChanged$0", 0); - _static_1(A, "transaction_list_vm_TransactionListVM_fromStore$closure", "TransactionListVM_fromStore", 4271); - _static_1(A, "transaction_screen_vm_TransactionScreenVM_fromStore$closure", "TransactionScreenVM_fromStore", 4272); + _static_1(A, "transaction_list_vm_TransactionListVM_fromStore$closure", "TransactionListVM_fromStore", 4272); + _static_1(A, "transaction_screen_vm_TransactionScreenVM_fromStore$closure", "TransactionScreenVM_fromStore", 4273); _instance_0_u(A._TransactionRuleEditState.prototype, "get$_transaction_rule_edit$_onChanged", "_transaction_rule_edit$_onChanged$0", 0); _instance_0_u(A.__RuleCriteriaState.prototype, "get$onDonePressed", "onDonePressed$0", 0); - _static_1(A, "transaction_rule_list_vm_TransactionRuleListVM_fromStore$closure", "TransactionRuleListVM_fromStore", 4273); - _static_1(A, "transaction_rule_screen_vm_TransactionRuleScreenVM_fromStore$closure", "TransactionRuleScreenVM_fromStore", 4274); + _static_1(A, "transaction_rule_list_vm_TransactionRuleListVM_fromStore$closure", "TransactionRuleListVM_fromStore", 4274); + _static_1(A, "transaction_rule_screen_vm_TransactionRuleScreenVM_fromStore$closure", "TransactionRuleScreenVM_fromStore", 4275); _instance_0_u(_ = A._UserEditState.prototype, "get$_user_edit$_onChanged", "_user_edit$_onChanged$0", 0); _instance_1_u(_, "get$_user_edit$_onSavePressed", "_user_edit$_onSavePressed$1", 20); - _static_1(A, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 4275); - _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 4276); + _static_1(A, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 4276); + _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 4277); _instance_0_u(A.VendorEditAddressState.prototype, "get$_vendor_edit_address$_onChanged", "_vendor_edit_address$_onChanged$0", 0); _instance_0_u(A.VendorContactEditDetailsState.prototype, "get$_vendor_edit_contacts$_onChanged", "_vendor_edit_contacts$_onChanged$0", 0); _instance_0_u(_ = A.VendorEditDetailsState.prototype, "get$_vendor_edit_details$_onChanged", "_vendor_edit_details$_onChanged$0", 0); _instance_1_u(_, "get$_vendor_edit_details$_onSavePressed", "_vendor_edit_details$_onSavePressed$1", 20); _instance_0_u(A.VendorEditNotesState.prototype, "get$_vendor_edit_notes$_onChanged", "_vendor_edit_notes$_onChanged$0", 0); - _static_1(A, "vendor_list_vm_VendorListVM_fromStore$closure", "VendorListVM_fromStore", 4277); - _static_1(A, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 4278); + _static_1(A, "vendor_list_vm_VendorListVM_fromStore$closure", "VendorListVM_fromStore", 4278); + _static_1(A, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 4279); _instance_0_u(A._VendorViewState.prototype, "get$_vendor_view$_onTabChanged", "_vendor_view$_onTabChanged$0", 0); _instance_2_u(A._VendorViewDetailsState.prototype, "get$_launchStatus", "_launchStatus$2", 728); _instance_0_u(_ = A._WebhookEditState.prototype, "get$_webhook_edit$_onChanged", "_webhook_edit$_onChanged$0", 0); _instance_1_u(_, "get$_webhook_edit$_onSavePressed", "_webhook_edit$_onSavePressed$1", 20); - _static_1(A, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 4279); - _static_1(A, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 4280); + _static_1(A, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 4280); + _static_1(A, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 4281); _instance_1_u(_ = A._ExampleEditorState.prototype, "get$_super_editor$_onDocumentChange", "_super_editor$_onDocumentChange$1", 10); _instance_0_u(_, "get$_hideOrShowToolbar", "_hideOrShowToolbar$0", 0); _instance_0_u(_, "get$_hideEditorToolbar", "_hideEditorToolbar$0", 0); _instance_1_u(_, "get$_buildFloatingToolbar", "_buildFloatingToolbar$1", 44); _instance_1_u(_, "get$_buildImageToolbar", "_buildImageToolbar$1", 44); - _instance_1_u(_ = A._SuperEditorDemoTextItemSelectorState.prototype, "get$_onItemSelected", "_onItemSelected$1", 871); + _instance_1_u(_ = A._SuperEditorDemoTextItemSelectorState.prototype, "get$_onItemSelected", "_onItemSelected$1", 873); _instance_1_u(_, "get$_super_editor_item_selector$_buildButton", "_super_editor_item_selector$_buildButton$1", 44); - _instance(_, "get$_buildPopoverListItem", 0, 4, null, ["call$4"], ["_buildPopoverListItem$4"], 3315, 0, 0); + _instance(_, "get$_buildPopoverListItem", 0, 4, null, ["call$4"], ["_buildPopoverListItem$4"], 3316, 0, 0); _instance_0_u(_ = A._EditorToolbarState.prototype, "get$_toggleBold", "_toggleBold$0", 0); _instance_0_u(_, "get$_toggleItalics", "_toggleItalics$0", 0); _instance_0_u(_, "get$_toggleStrikethrough", "_toggleStrikethrough$0", 0); _instance_0_u(_, "get$_onLinkPressed", "_onLinkPressed$0", 0); _instance_0_u(_, "get$_applyLink", "_applyLink$0", 0); - _instance_1_u(_, "get$_onBlockTypeSelected", "_onBlockTypeSelected$1", 871); - _instance_1_u(_, "get$_toolbar0$_onPerformAction", "_toolbar0$_onPerformAction$1", 307); + _instance_1_u(_, "get$_onBlockTypeSelected", "_onBlockTypeSelected$1", 873); + _instance_1_u(_, "get$_toolbar0$_onPerformAction", "_toolbar0$_onPerformAction$1", 299); _instance_0_u(_ = A._ImageFormatToolbarState.prototype, "get$_makeImageConfined", "_makeImageConfined$0", 0); _instance_0_u(_, "get$_makeImageFullBleed", "_makeImageFullBleed$0", 0); - _instance_1_u(A.ListSyntax.prototype, "get$_removeLeadingEmptyLine", "_removeLeadingEmptyLine$1", 3329); + _instance_1_u(A.ListSyntax.prototype, "get$_removeLeadingEmptyLine", "_removeLeadingEmptyLine$1", 3330); _instance_0_i(_ = A._MenuPageController.prototype, "get$next", "next$0", 0); _instance_0_u(_, "get$previous", "previous$0", 0); - _static_1(A, "popovers__PopoverScaffoldState_closePopoverOnTapOutside$closure", "_PopoverScaffoldState_closePopoverOnTapOutside", 4281); + _static_1(A, "popovers__PopoverScaffoldState_closePopoverOnTapOutside$closure", "_PopoverScaffoldState_closePopoverOnTapOutside", 4282); _instance_0_u(_ = A._PopoverScaffoldState.prototype, "get$_onPopoverControllerChanged", "_onPopoverControllerChanged$0", 0); - _instance_1_u(_, "get$_onTapOutsideOfPopover", "_onTapOutsideOfPopover$1", 199); + _instance_1_u(_, "get$_onTapOutsideOfPopover", "_onTapOutsideOfPopover$1", 195); _instance_1_u(_, "get$_buildPopover", "_buildPopover$1", 44); - _static_0(A, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 4282); + _static_0(A, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 4283); _instance_0_u(A._PinchZoomState.prototype, "get$_onAnimateReset", "_onAnimateReset$0", 0); - _static_2(A, "pinput_Pinput__defaultContextMenuBuilder$closure", "Pinput__defaultContextMenuBuilder", 387); + _static_2(A, "pinput_Pinput__defaultContextMenuBuilder$closure", "Pinput__defaultContextMenuBuilder", 413); _instance_0_u(_ = A._PinputState.prototype, "get$_handleTextEditingControllerChanges", "_handleTextEditingControllerChanges$0", 0); - _instance_2_u(_, "get$_pinput$_handleSelectionChanged", "_pinput$_handleSelectionChanged$2", 535); + _instance_2_u(_, "get$_pinput$_handleSelectionChanged", "_pinput$_handleSelectionChanged$2", 570); _instance_0_u(_, "get$_pinput$_handleSelectionHandleTapped", "_pinput$_handleSelectionHandleTapped$0", 0); - _instance(_, "get$_validator", 0, 0, null, ["call$1", "call$0"], ["_validator$1", "_validator$0"], 3343, 0, 0); + _instance(_, "get$_validator", 0, 0, null, ["call$1", "call$0"], ["_validator$1", "_validator$0"], 3344, 0, 0); _instance_0_u(_, "get$_semanticsOnTap", "_semanticsOnTap$0", 0); - _instance_2_u(A._PinItem.prototype, "get$_getTransition", "_getTransition$2", 589); - _instance_1_u(_ = A._PinputSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 170); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 298); - _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 273); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 238); - _static_1(A, "method_channel_MethodChannelPrinting__handleMethod$closure", "MethodChannelPrinting__handleMethod", 185); - _instance(A.PdfPrintAction.prototype, "get$_print", 0, 3, null, ["call$3"], ["_print$3"], 881, 0, 0); - _instance(A.PdfShareAction.prototype, "get$_share", 0, 3, null, ["call$3"], ["_share$3"], 881, 0, 0); - _instance_0_u(A.PdfPreviewState.prototype, "get$computeActualPageFormat", "computeActualPageFormat$0", 3354); + _instance_2_u(A._PinItem.prototype, "get$_getTransition", "_getTransition$2", 490); + _instance_1_u(_ = A._PinputSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 178); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 294); + _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 347); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 211); + _static_1(A, "method_channel_MethodChannelPrinting__handleMethod$closure", "MethodChannelPrinting__handleMethod", 183); + _instance(A.PdfPrintAction.prototype, "get$_print", 0, 3, null, ["call$3"], ["_print$3"], 883, 0, 0); + _instance(A.PdfShareAction.prototype, "get$_share", 0, 3, null, ["call$3"], ["_share$3"], 883, 0, 0); + _instance_0_u(A.PdfPreviewState.prototype, "get$computeActualPageFormat", "computeActualPageFormat$0", 3355); _instance_2_u(A.TypedReducer.prototype, "get$$call", "call$2", "1(Object?,@)"); - _instance(A.TypedMiddleware.prototype, "get$$call", 0, 3, null, ["call$3"], ["call$3"], 3357, 0, 0); + _instance(A.TypedMiddleware.prototype, "get$$call", 0, 3, null, ["call$3"], ["call$3"], 3358, 0, 0); _instance_0_u(_ = A.RoundedLoadingButtonState.prototype, "get$_btnPressed", "_btnPressed$0", 0); _instance_0_i(_, "get$_rounded_loading_button$_start", "_rounded_loading_button$_start$0", 0); _instance_0_u(_, "get$_rounded_loading_button$_reset", "_rounded_loading_button$_reset$0", 0); _instance(_ = A.Subject.prototype, "get$_subject$_addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["_subject$_addError$2", "_subject$_addError$1"], 514, 0, 0); + }, ["call$2", "call$1"], ["_subject$_addError$2", "_subject$_addError$1"], 594, 0, 0); _instance_1_i(_, "get$add", "add$1", 45); _instance_1_i(_, "get$_subject$_add", "_subject$_add$1", 45); _instance_1_u(_ = A._StartWithStreamSink.prototype, "get$onData", "onData$1", 45); - _instance_2_i(_, "get$onError", "onError$2", 162); + _instance_2_i(_, "get$onError", "onError$2", 166); _instance_0_u(_, "get$onDone", "onDone$0", 0); _instance_1_u(_ = A._StartWithErrorStreamSink.prototype, "get$onData", "onData$1", 45); - _instance_2_i(_, "get$onError", "onError$2", 162); + _instance_2_i(_, "get$onError", "onError$2", 166); _instance_0_u(_, "get$onDone", "onDone$0", 0); _static(A, "sentry_options__noOpLogger$closure", 2, null, ["call$5$exception$logger$stackTrace", "call$2", "call$4$exception$stackTrace"], ["noOpLogger", function(level, message) { return A.noOpLogger(level, message, null, null, null); }, function(level, message, exception, stackTrace) { return A.noOpLogger(level, message, exception, null, stackTrace); - }], 4283, 0); - _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 185); - _instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, null, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 3372, 0, 0); + }], 4284, 0); + _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 183); + _instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, null, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 3373, 0, 0); _instance_0_u(A.InjectedImp.prototype, "get$dispose", "dispose$0", 0); - _instance_2_u(A.ReactiveModelImp.prototype, "get$middleSetCreator", "middleSetCreator$2", 3375); + _instance_2_u(A.ReactiveModelImp.prototype, "get$middleSetCreator", "middleSetCreator$2", 3376); _instance_0_u(A.DocumentComposer.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(A.CaretDocumentOverlayState.prototype, "get$_document_caret_overlay$_onSelectionChange", "_document_caret_overlay$_onSelectionChange$0", 0); _instance_0_u(_ = A._EditorSelectionAndFocusPolicyState.prototype, "get$_document_focus_and_selection_policies$_onFocusChange", "_document_focus_and_selection_policies$_onFocusChange$0", 0); _instance_0_u(_, "get$_onSelectionChange", "_onSelectionChange$0", 0); - _instance_1_u(_ = A._DocumentMouseInteractorState.prototype, "get$_document_gestures_mouse$_onSelectionChange", "_document_gestures_mouse$_onSelectionChange$1", 3424); - _instance_1_u(_, "get$_document_gestures_mouse$_onTapUp", "_document_gestures_mouse$_onTapUp$1", 123); - _instance_1_u(_, "get$_document_gestures_mouse$_onDoubleTapDown", "_document_gestures_mouse$_onDoubleTapDown$1", 58); + _instance_1_u(_ = A._DocumentMouseInteractorState.prototype, "get$_document_gestures_mouse$_onSelectionChange", "_document_gestures_mouse$_onSelectionChange$1", 3425); + _instance_1_u(_, "get$_document_gestures_mouse$_onTapUp", "_document_gestures_mouse$_onTapUp$1", 121); + _instance_1_u(_, "get$_document_gestures_mouse$_onDoubleTapDown", "_document_gestures_mouse$_onDoubleTapDown$1", 57); _instance_0_u(_, "get$_document_gestures_mouse$_onDoubleTap", "_document_gestures_mouse$_onDoubleTap$0", 0); - _instance_1_u(_, "get$_document_gestures_mouse$_onTripleTapDown", "_document_gestures_mouse$_onTripleTapDown$1", 58); + _instance_1_u(_, "get$_document_gestures_mouse$_onTripleTapDown", "_document_gestures_mouse$_onTripleTapDown$1", 57); _instance_0_u(_, "get$_document_gestures_mouse$_onTripleTap", "_document_gestures_mouse$_onTripleTap$0", 0); _instance_1_u(_, "get$_document_gestures_mouse$_onPanStart", "_document_gestures_mouse$_onPanStart$1", 77); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanUpdate", "_document_gestures_mouse$_onPanUpdate$1", 74); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanEnd", "_document_gestures_mouse$_onPanEnd$1", 92); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanUpdate", "_document_gestures_mouse$_onPanUpdate$1", 75); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanEnd", "_document_gestures_mouse$_onPanEnd$1", 91); _instance_0_u(_, "get$_document_gestures_mouse$_onPanCancel", "_document_gestures_mouse$_onPanCancel$0", 0); - _instance_1_u(_, "get$_scrollOnMouseWheel", "_scrollOnMouseWheel$1", 260); + _instance_1_u(_, "get$_scrollOnMouseWheel", "_scrollOnMouseWheel$1", 261); _instance_0_u(_, "get$_document_gestures_mouse$_updateDragSelection", "_document_gestures_mouse$_updateDragSelection$0", 0); - _instance_1_u(_, "get$_onMouseMove", "_onMouseMove$1", 256); + _instance_1_u(_, "get$_onMouseMove", "_onMouseMove$1", 271); _instance_0_u(_, "get$_updateMouseCursorAtLatestOffset", "_updateMouseCursorAtLatestOffset$0", 0); _instance_0_u(_ = A._AndroidDocumentTouchInteractorState.prototype, "get$_document_gestures_touch_android$_onScrollActivityChange", "_document_gestures_touch_android$_onScrollActivityChange$0", 0); _instance_1_u(_, "get$_document_gestures_touch_android$_onDocumentChange", "_document_gestures_touch_android$_onDocumentChange$1", 10); _instance_0_u(_, "get$_document_gestures_touch_android$_onSelectionChange", "_document_gestures_touch_android$_onSelectionChange$0", 0); - _instance_1_u(_, "get$_document_gestures_touch_android$_onTapDown", "_document_gestures_touch_android$_onTapDown$1", 58); + _instance_1_u(_, "get$_document_gestures_touch_android$_onTapDown", "_document_gestures_touch_android$_onTapDown$1", 57); _instance_0_u(_, "get$_document_gestures_touch_android$_onLongPressDown", "_document_gestures_touch_android$_onLongPressDown$0", 0); - _instance_1_u(_, "get$_document_gestures_touch_android$_onTapUp", "_document_gestures_touch_android$_onTapUp$1", 123); - _instance_1_u(_, "get$_document_gestures_touch_android$_onDoubleTapDown", "_document_gestures_touch_android$_onDoubleTapDown$1", 58); - _instance_1_u(_, "get$_document_gestures_touch_android$_onTripleTapDown", "_document_gestures_touch_android$_onTripleTapDown$1", 58); + _instance_1_u(_, "get$_document_gestures_touch_android$_onTapUp", "_document_gestures_touch_android$_onTapUp$1", 121); + _instance_1_u(_, "get$_document_gestures_touch_android$_onDoubleTapDown", "_document_gestures_touch_android$_onDoubleTapDown$1", 57); + _instance_1_u(_, "get$_document_gestures_touch_android$_onTripleTapDown", "_document_gestures_touch_android$_onTripleTapDown$1", 57); _instance_1_u(_, "get$_document_gestures_touch_android$_onPanStart", "_document_gestures_touch_android$_onPanStart$1", 77); - _instance_1_u(_, "get$_document_gestures_touch_android$_onPanUpdate", "_document_gestures_touch_android$_onPanUpdate$1", 74); - _instance_1_u(_, "get$_updateLongPressSelection", "_updateLongPressSelection$1", 893); - _instance_1_u(_, "get$_document_gestures_touch_android$_onPanEnd", "_document_gestures_touch_android$_onPanEnd$1", 92); + _instance_1_u(_, "get$_document_gestures_touch_android$_onPanUpdate", "_document_gestures_touch_android$_onPanUpdate$1", 75); + _instance_1_u(_, "get$_updateLongPressSelection", "_updateLongPressSelection$1", 895); + _instance_1_u(_, "get$_document_gestures_touch_android$_onPanEnd", "_document_gestures_touch_android$_onPanEnd$1", 91); _instance_0_u(_, "get$_document_gestures_touch_android$_onPanCancel", "_document_gestures_touch_android$_onPanCancel$0", 0); _instance_0_u(_ = A.SuperEditorAndroidControlsOverlayManagerState.prototype, "get$_toggleToolbarOnCollapsedHandleTap", "_toggleToolbarOnCollapsedHandleTap$0", 0); - _instance_1_u(_, "get$_onHandlePanUpdate", "_onHandlePanUpdate$1", 74); + _instance_1_u(_, "get$_onHandlePanUpdate", "_onHandlePanUpdate$1", 75); _instance_0_u(_, "get$_onDocumentScroll", "_onDocumentScroll$0", 0); _instance_1_u(_, "get$_document_gestures_touch_android$_buildOverlay", "_document_gestures_touch_android$_buildOverlay$1", 44); _instance_0_u(_ = A._IosDocumentTouchInteractorState.prototype, "get$_onScrollActivityChange", "_onScrollActivityChange$0", 0); _instance_1_u(_, "get$_onDocumentChange", "_onDocumentChange$1", 10); - _instance_1_u(_, "get$_document_gestures_touch_ios$_onTapDown", "_document_gestures_touch_ios$_onTapDown$1", 58); + _instance_1_u(_, "get$_document_gestures_touch_ios$_onTapDown", "_document_gestures_touch_ios$_onTapDown$1", 57); _instance_0_u(_, "get$_onLongPressDown", "_onLongPressDown$0", 0); - _instance_1_u(_, "get$_document_gestures_touch_ios$_onTapUp", "_document_gestures_touch_ios$_onTapUp$1", 123); - _instance_1_u(_, "get$_onDoubleTapUp", "_onDoubleTapUp$1", 123); - _instance_1_u(_, "get$_onTripleTapUp", "_onTripleTapUp$1", 123); - _instance_1_u(_, "get$_onPanDown", "_onPanDown$1", 571); + _instance_1_u(_, "get$_document_gestures_touch_ios$_onTapUp", "_document_gestures_touch_ios$_onTapUp$1", 121); + _instance_1_u(_, "get$_onDoubleTapUp", "_onDoubleTapUp$1", 121); + _instance_1_u(_, "get$_onTripleTapUp", "_onTripleTapUp$1", 121); + _instance_1_u(_, "get$_onPanDown", "_onPanDown$1", 492); _instance_1_u(_, "get$_document_gestures_touch_ios$_onPanStart", "_document_gestures_touch_ios$_onPanStart$1", 77); - _instance_1_u(_, "get$_document_gestures_touch_ios$_onPanUpdate", "_document_gestures_touch_ios$_onPanUpdate$1", 74); - _instance_1_u(_, "get$_document_gestures_touch_ios$_onPanEnd", "_document_gestures_touch_ios$_onPanEnd$1", 92); + _instance_1_u(_, "get$_document_gestures_touch_ios$_onPanUpdate", "_document_gestures_touch_ios$_onPanUpdate$1", 75); + _instance_1_u(_, "get$_document_gestures_touch_ios$_onPanEnd", "_document_gestures_touch_ios$_onPanEnd$1", 91); _instance_0_u(_, "get$_document_gestures_touch_ios$_onPanCancel", "_document_gestures_touch_ios$_onPanCancel$0", 0); _instance_0_u(_, "get$_onAutoScrollChange", "_onAutoScrollChange$0", 0); - _instance_1_u(_, "get$_document_gestures_touch_ios$_select", "_document_gestures_touch_ios$_select$1", 893); + _instance_1_u(_, "get$_document_gestures_touch_ios$_select", "_document_gestures_touch_ios$_select$1", 895); _instance_0_u(_, "get$_onFloatingCursorStart", "_onFloatingCursorStart$0", 0); _instance_0_u(_, "get$_onFloatingCursorGeometryChange", "_onFloatingCursorGeometryChange$0", 0); _instance_0_u(_, "get$_onFloatingCursorStop", "_onFloatingCursorStop$0", 0); _instance_1_u(A.SuperEditorIosToolbarOverlayManagerState.prototype, "get$_document_gestures_touch_ios$_buildToolbar", "_document_gestures_touch_ios$_buildToolbar$1", 44); _instance_1_u(A.SuperEditorIosMagnifierOverlayManagerState.prototype, "get$_document_gestures_touch_ios$_buildMagnifier", "_document_gestures_touch_ios$_buildMagnifier$1", 44); _instance_0_u(_ = A._EditorFloatingCursorState.prototype, "get$_onFloatingCursorStart", "_onFloatingCursorStart$0", 0); - _instance_1_u(_, "get$_onFloatingCursorMove", "_onFloatingCursorMove$1", 3434); + _instance_1_u(_, "get$_onFloatingCursorMove", "_onFloatingCursorMove$1", 3435); _instance_0_u(_, "get$_document_gestures_touch_ios$_onScrollChange", "_document_gestures_touch_ios$_onScrollChange$0", 0); _instance_0_u(_, "get$_onFloatingCursorStop", "_onFloatingCursorStop$0", 0); - _instance_2_u(A._SuperEditorHardwareKeyHandlerState.prototype, "get$_document_physical_keyboard$_onKeyPressed", "_document_physical_keyboard$_onKeyPressed$2", 201); + _instance_2_u(A._SuperEditorHardwareKeyHandlerState.prototype, "get$_document_physical_keyboard$_onKeyPressed", "_document_physical_keyboard$_onKeyPressed$2", 199); _instance_0_u(_ = A.DocumentImeInputClient.prototype, "get$_onContentChange", "_onContentChange$0", 0); _instance_0_u(_, "get$_onImeConnectionChange", "_onImeConnectionChange$0", 0); _instance_1_u(_, "get$performSelector", "performSelector$1", 15); @@ -633973,44 +634251,44 @@ _instance_0_u(_, "get$_onScrollPositionChange", "_onScrollPositionChange$0", 0); _instance_1_u(_, "get$_document_scrollable$_onTick", "_document_scrollable$_onTick$1", 11); _instance_0_u(_ = A._SingleColumnDocumentLayoutState.prototype, "get$_onPresenterMarkedDirty", "_onPresenterMarkedDirty$0", 19); - _instance(_, "get$_onViewModelChange", 0, 0, null, ["call$4$addedComponents$changedComponents$movedComponents$removedComponents"], ["_onViewModelChange$4$addedComponents$changedComponents$movedComponents$removedComponents"], 901, 0, 0); - _instance(A._PresenterComponentBuilderState.prototype, "get$_onViewModelChange", 0, 0, null, ["call$4$addedComponents$changedComponents$movedComponents$removedComponents"], ["_onViewModelChange$4$addedComponents$changedComponents$movedComponents$removedComponents"], 901, 0, 0); - _static_1(A, "_presenter__noStyleBuilder$closure", "noStyleBuilder", 206); + _instance(_, "get$_onViewModelChange", 0, 0, null, ["call$4$addedComponents$changedComponents$movedComponents$removedComponents"], ["_onViewModelChange$4$addedComponents$changedComponents$movedComponents$removedComponents"], 903, 0, 0); + _instance(A._PresenterComponentBuilderState.prototype, "get$_onViewModelChange", 0, 0, null, ["call$4$addedComponents$changedComponents$movedComponents$removedComponents"], ["_onViewModelChange$4$addedComponents$changedComponents$movedComponents$removedComponents"], 903, 0, 0); + _static_1(A, "_presenter__noStyleBuilder$closure", "noStyleBuilder", 208); _instance_1_u(A.SingleColumnLayoutPresenter.prototype, "get$__presenter$_onDocumentChange", "__presenter$_onDocumentChange$1", 10); _instance_0_u(A.SingleColumnLayoutStylePhase.prototype, "get$markDirty", "markDirty$0", 0); - _static_2(A, "list_items___defaultUnorderedListItemDotBuilder$closure", "_defaultUnorderedListItemDotBuilder", 4285); - _static_2(A, "list_items___defaultIndentCalculator$closure", "_defaultIndentCalculator", 4286); - _static_2(A, "list_items___defaultOrderedListItemNumeralBuilder$closure", "_defaultOrderedListItemNumeralBuilder", 4287); + _static_2(A, "list_items___defaultUnorderedListItemDotBuilder$closure", "_defaultUnorderedListItemDotBuilder", 4286); + _static_2(A, "list_items___defaultIndentCalculator$closure", "_defaultIndentCalculator", 4287); + _static_2(A, "list_items___defaultOrderedListItemNumeralBuilder$closure", "_defaultOrderedListItemNumeralBuilder", 4288); _static(A, "list_items__tabToIndentListItem$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["tabToIndentListItem"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["tabToIndentListItem"], 41, 0); _static(A, "list_items__shiftTabToUnIndentListItem$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["shiftTabToUnIndentListItem"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["shiftTabToUnIndentListItem"], 41, 0); _static(A, "list_items__backspaceToUnIndentListItem$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["backspaceToUnIndentListItem"], 42, 0); - _static_1(A, "paragraph0__defaultAttributionsToExtendToNewParagraph$closure", "defaultAttributionsToExtendToNewParagraph", 149); + }, ["call$2$editContext$keyEvent"], ["backspaceToUnIndentListItem"], 41, 0); + _static_1(A, "paragraph0__defaultAttributionsToExtendToNewParagraph$closure", "defaultAttributionsToExtendToNewParagraph", 143); _static(A, "paragraph0__anyCharacterToInsertInParagraph$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["anyCharacterToInsertInParagraph"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["anyCharacterToInsertInParagraph"], 41, 0); _static(A, "paragraph0__backspaceToClearParagraphBlockType$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["backspaceToClearParagraphBlockType"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["backspaceToClearParagraphBlockType"], 41, 0); _static(A, "paragraph0__enterToInsertBlockNewline$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["enterToInsertBlockNewline"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["enterToInsertBlockNewline"], 41, 0); _static(A, "paragraph0__doNothingWithEnterOnWeb$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["doNothingWithEnterOnWeb"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["doNothingWithEnterOnWeb"], 41, 0); _static(A, "paragraph0__doNothingWithBackspaceOnWeb$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["doNothingWithBackspaceOnWeb"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["doNothingWithBackspaceOnWeb"], 41, 0); _static(A, "paragraph0__doNothingWithDeleteOnWeb$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["doNothingWithDeleteOnWeb"], 42, 0); - _static_2(A, "super_editor0__defaultInlineTextStyler$closure", "defaultInlineTextStyler", 4289); - _static_1(A, "super_editor0__superEditorLaunchLinkTapHandlerFactory$closure", "superEditorLaunchLinkTapHandlerFactory", 4290); + }, ["call$2$editContext$keyEvent"], ["doNothingWithDeleteOnWeb"], 41, 0); + _static_2(A, "super_editor0__defaultInlineTextStyler$closure", "defaultInlineTextStyler", 4290); + _static_1(A, "super_editor0__superEditorLaunchLinkTapHandlerFactory$closure", "superEditorLaunchLinkTapHandlerFactory", 4291); _instance_0_u(_ = A.SuperEditorState.prototype, "get$_super_editor0$_onFocusChange", "_super_editor0$_onFocusChange$0", 0); _instance_1_u(_, "get$_buildGestureInteractor", "_buildGestureInteractor$1", 44); _instance_0_u(_ = A.DefaultAndroidEditorToolbar.prototype, "get$_cut", "_cut$0", 0); @@ -634020,22 +634298,22 @@ _instance_0_u(A.SuperEditorLaunchLinkTapHandler.prototype, "get$dispose", "dispose$0", 0); _static(A, "tasks__enterToInsertNewTask$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["enterToInsertNewTask"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["enterToInsertNewTask"], 41, 0); _static(A, "tasks__backspaceToConvertTaskToParagraph$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["backspaceToConvertTaskToParagraph"], 42, 0); - _instance_1_u(A._TaskComponentState.prototype, "get$_computeStyles", "_computeStyles$1", 206); + }, ["call$2$editContext$keyEvent"], ["backspaceToConvertTaskToParagraph"], 41, 0); + _instance_1_u(A._TaskComponentState.prototype, "get$_computeStyles", "_computeStyles$1", 208); _static(A, "text__anyCharacterToInsertInTextContent$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["anyCharacterToInsertInTextContent"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["anyCharacterToInsertInTextContent"], 41, 0); _static(A, "text__deleteDownstreamContentWithDelete$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["deleteDownstreamContentWithDelete"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["deleteDownstreamContentWithDelete"], 41, 0); _static(A, "text__shiftEnterToInsertNewlineInBlock$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["shiftEnterToInsertNewlineInBlock"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["shiftEnterToInsertNewlineInBlock"], 41, 0); _instance_0_u(A.TextNode.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.TextComponentState.prototype, "get$_textStyleWithBlockType", "_textStyleWithBlockType$1", 206); + _instance_1_u(A.TextComponentState.prototype, "get$_textStyleWithBlockType", "_textStyleWithBlockType$1", 208); _instance_1_u(A.AutoScroller.prototype, "get$__scrolling$_onTick", "__scrolling$_onTick$1", 10); _static_0(A, "content_layers_ContentLayersElement__globalOnBuildScheduled$closure", "ContentLayersElement__globalOnBuildScheduled", 0); _instance_0_u(_ = A.ContentLayersElement.prototype, "get$_onBuildScheduled", "_onBuildScheduled$0", 0); @@ -634049,17 +634327,17 @@ _instance_0_u(A._CupertinoScrollbarState0.prototype, "get$handleThumbPress", "handleThumbPress$0", 0); _instance_1_u(_ = A.RawScrollbarWithCustomPhysicsState.prototype, "get$_scrollbar1$_validateInteractions", "_scrollbar1$_validateInteractions$1", 47); _instance_0_u(_, "get$handleThumbPress", "handleThumbPress$0", 0); - _instance_1_u(_, "get$_scrollbar1$_handleTrackTapDown", "_scrollbar1$_handleTrackTapDown$1", 58); - _instance_1_u(_, "get$_scrollbar1$_handleScrollMetricsNotification", "_scrollbar1$_handleScrollMetricsNotification$1", 388); - _instance_1_u(_, "get$_scrollbar1$_handleScrollNotification", "_scrollbar1$_handleScrollNotification$1", 178); - _instance_1_u(_, "get$_scrollbar1$_handlePointerScroll", "_scrollbar1$_handlePointerScroll$1", 110); - _instance_1_u(_, "get$_scrollbar1$_receivedPointerSignal", "_scrollbar1$_receivedPointerSignal$1", 260); + _instance_1_u(_, "get$_scrollbar1$_handleTrackTapDown", "_scrollbar1$_handleTrackTapDown$1", 57); + _instance_1_u(_, "get$_scrollbar1$_handleScrollMetricsNotification", "_scrollbar1$_handleScrollMetricsNotification$1", 379); + _instance_1_u(_, "get$_scrollbar1$_handleScrollNotification", "_scrollbar1$_handleScrollNotification$1", 179); + _instance_1_u(_, "get$_scrollbar1$_handlePointerScroll", "_scrollbar1$_handlePointerScroll$1", 108); + _instance_1_u(_, "get$_scrollbar1$_receivedPointerSignal", "_scrollbar1$_receivedPointerSignal$1", 261); _instance_0_u(A.ScrollbarPainter0.prototype, "get$dispose", "dispose$0", 0); - _instance_2_u(A._NonReparentingFocusState.prototype, "get$_focus$_onKeyEvent", "_focus$_onKeyEvent$2", 201); + _instance_2_u(A._NonReparentingFocusState.prototype, "get$_focus$_onKeyEvent", "_focus$_onKeyEvent$2", 199); _instance_0_u(A._FocusWithCustomParentState.prototype, "get$_focus$_handleFocusChanged", "_focus$_handleFocusChanged$0", 0); _instance_0_u(A._MultiListenableBuilderState.prototype, "get$_onListenableChange", "_onListenableChange$0", 0); - _instance_1_u(_ = A.TapSequenceGestureRecognizer.prototype, "get$_multi_tap_gesture$_handleEvent", "_multi_tap_gesture$_handleEvent$1", 110); - _instance_1_u(_, "get$_multi_tap_gesture$_reject", "_multi_tap_gesture$_reject$1", 3460); + _instance_1_u(_ = A.TapSequenceGestureRecognizer.prototype, "get$_multi_tap_gesture$_handleEvent", "_multi_tap_gesture$_handleEvent$1", 108); + _instance_1_u(_, "get$_multi_tap_gesture$_reject", "_multi_tap_gesture$_reject$1", 3461); _instance_0_u(_, "get$_onTapTimeout", "_onTapTimeout$0", 0); _instance_0_u(A._CountdownZoned0.prototype, "get$_multi_tap_gesture$_onTimeout", "_multi_tap_gesture$_onTimeout$0", 0); _instance_0_u(A._AndroidToolbarFocalPointDocumentLayerState.prototype, "get$_android_document_controls$_onSelectionChange", "_android_document_controls$_onSelectionChange$0", 0); @@ -634071,62 +634349,62 @@ return [null]; }, ["call$3", "call$2"], ["_roundedRectangleMagnifierBuilder", function(context, offsetFromFocalPoint) { return A._roundedRectangleMagnifierBuilder(context, offsetFromFocalPoint, null); - }], 4291, 0); - _instance_2_u(A.ItemSelectionListState.prototype, "get$_selectable_list$_onKeyEvent", "_selectable_list$_onKeyEvent$2", 201); + }], 4292, 0); + _instance_2_u(A.ItemSelectionListState.prototype, "get$_selectable_list$_onKeyEvent", "_selectable_list$_onKeyEvent$2", 199); _instance_0_u(A.SignalNotifier.prototype, "get$notifyListeners", "notifyListeners$0", 0); _instance_0_u(_ = A._AndroidEditingOverlayControlsState.prototype, "get$__editing_controls0$_rebuildOnNextFrame", "__editing_controls0$_rebuildOnNextFrame$0", 0); _instance_1_u(_, "get$_onCollapsedPanStart", "_onCollapsedPanStart$1", 77); _instance_1_u(_, "get$__editing_controls0$_onBasePanStart", "__editing_controls0$_onBasePanStart$1", 77); _instance_1_u(_, "get$__editing_controls0$_onExtentPanStart", "__editing_controls0$_onExtentPanStart$1", 77); - _instance_1_u(_, "get$__editing_controls0$_onPanUpdate", "__editing_controls0$_onPanUpdate$1", 74); + _instance_1_u(_, "get$__editing_controls0$_onPanUpdate", "__editing_controls0$_onPanUpdate$1", 75); _instance_0_u(_, "get$_updateSelectionForDragHandleAfterScrollChange", "_updateSelectionForDragHandleAfterScrollChange$0", 0); - _instance_1_u(_, "get$__editing_controls0$_onPanEnd", "__editing_controls0$_onPanEnd$1", 92); + _instance_1_u(_, "get$__editing_controls0$_onPanEnd", "__editing_controls0$_onPanEnd$1", 91); _instance_0_u(_, "get$__editing_controls0$_onPanCancel", "__editing_controls0$_onPanCancel$0", 0); _instance_0_u(_ = A.AndroidEditingOverlayController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$_hideCollapsedHandle", "_hideCollapsedHandle$0", 0); _instance_0_u(_ = A.AndroidTextFieldTouchInteractorState.prototype, "get$__user_interaction0$_onTextOrSelectionChange", "__user_interaction0$_onTextOrSelectionChange$0", 0); - _instance_1_u(_, "get$__user_interaction0$_onTapUp", "__user_interaction0$_onTapUp$1", 123); + _instance_1_u(_, "get$__user_interaction0$_onTapUp", "__user_interaction0$_onTapUp$1", 121); _instance_0_u(_, "get$__user_interaction0$_onLongPress", "__user_interaction0$_onLongPress$0", 0); - _instance_1_u(_, "get$__user_interaction0$_onDoubleTapDown", "__user_interaction0$_onDoubleTapDown$1", 58); - _instance_1_u(_, "get$__user_interaction0$_onTripleTapDown", "__user_interaction0$_onTripleTapDown$1", 58); + _instance_1_u(_, "get$__user_interaction0$_onDoubleTapDown", "__user_interaction0$_onDoubleTapDown$1", 57); + _instance_1_u(_, "get$__user_interaction0$_onTripleTapDown", "__user_interaction0$_onTripleTapDown$1", 57); _instance_1_u(_, "get$__user_interaction0$_onPanStart", "__user_interaction0$_onPanStart$1", 77); - _instance_1_u(_, "get$__user_interaction0$_onPanUpdate", "__user_interaction0$_onPanUpdate$1", 74); - _instance_1_u(_, "get$__user_interaction0$_onPanEnd", "__user_interaction0$_onPanEnd$1", 92); + _instance_1_u(_, "get$__user_interaction0$_onPanUpdate", "__user_interaction0$_onPanUpdate$1", 75); + _instance_1_u(_, "get$__user_interaction0$_onPanEnd", "__user_interaction0$_onPanEnd$1", 91); _instance_0_u(_, "get$__user_interaction0$_onPanCancel", "__user_interaction0$_onPanCancel$0", 0); _instance_0_u(_, "get$__user_interaction0$_onScrollChange", "__user_interaction0$_onScrollChange$0", 0); - _static(A, "android_textfield___defaultAndroidToolbarBuilder$closure", 3, null, ["call$3"], ["_defaultAndroidToolbarBuilder"], 4292, 0); - _instance_0_u(_ = A.SuperAndroidTextFieldState.prototype, "get$_android_textfield$_getGlobalCaretRect", "_android_textfield$_getGlobalCaretRect$0", 907); + _static(A, "android_textfield___defaultAndroidToolbarBuilder$closure", 3, null, ["call$3"], ["_defaultAndroidToolbarBuilder"], 4293, 0); + _instance_0_u(_ = A.SuperAndroidTextFieldState.prototype, "get$_android_textfield$_getGlobalCaretRect", "_android_textfield$_getGlobalCaretRect$0", 909); _instance_0_u(_, "get$_android_textfield$_updateSelectionAndImeConnectionOnFocusChange", "_android_textfield$_updateSelectionAndImeConnectionOnFocusChange$0", 0); _instance_0_u(_, "get$_android_textfield$_onTextOrSelectionChange", "_android_textfield$_onTextOrSelectionChange$0", 0); _instance_0_u(_, "get$_android_textfield$_onTextScrollChange", "_android_textfield$_onTextScrollChange$0", 0); - _instance_1_u(_, "get$_android_textfield$_onPerformActionPressed", "_android_textfield$_onPerformActionPressed$1", 307); - _instance_2_u(_, "get$_onKeyEventPressed", "_onKeyEventPressed$2", 201); + _instance_1_u(_, "get$_android_textfield$_onPerformActionPressed", "_android_textfield$_onPerformActionPressed$1", 299); + _instance_2_u(_, "get$_onKeyEventPressed", "_onKeyEventPressed$2", 199); _instance_1_u(_, "get$_buildPopoverToolbar", "_buildPopoverToolbar$1", 44); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed"], 101, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_insertCharacterWhenKeyIsPressed"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed"], 97, 0); _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed$closure", 0, null, ["call$3$keyEvent$textFieldContext$textLayout", "call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed", function(keyEvent, textFieldContext) { return A.DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed(keyEvent, textFieldContext, null); - }], 922, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux"], 101, 0); + }], 924, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux"], 97, 0); _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed$closure", 0, null, ["call$3$keyEvent$textFieldContext$textLayout", "call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed", function(keyEvent, textFieldContext) { return A.DefaultSuperTextFieldKeyboardHandlers_insertNewlineWhenEnterIsPressed(keyEvent, textFieldContext, null); - }], 922, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_sendKeyEventToMacOs$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_sendKeyEventToMacOs"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollOnPageUp$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollOnPageUp"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollOnPageDown$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollOnPageDown"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnCtrlOrCmdAndHome$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnCtrlOrCmdAndHome"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnCtrlOrCmdAndEnd$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnCtrlOrCmdAndEnd"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnHomeOnMacOrWeb$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnHomeOnMacOrWeb"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnEndOnMacOrWeb$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnEndOnMacOrWeb"], 101, 0); - _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_blockControlKeys$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_blockControlKeys"], 101, 0); + }], 924, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_sendKeyEventToMacOs$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_sendKeyEventToMacOs"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollOnPageUp$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollOnPageUp"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollOnPageDown$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollOnPageDown"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnCtrlOrCmdAndHome$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnCtrlOrCmdAndHome"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnCtrlOrCmdAndEnd$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnCtrlOrCmdAndEnd"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnHomeOnMacOrWeb$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnHomeOnMacOrWeb"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnEndOnMacOrWeb$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnEndOnMacOrWeb"], 97, 0); + _static(A, "desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_blockControlKeys$closure", 0, null, ["call$2$keyEvent$textFieldContext"], ["DefaultSuperTextFieldKeyboardHandlers_blockControlKeys"], 97, 0); _static(A, "desktop_textfield___giveUpFocus$closure", 0, null, ["call$1$textFieldContext"], ["_giveUpFocus"], 82, 0); _static(A, "desktop_textfield___moveFocusNext$closure", 0, null, ["call$1$textFieldContext"], ["_moveFocusNext"], 82, 0); _static(A, "desktop_textfield___moveCaretUpstream$closure", 0, null, ["call$1$textFieldContext"], ["_moveCaretUpstream"], 82, 0); @@ -634151,29 +634429,29 @@ _static(A, "desktop_textfield___deleteWordDownstream$closure", 0, null, ["call$1$textFieldContext"], ["_deleteWordDownstream"], 82, 0); _static(A, "desktop_textfield___deleteToBeginningOfLine$closure", 0, null, ["call$1$textFieldContext"], ["_deleteToBeginningOfLine"], 82, 0); _static(A, "desktop_textfield___deleteToEndOfLine$closure", 0, null, ["call$1$textFieldContext"], ["_deleteToEndOfLine"], 82, 0); - _static(A, "desktop_textfield___scrollToBeginningOfDocument$closure", 0, null, ["call$1$textFieldContext"], ["_scrollToBeginningOfDocument"], 368, 0); - _static(A, "desktop_textfield___scrollToEndOfDocument$closure", 0, null, ["call$1$textFieldContext"], ["_scrollToEndOfDocument"], 368, 0); - _static(A, "desktop_textfield___scrollPageUp$closure", 0, null, ["call$1$textFieldContext"], ["_scrollPageUp"], 368, 0); - _static(A, "desktop_textfield___scrollPageDown$closure", 0, null, ["call$1$textFieldContext"], ["_scrollPageDown"], 368, 0); + _static(A, "desktop_textfield___scrollToBeginningOfDocument$closure", 0, null, ["call$1$textFieldContext"], ["_scrollToBeginningOfDocument"], 420, 0); + _static(A, "desktop_textfield___scrollToEndOfDocument$closure", 0, null, ["call$1$textFieldContext"], ["_scrollToEndOfDocument"], 420, 0); + _static(A, "desktop_textfield___scrollPageUp$closure", 0, null, ["call$1$textFieldContext"], ["_scrollPageUp"], 420, 0); + _static(A, "desktop_textfield___scrollPageDown$closure", 0, null, ["call$1$textFieldContext"], ["_scrollPageDown"], 420, 0); _instance_0_u(_ = A.SuperDesktopTextFieldState.prototype, "get$_updateSelectionAndComposingRegionOnFocusChange", "_updateSelectionAndComposingRegionOnFocusChange$0", 0); _instance_0_u(_, "get$_onSelectionOrContentChange", "_onSelectionOrContentChange$0", 0); - _instance_1_u(_ = A._SuperTextFieldGestureInteractorState.prototype, "get$_desktop_textfield$_onTapDown", "_desktop_textfield$_onTapDown$1", 58); - _instance_1_u(_, "get$_desktop_textfield$_onDoubleTapDown", "_desktop_textfield$_onDoubleTapDown$1", 58); + _instance_1_u(_ = A._SuperTextFieldGestureInteractorState.prototype, "get$_desktop_textfield$_onTapDown", "_desktop_textfield$_onTapDown$1", 57); + _instance_1_u(_, "get$_desktop_textfield$_onDoubleTapDown", "_desktop_textfield$_onDoubleTapDown$1", 57); _instance_0_u(_, "get$_onDoubleTap", "_onDoubleTap$0", 0); - _instance_1_u(_, "get$_desktop_textfield$_onTripleTapDown", "_desktop_textfield$_onTripleTapDown$1", 58); + _instance_1_u(_, "get$_desktop_textfield$_onTripleTapDown", "_desktop_textfield$_onTripleTapDown$1", 57); _instance_0_u(_, "get$_onTripleTap", "_onTripleTap$0", 0); - _instance_1_u(_, "get$_onRightClick", "_onRightClick$1", 123); + _instance_1_u(_, "get$_onRightClick", "_onRightClick$1", 121); _instance_1_u(_, "get$_desktop_textfield$_onPanStart", "_desktop_textfield$_onPanStart$1", 77); - _instance_1_u(_, "get$_desktop_textfield$_onPanUpdate", "_desktop_textfield$_onPanUpdate$1", 74); - _instance_1_u(_, "get$_desktop_textfield$_onPanEnd", "_desktop_textfield$_onPanEnd$1", 92); + _instance_1_u(_, "get$_desktop_textfield$_onPanUpdate", "_desktop_textfield$_onPanUpdate$1", 75); + _instance_1_u(_, "get$_desktop_textfield$_onPanEnd", "_desktop_textfield$_onPanEnd$1", 91); _instance_0_u(_, "get$_desktop_textfield$_onPanCancel", "_desktop_textfield$_onPanCancel$0", 0); - _instance_1_u(_, "get$_onPointerSignal", "_onPointerSignal$1", 260); + _instance_1_u(_, "get$_onPointerSignal", "_onPointerSignal$1", 261); _instance_0_u(_ = A._SuperTextFieldKeyboardInteractorState.prototype, "get$_onFocusChange", "_onFocusChange$0", 0); - _instance_2_u(_, "get$_onKeyPressed", "_onKeyPressed$2", 201); + _instance_2_u(_, "get$_onKeyPressed", "_onKeyPressed$2", 199); _instance_0_u(_ = A._SuperTextFieldImeInteractorState.prototype, "get$_desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange", "_desktop_textfield$_updateSelectionAndImeConnectionOnFocusChange$0", 0); _instance_0_u(_, "get$_onImeConnectionChanged", "_onImeConnectionChanged$0", 0); _instance_1_u(_, "get$_onPerformSelector", "_onPerformSelector$1", 15); - _instance_1_u(_, "get$_onPerformAction", "_onPerformAction$1", 307); + _instance_1_u(_, "get$_onPerformAction", "_onPerformAction$1", 299); _instance_0_u(_ = A.SuperTextFieldScrollviewState.prototype, "get$_onSelectionOrContentChange", "_onSelectionOrContentChange$0", 0); _instance_1_u(_, "get$_desktop_textfield$_onTick", "_desktop_textfield$_onTick$1", 10); _instance_0_u(_ = A._TextScrollViewState.prototype, "get$_onTextScrollChange", "_onTextScrollChange$0", 0); @@ -634185,30 +634463,30 @@ _instance_0_u(_ = A._IOSEditingControlsState.prototype, "get$_rebuildOnNextFrame", "_rebuildOnNextFrame$0", 0); _instance_1_u(_, "get$_onBasePanStart", "_onBasePanStart$1", 77); _instance_1_u(_, "get$_onExtentPanStart", "_onExtentPanStart$1", 77); - _instance_1_u(_, "get$_onPanUpdate", "_onPanUpdate$1", 74); + _instance_1_u(_, "get$_onPanUpdate", "_onPanUpdate$1", 75); _instance_0_u(_, "get$_updateSelectionForNewDragHandleLocation", "_updateSelectionForNewDragHandleLocation$0", 0); - _instance_1_u(_, "get$_onPanEnd", "_onPanEnd$1", 92); + _instance_1_u(_, "get$_onPanEnd", "_onPanEnd$1", 91); _instance_0_u(_, "get$_onPanCancel", "_onPanCancel$0", 0); _instance_0_u(_ = A.IOSEditingOverlayController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$_overlayControllerChanged", "_overlayControllerChanged$0", 0); _instance_0_u(_ = A.IOSTextFieldTouchInteractorState.prototype, "get$_onTextOrSelectionChange", "_onTextOrSelectionChange$0", 0); - _instance_1_u(_, "get$__user_interaction$_onTapDown", "__user_interaction$_onTapDown$1", 58); - _instance_1_u(_, "get$__user_interaction$_onTapUp", "__user_interaction$_onTapUp$1", 123); - _instance_1_u(_, "get$_onDoubleTapDown", "_onDoubleTapDown$1", 58); - _instance_1_u(_, "get$_onTripleTapDown", "_onTripleTapDown$1", 58); + _instance_1_u(_, "get$__user_interaction$_onTapDown", "__user_interaction$_onTapDown$1", 57); + _instance_1_u(_, "get$__user_interaction$_onTapUp", "__user_interaction$_onTapUp$1", 121); + _instance_1_u(_, "get$_onDoubleTapDown", "_onDoubleTapDown$1", 57); + _instance_1_u(_, "get$_onTripleTapDown", "_onTripleTapDown$1", 57); _instance_1_u(_, "get$_onPanStart", "_onPanStart$1", 77); - _instance_1_u(_, "get$__user_interaction$_onPanUpdate", "__user_interaction$_onPanUpdate$1", 74); - _instance_1_u(_, "get$__user_interaction$_onPanEnd", "__user_interaction$_onPanEnd$1", 92); + _instance_1_u(_, "get$__user_interaction$_onPanUpdate", "__user_interaction$_onPanUpdate$1", 75); + _instance_1_u(_, "get$__user_interaction$_onPanEnd", "__user_interaction$_onPanEnd$1", 91); _instance_0_u(_, "get$__user_interaction$_onPanCancel", "__user_interaction$_onPanCancel$0", 0); _instance_0_u(_, "get$_onScrollChange", "_onScrollChange$0", 0); _instance_0_u(_, "get$_computeSelectionRect", "_computeSelectionRect$0", 0); - _static_2(A, "ios_textfield___defaultPopoverToolbarBuilder$closure", "_defaultPopoverToolbarBuilder", 4297); - _instance_0_u(_ = A.SuperIOSTextFieldState.prototype, "get$_getGlobalCaretRect", "_getGlobalCaretRect$0", 907); + _static_2(A, "ios_textfield___defaultPopoverToolbarBuilder$closure", "_defaultPopoverToolbarBuilder", 4298); + _instance_0_u(_ = A.SuperIOSTextFieldState.prototype, "get$_getGlobalCaretRect", "_getGlobalCaretRect$0", 909); _instance_0_u(_, "get$_updateSelectionAndImeConnectionOnFocusChange", "_updateSelectionAndImeConnectionOnFocusChange$0", 0); _instance_0_u(_, "get$_ios_textfield$_onTextOrSelectionChange", "_ios_textfield$_onTextOrSelectionChange$0", 0); _instance_0_u(_, "get$_ios_textfield$_onTextScrollChange", "_ios_textfield$_onTextScrollChange$0", 0); - _instance_1_u(_, "get$_onFloatingCursorChange", "_onFloatingCursorChange$1", 3470); - _instance_1_u(_, "get$_onPerformActionPressed", "_onPerformActionPressed$1", 307); + _instance_1_u(_, "get$_onFloatingCursorChange", "_onFloatingCursorChange$1", 3471); + _instance_1_u(_, "get$_onPerformActionPressed", "_onPerformActionPressed$1", 299); _instance_1_u(_, "get$_buildOverlayIosControls", "_buildOverlayIosControls$1", 44); _instance_0_u(_ = A.BlinkController.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_, "get$_blink_controller$_onTick", "_blink_controller$_onTick$1", 11); @@ -634223,112 +634501,112 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 7); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 7); _instance_0_i(_ = A._EventStreamSubscription0.prototype, "get$cancel", "cancel$0", 19); - _instance(_, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 880, 0, 0); + _instance(_, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 882, 0, 0); _instance_0_i(_, "get$resume", "resume$0", 0); - _static_1(A, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 909); + _static_1(A, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 911); _static(A, "print__debugPrintThrottled$closure", 1, null, ["call$2$wrapWidth", "call$1"], ["debugPrintThrottled", function(message) { return A.debugPrintThrottled(message, null); - }], 4298, 0); + }], 4299, 0); _static_0(A, "print___debugPrintTask$closure", "_debugPrintTask", 0); - _static_2(A, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 241); - _static_2(A, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 241); - _static_1(A, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 4299); - _static_2(A, "loading_reducer___setLoading$closure", "_setLoading", 4300); - _static_2(A, "loading_reducer___setLoaded$closure", "_setLoaded", 4301); - _static_2(A, "loading_reducer___setSaving$closure", "_setSaving", 4302); - _static_2(A, "loading_reducer___setSaved$closure", "_setSaved", 2868); + _static_2(A, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 272); + _static_2(A, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 272); + _static_1(A, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 4300); + _static_2(A, "loading_reducer___setLoading$closure", "_setLoading", 4301); + _static_2(A, "loading_reducer___setLoaded$closure", "_setLoaded", 4302); + _static_2(A, "loading_reducer___setSaving$closure", "_setSaving", 4303); + _static_2(A, "loading_reducer___setSaved$closure", "_setSaved", 2869); _static_1(A, "serialization0_SerializationUtils_deserializeWith$closure", "SerializationUtils_deserializeWith", 32); - _static_0(A, "utils2__getUtcDateTime$closure", "getUtcDateTime", 446); + _static_0(A, "utils2__getUtcDateTime$closure", "getUtcDateTime", 542); _static(A, "document_keyboard_actions__scrollOnPageUpKeyPress$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["scrollOnPageUpKeyPress"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["scrollOnPageUpKeyPress"], 41, 0); _static(A, "document_keyboard_actions__scrollOnPageDownKeyPress$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["scrollOnPageDownKeyPress"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["scrollOnPageDownKeyPress"], 41, 0); _static(A, "document_keyboard_actions__scrollOnCtrlOrCmdAndHomeKeyPress$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["scrollOnCtrlOrCmdAndHomeKeyPress"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["scrollOnCtrlOrCmdAndHomeKeyPress"], 41, 0); _static(A, "document_keyboard_actions__scrollOnCtrlOrCmdAndEndKeyPress$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["scrollOnCtrlOrCmdAndEndKeyPress"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["scrollOnCtrlOrCmdAndEndKeyPress"], 41, 0); _static(A, "document_keyboard_actions__blockControlKeys$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["blockControlKeys"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["blockControlKeys"], 41, 0); _static(A, "document_keyboard_actions__toggleInteractionModeWhenCmdOrCtrlPressed$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["toggleInteractionModeWhenCmdOrCtrlPressed"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["toggleInteractionModeWhenCmdOrCtrlPressed"], 41, 0); _static(A, "document_keyboard_actions__doNothingWhenThereIsNoSelection$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["doNothingWhenThereIsNoSelection"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["doNothingWhenThereIsNoSelection"], 41, 0); _static(A, "document_keyboard_actions__sendKeyEventToMacOs$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["sendKeyEventToMacOs"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["sendKeyEventToMacOs"], 41, 0); _static(A, "document_keyboard_actions__deleteDownstreamCharacterWithCtrlDeleteOnMac$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["deleteDownstreamCharacterWithCtrlDeleteOnMac"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["deleteDownstreamCharacterWithCtrlDeleteOnMac"], 41, 0); _static(A, "document_keyboard_actions__pasteWhenCmdVIsPressed$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["pasteWhenCmdVIsPressed"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["pasteWhenCmdVIsPressed"], 41, 0); _static(A, "document_keyboard_actions__selectAllWhenCmdAIsPressed$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["selectAllWhenCmdAIsPressed"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["selectAllWhenCmdAIsPressed"], 41, 0); _static(A, "document_keyboard_actions__copyWhenCmdCIsPressed$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["copyWhenCmdCIsPressed"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["copyWhenCmdCIsPressed"], 41, 0); _static(A, "document_keyboard_actions__cutWhenCmdXIsPressed$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["cutWhenCmdXIsPressed"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["cutWhenCmdXIsPressed"], 41, 0); _static(A, "document_keyboard_actions__cmdBToToggleBold$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["cmdBToToggleBold"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["cmdBToToggleBold"], 41, 0); _static(A, "document_keyboard_actions__cmdIToToggleItalics$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["cmdIToToggleItalics"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["cmdIToToggleItalics"], 41, 0); _static(A, "document_keyboard_actions__anyCharacterOrDestructiveKeyToDeleteSelection$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["anyCharacterOrDestructiveKeyToDeleteSelection"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["anyCharacterOrDestructiveKeyToDeleteSelection"], 41, 0); _static(A, "document_keyboard_actions__deleteUpstreamContentWithBackspace$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["deleteUpstreamContentWithBackspace"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["deleteUpstreamContentWithBackspace"], 41, 0); _static(A, "document_keyboard_actions__moveUpAndDownWithArrowKeys$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["moveUpAndDownWithArrowKeys"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["moveUpAndDownWithArrowKeys"], 41, 0); _static(A, "document_keyboard_actions__moveLeftAndRightWithArrowKeys$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["moveLeftAndRightWithArrowKeys"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["moveLeftAndRightWithArrowKeys"], 41, 0); _static(A, "document_keyboard_actions__doNothingWithLeftRightArrowKeysAtMiddleOfTextOnWeb$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["doNothingWithLeftRightArrowKeysAtMiddleOfTextOnWeb"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["doNothingWithLeftRightArrowKeysAtMiddleOfTextOnWeb"], 41, 0); _static(A, "document_keyboard_actions__moveToLineStartOrEndWithCtrlAOrE$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["moveToLineStartOrEndWithCtrlAOrE"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["moveToLineStartOrEndWithCtrlAOrE"], 41, 0); _static(A, "document_keyboard_actions__moveToLineStartWithHome$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["moveToLineStartWithHome"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["moveToLineStartWithHome"], 41, 0); _static(A, "document_keyboard_actions__moveToLineEndWithEnd$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["moveToLineEndWithEnd"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["moveToLineEndWithEnd"], 41, 0); _static(A, "document_keyboard_actions__deleteToStartOfLineWithCmdBackspaceOnMac$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["deleteToStartOfLineWithCmdBackspaceOnMac"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["deleteToStartOfLineWithCmdBackspaceOnMac"], 41, 0); _static(A, "document_keyboard_actions__deleteToEndOfLineWithCmdDeleteOnMac$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["deleteToEndOfLineWithCmdDeleteOnMac"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["deleteToEndOfLineWithCmdDeleteOnMac"], 41, 0); _static(A, "document_keyboard_actions__deleteWordUpstreamWithAltBackspaceOnMac$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["deleteWordUpstreamWithAltBackspaceOnMac"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["deleteWordUpstreamWithAltBackspaceOnMac"], 41, 0); _static(A, "document_keyboard_actions__deleteWordUpstreamWithControlBackspaceOnWindowsAndLinux$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["deleteWordUpstreamWithControlBackspaceOnWindowsAndLinux"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["deleteWordUpstreamWithControlBackspaceOnWindowsAndLinux"], 41, 0); _static(A, "document_keyboard_actions__deleteWordDownstreamWithAltDeleteOnMac$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["deleteWordDownstreamWithAltDeleteOnMac"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["deleteWordDownstreamWithAltDeleteOnMac"], 41, 0); _static(A, "document_keyboard_actions__deleteWordDownstreamWithControlDeleteOnWindowsAndLinux$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["deleteWordDownstreamWithControlDeleteOnWindowsAndLinux"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["deleteWordDownstreamWithControlDeleteOnWindowsAndLinux"], 41, 0); _static(A, "document_keyboard_actions__collapseSelectionWhenEscIsPressed$closure", 0, function() { return {editContext: B.C__Required, keyEvent: B.C__Required}; - }, ["call$2$editContext$keyEvent"], ["collapseSelectionWhenEscIsPressed"], 42, 0); + }, ["call$2$editContext$keyEvent"], ["collapseSelectionWhenEscIsPressed"], 41, 0); })(); (function inheritance() { var _mixin = hunkHelpers.mixin, @@ -634337,8 +634615,8 @@ _inherit = hunkHelpers.inherit; _inheritMany(null, [A.Object, A._UnmodifiableInt64ListView]); _inheritMany(A.Object, [A.AlarmClock, A.AppBootstrap, A.Closure, A._Enum, A._SaveStackTracking, A.ContextStateHandle, A.CkCanvas, A.CanvasKitCanvas, A.ManagedSkColorFilter, A.CkColorFilter, A.DisplayCanvasFactory, A.HtmlViewEmbedder, A.OverlayGroup, A.ViewClipChain, A.EmbeddedViewParams, A.Mutator, A.Iterable, A.EmbedderFrameContext, A.ViewListDiffResult, A.SkiaFontCollection, A.RegisteredFont, A.UnregisteredFont, A.FontDownloadResult, A.SkiaFallbackRegistry, A.ImageCodecException, A.CkImage, A.CkImageFilter, A.CkAnimatedImage, A.BrowserImageDecoder, A.Layer, A.PrerollContext, A.PaintContext, A.LayerScene, A.LayerSceneBuilder, A.LayerTree, A.Frame, A.CompositorContext, A.CkMaskFilter, A.Rasterizer, A.ViewRasterizer, A.CkNWayCanvas, A.NativeMemoryFinalizationRegistry, A.UniqueRef, A.CountedRef, A.CkPaint, A.CkPath, A.CkPicture, A.CkPictureRecorder, A.DisplayCanvas, A.CanvasKitRenderer, A.SimpleCkShader, A.CkSurface, A.CkParagraphStyle, A.CkTextStyle, A.CkStrutStyle, A.CkParagraph, A.CkLineMetrics, A.CkParagraphBuilder, A.Error, A.ClipboardMessageHandler, A.ClipboardAPICopyStrategy, A.ClipboardAPIPasteStrategy, A.ExecCommandCopyStrategy, A.ExecCommandPasteStrategy, A.FlutterConfiguration, A.Display, A.ScreenOrientation, A.HttpFetchResponseImpl, A.HttpFetchPayloadImpl, A.HttpFetchNoPayloadError, A.HttpFetchError, A.DomSubscription, A.DomPoint, A._DomListIterator, A._DomTouchListIterator, A.DomIteratorWrapper, A.FlutterViewEmbedder, A.EngineCanvas, A.SaveStackEntry, A.SaveClipEntry, A._SaveElementStackEntry, A.SaveElementStackTracking, A.FontFallbackManager, A._UnicodePropertyLookup, A.FallbackFontDownloadQueue, A.FontAsset, A.FontFamily, A.FontManifest, A.AssetFontsResult, A.FrameReference, A.CrossFrameCache, A._CrossFrameCacheItem, A.PersistedSurface, A.SvgBlendMode, A.SurfaceCanvas, A._DomClip, A.SvgFilterBuilder, A.SvgFilter, A.SurfacePaint, A.SurfacePaintData, A.Conic, A.QuadBounds, A.ConicBounds, A._ConicPair, A.CubicBounds, A.SurfacePath, A.PathIterator, A.PathRef, A.PathRefIterator, A.QuadRoots, A.SkQuadCoefficients, A.PathWinding, A.PaintRequest, A.RecordingCanvas, A.PaintCommand, A._PaintBounds, A.RenderStrategy, A._WebGlRenderer, A.HtmlRenderer, A.SurfaceScene, A.SurfaceSceneBuilder, A.NormalizedGradient, A.SharedCanvas, A.EngineGradient, A.EngineImageFilter, A.EngineHtmlColorFilter, A.ShaderBuilder, A.ShaderMethod, A.ShaderDeclaration, A._PersistedSurfaceMatch, A.PrerollSurfaceContext, A.HtmlCodec, A.SingleFrameInfo, A.HtmlImage, A.AnimatedImageFrameInfo, A.ImageFileFormat, A.KeyboardBinding, A.FlutterHtmlKeyboardEvent, A.KeyboardConverter, A.ContextMenu, A.MouseCursor, A.BrowserHistory, A.NotoFont, A.FallbackFontComponent, A.EnginePictureRecorder, A.EnginePicture, A.HighContrastSupport, A.PlatformDispatcher, A.ViewConfiguration0, A.PlatformConfiguration, A.PlatformViewManager, A.PlatformViewMessageHandler, A.SafariPointerEventWorkaround, A.PointerBinding, A.ClickDebouncer, A.PointerSupportDetector, A._Listener, A._BaseAdapter, A._WheelEventListenerMixin, A._SanitizedDetails, A._ButtonSanitizer, A._PointerDeviceState, A._GlobalPointerState, A.PointerDataConverter, A.Profiler, A.RawKeyboard, A.GlProgram, A.GlContext, A.OffScreenCanvas, A.AccessibilityAnnouncements, A.PrimaryRoleManager, A.RoleManager, A.AccessibilityFocusManager, A.EngineAccessibilityFeatures, A.SemanticsUpdate, A.SemanticsNodeUpdate, A.SemanticsObject, A.EngineSemantics, A.EngineSemanticsOwner, A.SemanticsHelper, A.SemanticsEnabler, A._DefaultTextEditingStrategy_Object_CompositionAwareMixin, A.ListBase, A.MethodCall, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer, A.ReadBuffer, A.SurfaceShadowData, A.CanvasParagraph, A.ParagraphSpan, A.ParagraphPlaceholder, A.StyleNode, A.CanvasParagraphBuilder, A.HtmlFontCollection, A.TextFragmenter, A.TextFragment, A._FragmentMetrics, A._FragmentPosition, A._FragmentBox, A.TextLayoutService, A.LineBuilder, A.Spanometer, A.RulerHost, A.TextPaintService, A.EngineLineMetrics, A.ParagraphLine, A.EngineParagraphStyle, A.EngineTextStyle, A.EngineStrutStyle, A.TextHeightStyle, A.TextDimensions, A.TextHeightRuler, A.UnicodeRange, A.UnicodePropertyLookup, A.BrowserAutofillHints, A.CompositionAwareMixin, A.EngineInputAction, A.EngineInputType, A.TextCapitalizationConfig, A.EngineAutofillForm, A.AutofillInfo, A.TextEditingDeltaState, A.EditingState, A.InputConfiguration, A.TextInputCommand, A.TextEditingChannel, A.HybridTextEditing, A.EditableTextStyle, A.EditableTextGeometry, A.LruCache, A.Matrix4, A.FastMatrix32, A.DimensionsProvider, A.DomManager, A.CustomElementEmbeddingStrategy, A.FullPageEmbeddingStrategy, A.FlutterViewManager, A.EngineFlutterView, A.ViewPadding, A.JS_CONST, J.Interceptor, J.ArrayIterator, A._CopyingBytesBuilder, A._BytesBuilder, A.CastIterator, A.MapBase, A.SentinelValue, A.ListIterator, A.MappedIterator, A.WhereIterator, A.ExpandIterator, A.TakeIterator, A.SkipIterator, A.SkipWhileIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A._Record, A.MapView, A.ConstantMap, A._KeysOrValuesOrElementsIterator, A.SetBase, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A._InitializedCell, A.Rti, A._FunctionParameters, A._Type, A._StringStream, A.LocaleKeymap, A._TimerImpl, A._AsyncAwaitCompleter, A._AsyncStarStreamController, A._IterationMarker, A._SyncStarIterator, A.AsyncError, A.Stream, A._BufferingStreamSubscription, A._BroadcastStreamController, A.TimeoutException, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.StreamTransformerBase, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._DoneStreamSubscription, A._StreamIterator, A._EventSinkWrapper, A._HandlerEventSink, A._Zone, A._HashMapKeyIterator, A._HashSetIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A._LinkedListIterator, A.LinkedListEntry, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._DoubleLinkedQueueEntry, A._DoubleLinkedQueueIterator, A._ListQueueIterator, A._UnmodifiableSetMixin, A._SplayTreeNode, A._SplayTree, A._SplayTreeIterator, A.StringConversionSink, A.Codec0, A.Converter, A.ByteConversionSink, A._Base64Encoder, A._Base64Decoder, A.ChunkedConversionSink, A._SimpleCallbackSink, A.HtmlEscapeMode, A._JsonStringifier, A._JsonPrettyPrintMixin, A._ClosableStringSink, A._StringConversionSinkAsStringSinkAdapter, A._Utf8Encoder, A._Utf8Decoder, A._BigIntImpl, A._WeakReferenceWrapper, A.DateTime, A.Duration, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.IntegerDivisionByZeroException, A.Iterator, A.MapEntry, A.Null, A._StringStackTrace, A.Stopwatch, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A.Expando, A._FakeUserTag, A.ServiceExtensionResponse, A.TimelineTask, A._AsyncBlock, A._SyncBlock, A.CssStyleDeclarationBase, A.EventStreamProvider, A._EventStreamSubscription, A.ImmutableListMixin, A.FixedSizeListIterator, A._AcceptStructuredClone, A.OSError, A.FileSystemEntity, A.FileMode, A.FileSystemException, A._RandomAccessFile, A.JsObject, A.NullRejectionException, A._JSRandom, A._Random, A.Point, A._RectangleBase, A.Endian, A._ChannelCallbackRecord, A._StoredMessage, A._Channel, A.ChannelBuffers, A.OffsetBase, A.Rect, A.Radius, A.RRect, A._HashEnd, A.KeyData, A.Color, A.MaskFilter, A.ImageFilter, A.Shadow, A.ImmutableBuffer, A.FrameTiming, A.Locale, A.SemanticsActionEvent, A.PointerData, A.PointerDataPacket, A.SemanticsAction, A.SemanticsFlag, A.SemanticsUpdateBuilder, A.FontWeight, A.FontFeature, A.FontVariation, A.GlyphInfo, A.TextDecoration, A.TextHeightBehavior, A.TextBox, A.TextPosition, A.TextRange, A.ParagraphConstraints, A.CallbackHandle, A.GestureSettings, A.AssetManager, A.BrowserPlatformLocation, A.HashUrlStrategy, A.PlatformViewRegistry, A.GZipEncoder, A.InputStreamBase, A.OutputStreamBase, A.Deflate, A._DeflaterConfig, A._HuffmanTree, A._StaticTree, A.HuffmanTable, A.Inflate, A.AttributedSpans, A.SpanMarker, A.AttributionSpan, A.MultiAttributionSpan, A.IncompatibleOverlappingAttributionsException, A.AttributedText, A.AttributionVisitor, A.NamedAttribution, A.SpanRange, A._DiagnosticableTree_Object_Diagnosticable, A._State_Object_Diagnosticable, A.BoardViewController, A.CopyOnWriteList, A.CopyOnWriteMap, A.CopyOnWriteSet, A.BuiltList, A.ListBuilder, A.BuiltListMultimap, A.ListMultimapBuilder, A.BuiltMap, A.MapBuilder, A.BuiltSet, A.SetBuilder, A.BuiltSetMultimap, A.SetMultimapBuilder, A.EnumClass, A.IndentingBuiltValueToStringHelper, A.JsonObject, A.FullType, A.BigIntSerializer, A.BoolSerializer, A.BuiltJsonSerializers, A.BuiltJsonSerializersBuilder, A.BuiltListMultimapSerializer, A.BuiltListSerializer, A.BuiltMapSerializer, A.BuiltSetMultimapSerializer, A.BuiltSetSerializer, A.DateTimeSerializer, A.DoubleSerializer, A.DurationSerializer, A.Int32Serializer, A.Int64Serializer, A.IntSerializer, A.JsonObjectSerializer, A.NullSerializer, A.NumSerializer, A.RegExpSerializer, A.StringSerializer, A.Uint8ListSerializer, A.UriSerializer, A.StandardJsonPlugin, A.StringCharacterRange, A.Breaks, A.BackBreaks, A.BaseChart0, A.BaseSeriesRenderer, A.BaseBarRendererElement, A.BaseAnimatedBar, A.LayoutViewConfig, A.ConstCornerStrategy, A.ImmutableAxis, A.Tick, A.CollisionReport, A.BaseRenderSpec, A.BaseTickDrawStrategy, A.NoneDrawStrategy, A.LinearScale, A.LinearScaleDomainInfo, A.LinearScaleFunction, A.LinearScaleViewportSettings, A.NumericExtents, A.BaseTickProvider, A._TickStepInfo, A.OrdinalScaleDomainInfo, A.Scale, A.ScaleOutputExtent, A.RangeBandConfig, A.StepSizeConfig, A.Extents, A.SimpleOrdinalScale, A.AxisSpec, A.TextStyleSpec, A.LineStyleSpec, A.SimpleTickFormatterBase, A.AutoAdjustingDateTimeTickProvider, A.BaseTimeStepper, A._TimeStepIteratorImpl, A.DateTimeTickFormatter, A.TimeTickFormatterImpl, A.LifecycleListener, A.DomainHighlighter0, A.Legend, A.LegendState, A.LegendEntryBase, A.PerSeriesLegendEntryGenerator, A.LinePointHighlighter0, A.LayoutView, A.NullablePoint, A._PointRendererElement, A._AnimatedPoint, A.SelectNearest0, A.CanvasRect, A.CanvasBarStack, A.DatumDetails, A.ImmutableSeries, A.SelectionModel, A.SeriesDatum, A.TypedRegistry, A.IdentityConverter, A.LayoutConfig, A.MarginSpec, A.LayoutManagerImpl, A._MeasuredSizes, A.SizeList, A._DesiredViewSizes, A.VerticalMarginStrategy, A.HorizontalMarginStrategy, A.ViewMargin, A.ViewMeasuredSizes, A._LineRendererElement, A._AnimatedLine, A._AreaRendererElement, A._AnimatedArea, A._AnimatedElements, A._Range, A.Color0, A.LocalDateTimeFactory, A.GestureListener, A.Palette, A.ProxyGestureListener, A.MaterialStyle, A.StyleFactory, A.BaseSymbolRenderer, A.TextMeasurement, A.TypedKey, A.Series, A.ChartBehavior, A.BaseLegendContentBuilder, A.SimpleLegendEntryLayout, A.TabularLegendLayout, A.ChartCanvas, A._RenderObject_Object_DiagnosticableTreeMixin, A.Listenable, A.ChartGestureDetector, A.GraphicsFactory, A.LineStyle, A.SelectionModelConfig, A.SymbolRendererCanvas, A.TextElement, A.TextStyle0, A.MultiChildLayoutDelegate, A.CanonicalizedMap, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._UnorderedEquality, A._MapEntry, A.MapEquality, A.DeepCollectionEquality, A.HeapPriorityQueue, A.XFileBase, A._Parser, A.Token, A.TokenizerBase, A.Message, A.Messages, A.PreprocessorOptions, A.TreeNode, A.Visitor, A.DesktopDropWeb, A.DesktopDrop, A.WebDropItem, A.DropDoneDetails, A.DropEventDetails, A.DropEvent, A.PlatformInterface, A.FilePickerResult, A.KDialogHandler, A.QarmaAndZenityHandler, A.PlatformFile, A.Int32, A.Int64, A.Simulation, A._AnimationStyle_Object_Diagnosticable, A.AnimationWithParentMixin, A.ParametricCurve, A.AnimationLazyListenerMixin, A.AnimationEagerListenerMixin, A.AnimationLocalListenersMixin, A.AnimationLocalStatusListenersMixin, A.Animatable, A.TweenSequenceItem, A._Interval, A.ChangeNotifier, A.TextSelectionControls, A._IconThemeData_Object_Diagnosticable, A.LocalizationsDelegate, A.DefaultCupertinoLocalizations, A._CupertinoBackGestureController, A._Decoration_Object_Diagnosticable, A.BoxPainter, A._CupertinoTextThemeData_Object_Diagnosticable, A._TextThemeDefaultsBuilder, A.NoDefaultCupertinoThemeData, A._CupertinoThemeDefaults, A._CupertinoTextThemeDefaults, A.ToggleableStateMixin, A.DiagnosticsNode, A._FlutterErrorDetails_Object_Diagnosticable, A.BindingBase, A.TextTreeConfiguration, A._PrefixedStringBuilder, A._NoDefaultValue, A.TextTreeRenderer, A.DiagnosticPropertiesBuilder, A.Diagnosticable, A.DiagnosticableTreeMixin, A.Key, A._TypeLiteral, A.LicenseParagraph, A.LicenseEntry, A.PersistentHashMap, A._TrieNode, A.WriteBuffer0, A.ReadBuffer0, A.StackFrame, A.SynchronousFuture, A.GestureArenaMember, A.GestureArenaEntry, A._GestureArena, A.GestureArenaManager, A._Resampler, A.GestureBinding, A.Drag, A.DragDownDetails, A.DragStartDetails, A.DragUpdateDetails, A.DragEndDetails, A._PointerEvent_Object_Diagnosticable, A._PointerEventDescription, A._AbstractPointerEvent, A._CopyPointerAddedEvent, A._CopyPointerRemovedEvent, A._CopyPointerHoverEvent, A._CopyPointerEnterEvent, A._CopyPointerExitEvent, A._CopyPointerDownEvent, A._CopyPointerMoveEvent, A._CopyPointerUpEvent, A._CopyPointerScrollEvent, A._CopyPointerScrollInertiaCancelEvent, A._CopyPointerScaleEvent, A._CopyPointerPanZoomStartEvent, A._CopyPointerPanZoomUpdateEvent, A._CopyPointerPanZoomEndEvent, A._CopyPointerCancelEvent, A.ForcePressDetails, A.DeviceGestureSettings, A.HitTestEntry, A._TransformPart, A.HitTestResult, A.LongPressDownDetails, A.LongPressStartDetails, A.LongPressMoveUpdateDetails, A.LongPressEndDetails, A._Vector, A._Matrix, A.PolynomialFit, A.LeastSquaresSolver, A.MultiDragPointerState, A._CountdownZoned, A._TapTracker, A.PointerRouter, A.PointerSignalResolver, A.OffsetPair, A._PointerPanZoomData, A.ScaleStartDetails, A.ScaleUpdateDetails, A.ScaleEndDetails, A._LineBetweenPointers, A.TapDownDetails, A.TapUpDetails, A._TapDragDownDetails_Object_Diagnosticable, A._TapDragUpDetails_Object_Diagnosticable, A._TapDragStartDetails_Object_Diagnosticable, A._TapDragUpdateDetails_Object_Diagnosticable, A._TapDragEndDetails_Object_Diagnosticable, A._TapStatusTrackerMixin, A._CombiningGestureArenaEntry, A.GestureArenaTeam, A.Velocity, A.VelocityEstimate, A._PointAtTime, A.VelocityTracker, A._LicenseData, A._DetailArguments, A._MasterDetailFlowProxy, A._ActionIconThemeData_Object_Diagnosticable, A.ScrollBehavior, A.SingleChildLayoutDelegate, A.SliverPersistentHeaderDelegate, A._AppBarTheme_Object_Diagnosticable, A._Diagonal, A._BadgeThemeData_Object_Diagnosticable, A._MaterialBannerThemeData_Object_Diagnosticable, A._BottomAppBarTheme_Object_Diagnosticable, A._BottomNavigationBarThemeData_Object_Diagnosticable, A._BottomSheetThemeData_Object_Diagnosticable, A._ButtonBarThemeData_Object_Diagnosticable, A._ButtonStyle_Object_Diagnosticable, A._LerpSides, A._MouseCursor_Object_Diagnosticable, A._ButtonThemeData_Object_Diagnosticable, A.SliverGridDelegate, A._CardTheme_Object_Diagnosticable, A._CheckboxThemeData_Object_Diagnosticable, A._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, A.DataColumn, A.DataRow, A.DataCell, A.TableColumnWidth, A._DataTableThemeData_Object_Diagnosticable, A._DatePickerThemeData_Object_Diagnosticable, A.Route, A._DialogTheme_Object_Diagnosticable, A._DividerThemeData_Object_Diagnosticable, A._DrawerThemeData_Object_Diagnosticable, A._DropdownRouteResult, A._MenuLimits, A._DropdownMenuThemeData_Object_Diagnosticable, A.MaterialStateProperty, A._ElevatedButtonThemeData_Object_Diagnosticable, A._ElevationOpacity, A.ExpansionPanel, A._ExpansionTileThemeData_Object_Diagnosticable, A._FilledButtonThemeData_Object_Diagnosticable, A._DefaultHeroTag, A._FloatingActionButtonThemeData_Object_Diagnosticable, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, A._IconButtonThemeData_Object_Diagnosticable, A.InkFeature, A.InteractiveInkFeatureFactory, A.ShapeBorder, A.FloatingLabelAlignment, A._Decoration, A._RenderDecorationLayout, A.InputDecoration, A._InputDecorationTheme_Object_Diagnosticable, A._ListTileThemeData_Object_Diagnosticable, A.DefaultMaterialLocalizations, A._BorderSide_Object_Diagnosticable, A._TextStyle_Object_Diagnosticable, A._LerpProperties, A._MaterialStatePropertyWith, A.MaterialStatePropertyAll, A.MaterialStateMixin, A._MenuThemeData_Object_Diagnosticable, A._MenuButtonThemeData_Object_Diagnosticable, A._MenuStyle_Object_Diagnosticable, A._LerpSides1, A.MergeableMaterialItem, A._AnimationTuple, A._NavigationBarThemeData_Object_Diagnosticable, A._NavigationDrawerThemeData_Object_Diagnosticable, A._NavigationRailThemeData_Object_Diagnosticable, A._OutlinedButtonThemeData_Object_Diagnosticable, A.MaterialRouteTransitionMixin, A.PageTransitionsBuilder, A._PageTransitionsTheme_Object_Diagnosticable, A._ZoomTransitionBase, A._PopupMenuThemeData_Object_Diagnosticable, A._ProgressIndicatorThemeData_Object_Diagnosticable, A._RadioThemeData_Object_Diagnosticable, A.ScaffoldPrelayoutGeometry, A.ScaffoldGeometry, A.Constraints, A._Action_Object_Diagnosticable, A.ScaffoldFeatureController, A._ScrollbarThemeData_Object_Diagnosticable, A._SearchBarThemeData_Object_Diagnosticable, A._LerpSides0, A._SearchViewThemeData_Object_Diagnosticable, A._SegmentedButtonThemeData_Object_Diagnosticable, A.TextSelectionGestureDetectorBuilder, A._SliderThemeData_Object_Diagnosticable, A._SnackBarThemeData_Object_Diagnosticable, A.Adaptation, A._SwitchConfig, A._SwitchThemeData_Object_Diagnosticable, A.__SwitchConfigCupertino_Object__SwitchConfig, A.__SwitchConfigM2_Object__SwitchConfig, A.__SwitchConfigM3_Object__SwitchConfig, A._TabBarTheme_Object_Diagnosticable, A._TextButtonThemeData_Object_Diagnosticable, A._TextSelectionThemeData_Object_Diagnosticable, A._TextTheme_Object_Diagnosticable, A._ThemeData_Object_Diagnosticable, A._IdentityThemeDataCacheKey, A._FifoCache, A._VisualDensity_Object_Diagnosticable, A.TimeOfDay, A._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, A._ToggleButtonsThemeData_Object_Diagnosticable, A.ToggleableStateMixin0, A._TooltipThemeData_Object_Diagnosticable, A._Typography_Object_Diagnosticable, A.ImageProvider, A.AlignmentGeometry, A.TextAlignVertical, A.PaintingBinding, A.BorderRadiusGeometry, A.FittedSizes, A.ClipContext, A.HSLColor, A.ImageSizeInfo, A._BlendedDecorationImage, A._BlendedDecorationImagePainter, A.EdgeInsetsGeometry, A._ColorsAndStops, A.Gradient, A.ImageCache, A._CachedImageBase, A._PendingImage, A.ImageConfiguration, A._ImageStreamCompleter_Object_Diagnosticable, A.AssetBundleImageKey, A.NetworkImageLoadException, A.ImageInfo, A.ImageStreamListener, A._ImageChunkEvent_Object_Diagnosticable, A._ImageStream_Object_Diagnosticable, A.ImageStreamCompleterHandle, A.Accumulator, A.InlineSpanSemanticsInformation, A.NotchedShape, A._StrutStyle_Object_Diagnosticable, A.PlaceholderDimensions, A.TextBoundary, A._TextLayout, A._TextPainterLayoutCacheWithOffset, A._LineCaretMetrics, A._EmptyLineCaretMetrics, A.TextPainter, A._LinearTextScaler, A.SpringDescription, A._CriticalSolution, A._OverdampedSolution, A._UnderdampedSolution, A.Tolerance, A.RendererBinding, A._PipelineOwner_Object_DiagnosticableTreeMixin, A.ParentData, A._IntrinsicDimensionsCacheEntry, A.RenderBoxContainerDefaultsMixin, A.CustomPainterSemantics, A.DebugOverflowIndicatorMixin, A.TextSelectionPoint, A.VerticalCaretMovementRun, A._LayoutSizes, A.AnnotationEntry, A.AnnotationResult, A._Layer_Object_DiagnosticableTreeMixin, A.LayerHandle, A.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.RenderObjectWithChildMixin, A.ContainerParentDataMixin, A.ContainerRenderObjectMixin, A.RelayoutWhenSystemFontsChangeMixin, A._SemanticsFragment, A._SemanticsGeometry, A.SemanticsTag, A.RenderInlineChildrenContainerDefaults, A.__SelectableFragment_Object_Selectable, A._PlatformViewGestureMixin, A.RenderProxyBoxMixin, A.RenderAnimatedOpacityMixin, A.Selectable, A.SelectionRegistrant, A.SelectionEvent, A.SelectionGeometry, A._SelectionPoint_Object_Diagnosticable, A.SliverLayoutDimensions, A._SliverGeometry_Object_Diagnosticable, A.RenderSliverHelpers, A.SliverGridGeometry, A.SliverGridLayout, A.KeepAliveParentDataMixin, A.RenderSliverWithKeepAliveMixin, A.PersistentHeaderShowOnScreenConfiguration, A.RelativeRect, A.ViewConfiguration, A.RevealedOffset, A._RunMetrics, A._TaskEntry, A._FrameCallbackEntry, A.PerformanceModeRequestHandle, A.SchedulerBinding, A.Ticker, A.TickerFuture, A.TickerCanceled, A.SemanticsBinding, A.SemanticsHandle, A.ChildSemanticsConfigurationsResult, A.ChildSemanticsConfigurationsResultBuilder, A.CustomSemanticsAction, A.AttributedString, A._SemanticsData_Object_Diagnosticable, A._SemanticsNode_Object_DiagnosticableTreeMixin, A._BoxEdge, A._SemanticsSortGroup, A._TraversalSortNode, A.SemanticsConfiguration, A._SemanticsSortKey_Object_Diagnosticable, A.SemanticsEvent, A.AssetBundle, A._AssetManifestBin, A.AssetMetadata, A.AutofillConfiguration, A.TextInputConfiguration, A.AutofillScopeMixin, A.BinaryMessenger, A.ServicesBinding, A.BrowserContextMenu, A.ClipboardData, A._KeyEvent_Object_Diagnosticable, A.HardwareKeyboard, A.KeyMessage, A.KeyEventManager, A.KeyboardInsertedContent, A._KeyboardKey_Object_Diagnosticable, A.MethodCall0, A.PlatformException, A.MissingPluginException, A.StringCodec, A.JSONMessageCodec0, A.JSONMethodCodec0, A.StandardMessageCodec0, A.StandardMethodCodec0, A.MouseCursorManager, A.MouseCursorSession, A._ProfiledBinaryMessenger, A._PlatformChannelStats, A.BasicMessageChannel, A.MethodChannel, A.PlatformViewsRegistry, A.PlatformViewController, A.ProcessTextAction, A.DefaultProcessTextService, A._RawKeyEventData_Object_Diagnosticable, A._RawKeyEvent_Object_Diagnosticable, A.RawKeyboard0, A._ModifierSidePair, A.RestorationBucket, A.SuggestionSpan, A.SpellCheckResults, A.DefaultSpellCheckService, A.ApplicationSwitcherDescription, A.SystemUiOverlayStyle, A._TextEditingDelta_Object_Diagnosticable, A.TextInputFormatter, A._MutableTextRange, A._TextEditingValueAccumulator, A.TextInputType, A.RawFloatingCursorPoint, A.TextEditingValue, A.TextSelectionDelegate, A.TextInputClient, A.SelectionRect, A.DeltaTextInputClient, A.TextInputConnection, A.TextInput, A.TextInputControl, A.__PlatformTextInputControl_Object_TextInputControl, A.UndoManager, A.UndoManagerClient, A._Intent_Object_Diagnosticable, A._ActionDispatcher_Object_Diagnosticable, A._OverridableActionMixin, A._ChildEntry, A.AsyncSnapshot, A.Notification0, A.AutomaticKeepAliveClientMixin, A.WidgetsBindingObserver, A.WidgetsBinding, A.ContextMenuButtonItem, A.ContextMenuController, A.DisposableBuildContext, A._DraggableSheetExtent, A.ToolbarOptions, A._KeyFrame, A._ScribbleCacheKey, A._GlyphHeights, A._Autofocus, A.FocusAttachment, A._FocusNode_Object_DiagnosticableTreeMixin, A._FocusManager_Object_DiagnosticableTreeMixin, A._HighlightModeManager, A._FocusTraversalGroupInfo, A._FocusTraversalPolicy_Object_Diagnosticable, A._DirectionalPolicyDataEntry, A._DirectionalPolicyData, A.DirectionalFocusTraversalPolicyMixin, A.__ReadingOrderSortData_Object_Diagnosticable, A.__ReadingOrderDirectionalGroupData_Object_Diagnosticable, A._InactiveElements, A.BuildOwner, A.NotifiableElementMixin, A._NotificationNode, A.RootElementMixin, A.IndexedSlot, A.GestureRecognizerFactory, A.SemanticsGestureDelegate, A._HeroFlightManifest, A._HeroFlight, A.NavigatorObserver, A.IconData, A.CapturedThemes, A.RenderConstrainedLayoutBuilder, A._Pending, A.DefaultWidgetsLocalizations, A.MagnifierInfo, A.TextMagnifierConfiguration, A.MagnifierController, A.MediaQueryData, A.RouteSettings, A.RouteTransitionRecord, A.TransitionDelegate, A._NavigatorObservation, A._RestorationInformation, A.OverlayEntry, A._RenderTheaterMixin, A.OverlayPortalController, A._StorageEntryIdentifier, A.PageStorageBucket, A._FixedScrollMetrics_Object_ScrollMetrics, A.ScrollPhysics, A.MenuSerializableShortcut, A.PlatformMenuDelegate, A.PlatformViewCreationParams, A.RestorationMixin, A.RouteInformation, A.LocalHistoryEntry, A.LocalHistoryRoute, A.ScrollActivity, A.ScrollDragController, A._WrappedScrollBehavior, A.SliverChildDelegate, A.ScrollMetrics, A.ViewportNotificationMixin, A.ViewportElementMixin, A.SelectionContainerDelegate, A.ScrollableDetails, A.EdgeDraggingAutoScroller, A.KeySet, A._SingleActivator_Object_Diagnosticable, A.__ActivatorIntentPair_Object_Diagnosticable, A._ShortcutManager_Object_Diagnosticable, A._ShortcutRegistry_Object_ChangeNotifier, A._RenderSliverPersistentHeaderForWidgetsMixin, A.SlottedMultiChildRenderObjectWidgetMixin, A.SlottedContainerRenderObjectMixin, A._DefaultSnapshotPainter, A.SpellCheckConfiguration, A.TableRow, A._TableElementRow, A.__TableSlot_Object_Diagnosticable, A.TextSelectionOverlay, A.SelectionOverlay, A.TextSelectionHandleControls, A.TextSelectionToolbarAnchors, A.SingleTickerProviderStateMixin, A.TickerProviderStateMixin, A._ConstantValueListenable, A.UndoHistoryValue, A._UndoStack, A.GlobalCupertinoLocalizations, A.GlobalMaterialLocalizations, A.GlobalWidgetsLocalizations, A.SlidableAutoCloseNotification, A.SlidableAutoCloseBarrierNotification, A.EndGesture, A.SlidableController, A.ActionPaneData, A.StaggeredGridDelegate, A._TileOrigin, A.StyledToastPosition, A.ToastFuture, A.ToastManager, A.StaticOffsetAligner, A.FunctionalAligner, A.FollowerAlignment, A.ScreenFollowerBoundary, A.WidgetFollowerBoundary, A._LeaderLink_Object_ChangeNotifier, A.CustomLayerLinkHandle, A.GoogleSignInAuthentication, A.GoogleSignInAccount, A.GoogleSignIn, A.SignInInitParameters, A.GoogleSignInUserData, A.GoogleSignInTokenData, A.AttributeName, A._ParentNode, A._NonElementParentNode, A._ElementAndDocument, A.Node0, A.TreeVisitor, A.HtmlParser, A.Phase, A.ParseError, A.ReparseException, A.EncodingBytes, A.ContentAttrParser, A._EncodingRangeException, A.HtmlInputStream, A.Token0, A.TagAttribute, A.HtmlTokenizer, A.TreeBuilder, A.Pair, A.Node, A._StyleOption, A.Rule, A.BaseClient, A.BaseRequest, A.BaseResponse, A.ClientException, A.MultipartFile, A.MediaType, A.ChannelIterator, A.IfdContainer, A.ExifTag, A.IfdDirectory, A.IfdValue, A.Decoder, A.PngFrame, A.PngInfo, A.IccProfile, A.Palette0, A.ImageException, A.InputBuffer, A.ImageResizer, A.InAppPurchase, A.BillingClientManager, A.BillingClient, A.HostBillingClientCallbackHandler, A.BillingResponseConverter, A.BillingResultWrapper, A.OneTimePurchaseOfferDetailsWrapper, A.ProductDetailsWrapper, A.ProductDetailsResponseWrapper, A.ProductWrapper, A.PurchaseWrapper, A.PurchasesResultWrapper, A.PurchaseStateConverter, A.SubscriptionOfferDetailsWrapper, A.PricingPhaseWrapper, A.UserChoiceDetailsWrapper, A.UserChoiceDetailsProductWrapper, A.InAppPurchasePlatformAddition, A.PlatformQueryProduct, A.PlatformAccountIdentifiers, A.PlatformBillingResult, A.PlatformOneTimePurchaseOfferDetails, A.PlatformProductDetails, A.PlatformProductDetailsResponse, A.PlatformAlternativeBillingOnlyReportingDetailsResponse, A.PlatformBillingConfigResponse, A.PlatformBillingFlowParams, A.PlatformPricingPhase, A.PlatformPurchase, A.PlatformPurchaseHistoryRecord, A.PlatformPurchaseHistoryResponse, A.PlatformPurchasesResponse, A.PlatformSubscriptionOfferDetails, A.PlatformUserChoiceDetails, A.PlatformUserChoiceProduct, A.InAppPurchaseApi, A.ProductDetails, A.PurchaseDetails, A.PurchaseParam, A.GooglePlayUserChoiceDetails, A.GooglePlayUserChoiceDetailsProduct, A.IAPError, A.InAppPurchaseException, A.ProductDetailsResponse, A.PurchaseVerificationData, A._TransactionObserver, A.SKPaymentTransactionMessage, A.SKPaymentMessage, A.SKErrorMessage, A.SKPaymentDiscountMessage, A.SKStorefrontMessage, A.SKProductsResponseMessage, A.SKProductMessage, A.SKPriceLocaleMessage, A.SKProductDiscountMessage, A.SKProductSubscriptionPeriodMessage, A.InAppPurchaseAPI, A.SKTransactionStatusConverter, A.SKSubscriptionPeriodUnitConverter, A.SKProductDiscountPaymentModeConverter, A.SKProductDiscountTypeConverter, A.SKPaymentQueueWrapper, A.SKError, A.SKPaymentWrapper, A.SKPaymentTransactionWrapper, A.SkProductResponseWrapper, A.SKProductSubscriptionPeriodWrapper, A.SKProductDiscountWrapper, A.SKProductWrapper, A.SKPriceLocaleWrapper, A.SKRequestMaker, A.SKStorefrontWrapper, A.DateSymbols, A.NumberSymbols, A.DateBuilder, A.DateFormat, A._DateFormatField, A.NumberFormat, A.NumberFormatParseResult, A.NumberFormatParser, A.StringStack, A.UninitializedLocaleData, A.LocaleDataException, A.Country, A.PhoneNumber, A.InvoiceStatusColors, A.RecurringInvoiceStatusColors, A.CreditStatusColors, A.PurchaseOrderStatusColors, A.TransactionStatusColors, A.QuoteStatusColors, A.PaymentStatusColors, A.ExpenseStatusColors, A.TaskStatusColors, A.FileStorage, A.AccountEntity, A._$AccountEntitySerializer, A.AccountEntityBuilder, A.BankAccountListResponse, A.BankAccountItemResponse, A._BankAccountEntity_Object_BaseEntity, A._$BankAccountListResponseSerializer, A._$BankAccountItemResponseSerializer, A._$BankAccountEntitySerializer, A.BankAccountListResponseBuilder, A.BankAccountItemResponseBuilder, A.BankAccountEntityBuilder, A.ClientListResponse, A.ClientItemResponse, A._ClientEntity_Object_BaseEntity, A._ClientContactEntity_Object_BaseEntity, A._$ClientListResponseSerializer, A._$ClientItemResponseSerializer, A._$ClientEntitySerializer, A._$ClientContactEntitySerializer, A.ClientListResponseBuilder, A.ClientItemResponseBuilder, A.ClientEntityBuilder, A.ClientContactEntityBuilder, A.CompanyGatewayListResponse, A.CompanyGatewayItemResponse, A._CompanyGatewayEntity_Object_BaseEntity, A.FeesAndLimitsSettings, A._$CompanyGatewayListResponseSerializer, A._$CompanyGatewayItemResponseSerializer, A._$CompanyGatewayEntitySerializer, A._$FeesAndLimitsSettingsSerializer, A.CompanyGatewayListResponseBuilder, A.CompanyGatewayItemResponseBuilder, A.CompanyGatewayEntityBuilder, A.FeesAndLimitsSettingsBuilder, A._CompanyEntity_Object_BaseEntity, A._GatewayEntity_Object_SelectableEntity, A.GatewayOptionsEntity, A.UserCompanyEntity, A.UserSettingsEntity, A.ReportSettingsEntity, A.CompanyItemResponse, A.RegistrationFieldEntity, A.DashboardField, A._$CompanyEntitySerializer, A._$GatewayEntitySerializer, A._$GatewayOptionsEntitySerializer, A._$UserCompanyEntitySerializer, A._$UserSettingsEntitySerializer, A._$ReportSettingsEntitySerializer, A._$CompanyItemResponseSerializer, A._$RegistrationFieldEntitySerializer, A._$DashboardFieldSerializer, A.CompanyEntityBuilder, A.GatewayEntityBuilder, A.GatewayOptionsEntityBuilder, A.UserCompanyEntityBuilder, A.UserSettingsEntityBuilder, A.ReportSettingsEntityBuilder, A.CompanyItemResponseBuilder, A.RegistrationFieldEntityBuilder, A.DashboardFieldBuilder, A.CreditListResponse, A.CreditItemResponse, A._$CreditListResponseSerializer, A._$CreditItemResponseSerializer, A.CreditListResponseBuilder, A.CreditItemResponseBuilder, A.DashboardSettings, A._$DateRangeSerializer, A._$DateRangeComparisonSerializer, A.DesignListResponse, A.DesignItemResponse, A.DesignPreviewRequest, A._DesignEntity_Object_BaseEntity, A._$DesignListResponseSerializer, A._$DesignItemResponseSerializer, A._$DesignPreviewRequestSerializer, A._$DesignEntitySerializer, A.DesignListResponseBuilder, A.DesignItemResponseBuilder, A.DesignPreviewRequestBuilder, A.DesignEntityBuilder, A.DocumentListResponse, A.DocumentItemResponse, A._DocumentEntity_Object_BaseEntity, A._$DocumentListResponseSerializer, A._$DocumentItemResponseSerializer, A._$DocumentEntitySerializer, A.DocumentListResponseBuilder, A.DocumentItemResponseBuilder, A.DocumentEntityBuilder, A.EInvoiceFieldEntity, A.EInvoiceElementEntity, A._$EInvoiceFieldEntitySerializer, A._$EInvoiceElementEntitySerializer, A.EInvoiceFieldEntityBuilder, A.EInvoiceElementEntityBuilder, A.EntityStatus, A.EntityStats, A.SelectableEntity, A.BaseEntity, A.HasActivities, A.BelongsToClient, A.BelongsToVendor, A.LoginResponse, A.ActivityEntity, A.LedgerEntity, A._$EntityTypeSerializer, A._$EntityStateSerializer, A._$EmailTemplateSerializer, A._$LoginResponseSerializer, A._$ActivityEntitySerializer, A._$LedgerEntitySerializer, A.LoginResponseBuilder, A.ActivityEntityBuilder, A.LedgerEntityBuilder, A.ExpenseCategoryListResponse, A.ExpenseCategoryItemResponse, A._ExpenseCategoryEntity_Object_BaseEntity, A._$ExpenseCategoryListResponseSerializer, A._$ExpenseCategoryItemResponseSerializer, A._$ExpenseCategoryEntitySerializer, A.ExpenseCategoryListResponseBuilder, A.ExpenseCategoryItemResponseBuilder, A.ExpenseCategoryEntityBuilder, A.ExpenseListResponse, A.ExpenseItemResponse, A._ExpenseEntity_Object_BaseEntity, A.ExpenseScheduleEntity, A._ExpenseStatusEntity_Object_EntityStatus, A._$ExpenseListResponseSerializer, A._$ExpenseItemResponseSerializer, A._$ExpenseEntitySerializer, A._$ExpenseScheduleEntitySerializer, A._$ExpenseStatusEntitySerializer, A.ExpenseListResponseBuilder, A.ExpenseItemResponseBuilder, A.ExpenseEntityBuilder, A.ExpenseScheduleEntityBuilder, A.ExpenseStatusEntityBuilder, A.GatewayTokenListResponse, A.GatewayTokenItemResponse, A._GatewayTokenEntity_Object_BaseEntity, A.GatewayTokenMetaEntity, A._$GatewayTokenListResponseSerializer, A._$GatewayTokenItemResponseSerializer, A._$GatewayTokenEntitySerializer, A._$GatewayTokenMetaEntitySerializer, A.GatewayTokenListResponseBuilder, A.GatewayTokenItemResponseBuilder, A.GatewayTokenEntityBuilder, A.GatewayTokenMetaEntityBuilder, A.GroupListResponse, A.GroupItemResponse, A._GroupEntity_Object_BaseEntity, A._$GroupListResponseSerializer, A._$GroupItemResponseSerializer, A._$GroupEntitySerializer, A.GroupListResponseBuilder, A.GroupItemResponseBuilder, A.GroupEntityBuilder, A.HealthCheckResponse, A.HealthCheckPHPResponse, A._$HealthCheckResponseSerializer, A._$HealthCheckPHPResponseSerializer, A.HealthCheckResponseBuilder, A.HealthCheckPHPResponseBuilder, A.PreImportResponse, A.PreImportResponseEntityDetails, A.ImportRequest, A.ImportRequestMapping, A._$PreImportResponseSerializer, A._$PreImportResponseEntityDetailsSerializer, A._$ImportRequestSerializer, A._$ImportRequestMappingSerializer, A.PreImportResponseBuilder, A.PreImportResponseEntityDetailsBuilder, A.ImportRequestBuilder, A.ImportRequestMappingBuilder, A.InvoiceListResponse, A.InvoiceItemResponse, A._InvoiceEntity_Object_BaseEntity, A.InvoiceItemEntity, A._InvitationEntity_Object_BaseEntity, A.InvoiceScheduleEntity, A.InvoiceHistoryEntity, A._$InvoiceListResponseSerializer, A._$InvoiceItemResponseSerializer, A._$InvoiceEntitySerializer, A._$InvoiceItemEntitySerializer, A._$InvitationEntitySerializer, A._$InvoiceScheduleEntitySerializer, A._$InvoiceHistoryEntitySerializer, A.InvoiceListResponseBuilder, A.InvoiceItemResponseBuilder, A.InvoiceEntityBuilder, A.InvoiceItemEntityBuilder, A.InvitationEntityBuilder, A.InvoiceScheduleEntityBuilder, A.InvoiceHistoryEntityBuilder, A.CalculateInvoiceTotal, A.PaymentListResponse, A.PaymentItemResponse, A._PaymentEntity_Object_BaseEntity, A._PaymentableEntity_Object_SelectableEntity, A._$PaymentListResponseSerializer, A._$PaymentItemResponseSerializer, A._$PaymentEntitySerializer, A._$PaymentableEntitySerializer, A.PaymentListResponseBuilder, A.PaymentItemResponseBuilder, A.PaymentEntityBuilder, A.PaymentableEntityBuilder, A.PaymentTermListResponse, A.PaymentTermItemResponse, A._PaymentTermEntity_Object_BaseEntity, A._$PaymentTermListResponseSerializer, A._$PaymentTermItemResponseSerializer, A._$PaymentTermEntitySerializer, A.PaymentTermListResponseBuilder, A.PaymentTermItemResponseBuilder, A.PaymentTermEntityBuilder, A.ProductListResponse, A.ProductItemResponse, A._ProductEntity_Object_BaseEntity, A._$ProductListResponseSerializer, A._$ProductItemResponseSerializer, A._$ProductEntitySerializer, A.ProductListResponseBuilder, A.ProductItemResponseBuilder, A.ProductEntityBuilder, A.ProjectListResponse, A.ProjectItemResponse, A._ProjectEntity_Object_BaseEntity, A._$ProjectListResponseSerializer, A._$ProjectItemResponseSerializer, A._$ProjectEntitySerializer, A.ProjectListResponseBuilder, A.ProjectItemResponseBuilder, A.ProjectEntityBuilder, A.ScheduleListResponse, A.ScheduleItemResponse, A._ScheduleEntity_Object_BaseEntity, A.ScheduleParameters, A._$ScheduleListResponseSerializer, A._$ScheduleItemResponseSerializer, A._$ScheduleEntitySerializer, A._$ScheduleParametersSerializer, A.ScheduleListResponseBuilder, A.ScheduleItemResponseBuilder, A.ScheduleEntityBuilder, A.ScheduleParametersBuilder, A.SettingsEntity, A.PdfPreviewRequest, A._$SettingsEntitySerializer, A._$PdfPreviewRequestSerializer, A.SettingsEntityBuilder, A.PdfPreviewRequestBuilder, A.ColorTheme, A.CountryListResponse, A.CountryItemResponse, A._CountryEntity_Object_SelectableEntity, A._$CountryListResponseSerializer, A._$CountryItemResponseSerializer, A._$CountryEntitySerializer, A.CountryListResponseBuilder, A.CountryItemResponseBuilder, A.CountryEntityBuilder, A.CurrencyListResponse, A.CurrencyItemResponse, A._CurrencyEntity_Object_SelectableEntity, A._$CurrencyListResponseSerializer, A._$CurrencyItemResponseSerializer, A._$CurrencyEntitySerializer, A.CurrencyListResponseBuilder, A.CurrencyItemResponseBuilder, A.CurrencyEntityBuilder, A.DateFormatListResponse, A.DateFormatItemResponse, A._DateFormatEntity_Object_SelectableEntity, A._$DateFormatListResponseSerializer, A._$DateFormatItemResponseSerializer, A._$DateFormatEntitySerializer, A.DateFormatListResponseBuilder, A.DateFormatItemResponseBuilder, A.DateFormatEntityBuilder, A.DatetimeFormatListResponse, A.DatetimeFormatItemResponse, A.DatetimeFormatEntity, A._$DatetimeFormatListResponseSerializer, A._$DatetimeFormatItemResponseSerializer, A._$DatetimeFormatEntitySerializer, A.DatetimeFormatListResponseBuilder, A.DatetimeFormatItemResponseBuilder, A.DatetimeFormatEntityBuilder, A._DocumentStatusEntity_Object_EntityStatus, A.DocumentStatusEntityBuilder, A._FontEntity_Object_SelectableEntity, A.IndustryListResponse, A.IndustryItemResponse, A._IndustryEntity_Object_SelectableEntity, A._$IndustryListResponseSerializer, A._$IndustryItemResponseSerializer, A._$IndustryEntitySerializer, A.IndustryListResponseBuilder, A.IndustryItemResponseBuilder, A.IndustryEntityBuilder, A._InvoiceStatusEntity_Object_EntityStatus, A._$InvoiceStatusEntitySerializer, A.InvoiceStatusEntityBuilder, A.LanguageListResponse, A.LanguageItemResponse, A._LanguageEntity_Object_SelectableEntity, A._$LanguageListResponseSerializer, A._$LanguageItemResponseSerializer, A._$LanguageEntitySerializer, A.LanguageListResponseBuilder, A.LanguageItemResponseBuilder, A.LanguageEntityBuilder, A._PaymentStatusEntity_Object_EntityStatus, A.PaymentStatusEntityBuilder, A.PaymentTypeListResponse, A.PaymentTypeItemResponse, A._PaymentTypeEntity_Object_SelectableEntity, A._$PaymentTypeListResponseSerializer, A._$PaymentTypeItemResponseSerializer, A._$PaymentTypeEntitySerializer, A.PaymentTypeListResponseBuilder, A.PaymentTypeItemResponseBuilder, A.PaymentTypeEntityBuilder, A.SizeListResponse, A.SizeItemResponse, A._SizeEntity_Object_SelectableEntity, A._$SizeListResponseSerializer, A._$SizeItemResponseSerializer, A._$SizeEntitySerializer, A.SizeListResponseBuilder, A.SizeItemResponseBuilder, A.SizeEntityBuilder, A.StaticDataItemResponse, A.StaticDataEntity, A.TemplateEntity, A._$StaticDataItemResponseSerializer, A._$StaticDataEntitySerializer, A._$TemplateEntitySerializer, A.StaticDataItemResponseBuilder, A.StaticDataEntityBuilder, A.TemplateEntityBuilder, A.TimezoneListResponse, A.TimezoneItemResponse, A._TimezoneEntity_Object_SelectableEntity, A._$TimezoneListResponseSerializer, A._$TimezoneItemResponseSerializer, A._$TimezoneEntitySerializer, A.TimezoneListResponseBuilder, A.TimezoneItemResponseBuilder, A.TimezoneEntityBuilder, A.SubscriptionListResponse, A.SubscriptionItemResponse, A._SubscriptionEntity_Object_BaseEntity, A.WebhookConfigurationEntity, A._$SubscriptionListResponseSerializer, A._$SubscriptionItemResponseSerializer, A._$SubscriptionEntitySerializer, A._$WebhookConfigurationEntitySerializer, A.SubscriptionListResponseBuilder, A.SubscriptionItemResponseBuilder, A.SubscriptionEntityBuilder, A.WebhookConfigurationEntityBuilder, A.SystemLogEntity, A._$SystemLogEntitySerializer, A.SystemLogEntityBuilder, A.TaskListResponse, A.TaskItemResponse, A.TaskTime, A._TaskEntity_Object_BaseEntity, A._$TaskListResponseSerializer, A._$TaskItemResponseSerializer, A._$TaskEntitySerializer, A.TaskListResponseBuilder, A.TaskItemResponseBuilder, A.TaskTimeBuilder, A.TaskEntityBuilder, A.TaskStatusListResponse, A.TaskStatusItemResponse, A._TaskStatusEntity_Object_BaseEntity, A._$TaskStatusListResponseSerializer, A._$TaskStatusItemResponseSerializer, A._$TaskStatusEntitySerializer, A.TaskStatusListResponseBuilder, A.TaskStatusItemResponseBuilder, A.TaskStatusEntityBuilder, A.TaxDataEntity, A.TaxConfigEntity, A.TaxConfigRegionEntity, A.TaxConfigSubregionEntity, A._$TaxDataEntitySerializer, A._$TaxConfigEntitySerializer, A._$TaxConfigRegionEntitySerializer, A._$TaxConfigSubregionEntitySerializer, A.TaxDataEntityBuilder, A.TaxConfigEntityBuilder, A.TaxConfigRegionEntityBuilder, A.TaxConfigSubregionEntityBuilder, A.TaxRateListResponse, A.TaxRateItemResponse, A._TaxRateEntity_Object_BaseEntity, A._$TaxRateListResponseSerializer, A._$TaxRateItemResponseSerializer, A._$TaxRateEntitySerializer, A.TaxRateListResponseBuilder, A.TaxRateItemResponseBuilder, A.TaxRateEntityBuilder, A.TokenListResponse, A.TokenItemResponse, A._TokenEntity_Object_BaseEntity, A._$TokenListResponseSerializer, A._$TokenItemResponseSerializer, A._$TokenEntitySerializer, A.TokenListResponseBuilder, A.TokenItemResponseBuilder, A.TokenEntityBuilder, A.TransactionListResponse, A.TransactionItemResponse, A._TransactionEntity_Object_BaseEntity, A._TransactionStatusEntity_Object_EntityStatus, A._$TransactionListResponseSerializer, A._$TransactionItemResponseSerializer, A._$TransactionEntitySerializer, A._$TransactionStatusEntitySerializer, A.TransactionListResponseBuilder, A.TransactionItemResponseBuilder, A.TransactionEntityBuilder, A.TransactionStatusEntityBuilder, A.TransactionRuleListResponse, A.TransactionRuleItemResponse, A._TransactionRuleEntity_Object_BaseEntity, A.TransactionRuleCriteriaEntity, A._$TransactionRuleListResponseSerializer, A._$TransactionRuleItemResponseSerializer, A._$TransactionRuleEntitySerializer, A._$TransactionRuleCriteriaEntitySerializer, A.TransactionRuleListResponseBuilder, A.TransactionRuleItemResponseBuilder, A.TransactionRuleEntityBuilder, A.TransactionRuleCriteriaEntityBuilder, A.UserListResponse, A.UserItemResponse, A.UserTwoFactorResponse, A.UserTwoFactorData, A.UserCompanyItemResponse, A._UserEntity_Object_BaseEntity, A._$UserListResponseSerializer, A._$UserItemResponseSerializer, A._$UserTwoFactorResponseSerializer, A._$UserTwoFactorDataSerializer, A._$UserCompanyItemResponseSerializer, A._$UserEntitySerializer, A.UserListResponseBuilder, A.UserItemResponseBuilder, A.UserTwoFactorResponseBuilder, A.UserTwoFactorDataBuilder, A.UserCompanyItemResponseBuilder, A.UserEntityBuilder, A.VendorListResponse, A.VendorItemResponse, A._VendorEntity_Object_BaseEntity, A._VendorContactEntity_Object_BaseEntity, A._$VendorListResponseSerializer, A._$VendorItemResponseSerializer, A._$VendorEntitySerializer, A._$VendorContactEntitySerializer, A.VendorListResponseBuilder, A.VendorItemResponseBuilder, A.VendorEntityBuilder, A.VendorContactEntityBuilder, A.WebhookListResponse, A.WebhookItemResponse, A._WebhookEntity_Object_BaseEntity, A._$WebhookListResponseSerializer, A._$WebhookItemResponseSerializer, A._$WebhookEntitySerializer, A.WebhookListResponseBuilder, A.WebhookItemResponseBuilder, A.WebhookEntityBuilder, A.AuthRepository, A.BankAccountRepository, A.ClientRepository, A.CompanyGatewayRepository, A.CreditRepository, A.DesignRepository, A.DocumentRepository, A.ExpenseCategoryRepository, A.ExpenseRepository, A.GroupRepository, A.InvoiceRepository, A.PaymentRepository, A.PaymentTermRepository, A.PersistenceRepository, A.ProductRepository, A.ProjectRepository, A.PurchaseOrderRepository, A.QuoteRepository, A.RecurringExpenseRepository, A.RecurringInvoiceRepository, A.ScheduleRepository, A.SettingsRepository, A.SubscriptionRepository, A.TaskRepository, A.TaskStatusRepository, A.TaxRateRepository, A.TokenRepository, A.TransactionRepository, A.TransactionRuleRepository, A.UserRepository, A.VendorRepository, A.WebhookRepository, A.WebClient, A.PersistData, A.ClearPersistedData, A.SwitchListTableLayout, A.PopLastHistory, A.UpdateLastHistory, A.DismissGatewayWarningPermanently, A.DismissTaskExtensionBanner, A.ViewMainScreen, A.StartLoading, A.StopLoading, A.StartSaving, A.StopSaving, A.LoadStaticSuccess, A.ToggleEditorLayout, A.ToggleViewerLayout, A.TogglePreviewSidebar, A.UpdateUserPreferences, A.LoadAccountSuccess, A.ResendConfirmation, A.ResendConfirmationFailure, A.ResendConfirmationSuccess, A.RefreshData, A.RefreshDataSuccess, A.RefreshDataFailure, A.PreviewEntity, A.ClearPreviewStack, A.PopPreviewStack, A.PopFilterStack, A.ClearData, A.ClearLastError, A.DiscardChanges, A.ClearEntityFilter, A.ClearEntitySelection, A.FilterByEntity, A.FilterCompany, A.AppState, A.Credentials, A.SelectionState, A._$AppStateSerializer, A.AppStateBuilder, A.LoadStateRequest, A.LoadStateSuccess, A.OAuthLoginRequest, A.UserLoadUrl, A.UserLoginRequest, A.UserLoginSuccess, A.UserLoginFailure, A.RecoverPasswordRequest, A.RecoverPasswordSuccess, A.RecoverPasswordFailure, A.UserLogout, A.UserLogoutAll, A.UserLogoutAllSuccess, A.UserLogoutAllFailure, A.UserSignUpRequest, A.OAuthSignUpRequest, A.UserVerifiedPassword, A.UserUnverifiedPassword, A.AuthState, A._$AuthStateSerializer, A.AuthStateBuilder, A.ViewBankAccountList, A.ViewBankAccount, A.EditBankAccount, A.UpdateBankAccount, A.LoadBankAccountRequest, A.LoadBankAccountFailure, A.LoadBankAccountSuccess, A.LoadBankAccountsRequest, A.LoadBankAccountsFailure, A.LoadBankAccountsSuccess, A.SaveBankAccountRequest, A.SaveBankAccountSuccess, A.AddBankAccountSuccess, A.SaveBankAccountFailure, A.ArchiveBankAccountsRequest, A.ArchiveBankAccountsSuccess, A.ArchiveBankAccountsFailure, A.DeleteBankAccountsRequest, A.DeleteBankAccountsSuccess, A.DeleteBankAccountsFailure, A.RestoreBankAccountsRequest, A.RestoreBankAccountsSuccess, A.RestoreBankAccountsFailure, A.FilterBankAccounts, A.SortBankAccounts, A.FilterBankAccountsByState, A.FilterBankAccountsByCustom1, A.FilterBankAccountsByCustom2, A.FilterBankAccountsByCustom3, A.FilterBankAccountsByCustom4, A.StartBankAccountMultiselect, A.AddToBankAccountMultiselect, A.RemoveFromBankAccountMultiselect, A.ClearBankAccountMultiselect, A.BankAccountState, A._BankAccountUIState_Object_EntityUIState, A._$BankAccountStateSerializer, A._$BankAccountUIStateSerializer, A.BankAccountStateBuilder, A.BankAccountUIStateBuilder, A.ViewClientList, A.ViewClient, A.EditClient, A.EditContact, A.ShowPdfClient, A.UpdateClient, A.LoadClient, A.LoadClients, A.LoadClientRequest, A.LoadClientFailure, A.LoadClientSuccess, A.LoadClientsRequest, A.LoadClientsFailure, A.LoadClientsSuccess, A.AddContact, A.UpdateContact, A.DeleteContact, A.SaveClientRequest, A.SaveClientSuccess, A.AddClientSuccess, A.SaveClientFailure, A.ArchiveClientsRequest, A.ArchiveClientsSuccess, A.ArchiveClientsFailure, A.MergeClientsRequest, A.MergeClientsSuccess, A.MergeClientsFailure, A.DeleteClientsRequest, A.DeleteClientsSuccess, A.DeleteClientsFailure, A.PurgeClientRequest, A.PurgeClientSuccess, A.PurgeClientFailure, A.RestoreClientsRequest, A.RestoreClientSuccess, A.RestoreClientFailure, A.FilterClients, A.SortClients, A.FilterClientsByState, A.FilterClientsByCustom1, A.FilterClientsByCustom2, A.FilterClientsByCustom3, A.FilterClientsByCustom4, A.StartClientMultiselect, A.AddToClientMultiselect, A.RemoveFromClientMultiselect, A.ClearClientMultiselect, A.SaveClientDocumentRequest, A.SaveClientDocumentFailure, A.UpdateClientTab, A.ClientState, A._ClientUIState_Object_EntityUIState, A._$ClientStateSerializer, A._$ClientUIStateSerializer, A.ClientStateBuilder, A.ClientUIStateBuilder, A.SelectCompany, A.LoadCompanySuccess, A.UpdateCompany, A.SaveCompanyRequest, A.SaveCompanySuccess, A.SaveCompanyFailure, A.SaveEInvoiceCertificateRequest, A.SaveEInvoiceCertificateSuccess, A.SaveEInvoiceCertificateFailure, A.AddCompany, A.AddCompanySuccess, A.DeleteCompanyRequest, A.DeleteCompanySuccess, A.DeleteCompanyFailure, A.PurgeDataRequest, A.PurgeDataSuccess, A.PurgeDataFailure, A.UpdateCompanyLanguage, A.SaveCompanyDocumentRequest, A.SaveCompanyDocumentFailure, A.SetDefaultCompanyRequest, A.SetDefaultCompanySuccess, A.SetDefaultCompanyFailure, A.UserCompanyState, A._$UserCompanyStateSerializer, A.UserCompanyStateBuilder, A.ViewCompanyGatewayList, A.ViewCompanyGateway, A.EditCompanyGateway, A.UpdateCompanyGateway, A.LoadCompanyGateway, A.LoadCompanyGatewayRequest, A.LoadCompanyGatewayFailure, A.LoadCompanyGatewaySuccess, A.LoadCompanyGatewaysRequest, A.LoadCompanyGatewaysFailure, A.LoadCompanyGatewaysSuccess, A.SaveCompanyGatewayRequest, A.SaveCompanyGatewaySuccess, A.AddCompanyGatewaySuccess, A.SaveCompanyGatewayFailure, A.ArchiveCompanyGatewayRequest, A.ArchiveCompanyGatewaySuccess, A.ArchiveCompanyGatewayFailure, A.DeleteCompanyGatewayRequest, A.DeleteCompanyGatewaySuccess, A.DeleteCompanyGatewayFailure, A.DisconnectCompanyGatewayRequest, A.DisconnectCompanyGatewaySuccess, A.DisconnectCompanyGatewayFailure, A.RestoreCompanyGatewayRequest, A.RestoreCompanyGatewaySuccess, A.RestoreCompanyGatewayFailure, A.FilterCompanyGatewaysByState, A.FilterCompanyGatewaysByCustom1, A.FilterCompanyGatewaysByCustom2, A.FilterCompanyGatewaysByCustom3, A.FilterCompanyGatewaysByCustom4, A.StartCompanyGatewayMultiselect, A.AddToCompanyGatewayMultiselect, A.RemoveFromCompanyGatewayMultiselect, A.ClearCompanyGatewayMultiselect, A.CompanyGatewayState, A._CompanyGatewayUIState_Object_EntityUIState, A._$CompanyGatewayStateSerializer, A._$CompanyGatewayUIStateSerializer, A.CompanyGatewayStateBuilder, A.CompanyGatewayUIStateBuilder, A.ViewCreditList, A.ViewCredit, A.EditCredit, A.ShowEmailCredit, A.ShowPdfCredit, A.EditCreditItem, A.UpdateCredit, A.UpdateCreditClient, A.LoadCredit, A.LoadCredits, A.LoadCreditRequest, A.LoadCreditFailure, A.LoadCreditSuccess, A.LoadCreditsRequest, A.LoadCreditsFailure, A.LoadCreditsSuccess, A.AddCreditContact, A.RemoveCreditContact, A.AddCreditItem, A.MoveCreditItem, A.AddCreditItems, A.UpdateCreditItem, A.DeleteCreditItem, A.SaveCreditRequest, A.SaveCreditSuccess, A.AddCreditSuccess, A.SaveCreditFailure, A.EmailCreditRequest, A.EmailCreditSuccess, A.EmailCreditFailure, A.MarkSentCreditRequest, A.MarkSentCreditSuccess, A.MarkSentCreditFailure, A.BulkEmailCreditsRequest, A.BulkEmailCreditsSuccess, A.BulkEmailCreditsFailure, A.MarkCreditsPaidRequest, A.MarkCreditsPaidSuccess, A.MarkCreditsPaidFailure, A.ArchiveCreditsRequest, A.ArchiveCreditsSuccess, A.ArchiveCreditsFailure, A.DeleteCreditsRequest, A.DeleteCreditsSuccess, A.DeleteCreditsFailure, A.DownloadCreditsRequest, A.DownloadCreditsSuccess, A.DownloadCreditsFailure, A.RestoreCreditsRequest, A.RestoreCreditsSuccess, A.RestoreCreditsFailure, A.FilterCredits, A.SortCredits, A.FilterCreditsByState, A.FilterCreditsByStatus, A.FilterCreditsByCustom1, A.FilterCreditsByCustom2, A.FilterCreditsByCustom3, A.FilterCreditsByCustom4, A.SaveCreditDocumentRequest, A.SaveCreditDocumentFailure, A.StartCreditMultiselect, A.AddToCreditMultiselect, A.RemoveFromCreditMultiselect, A.ClearCreditMultiselect, A.UpdateCreditTab, A.CreditState, A._CreditUIState_Object_EntityUIState, A._$CreditStateSerializer, A._$CreditUIStateSerializer, A.CreditStateBuilder, A.CreditUIStateBuilder, A.ViewDashboard, A.UpdateDashboardSettings, A.UpdateDashboardFields, A.UpdateDashboardFieldSettingss, A.UpdateDashboardSelection, A.UpdateDashboardSidebar, A.ChartDataGroup, A.ChartMoneyData, A.DashboardUIState, A.DashboardUISettings, A._$DashboardUIStateSerializer, A._$DashboardUISettingsSerializer, A.DashboardUIStateBuilder, A.DashboardUISettingsBuilder, A.ViewDesignList, A.ViewDesign, A.EditDesign, A.UpdateDesign, A.LoadDesignRequest, A.LoadDesignFailure, A.LoadDesignSuccess, A.LoadDesignsRequest, A.LoadDesignsFailure, A.LoadDesignsSuccess, A.SaveDesignRequest, A.SaveDesignSuccess, A.AddDesignSuccess, A.SaveDesignFailure, A.ArchiveDesignsRequest, A.ArchiveDesignsSuccess, A.ArchiveDesignsFailure, A.DeleteDesignsRequest, A.DeleteDesignsSuccess, A.DeleteDesignsFailure, A.RestoreDesignsRequest, A.RestoreDesignsSuccess, A.RestoreDesignsFailure, A.FilterDesigns, A.SortDesigns, A.FilterDesignsByState, A.FilterDesignsByCustom1, A.FilterDesignsByCustom2, A.FilterDesignsByCustom3, A.FilterDesignsByCustom4, A.StartDesignMultiselect, A.AddToDesignMultiselect, A.RemoveFromDesignMultiselect, A.ClearDesignMultiselect, A.DesignState, A._DesignUIState_Object_EntityUIState, A._$DesignStateSerializer, A._$DesignUIStateSerializer, A.DesignStateBuilder, A.DesignUIStateBuilder, A.ViewDocumentList, A.ViewDocument, A.EditDocument, A.UpdateDocument, A.LoadDocumentData, A.LoadDocumentRequest, A.LoadDocumentFailure, A.LoadDocumentSuccess, A.LoadDocumentsSuccess, A.SaveDocumentRequest, A.SaveDocumentSuccess, A.SaveDocumentFailure, A.DownloadDocumentsRequest, A.DownloadDocumentsSuccess, A.DownloadDocumentsFailure, A.ArchiveDocumentRequest, A.ArchiveDocumentSuccess, A.ArchiveDocumentFailure, A.DeleteDocumentRequest, A.DeleteDocumentSuccess, A.DeleteDocumentFailure, A.RestoreDocumentRequest, A.RestoreDocumentSuccess, A.RestoreDocumentFailure, A.FilterDocuments, A.FilterDocumentsByStatus, A.SortDocuments, A.FilterDocumentsByCustom1, A.FilterDocumentsByCustom2, A.FilterDocumentsByCustom3, A.FilterDocumentsByCustom4, A.StartDocumentMultiselect, A.AddToDocumentMultiselect, A.RemoveFromDocumentMultiselect, A.ClearDocumentMultiselect, A.DocumentState, A._DocumentUIState_Object_EntityUIState, A._$DocumentStateSerializer, A._$DocumentUIStateSerializer, A.DocumentStateBuilder, A.DocumentUIStateBuilder, A.ViewExpenseList, A.ViewExpense, A.EditExpense, A.UpdateExpense, A.LoadExpense, A.LoadExpenses, A.LoadExpenseRequest, A.LoadExpenseFailure, A.LoadExpenseSuccess, A.LoadExpensesRequest, A.LoadExpensesFailure, A.LoadExpensesSuccess, A.SaveExpenseRequest, A.SaveExpenseSuccess, A.AddExpenseSuccess, A.SaveExpenseFailure, A.ArchiveExpenseRequest, A.ArchiveExpenseSuccess, A.ArchiveExpenseFailure, A.DeleteExpenseRequest, A.DeleteExpenseSuccess, A.DeleteExpenseFailure, A.RestoreExpenseRequest, A.RestoreExpenseSuccess, A.RestoreExpenseFailure, A.FilterExpenses, A.SortExpenses, A.FilterExpensesByState, A.FilterExpensesByStatus, A.FilterExpensesByCustom1, A.FilterExpensesByCustom2, A.FilterExpensesByCustom3, A.FilterExpensesByCustom4, A.StartExpenseMultiselect, A.AddToExpenseMultiselect, A.RemoveFromExpenseMultiselect, A.ClearExpenseMultiselect, A.SaveExpenseDocumentRequest, A.SaveExpenseDocumentFailure, A.UpdateExpenseTab, A.ExpenseState, A._ExpenseUIState_Object_EntityUIState, A._$ExpenseStateSerializer, A._$ExpenseUIStateSerializer, A.ExpenseStateBuilder, A.ExpenseUIStateBuilder, A.ViewExpenseCategoryList, A.ViewExpenseCategory, A.EditExpenseCategory, A.UpdateExpenseCategory, A.LoadExpenseCategoryRequest, A.LoadExpenseCategoryFailure, A.LoadExpenseCategorySuccess, A.LoadExpenseCategoriesRequest, A.LoadExpenseCategoriesFailure, A.LoadExpenseCategoriesSuccess, A.SaveExpenseCategoryRequest, A.SaveExpenseCategorySuccess, A.AddExpenseCategorySuccess, A.SaveExpenseCategoryFailure, A.ArchiveExpenseCategoriesRequest, A.ArchiveExpenseCategoriesSuccess, A.ArchiveExpenseCategoriesFailure, A.DeleteExpenseCategoriesRequest, A.DeleteExpenseCategoriesSuccess, A.DeleteExpenseCategoriesFailure, A.RestoreExpenseCategoriesRequest, A.RestoreExpenseCategoriesSuccess, A.RestoreExpenseCategoriesFailure, A.FilterExpenseCategories, A.SortExpenseCategories, A.FilterExpenseCategoriesByState, A.FilterExpenseCategoriesByCustom1, A.FilterExpenseCategoriesByCustom2, A.FilterExpenseCategoriesByCustom3, A.FilterExpenseCategoriesByCustom4, A.StartExpenseCategoryMultiselect, A.AddToExpenseCategoryMultiselect, A.RemoveFromExpenseCategoryMultiselect, A.ClearExpenseCategoryMultiselect, A.ExpenseCategoryState, A._ExpenseCategoryUIState_Object_EntityUIState, A._$ExpenseCategoryStateSerializer, A._$ExpenseCategoryUIStateSerializer, A.ExpenseCategoryStateBuilder, A.ExpenseCategoryUIStateBuilder, A.ViewGroupList, A.ViewGroup, A.EditGroup, A.UpdateGroup, A.LoadGroup, A.LoadGroupRequest, A.LoadGroupFailure, A.LoadGroupSuccess, A.LoadGroupsRequest, A.LoadGroupsFailure, A.LoadGroupsSuccess, A.SaveGroupRequest, A.SaveGroupSuccess, A.AddGroupSuccess, A.SaveGroupFailure, A.ArchiveGroupRequest, A.ArchiveGroupSuccess, A.ArchiveGroupFailure, A.DeleteGroupRequest, A.DeleteGroupSuccess, A.DeleteGroupFailure, A.RestoreGroupRequest, A.RestoreGroupSuccess, A.RestoreGroupFailure, A.FilterGroups, A.SortGroups, A.FilterGroupsByState, A.StartGroupMultiselect, A.AddToGroupMultiselect, A.RemoveFromGroupMultiselect, A.ClearGroupMultiselect, A.SaveGroupDocumentRequest, A.SaveGroupDocumentFailure, A.GroupState, A._GroupUIState_Object_EntityUIState, A._$GroupStateSerializer, A._$GroupUIStateSerializer, A.GroupStateBuilder, A.GroupUIStateBuilder, A.ViewInvoiceList, A.ViewInvoice, A.EditInvoice, A.ShowEmailInvoice, A.ShowPdfInvoice, A.EditInvoiceItem, A.UpdateInvoice, A.UpdateInvoiceClient, A.LoadInvoice, A.LoadInvoices, A.LoadInvoiceRequest, A.LoadInvoiceFailure, A.LoadInvoiceSuccess, A.LoadInvoicesRequest, A.LoadInvoicesFailure, A.LoadInvoicesSuccess, A.AddInvoiceContact, A.RemoveInvoiceContact, A.AddInvoiceItem, A.MoveInvoiceItem, A.AddInvoiceItems, A.UpdateInvoiceItem, A.DeleteInvoiceItem, A.SaveInvoiceRequest, A.SaveInvoiceSuccess, A.AddInvoiceSuccess, A.SaveInvoiceFailure, A.EmailInvoiceRequest, A.EmailInvoiceSuccess, A.EmailInvoiceFailure, A.MarkInvoicesSentRequest, A.MarkInvoicesSentSuccess, A.MarkInvoicesSentFailure, A.BulkEmailInvoicesRequest, A.BulkEmailInvoicesSuccess, A.BulkEmailInvoicesFailure, A.MarkInvoicesPaidRequest, A.MarkInvoicesPaidSuccess, A.MarkInvoicesPaidFailure, A.AutoBillInvoicesRequest, A.AutoBillInvoicesSuccess, A.AutoBillInvoicesFailure, A.CancelInvoicesRequest, A.CancelInvoicesSuccess, A.CancelInvoicesFailure, A.ArchiveInvoicesRequest, A.ArchiveInvoicesSuccess, A.ArchiveInvoicesFailure, A.DeleteInvoicesRequest, A.DeleteInvoicesSuccess, A.DeleteInvoicesFailure, A.DownloadInvoicesRequest, A.DownloadInvoicesSuccess, A.DownloadInvoicesFailure, A.RestoreInvoicesRequest, A.RestoreInvoicesSuccess, A.RestoreInvoicesFailure, A.FilterInvoices, A.SortInvoices, A.FilterInvoicesByState, A.FilterInvoicesByStatus, A.FilterInvoicesByCustom1, A.FilterInvoicesByCustom2, A.FilterInvoicesByCustom3, A.FilterInvoicesByCustom4, A.StartInvoiceMultiselect, A.AddToInvoiceMultiselect, A.RemoveFromInvoiceMultiselect, A.ClearInvoiceMultiselect, A.SaveInvoiceDocumentRequest, A.SaveInvoiceDocumentFailure, A.UpdateInvoiceTab, A.InvoiceState, A._InvoiceUIState_Object_EntityUIState, A._$InvoiceStateSerializer, A._$InvoiceUIStateSerializer, A.InvoiceStateBuilder, A.InvoiceUIStateBuilder, A.ViewPaymentList, A.ViewPayment, A.EditPayment, A.ViewRefundPayment, A.UpdatePayment, A.LoadPayment, A.LoadPayments, A.LoadPaymentRequest, A.LoadPaymentFailure, A.LoadPaymentSuccess, A.LoadPaymentsRequest, A.LoadPaymentsFailure, A.LoadPaymentsSuccess, A.SavePaymentRequest, A.SavePaymentSuccess, A.AddPaymentSuccess, A.SavePaymentFailure, A.RefundPaymentRequest, A.RefundPaymentSuccess, A.RefundPaymentFailure, A.ArchivePaymentsRequest, A.ArchivePaymentsSuccess, A.ArchivePaymentsFailure, A.DeletePaymentsRequest, A.DeletePaymentsSuccess, A.DeletePaymentsFailure, A.RestorePaymentsRequest, A.RestorePaymentsSuccess, A.RestorePaymentsFailure, A.EmailPaymentRequest, A.EmailPaymentSuccess, A.FilterPayments, A.SortPayments, A.FilterPaymentsByState, A.FilterPaymentsByStatus, A.FilterPaymentsByCustom1, A.FilterPaymentsByCustom2, A.FilterPaymentsByCustom3, A.FilterPaymentsByCustom4, A.StartPaymentMultiselect, A.AddToPaymentMultiselect, A.RemoveFromPaymentMultiselect, A.ClearPaymentMultiselect, A.SavePaymentDocumentRequest, A.SavePaymentDocumentFailure, A.UpdatePaymentTab, A.PaymentState, A._PaymentUIState_Object_EntityUIState, A._$PaymentStateSerializer, A._$PaymentUIStateSerializer, A.PaymentStateBuilder, A.PaymentUIStateBuilder, A.ViewPaymentTermList, A.ViewPaymentTerm, A.EditPaymentTerm, A.UpdatePaymentTerm, A.LoadPaymentTermRequest, A.LoadPaymentTermFailure, A.LoadPaymentTermSuccess, A.LoadPaymentTermsRequest, A.LoadPaymentTermsFailure, A.LoadPaymentTermsSuccess, A.SavePaymentTermRequest, A.SavePaymentTermSuccess, A.AddPaymentTermSuccess, A.SavePaymentTermFailure, A.ArchivePaymentTermsRequest, A.ArchivePaymentTermsSuccess, A.ArchivePaymentTermsFailure, A.DeletePaymentTermsRequest, A.DeletePaymentTermsSuccess, A.DeletePaymentTermsFailure, A.RestorePaymentTermsRequest, A.RestorePaymentTermsSuccess, A.RestorePaymentTermsFailure, A.FilterPaymentTerms, A.SortPaymentTerms, A.FilterPaymentTermsByState, A.FilterPaymentTermsByCustom1, A.FilterPaymentTermsByCustom2, A.FilterPaymentTermsByCustom3, A.FilterPaymentTermsByCustom4, A.StartPaymentTermMultiselect, A.AddToPaymentTermMultiselect, A.RemoveFromPaymentTermMultiselect, A.ClearPaymentTermMultiselect, A.PaymentTermState, A._PaymentTermUIState_Object_EntityUIState, A._$PaymentTermStateSerializer, A._$PaymentTermUIStateSerializer, A.PaymentTermStateBuilder, A.PaymentTermUIStateBuilder, A.ViewProductList, A.ViewProduct, A.EditProduct, A.UpdateProduct, A.LoadProductRequest, A.LoadProduct, A.LoadProductSuccess, A.LoadProductFailure, A.LoadProducts, A.LoadProductsRequest, A.LoadProductsFailure, A.LoadProductsSuccess, A.SaveProductRequest, A.SaveProductSuccess, A.AddProductSuccess, A.SaveProductFailure, A.ArchiveProductsRequest, A.ArchiveProductsSuccess, A.ArchiveProductsFailure, A.DeleteProductsRequest, A.DeleteProductsSuccess, A.DeleteProductsFailure, A.RestoreProductsRequest, A.RestoreProductsSuccess, A.RestoreProductsFailure, A.SetTaxCategoryProductsRequest, A.SetTaxCategoryProductsSuccess, A.SetTaxCategoryProductsFailure, A.FilterProducts, A.SortProducts, A.FilterProductsByState, A.FilterProductsByCustom1, A.FilterProductsByCustom2, A.FilterProductsByCustom3, A.FilterProductsByCustom4, A.StartProductMultiselect, A.AddToProductMultiselect, A.RemoveFromProductMultiselect, A.ClearProductMultiselect, A.SaveProductDocumentRequest, A.SaveProductDocumentFailure, A.UpdateProductTab, A.ProductState, A._ProductUIState_Object_EntityUIState, A._$ProductStateSerializer, A._$ProductUIStateSerializer, A.ProductStateBuilder, A.ProductUIStateBuilder, A.ViewProjectList, A.ViewProject, A.EditProject, A.UpdateProject, A.LoadProject, A.LoadProjects, A.LoadProjectRequest, A.LoadProjectFailure, A.LoadProjectSuccess, A.LoadProjectsRequest, A.LoadProjectsFailure, A.LoadProjectsSuccess, A.SaveProjectRequest, A.SaveProjectSuccess, A.AddProjectSuccess, A.SaveProjectFailure, A.ArchiveProjectRequest, A.ArchiveProjectSuccess, A.ArchiveProjectFailure, A.DeleteProjectRequest, A.DeleteProjectSuccess, A.DeleteProjectFailure, A.RestoreProjectRequest, A.RestoreProjectSuccess, A.RestoreProjectFailure, A.FilterProjects, A.SortProjects, A.FilterProjectsByState, A.FilterProjectsByCustom1, A.FilterProjectsByCustom2, A.FilterProjectsByCustom3, A.FilterProjectsByCustom4, A.StartProjectMultiselect, A.AddToProjectMultiselect, A.RemoveFromProjectMultiselect, A.ClearProjectMultiselect, A.SaveProjectDocumentRequest, A.SaveProjectDocumentFailure, A.UpdateProjectTab, A.ProjectState, A._ProjectUIState_Object_EntityUIState, A._$ProjectStateSerializer, A._$ProjectUIStateSerializer, A.ProjectStateBuilder, A.ProjectUIStateBuilder, A.ViewPurchaseOrderList, A.ViewPurchaseOrder, A.EditPurchaseOrder, A.ShowEmailPurchaseOrder, A.ShowPdfPurchaseOrder, A.EditPurchaseOrderItem, A.UpdatePurchaseOrder, A.UpdatePurchaseOrderVendor, A.LoadPurchaseOrder, A.LoadPurchaseOrders, A.LoadPurchaseOrderRequest, A.LoadPurchaseOrderFailure, A.LoadPurchaseOrderSuccess, A.LoadPurchaseOrdersRequest, A.LoadPurchaseOrdersFailure, A.LoadPurchaseOrdersSuccess, A.SavePurchaseOrderDocumentRequest, A.SavePurchaseOrderDocumentFailure, A.SavePurchaseOrderRequest, A.SavePurchaseOrderSuccess, A.AddPurchaseOrderSuccess, A.SavePurchaseOrderFailure, A.BulkEmailPurchaseOrdersRequest, A.BulkEmailPurchaseOrdersSuccess, A.BulkEmailPurchaseOrdersFailure, A.ArchivePurchaseOrdersRequest, A.ArchivePurchaseOrdersSuccess, A.ArchivePurchaseOrdersFailure, A.DeletePurchaseOrdersRequest, A.DeletePurchaseOrdersSuccess, A.DeletePurchaseOrdersFailure, A.DownloadPurchaseOrdersRequest, A.DownloadPurchaseOrdersSuccess, A.DownloadPurchaseOrdersFailure, A.AcceptPurchaseOrdersRequest, A.AcceptPurchaseOrderSuccess, A.AcceptPurchaseOrderFailure, A.CancelPurchaseOrdersRequest, A.CancelPurchaseOrderSuccess, A.CancelPurchaseOrderFailure, A.RestorePurchaseOrdersRequest, A.RestorePurchaseOrdersSuccess, A.RestorePurchaseOrdersFailure, A.EmailPurchaseOrderRequest, A.EmailPurchaseOrderSuccess, A.EmailPurchaseOrderFailure, A.MarkPurchaseOrdersSentRequest, A.MarkPurchaseOrderSentSuccess, A.MarkPurchaseOrderSentFailure, A.ConvertPurchaseOrdersToExpensesRequest, A.ConvertPurchaseOrdersToExpensesSuccess, A.ConvertPurchaseOrdersToExpensesFailure, A.AddPurchaseOrdersToInventoryRequest, A.AddPurchaseOrdersToInventorySuccess, A.AddPurchaseOrdersToInventoryFailure, A.ApprovePurchaseOrderSuccess, A.ApprovePurchaseOrderFailure, A.AddPurchaseOrderContact, A.RemovePurchaseOrderContact, A.AddPurchaseOrderItem, A.MovePurchaseOrderItem, A.AddPurchaseOrderItems, A.UpdatePurchaseOrderItem, A.DeletePurchaseOrderItem, A.FilterPurchaseOrders, A.SortPurchaseOrders, A.FilterPurchaseOrdersByState, A.FilterPurchaseOrdersByStatus, A.FilterPurchaseOrdersByCustom1, A.FilterPurchaseOrdersByCustom2, A.FilterPurchaseOrdersByCustom3, A.FilterPurchaseOrdersByCustom4, A.StartPurchaseOrderMultiselect, A.AddToPurchaseOrderMultiselect, A.RemoveFromPurchaseOrderMultiselect, A.ClearPurchaseOrderMultiselect, A.UpdatePurchaseOrderTab, A.PurchaseOrderState, A._PurchaseOrderUIState_Object_EntityUIState, A._$PurchaseOrderStateSerializer, A._$PurchaseOrderUIStateSerializer, A.PurchaseOrderStateBuilder, A.PurchaseOrderUIStateBuilder, A.ViewQuoteList, A.ViewQuote, A.EditQuote, A.ShowEmailQuote, A.ShowPdfQuote, A.EditQuoteItem, A.UpdateQuote, A.UpdateQuoteClient, A.LoadQuote, A.LoadQuotes, A.LoadQuoteRequest, A.LoadQuoteFailure, A.LoadQuoteSuccess, A.LoadQuotesRequest, A.LoadQuotesFailure, A.LoadQuotesSuccess, A.AddQuoteContact, A.RemoveQuoteContact, A.AddQuoteItem, A.MoveQuoteItem, A.AddQuoteItems, A.UpdateQuoteItem, A.DeleteQuoteItem, A.SaveQuoteRequest, A.SaveQuoteSuccess, A.AddQuoteSuccess, A.SaveQuoteFailure, A.EmailQuoteRequest, A.EmailQuoteSuccess, A.EmailQuoteFailure, A.MarkSentQuotesRequest, A.MarkSentQuoteSuccess, A.MarkSentQuoteFailure, A.BulkEmailQuotesRequest, A.BulkEmailQuotesSuccess, A.BulkEmailQuotesFailure, A.ArchiveQuotesRequest, A.ArchiveQuotesSuccess, A.ArchiveQuotesFailure, A.DeleteQuotesRequest, A.DeleteQuotesSuccess, A.DeleteQuotesFailure, A.DownloadQuotesRequest, A.DownloadQuotesSuccess, A.DownloadQuotesFailure, A.RestoreQuotesRequest, A.RestoreQuotesSuccess, A.RestoreQuotesFailure, A.FilterQuotes, A.SortQuotes, A.FilterQuotesByState, A.FilterQuotesByStatus, A.FilterQuotesByCustom1, A.FilterQuotesByCustom2, A.FilterQuotesByCustom3, A.FilterQuotesByCustom4, A.ConvertQuotesToInvoices, A.ConvertQuotesToInvoicesSuccess, A.ConvertQuotesToInvoicesFailure, A.ConvertQuotesToProjects, A.ConvertQuotesToProjectsSuccess, A.ConvertQuotesToProjectsFailure, A.ApproveQuotes, A.ApproveQuoteSuccess, A.ApproveQuoteFailure, A.SaveQuoteDocumentRequest, A.SaveQuoteDocumentFailure, A.StartQuoteMultiselect, A.AddToQuoteMultiselect, A.RemoveFromQuoteMultiselect, A.ClearQuoteMultiselect, A.UpdateQuoteTab, A.QuoteState, A._QuoteUIState_Object_EntityUIState, A._$QuoteStateSerializer, A._$QuoteUIStateSerializer, A.QuoteStateBuilder, A.QuoteUIStateBuilder, A.ViewRecurringExpenseList, A.ViewRecurringExpense, A.EditRecurringExpense, A.UpdateRecurringExpense, A.LoadRecurringExpense, A.LoadRecurringExpenses, A.LoadRecurringExpenseRequest, A.LoadRecurringExpenseFailure, A.LoadRecurringExpenseSuccess, A.LoadRecurringExpensesRequest, A.LoadRecurringExpensesFailure, A.LoadRecurringExpensesSuccess, A.SaveRecurringExpenseRequest, A.SaveRecurringExpenseSuccess, A.AddRecurringExpenseSuccess, A.SaveRecurringExpenseFailure, A.ArchiveRecurringExpensesRequest, A.ArchiveRecurringExpensesSuccess, A.ArchiveRecurringExpensesFailure, A.DeleteRecurringExpensesRequest, A.DeleteRecurringExpensesSuccess, A.DeleteRecurringExpensesFailure, A.RestoreRecurringExpensesRequest, A.RestoreRecurringExpensesSuccess, A.RestoreRecurringExpensesFailure, A.FilterRecurringExpenses, A.SortRecurringExpenses, A.FilterRecurringExpensesByState, A.FilterRecurringExpensesByStatus, A.FilterRecurringExpensesByCustom1, A.FilterRecurringExpensesByCustom2, A.FilterRecurringExpensesByCustom3, A.FilterRecurringExpensesByCustom4, A.StartRecurringExpenseMultiselect, A.AddToRecurringExpenseMultiselect, A.RemoveFromRecurringExpenseMultiselect, A.ClearRecurringExpenseMultiselect, A.UpdateRecurringExpenseTab, A.StartRecurringExpensesRequest, A.StartRecurringExpensesSuccess, A.StartRecurringExpensesFailure, A.StopRecurringExpensesRequest, A.StopRecurringExpensesSuccess, A.StopRecurringExpensesFailure, A.SaveRecurringExpenseDocumentRequest, A.SaveRecurringExpenseDocumentFailure, A.RecurringExpenseState, A._RecurringExpenseUIState_Object_EntityUIState, A._$RecurringExpenseStateSerializer, A._$RecurringExpenseUIStateSerializer, A.RecurringExpenseStateBuilder, A.RecurringExpenseUIStateBuilder, A.ViewRecurringInvoiceList, A.ViewRecurringInvoice, A.EditRecurringInvoice, A.ShowPdfRecurringInvoice, A.EditRecurringInvoiceItem, A.UpdateRecurringInvoice, A.UpdateRecurringInvoiceClient, A.LoadRecurringInvoice, A.LoadRecurringInvoices, A.LoadRecurringInvoiceRequest, A.LoadRecurringInvoiceFailure, A.LoadRecurringInvoiceSuccess, A.LoadRecurringInvoicesRequest, A.LoadRecurringInvoicesFailure, A.LoadRecurringInvoicesSuccess, A.AddRecurringInvoiceContact, A.RemoveRecurringInvoiceContact, A.SaveRecurringInvoiceRequest, A.SaveRecurringInvoiceSuccess, A.AddRecurringInvoiceSuccess, A.AddRecurringInvoiceItem, A.MoveRecurringInvoiceItem, A.AddRecurringInvoiceItems, A.UpdateRecurringInvoiceItem, A.DeleteRecurringInvoiceItem, A.SaveRecurringInvoiceFailure, A.ArchiveRecurringInvoicesRequest, A.ArchiveRecurringInvoicesSuccess, A.ArchiveRecurringInvoicesFailure, A.SendNowRecurringInvoicesRequest, A.SendNowRecurringInvoicesSuccess, A.SendNowRecurringInvoicesFailure, A.UpdatePricesRecurringInvoicesRequest, A.UpdatePricesRecurringInvoicesSuccess, A.UpdatePricesRecurringInvoicesFailure, A.IncreasePricesRecurringInvoicesRequest, A.IncreasePricesRecurringInvoicesSuccess, A.IncreasePricesRecurringInvoicesFailure, A.DeleteRecurringInvoicesRequest, A.DeleteRecurringInvoicesSuccess, A.DeleteRecurringInvoicesFailure, A.RestoreRecurringInvoicesRequest, A.RestoreRecurringInvoicesSuccess, A.RestoreRecurringInvoicesFailure, A.FilterRecurringInvoices, A.SortRecurringInvoices, A.FilterRecurringInvoicesByState, A.FilterRecurringInvoicesByStatus, A.FilterRecurringInvoicesByCustom1, A.FilterRecurringInvoicesByCustom2, A.FilterRecurringInvoicesByCustom3, A.FilterRecurringInvoicesByCustom4, A.SaveRecurringInvoiceDocumentRequest, A.SaveRecurringInvoiceDocumentFailure, A.StartRecurringInvoicesRequest, A.StartRecurringInvoicesSuccess, A.StartRecurringInvoicesFailure, A.StopRecurringInvoicesRequest, A.StopRecurringInvoicesSuccess, A.StopRecurringInvoicesFailure, A.StartRecurringInvoiceMultiselect, A.AddToRecurringInvoiceMultiselect, A.RemoveFromRecurringInvoiceMultiselect, A.ClearRecurringInvoiceMultiselect, A.UpdateRecurringInvoiceTab, A.RecurringInvoiceState, A._RecurringInvoiceUIState_Object_EntityUIState, A._$RecurringInvoiceStateSerializer, A._$RecurringInvoiceUIStateSerializer, A.RecurringInvoiceStateBuilder, A.RecurringInvoiceUIStateBuilder, A.ViewReports, A.UpdateReportSettings, A.ReportsUIState, A._$ReportsUIStateSerializer, A.ReportsUIStateBuilder, A.ViewScheduleList, A.ViewSchedule, A.EditSchedule, A.UpdateSchedule, A.LoadScheduleRequest, A.LoadScheduleFailure, A.LoadScheduleSuccess, A.LoadSchedulesRequest, A.LoadSchedulesFailure, A.LoadSchedulesSuccess, A.SaveScheduleRequest, A.SaveScheduleSuccess, A.AddScheduleSuccess, A.SaveScheduleFailure, A.ArchiveSchedulesRequest, A.ArchiveSchedulesSuccess, A.ArchiveSchedulesFailure, A.DeleteSchedulesRequest, A.DeleteSchedulesSuccess, A.DeleteSchedulesFailure, A.RestoreSchedulesRequest, A.RestoreSchedulesSuccess, A.RestoreSchedulesFailure, A.FilterSchedules, A.SortSchedules, A.FilterSchedulesByState, A.FilterSchedulesByCustom1, A.FilterSchedulesByCustom2, A.FilterSchedulesByCustom3, A.FilterSchedulesByCustom4, A.StartScheduleMultiselect, A.AddToScheduleMultiselect, A.RemoveFromScheduleMultiselect, A.ClearScheduleMultiselect, A.ScheduleState, A._ScheduleUIState_Object_EntityUIState, A._$ScheduleStateSerializer, A._$ScheduleUIStateSerializer, A.ScheduleStateBuilder, A.ScheduleUIStateBuilder, A.ViewSettings, A.ClearSettingsFilter, A.ResetSettings, A.UpdateSettings, A.UpdateSettingsTab, A.UpdatedSetting, A.UpdatedSettingUI, A.UpdateSettingsTemplate, A.UpdateUserSettings, A.UploadLogoRequest, A.UploadLogoFailure, A.SaveUserSettingsRequest, A.SaveUserSettingsSuccess, A.SaveUserSettingsFailure, A.SaveAuthUserRequest, A.SaveAuthUserSuccess, A.SaveAuthUserFailure, A.ConnecOAuthUserRequest, A.ConnectOAuthUserSuccess, A.ConnecOAuthUserFailure, A.DisconnecOAuthUserRequest, A.DisconnectOAuthUserSuccess, A.DisconnecOAuthUserFailure, A.DisconnectOAuthMailerRequest, A.DisconnectOAuthMailerSuccess, A.DisconnectOAuthMailerFailure, A.DisableTwoFactorRequest, A.DisableTwoFactorSuccess, A.DisableTwoFactorFailure, A.ConnecGmailUserSuccess, A.ConnecGmailUserFailure, A.FilterSettings, A.ToggleShowNewSettings, A.ToggleShowPdfPreview, A.SettingsUIState, A._$SettingsUIStateSerializer, A.SettingsUIStateBuilder, A.StaticState, A._$StaticStateSerializer, A.StaticStateBuilder, A.ViewSubscriptionList, A.ViewSubscription, A.EditSubscription, A.UpdateSubscription, A.LoadSubscriptionRequest, A.LoadSubscriptionFailure, A.LoadSubscriptionSuccess, A.LoadSubscriptionsRequest, A.LoadSubscriptionsFailure, A.LoadSubscriptionsSuccess, A.SaveSubscriptionRequest, A.SaveSubscriptionSuccess, A.AddSubscriptionSuccess, A.SaveSubscriptionFailure, A.ArchiveSubscriptionsRequest, A.ArchiveSubscriptionsSuccess, A.ArchiveSubscriptionsFailure, A.DeleteSubscriptionsRequest, A.DeleteSubscriptionsSuccess, A.DeleteSubscriptionsFailure, A.RestoreSubscriptionsRequest, A.RestoreSubscriptionsSuccess, A.RestoreSubscriptionsFailure, A.FilterSubscriptions, A.SortSubscriptions, A.FilterSubscriptionsByState, A.FilterSubscriptionsByCustom1, A.FilterSubscriptionsByCustom2, A.FilterSubscriptionsByCustom3, A.FilterSubscriptionsByCustom4, A.StartSubscriptionMultiselect, A.AddToSubscriptionMultiselect, A.RemoveFromSubscriptionMultiselect, A.ClearSubscriptionMultiselect, A.SubscriptionState, A._SubscriptionUIState_Object_EntityUIState, A._$SubscriptionStateSerializer, A._$SubscriptionUIStateSerializer, A.SubscriptionStateBuilder, A.SubscriptionUIStateBuilder, A.ViewTaskList, A.ViewTask, A.EditTask, A.UpdateTask, A.LoadTask, A.LoadTasks, A.LoadTaskRequest, A.LoadTaskFailure, A.LoadTaskSuccess, A.EditTaskTime, A.AddTaskTime, A.UpdateTaskTime, A.DeleteTaskTime, A.LoadTasksRequest, A.LoadTasksFailure, A.LoadTasksSuccess, A.SaveTaskRequest, A.SaveTaskSuccess, A.AddTaskSuccess, A.SaveTaskFailure, A.ArchiveTaskRequest, A.ArchiveTaskSuccess, A.ArchiveTaskFailure, A.StartTasksRequest, A.StartTasksSuccess, A.StartTasksFailure, A.StopTasksRequest, A.StopTasksSuccess, A.StopTasksFailure, A.DeleteTaskRequest, A.DeleteTaskSuccess, A.DeleteTaskFailure, A.RestoreTaskRequest, A.RestoreTaskSuccess, A.RestoreTaskFailure, A.SortTasksRequest, A.SortTasksSuccess, A.SortTasksFailure, A.FilterTasks, A.SortTasks, A.FilterTasksByState, A.FilterTasksByStatus, A.FilterTasksByCustom1, A.FilterTasksByCustom2, A.FilterTasksByCustom3, A.FilterTasksByCustom4, A.UpdateKanban, A.StartTaskMultiselect, A.AddToTaskMultiselect, A.RemoveFromTaskMultiselect, A.ClearTaskMultiselect, A.SaveTaskDocumentRequest, A.SaveTaskDocumentFailure, A.UpdateTaskTab, A.TaskState, A._TaskUIState_Object_EntityUIState, A._$TaskStateSerializer, A._$TaskUIStateSerializer, A.TaskStateBuilder, A.TaskUIStateBuilder, A.ViewTaskStatusList, A.ViewTaskStatus, A.EditTaskStatus, A.UpdateTaskStatus, A.LoadTaskStatusRequest, A.LoadTaskStatusFailure, A.LoadTaskStatusSuccess, A.LoadTaskStatusesRequest, A.LoadTaskStatusesFailure, A.LoadTaskStatusesSuccess, A.SaveTaskStatusRequest, A.SaveTaskStatusSuccess, A.AddTaskStatusSuccess, A.SaveTaskStatusFailure, A.ArchiveTaskStatusesRequest, A.ArchiveTaskStatusesSuccess, A.ArchiveTaskStatusesFailure, A.DeleteTaskStatusesRequest, A.DeleteTaskStatusesSuccess, A.DeleteTaskStatusesFailure, A.RestoreTaskStatusesRequest, A.RestoreTaskStatusesSuccess, A.RestoreTaskStatusesFailure, A.FilterTaskStatuses, A.SortTaskStatuses, A.FilterTaskStatusesByState, A.FilterTaskStatusesByCustom1, A.FilterTaskStatusesByCustom2, A.FilterTaskStatusesByCustom3, A.FilterTaskStatusesByCustom4, A.StartTaskStatusMultiselect, A.AddToTaskStatusMultiselect, A.RemoveFromTaskStatusMultiselect, A.ClearTaskStatusMultiselect, A.TaskStatusState, A._TaskStatusUIState_Object_EntityUIState, A._$TaskStatusStateSerializer, A._$TaskStatusUIStateSerializer, A.TaskStatusStateBuilder, A.TaskStatusUIStateBuilder, A.ViewTaxRateList, A.ViewTaxRate, A.EditTaxRate, A.UpdateTaxRate, A.LoadTaxRateRequest, A.LoadTaxRateFailure, A.LoadTaxRateSuccess, A.LoadTaxRatesRequest, A.LoadTaxRatesFailure, A.LoadTaxRatesSuccess, A.SaveTaxRateRequest, A.SaveTaxRateSuccess, A.AddTaxRateSuccess, A.SaveTaxRateFailure, A.ArchiveTaxRateRequest, A.ArchiveTaxRatesSuccess, A.ArchiveTaxRateFailure, A.DeleteTaxRateRequest, A.DeleteTaxRatesSuccess, A.DeleteTaxRateFailure, A.RestoreTaxRateRequest, A.RestoreTaxRatesSuccess, A.RestoreTaxRateFailure, A.FilterTaxRates, A.SortTaxRates, A.FilterTaxRatesByState, A.StartTaxRateMultiselect, A.AddToTaxRateMultiselect, A.RemoveFromTaxRateMultiselect, A.ClearTaxRateMultiselect, A.TaxRateState, A._TaxRateUIState_Object_EntityUIState, A._$TaxRateStateSerializer, A._$TaxRateUIStateSerializer, A.TaxRateStateBuilder, A.TaxRateUIStateBuilder, A.ViewTokenList, A.ViewToken, A.EditToken, A.UpdateToken, A.LoadTokenRequest, A.LoadTokenFailure, A.LoadTokenSuccess, A.LoadTokensRequest, A.LoadTokensFailure, A.LoadTokensSuccess, A.SaveTokenRequest, A.SaveTokenSuccess, A.AddTokenSuccess, A.SaveTokenFailure, A.ArchiveTokensRequest, A.ArchiveTokensSuccess, A.ArchiveTokensFailure, A.DeleteTokensRequest, A.DeleteTokensSuccess, A.DeleteTokensFailure, A.RestoreTokensRequest, A.RestoreTokensSuccess, A.RestoreTokensFailure, A.FilterTokens, A.SortTokens, A.FilterTokensByState, A.FilterTokensByCustom1, A.FilterTokensByCustom2, A.FilterTokensByCustom3, A.FilterTokensByCustom4, A.StartTokenMultiselect, A.AddToTokenMultiselect, A.RemoveFromTokenMultiselect, A.ClearTokenMultiselect, A.TokenState, A._TokenUIState_Object_EntityUIState, A._$TokenStateSerializer, A._$TokenUIStateSerializer, A.TokenStateBuilder, A.TokenUIStateBuilder, A.ViewTransactionList, A.ViewTransaction, A.EditTransaction, A.UpdateTransaction, A.LoadTransactions, A.LoadTransactionRequest, A.LoadTransactionFailure, A.LoadTransactionSuccess, A.LoadTransactionsRequest, A.LoadTransactionsFailure, A.LoadTransactionsSuccess, A.SaveTransactionRequest, A.SaveTransactionSuccess, A.AddTransactionSuccess, A.SaveTransactionFailure, A.ArchiveTransactionsRequest, A.ArchiveTransactionsSuccess, A.ArchiveTransactionsFailure, A.DeleteTransactionsRequest, A.DeleteTransactionsSuccess, A.DeleteTransactionsFailure, A.RestoreTransactionsRequest, A.RestoreTransactionsSuccess, A.RestoreTransactionsFailure, A.ConvertTransactionToPaymentRequest, A.ConvertTransactionToPaymentSuccess, A.ConvertTransactionToPaymentFailure, A.LinkTransactionToPaymentRequest, A.LinkTransactionToPaymentSuccess, A.LinkTransactionToPaymentFailure, A.UnlinkTransactionsRequest, A.UnlinkTransactionsSuccess, A.UnlinkTransactionsFailure, A.LinkTransactionToExpenseRequest, A.LinkTransactionToExpenseSuccess, A.LinkTransactionToExpenseFailure, A.ConvertTransactionsToExpensesRequest, A.ConvertTransactionsToExpensesSuccess, A.ConvertTransactionsToExpensesFailure, A.ConvertTransactionsRequest, A.ConvertTransactionsSuccess, A.ConvertTransactionsFailure, A.FilterTransactions, A.SortTransactions, A.FilterTransactionsByState, A.FilterTransactionsByStatus, A.FilterTransactionsByCustom1, A.FilterTransactionsByCustom2, A.FilterTransactionsByCustom3, A.FilterTransactionsByCustom4, A.StartTransactionMultiselect, A.AddToTransactionMultiselect, A.RemoveFromTransactionMultiselect, A.ClearTransactionMultiselect, A.TransactionState, A._TransactionUIState_Object_EntityUIState, A._$TransactionStateSerializer, A._$TransactionUIStateSerializer, A.TransactionStateBuilder, A.TransactionUIStateBuilder, A.ViewTransactionRuleList, A.ViewTransactionRule, A.EditTransactionRule, A.UpdateTransactionRule, A.LoadTransactionRuleRequest, A.LoadTransactionRuleFailure, A.LoadTransactionRuleSuccess, A.LoadTransactionRulesRequest, A.LoadTransactionRulesFailure, A.LoadTransactionRulesSuccess, A.SaveTransactionRuleRequest, A.SaveTransactionRuleSuccess, A.AddTransactionRuleSuccess, A.SaveTransactionRuleFailure, A.ArchiveTransactionRulesRequest, A.ArchiveTransactionRulesSuccess, A.ArchiveTransactionRulesFailure, A.DeleteTransactionRulesRequest, A.DeleteTransactionRulesSuccess, A.DeleteTransactionRulesFailure, A.RestoreTransactionRulesRequest, A.RestoreTransactionRulesSuccess, A.RestoreTransactionRulesFailure, A.FilterTransactionRules, A.SortTransactionRules, A.FilterTransactionRulesByState, A.FilterTransactionRulesByCustom1, A.FilterTransactionRulesByCustom2, A.FilterTransactionRulesByCustom3, A.FilterTransactionRulesByCustom4, A.StartTransactionRuleMultiselect, A.AddToTransactionRuleMultiselect, A.RemoveFromTransactionRuleMultiselect, A.ClearTransactionRuleMultiselect, A.TransactionRuleState, A._TransactionRuleUIState_Object_EntityUIState, A._$TransactionRuleStateSerializer, A._$TransactionRuleUIStateSerializer, A.TransactionRuleStateBuilder, A.TransactionRuleUIStateBuilder, A.EntityUIState, A.ListUIState, A._$ListUIStateSerializer, A.ListUIStateBuilder, A.PrefState, A.PrefStateSortField, A.CompanyPrefState, A.HistoryRecord, A._$PrefStateSerializer, A._$PrefStateSortFieldSerializer, A._$CompanyPrefStateSerializer, A._$AppLayoutSerializer, A._$ModuleLayoutSerializer, A._$AppSidebarModeSerializer, A._$HistoryRecordSerializer, A.PrefStateBuilder, A.PrefStateSortFieldBuilder, A.CompanyPrefStateBuilder, A.HistoryRecordBuilder, A.UpdateCurrentRoute, A.UIState, A._$UIStateSerializer, A.UIStateBuilder, A.ViewUserList, A.ViewUser, A.EditUser, A.UpdateUser, A.LoadUserRequest, A.LoadUserFailure, A.LoadUserSuccess, A.LoadUsersRequest, A.LoadUsersFailure, A.LoadUsersSuccess, A.SaveUserRequest, A.SaveUserSuccess, A.AddUserSuccess, A.SaveUserFailure, A.ArchiveUserRequest, A.ArchiveUserSuccess, A.ArchiveUserFailure, A.DeleteUserRequest, A.DeleteUserSuccess, A.DeleteUserFailure, A.RestoreUserRequest, A.RestoreUserSuccess, A.RestoreUserFailure, A.RemoveUserRequest, A.RemoveUserSuccess, A.RemoveUserFailure, A.ResendInviteRequest, A.ResendInviteSuccess, A.ResendInviteFailure, A.FilterUsers, A.SortUsers, A.FilterUsersByState, A.FilterUsersByCustom1, A.FilterUsersByCustom2, A.FilterUsersByCustom3, A.FilterUsersByCustom4, A.StartUserMultiselect, A.AddToUserMultiselect, A.RemoveFromUserMultiselect, A.ClearUserMultiselect, A.UserState, A._UserUIState_Object_EntityUIState, A._$UserStateSerializer, A._$UserUIStateSerializer, A.UserStateBuilder, A.UserUIStateBuilder, A.ViewVendorList, A.ViewVendor, A.EditVendor, A.UpdateVendor, A.LoadVendor, A.LoadVendors, A.LoadVendorRequest, A.LoadVendorFailure, A.LoadVendorSuccess, A.LoadVendorsRequest, A.LoadVendorsFailure, A.LoadVendorsSuccess, A.SaveVendorRequest, A.SaveVendorSuccess, A.AddVendorSuccess, A.SaveVendorFailure, A.ArchiveVendorRequest, A.ArchiveVendorSuccess, A.ArchiveVendorFailure, A.DeleteVendorRequest, A.DeleteVendorSuccess, A.DeleteVendorFailure, A.RestoreVendorRequest, A.RestoreVendorSuccess, A.RestoreVendorFailure, A.EditVendorContact, A.AddVendorContact, A.UpdateVendorContact, A.DeleteVendorContact, A.FilterVendors, A.SortVendors, A.FilterVendorsByState, A.FilterVendorsByCustom1, A.FilterVendorsByCustom2, A.FilterVendorsByCustom3, A.FilterVendorsByCustom4, A.StartVendorMultiselect, A.AddToVendorMultiselect, A.RemoveFromVendorMultiselect, A.ClearVendorMultiselect, A.SaveVendorDocumentRequest, A.SaveVendorDocumentFailure, A.UpdateVendorTab, A.VendorState, A._VendorUIState_Object_EntityUIState, A._$VendorStateSerializer, A._$VendorUIStateSerializer, A.VendorStateBuilder, A.VendorUIStateBuilder, A.ViewWebhookList, A.ViewWebhook, A.EditWebhook, A.UpdateWebhook, A.LoadWebhookRequest, A.LoadWebhookFailure, A.LoadWebhookSuccess, A.LoadWebhooksRequest, A.LoadWebhooksFailure, A.LoadWebhooksSuccess, A.SaveWebhookRequest, A.SaveWebhookSuccess, A.AddWebhookSuccess, A.SaveWebhookFailure, A.ArchiveWebhooksRequest, A.ArchiveWebhooksSuccess, A.ArchiveWebhooksFailure, A.DeleteWebhooksRequest, A.DeleteWebhooksSuccess, A.DeleteWebhooksFailure, A.RestoreWebhooksRequest, A.RestoreWebhooksSuccess, A.RestoreWebhooksFailure, A.FilterWebhooks, A.SortWebhooks, A.FilterWebhooksByState, A.FilterWebhooksByCustom1, A.FilterWebhooksByCustom2, A.FilterWebhooksByCustom3, A.FilterWebhooksByCustom4, A.StartWebhookMultiselect, A.AddToWebhookMultiselect, A.RemoveFromWebhookMultiselect, A.ClearWebhookMultiselect, A.WebhookState, A._WebhookUIState_Object_EntityUIState, A._$WebhookStateSerializer, A._$WebhookUIStateSerializer, A.WebhookStateBuilder, A.WebhookUIStateBuilder, A.ConfirmEmailVM, A.__AutocompleteEntity_Object_SelectableEntity, A.AppDrawerVM, A.MenuDrawerVM, A._TheState, A.EntityPresenter, A.ExamplePaymentQueueDelegate, A.LoginVM, A.BankAccountListVM, A.BankAccountScreenVM, A.BankAccountEditVM, A.BankAccountViewVM, A.ClientListVM, A.ClientPdfVM, A.ClientScreenVM, A.ClientEditContactsVM, A.ClientEditVM, A.ClientViewVM, A.CompanyGatewayListVM, A.CompanyGatewayScreenVM, A.CompanyGatewayEditVM, A.CompanyGatewayViewVM, A.EmailEntityVM, A.EntityListVM, A.EntityPdfVM, A.CreditScreenVM, A.EntityEditDetailsVM, A.EntityEditItemsVM, A.EntityEditNotesVM, A.EntityEditPDFVM, A.AbstractInvoiceEditVM, A.AbstractInvoiceViewVM, A.DashboardVM, A.DesignListVM, A.DesignScreenVM, A.DesignEditVM, A.DesignViewVM, A.DocumentListVM, A.DocumentScreenVM, A.DocumentEditVM, A.DocumentViewVM, A.AbstractExpenseEditVM, A.ExpenseListVM, A.ExpenseScreenVM, A.AbstractExpenseViewVM, A.ExpenseCategoryEditVM, A.ExpenseCategoryListVM, A.ExpenseCategoryScreenVM, A.ExpenseCategoryViewVM, A.GroupEditVM, A.GroupListVM, A.GroupScreenVM, A.GroupViewVM, A.EntityEditContactsVM, A.InvoiceScreenVM, A.PaymentEditVM, A.PaymentListVM, A.PaymentScreenVM, A.PaymentRefundVM, A.PaymentViewVM, A.PaymentTermEditVM, A.PaymentTermListVM, A.PaymentTermScreenVM, A.PaymentTermViewVM, A.ProductEditVM, A.ProductListVM, A.ProductScreenVM, A.ProductViewVM, A.ProjectEditVM, A.ProjectListVM, A.ProjectScreenVM, A.ProjectViewVM, A.PurchaseOrderScreenVM, A.QuoteScreenVM, A.RecurringExpenseListVM, A.RecurringExpenseScreenVM, A.RecurringInvoiceListVM, A.RecurringInvoiceScreenVM, A.ReportResult, A.ReportElement, A.ReportsScreenVM, A.GroupTotals, A.ScheduleEditVM, A.ScheduleListVM, A.ScheduleScreenVM, A.ScheduleViewVM, A.AccountManagementVM, A.ClientPortalVM, A.CompanyDetailsVM, A.CreditCardsAndBanksVM, A.CustomFieldsVM, A.DataVisualizationsVM, A.DeviceSettingsVM, A.EInvoiceSettingsVM, A.EmailSettingsVM, A.ExpenseSettingsVM, A.GeneratedNumbersVM, A.ImportExportVM, A.InvoiceDesignVM, A.LocalizationSettingsVM, A.PaymentSettingsVM, A.ProductSettingsVM, A.SettingsListVM, A.SettingsScreenVM, A.TaskSettingsVM, A.TaxSettingsVM, A.TemplatesAndRemindersVM, A.UserDetailsVM, A.WorkflowSettingsVM, A.SubscriptionEditVM, A.SubscriptionListVM, A.SubscriptionScreenVM, A.SubscriptionViewVM, A.TaskEditDetailsVM, A.TaskEditTimesVM, A.TaskEditVM, A.KanbanVM, A.TaskListVM, A.TaskScreenVM, A.TaskViewVM, A.TaskStatusEditVM, A.TaskStatusListVM, A.TaskStatusScreenVM, A.TaskStatusViewVM, A.TaxRateEditVM, A.TaxRateListVM, A.TaxRateScreenVM, A.TaxRateViewVM, A.TokenEditVM, A.TokenListVM, A.TokenScreenVM, A.TokenViewVM, A.TransactionEditVM, A.TransactionListVM, A.TransactionScreenVM, A.TransactionViewVM, A.TransactionRuleEditVM, A.TransactionRuleListVM, A.TransactionRuleScreenVM, A.TransactionRuleViewVM, A.UserEditVM, A.UserListVM, A.UserScreenVM, A.UserViewVM, A.VendorEditContactsVM, A.VendorEditVM, A.VendorListVM, A.VendorScreenVM, A.VendorViewVM, A.WebhookEditVM, A.WebhookViewVM, A.WebhookListVM, A.WebhookScreenVM, A.Debouncer, A.SimpleDebouncer, A.PersistDebouncer, A.LocaleCodeAware, A.LocalizationsProvider, A._MarkdownToDocument, A._InlineMarkdownToDocument, A.BlockSyntax, A.SuperEditorDemoTextItem, A._AttributedTextEditingController_Object_ChangeNotifier, A.LinkifyElement, A.Linkifier, A.LinkifyOptions, A.LocalAuthentication, A.AuthMessages, A.AuthenticationOptions, A.Level, A.LogRecord, A.Logger, A.Element1, A.Text1, A.UnparsedContent, A.BlockParser, A.ListItem, A.Document0, A.LinkReference, A.ExtensionSet, A.InlineParser, A.InlineSyntax, A.SimpleDelimiter, A.DelimiterRun, A.InlineLink, A.AuthenticationResult, A.Configuration, A.BrowserAuthOptions0, A.PublicClientApplication, A.CommonAuthorizationUrlRequest, A.MsalJsException, A.CupertinoPopoverToolbarAligner, A._MenuPageInfo, A.LeaderMenuFocalPoint, A._PopoverController_Object_ChangeNotifier, A.PopoverGeometry, A.DropdownListPopoverAligner, A.Context, A.Style, A.ParsedPath, A.PathException, A.MissingPlatformDirectoryException, A.PdfPageFormat, A.PdfRasterBase, A.WebDelegate, A.PinTheme, A._PinputUtilsMixin, A.Platform, A.Mutex, A._PdfActionBarTheme_Object_Diagnosticable, A.PdfPreviewActionBounds, A.PdfPreviewPageData, A.PdfPreviewRaster, A.PrintJob, A.PrintJobs, A.PrintingInfo, A._QrBitBuffer_Object_ListMixin, A.QrByte, A.InputTooLongException, A.QrPolynomial, A.QrCode, A.QrImage, A.QrRsBlock, A.PaintCache, A._PaintMetrics, A.QrEyeStyle, A.QrDataModuleStyle, A.QrValidationResult, A.MiddlewareClass, A.Store, A.TypedReducer, A.TypedMiddleware, A.RoundedLoadingButtonController, A._Wrapper, A.ForwardingSink, A._Empty, A.ErrorAndStackTrace, A._MultiControllerSink, A.EnvironmentVariables, A.HubAdapter, A.MetricsApi, A.NoOpClient, A.NoOpHub, A.ISentrySpan, A.Platform0, A.PlatformChecker, A.Breadcrumb, A.SdkVersion, A.SentryId, A.SentryLevel, A.SpanId, A.SpanStatus, A.SentryOptions, A.SentrySpanContext, A.Spotlight, A.NoOpTransport, A.SentryFlutterWeb, A.DefaultFrameCallbackHandler, A.TimeToDisplayTracker, A.TimeToFullDisplayTracker, A.TimeToInitialDisplayTracker, A.SharedPreferences, A.PreferencesFilter, A.GetAllParameters, A.AuthorizationCredentialAppleID, A.AppleIDAuthorizationRequest, A.SignInWithAppleNotSupportedException, A.SignInWithAppleAuthorizationException, A.SignInWithAppleCredentialsException, A.WebAuthenticationOptions, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.SourceSpanException, A._Rebuild, A._ReactiveModel_Object_IObservable, A.IObservable, A.SnapState, A.SnapError, A.StringScanner, A.DocumentChangeLog, A.NodeInsertedEvent, A.NodeRemovedEvent, A.NodeChangeEvent, A.DocumentPosition, A.DocumentNode, A._DocumentComposer_Object_ChangeNotifier, A._ComposerPreferences_Object_ChangeNotifier, A.ClearSelectionRequest, A.ChangeSelectionRequest, A.ChangeSelectionCommand, A.SelectionChangeEvent, A.ComposingRegionChangeEvent, A.DocumentSelectionChange, A.ChangeComposingRegionRequest, A.ChangeComposingRegionCommand, A.ClearComposingRegionRequest, A.ChangeInteractionModeRequest, A.ChangeInteractionModeCommand, A.DebugPaintConfig, A.DocumentLayoutEditable, A.DocumentComponent, A.ProxyDocumentComponent, A.MovementModifier, A.DocumentRange, A.SuperEditorContext, A.Editor, A._DocumentEditorCommandExecutor, A.EditCommand, A.EditContext, A.EditorCommandQueue, A.DocumentEdit, A.MutableDocument, A.Stylesheet, A.StyleRule, A.BlockSelector, A._LastBlockMatcher, A.CascadingPadding, A.SelectionStyles, A.ColorAttribution, A.LinkAttribution, A.BlockquoteComponentBuilder, A.SingleColumnLayoutComponentViewModel, A.DeleteUpstreamAtBeginningOfBlockNodeCommand, A.CommonEditorOperations, A.PasteEditorRequest, A.PasteEditorCommand, A.DeleteUpstreamCharacterRequest, A.DeleteUpstreamCharacterCommand, A.UpdateComposerTextStylesReaction, A.SuperEditorDebugVisualsConfig, A.ParagraphPrefixConversionReaction, A.HorizontalRuleConversionReaction, A.ImageUrlConversionReaction, A.LinkifyReaction, A.DashConversionReaction, A.SuperEditorAndroidControlsController, A.SuperEditorAndroidToolbarFocalPointDocumentLayerBuilder, A.SuperEditorAndroidHandlesDocumentLayerBuilder, A.SuperEditorIosControlsController, A.TextDeltasDocumentEditor, A.TextInputConnectionDecorator, A.DocumentImeSerializer, A._DeltaTextInputClientDecorator_Object_DeltaTextInputClient, A.KeyboardEditingToolbarOperations, A.SuperEditorImePolicies, A.SuperEditorImeConfiguration, A._AutoScrollController_Object_ChangeNotifier, A.HorizontalRuleComponentBuilder, A.ImageComponentBuilder, A.SingleColumnDocumentComponentContext, A.SingleColumnLayoutPresenter, A.SingleColumnLayoutPresenterChangeListener, A.SingleColumnLayoutStylePhase, A.SingleColumnLayoutViewModel, A._DocumentNodeSelection, A.SingleColumnLayoutComponentStyles, A.DocumentNodeSelection, A.ListItemComponentBuilder, A.IndentListItemRequest, A.IndentListItemCommand, A.UnIndentListItemRequest, A.UnIndentListItemCommand, A.ConvertListItemToParagraphRequest, A.ConvertListItemToParagraphCommand, A.ConvertParagraphToListItemRequest, A.ConvertParagraphToListItemCommand, A.ChangeListItemTypeRequest, A.ChangeListItemTypeCommand, A.SplitListItemRequest, A.SplitListItemCommand, A.Intention, A.InsertNodeAtIndexRequest, A.InsertNodeBeforeNodeRequest, A.InsertNodeAfterNodeRequest, A.ReplaceNodeRequest, A.ReplaceNodeWithEmptyParagraphWithCaretRequest, A.ReplaceNodeWithEmptyParagraphWithCaretCommand, A.DeleteContentRequest, A.DeleteContentCommand, A.DeleteUpstreamAtBeginningOfNodeRequest, A.DeleteNodeRequest, A.DeleteNodeCommand, A.ParagraphComponentBuilder, A.ChangeParagraphBlockTypeRequest, A.ChangeParagraphBlockTypeCommand, A.CombineParagraphsRequest, A.CombineParagraphsCommand, A.SplitParagraphRequest, A.SplitParagraphCommand, A.DeleteUpstreamAtBeginningOfParagraphCommand, A.UpstreamDownstreamNodePosition, A.UpstreamDownstreamNodeSelection, A._SelectionLeadersDocumentLayerBuilder, A.SuperEditorSelectionPolicies, A.DefaultCaretOverlayBuilder, A._ContentTapDelegate_Object_ChangeNotifier, A.TaskComponentBuilder, A.ChangeTaskCompletionRequest, A.ChangeTaskCompletionCommand, A.ConvertTaskToParagraphCommand, A.SplitExistingTaskRequest, A.SplitExistingTaskCommand, A.TextComponentViewModel, A.ToggleTextAttributionsRequest, A.ToggleTextAttributionsCommand, A.InsertTextRequest, A.InsertTextCommand, A.ConvertTextNodeToParagraphRequest, A.InsertAttributedTextCommand, A.InsertCharacterAtCaretRequest, A.UnknownComponentBuilder, A.Logger0, A.AutoScroller, A.ProxyTextComposable, A._IndexedSlot, A.AxisOffset, A.DocumentScroller, A.DocumentSelectionLayout, A.SelectionLayerLinks, A.OverlayGroupPriority, A.UrlLauncher, A._TapTracker0, A._CountdownZoned0, A.AndroidDocumentLongPressSelectionStrategy, A.FloatingCursorController0, A.FloatingCursorListener, A.IosLongPressSelectionStrategy, A._MagnifierAndToolbarController_Object_ChangeNotifier, A.DragHandleAutoScroller, A.ToolbarConfig, A._AndroidEditingOverlayController_Object_ChangeNotifier, A._EstimatedLineHeight, A.TextFieldScroller, A._TextScrollController_Object_ChangeNotifier, A._IOSEditingOverlayController_Object_ChangeNotifier, A._FloatingCursorController_Object_ChangeNotifier, A.SuperTextFieldContext, A.CaretStyle, A._BlinkController_Object_ChangeNotifier, A.ProseTextBlock, A.RenderParagraphProseTextLayout, A.SelectionHighlightStyle, A.TextLayoutUnderline, A.UnderlineStyle, A._PaintableUnderline, A.ArMessages, A.CaMessages, A.CsMessages, A.DaMessages, A.DeMessages, A.EnMessages, A.EnShortMessages, A.EsMessages, A.EsShortMessages, A.FaMessages, A.FrMessages, A.FrShortMessages, A.HuMessages, A.HuShortMessages, A.ItMessages, A.ItShortMessages, A.JaMessages, A.NbNoShortMessages, A.NbNoMessages, A.NlMessages, A.NlShortMessages, A.PlMessages, A.PtBrMessages, A.PtBrShortMessages, A.RoMessages, A.RoShortMessages, A.RuMessages, A.RuShortMessages, A.SvMessages, A.SvShortMessages, A.ThMessages, A.ThShortMessages, A.ZhMessages, A.WebViewConfiguration, A.InAppWebViewConfiguration, A.LaunchOptions, A.RNG, A.Uuid, A.Matrix3, A.Matrix40, A.Quad, A.Quaternion, A.Vector3, A.Vector4, A.Version, A.VsScrollbarStyle, A.EventStreamProvider0, A._EventStreamSubscription0, A.WindowListener]); - _inheritMany(A.Closure, [A.Closure0Args, A.AppBootstrap_prepareEngineInitializer_closure0, A.AppBootstrap__prepareAppRunner_closure, A.AppBootstrap__prepareFlutterApp_closure, A.AppBootstrap__prepareFlutterApp_closure0, A.CkCanvas_saveLayerWithFilter_closure, A._canvasKitJsUrls_closure, A._downloadCanvasKitJs_loadEventHandler, A._downloadCanvasKitJs_errorEventHandler, A.HtmlViewEmbedder_getOverlayCanvases_closure, A.HtmlViewEmbedder_submitFrame_closure, A.HtmlViewEmbedder__updateOverlays_closure, A.HtmlViewEmbedder__updateOverlays_closure0, A.HtmlViewEmbedder__updateOverlays_closure1, A.diffViewList_lookForwards, A.diffViewList_lookBackwards, A.SkiaFontCollection_registerDownloadedFonts_makeRegisterFont, A.readChunked_closure, A.ImageFilterEngineLayer_preroll_closure, A.MultiSurfaceRasterizer_setResourceCacheMaxBytes_closure, A._finalizationRegistry_closure, A.CkPaint_imageFilter_closure, A._getEffectiveFontFamilies_closure, A.ClipboardMessageHandler_setDataMethodCall_closure, A.ClipboardMessageHandler_setDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall_closure, A.ClipboardMessageHandler_getDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall__closure, A.ClipboardMessageHandler_hasStringsMethodCall_closure, A.ClipboardMessageHandler_hasStringsMethodCall_closure0, A.ClipboardMessageHandler_hasStringsMethodCall__closure, A.DomConsoleExtension_get_warn_closure, A.DomNavigatorExtension_get_languages_closure, A.Closure2Args, A._ttPolicy_closure, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__closure, A.FontFallbackManager$__closure, A.FontFallbackManager$__closure0, A.FontFallbackManager$__closure1, A.FontFallbackManager$__closure2, A.FontFallbackManager$__closure3, A.FontFallbackManager$__closure4, A.FontFallbackManager_findFontsForMissingCodePoints_closure, A.FontFallbackManager__selectFont_closure, A.fetchFontManifest_closure, A.fetchFontManifest_closure0, A.fetchFontManifest_closure1, A.fetchFontManifest__closure, A.HtmlRenderer_decodeImageFromPixels_executeCallback, A.HtmlRenderer_decodeImageFromPixels_executeCallback_closure, A.NormalizedGradient_NormalizedGradient_closure, A.HtmlCodec_getNextFrame_closure, A.HtmlCodec_getNextFrame_closure0, A.HtmlCodec__decodeUsingOnLoad_closure, A.HtmlCodec__decodeUsingOnLoad_closure0, A.initializeEngineServices__closure, A.FlutterApp__staticInteropFactoryStub_closure, A.FlutterApp__staticInteropFactoryStub_closure0, A.FlutterEngineInitializer__staticInteropFactoryStub_closure, A.FlutterAppRunner__staticInteropFactoryStub_closure, A.futureToPromise__closure, A.futureToPromise__closure0, A._kLogicalKeyToModifierGetter_closure, A._kLogicalKeyToModifierGetter_closure0, A._kLogicalKeyToModifierGetter_closure1, A._kLogicalKeyToModifierGetter_closure2, A._kLogicalKeyToModifierGetter_closure3, A._kLogicalKeyToModifierGetter_closure4, A._kLogicalKeyToModifierGetter_closure5, A._kLogicalKeyToModifierGetter_closure6, A.KeyboardBinding$__closure, A.KeyboardBinding$__closure0, A.KeyboardBinding__addEventListener_loggedHandler, A.KeyboardBinding__onKeyData_closure, A.KeyboardConverter__scheduleAsyncEvent_closure, A.KeyboardConverter_handleEvent_closure, A.preventDefaultListener_closure, A.MultiEntriesBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure0, A.FallbackFontComponent__activeFonts_closure, A.EnginePlatformDispatcher_closure, A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure0, A.EnginePlatformDispatcher__sendPlatformMessage_closure1, A.EnginePlatformDispatcher__addLocaleChangedListener_closure, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, A.EnginePlatformDispatcher_replyToPlatformMessage_closure, A.SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure, A._BaseAdapter_addEventListener_loggedHandler, A._PointerAdapter__addPointerEventListener_closure, A._PointerAdapter_setup_closure, A._PointerAdapter_setup_closure0, A._PointerAdapter_setup_closure1, A._PointerAdapter_setup_closure2, A._PointerAdapter_setup_closure3, A._PointerAdapter_setup_closure4, A.RawKeyboard_handleHtmlEvent_closure0, A.Dialog__setDefaultFocus_closure, A.AccessibilityFocusManager_manage_closure, A.AccessibilityFocusManager_manage_closure0, A.Incrementable_closure, A.Incrementable_closure0, A.Scrollable_update_closure0, A.Scrollable_update_closure1, A.EngineSemanticsOwner__finalizeTree_closure, A.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.Tappable_closure, A.TextField__initializeForBlink_closure, A.TextField__initializeForBlink_closure0, A.TextField__initializeForWebkit_closure, A.TextField__initializeForWebkit_closure0, A.TextField__invokeIosWorkaround_closure0, A.CanvasParagraph_computeLineMetrics_closure, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure, A.DefaultTextEditingStrategy_addEventHandlers_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, A.IOSTextEditingStrategy_addEventHandlers_closure, A.IOSTextEditingStrategy_addEventHandlers_closure0, A.IOSTextEditingStrategy__addTapListener_closure, A.AndroidTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure0, A.HybridTextEditing__startEditing_closure, A.EditableTextGeometry_EditableTextGeometry$fromFrameworkMessage_closure, A.bytesToHexString_closure, A.CustomElementDimensionsProvider__closure, A.CustomElementEmbeddingStrategy_initialize_closure, A.FullPageEmbeddingStrategy_initialize_closure, A._CastListBase_removeWhere_closure, A._CastListBase_retainWhere_closure, A.CastSet_removeWhere_closure, A.CastMap_entries_closure, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.JsLinkedHashMap_containsValue_closure, A.initHooks_closure, A.initHooks_closure1, A._StringStream__goalToEventCode_closure, A._AsyncRun__initializeScheduleImmediate_internalCallback, A._AsyncRun__initializeScheduleImmediate_closure, A._awaitOnObject_closure, A._asyncStarHelper_closure0, A._SyncBroadcastStreamController__sendData_closure, A._SyncBroadcastStreamController__sendError_closure, A._SyncBroadcastStreamController__sendDone_closure, A.Future_wait_closure, A.FutureExtensions_onError_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A._Future_timeout_closure1, A.Stream_Stream$fromFuture_closure, A.Stream_asyncMap_closure_add, A.Stream_asyncMap__closure, A.Stream_fold_closure0, A.Stream_fold__closure0, A.Stream_forEach_closure0, A.Stream_forEach__closure0, A.Stream_length_closure, A.Stream_isEmpty_closure0, A.Stream_toList_closure, A.Stream_first_closure0, A._StreamHandlerTransformer_closure, A._RootZone_bindUnaryCallbackGuarded_closure, A._HashMap_values_closure, A._CustomHashMap_closure, A._LinkedCustomHashMap_closure, A.MapBase_entries_closure, A.SplayTreeMap_closure, A.SplayTreeSet_closure, A._JsonMap_values_closure, A._BigIntImpl_hashCode_finish, A._BigIntImpl_toDouble_readBits, A.DateTime_parse_parseIntOrZero, A.DateTime_parse_parseMilliAndMicroseconds, A._Uri__splitQueryStringAll_parsePair, A._createTables_setChars, A._createTables_setRange, A.CanvasElement_toBlob_closure, A._ChildrenElementList__filter_closure, A._EventStreamSubscription_closure, A._EventStreamSubscription_onData_closure, A.FilteredElementList__iterable_closure, A.FilteredElementList__iterable_closure0, A.FilteredElementList_removeRange_closure0, A._FileStream__readBlock_closure, A._FileStream__start_onReady, A._FileStream__start_onOpenFile, A._File_open_closure, A._File_length_closure, A._File_readAsBytes_readUnsized, A._File_readAsBytes_readUnsized_read_closure, A._File_readAsBytes_readSized_read_closure, A._File_readAsBytes_closure, A._File_readAsBytes__closure, A._RandomAccessFile_close_closure, A._RandomAccessFile_read_closure, A._RandomAccessFile_readInto_closure, A._RandomAccessFile_setPosition_closure, A._RandomAccessFile_length_closure, A._convertToJS_closure, A._convertToJS_closure0, A._wrapToDart_closure, A._wrapToDart_closure0, A._wrapToDart_closure1, A.jsify__convert, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.dartify_convert, A.KeyData__quotedCharCode_closure, A.bootstrapEngine_closure, A.HashUrlStrategy_addPopStateListener_wrappedFn, A.HashUrlStrategy__waitForPopState_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure0, A.AttributedSpans__getEndingMarkerAtOrAfter_closure, A.AttributedSpans__getEndingMarkerAtOrAfter_closure0, A.AttributedSpans_addAttribution_closure, A.AttributedSpans_addAttribution_closure0, A.AttributedSpans_addAttribution_closure1, A.AttributedSpans_addAttribution_closure2, A.AttributedSpans_removeAttribution_closure, A.AttributedSpans_removeAttribution_closure0, A.AttributedSpans_removeAttribution_closure1, A.AttributedSpans_removeAttribution_closure2, A.AttributedSpans_removeAttribution_closure3, A.AttributedSpans_removeAttribution_closure4, A.AttributedSpans__getMarkerAt_closure, A.AttributedSpans__getMarkerAt_closure0, A.AttributedSpans__getMarkerAt_closure1, A.AttributedSpans__insertMarker_closure, A.AttributedSpans__mergeBackToBackAttributions_closure, A.AttributedSpans__mergeBackToBackAttributions_closure0, A.AttributedSpans__mergeBackToBackAttributions_closure1, A.AttributedSpans_copyAttributionRegion_closure, A.AttributedSpans_copyAttributionRegion_closure0, A.AttributedSpans_copyAttributionRegion_closure2, A.AttributedSpans_copyAttributionRegion_closure3, A.AttributedSpans_copyAttributionRegion_closure4, A.AttributedSpans_copyAttributionRegion_closure5, A.AttributedSpans_pushAttributionsBack_closure, A.AttributedSpans_contractAttributions_closure, A.AttributedSpans_contractAttributions_closure0, A.AttributedSpans_contractAttributions_closure1, A.AttributedSpans_contractAttributions_closure2, A.AttributedSpans_contractAttributions_closure3, A.BoardItemState_build_closure, A.BoardItemState_build_closure3, A.BoardListState_build_closure2, A.BoardViewState_build_closure, A.BoardViewState_build_closure3, A.BoardViewState_build_closure5, A.BoardViewState_build_closure4, A.BoardViewState_build_closure6, A.BuiltListMultimap_BuiltListMultimap_closure, A.BuiltListMultimap_hashCode_closure, A.BuiltListMultimap_forEach__closure, A.ListMultimapBuilder_replace_closure, A.BuiltMap_BuiltMap_closure, A.BuiltMap_BuiltMap$from_closure, A.BuiltMap_hashCode_closure, A.BuiltSet_hashCode_closure, A.BuiltSetMultimap_hashCode_closure, A.BuiltSetMultimap_forEach__closure, A.SetMultimapBuilder_replace_closure, A.newBuiltValueToStringHelper_closure, A.BuiltListMultimapSerializer_serialize_closure, A.BuiltListMultimapSerializer_deserialize_closure, A.BuiltListSerializer_serialize_closure, A.BuiltListSerializer_deserialize_closure, A.BuiltSetMultimapSerializer_serialize_closure, A.BuiltSetMultimapSerializer_deserialize_closure, A.BuiltSetSerializer_serialize_closure, A.BuiltSetSerializer_deserialize_closure, A.StandardJsonPlugin__toList_closure, A.StandardJsonPlugin__toListUsingDiscriminator_closure, A.BaseBarRenderer_preprocessSeries_closure, A.BaseBarRenderer_preprocessSeries__closure0, A.BaseBarRenderer_preprocessSeries__closure2, A.BaseBarRenderer_preprocessSeries_closure0, A.BaseBarRenderer_update_closure, A.BaseBarRenderer_update__closure0, A.BaseBarRenderer_paint__closure0, A.BaseBarRenderer_paint__closure, A.BaseBarRenderer_getNearestDatumDetailPerSeries_closure, A.BaseBarRenderer__getSegmentsForDomainValue_closure0, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure0, A.Axis__updateAxisTicks_closure, A.Axis__updateAxisTicks_closure0, A.Axis_paint_closure, A.BaseTickDrawStrategy_splitLabel_closure, A.BaseTickDrawStrategy_getLabelWidth_closure, A.NoneDrawStrategy_decorateTicks_closure, A.SimpleTickFormatterBase_format_closure, A.NumericTickFormatter__getFormatter_closure, A.CartesianChart_makeSeries_closure, A.BaseCartesianRenderer_configureDomainAxes_closure, A.BaseCartesianRenderer_configureMeasureAxes_closure, A.BaseChart_init_closure, A.BaseChart_pointWithinRenderer_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure, A.BaseChart_draw_closure, A.BaseChart_drawInternal_closure, A.BaseChart_configureSeries_closure, A.BaseChart_preprocessSeries_closure, A.BaseChart_preprocessSeries_closure0, A.BaseChart_paint_closure, A.BaseChart_fireOnDraw_closure, A.BaseChart_fireOnPreprocess_closure, A.BaseChart_fireOnPostprocess_closure, A.BaseChart_fireOnAxisConfigured_closure, A.BaseChart_fireOnPostrender_closure, A.BaseChart_fireOnAnimationComplete_closure, A.DomainHighlighter__updateColorFunctions_closure, A.DomainHighlighter__updateColorFunctions__closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure0, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure0, A.PerSeriesLegendEntryGenerator__updateFromSeriesList_getMeasureTotal, A.SeriesLegend_onData_closure0, A.SeriesLegend_onData_closure, A.SeriesLegend_preProcessSeriesList_closure, A.SeriesLegend_showSeries_closure, A.SelectNearest__onSelect_closure0, A.SelectNearest__extractSeriesFromNearestSelection_closure, A.MutableSeries_closure, A.MutableSelectionModel_updateSelection_closure, A.MutableSelectionModel_updateSelection_closure0, A.BaseSeriesRenderer_assignMissingColors_closure, A.BaseSeriesRenderer_assignMissingColors__closure3, A.BaseSeriesRenderer_assignMissingColors_closure0, A.BaseSeriesRenderer_assignMissingColors__closure2, A.BaseSeriesRenderer_assignMissingColors_closure1, A.BaseSeriesRenderer_assignMissingColors_closure2, A.BaseSeriesRenderer_assignMissingColors__closure0, A.BaseSeriesRenderer_assignMissingColors__closure1, A.BaseSeriesRenderer_assignMissingColors_closure3, A.BaseSeriesRenderer_assignMissingColors__closure, A.BaseSeriesRenderer_assignMissingColors_closure4, A.LayoutManagerImpl_drawableLayoutAreaBounds_closure, A.LayoutManagerImpl_layout_closure, A.LayoutManagerImpl__viewsForPositions_closure, A.VerticalMarginStrategy_measure_closure, A.LeftMarginLayoutStrategy_layout_closure, A.RightMarginLayoutStrategy_layout_closure, A.HorizontalMarginStrategy_measure_closure, A.TopMarginLayoutStrategy_layout_closure, A.BottomMarginLayoutStrategy_layout_closure, A.LineRenderer_configureSeries_closure, A.LineRenderer_configureSeries__closure, A.LineRenderer_preprocessSeries_closure, A.LineRenderer_preprocessSeries_closure0, A.LineRenderer_preprocessSeries__closure, A.LineRenderer__mergeIntoSeriesMap_closure, A.LineRenderer__mergeIntoSeriesMap__closure, A.LineRenderer_update_closure, A.LineRenderer_update__closure, A.LineRenderer_update___closure, A.LineRenderer__createBoundsSegment_closure, A.LineRenderer__createBoundsSegment_closure0, A.LineRenderer_paint__closure7, A.LineRenderer_paint__closure, A.LineRenderer_paint__closure0, A.LineRenderer_paint__closure1, A.LineRenderer_paint__closure2, A.LineRenderer_paint__closure3, A.LineRenderer_paint__closure4, A.LineRenderer_paint__closure5, A.LineRenderer_paint__closure6, A.PointRenderer_paint__closure1, A.PointRenderer_paint__closure, A.PointRenderer_paint__closure0, A.PointRenderer_paint___closure, A.PointRenderer_paint___closure0, A.PointRenderer_paint___closure1, A.PointRenderer_paint___closure2, A.GestureListener_defaultTapTest_closure, A.MaterialPalette__orderedPalettes_closure10, A.Performance_time_closure, A.Performance_timeEnd_closure, A.ProxyGestureListener_onLongPress_closure, A.ProxyGestureListener_onTap_closure, A.ProxyGestureListener_onDragStart_closure, A.ProxyGestureListener_onDragUpdate_closure, A.ProxyGestureListener_onDragEnd_closure, A.ProxyGestureListener__cancel_closure, A.ProxyGestureListener__populateActiveListeners_closure, A.Series_Series_closure0, A.Series_Series_closure1, A.Series_Series_closure2, A.Series_Series_closure, A.BaseChart__updateBehaviors_closure, A.BaseChart__updateBehaviors_closure0, A.BaseChart__notACustomBehavior_closure, A.BaseChart__updateSelectionModel_closure, A.BaseChart__updateSelectionModel_closure0, A.BaseChart_getDesiredGestures_closure, A.BaseChart_getDesiredGestures_closure0, A.BaseLegendContentBuilder_build_closure, A.SimpleLegendEntryLayout_makeTapUpCallback_closure, A.TabularLegendLayout_build_closure, A.TabularLegendLayout__buildTableFromRows_closure, A.TabularLegendLayout__buildTableFromRows_closure1, A._FlutterSeriesLegend_build_closure, A.ChartContainerRenderObject_requestAnimation_startAnimationController, A.ChartContainerRenderObject_requestRebuild_doRebuild, A.getChartContainerRenderObject_closure, A.CanonicalizedMap_entries_closure, A.CanonicalizedMap_keys_closure, A.CanonicalizedMap_values_closure, A.XFile__blob_closure, A.XFile__blob_closure0, A.DesktopDropWeb__registerEvents_closure, A.DesktopDropWeb__registerEvents__closure, A.DesktopDropWeb__registerEvents_closure0, A.DesktopDropWeb__registerEvents_closure1, A.DesktopDropWeb__registerEvents_closure2, A.DesktopDrop_init_closure, A.DesktopDrop__handleMethodChannel_closure, A.DesktopDrop__handleMethodChannel_closure0, A.DesktopDrop__handleMethodChannel_closure1, A.DesktopDrop__handleMethodChannel_closure2, A.DesktopDrop__handleMethodChannel_closure3, A.DesktopDrop__handleMethodChannel_closure4, A.FilePickerWeb_pickFiles_changeEventListener, A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile, A.FilePickerWeb_pickFiles_changeEventListener_closure, A.FilePickerWeb_pickFiles_changeEventListener_closure0, A.FilePickerWeb_pickFiles_cancelledEventListener, A.FilePickerWeb_pickFiles_cancelledEventListener_closure, A.FilePickerMacOS_resultStringToFilePaths_closure, A.FilePickerMacOS_resultStringToFilePaths_closure0, A.FilePickerMacOS_resultStringToFilePaths_closure1, A.FilePickerMacOS_resultStringToFilePaths__closure, A.KDialogHandler_fileTypeToFileFilter_closure, A.KDialogHandler_resultStringToFilePaths_closure, A.QarmaAndZenityHandler_resultStringToFilePaths_closure, A.filePathsToPlatformFiles_closure, A.filePathsToPlatformFiles_closure0, A._CupertinoButtonState__animate_closure, A._CupertinoBackGestureDetectorState_dispose_closure, A._CupertinoBackGestureController_dragEnd_closure, A._CupertinoEdgeShadowDecoration_lerp_closure, A._CupertinoEdgeShadowDecoration_lerp_closure0, A._CupertinoScrollbarState_handleThumbPress_closure, A._CupertinoTextSelectionToolbarContentState_build_closure, A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure, A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure0, A._RenderCupertinoTextSelectionToolbarItems_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_redepthChildren_closure, A._RenderCupertinoTextSelectionToolbarItems_visitChildrenForSemantics_closure, A._RenderCupertinoTextSelectionToolbarItems_debugDescribeChildren_closure, A.CupertinoThemeData_resolveFrom_convertColor, A.NoDefaultCupertinoThemeData_resolveFrom_convertColor, A._CupertinoThemeDefaults_resolveFrom_convertColor, A.FlutterErrorDetails_summary_closure, A.FlutterErrorDetails_debugFillProperties_closure, A.FlutterError_FlutterError_closure, A.FlutterError_defaultStackFilter_closure, A.FlutterError_defaultStackFilter_closure0, A.FlutterError_toString_closure, A.debugPrintStack_closure, A.BindingBase_initServiceExtensions_closure0, A.BindingBase_initServiceExtensions_closure2, A.BindingBase_registerBoolServiceExtension_closure, A.BindingBase_registerNumericServiceExtension_closure, A.BindingBase_registerStringServiceExtension_closure, A._PrefixedStringBuilder__wordWrapLine_noWrap, A.TextTreeRenderer__debugRender_visitor, A.TextTreeRenderer__debugRender_closure, A.StackFrame_fromStackString_closure, A.SynchronousFuture_whenComplete_closure, A._GestureArena_toString_closure, A.PointerEventConverter_expand_closure, A.PointerEventConverter_expand_closure0, A.PolynomialFit_toString_closure, A.MultiDragGestureRecognizer_acceptGesture_closure, A.ScaleGestureRecognizer__reconfigure_closure, A.ScaleGestureRecognizer_acceptGesture_closure, A.showLicensePage_closure, A._PackagesViewState_licenses_closure0, A._PackagesViewState_build___closure, A._PackagesViewState__initDefaultDetailPage_closure, A._PackagesViewState__packagesList___closure, A._MasterDetailFlowState__nestedUI_closure0, A._MasterDetailFlowState__masterPageRoute_closure, A._MasterDetailFlowState__detailPageRoute_closure, A._MasterDetailFlowState__detailPageRoute__closure, A._MasterDetailFlowState__lateralUI_closure0, A._MasterDetailScaffoldState_openDetailPage_closure, A._MasterDetailScaffoldState_setInitialDetailPage_closure, A._MasterDetailScaffoldState_build_closure, A.BackButtonIcon_build_closure, A.BackButtonIcon_build_closure0, A.BackButtonIcon_build_closure1, A.DrawerButtonIcon_build_closure, A.DrawerButtonIcon_build_closure0, A.DrawerButtonIcon_build_closure1, A.EndDrawerButtonIcon_build_closure, A.EndDrawerButtonIcon_build_closure0, A.EndDrawerButtonIcon_build_closure1, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure0, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure1, A._MaterialAppState__materialBuilder_closure, A._MaterialAppState__buildWidgetApp_closure, A.MaterialRectArcTween__initialize_closure, A._DragHandle_build_closure, A._DragHandle_build_closure0, A._BottomSheetGestureDetector_build_closure0, A._ButtonStyleState_build_effectiveValue, A._ButtonStyleState_build_resolve, A._ButtonStyleState_build_resolve_closure, A._ButtonStyleState_build_closure, A._ButtonStyleState_build_closure0, A._ButtonStyleState_build_closure1, A._ButtonStyleState_build_closure2, A._ButtonStyleState_build_closure3, A._ButtonStyleState_build_closure4, A._ButtonStyleState_build_closure5, A._ButtonStyleState_build_closure6, A._ButtonStyleState_build_closure7, A._ButtonStyleState_build_closure8, A._ButtonStyleState_build_closure9, A._ButtonStyleState_build_closure10, A._ButtonStyleState_build_closure11, A._ButtonStyleState_build_closure12, A._ButtonStyleState_build_closure20, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure21, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure13, A._ButtonStyleState_build_closure14, A._ButtonStyleState_build_closure15, A._ButtonStyleState_build_closure16, A._ButtonStyleState_build_closure17, A._ButtonStyleState_build_closure18, A._ButtonStyleState_build_closure19, A._DayState_build_effectiveValue, A._DayState_build_resolve, A._DayState_build_resolve_closure, A._DayState_build_closure, A._DayState_build_closure0, A._DayState_build_closure2, A._DayState_build__closure, A._YearPickerState__buildYearItem_effectiveValue, A._YearPickerState__buildYearItem_resolve, A._YearPickerState__buildYearItem_resolve_closure, A._YearPickerState__buildYearItem_closure, A._YearPickerState__buildYearItem_closure0, A._YearPickerState__buildYearItem_closure2, A._YearPickerState__buildYearItem__closure, A._CheckboxState__widgetFillColor_closure, A._CheckboxState_build_closure, A._CheckboxDefaultsM2_side_closure, A._CheckboxDefaultsM2_fillColor_closure, A._CheckboxDefaultsM2_overlayColor_closure, A._CheckboxDefaultsM3_side_closure, A._CheckboxDefaultsM3_fillColor_closure, A._CheckboxDefaultsM3_checkColor_closure, A._CheckboxDefaultsM3_overlayColor_closure, A.DataTable_build_closure3, A.DataTable_build_closure, A.DataTable_build_closure0, A.DataTable_build_closure1, A.DataTable_build_closure2, A.DataTable_build_closure4, A.showDatePicker_closure, A._DatePickerDefaultsM2_dayForegroundColor_closure, A._DatePickerDefaultsM2_dayBackgroundColor_closure, A._DatePickerDefaultsM2_dayOverlayColor_closure, A._DatePickerDefaultsM2_todayForegroundColor_closure, A._DatePickerDefaultsM2_rangeSelectionOverlayColor_closure, A._DatePickerDefaultsM3_dayForegroundColor_closure, A._DatePickerDefaultsM3_dayBackgroundColor_closure, A._DatePickerDefaultsM3_dayOverlayColor_closure, A._DatePickerDefaultsM3_todayForegroundColor_closure, A._DatePickerDefaultsM3_yearForegroundColor_closure, A._DatePickerDefaultsM3_yearBackgroundColor_closure, A._DatePickerDefaultsM3_yearOverlayColor_closure, A._DatePickerDefaultsM3_rangeSelectionOverlayColor_closure, A.DialogRoute_closure, A._DropdownRoutePageState_build_closure, A._DropdownButtonState_initState_closure, A._DropdownButtonState_initState_closure0, A._DropdownButtonState__updateSelectedIndex_closure, A._DropdownButtonState__handleTap_closure, A._DropdownButtonState__handleTap_closure0, A._DropdownButtonState_build_closure, A.DropdownButtonFormField_closure, A.DropdownButtonFormField__closure, A.DropdownButtonFormField__closure0, A._ElevatedButtonDefaultsM3_backgroundColor_closure, A._ElevatedButtonDefaultsM3_foregroundColor_closure, A._ElevatedButtonDefaultsM3_overlayColor_closure, A._ElevatedButtonDefaultsM3_elevation_closure, A._ElevatedButtonDefaultsM3_mouseCursor_closure, A._ExpansionPanelListState_build_closure, A._IconButtonM3_themeStyleOf_isIconThemeDefault, A._IconButtonDefaultsM3_foregroundColor_closure, A._IconButtonDefaultsM3_overlayColor_closure, A._IconButtonDefaultsM3_mouseCursor_closure, A._FilledIconButtonDefaultsM3_backgroundColor_closure, A._FilledIconButtonDefaultsM3_foregroundColor_closure, A._FilledIconButtonDefaultsM3_overlayColor_closure, A._FilledIconButtonDefaultsM3_mouseCursor_closure, A._FilledTonalIconButtonDefaultsM3_backgroundColor_closure, A._FilledTonalIconButtonDefaultsM3_foregroundColor_closure, A._FilledTonalIconButtonDefaultsM3_overlayColor_closure, A._FilledTonalIconButtonDefaultsM3_mouseCursor_closure, A._OutlinedIconButtonDefaultsM3_backgroundColor_closure, A._OutlinedIconButtonDefaultsM3_foregroundColor_closure, A._OutlinedIconButtonDefaultsM3_overlayColor_closure, A._OutlinedIconButtonDefaultsM3_side_closure, A._OutlinedIconButtonDefaultsM3_mouseCursor_closure, A._InkResponseState_highlightsExist_closure, A._InkResponseState_build_getHighlightColorForType, A._InputDatePickerFormFieldState_didUpdateWidget_closure, A._RenderDecoration_paint_doPaint, A._InputDecoratorDefaultsM2_hintStyle_closure, A._InputDecoratorDefaultsM2_labelStyle_closure, A._InputDecoratorDefaultsM2_floatingLabelStyle_closure, A._InputDecoratorDefaultsM2_helperStyle_closure, A._InputDecoratorDefaultsM2_errorStyle_closure, A._InputDecoratorDefaultsM2_fillColor_closure, A._InputDecoratorDefaultsM2_iconColor_closure, A._InputDecoratorDefaultsM2_prefixIconColor_closure, A._InputDecoratorDefaultsM2_suffixIconColor_closure, A._InputDecoratorDefaultsM3_hintStyle_closure, A._InputDecoratorDefaultsM3_fillColor_closure, A._InputDecoratorDefaultsM3_activeIndicatorBorder_closure, A._InputDecoratorDefaultsM3_outlineBorder_closure, A._InputDecoratorDefaultsM3_prefixIconColor_closure, A._InputDecoratorDefaultsM3_suffixIconColor_closure, A._InputDecoratorDefaultsM3_labelStyle_closure, A._InputDecoratorDefaultsM3_floatingLabelStyle_closure, A._InputDecoratorDefaultsM3_helperStyle_closure, A._InputDecoratorDefaultsM3_errorStyle_closure, A.ListTile_build_resolveColor, A._RenderListTile_paint_doPaint, A.ListTileTheme_merge_closure, A.TextMagnifier_adaptiveMagnifierConfiguration_closure, A._MaterialState_build_closure, A._MaterialInteriorState_forEachTween_closure, A._MaterialInteriorState_forEachTween_closure0, A._MaterialInteriorState_forEachTween_closure1, A._MaterialInteriorState_forEachTween_closure2, A.MaterialStateMixin_updateMaterialState_closure, A._MergeableMaterialState_didUpdateWidget_closure, A._MergeableMaterialState_didUpdateWidget_closure0, A._OutlinedButtonDefaultsM3_foregroundColor_closure, A._OutlinedButtonDefaultsM3_overlayColor_closure, A._OutlinedButtonDefaultsM3_side_closure, A._OutlinedButtonDefaultsM3_mouseCursor_closure, A._ZoomPageTransition_build_closure, A._ZoomPageTransition_build_closure0, A._ZoomPageTransition_build_closure1, A._ZoomPageTransition_build_closure2, A.PageTransitionsTheme__all_closure, A._PopupMenu_build_closure, A._PopupMenuRoute_buildPage_closure, A.PopupMenuButtonState_showButtonMenu_closure, A._PopupMenuDefaultsM3_labelTextStyle_closure, A._RadioState__widgetFillColor_closure, A._RadioState_build_closure, A._RadioDefaultsM2_fillColor_closure, A._RadioDefaultsM2_overlayColor_closure, A._RadioDefaultsM3_fillColor_closure, A._RadioDefaultsM3_overlayColor_closure, A.RefreshIndicatorState__show_closure, A.ScaffoldMessengerState_hideCurrentSnackBar_closure, A._MaterialScrollbarState__trackVisibility_closure, A._MaterialScrollbarState__thumbColor_closure, A._MaterialScrollbarState__trackColor_closure, A._MaterialScrollbarState__trackBorderColor_closure, A._MaterialScrollbarState__thickness_closure, A._MaterialSwitchState__widgetThumbColor_closure, A._MaterialSwitchState__widgetTrackColor_closure, A._MaterialSwitchState_build_closure, A._SwitchPainter_paint_thumbSizeAnimation, A._SwitchDefaultsCupertino_mouseCursor_closure, A._SwitchDefaultsCupertino_trackColor_closure, A._SwitchDefaultsCupertino_overlayColor_closure, A._SwitchConfigCupertino_iconColor_closure, A._SwitchDefaultsM2_thumbColor_closure, A._SwitchDefaultsM2_trackColor_closure, A._SwitchDefaultsM2_mouseCursor_closure, A._SwitchDefaultsM2_overlayColor_closure, A._SwitchDefaultsM3_thumbColor_closure, A._SwitchDefaultsM3_trackColor_closure, A._SwitchDefaultsM3_trackOutlineColor_closure, A._SwitchDefaultsM3_overlayColor_closure, A._SwitchDefaultsM3_mouseCursor_closure, A._SwitchConfigM3_iconColor_closure, A._TabStyle__resolveWithLabelColor_closure, A._TabBarState_initState_closure, A._TabBarState_build_closure, A._TabBarState_build_closure0, A._TabsPrimaryDefaultsM3_overlayColor_closure, A._TextButtonDefaultsM3_foregroundColor_closure, A._TextButtonDefaultsM3_overlayColor_closure, A._TextButtonDefaultsM3_mouseCursor_closure, A._TextFieldState_build_closure7, A._TextFieldState_build_closure8, A._m2StateInputStyle_closure, A._m3StateInputStyle_closure, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._RenderTextSelectionToolbarItemsLayout__layoutChildren_closure, A._RenderTextSelectionToolbarItemsLayout__placeChildren_closure, A._RenderTextSelectionToolbarItemsLayout_paint_closure, A._RenderTextSelectionToolbarItemsLayout_visitChildrenForSemantics_closure, A._AnimatedThemeState_forEachTween_closure, A.ThemeData__lerpThemeExtensions_closure0, A.TimeOfDay_toString_addLeadingZeroIfNeeded, A._HourControl_build_hoursFromSelected, A._DialPainter_paint_paintInnerOuterLabels, A._DialPainter_paint_paintInnerOuterLabels_closure, A._DialPainter_paint_paintInnerOuterLabels_closure0, A._DialState__animateTo_animateToValue, A.showTimePicker_closure, A._TimePickerDefaultsM2_dayPeriodColor_closure, A._TimePickerDefaultsM2_dayPeriodTextColor_closure, A._TimePickerDefaultsM2_dialTextColor_closure, A._TimePickerDefaultsM2_hourMinuteColor_closure, A._TimePickerDefaultsM2_hourMinuteTextColor_closure, A._TimePickerDefaultsM2__hourMinuteInputColor_closure, A._TimePickerDefaultsM3_dayPeriodColor_closure, A._TimePickerDefaultsM3_dayPeriodTextColor_closure, A._TimePickerDefaultsM3_dialTextColor_closure, A._TimePickerDefaultsM3_helpTextStyle_closure, A._TimePickerDefaultsM3_hourMinuteColor_closure, A._TimePickerDefaultsM3_hourMinuteTextColor_closure, A._TimePickerDefaultsM3__hourMinuteTextColor_closure, A._TimePickerDefaultsM3_hourMinuteTextStyle_closure, A.TimePickerThemeData_dayPeriodColor_closure, A.ToggleButtons_build_closure, A.NetworkImage__loadAsync_closure0, A.NetworkImage__loadAsync_closure1, A._CompoundBorder_scale_closure, A._CompoundBorder_preferPaintInterior_closure, A._CompoundBorder_toString_closure, A.ClipContext_clipPathAndPaint_closure, A.ClipContext_clipRRectAndPaint_closure, A.ClipContext_clipRectAndPaint_closure, A.paintImage_closure0, A._sample_closure, A._interpolateColorsAndStops_closure, A.LinearGradient_scale_closure, A._CachedImageBase_dispose_closure, A.ImageProvider_resolve_closure0, A.ImageProvider__createErrorHandlerAndKey_closure, A.AssetImage_obtainKey_closure, A.ImageStreamCompleter_reportError_closure, A.ImageStreamCompleter_reportImageChunkEvent_closure, A.InlineSpan_getSpanForPosition_closure, A.InlineSpan_codeUnitAt_closure, A._ShapeDecorationPainter__precache_closure, A._ShapeDecorationPainter__precache_closure0, A._ShapeDecorationPainter__precache_closure1, A.TextPainter_inlinePlaceholderBoxes_closure, A.TextPainter_getBoxesForSelection_closure, A.TextPainter_computeLineMetrics_closure, A.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, A.FrictionSimulation_closure, A.RendererBinding_pipelineOwner_closure1, A.RendererBinding__scheduleMouseTrackerUpdate_closure, A.BoxConstraints_toString_describe, A.RenderEditable_getBoxesForSelection_closure, A.RenderEditable_describeSemanticsConfiguration_closure, A.RenderEditable__canComputeDryLayoutForInlineWidgets_closure, A.RenderListBody_computeMinIntrinsicWidth_closure, A.RenderListBody_computeMinIntrinsicWidth_closure0, A.RenderListBody_computeMaxIntrinsicWidth_closure, A.RenderListBody_computeMaxIntrinsicWidth_closure0, A.RenderListBody_computeMinIntrinsicHeight_closure, A.RenderListBody_computeMinIntrinsicHeight_closure0, A.RenderListBody_computeMaxIntrinsicHeight_closure, A.RenderListBody_computeMaxIntrinsicHeight_closure0, A.MouseTracker__handleDeviceUpdate_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure0, A.RenderObject__updateCompositingBits_closure, A.RenderObject_clearSemantics_closure, A.RenderObject__getSemanticsForParent_closure, A.RenderObject__getSemanticsForParent_closure0, A.RenderObject__getSemanticsForParent_closure1, A.RelayoutWhenSystemFontsChangeMixin__scheduleSystemFontsUpdate_closure, A.RenderParagraph_markNeedsLayout_closure, A.RenderParagraph_selectionColor_closure, A.RenderParagraph__canComputeDryLayoutForInlineWidgets_closure, A._factoriesTypeSet_closure, A._PlatformViewGestureRecognizer_closure, A.RenderSliverHelpers_hitTestBoxChild_closure, A.RenderSliverMultiBoxAdaptor__createOrObtainChild_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage__closure, A.RenderSliverPersistentHeader_layoutChild_closure, A.RenderStack_computeMinIntrinsicWidth_closure, A.RenderStack_computeMaxIntrinsicWidth_closure, A.RenderStack_computeMinIntrinsicHeight_closure, A.RenderStack_computeMaxIntrinsicHeight_closure, A.RenderViewportBase_visitChildrenForSemantics_closure, A.RenderViewportBase_hitTestChildren_closure, A.SchedulerBinding_endOfFrame_closure, A.SchedulerBinding__handleDrawFrame_closure, A.TickerFuture_whenCompleteOrCancel_thunk, A.SemanticsNode_getSemanticsData_closure, A.SemanticsNode__childrenInTraversalOrder_closure, A.SemanticsNode_debugDescribeChildren_closure, A._SemanticsSortGroup_sortedWithinVerticalGroup_closure, A._SemanticsSortGroup_sortedWithinKnot_search, A._SemanticsSortGroup_sortedWithinKnot_closure0, A._SemanticsSortGroup_sortedWithinKnot_closure1, A._childrenInDefaultOrder_closure, A.SemanticsOwner_sendSemanticsUpdate_closure, A.SemanticsOwner__getSemanticsActionHandlerForId_closure, A.SemanticsConfiguration__addArgumentlessAction_closure, A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorForwardByWord_closure, A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure, A.SemanticsConfiguration_onSetSelection_closure, A.SemanticsConfiguration_onSetText_closure, A.CachingAssetBundle_loadStructuredData_closure, A.PlatformAssetBundle_load_closure, A.AssetManifest_loadFromAssetBundle_closure, A._AssetManifestBin_getAssetVariants_closure, A._AutofillScopeTextInputConfiguration_toJson_closure, A.AutofillScopeMixin_attach_closure, A.ServicesBinding__initKeyboard_closure, A._DefaultBinaryMessenger_send_closure, A.LogicalKeyboardKey_collapseSynonyms_closure, A.LogicalKeyboardKey_expandSynonyms_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.RestorationManager_handleRestorationUpdateFromEngine_closure, A.RestorationManager_scheduleSerializationFor_closure, A.RestorationBucket__visitChildren_closure, A.FilteringTextInputFormatter__processRegion_adjustIndex, A.TextEditingValue_replaced_adjustIndex, A.TextInput__handleTextInputInvocation_closure, A.TextInput__handleTextInputInvocation_closure0, A.TextInput__handleTextInputInvocation_closure1, A._PlatformTextInputControl_setSelectionRects_closure, A.HtmlElementViewImpl_get__createController_closure, A.HtmlElementViewImpl__createController_closure, A._getParent_closure, A.Actions__findDispatcher_closure, A.Actions_maybeFind_closure, A.Actions__maybeFindWithoutDependingOn_closure, A.Actions_invoke_closure, A.Actions_maybeInvoke_closure, A._FocusableActionDetectorState_initState_closure, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowHoverHighlight, A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight, A._FocusableActionDetectorState_didUpdateWidget_closure, A._AnimatedCrossFadeState_initState_closure, A._AnimatedSwitcherState__newEntry_closure, A._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure, A._AnimatedSwitcherState_build_closure, A._WidgetsAppState__onGenerateRoute_closure, A._WidgetsAppState_build_closure, A._StreamBuilderBaseState__subscribe_closure, A._FutureBuilderState__subscribe_closure, A._RawAutocompleteState__updateOverlay_closure, A._RawAutocompleteState__updateOverlay_closure0, A._RawAutocompleteState__updateOverlay__closure, A.AutofillGroupState_autofillClients_closure, A._AutomaticKeepAliveState__addClient_closure, A._AutomaticKeepAliveState__getChildElement_closure, A._UbiquitousInheritedElement_notifyClients_closure, A._UbiquitousInheritedElement__recurseChildren_closure, A.ClipPath_shape_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, A.ContextMenuController_show_closure, A.DefaultSelectionStyle_merge_closure, A.DisplayFeatureSubScreen_avoidBounds_closure, A.DisplayFeatureSubScreen_avoidBounds_closure0, A._DraggableScrollableSheetState_build_closure, A.EditableTextState_cutSelection_closure, A.EditableTextState__pasteText_closure, A.EditableTextState_didChangeDependencies_closure, A.EditableTextState_didUpdateWidget_closure, A.EditableTextState__createSelectionOverlay_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__startCursorBlink_closure, A.EditableTextState__onCursorTick_closure1, A.EditableTextState_showSpellCheckSuggestionsToolbar_closure, A.EditableTextState__actions_closure, A.EditableTextState_build_closure1, A.EditableTextState_build_closure0, A._ScribbleFocusableState_isInScribbleRect_closure, A.FocusNode_traversalDescendants_closure, A.FocusNode__removeChild_closure, A.FocusNode_debugDescribeChildren_closure, A._getAncestor_closure, A.FocusTraversalPolicy__findInitialFocus_closure, A.FocusTraversalPolicy__sortAllDescendants_visitGroups, A.FocusTraversalPolicy__sortAllDescendants_closure, A._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin_changedScope_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, A._ReadingOrderSortData_commonDirectionalityOf_closure, A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors, A._ReadingOrderDirectionalGroupData_rect_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand_closure, A.FormState__fieldDidChange_closure, A._InactiveElements__unmount_closure, A.Element_renderObjectAttachingChild_closure, A.Element_describeMissingAncestor_closure, A.Element_describeElements_closure, A.Element_updateChildren_replaceWithNullIfForgotten, A.Element_updateSlotForChild_visit, A.Element__updateDepth_closure, A.Element_detachRenderObject_closure, A.Element_attachRenderObject_closure, A.Element_debugDescribeChildren_closure, A.ParentDataElement__applyParentData_applyParentDataToChild, A.MultiChildRenderObjectElement_children_closure, A.GestureDetector_build_closure0, A.GestureDetector_build_closure2, A.GestureDetector_build_closure4, A.GestureDetector_build_closure6, A.GestureDetector_build_closure8, A.GestureDetector_build_closure10, A.GestureDetector_build_closure12, A.GestureDetector_build_closure14, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1, A.Hero__allHeroesFor_visitor, A.HeroController_didStopUserGesture_isInvalidFlight, A.HeroController__maybeStartHeroTransition_closure, A.IconTheme_merge_closure, A._ImageState__replaceImage_closure, A.ImplicitlyAnimatedWidgetState_initState_closure, A.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure, A.ImplicitlyAnimatedWidgetState__constructTweens_closure, A._AnimatedContainerState_forEachTween_closure, A._AnimatedContainerState_forEachTween_closure0, A._AnimatedContainerState_forEachTween_closure1, A._AnimatedContainerState_forEachTween_closure2, A._AnimatedContainerState_forEachTween_closure3, A._AnimatedContainerState_forEachTween_closure4, A._AnimatedContainerState_forEachTween_closure5, A._AnimatedContainerState_forEachTween_closure6, A._AnimatedPaddingState_forEachTween_closure, A._AnimatedPositionedState_forEachTween_closure, A._AnimatedPositionedState_forEachTween_closure0, A._AnimatedPositionedState_forEachTween_closure1, A._AnimatedPositionedState_forEachTween_closure2, A._AnimatedPositionedState_forEachTween_closure3, A._AnimatedPositionedState_forEachTween_closure4, A._AnimatedOpacityState_forEachTween_closure, A._AnimatedDefaultTextStyleState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure0, A._AnimatedPhysicalModelState_forEachTween_closure1, A._AnimatedPhysicalModelState_forEachTween_closure2, A.InheritedTheme_capture_closure, A._loadAll_closure, A._loadAll_closure0, A._loadAll_closure1, A._LocalizationsState_load_closure, A._LocalizationsState_load_closure0, A.LookupBoundary_findAncestorStateOfType_closure, A.LookupBoundary_findRootAncestorStateOfType_closure, A.LookupBoundary_findAncestorRenderObjectOfType_closure, A.TextMagnifierConfiguration_magnifierBuilder_closure, A.MagnifierController_show_closure, A.MediaQueryData_removeDisplayFeatures_closure, A.MediaQuery_withNoTextScaling_closure, A.MediaQuery_withClampedTextScaling_closure, A.Route_didPush_closure, A.Route_didAdd_closure, A.Navigator_defaultGenerateInitialRoutes_closure, A._RouteEntry_handleDidPopNext_closure, A._RouteEntry_dispose_closure, A._RouteEntry_isRoutePredicate_closure, A.NavigatorState__handleHistoryChanged_closure, A.NavigatorState_restoreState_closure, A.NavigatorState__forcedDisposeAllRouteEntries_closure, A.NavigatorState__afterNavigation_closure, A.NavigatorState_build_closure, A._NavigatorPopHandlerState_build_closure0, A._NavigatorPopHandlerState_build_closure, A.OverlayEntry_remove_closure, A._RenderTheater_computeMinIntrinsicWidth_closure, A._RenderTheater_computeMaxIntrinsicWidth_closure, A._RenderTheater_computeMinIntrinsicHeight_closure, A._RenderTheater_computeMaxIntrinsicHeight_closure, A._RenderTheater_debugDescribeChildren_closure, A._RenderDeferredLayoutBox__childrenInPaintOrder_closure, A._RenderDeferredLayoutBox_layout_closure, A.PageStorageBucket__allKeys_closure, A._PageViewState_build_closure, A._PlatformViewPlaceholderBox_performLayout_closure, A._extension_0_disposePostFrame_closure, A.SliverReorderableListState__dragStart_closure, A._ReorderableItemState_updateForGap_closure, A.ReorderableDragStartListener_build_closure, A._DragInfo_startDrag_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary_closure, A._RouterState__processParsedRouteInformation_closure, A._RouterState__handleRoutePopped_closure, A.TransitionRoute__updateSecondaryAnimation_jumpOnAnimationEnd, A.TransitionRoute__setSecondaryAnimation_closure, A.LocalHistoryRoute_removeLocalHistoryEntry_closure, A._ModalScopeState_build_closure0, A._ModalScopeState_build__closure, A.ModalRoute_popDisposition_closure, A.ModalRoute__handlePopEntryChange_closure, A.ScrollAwareImageProvider_resolveStreamForKey_closure, A.ScrollBehavior_velocityTrackerBuilder_closure, A.ScrollBehavior_velocityTrackerBuilder_closure0, A.ScrollBehavior_velocityTrackerBuilder_closure1, A.ScrollNotificationObserverState_build_closure, A.ScrollNotificationObserverState_build_closure0, A.ScrollPosition_forcePixels_closure, A.ScrollView_build_closure0, A.Scrollable_ensureVisible_closure, A.ScrollableState_setCanDrag_closure0, A.ScrollableState_setCanDrag_closure2, A._ScrollableSelectionContainerDelegate__scheduleLayoutChange_closure, A.ScrollbarPainter_update_needPaint, A.RawScrollbarState__gestures_closure0, A.RawScrollbarState__gestures__closure, A.RawScrollbarState__gestures__closure0, A.RawScrollbarState__gestures__closure1, A.RawScrollbarState__gestures_closure2, A.RawScrollbarState_build_closure, A.RawScrollbarState_build_closure0, A.MultiSelectableSelectionContainerDelegate__scheduleSelectableUpdate_runScheduledTask, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure0, A.MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure, A.MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure0, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0, A.LogicalKeySet__triggers_closure, A.SliverMultiBoxAdaptorElement_performRebuild_processElement, A.Table_closure, A.Table_closure0, A._TableElement_mount_closure, A._TableElement_mount__closure, A._TableElement_update_closure, A._TableElement_update_closure0, A._TableElement__updateRenderObjectChildren_closure, A._TableElement__updateRenderObjectChildren__closure, A._TableElement_visitChildren_closure, A.SelectionOverlay_showMagnifier_closure, A.SelectionOverlay_showToolbar_closure, A.SelectionOverlay_showSpellCheckSuggestionsToolbar_closure, A.SelectionOverlay_markNeedsBuild_closure, A.SelectionOverlay__buildToolbar_closure, A._SelectionHandleOverlayState_build_closure0, A._TextSelectionGestureDetectorState_build_closure0, A._TextSelectionGestureDetectorState_build_closure2, A._TextSelectionGestureDetectorState_build_closure4, A._TextSelectionGestureDetectorState_build_closure6, A._TextSelectionGestureDetectorState_build_closure8, A.UndoHistoryState_initState_closure, A._throttle_closure, A.Visibility_of_closure, A.WidgetSpan_extractFromInlineSpan_visitSubtree, A._BlockPickerState_build_closure, A._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats, A._StoreStreamListenerState__createStream_closure, A.SlidableAction_build_closure, A.SlidableAutoCloseBehaviorListener_build_closure, A.SlidableAutoCloseNotificationSender_build_closure, A._SlidableAutoCloseBarrierNotificationSenderState_dispose_closure, A._SlidableAutoCloseBarrierBehaviorListenerState_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure, A._RenderFlexEntranceTransition_getTotalFlex_closure, A._RenderFlexEntranceTransition_performLayout_closure, A.showToastWidget_closure, A._StyledToastState_build_closure, A.ToastManager_dismissAll_closure, A.Registrar_send_closure, A.RenderFollower_paint_closure, A.RenderFollower_paint_closure1, A.LeaderLink_notifyListeners_closure, A.GoogleSignIn__ensureInitialized_closure, A.GoogleSignIn__waitFor_closure, A.GoogleSignIn__addMethodCall_closure, A.GoogleSignIn_signIn_isCanceled, A.GoogleSignIn_signIn_closure, A.MethodChannelGoogleSignIn_getTokens_closure, A.GoogleSignInPlugin_closure, A.GoogleSignInPlugin_initWithParams_closure, A.GoogleSignInPlugin_initWithParams_closure0, A.NodeList_retainWhere_closure, A.FilteredElementList_removeRange_closure, A.InTableTextPhase_flushCharacters_closure, A._CssClassSetImpl_add_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure0, A.SelectorEvaluator_visitPseudoClassSelector__closure, A.SelectorEvaluator_visitAttributeSelector_closure, A.HtmlTokenizer_consumeEntity_closure, A._escape_closure, A._escape_closure0, A._escape_closure1, A._escape_closure2, A._escape_closure3, A._escape__closure, A._escape_closure4, A._escape_closure5, A._escape_closure6, A._escape_closure7, A._escape_closure8, A._postProcess_closure, A.Rule_findRule_closure, A.Rule_findRule_closure0, A.Rule__buildFilterFn_closure, A._CommonRules_indentedCodeBlock_closure, A._CommonRules_fencedCodeBlock_closure, A._CommonRules_inlineLink_closure, A._CommonRules_referenceLink_closure0, A._CommonRules_code_closure, A._CommonRules_code__closure, A.get_closure, A.BaseRequest_closure0, A.BrowserClient_send_closure, A.BrowserClient_send_closure0, A.ByteStream_toBytes_closure, A.mapToQuery_closure0, A.onDone_closure, A.CaseInsensitiveMap$from_closure, A.MediaType_toString__closure, A.expectQuotedString_closure, A.BillingClient_queryProductDetails_closure, A._$UserChoiceDetailsWrapperToJson_closure, A.InAppPurchaseAndroidPlatform_isAvailable_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails__closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails__closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure1, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure2, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure3, A.InAppPurchaseAndroidPlatform_buyNonConsumable_closure, A.InAppPurchaseAndroidPlatform_completePurchase_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure0, A.InAppPurchaseAndroidPlatform_restorePurchases_closure1, A.InAppPurchaseAndroidPlatform_restorePurchases_closure2, A.InAppPurchaseAndroidPlatform_restorePurchases_closure3, A.InAppPurchaseAndroidPlatform_restorePurchases_closure4, A.InAppPurchaseAndroidPlatform_restorePurchases_closure5, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure0, A.InAppPurchaseAndroidPlatformAddition_consumePurchase_closure, A.InAppPurchaseCallbackApi_setup_closure, A.InAppPurchaseCallbackApi_setup_closure0, A.InAppPurchaseCallbackApi_setup_closure1, A.productDetailsResponseWrapperFromPlatform_closure, A.productDetailsWrapperFromPlatform_closure, A.purchasesResultWrapperFromPlatform_closure, A.purchaseWrapperFromPlatform_closure, A.subscriptionOfferDetailsWrapperFromPlatform_closure, A.subscriptionOfferDetailsWrapperFromPlatform_closure0, A.userChoiceDetailsFromPlatform_closure, A.GooglePlayPurchaseDetails_fromPurchase_closure, A.Translator_convertToUserChoiceDetails_closure, A.InAppPurchaseStoreKitPlatform_queryProductDetails_closure, A._TransactionObserver__handleTransationUpdates_closure, A._TransactionObserver__handleTransationUpdates_closure0, A.SKPaymentQueueWrapper__getTransactionList_closure, A.SkProductResponseWrapper_convertFromPigeon_closure, A.SKProductWrapper_convertFromPigeon_closure, A._$SKProductWrapperFromJson_closure1, A.Intl__pluralRule_closure, A.DateBuilder__estimatedYear_preliminaryResult, A.DateFormat_dateTimeConstructor_closure, A.DateFormat__checkDateOnly_closure, A.DateFormat__initDigitMatcher_closure, A.DateFormat__initDigitMatcher_closure0, A._DateFormatPatternField_parseStandaloneDay_closure, A.NumberFormat_NumberFormat_closure, A.NumberFormat_NumberFormat$decimalPattern_closure, A.verifiedLocale_closure, A.verifiedLocale_closure0, A.verifiedLocale_closure1, A._CountryPickerDialogState_build_closure, A.CountryExtensions_stringSearch_closure, A.CountryExtensions_stringSearch__closure, A._IntlPhoneFieldState_initState_closure, A._IntlPhoneFieldState__changeCountry_closure, A._IntlPhoneFieldState__changeCountry___closure, A._IntlPhoneFieldState_build_closure0, A._IntlPhoneFieldState_build_closure, A._IntlPhoneFieldState_build_closure1, A.ClientEntity_ClientEntity_closure, A.ClientEntity_ClientEntity_closure0, A.ClientEntity_primaryContact_closure, A.ClientEntity_emailContacts_closure, A.ClientEntity_hasEmailAddress_closure, A.ClientEntity_getContact_closure, A.CompanyGatewayEntity_updateConfig_closure, A.CompanyEntity_getCustomFieldValues_closure, A.CompanyEntity_coreCompany_closure, A.GatewayEntity_supportsTokenBilling_closure, A.GatewayEntity_matchesFilter_closure, A.GatewayEntity_matchesFilterValue_closure, A.UserCompanyEntity_UserCompanyEntity_closure, A.UserCompanyEntity__initializeBuilder_closure, A.DesignEntity_clone_closure, A.HasActivities_getActivities_closure, A.ExpenseEntity_clone_closure, A.InvoiceEntity_InvoiceEntity_closure, A.InvoiceEntity_InvoiceEntity_closure0, A.InvoiceEntity_moveLineItem_closure, A.InvoiceEntity_moveLineItem_closure0, A.InvoiceEntity_recreateInvitations_closure0, A.InvoiceEntity_recreateInvitations_closure, A.InvoiceEntity_recreateInvitations_closure2, A.InvoiceEntity_recreateInvitations_closure1, A.InvoiceEntity_clone_closure, A.InvoiceEntity_clone__closure, A.InvoiceEntity_clone__closure0, A.InvoiceEntity_clone___closure, A.InvoiceEntity_clone__closure1, A.InvoiceEntity_applyClient_closure, A.InvoiceEntity_balanceHistory_closure, A.InvoiceEntity_balanceHistory_closure0, A.InvoiceEntity_hasTasks_closure, A.InvoiceEntity_hasProducts_closure, A.InvoiceEntity_hasExpenses_closure, A.InvoiceEntity_applyTax_closure, A.InvoiceEntity_applyTax_closure0, A.InvoiceEntity_applyTax_closure1, A.InvoiceEntity_isViewed_closure, A.InvoiceEntity_isBounced_closure, A.InvoiceEntity_getInvitationForClientContact_closure, A.InvoiceEntity_getInvitationForVendorContact_closure, A.InvoiceItemEntity_taxAmount_calculateTaxAmount, A.InvoiceItemEntity_applyTax_closure, A.InvoiceItemEntity_applyTax_closure0, A.InvoiceItemEntity_applyTax_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure, A.CalculateInvoiceTotal_calculateTaxes__closure, A.CalculateInvoiceTotal_calculateTaxes__closure1, A.CalculateInvoiceTotal_calculateTaxes__closure3, A.CalculateInvoiceTotal_calculateTaxes_closure0, A.CalculateInvoiceTotal_calculateTaxes_closure2, A.CalculateInvoiceTotal_calculateTaxes_closure4, A.CalculateInvoiceTotal_getTaxable_closure, A.CalculateInvoiceTotal_calculateTotal_closure, A.CalculateInvoiceTotal_calculateSubtotal_closure, A.PaymentEntity_invoicePaymentables_closure, A.PaymentEntity_creditPaymentables_closure, A.PaymentEntity_invoiceId_closure, A.ProductEntity_clone_closure, A.ProjectEntity_clone_closure, A.SettingsEntity_setFieldsForSection_closure, A.SettingsEntity_setFieldsForSection_closure0, A.TaskTime_stop_closure, A.TaskEntity_clone_closure, A.TaskEntity_areTimesValid_closure, A.TaskEntity_getInvalidTimeIndices_closure, A.TaskEntity_isRunning_closure, A.TaskEntity_getTaskTimes_closure, A.TaskEntity_addTaskTime_closure, A.TaskEntity_updateTaskTime_closure, A.TaskEntity_deleteTaskTime_closure, A.TaskEntity_calculateDuration_closure, A.TransactionEntity_TransactionEntity_closure, A.TransactionEntity_TransactionEntity_closure0, A.VendorEntity_VendorEntity_closure, A.VendorEntity_emailContacts_closure, A.VendorEntity_primaryContact_closure, A.VendorEntity_hasEmailAddress_closure, A.VendorEntity_getContact_closure, A.ClientRepository_saveData_closure, A.CreditRepository_saveData_closure, A.InvoiceRepository_saveData_closure, A.PaymentRepository_saveData_closure, A.ProductRepository_saveData_closure, A.PurchaseOrderRepository_saveData_closure, A.QuoteRepository_saveData_closure, A.TransactionRepository_convertToExpense_closure, A._parseError__closure, A._initialState_closure, A._initialState_closure0, A._registerErrorHandlers_closure, A.InvoiceNinjaAppState_initState_closure, A.InvoiceNinjaAppState_generateRoute_closure, A.InvoiceNinjaAppState_generateRoute_closure0, A.InvoiceNinjaAppState_build_closure, A.InvoiceNinjaAppState_build__closure, A.InvoiceNinjaAppState_build__closure0, A.InvoiceNinjaAppState_build__closure1, A.InvoiceNinjaAppState_build__closure2, A.InvoiceNinjaAppState_build__closure3, A.InvoiceNinjaAppState_build__closure4, A.InvoiceNinjaAppState_build__closure5, A.InvoiceNinjaAppState_build__closure6, A.InvoiceNinjaAppState_build__closure7, A.InvoiceNinjaAppState_build__closure8, A.InvoiceNinjaAppState_build__closure9, A.InvoiceNinjaAppState_build__closure10, A.InvoiceNinjaAppState_build__closure11, A.InvoiceNinjaAppState_build__closure12, A.InvoiceNinjaAppState_build__closure13, A.InvoiceNinjaAppState_build__closure14, A.InvoiceNinjaAppState_build__closure15, A.InvoiceNinjaAppState_build__closure16, A.InvoiceNinjaAppState_build__closure17, A.InvoiceNinjaAppState_build__closure18, A.InvoiceNinjaAppState_build__closure19, A.InvoiceNinjaAppState_build__closure20, A.InvoiceNinjaAppState_build__closure21, A.InvoiceNinjaAppState_build__closure22, A.InvoiceNinjaAppState_build__closure23, A.InvoiceNinjaAppState_build__closure24, A.InvoiceNinjaAppState_build__closure25, A.InvoiceNinjaAppState_build__closure26, A.InvoiceNinjaAppState_build__closure27, A.InvoiceNinjaAppState_build__closure28, A.InvoiceNinjaAppState_build__closure29, A.InvoiceNinjaAppState_build__closure30, A.InvoiceNinjaAppState_build__closure31, A.InvoiceNinjaAppState_build__closure32, A.InvoiceNinjaAppState_build__closure33, A.InvoiceNinjaAppState_build__closure34, A.InvoiceNinjaAppState_build__closure35, A.InvoiceNinjaAppState_build__closure36, A.InvoiceNinjaAppState_build__closure37, A.InvoiceNinjaAppState_build__closure38, A.InvoiceNinjaAppState_build__closure39, A.InvoiceNinjaAppState_build__closure40, A.InvoiceNinjaAppState_build__closure41, A.InvoiceNinjaAppState_build__closure42, A.InvoiceNinjaAppState_build__closure43, A.InvoiceNinjaAppState_build__closure44, A.InvoiceNinjaAppState_build__closure45, A.InvoiceNinjaAppState_build__closure46, A.InvoiceNinjaAppState_build__closure47, A.InvoiceNinjaAppState_build__closure48, A.InvoiceNinjaAppState_build__closure49, A.InvoiceNinjaAppState_build__closure50, A.InvoiceNinjaAppState_build__closure51, A.InvoiceNinjaAppState_build__closure52, A.InvoiceNinjaAppState_build__closure53, A.InvoiceNinjaAppState_build__closure54, A.InvoiceNinjaAppState_build__closure55, A.InvoiceNinjaAppState_build__closure56, A.InvoiceNinjaAppState_build__closure57, A.InvoiceNinjaAppState_build__closure58, A.InvoiceNinjaAppState_build__closure59, A.InvoiceNinjaAppState_build__closure60, A.InvoiceNinjaAppState_build__closure61, A.InvoiceNinjaAppState_build__closure62, A.InvoiceNinjaAppState_build__closure63, A.InvoiceNinjaAppState_build__closure64, A.InvoiceNinjaAppState_build__closure65, A.InvoiceNinjaAppState_build__closure66, A.InvoiceNinjaAppState_build__closure67, A.InvoiceNinjaAppState_build__closure68, A.InvoiceNinjaAppState_build__closure69, A.InvoiceNinjaAppState_build__closure70, A.InvoiceNinjaAppState_build__closure71, A.InvoiceNinjaAppState_build__closure72, A.InvoiceNinjaAppState_build__closure73, A.InvoiceNinjaAppState_build__closure74, A.InvoiceNinjaAppState_build__closure75, A.InvoiceNinjaAppState_build__closure76, A.InvoiceNinjaAppState_build__closure77, A.InvoiceNinjaAppState_build__closure78, A.InvoiceNinjaAppState_build__closure79, A.InvoiceNinjaAppState_build__closure80, A.InvoiceNinjaAppState_build__closure81, A.InvoiceNinjaAppState_build__closure82, A.InvoiceNinjaAppState_build__closure83, A.InvoiceNinjaAppState_build__closure84, A.InvoiceNinjaAppState_build__closure85, A.InvoiceNinjaAppState_build__closure86, A.InvoiceNinjaAppState_build__closure87, A.InvoiceNinjaAppState_build__closure88, A.InvoiceNinjaAppState_build__closure89, A.InvoiceNinjaAppState_build__closure90, A.InvoiceNinjaAppState_build__closure91, A.InvoiceNinjaAppState_build__closure92, A.InvoiceNinjaAppState_build__closure93, A.InvoiceNinjaAppState_build__closure94, A.InvoiceNinjaAppState_build__closure95, A.InvoiceNinjaAppState_build__closure96, A.InvoiceNinjaAppState_build__closure97, A.InvoiceNinjaAppState_build__closure98, A.InvoiceNinjaAppState_build__closure99, A.InvoiceNinjaAppState_build__closure100, A.InvoiceNinjaAppState_build__closure101, A.InvoiceNinjaAppState_build__closure102, A.InvoiceNinjaAppState_build__closure103, A.InvoiceNinjaAppState_build__closure104, A.InvoiceNinjaAppState_build__closure105, A.InvoiceNinjaAppState_build__closure106, A.InvoiceNinjaAppState_build__closure107, A.InvoiceNinjaAppState_build__closure108, A.InvoiceNinjaAppState_build__closure109, A.InvoiceNinjaAppState_build__closure110, A.InvoiceNinjaAppState_build__closure111, A.InvoiceNinjaAppState_build__closure112, A.InvoiceNinjaAppState_build__closure113, A.InvoiceNinjaAppState_build__closure114, A.InvoiceNinjaAppState_build__closure115, A.InvoiceNinjaAppState_build__closure116, A.InvoiceNinjaAppState_build__closure117, A.InvoiceNinjaAppState_build__closure118, A.InvoiceNinjaAppState_build__closure119, A.InvoiceNinjaAppState_build__closure120, A.InvoiceNinjaAppState_build__closure121, A.InvoiceNinjaAppState_build__closure122, A.InvoiceNinjaAppState_build__closure123, A.viewEntityById__closure, A.checkForChanges_closure, A._createLoadState_closure, A._createLoadState__closure, A._createLoadState__closure0, A._createLoadState__closure1, A._createLoadState__closure2, A._createLoadState__closure3, A._getRoutes_closure, A._getRoutes_closure0, A._createUserLoggedIn_closure, A._createPersistData_closure, A._createPersistUI_closure, A._createPersistPrefs_closure, A._createPersistPrefs__closure, A._createAccountLoaded_closure, A._createDataRefreshed_closure, A._createPersistStatic_closure, A._createDeleteState_closure, A._createDeleteState__closure, A._createViewMainScreen_closure, A._createViewMainScreen__closure, A._createClearData_closure, A._createClearData__closure, A.appReducer_closure, A.appReducer__closure, A.appReducer_closure0, A.appReducer_closure1, A.appReducer_closure2, A.AppState_AppState_closure, A.AppState_companies_closure, A.AppState_historyList_closure, A.AppState_getEntityMap_closure, A.AppState_getEntityMap_closure0, A._createUserLogout_closure, A._createUserLogout__closure, A._createUserLogoutAll_closure, A._createUserLogoutAll__closure, A._createUserLogoutAll__closure0, A._createLoginRequest_closure, A._createLoginRequest__closure, A._createLoginRequest__closure0, A._createSignUpRequest_closure, A._createSignUpRequest__closure, A._createSignUpRequest__closure0, A._createOAuthLoginRequest_closure, A._createOAuthLoginRequest__closure, A._createOAuthLoginRequest__closure0, A._createOAuthSignUpRequest_closure, A._createOAuthSignUpRequest__closure, A._createOAuthSignUpRequest__closure0, A._createRefreshRequest_closure, A._createRefreshRequest__closure, A._createRefreshRequest___closure, A._createRefreshRequest____closure, A._createRefreshRequest__closure0, A._createRecoverRequest_closure, A._createRecoverRequest__closure, A._createRecoverRequest__closure0, A._createCompany_closure, A._createCompany__closure, A._createCompany___closure, A._setDefaultCompany_closure, A._setDefaultCompany__closure, A._setDefaultCompany__closure0, A._deleteCompany_closure, A._deleteCompany__closure, A._deleteCompany__closure0, A._purgeData_closure, A._purgeData__closure, A._purgeData___closure, A._purgeData__closure0, A._resendConfirmation_closure, A._resendConfirmation__closure, A._resendConfirmation__closure0, A.userLoadUrlReducer_closure, A.userSignUpRequestReducer_closure, A.userLoginRequestReducer_closure, A.oauthLoginRequestReducer_closure, A.oauthSignUpRequestReducer_closure, A.userLoginSuccessReducer_closure, A.userVerifiedPasswordReducer_closure, A.userUnverifiedPasswordReducer_closure, A.handleBankAccountAction_closure, A.handleBankAccountAction_closure0, A.handleBankAccountAction_closure1, A.handleBankAccountAction_closure2, A._editBankAccount_closure, A._viewBankAccount_closure, A._viewBankAccountList_closure0, A._viewBankAccountList__closure, A._archiveBankAccount_closure, A._archiveBankAccount__closure, A._archiveBankAccount__closure0, A._archiveBankAccount__closure1, A._deleteBankAccount_closure, A._deleteBankAccount__closure, A._deleteBankAccount__closure0, A._deleteBankAccount__closure1, A._restoreBankAccount_closure, A._restoreBankAccount__closure, A._restoreBankAccount__closure0, A._restoreBankAccount__closure1, A._saveBankAccount_closure, A._saveBankAccount__closure, A._saveBankAccount__closure0, A._loadBankAccount_closure, A._loadBankAccount__closure, A._loadBankAccount__closure0, A._loadBankAccounts_closure, A._loadBankAccounts__closure, A._loadBankAccounts__closure0, A.bankAccountUIReducer_closure, A.editingReducer__closure45, A.bankAccountListReducer__closure, A._viewBankAccountList_closure, A._filterBankAccountsByCustom1_closure, A._filterBankAccountsByCustom1_closure0, A._filterBankAccountsByCustom2_closure, A._filterBankAccountsByCustom2_closure0, A._filterBankAccountsByState_closure, A._filterBankAccountsByState_closure0, A._filterBankAccounts_closure, A._sortBankAccounts_closure, A._startListMultiselect_closure21, A._addToListMultiselect_closure21, A._removeFromListMultiselect_closure21, A._clearListMultiselect_closure21, A._archiveBankAccountSuccess_closure, A._deleteBankAccountSuccess_closure, A._restoreBankAccountSuccess_closure, A._addBankAccount_closure, A._updateBankAccount_closure, A._setLoadedBankAccount_closure, A.memoizedDropdownBankAccountList_closure, A.dropdownBankAccountsSelector_closure, A.memoizedFilteredBankAccountList_closure, A.filteredBankAccountsSelector_closure, A.BankAccountState_loadBankAccounts_closure0, A.BankAccountState_loadBankAccounts_closure1, A.BankAccountState_loadBankAccounts_closure, A.handleClientAction_closure, A.handleClientAction_closure0, A.handleClientAction_closure1, A.handleClientAction_closure2, A.handleClientAction_closure3, A.handleClientAction_closure4, A.handleClientAction_closure5, A.handleClientAction_closure6, A.__MergClientPickerState_build_closure, A._editClient_closure, A._viewClient_closure, A._viewClientList_closure0, A._viewClientList__closure, A._archiveClient_closure, A._archiveClient__closure, A._archiveClient__closure0, A._archiveClient__closure1, A._mergeClients_closure, A._mergeClients__closure, A._mergeClients__closure0, A._deleteClient_closure, A._deleteClient__closure, A._deleteClient__closure0, A._deleteClient__closure1, A._purgeClient_closure, A._purgeClient__closure, A._purgeClient__closure0, A._restoreClient_closure, A._restoreClient__closure, A._restoreClient__closure0, A._restoreClient__closure1, A._saveClient_closure, A._saveClient__closure, A._saveClient__closure0, A._loadClient_closure, A._loadClient__closure, A._loadClient__closure0, A._loadClients_closure, A._loadClients__closure, A._loadClients___closure, A._loadClients____closure, A._loadClients_____closure, A._loadClients__closure0, A._saveDocument_closure12, A._saveDocument__closure25, A._saveDocument___closure12, A._saveDocument____closure12, A._saveDocument__closure26, A._showPdfClient_closure, A.clientUIReducer_closure, A.editingReducer__closure59, A.editingReducer__closure58, A.editingReducer__closure57, A.editingReducer__closure56, A.clientListReducer__closure, A._viewClientList_closure, A._filterClientsByCustom1_closure, A._filterClientsByCustom1_closure0, A._filterClientsByCustom2_closure, A._filterClientsByCustom2_closure0, A._filterClientsByCustom3_closure, A._filterClientsByCustom3_closure0, A._filterClientsByCustom4_closure, A._filterClientsByCustom4_closure0, A._filterClientsByState_closure, A._filterClientsByState_closure0, A._filterClients_closure, A._sortClients_closure, A._startListMultiselect_closure26, A._addToListMultiselect_closure26, A._removeFromListMultiselect_closure26, A._clearListMultiselect_closure26, A._archiveClientSuccess_closure, A._deleteClientSuccess_closure, A._restoreClientSuccess_closure, A._addClient_closure, A._addClient__closure, A._updateClient_closure, A._updateClient__closure, A._setLoadedClient_closure, A._setLoadedClient__closure, A._mergeClientSuccess_closure, A._purgeClientSuccess_closure26, A.memoizedDropdownClientList_closure, A.dropdownClientsSelector_closure, A.memoizedFilteredClientList_closure, A.filteredClientsSelector_closure, A.filteredClientsSelector__closure, A.ClientState_loadClients_closure0, A.ClientState_loadClients_closure1, A.ClientState_loadClients_closure, A.companyReducer_closure, A.userCompanyEntityReducer__closure12, A.userCompanyEntityReducer__closure10, A.userCompanyEntityReducer___closure, A.userCompanyEntityReducer__closure11, A.userCompanyEntityReducer__closure9, A.userCompanyEntityReducer__closure8, A.userCompanyEntityReducer__closure7, A.userCompanyEntityReducer__closure6, A.userCompanyEntityReducer__closure5, A.userCompanyEntityReducer__closure4, A.userCompanyEntityReducer__closure3, A.userCompanyEntityReducer__closure2, A.userCompanyEntityReducer__closure1, A.userCompanyEntityReducer__closure, A.userCompanyEntityReducer__closure0, A.loadCompanySuccessReducer_closure, A.loadCompanySuccessReducer_closure0, A.saveCompanySuccessReducer_closure, A.saveCompanySuccessReducer_closure0, A.dropdownExpenseCategoriesSelector_closure1, A.memoizedHasMultipleCurrencies_closure, A.memoizedGetCurrencyIds_closure, A.filteredSelector_closure, A.filteredSelector_closure0, A.filteredSelector_closure1, A.filteredSelector_closure2, A.filteredSelector_closure3, A.filteredSelector_closure4, A.filteredSelector_closure5, A.filteredSelector_closure6, A.filteredSelector_closure7, A.filteredSelector_closure8, A.filteredSelector_closure9, A.filteredSelector_closure10, A.filteredSelector_closure11, A.filteredSelector_closure12, A.handleCompanyGatewayAction_closure, A.handleCompanyGatewayAction_closure0, A.handleCompanyGatewayAction_closure1, A._editCompanyGateway_closure, A._viewCompanyGateway_closure, A._viewCompanyGatewayList_closure, A._viewCompanyGatewayList__closure, A._archiveCompanyGateway_closure, A._archiveCompanyGateway__closure, A._archiveCompanyGateway__closure0, A._archiveCompanyGateway__closure1, A._deleteCompanyGateway_closure, A._deleteCompanyGateway__closure, A._deleteCompanyGateway__closure0, A._deleteCompanyGateway__closure1, A._restoreCompanyGateway_closure, A._restoreCompanyGateway__closure, A._restoreCompanyGateway__closure0, A._restoreCompanyGateway__closure1, A._disconnectCompanyGateway_closure, A._disconnectCompanyGateway__closure, A._disconnectCompanyGateway__closure0, A._saveCompanyGateway_closure, A._saveCompanyGateway__closure, A._saveCompanyGateway__closure0, A._loadCompanyGateway_closure, A._loadCompanyGateway__closure, A._loadCompanyGateway__closure0, A._loadCompanyGateways_closure, A._loadCompanyGateways__closure, A._loadCompanyGateways__closure0, A.companyGatewayUIReducer_closure, A.editingReducer__closure13, A.companyGatewayListReducer__closure, A._filterCompanyGatewaysByCustom1_closure, A._filterCompanyGatewaysByCustom1_closure0, A._filterCompanyGatewaysByCustom2_closure, A._filterCompanyGatewaysByCustom2_closure0, A._filterCompanyGatewaysByState_closure, A._filterCompanyGatewaysByState_closure0, A._filterCompanyGateways_closure, A._sortCompanyGateways_closure, A._startListMultiselect_closure7, A._addToListMultiselect_closure7, A._removeFromListMultiselect_closure7, A._clearListMultiselect_closure7, A._archiveCompanyGatewaySuccess_closure, A._deleteCompanyGatewaySuccess_closure, A._restoreCompanyGatewaySuccess_closure, A._addCompanyGateway_closure, A._addCompanyGateway__closure, A._updateCompanyGateway_closure, A._updateCompanyGateway__closure, A._setLoadedCompanyGateway_closure, A._setLoadedCompanyGateway__closure, A._setLoadedCompany_closure1, A._setLoadedCompany__closure1, A._setLoadedCompany__closure2, A._setLoadedCompany_closure2, A._setLoadedCompanyGateways_closure, A._setLoadedCompanyGateways__closure, A._setLoadedCompanyGateways__closure0, A._setLoadedCompanyGateways_closure0, A.memoizedFilteredCompanyGatewayList_closure, A.filteredCompanyGatewaysSelector_closure, A.filteredCompanyGatewaysSelector_closure0, A.filteredCompanyGatewaysSelector_closure1, A.clientStatsForCompanyGateway__closure, A.handleCreditAction_closure, A.handleCreditAction_closure0, A.handleCreditAction_closure3, A.handleCreditAction_closure4, A.handleCreditAction_closure5, A.handleCreditAction_closure6, A.handleCreditAction_closure7, A.handleCreditAction_closure8, A.handleCreditAction_closure9, A.handleCreditAction__closure, A.handleCreditAction_closure10, A.handleCreditAction_closure11, A.handleCreditAction_closure12, A.handleCreditAction_closure13, A.handleCreditAction_closure14, A.handleCreditAction_closure15, A._viewCredit_closure, A._viewCreditList_closure0, A._viewCreditList__closure, A._editCredit_closure, A._showEmailCredit_closure, A._showPdfCredit_closure, A._archiveCredit_closure, A._archiveCredit__closure, A._archiveCredit__closure0, A._archiveCredit__closure1, A._deleteCredit_closure, A._deleteCredit__closure, A._deleteCredit__closure0, A._deleteCredit__closure1, A._restoreCredit_closure, A._restoreCredit__closure, A._restoreCredit__closure0, A._restoreCredit__closure1, A._markSentCredit_closure, A._markSentCredit__closure, A._markSentCredit__closure0, A._markPaidCredit_closure, A._markPaidCredit__closure, A._markPaidCredit__closure0, A._emailCredit_closure, A._emailCredit__closure, A._emailCredit__closure0, A._saveCredit_closure, A._saveCredit__closure, A._saveCredit___closure, A._saveCredit__closure0, A._saveCredit__closure1, A._loadCredit_closure, A._loadCredit__closure, A._loadCredit__closure0, A._loadCredits_closure, A._loadCredits__closure, A._loadCredits___closure, A._loadCredits____closure, A._loadCredits_____closure, A._loadCredits__closure0, A._downloadCredits_closure, A._downloadCredits__closure, A._downloadCredits__closure0, A._bulkEmailCredits_closure, A._bulkEmailCredits__closure, A._bulkEmailCredits__closure0, A._saveDocument_closure0, A._saveDocument__closure1, A._saveDocument___closure0, A._saveDocument____closure0, A._saveDocument__closure2, A.creditUIReducer_closure, A.editingReducer__closure22, A.editingReducer__closure21, A.editingReducer__closure20, A.editingReducer__closure19, A.editingReducer__closure18, A.editingReducer___closure0, A.editingReducer__closure17, A.editingReducer__closure16, A._addCreditItem_closure, A._addCreditItems_closure, A._removeCreditItem_closure, A._updateCreditItem_closure, A.creditListReducer__closure, A._viewCreditList_closure, A._filterCreditsByCustom1_closure, A._filterCreditsByCustom1_closure0, A._filterCreditsByCustom2_closure, A._filterCreditsByCustom2_closure0, A._filterCreditsByCustom3_closure, A._filterCreditsByCustom3_closure0, A._filterCreditsByCustom4_closure, A._filterCreditsByCustom4_closure0, A._filterCreditsByState_closure, A._filterCreditsByState_closure0, A._filterCreditsByStatus_closure, A._filterCreditsByStatus_closure0, A._filterCredits_closure, A._sortCredits_closure, A._startListMultiselect_closure10, A._addToListMultiselect_closure10, A._removeFromListMultiselect_closure10, A._clearListMultiselect_closure10, A._purgeClientSuccess_closure9, A._purgeClientSuccess_closure10, A._purgeClientSuccess_closure8, A._purgeClientSuccess__closure6, A._markSentCreditSuccess_closure0, A._markSentCreditSuccess_closure1, A._markSentCreditSuccess_closure, A._archiveCreditSuccess_closure, A._deleteCreditSuccess_closure, A._restoreCreditSuccess_closure, A._addCredit_closure, A._addCredit__closure, A._updateCredit_closure, A._updateCredit__closure, A.creditContactSelector_closure, A.creditContactSelector_closure0, A.memoizedDropdownCreditList_closure, A.dropdownCreditSelector_closure, A.memoizedFilteredCreditList_closure, A.filteredCreditsSelector__closure0, A.filteredCreditsSelector_closure0, A.filteredCreditsSelector__closure, A.CreditState_loadCredits_closure0, A.CreditState_loadCredits_closure1, A.CreditState_loadCredits_closure, A._createViewDashboard_closure, A._createViewDashboard___closure, A.dashboardUIReducer_closure, A.selectedEntitiesReducer__closure0, A.selectedEntitiesReducer__closure, A.dashboardSettingsReducer_closure, A.dashboardSettingsReducer_closure0, A.dashboardSettingsReducer_closure1, A.dashboardSettingsReducer_closure2, A.dashboardSettingsReducer_closure3, A.memoizedChartInvoices_closure, A.memoizedChartOverviewInvoices_closure, A.memoizedPreviousChartInvoices_closure, A.memoizedChartQuotes_closure, A.memoizedPreviousChartQuotes_closure, A.memoizedChartPayments_closure, A.memoizedPreviousChartPayments_closure, A.memoizedChartTasks_closure, A.memoizedPreviousChartTasks_closure, A.chartTasks__closure, A.memoizedChartExpenses_closure, A.memoizedPreviousChartExpenses_closure, A.handleDesignAction_closure, A.handleDesignAction_closure0, A.handleDesignAction_closure1, A.handleDesignAction_closure2, A.handleDesignAction_closure3, A._editDesign_closure, A._viewDesign_closure, A._viewDesignList_closure0, A._viewDesignList__closure, A._archiveDesign_closure, A._archiveDesign__closure, A._archiveDesign__closure0, A._archiveDesign__closure1, A._deleteDesign_closure, A._deleteDesign__closure, A._deleteDesign__closure0, A._deleteDesign__closure1, A._restoreDesign_closure, A._restoreDesign__closure, A._restoreDesign__closure0, A._restoreDesign__closure1, A._saveDesign_closure, A._saveDesign__closure, A._saveDesign__closure0, A._loadDesign_closure, A._loadDesign__closure, A._loadDesign__closure0, A._loadDesigns_closure, A._loadDesigns__closure, A._loadDesigns__closure0, A.designUIReducer_closure, A.editingReducer__closure23, A.designListReducer__closure, A._viewDesignList_closure, A._filterDesignsByCustom1_closure, A._filterDesignsByCustom1_closure0, A._filterDesignsByCustom2_closure, A._filterDesignsByCustom2_closure0, A._filterDesignsByState_closure, A._filterDesignsByState_closure0, A._filterDesigns_closure, A._sortDesigns_closure, A._startListMultiselect_closure11, A._addToListMultiselect_closure11, A._removeFromListMultiselect_closure11, A._clearListMultiselect_closure11, A._archiveDesignSuccess_closure, A._deleteDesignSuccess_closure, A._restoreDesignSuccess_closure, A._addDesign_closure, A._updateDesign_closure, A._setLoadedDesign_closure, A.memoizedFilteredDesignList_closure, A.filteredDesignsSelector_closure, A.DesignState_cleanDesign_closure, A.DesignState_customDesigns_closure, A.DesignState_customDesigns_closure0, A.DesignState_loadDesigns_closure0, A.DesignState_loadDesigns_closure1, A.DesignState_loadDesigns_closure, A.handleDocumentAction_closure, A.handleDocumentAction_showDocument_closure, A.handleDocumentAction_showDocument__closure0, A.handleDocumentAction_closure0, A.handleDocumentAction_closure1, A.handleDocumentAction_closure2, A.handleDocumentAction___closure, A.handleDocumentAction___closure0, A.handleDocumentAction___closure1, A.handleDocumentAction___closure2, A.handleDocumentAction___closure3, A.handleDocumentAction___closure4, A.handleDocumentAction___closure5, A.handleDocumentAction___closure6, A.handleDocumentAction___closure7, A.handleDocumentAction___closure8, A.handleDocumentAction___closure9, A.handleDocumentAction___closure10, A.handleDocumentAction___closure11, A.handleDocumentAction___closure12, A.handleDocumentAction___closure13, A.handleDocumentAction___closure14, A._editDocument_closure, A._viewDocument_closure, A._viewDocumentList_closure0, A._viewDocumentList__closure, A._saveDocument_closure14, A._saveDocument__closure29, A._saveDocument___closure14, A._saveDocument__closure30, A._archiveDocument_closure, A._archiveDocument__closure, A._archiveDocument__closure0, A._archiveDocument__closure1, A._downloadDocuments_closure, A._downloadDocuments__closure, A._downloadDocuments__closure0, A._deleteDocument_closure, A._deleteDocument__closure, A._deleteDocument__closure0, A._restoreDocument_closure, A._restoreDocument__closure, A._restoreDocument__closure0, A._restoreDocument__closure1, A._loadDocument_closure, A._loadDocument__closure, A._loadDocument__closure0, A._loadDocumentData_closure, A._loadDocumentData__closure, A._loadDocumentData___closure, A._loadDocumentData__closure0, A.documentUIReducer_closure, A.editingReducer__closure11, A.documentListReducer__closure, A._viewDocumentList_closure, A._filterDocumentsByCustom1_closure, A._filterDocumentsByCustom1_closure0, A._filterDocumentsByCustom2_closure, A._filterDocumentsByCustom2_closure0, A._filterDocumentsByState_closure, A._filterDocumentsByState_closure0, A._filterDocumentsByStatus_closure, A._filterDocumentsByStatus_closure0, A._filterDocuments_closure, A._sortDocuments_closure, A._startListMultiselect_closure5, A._addToListMultiselect_closure5, A._removeFromListMultiselect_closure5, A._clearListMultiselect_closure5, A._archiveDocumentSuccess_closure, A._deleteDocumentSuccess_closure, A._restoreDocumentSuccess_closure, A._addDocument_closure, A._addDocument__closure, A._addDocument__closure0, A._addDocument_closure0, A._updateDocument_closure, A._setLoadedDocument_closure, A._setLoadedDocuments_closure, A._setLoadedDocuments__closure, A._setLoadedDocuments__closure0, A._setLoadedDocuments_closure0, A._setLoadedCompany_closure9, A._setLoadedCompany__closure25, A._setLoadedCompany_closure10, A._setLoadedCompany__closure24, A._setLoadedCompany___closure12, A._setLoadedCompany_closure11, A._setLoadedCompany__closure23, A._setLoadedCompany___closure11, A._setLoadedCompany_closure12, A._setLoadedCompany__closure22, A._setLoadedCompany___closure10, A._setLoadedCompany_closure13, A._setLoadedCompany__closure21, A._setLoadedCompany___closure9, A._setLoadedCompany_closure14, A._setLoadedCompany__closure20, A._setLoadedCompany___closure8, A._setLoadedCompany_closure15, A._setLoadedCompany__closure19, A._setLoadedCompany___closure7, A._setLoadedCompany_closure16, A._setLoadedCompany__closure18, A._setLoadedCompany___closure6, A._setLoadedCompany_closure17, A._setLoadedCompany__closure17, A._setLoadedCompany___closure5, A._setLoadedCompany_closure18, A._setLoadedCompany__closure16, A._setLoadedCompany___closure4, A._setLoadedCompany_closure19, A._setLoadedCompany__closure15, A._setLoadedCompany___closure3, A._setLoadedCompany_closure20, A._setLoadedCompany__closure14, A._setLoadedCompany___closure2, A._setLoadedCompany_closure21, A._setLoadedCompany__closure13, A._setLoadedCompany___closure1, A._setLoadedCompany_closure22, A._setLoadedCompany__closure12, A._setLoadedCompany___closure0, A._setLoadedCompany_closure23, A._setLoadedCompany__closure11, A._setLoadedCompany___closure, A._setLoadedCompany_closure24, A._setLoadedCompany__closure9, A._setLoadedCompany__closure10, A._setLoadedCompany_closure25, A.memoizedFilteredDocumentList_closure, A.filteredDocumentsSelector_closure, A.handleExpenseAction_closure, A.handleExpenseAction_closure0, A.handleExpenseAction_closure1, A.handleExpenseAction_closure2, A.handleExpenseAction_closure3, A.handleExpenseAction_closure4, A._editExpense_closure, A._viewExpense_closure, A._viewExpenseList_closure0, A._viewExpenseList__closure, A._archiveExpense_closure, A._archiveExpense__closure, A._archiveExpense__closure0, A._archiveExpense__closure1, A._deleteExpense_closure, A._deleteExpense__closure, A._deleteExpense__closure0, A._deleteExpense__closure1, A._restoreExpense_closure, A._restoreExpense__closure, A._restoreExpense__closure0, A._restoreExpense__closure1, A._saveExpense_closure, A._saveExpense__closure, A._saveExpense__closure0, A._loadExpense_closure, A._loadExpense__closure, A._loadExpense__closure0, A._loadExpenses_closure, A._loadExpenses__closure, A._loadExpenses___closure, A._loadExpenses____closure, A._loadExpenses_____closure, A._loadExpenses__closure0, A._saveDocument_closure10, A._saveDocument__closure21, A._saveDocument___closure10, A._saveDocument____closure10, A._saveDocument__closure22, A.expenseUIReducer_closure, A.editingReducer__closure10, A.expenseListReducer__closure, A._viewExpenseList_closure, A._filterExpensesByCustom1_closure, A._filterExpensesByCustom1_closure0, A._filterExpensesByCustom2_closure, A._filterExpensesByCustom2_closure0, A._filterExpensesByCustom3_closure, A._filterExpensesByCustom3_closure0, A._filterExpensesByCustom4_closure, A._filterExpensesByCustom4_closure0, A._filterExpensesByState_closure, A._filterExpensesByState_closure0, A._filterExpensesByStatus_closure, A._filterExpensesByStatus_closure0, A._filterExpenses_closure, A._sortExpenses_closure, A._startListMultiselect_closure4, A._addToListMultiselect_closure4, A._removeFromListMultiselect_closure4, A._clearListMultiselect_closure4, A._purgeClientSuccess_closure21, A._purgeClientSuccess_closure22, A._purgeClientSuccess_closure20, A._purgeClientSuccess__closure14, A._archiveExpenseSuccess_closure, A._deleteExpenseSuccess_closure, A._restoreExpenseSuccess_closure, A._addExpense_closure, A._updateExpense_closure, A._setLoadedExpense_closure, A.convertExpenseToInvoiceItem_closure, A.memoizedFilteredExpenseList_closure, A.filteredExpensesSelector_closure, A.clientExpenseList_closure, A.ExpenseState_loadExpenses_closure0, A.ExpenseState_loadExpenses_closure1, A.ExpenseState_loadExpenses_closure, A.handleExpenseCategoryAction_closure, A.handleExpenseCategoryAction_closure0, A.handleExpenseCategoryAction_closure1, A._editExpenseCategory_closure, A._viewExpenseCategory_closure, A._viewExpenseCategoryList_closure, A._viewExpenseCategoryList__closure, A._archiveExpenseCategory_closure, A._archiveExpenseCategory__closure, A._archiveExpenseCategory__closure0, A._archiveExpenseCategory__closure1, A._deleteExpenseCategory_closure, A._deleteExpenseCategory__closure, A._deleteExpenseCategory__closure0, A._deleteExpenseCategory__closure1, A._restoreExpenseCategory_closure, A._restoreExpenseCategory__closure, A._restoreExpenseCategory__closure0, A._restoreExpenseCategory__closure1, A._saveExpenseCategory_closure, A._saveExpenseCategory__closure, A._saveExpenseCategory__closure0, A._loadExpenseCategory_closure, A._loadExpenseCategory__closure, A._loadExpenseCategory__closure0, A._loadExpenseCategories_closure, A._loadExpenseCategories__closure, A._loadExpenseCategories__closure0, A.expenseCategoryUIReducer_closure, A.editingReducer__closure34, A.expenseCategoryListReducer__closure, A._filterExpenseCategoriesByCustom1_closure, A._filterExpenseCategoriesByCustom1_closure0, A._filterExpenseCategoriesByCustom2_closure, A._filterExpenseCategoriesByCustom2_closure0, A._filterExpenseCategoriesByState_closure, A._filterExpenseCategoriesByState_closure0, A._filterExpenseCategories_closure, A._sortExpenseCategories_closure, A._startListMultiselect_closure16, A._addToListMultiselect_closure16, A._removeFromListMultiselect_closure16, A._clearListMultiselect_closure16, A._archiveExpenseCategorySuccess_closure, A._deleteExpenseCategorySuccess_closure, A._restoreExpenseCategorySuccess_closure, A._addExpenseCategory_closure, A._updateExpenseCategory_closure, A._setLoadedExpenseCategory_closure, A.memoizedDropdownExpenseCategoryList_closure, A.dropdownExpenseCategoriesSelector_closure, A.memoizedFilteredExpenseCategoryList_closure, A.filteredExpenseCategoriesSelector_closure, A.ExpenseCategoryState_loadExpenseCategories_closure0, A.ExpenseCategoryState_loadExpenseCategories_closure1, A.ExpenseCategoryState_loadExpenseCategories_closure, A.handleGroupAction_closure, A.handleGroupAction_closure0, A._editGroup_closure, A._viewGroup_closure, A._viewGroupList_closure0, A._viewGroupList__closure, A._archiveGroup_closure, A._archiveGroup__closure, A._archiveGroup__closure0, A._archiveGroup__closure1, A._deleteGroup_closure, A._deleteGroup__closure, A._deleteGroup__closure0, A._deleteGroup__closure1, A._restoreGroup_closure, A._restoreGroup__closure, A._restoreGroup__closure0, A._restoreGroup__closure1, A._saveGroup_closure, A._saveGroup__closure, A._saveGroup__closure0, A._loadGroup_closure, A._loadGroup__closure, A._loadGroup__closure0, A._loadGroups_closure, A._loadGroups__closure, A._loadGroups___closure, A._loadGroups____closure, A._loadGroups_____closure, A._loadGroups__closure0, A._saveDocument_closure, A._saveDocument__closure, A._saveDocument___closure, A._saveDocument____closure, A._saveDocument__closure0, A.groupUIReducer_closure, A.editingReducer__closure12, A.groupListReducer__closure, A._viewGroupList_closure, A._filterGroupsByState_closure, A._filterGroupsByState_closure0, A._filterGroups_closure, A._sortGroups_closure, A._startListMultiselect_closure6, A._addToListMultiselect_closure6, A._removeFromListMultiselect_closure6, A._clearListMultiselect_closure6, A._archiveGroupSuccess_closure, A._deleteGroupSuccess_closure, A._restoreGroupSuccess_closure, A._addGroup_closure, A._updateGroup_closure, A._setLoadedGroup_closure, A._setLoadedGroups_closure, A._setLoadedGroups__closure, A._setLoadedGroups__closure0, A._setLoadedGroups_closure0, A._setLoadedCompany_closure, A._setLoadedCompany__closure, A._setLoadedCompany__closure0, A._setLoadedCompany_closure0, A.memoizedFilteredGroupList_closure, A.filteredGroupsSelector_closure, A.handleInvoiceAction_closure, A.handleInvoiceAction_closure0, A.handleInvoiceAction_closure1, A.handleInvoiceAction_closure2, A.handleInvoiceAction_closure3, A.handleInvoiceAction_closure6, A.handleInvoiceAction_closure7, A.handleInvoiceAction__closure1, A.handleInvoiceAction_closure8, A.handleInvoiceAction_closure9, A.handleInvoiceAction_closure10, A.handleInvoiceAction_closure11, A.handleInvoiceAction_closure12, A.handleInvoiceAction__closure, A.handleInvoiceAction__closure0, A.handleInvoiceAction_closure13, A.handleInvoiceAction_closure14, A.handleInvoiceAction_closure15, A.handleInvoiceAction_closure16, A.handleInvoiceAction_closure17, A.handleInvoiceAction_closure18, A.handleInvoiceAction_closure19, A._viewInvoiceList_closure0, A._viewInvoiceList__closure, A._viewInvoice_closure, A._editInvoice_closure, A._showEmailInvoice_closure, A._showPdfInvoice_closure, A._cancelInvoices_closure, A._cancelInvoices__closure, A._cancelInvoices__closure0, A._archiveInvoice_closure, A._archiveInvoice__closure, A._archiveInvoice__closure0, A._archiveInvoice__closure1, A._deleteInvoice_closure, A._deleteInvoice__closure, A._deleteInvoice__closure0, A._deleteInvoice__closure1, A._restoreInvoice_closure, A._restoreInvoice__closure, A._restoreInvoice__closure0, A._restoreInvoice__closure1, A._markInvoiceSent_closure, A._markInvoiceSent__closure, A._markInvoiceSent__closure0, A._autoBillInvoices_closure, A._autoBillInvoices__closure, A._autoBillInvoices__closure0, A._markInvoicePaid_closure, A._markInvoicePaid__closure, A._markInvoicePaid__closure0, A._downloadInvoices_closure, A._downloadInvoices__closure, A._downloadInvoices__closure0, A._emailInvoice_closure, A._emailInvoice__closure, A._emailInvoice__closure0, A._bulkEmailInvoices_closure, A._bulkEmailInvoices__closure, A._bulkEmailInvoices__closure0, A._saveInvoice_closure, A._saveInvoice__closure, A._saveInvoice___closure, A._saveInvoice__closure0, A._saveInvoice__closure1, A._loadInvoice_closure, A._loadInvoice__closure, A._loadInvoice__closure0, A._loadInvoices_closure, A._loadInvoices__closure, A._loadInvoices___closure, A._loadInvoices____closure, A._loadInvoices_____closure, A._loadInvoices__closure0, A._saveDocument_closure11, A._saveDocument__closure23, A._saveDocument___closure11, A._saveDocument____closure11, A._saveDocument__closure24, A.invoiceUIReducer_closure, A.editingReducer__closure55, A.editingReducer__closure54, A.editingReducer__closure53, A.editingReducer__closure52, A.editingReducer__closure51, A.editingReducer___closure3, A.editingReducer__closure50, A.editingReducer__closure49, A._updateEditing_closure, A._addInvoiceItem_closure, A._addInvoiceItem_closure0, A._addInvoiceItems_closure, A._removeInvoiceItem_closure, A._updateInvoiceItem_closure, A.invoiceListReducer__closure, A._viewInvoiceList_closure, A._filterInvoicesByCustom1_closure, A._filterInvoicesByCustom1_closure0, A._filterInvoicesByCustom2_closure, A._filterInvoicesByCustom2_closure0, A._filterInvoicesByCustom3_closure, A._filterInvoicesByCustom3_closure0, A._filterInvoicesByCustom4_closure, A._filterInvoicesByCustom4_closure0, A._filterInvoicesByState_closure, A._filterInvoicesByState_closure0, A._filterInvoicesByStatus_closure, A._filterInvoicesByStatus_closure0, A._filterInvoices_closure, A._sortInvoices_closure, A._startListMultiselect_closure25, A._addToListMultiselect_closure25, A._removeFromListMultiselect_closure25, A._clearListMultiselect_closure25, A._purgeClientSuccess_closure24, A._purgeClientSuccess_closure25, A._purgeClientSuccess_closure23, A._purgeClientSuccess__closure16, A._markInvoicesSentSuccess_closure, A._markInvoicesPaidSuccess_closure, A._cancelInvoicesSuccess_closure, A._archiveInvoiceSuccess_closure, A._deleteInvoiceSuccess_closure, A._emailInvoiceSuccess_closure, A._restoreInvoiceSuccess_closure, A._addInvoice_closure, A._addInvoice__closure, A._updateInvoice_closure, A._updateInvoice__closure, A.invoiceContactSelector_closure, A.invoiceContactSelector_closure0, A.memoizedDropdownInvoiceList_closure, A.dropdownInvoiceSelector_closure, A.memoizedFilteredInvoiceList_closure, A.filteredInvoicesSelector__closure0, A.filteredInvoicesSelector_closure0, A.filteredInvoicesSelector__closure, A.InvoiceState_loadInvoices_closure0, A.InvoiceState_loadInvoices_closure1, A.InvoiceState_loadInvoices_closure, A.handlePaymentAction_closure, A.handlePaymentAction_closure0, A.handlePaymentAction__closure1, A.handlePaymentAction_closure1, A.handlePaymentAction__closure, A.handlePaymentAction__closure0, A.handlePaymentAction_closure2, A._editPayment_closure, A._editPayment__closure, A._viewRefundPayment_closure, A._viewRefundPayment__closure, A._viewPayment_closure, A._viewPaymentList_closure0, A._viewPaymentList__closure, A._archivePayment_closure, A._archivePayment__closure, A._archivePayment__closure0, A._archivePayment__closure1, A._deletePayment_closure, A._deletePayment__closure, A._deletePayment__closure0, A._deletePayment__closure1, A._restorePayment_closure, A._restorePayment__closure, A._restorePayment__closure0, A._restorePayment__closure1, A._savePayment_closure, A._savePayment__closure, A._savePayment__closure0, A._refundPayment_closure, A._refundPayment__closure, A._refundPayment__closure0, A._emailPayment_closure, A._emailPayment__closure, A._emailPayment__closure0, A._loadPayment_closure, A._loadPayment__closure, A._loadPayment__closure0, A._loadPayments_closure, A._loadPayments__closure, A._loadPayments___closure, A._loadPayments____closure, A._loadPayments_____closure, A._loadPayments__closure0, A._saveDocument_closure6, A._saveDocument__closure13, A._saveDocument___closure6, A._saveDocument____closure6, A._saveDocument__closure14, A.paymentUIReducer_closure, A.editingReducer__closure6, A.paymentListReducer__closure, A._viewPaymentList_closure, A._filterPaymentsByCustom1_closure, A._filterPaymentsByCustom1_closure0, A._filterPaymentsByCustom2_closure, A._filterPaymentsByCustom2_closure0, A._filterPaymentsByCustom3_closure, A._filterPaymentsByCustom3_closure0, A._filterPaymentsByCustom4_closure, A._filterPaymentsByCustom4_closure0, A._filterPaymentsByState_closure, A._filterPaymentsByState_closure0, A._filterPaymentsByStatus_closure, A._filterPaymentsByStatus_closure0, A._filterPayments_closure, A._sortPayments_closure, A._startListMultiselect_closure0, A._addToListMultiselect_closure0, A._removeFromListMultiselect_closure0, A._clearListMultiselect_closure0, A._purgeClientSuccess_closure3, A._purgeClientSuccess_closure4, A._purgeClientSuccess_closure2, A._purgeClientSuccess__closure2, A._archivePaymentSuccess_closure, A._deletePaymentSuccess_closure, A._restorePaymentSuccess_closure, A._addPayment_closure, A._updatePayment_closure, A._setLoadedPayment_closure, A.memoizedPaymentsByInvoice_closure, A.paymentsByInvoiceSelector_closure, A.paymentsByInvoiceSelector_closure0, A.paymentsByInvoiceSelector__closure, A.memoizedPaymentsByCredit_closure, A.paymentsByCreditSelector_closure, A.paymentsByCreditSelector_closure0, A.paymentsByCreditSelector__closure, A.memoizedFilteredPaymentList_closure, A.filteredPaymentsSelector_closure, A.filteredPaymentsSelector__closure, A.memoizedPaymentStatsForClient_closure, A.PaymentState_loadPayments_closure0, A.PaymentState_loadPayments_closure1, A.PaymentState_loadPayments_closure, A.handlePaymentTermAction_closure, A._editPaymentTerm_closure, A._viewPaymentTerm_closure, A._viewPaymentTermList_closure0, A._viewPaymentTermList__closure, A._archivePaymentTerm_closure, A._archivePaymentTerm__closure, A._archivePaymentTerm__closure0, A._archivePaymentTerm__closure1, A._deletePaymentTerm_closure, A._deletePaymentTerm__closure, A._deletePaymentTerm__closure0, A._deletePaymentTerm__closure1, A._restorePaymentTerm_closure, A._restorePaymentTerm__closure, A._restorePaymentTerm__closure0, A._restorePaymentTerm__closure1, A._savePaymentTerm_closure, A._savePaymentTerm__closure, A._savePaymentTerm__closure0, A._loadPaymentTerm_closure, A._loadPaymentTerm__closure, A._loadPaymentTerm__closure0, A._loadPaymentTerms_closure, A._loadPaymentTerms__closure, A._loadPaymentTerms__closure0, A.paymentTermUIReducer_closure, A.editingReducer__closure24, A.paymentTermListReducer__closure, A._viewPaymentTermList_closure, A._filterPaymentTermsByCustom1_closure, A._filterPaymentTermsByCustom1_closure0, A._filterPaymentTermsByCustom2_closure, A._filterPaymentTermsByCustom2_closure0, A._filterPaymentTermsByState_closure, A._filterPaymentTermsByState_closure0, A._filterPaymentTerms_closure, A._sortPaymentTerms_closure, A._startListMultiselect_closure12, A._addToListMultiselect_closure12, A._removeFromListMultiselect_closure12, A._clearListMultiselect_closure12, A._archivePaymentTermSuccess_closure, A._deletePaymentTermSuccess_closure, A._restorePaymentTermSuccess_closure, A._addPaymentTerm_closure, A._updatePaymentTerm_closure, A._setLoadedPaymentTerm_closure, A._setLoadedCompany_closure7, A._setLoadedCompany__closure7, A._setLoadedCompany__closure8, A._setLoadedCompany_closure8, A.dropdownPaymentTermsSelector_closure, A.memoizedFilteredPaymentTermList_closure, A.filteredPaymentTermsSelector_closure, A.PaymentTermState_loadPaymentTerms_closure0, A.PaymentTermState_loadPaymentTerms_closure1, A.PaymentTermState_loadPaymentTerms_closure, A.handleProductAction_closure, A.handleProductAction_closure0, A.handleProductAction__closure1, A.handleProductAction_closure1, A.handleProductAction__closure0, A.handleProductAction_closure2, A.handleProductAction__closure, A._editProduct_closure, A._viewProduct_closure, A._viewProductList_closure0, A._viewProductList__closure, A._archiveProduct_closure, A._archiveProduct__closure, A._archiveProduct__closure0, A._archiveProduct__closure1, A._setTaxCategoryProducts_closure, A._setTaxCategoryProducts__closure, A._setTaxCategoryProducts__closure0, A._deleteProduct_closure, A._deleteProduct__closure, A._deleteProduct__closure0, A._deleteProduct__closure1, A._restoreProduct_closure, A._restoreProduct__closure, A._restoreProduct__closure0, A._restoreProduct__closure1, A._saveProduct_closure, A._saveProduct__closure, A._saveProduct__closure0, A._loadProduct_closure, A._loadProduct__closure, A._loadProduct__closure0, A._loadProducts_closure, A._loadProducts__closure, A._loadProducts___closure, A._loadProducts____closure, A._loadProducts_____closure, A._loadProducts__closure0, A._saveDocument_closure13, A._saveDocument__closure27, A._saveDocument___closure13, A._saveDocument____closure13, A._saveDocument__closure28, A.productUIReducer_closure, A.editingReducer__closure60, A.productListReducer__closure, A._viewProductList_closure, A._filterProductsByState_closure, A._filterProductsByState_closure0, A._filterProductsByCustom1_closure, A._filterProductsByCustom1_closure0, A._filterProductsByCustom2_closure, A._filterProductsByCustom2_closure0, A._filterProductsByCustom3_closure, A._filterProductsByCustom3_closure0, A._filterProductsByCustom4_closure, A._filterProductsByCustom4_closure0, A._filterProducts_closure, A._sortProducts_closure, A._startListMultiselect_closure27, A._addToListMultiselect_closure27, A._removeFromListMultiselect_closure27, A._clearListMultiselect_closure27, A._archiveProductSuccess_closure, A._deleteProductSuccess_closure, A._restoreProductSuccess_closure, A._setTaxCategoryProductsSuccess_closure, A._addProduct_closure, A._updateProduct_closure, A._setLoadedProduct_closure, A.convertProductToInvoiceItem_closure, A.memoizedDropdownProductList_closure, A.dropdownProductsSelector_closure, A.memoizedProductList_closure, A.productList_closure, A.memoizedFilteredProductList_closure, A.filteredProductsSelector_closure, A.ProductState_loadProducts_closure0, A.ProductState_loadProducts_closure1, A.ProductState_loadProducts_closure, A.handleProjectAction_closure, A.handleProjectAction_closure0, A.handleProjectAction_closure1, A.handleProjectAction_closure2, A.handleProjectAction_closure3, A.handleProjectAction_closure4, A.handleProjectAction_closure5, A.handleProjectAction_closure6, A.handleProjectAction_closure7, A._editProject_closure, A._viewProject_closure, A._viewProjectList_closure0, A._viewProjectList__closure, A._archiveProject_closure, A._archiveProject__closure, A._archiveProject__closure0, A._archiveProject__closure1, A._deleteProject_closure, A._deleteProject__closure, A._deleteProject__closure0, A._deleteProject__closure1, A._restoreProject_closure, A._restoreProject__closure, A._restoreProject__closure0, A._restoreProject__closure1, A._saveProject_closure, A._saveProject__closure, A._saveProject__closure0, A._loadProject_closure, A._loadProject__closure, A._loadProject__closure0, A._loadProjects_closure, A._loadProjects__closure, A._loadProjects___closure, A._loadProjects____closure, A._loadProjects_____closure, A._loadProjects__closure0, A._saveDocument_closure7, A._saveDocument__closure15, A._saveDocument___closure7, A._saveDocument____closure7, A._saveDocument__closure16, A.projectUIReducer_closure, A.editingReducer__closure7, A.projectListReducer__closure, A._viewProjectList_closure, A._filterProjectsByCustom1_closure, A._filterProjectsByCustom1_closure0, A._filterProjectsByCustom2_closure, A._filterProjectsByCustom2_closure0, A._filterProjectsByCustom3_closure, A._filterProjectsByCustom3_closure0, A._filterProjectsByCustom4_closure, A._filterProjectsByCustom4_closure0, A._filterProjectsByState_closure, A._filterProjectsByState_closure0, A._filterProjects_closure, A._sortProjects_closure, A._startListMultiselect_closure1, A._addToListMultiselect_closure1, A._removeFromListMultiselect_closure1, A._clearListMultiselect_closure1, A._purgeClientSuccess_closure6, A._purgeClientSuccess_closure7, A._purgeClientSuccess_closure5, A._purgeClientSuccess__closure4, A._archiveProjectSuccess_closure, A._deleteProjectSuccess_closure, A._restoreProjectSuccess_closure, A._addProject_closure, A._updateProject_closure, A._setLoadedProject_closure, A.convertProjectToInvoiceItem_closure3, A.convertProjectToInvoiceItem_closure4, A.memoizedDropdownProjectList_closure, A.dropdownProjectsSelector_closure, A.memoizedFilteredProjectList_closure, A.filteredProjectsSelector_closure, A.ProjectState_loadProjects_closure0, A.ProjectState_loadProjects_closure1, A.ProjectState_loadProjects_closure, A.handlePurchaseOrderAction_closure, A.handlePurchaseOrderAction_closure0, A.handlePurchaseOrderAction_closure1, A.handlePurchaseOrderAction_closure2, A.handlePurchaseOrderAction_closure5, A.handlePurchaseOrderAction_closure6, A.handlePurchaseOrderAction_closure7, A.handlePurchaseOrderAction_closure8, A.handlePurchaseOrderAction_closure9, A.handlePurchaseOrderAction_closure10, A.handlePurchaseOrderAction_closure11, A.handlePurchaseOrderAction_closure12, A.handlePurchaseOrderAction_closure13, A.handlePurchaseOrderAction_closure14, A._viewPurchaseOrder_closure, A._viewPurchaseOrderList_closure0, A._viewPurchaseOrderList__closure, A._editPurchaseOrder_closure, A._showEmailPurchaseOrder_closure, A._showPdfPurchaseOrder_closure, A._archivePurchaseOrder_closure, A._archivePurchaseOrder__closure, A._archivePurchaseOrder__closure0, A._archivePurchaseOrder__closure1, A._deletePurchaseOrder_closure, A._deletePurchaseOrder__closure, A._deletePurchaseOrder__closure0, A._deletePurchaseOrder__closure1, A._restorePurchaseOrder_closure, A._restorePurchaseOrder__closure, A._restorePurchaseOrder__closure0, A._restorePurchaseOrder__closure1, A._approvePurchaseOrder_closure, A._approvePurchaseOrder__closure, A._approvePurchaseOrder__closure0, A._markSentPurchaseOrder_closure, A._markSentPurchaseOrder__closure, A._markSentPurchaseOrder__closure0, A._convertPurchaseOrdersToExpense_closure, A._convertPurchaseOrdersToExpense__closure, A._convertPurchaseOrdersToExpense__closure0, A._addPurchaseOrdersToInventory_closure, A._addPurchaseOrdersToInventory__closure, A._addPurchaseOrdersToInventory__closure0, A._acceptPurchaseOrders_closure, A._acceptPurchaseOrders__closure, A._acceptPurchaseOrders__closure0, A._cancelPurchaseOrders_closure, A._cancelPurchaseOrders__closure, A._cancelPurchaseOrders__closure0, A._emailPurchaseOrder_closure, A._emailPurchaseOrder__closure, A._emailPurchaseOrder__closure0, A._savePurchaseOrder_closure, A._savePurchaseOrder__closure, A._savePurchaseOrder___closure, A._savePurchaseOrder__closure0, A._savePurchaseOrder__closure1, A._loadPurchaseOrder_closure, A._loadPurchaseOrder__closure, A._loadPurchaseOrder__closure0, A._downloadPurchaseOrders_closure, A._downloadPurchaseOrders__closure, A._downloadPurchaseOrders__closure0, A._bulkEmailPurchaseOrders_closure, A._bulkEmailPurchaseOrders__closure, A._bulkEmailPurchaseOrders__closure0, A._loadPurchaseOrders_closure, A._loadPurchaseOrders__closure, A._loadPurchaseOrders___closure, A._loadPurchaseOrders____closure, A._loadPurchaseOrders_____closure, A._loadPurchaseOrders__closure0, A._saveDocument_closure3, A._saveDocument__closure7, A._saveDocument___closure3, A._saveDocument____closure3, A._saveDocument__closure8, A.purchaseOrderUIReducer_closure, A.editingReducer__closure44, A.editingReducer__closure43, A.editingReducer__closure42, A.editingReducer__closure41, A.editingReducer__closure40, A.editingReducer___closure2, A.editingReducer__closure39, A.editingReducer__closure38, A._addPurchaseOrderItem_closure, A._addPurchaseOrderItems_closure, A._removePurchaseOrderItem_closure, A._updatePurchaseOrderItem_closure, A.purchaseOrderListReducer__closure, A._viewPurchaseOrderList_closure, A._filterPurchaseOrdersByCustom1_closure, A._filterPurchaseOrdersByCustom1_closure0, A._filterPurchaseOrdersByCustom2_closure, A._filterPurchaseOrdersByCustom2_closure0, A._filterPurchaseOrdersByCustom3_closure, A._filterPurchaseOrdersByCustom3_closure0, A._filterPurchaseOrdersByCustom4_closure, A._filterPurchaseOrdersByCustom4_closure0, A._filterPurchaseOrdersByState_closure, A._filterPurchaseOrdersByState_closure0, A._filterPurchaseOrdersByStatus_closure, A._filterPurchaseOrdersByStatus_closure0, A._filterPurchaseOrders_closure, A._sortPurchaseOrders_closure, A._startListMultiselect_closure20, A._addToListMultiselect_closure20, A._removeFromListMultiselect_closure20, A._clearListMultiselect_closure20, A._markSentPurchaseOrderSuccess_closure0, A._markSentPurchaseOrderSuccess_closure1, A._markSentPurchaseOrderSuccess_closure, A._convertPurchaseOrdersToExpenses_closure0, A._convertPurchaseOrdersToExpenses_closure1, A._convertPurchaseOrdersToExpenses_closure, A._addPurchaseOrdersToInventorySuccess_closure0, A._addPurchaseOrdersToInventorySuccess_closure1, A._addPurchaseOrdersToInventorySuccess_closure, A._acceptPurchaseOrderSuccess_closure0, A._acceptPurchaseOrderSuccess_closure1, A._acceptPurchaseOrderSuccess_closure, A._cancelPurchaseOrderSuccess_closure0, A._cancelPurchaseOrderSuccess_closure1, A._cancelPurchaseOrderSuccess_closure, A._archivePurchaseOrderSuccess_closure, A._deletePurchaseOrderSuccess_closure, A._restorePurchaseOrderSuccess_closure, A._emailPurchaseOrderSuccess_closure, A._approvePurchaseOrderSuccess_closure0, A._approvePurchaseOrderSuccess_closure1, A._approvePurchaseOrderSuccess_closure, A._addPurchaseOrder_closure, A._addPurchaseOrder__closure, A._updatePurchaseOrder_closure, A._updatePurchaseOrder__closure, A.purchaseOrderContactSelector_closure, A.purchaseOrderContactSelector_closure0, A.memoizedDropdownPurchaseOrderList_closure, A.dropdownPurchaseOrdersSelector_closure, A.memoizedFilteredPurchaseOrderList_closure, A.filteredPurchaseOrdersSelector_closure, A.PurchaseOrderState_loadPurchaseOrders_closure0, A.PurchaseOrderState_loadPurchaseOrders_closure1, A.PurchaseOrderState_loadPurchaseOrders_closure, A.handleQuoteAction_closure, A.handleQuoteAction_closure0, A.handleQuoteAction_closure1, A.handleQuoteAction_closure2, A.handleQuoteAction_closure5, A.handleQuoteAction_closure6, A.handleQuoteAction_closure7, A.handleQuoteAction_closure8, A.handleQuoteAction_closure9, A.handleQuoteAction_closure10, A.handleQuoteAction_closure11, A.handleQuoteAction_closure12, A.handleQuoteAction_closure13, A.handleQuoteAction_closure14, A.handleQuoteAction_closure15, A.handleQuoteAction_closure16, A._viewQuote_closure, A._viewQuoteList_closure0, A._viewQuoteList__closure, A._editQuote_closure, A._showEmailQuote_closure, A._showPdfQuote_closure, A._archiveQuote_closure, A._archiveQuote__closure, A._archiveQuote__closure0, A._archiveQuote__closure1, A._deleteQuote_closure, A._deleteQuote__closure, A._deleteQuote__closure0, A._deleteQuote__closure1, A._restoreQuote_closure, A._restoreQuote__closure, A._restoreQuote__closure0, A._restoreQuote__closure1, A._convertQuotesToInvoices_closure, A._convertQuotesToInvoices__closure, A._convertQuotesToInvoices__closure0, A._convertQuotesToProjects_closure, A._convertQuotesToProjects__closure, A._convertQuotesToProjects__closure0, A._approveQuote_closure, A._approveQuote__closure, A._approveQuote__closure0, A._markSentQuote_closure, A._markSentQuote__closure, A._markSentQuote__closure0, A._emailQuote_closure, A._emailQuote__closure, A._emailQuote__closure0, A._saveQuote_closure, A._saveQuote__closure, A._saveQuote___closure, A._saveQuote__closure0, A._saveQuote__closure1, A._loadQuote_closure, A._loadQuote__closure, A._loadQuote__closure0, A._downloadQuotes_closure, A._downloadQuotes__closure, A._downloadQuotes__closure0, A._bulkEmailQuotes_closure, A._bulkEmailQuotes__closure, A._bulkEmailQuotes__closure0, A._loadQuotes_closure, A._loadQuotes__closure, A._loadQuotes___closure, A._loadQuotes____closure, A._loadQuotes_____closure, A._loadQuotes__closure0, A._saveDocument_closure5, A._saveDocument__closure11, A._saveDocument___closure5, A._saveDocument____closure5, A._saveDocument__closure12, A.quoteUIReducer_closure, A.editingReducer__closure5, A.editingReducer__closure4, A.editingReducer__closure3, A.editingReducer__closure2, A.editingReducer__closure1, A.editingReducer___closure, A.editingReducer__closure0, A.editingReducer__closure, A._addQuoteItem_closure, A._addQuoteItems_closure, A._removeQuoteItem_closure, A._updateQuoteItem_closure, A.quoteListReducer__closure, A._viewQuoteList_closure, A._filterQuotesByCustom1_closure, A._filterQuotesByCustom1_closure0, A._filterQuotesByCustom2_closure, A._filterQuotesByCustom2_closure0, A._filterQuotesByCustom3_closure, A._filterQuotesByCustom3_closure0, A._filterQuotesByCustom4_closure, A._filterQuotesByCustom4_closure0, A._filterQuotesByState_closure, A._filterQuotesByState_closure0, A._filterQuotesByStatus_closure, A._filterQuotesByStatus_closure0, A._filterQuotes_closure, A._sortQuotes_closure, A._startListMultiselect_closure, A._addToListMultiselect_closure, A._removeFromListMultiselect_closure, A._clearListMultiselect_closure, A._purgeClientSuccess_closure0, A._purgeClientSuccess_closure1, A._purgeClientSuccess_closure, A._purgeClientSuccess__closure0, A._markSentQuoteSuccess_closure0, A._markSentQuoteSuccess_closure1, A._markSentQuoteSuccess_closure, A._archiveQuoteSuccess_closure, A._deleteQuoteSuccess_closure, A._restoreQuoteSuccess_closure, A._emailQuoteSuccess_closure, A._convertQuotesToInvoicesSuccess_closure0, A._convertQuotesToInvoicesSuccess_closure1, A._convertQuotesToInvoicesSuccess_closure, A._convertQuotesToProjectsSuccess_closure0, A._convertQuotesToProjectsSuccess_closure1, A._convertQuotesToProjectsSuccess_closure, A._addQuote_closure, A._addQuote__closure, A._updateQuote_closure, A._updateQuote__closure, A.quoteContactSelector_closure, A.quoteContactSelector_closure0, A.memoizedDropdownQuoteList_closure, A.dropdownQuoteSelector_closure, A.memoizedFilteredQuoteList_closure, A.filteredQuotesSelector_closure, A.QuoteState_loadQuotes_closure0, A.QuoteState_loadQuotes_closure1, A.QuoteState_loadQuotes_closure, A.handleRecurringExpenseAction_closure, A.handleRecurringExpenseAction_closure0, A.handleRecurringExpenseAction_closure1, A._editRecurringExpense_closure, A._viewRecurringExpense_closure, A._viewRecurringExpenseList_closure0, A._viewRecurringExpenseList__closure, A._archiveRecurringExpense_closure, A._archiveRecurringExpense__closure, A._archiveRecurringExpense__closure0, A._archiveRecurringExpense__closure1, A._deleteRecurringExpense_closure, A._deleteRecurringExpense__closure, A._deleteRecurringExpense__closure0, A._deleteRecurringExpense__closure1, A._restoreRecurringExpense_closure, A._restoreRecurringExpense__closure, A._restoreRecurringExpense__closure0, A._restoreRecurringExpense__closure1, A._saveRecurringExpense_closure, A._saveRecurringExpense__closure, A._saveRecurringExpense__closure0, A._loadRecurringExpense_closure, A._loadRecurringExpense__closure, A._loadRecurringExpense__closure0, A._loadRecurringExpenses_closure, A._loadRecurringExpenses__closure, A._loadRecurringExpenses___closure, A._loadRecurringExpenses____closure, A._loadRecurringExpenses_____closure, A._loadRecurringExpenses__closure0, A._startRecurringExpense_closure, A._startRecurringExpense__closure, A._startRecurringExpense__closure0, A._stopRecurringExpense_closure, A._stopRecurringExpense__closure, A._stopRecurringExpense__closure0, A._saveDocument_closure2, A._saveDocument__closure5, A._saveDocument___closure2, A._saveDocument____closure2, A._saveDocument__closure6, A.recurringExpenseUIReducer_closure, A.editingReducer__closure37, A.recurringExpenseListReducer__closure, A._viewRecurringExpenseList_closure, A._filterRecurringExpensesByCustom1_closure, A._filterRecurringExpensesByCustom1_closure0, A._filterRecurringExpensesByCustom2_closure, A._filterRecurringExpensesByCustom2_closure0, A._filterRecurringExpensesByState_closure, A._filterRecurringExpensesByState_closure0, A._filterRecurringExpensesByStatus_closure, A._filterRecurringExpensesByStatus_closure0, A._filterRecurringExpenses_closure, A._sortRecurringExpenses_closure, A._startListMultiselect_closure19, A._addToListMultiselect_closure19, A._removeFromListMultiselect_closure19, A._clearListMultiselect_closure19, A._purgeClientSuccess_closure15, A._purgeClientSuccess_closure16, A._purgeClientSuccess_closure14, A._purgeClientSuccess__closure10, A._archiveRecurringExpenseSuccess_closure, A._deleteRecurringExpenseSuccess_closure, A._restoreRecurringExpenseSuccess_closure, A._addRecurringExpense_closure, A._addRecurringExpense__closure, A._updateRecurringExpense_closure, A._updateRecurringExpense__closure, A._startRecurringExpensesSuccess_closure, A._stopRecurringExpensesSuccess_closure, A._setLoadedRecurringExpense_closure, A._setLoadedRecurringExpense__closure, A.memoizedFilteredRecurringExpenseList_closure, A.filteredRecurringExpensesSelector_closure, A.RecurringExpenseState_loadRecurringExpenses_closure0, A.RecurringExpenseState_loadRecurringExpenses_closure1, A.RecurringExpenseState_loadRecurringExpenses_closure, A.handleRecurringInvoiceAction_closure, A.handleRecurringInvoiceAction_closure0, A.handleRecurringInvoiceAction_closure1, A.handleRecurringInvoiceAction__closure, A.handleRecurringInvoiceAction_closure2, A.handleRecurringInvoiceAction_closure3, A.handleRecurringInvoiceAction_closure4, A.handleRecurringInvoiceAction_closure5, A._editRecurringInvoice_closure, A._viewRecurringInvoice_closure, A._viewRecurringInvoiceList_closure, A._viewRecurringInvoiceList__closure, A._showPdfRecurringInvoice_closure, A._startRecurringInvoice_closure, A._startRecurringInvoice__closure, A._startRecurringInvoice__closure0, A._stopRecurringInvoice_closure, A._stopRecurringInvoice__closure, A._stopRecurringInvoice__closure0, A._updatePricesRecurringInvoice_closure, A._updatePricesRecurringInvoice__closure, A._updatePricesRecurringInvoice__closure0, A._increasePricesRecurringInvoice_closure, A._increasePricesRecurringInvoice__closure, A._increasePricesRecurringInvoice__closure0, A._sendNowRecurringInvoice_closure, A._sendNowRecurringInvoice__closure, A._sendNowRecurringInvoice__closure0, A._archiveRecurringInvoice_closure, A._archiveRecurringInvoice__closure, A._archiveRecurringInvoice__closure0, A._archiveRecurringInvoice__closure1, A._deleteRecurringInvoice_closure, A._deleteRecurringInvoice__closure, A._deleteRecurringInvoice__closure0, A._deleteRecurringInvoice__closure1, A._restoreRecurringInvoice_closure, A._restoreRecurringInvoice__closure, A._restoreRecurringInvoice__closure0, A._restoreRecurringInvoice__closure1, A._saveRecurringInvoice_closure, A._saveRecurringInvoice__closure, A._saveRecurringInvoice___closure, A._saveRecurringInvoice__closure0, A._saveRecurringInvoice__closure1, A._loadRecurringInvoice_closure, A._loadRecurringInvoice__closure, A._loadRecurringInvoice__closure0, A._loadRecurringInvoices_closure, A._loadRecurringInvoices__closure, A._loadRecurringInvoices___closure, A._loadRecurringInvoices____closure, A._loadRecurringInvoices_____closure, A._loadRecurringInvoices__closure0, A._saveDocument_closure1, A._saveDocument__closure3, A._saveDocument___closure1, A._saveDocument____closure1, A._saveDocument__closure4, A.recurringInvoiceUIReducer_closure, A.editingReducer__closure33, A.editingReducer__closure32, A.editingReducer__closure31, A.editingReducer__closure30, A.editingReducer__closure29, A.editingReducer___closure1, A.editingReducer__closure28, A.editingReducer__closure27, A._addRecurringInvoiceItem_closure, A._addRecurringInvoiceItems_closure, A._removeRecurringInvoiceItem_closure, A._updateRecurringInvoiceItem_closure, A.recurringInvoiceListReducer__closure, A._filterRecurringInvoicesByCustom1_closure, A._filterRecurringInvoicesByCustom1_closure0, A._filterRecurringInvoicesByCustom2_closure, A._filterRecurringInvoicesByCustom2_closure0, A._filterRecurringInvoicesByCustom3_closure, A._filterRecurringInvoicesByCustom3_closure0, A._filterRecurringInvoicesByCustom4_closure, A._filterRecurringInvoicesByCustom4_closure0, A._filterRecurringInvoicesByState_closure, A._filterRecurringInvoicesByState_closure0, A._filterRecurringInvoicesByStatus_closure, A._filterRecurringInvoicesByStatus_closure0, A._filterRecurringInvoices_closure, A._sortRecurringInvoices_closure, A._startListMultiselect_closure15, A._addToListMultiselect_closure15, A._removeFromListMultiselect_closure15, A._clearListMultiselect_closure15, A._purgeClientSuccess_closure12, A._purgeClientSuccess_closure13, A._purgeClientSuccess_closure11, A._purgeClientSuccess__closure8, A._archiveRecurringInvoiceSuccess_closure, A._deleteRecurringInvoiceSuccess_closure, A._emailRecurringInvoiceSuccess_closure, A._restoreRecurringInvoiceSuccess_closure, A._sendNowRecurringInvoiceSuccess_closure, A._startRecurringInvoicesSuccess_closure, A._stopRecurringInvoicesSuccess_closure, A._addRecurringInvoice_closure, A._addRecurringInvoice__closure, A._updateRecurringInvoice_closure, A._updateRecurringInvoice__closure, A.memoizedFilteredRecurringInvoiceList_closure, A.filteredRecurringInvoicesSelector_closure, A.RecurringInvoiceState_loadRecurringInvoices_closure0, A.RecurringInvoiceState_loadRecurringInvoices_closure1, A.RecurringInvoiceState_loadRecurringInvoices_closure, A._viewReports_closure, A._viewReports___closure, A.reportsUIReducer_closure, A.reportsUIReducer_closure0, A.reportsUIReducer_closure1, A.handleScheduleAction_closure, A._editSchedule_closure, A._viewSchedule_closure, A._viewScheduleList_closure0, A._viewScheduleList__closure, A._archiveSchedule_closure, A._archiveSchedule__closure, A._archiveSchedule__closure0, A._archiveSchedule__closure1, A._deleteSchedule_closure, A._deleteSchedule__closure, A._deleteSchedule__closure0, A._deleteSchedule__closure1, A._restoreSchedule_closure, A._restoreSchedule__closure, A._restoreSchedule__closure0, A._restoreSchedule__closure1, A._saveSchedule_closure, A._saveSchedule__closure, A._saveSchedule__closure0, A._loadSchedule_closure, A._loadSchedule__closure, A._loadSchedule__closure0, A._loadSchedules_closure, A._loadSchedules__closure, A._loadSchedules__closure0, A.scheduleUIReducer_closure, A.editingReducer__closure48, A.scheduleListReducer__closure, A._viewScheduleList_closure, A._filterSchedulesByCustom1_closure, A._filterSchedulesByCustom1_closure0, A._filterSchedulesByCustom2_closure, A._filterSchedulesByCustom2_closure0, A._filterSchedulesByState_closure, A._filterSchedulesByState_closure0, A._filterSchedules_closure, A._sortSchedules_closure, A._startListMultiselect_closure24, A._addToListMultiselect_closure24, A._removeFromListMultiselect_closure24, A._clearListMultiselect_closure24, A._archiveScheduleSuccess_closure, A._deleteScheduleSuccess_closure, A._restoreScheduleSuccess_closure, A._addSchedule_closure, A._updateSchedule_closure, A._setLoadedSchedule_closure, A.memoizedFilteredScheduleList_closure, A.filteredSchedulesSelector_closure, A.ScheduleState_loadSchedules_closure0, A.ScheduleState_loadSchedules_closure1, A.ScheduleState_loadSchedules_closure, A._viewSettings_closure, A._viewSettings___closure, A._saveCompany_closure, A._saveCompany__closure, A._saveCompany__closure0, A._saveEInvoiceCertificate_closure, A._saveEInvoiceCertificate__closure, A._saveEInvoiceCertificate__closure0, A._saveAuthUser_closure, A._saveAuthUser__closure, A._saveAuthUser__closure0, A._connectOAuthUser_closure0, A._connectOAuthUser__closure, A._connectOAuthUser__closure0, A._disconnectOAuthUser_closure0, A._disconnectOAuthUser__closure, A._disconnectOAuthUser__closure0, A._disconnectOAuthMailer_closure0, A._disconnectOAuthMailer__closure, A._disconnectOAuthMailer__closure0, A._connectGmailUser_closure0, A._connectGmailUser__closure, A._connectGmailUser__closure0, A._disableTwoFactor_closure, A._disableTwoFactor__closure, A._disableTwoFactor__closure0, A._saveSettings_closure, A._saveSettings__closure, A._saveSettings__closure0, A._uploadLogo_closure, A._uploadLogo__closure, A._uploadLogo__closure0, A._saveDocument_closure4, A._saveDocument__closure9, A._saveDocument___closure4, A._saveDocument____closure4, A._saveDocument__closure10, A.settingsUIReducer__closure20, A.settingsUIReducer__closure19, A.settingsUIReducer__closure16, A.settingsUIReducer__closure17, A.settingsUIReducer__closure18, A.settingsUIReducer__closure15, A.settingsUIReducer__closure14, A.settingsUIReducer__closure13, A.settingsUIReducer__closure12, A.settingsUIReducer__closure11, A.settingsUIReducer__closure10, A.settingsUIReducer__closure9, A.settingsUIReducer__closure8, A.settingsUIReducer__closure7, A.settingsUIReducer__closure6, A.settingsUIReducer__closure5, A.settingsUIReducer__closure4, A.settingsUIReducer__closure3, A.settingsUIReducer__closure2, A.settingsUIReducer__closure1, A.settingsUIReducer__closure0, A.settingsUIReducer__closure, A.staticLoadedReducer_closure, A.staticLoadedReducer__closure, A.staticLoadedReducer__closure0, A.staticLoadedReducer__closure1, A.staticLoadedReducer__closure2, A.staticLoadedReducer__closure3, A.staticLoadedReducer__closure4, A.staticLoadedReducer__closure5, A.staticLoadedReducer__closure6, A.staticLoadedReducer__closure7, A.staticLoadedReducer__closure8, A.staticLoadedReducer__closure9, A.staticLoadedReducer__closure10, A.staticLoadedReducer__closure11, A.staticLoadedReducer__closure12, A.staticLoadedReducer__closure13, A.staticLoadedReducer__closure14, A.staticLoadedReducer__closure15, A.staticLoadedReducer__closure16, A.memoizedCountryList_closure, A.memoizedCountryIso2Map_closure, A.countryIso2Map_closure, A.memoizedGroupList_closure, A.groupList_closure, A.memoizedLanguageList_closure, A.memoizedCurrencyList_closure, A.memoizedTimezoneList_closure, A.memoizedDateFormatList_closure, A.memoizedIndustryList_closure, A.memoizedSizeList_closure, A.gatewayList_closure, A.memoizedPaymentTypeList_closure, A.memoizedFontMap_closure, A.fontMap_closure, A.fontMap_closure0, A.handleSubscriptionAction_closure, A._editSubscription_closure, A._viewSubscription_closure, A._viewSubscriptionList_closure, A._viewSubscriptionList__closure, A._archiveSubscription_closure, A._archiveSubscription__closure, A._archiveSubscription__closure0, A._archiveSubscription__closure1, A._deleteSubscription_closure, A._deleteSubscription__closure, A._deleteSubscription__closure0, A._deleteSubscription__closure1, A._restoreSubscription_closure, A._restoreSubscription__closure, A._restoreSubscription__closure0, A._restoreSubscription__closure1, A._saveSubscription_closure, A._saveSubscription__closure, A._saveSubscription__closure0, A._loadSubscription_closure, A._loadSubscription__closure, A._loadSubscription__closure0, A._loadSubscriptions_closure, A._loadSubscriptions__closure, A._loadSubscriptions__closure0, A.subscriptionUIReducer_closure, A.editingReducer__closure36, A.subscriptionListReducer__closure, A._filterSubscriptionsByCustom1_closure, A._filterSubscriptionsByCustom1_closure0, A._filterSubscriptionsByCustom2_closure, A._filterSubscriptionsByCustom2_closure0, A._filterSubscriptionsByState_closure, A._filterSubscriptionsByState_closure0, A._filterSubscriptions_closure, A._sortSubscriptions_closure, A._startListMultiselect_closure18, A._addToListMultiselect_closure18, A._removeFromListMultiselect_closure18, A._clearListMultiselect_closure18, A._archiveSubscriptionSuccess_closure, A._deleteSubscriptionSuccess_closure, A._restoreSubscriptionSuccess_closure, A._addSubscription_closure, A._updateSubscription_closure, A._setLoadedSubscription_closure, A.memoizedFilteredSubscriptionList_closure, A.filteredSubscriptionsSelector_closure, A.SubscriptionState_loadSubscriptions_closure0, A.SubscriptionState_loadSubscriptions_closure1, A.SubscriptionState_loadSubscriptions_closure, A.handleTaskAction_closure, A.handleTaskAction_closure0, A.handleTaskAction_closure2, A.handleTaskAction_closure3, A.handleTaskAction_closure4, A.handleTaskAction_closure5, A._editTask_closure, A._viewTask_closure, A._viewTaskList_closure0, A._viewTaskList__closure, A._archiveTask_closure, A._archiveTask__closure, A._archiveTask__closure0, A._archiveTask__closure1, A._startTask_closure, A._startTask__closure, A._startTask__closure0, A._startTask__closure1, A._stopTask_closure, A._stopTask__closure, A._stopTask__closure0, A._stopTask__closure1, A._deleteTask_closure, A._deleteTask__closure, A._deleteTask__closure0, A._deleteTask__closure1, A._restoreTask_closure, A._restoreTask__closure, A._restoreTask__closure0, A._restoreTask__closure1, A._saveTask_closure, A._saveTask__closure, A._saveTask__closure0, A._loadTask_closure, A._loadTask__closure, A._loadTask__closure0, A._loadTasks_closure, A._loadTasks__closure, A._loadTasks___closure, A._loadTasks____closure, A._loadTasks_____closure, A._loadTasks__closure0, A._saveDocument_closure8, A._saveDocument__closure17, A._saveDocument___closure8, A._saveDocument____closure8, A._saveDocument__closure18, A._sortTasks_closure0, A._sortTasks__closure, A._sortTasks__closure0, A.taskUIReducer_closure, A.editingReducer__closure8, A.taskListReducer__closure, A._viewTaskList_closure, A._filterTasksByCustom1_closure, A._filterTasksByCustom1_closure0, A._filterTasksByCustom2_closure, A._filterTasksByCustom2_closure0, A._filterTasksByState_closure, A._filterTasksByState_closure0, A._filterTasksByStatus_closure, A._filterTasksByStatus_closure0, A._filterTasks_closure, A._sortTasks_closure, A._startListMultiselect_closure2, A._addToListMultiselect_closure2, A._removeFromListMultiselect_closure2, A._clearListMultiselect_closure2, A._purgeClientSuccess_closure18, A._purgeClientSuccess_closure19, A._purgeClientSuccess_closure17, A._purgeClientSuccess__closure12, A._sortTasksSuccess_closure, A._sortTasksSuccess__closure, A._archiveTaskSuccess_closure, A._startTaskSuccess_closure, A._stopTaskSuccess_closure, A._deleteTaskSuccess_closure, A._restoreTaskSuccess_closure, A._addTask_closure, A._updateTask_closure, A._setLoadedTask_closure, A.convertTaskToInvoiceItem_closure, A.convertTaskToInvoiceItem_closure0, A.convertTaskToInvoiceItem_closure2, A.memoizedTaskList_closure, A.taskList_closure, A.memoizedKanbanTaskList_closure, A.kanbanTasksSelector_closure, A.memoizedFilteredTaskList_closure, A.filteredTasksSelector_closure, A.TaskState_loadTasks_closure0, A.TaskState_loadTasks_closure1, A.TaskState_loadTasks_closure, A.handleTaskStatusAction_closure, A.handleTaskStatusAction_closure0, A._editTaskStatus_closure, A._viewTaskStatus_closure, A._viewTaskStatusList_closure0, A._viewTaskStatusList__closure, A._archiveTaskStatus_closure, A._archiveTaskStatus__closure, A._archiveTaskStatus__closure0, A._archiveTaskStatus__closure1, A._deleteTaskStatus_closure, A._deleteTaskStatus__closure, A._deleteTaskStatus__closure0, A._deleteTaskStatus__closure1, A._restoreTaskStatus_closure, A._restoreTaskStatus__closure, A._restoreTaskStatus__closure0, A._restoreTaskStatus__closure1, A._saveTaskStatus_closure, A._saveTaskStatus__closure, A._saveTaskStatus__closure0, A._loadTaskStatus_closure, A._loadTaskStatus__closure, A._loadTaskStatus__closure0, A._loadTaskStatuses_closure, A._loadTaskStatuses__closure, A._loadTaskStatuses__closure0, A.taskStatusUIReducer_closure, A.editingReducer__closure35, A.taskStatusListReducer__closure, A._viewTaskStatusList_closure, A._filterTaskStatusesByCustom1_closure, A._filterTaskStatusesByCustom1_closure0, A._filterTaskStatusesByCustom2_closure, A._filterTaskStatusesByCustom2_closure0, A._filterTaskStatusesByState_closure, A._filterTaskStatusesByState_closure0, A._filterTaskStatuses_closure, A._sortTaskStatuses_closure, A._startListMultiselect_closure17, A._addToListMultiselect_closure17, A._removeFromListMultiselect_closure17, A._clearListMultiselect_closure17, A._sortTaskStatusSuccess_closure, A._sortTaskStatusSuccess__closure, A._archiveTaskStatusSuccess_closure, A._deleteTaskStatusSuccess_closure, A._restoreTaskStatusSuccess_closure, A._addTaskStatus_closure, A._updateTaskStatus_closure, A._setLoadedTaskStatus_closure, A.sortedActiveTaskStatusIds_closure, A.memoizedDropdownTaskStatusList_closure, A.dropdownTaskStatusesSelector_closure, A.memoizedFilteredTaskStatusList_closure, A.filteredTaskStatusesSelector_closure, A.defaultTaskStatusId_closure, A.TaskStatusState_loadTaskStatuses_closure0, A.TaskStatusState_loadTaskStatuses_closure1, A.TaskStatusState_loadTaskStatuses_closure, A.handleTaxRateAction_closure, A._editTaxRate_closure, A._viewTaxRate_closure, A._viewTaxRateList_closure0, A._viewTaxRateList__closure, A._archiveTaxRate_closure, A._archiveTaxRate__closure, A._archiveTaxRate__closure0, A._archiveTaxRate__closure1, A._deleteTaxRate_closure, A._deleteTaxRate__closure, A._deleteTaxRate__closure0, A._deleteTaxRate__closure1, A._restoreTaxRate_closure, A._restoreTaxRate__closure, A._restoreTaxRate__closure0, A._restoreTaxRate__closure1, A._saveTaxRate_closure, A._saveTaxRate__closure, A._saveTaxRate__closure0, A._loadTaxRate_closure, A._loadTaxRate__closure, A._loadTaxRate__closure0, A._loadTaxRates_closure, A._loadTaxRates__closure, A._loadTaxRates__closure0, A.taxRateUIReducer_closure, A.editingReducer__closure14, A.taxRateListReducer__closure, A._viewTaxRateList_closure, A._filterTaxRatesByState_closure, A._filterTaxRatesByState_closure0, A._filterTaxRates_closure, A._sortTaxRates_closure, A._startListMultiselect_closure8, A._addToListMultiselect_closure8, A._removeFromListMultiselect_closure8, A._clearListMultiselect_closure8, A._archiveTaxRateSuccess_closure, A._deleteTaxRateSuccess_closure, A._restoreTaxRateSuccess_closure, A._addTaxRate_closure, A._updateTaxRate_closure, A._setLoadedTaxRate_closure, A._setLoadedTaxRates_closure, A._setLoadedTaxRates__closure, A._setLoadedTaxRates__closure0, A._setLoadedTaxRates_closure0, A._setLoadedCompany_closure3, A._setLoadedCompany__closure3, A._setLoadedCompany__closure4, A._setLoadedCompany_closure4, A.memoizedFilteredTaxRateList_closure, A.filteredTaxRatesSelector_closure, A.handleTokenAction_closure, A._editToken_closure, A._viewToken_closure, A._viewTokenList_closure0, A._viewTokenList__closure, A._archiveToken_closure, A._archiveToken__closure, A._archiveToken__closure0, A._archiveToken__closure1, A._deleteToken_closure, A._deleteToken__closure, A._deleteToken__closure0, A._deleteToken__closure1, A._restoreToken_closure, A._restoreToken__closure, A._restoreToken__closure0, A._restoreToken__closure1, A._saveToken_closure, A._saveToken__closure, A._saveToken__closure0, A._loadToken_closure, A._loadToken__closure, A._loadToken__closure0, A._loadTokens_closure, A._loadTokens__closure, A._loadTokens__closure0, A.tokenUIReducer_closure, A.editingReducer__closure25, A.tokenListReducer__closure, A._viewTokenList_closure, A._filterTokensByCustom1_closure, A._filterTokensByCustom1_closure0, A._filterTokensByCustom2_closure, A._filterTokensByCustom2_closure0, A._filterTokensByState_closure, A._filterTokensByState_closure0, A._filterTokens_closure, A._sortTokens_closure, A._startListMultiselect_closure13, A._addToListMultiselect_closure13, A._removeFromListMultiselect_closure13, A._clearListMultiselect_closure13, A._archiveTokenSuccess_closure, A._deleteTokenSuccess_closure, A._restoreTokenSuccess_closure, A._addToken_closure, A._updateToken_closure, A._setLoadedToken_closure, A.memoizedFilteredTokenList_closure, A.filteredTokensSelector_closure, A.TokenState_loadTokens_closure0, A.TokenState_loadTokens_closure1, A.TokenState_loadTokens_closure, A.handleTransactionAction_closure, A._editTransaction_closure, A._viewTransaction_closure, A._viewTransactionList_closure0, A._viewTransactionList__closure, A._archiveTransaction_closure, A._archiveTransaction__closure, A._archiveTransaction__closure0, A._archiveTransaction__closure1, A._deleteTransaction_closure, A._deleteTransaction__closure, A._deleteTransaction__closure0, A._deleteTransaction__closure1, A._restoreTransaction_closure, A._restoreTransaction__closure, A._restoreTransaction__closure0, A._restoreTransaction__closure1, A._convertTransactions_closure, A._convertTransactions__closure, A._convertTransactions__closure0, A._unlinkTransactions_closure, A._unlinkTransactions__closure, A._unlinkTransactions__closure0, A._convertToPayment_closure, A._convertToPayment__closure, A._convertToPayment__closure0, A._convertToExpense_closure, A._convertToExpense__closure, A._convertToExpense__closure0, A._linkToPayment_closure, A._linkToPayment__closure, A._linkToPayment__closure0, A._linkToExpense_closure, A._linkToExpense__closure, A._linkToExpense__closure0, A._saveTransaction_closure, A._saveTransaction__closure, A._saveTransaction__closure0, A._loadTransaction_closure, A._loadTransaction__closure, A._loadTransaction__closure0, A._loadTransactions_closure, A._loadTransactions__closure, A._loadTransactions__closure0, A.transactionUIReducer_closure, A.editingReducer__closure46, A.transactionListReducer__closure, A._viewTransactionList_closure, A._filterTransactionsByCustom1_closure, A._filterTransactionsByCustom1_closure0, A._filterTransactionsByCustom2_closure, A._filterTransactionsByCustom2_closure0, A._filterTransactionsByState_closure, A._filterTransactionsByState_closure0, A._filterTransactionsByStatus_closure, A._filterTransactionsByStatus_closure0, A._filterTransactions_closure, A._sortTransactions_closure, A._startListMultiselect_closure22, A._addToListMultiselect_closure22, A._removeFromListMultiselect_closure22, A._clearListMultiselect_closure22, A._archiveTransactionSuccess_closure, A._deleteTransactionSuccess_closure, A._restoreTransactionSuccess_closure, A._addTransaction_closure, A._updateTransaction_closure, A._convertTransactionToPayment_closure, A._linkTransactionToPayment_closure, A._linkTransactionToExpense_closure, A._setLoadedTransaction_closure, A.memoizedFilteredTransactionList_closure, A.filteredTransactionsSelector_closure, A.TransactionState_loadTransactions_closure0, A.TransactionState_loadTransactions_closure1, A.TransactionState_loadTransactions_closure, A.handleTransactionRuleAction_closure, A._editTransactionRule_closure, A._viewTransactionRule_closure, A._viewTransactionRuleList_closure0, A._viewTransactionRuleList__closure, A._archiveTransactionRule_closure, A._archiveTransactionRule__closure, A._archiveTransactionRule__closure0, A._archiveTransactionRule__closure1, A._deleteTransactionRule_closure, A._deleteTransactionRule__closure, A._deleteTransactionRule__closure0, A._deleteTransactionRule__closure1, A._restoreTransactionRule_closure, A._restoreTransactionRule__closure, A._restoreTransactionRule__closure0, A._restoreTransactionRule__closure1, A._saveTransactionRule_closure, A._saveTransactionRule__closure, A._saveTransactionRule__closure0, A._loadTransactionRule_closure, A._loadTransactionRule__closure, A._loadTransactionRule__closure0, A._loadTransactionRules_closure, A._loadTransactionRules__closure, A._loadTransactionRules__closure0, A.transactionRuleUIReducer_closure, A.editingReducer__closure47, A.transactionRuleListReducer__closure, A._viewTransactionRuleList_closure, A._filterTransactionRulesByCustom1_closure, A._filterTransactionRulesByCustom1_closure0, A._filterTransactionRulesByCustom2_closure, A._filterTransactionRulesByCustom2_closure0, A._filterTransactionRulesByState_closure, A._filterTransactionRulesByState_closure0, A._filterTransactionRules_closure, A._sortTransactionRules_closure, A._startListMultiselect_closure23, A._addToListMultiselect_closure23, A._removeFromListMultiselect_closure23, A._clearListMultiselect_closure23, A._archiveTransactionRuleSuccess_closure, A._deleteTransactionRuleSuccess_closure, A._restoreTransactionRuleSuccess_closure, A._addTransactionRule_closure, A._updateTransactionRule_closure, A._setLoadedTransactionRule_closure, A.memoizedFilteredTransactionRuleList_closure, A.filteredTransactionRulesSelector_closure, A.TransactionRuleState_loadTransactionRules_closure0, A.TransactionRuleState_loadTransactionRules_closure1, A.TransactionRuleState_loadTransactionRules_closure, A.prefReducer_closure, A._resortFields_closure, A._resortFields_closure0, A.sidebarEditorReducer__closure, A.sidebarEditorReducer__closure0, A.sidebarViewerReducer__closure, A.sidebarViewerReducer__closure0, A.companyPrefReducer_closure, A.historyReducer__closure0, A.historyReducer__closure, A.historyReducer___closure, A._addToHistory_closure, A._addToHistory_closure0, A._addToHistory_closure1, A.uiReducer_closure, A.previewStackReducer__closure, A.filterStackReducer__closure, A.UIState_mainRoute_closure, A.UIState_subRoute_closure, A.UIState_previousMainRoute_closure, A.UIState_previousSubRoute_closure, A.handleUserAction_closure, A.handleUserAction_closure0, A.handleUserAction_closure1, A.handleUserAction_closure2, A.handleUserAction_closure3, A.handleUserAction_closure4, A.handleUserAction_closure5, A.handleUserAction_closure6, A.handleUserAction_closure7, A.handleUserAction_closure8, A.handleUserAction_closure9, A.handleUserAction_closure11, A.handleUserAction_closure13, A.handleUserAction_closure15, A.handleUserAction_closure17, A.handleUserAction_closure16, A._editUser_closure, A._viewUser_closure, A._viewUserList_closure0, A._viewUserList__closure, A._archiveUser_closure, A._archiveUser__closure, A._archiveUser__closure0, A._archiveUser__closure1, A._deleteUser_closure, A._deleteUser__closure, A._deleteUser__closure0, A._deleteUser__closure1, A._restoreUser_closure, A._restoreUser__closure, A._restoreUser__closure0, A._restoreUser__closure1, A._removeUser_closure, A._removeUser__closure, A._removeUser__closure0, A._resendInvite_closure, A._resendInvite__closure, A._resendInvite__closure0, A._saveUser_closure, A._saveUser__closure, A._saveUser__closure0, A._loadUser_closure, A._loadUser__closure, A._loadUser__closure0, A._loadUsers_closure, A._loadUsers__closure, A._loadUsers__closure0, A.userUIReducer_closure, A.editingReducer__closure15, A.userListReducer__closure, A._viewUserList_closure, A._filterUsersByCustom1_closure, A._filterUsersByCustom1_closure0, A._filterUsersByCustom2_closure, A._filterUsersByCustom2_closure0, A._filterUsersByCustom3_closure, A._filterUsersByCustom3_closure0, A._filterUsersByCustom4_closure, A._filterUsersByCustom4_closure0, A._filterUsersByState_closure, A._filterUsersByState_closure0, A._filterUsers_closure, A._sortUsers_closure, A._startListMultiselect_closure9, A._addToListMultiselect_closure9, A._removeFromListMultiselect_closure9, A._clearListMultiselect_closure9, A._archiveUserSuccess_closure, A._deleteUserSuccess_closure, A._restoreUserSuccess_closure, A._removeUserSuccess_closure, A._addUser_closure, A._updateUser_closure, A._updateAuthUser_closure, A._connectOAuthUser_closure, A._disconnectOAuthUser_closure, A._disconnectOAuthMailer_closure, A._connectGmailUser_closure, A._setLoadedUser_closure, A._setLoadedUsers_closure, A._setLoadedUsers__closure, A._setLoadedUsers__closure0, A._setLoadedUsers_closure0, A._setLoadedCompany_closure5, A._setLoadedCompany__closure5, A._setLoadedCompany__closure6, A._setLoadedCompany_closure6, A.memoizedFilteredUserList_closure, A.filteredUsersSelector_closure, A.memoizedUserList_closure, A.userList_closure, A.memoizedGmailUserList_closure, A.gmailUserList_closure, A.memoizedMicrosoftUserList_closure, A.microsoftUserList_closure, A.handleVendorAction_closure, A.handleVendorAction_closure0, A._editVendor_closure, A._viewVendor_closure, A._viewVendorList_closure0, A._viewVendorList__closure, A._archiveVendor_closure, A._archiveVendor__closure, A._archiveVendor__closure0, A._archiveVendor__closure1, A._deleteVendor_closure, A._deleteVendor__closure, A._deleteVendor__closure0, A._deleteVendor__closure1, A._restoreVendor_closure, A._restoreVendor__closure, A._restoreVendor__closure0, A._restoreVendor__closure1, A._saveVendor_closure, A._saveVendor__closure, A._saveVendor__closure0, A._loadVendor_closure, A._loadVendor__closure, A._loadVendor__closure0, A._loadVendors_closure, A._loadVendors__closure, A._loadVendors___closure, A._loadVendors____closure, A._loadVendors_____closure, A._loadVendors__closure0, A._saveDocument_closure9, A._saveDocument__closure19, A._saveDocument___closure9, A._saveDocument____closure9, A._saveDocument__closure20, A.vendorUIReducer_closure, A.editingReducer__closure9, A._addContact_closure, A._removeContact_closure, A._updateContact_closure, A.vendorListReducer__closure, A._viewVendorList_closure, A._filterVendorsByCustom1_closure, A._filterVendorsByCustom1_closure0, A._filterVendorsByCustom2_closure, A._filterVendorsByCustom2_closure0, A._filterVendorsByCustom3_closure, A._filterVendorsByCustom3_closure0, A._filterVendorsByCustom4_closure, A._filterVendorsByCustom4_closure0, A._filterVendorsByState_closure, A._filterVendorsByState_closure0, A._filterVendors_closure, A._sortVendors_closure, A._startListMultiselect_closure3, A._addToListMultiselect_closure3, A._removeFromListMultiselect_closure3, A._clearListMultiselect_closure3, A._archiveVendorSuccess_closure, A._deleteVendorSuccess_closure, A._restoreVendorSuccess_closure, A._addVendor_closure, A._addVendor__closure, A._updateVendor_closure, A._updateVendor__closure, A._setLoadedVendor_closure, A._setLoadedVendor__closure, A.memoizedDropdownVendorList_closure, A.dropdownVendorsSelector_closure, A.memoizedFilteredVendorList_closure, A.filteredVendorsSelector_closure, A.memoizedCalculateVendorBalance_closure, A.calculateVendorBalance_closure, A.VendorState_loadVendors_closure0, A.VendorState_loadVendors_closure1, A.VendorState_loadVendors_closure, A.handleWebhookAction_closure, A._editWebhook_closure, A._viewWebhook_closure, A._viewWebhookList_closure0, A._viewWebhookList__closure, A._archiveWebhook_closure, A._archiveWebhook__closure, A._archiveWebhook__closure0, A._archiveWebhook__closure1, A._deleteWebhook_closure, A._deleteWebhook__closure, A._deleteWebhook__closure0, A._deleteWebhook__closure1, A._restoreWebhook_closure, A._restoreWebhook__closure, A._restoreWebhook__closure0, A._restoreWebhook__closure1, A._saveWebhook_closure, A._saveWebhook__closure, A._saveWebhook__closure0, A._loadWebhook_closure, A._loadWebhook__closure, A._loadWebhook__closure0, A._loadWebhooks_closure, A._loadWebhooks__closure, A._loadWebhooks__closure0, A.webhookUIReducer_closure, A.editingReducer__closure26, A.webhookListReducer__closure, A._viewWebhookList_closure, A._filterWebhooksByCustom1_closure, A._filterWebhooksByCustom1_closure0, A._filterWebhooksByCustom2_closure, A._filterWebhooksByCustom2_closure0, A._filterWebhooksByState_closure, A._filterWebhooksByState_closure0, A._filterWebhooks_closure, A._sortWebhooks_closure, A._startListMultiselect_closure14, A._addToListMultiselect_closure14, A._removeFromListMultiselect_closure14, A._clearListMultiselect_closure14, A._archiveWebhookSuccess_closure, A._deleteWebhookSuccess_closure, A._restoreWebhookSuccess_closure, A._addWebhook_closure, A._updateWebhook_closure, A._setLoadedWebhook_closure, A.memoizedFilteredWebhookList_closure, A.filteredWebhooksSelector_closure, A.WebhookState_loadWebhooks_closure0, A.WebhookState_loadWebhooks_closure1, A.WebhookState_loadWebhooks_closure, A.ActionMenuButton_build_closure, A.ActionMenuButton_build_closure0, A.ActionMenuButton_build_closure1, A._AppBottomBarState_build__closure14, A._AppBottomBarState_build___closure8, A._AppBottomBarState_build____closure1, A._AppBottomBarState_build_____closure2, A._AppBottomBarState_build__closure12, A._AppBottomBarState_build___closure6, A._AppBottomBarState_build____closure0, A._AppBottomBarState_build_____closure1, A._AppBottomBarState_build__closure2, A._AppBottomBarState_build___closure0, A._AppBottomBarState_build____closure, A._AppBottomBarState_build_____closure, A._AppBottomBarState_build__closure10, A._AppBottomBarState_build___closure4, A._AppBottomBarState_build__closure8, A._AppBottomBarState_build___closure3, A._AppBottomBarState_build__closure6, A._AppBottomBarState_build___closure2, A._AppBottomBarState_build__closure4, A._AppBottomBarState_build___closure1, A._AppBottomBarState_build___onColumnsPressed_closure, A._AppBottomBarState_build___onColumnsPressed__closure, A._AppBottomBarState_build___onColumnsPressed__closure0, A._AppBottomBarState_build___onColumnsPressed__closure1, A.CustomFieldSelector_build_closure0, A.CustomFieldSelector_build__closure, A.CustomFieldSelector_build___closure, A.ConfirmEmail_build___closure, A.ConfirmEmailVM_fromStore_closure2, A.ConfirmEmailVM_fromStore__closure, A._DesktopSessionTimeoutState_initState_closure, A._DesktopSessionTimeoutState_build__closure, A.MessageDialog_build_closure, A.ErrorDialog_build__closure, A._HealthCheckDialogState_runCheck_closure0, A._HealthCheckDialogState_runCheck_closure1, A._HealthCheckDialogState_clearCache_closure0, A._HealthCheckDialogState_clearCache__closure, A._HealthCheckDialogState_clearCache_closure1, A.multiselectDialog_closure, A.multiselectDialog__closure, A.MultiSelectListState_build_closure, A.MultiSelectListState_build_closure0, A.MultiSelectListState_build_closure2, A.MultiSelectListState_build_closure3, A.MultiSelectListState_build_closure4, A.DismissibleEntity_build_closure, A.DismissibleEntity_build_closure0, A.DismissibleEntity_build_closure1, A.DismissibleEntity_build_closure2, A.DismissibleEntity_build_closure3, A._DocumentGridState_build_closure, A._DocumentGridState_build__closure2, A._DocumentGridState_build__closure0, A._DocumentGridState_build__closure1, A._DocumentGridState_build__closure, A.DocumentTile_build_closure1, A.DocumentTile_build__closure, A.DocumentTile_build___closure, A.DocumentTile_build___closure0, A.DocumentTile_build_closure0, A.EditScaffold_build_closure3, A.EditScaffold_build__closure2, A.EditScaffold_build__closure1, A.EditScaffold_build___closure, A.EditScaffold_build_closure6, A.EditScaffold_build_closure7, A.EditScaffold_build_closure8, A.EditScaffold_build__closure, A.EditScaffold_build_closure9, A.showEntityActionsDialog_closure, A.showEntityActionsDialog_closure0, A._EntityListTileState_build_closure3, A._EntityListTileState_build_closure4, A._EntitiesListTileState_build_closure2, A._EntitiesListTileState_build_closure3, A._EntityDropdownState__showOptions_closure, A._EntityDropdownState__showOptions__closure, A._EntityDropdownState__showOptions__closure1, A._EntityDropdownState_build__closure8, A._EntityDropdownState_build_closure4, A._EntityDropdownState_build__closure0, A._EntityDropdownState_build__closure1, A._EntityDropdownState_build__closure2, A._EntityDropdownState_build_closure1, A._EntityDropdownState_build_closure3, A._EntityDropdownState_build_closure__wrapUp, A._EntityDropdownState_build___wrapUp_closure, A._EntityDropdownState_build__closure3, A._EntityDropdownState_build__closure4, A._EntityDropdownState_build__closure5, A._EntityDropdownState_build_closure2, A._EntityDropdownState_build__closure7, A._EntityDropdownState_build__closure6, A._EntityDropdownState_build_closure5, A._EntityDropdownState_build___closure, A._EntityDropdownState_build____closure, A._EntityDropdownState_build____closure0, A._EntityDropdownDialogState_build__selectEntity, A._EntityDropdownDialogState_build__headerRow_closure, A._EntityDropdownDialogState_build__headerRow__closure, A._EntityDropdownDialogState_build__createList_closure, A._EntityDropdownDialogState_build__createList_closure0, A._EntityDropdownDialogState_build__createList__closure, A.EntityTopFilter_build_closure, A.EntityTopFilter_build__closure0, A.EntityTopFilter_build__closure, A.EntityTopFilter_build___closure, A.EntityTopFilter_build___closure0, A.EntityTopFilterHeader_build_closure2, A.EntityTopFilterHeader_build__closure0, A.EntityTopFilterHeader_build__closure, A.EntityTopFilterHeader_build___closure, A.AppDropdownButton_build_closure, A.AppToggleButtons_build__closure, A.AppToggleButtons_build__closure0, A.BoolDropdownButton_build_closure, A.BoolDropdownButton_build_closure0, A.BoolDropdownButton_build_closure1, A.BoolDropdownButton_build_closure3, A.ClientPicker_build_closure, A._FormColorPickerState_didChangeDependencies_closure, A._FormColorPickerState_didChangeDependencies_closure0, A._FormColorPickerState__showPicker_closure, A._FormColorPickerState__showPicker__closure, A._CustomFieldState_build_closure, A._CustomFieldState_build_closure1, A._CustomFieldState_build_closure2, A._DatePickerState_build_closure1, A._DecoratedFormFieldState_build_closure2, A._DecoratedFormFieldState_build_closure0, A._DecoratedFormFieldState_build_closure1, A.DesignPicker_build_closure1, A.DesignPicker_build_closure, A.DesignPicker_build_closure0, A._DurationPickerState_build_closure1, A._DurationPickerState_build_closure, A._DurationPickerState_build__closure0, A._DurationPickerState_build_closure0, A.DynamicSelector_build_closure0, A.DynamicSelector_build_closure, A.DynamicSelector_build_closure1, A.NotificationSettings_build_closure, A.NotificationSettings_build_closure0, A.NotificationSettings_build_closure1, A.NotificationSettings_build__closure, A._NotificationSelector_build_closure, A._PasswordFormFieldState_build_closure0, A.ProjectPicker_build_closure0, A.ProjectPicker_build__closure, A.SaveCancelButtons_build_closure, A.SaveCancelButtons_build_closure0, A._TimePickerState_build_closure0, A._TimePickerState_build__closure, A._TimePickerState_build__closure0, A.VendorPicker_build_closure0, A.VendorPicker_build__closure, A.HistoryDrawer_build_closure, A._HistoryListTileState_build__closure, A._ImportantMessageBannerState_build__closure2, A._ImportantMessageBannerState_build___closure, A._ImportantMessageBannerState_build___closure0, A._ImportantMessageBannerState_build___closure1, A._ImportantMessageBannerState_build__closure0, A._InvoiceEmailViewState_dispose_closure, A._InvoiceEmailViewState__loadTemplate_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure1, A._InvoiceEmailViewState__buildEdit_closure0, A._InvoiceEmailViewState__buildEdit_closure1, A._InvoiceEmailViewState__buildEdit_closure2, A._InvoiceEmailViewState_build_closure, A._InvoiceEmailViewState_build_closure0, A._InvoiceEmailViewState_build_closure1, A._InvoiceEmailViewState_build_closure2, A._TaxRateDropdownState_didChangeDependencies_closure, A._TaxRateDropdownState_didChangeDependencies_closure0, A._TaxRateDropdownState_build_closure, A._TaxRateDropdownState_build_closure0, A._TaxRateDropdownState_build_closure1, A._TaxRateDropdownState_build_closure4, A._TaxRateDropdownState_build_closure3, A.TaxRateField_build_closure, A.TaxRateField_build_closure0, A._LinkTextRelatedEntityState_build_closure2, A._LinkTextRelatedEntityState_build_closure1, A._ListFilterState_build_closure0, A._ListFilterState_build_closure4, A._ListFilterState_build__closure2, A._ListFilterState_build__closure3, A._ListFilterState_build_closure3, A._ListFilterState_build_closure2, A._ListFilterState_build__closure4, A._ListFilterState_build_closure7, A._ListFilterState_build__closure, A._ListFilterState_build___closure0, A._ListFilterState_build__closure0, A._ListFilterState_build___closure, A._ListFilterState_build_closure6, A._ListFilterState_build_closure5, A._ListFilterState_build__closure1, A.ListScaffold_build_closure0, A.ListScaffold_build_closure5, A.ListScaffold_build_closure4, A._LiveTextState_initState_closure, A.MainScreen_build__closure, A._MenuDrawerState_build__companyLogo, A._MenuDrawerState_build__companyLogo_closure, A._MenuDrawerState_build__companyListItem, A._MenuDrawerState_build__companyListItem_closure, A._MenuDrawerState_build__companyListItem_closure2, A._MenuDrawerState_build__companyListItem_closure3, A._MenuDrawerState_build_closure, A._MenuDrawerState_build__closure5, A._MenuDrawerState_build_closure0, A._MenuDrawerState_build__closure4, A._MenuDrawerState_build_closure3, A._MenuDrawerState_build__closure3, A._MenuDrawerState_build_closure1, A._MenuDrawerState_build_closure2, A._MenuDrawerState_build__closure2, A._MenuDrawerState_build__closure1, A._MenuDrawerState_build__closure0, A._MenuDrawerState_build__closure, A._DrawerTileState_build_closure3, A._DrawerTileState_build_closure4, A.SidebarFooter_build__closure, A.SidebarFooterCollapsed_build_closure0, A.SidebarFooterCollapsed_build_closure, A._showContactUs_closure, A._showUpdate_closure, A._showAbout_closure, A._showAbout___closure1, A._showAbout___closure0, A._showAbout_____closure, A._showAbout___closure, A._ContactUsDialogState__sendMessage_closure0, A._ContactUsDialogState__sendMessage__closure1, A._ContactUsDialogState__sendMessage_closure1, A._ContactUsDialogState_build_closure1, A._ContactUsDialogState_build_closure2, A.MenuDrawerVM_fromStore_closure1, A.MenuDrawerVM_fromStore__closure, A.MenuDrawerVM_fromStore_closure, A.MenuDrawerVM_fromStore_closure0, A.MenuDrawerVM_fromStore__closure0, A.MenuDrawerVM_fromStore___closure, A.MenuDrawerVM_fromStore___closure0, A._DropDownMultiSelectState_initState_closure, A._DropDownMultiSelectState_build___closure2, A._DropDownMultiSelectState_build___closure3, A._DropDownMultiSelectState_build__closure1, A._DropDownMultiSelectState_build__closure2, A._DropDownMultiSelectState_build___closure, A._DropDownMultiSelectState_build__closure0, A._DropDownMultiSelectState_build____closure, A.AppPinput_build_closure, A.PortalLinks_build_closure1, A.PortalLinks_build_closure2, A.SearchText_build_closure0, A._AccountSmsVerificationState__sendCode_closure0, A._AccountSmsVerificationState__sendCode_closure1, A._AccountSmsVerificationState__verifyCode_closure0, A._AccountSmsVerificationState__verifyCode_closure1, A._AccountSmsVerificationState_build_closure, A._AccountSmsVerificationState_build_closure0, A._AccountSmsVerificationState_build_closure1, A._UserSmsVerificationState_initState_closure, A._UserSmsVerificationState__sendCode_closure0, A._UserSmsVerificationState__sendCode_closure1, A._UserSmsVerificationState__verifyCode_closure0, A._UserSmsVerificationState__verifyCode_closure1, A._UserSmsVerificationState_build_closure, A._SystemLogViewerState_build_closure, A._SystemLogViewerState_build_closure0, A._SystemLogViewerState_build_closure1, A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, A.AppPaginatedDataTableState_build_closure, A.EntityDataTableSource_getRow_closure, A.EntityDataTableSource_getRow_closure4, A._EntityListState_initState_closure, A._EntityListState_build_closure, A._EntityListState_build__closure, A._EntityListState_build__closure3, A._EntityListState_build__closure8, A._EntityListState_build___closure, A._EntityListState_build___closure0, A._EntityListState_build__closure5, A._EntityListState_build__closure6, A._EntityListState_build__closure7, A._EntityListState_build_closure0, A._EntityListState_build_closure1, A._EntityListState_build__closure13, A._EntityListState_build_closure2, A._EntityListState_build__closure11, A._EntityListState_build__closure10, A._EntityListState_build___closure2, A._EntityListState_build_closure5, A._EntityListState_build__closure9, A._EntityListState_build_closure4, A._UpgradeDialogState_initState_closure, A._UpgradeDialogState_initState_closure1, A._UpgradeDialogState__buildProductList_closure, A._UpgradeDialogState__buildProductList_closure1, A._VariablesHelpState_build_closure, A._VariablesHelpState_build_closure0, A._VariablesHelpState_build_closure1, A._VariableGrid_build__closure, A.ViewScaffold_build_closure4, A._WebSessionTimeoutState_initState_closure, A.InitScreen_build_closure0, A._LoginState__submitSignUpForm_closure0, A._LoginState__submitSignUpForm_closure1, A._LoginState__submitSignUpForm_closure2, A._LoginState__submitLoginForm_closure0, A._LoginState__submitLoginForm___closure, A._LoginState__submitLoginForm_closure1, A._LoginState__submitLoginForm_closure2, A._LoginState_build_closure2, A._LoginState_build_closure3, A._LoginState_build_closure4, A._LoginState_build_closure5, A._LoginState_build_closure6, A._LoginState_build_closure7, A._LoginState_build_closure8, A._LoginState_build_closure9, A.LoginVM_fromStore__handleLogin, A.LoginVM_fromStore__handleLogin_closure, A.LoginVM_fromStore__formatApiUrl, A.LoginVM_fromStore_closure3, A.LoginVM_fromStore___closure2, A.LoginVM_fromStore_closure4, A.LoginVM_fromStore___closure1, A.LoginVM_fromStore_closure5, A.LoginVM_fromStore___closure0, A.LoginVM_fromStore__closure4, A.LoginVM_fromStore_closure6, A.LoginVM_fromStore___closure, A.LoginVM_fromStore__closure2, A.LoginVM_fromStore_closure7, A.LoginVM_fromStore__closure0, A.LoginVM_fromStore_closure8, A.LoginVM_fromStore__closure, A.LoginVM_fromStore_closure1, A.LoginVM_fromStore__closure7, A.LoginVM_fromStore_closure0, A.LoginVM_fromStore_closure, A.LoginVM_fromStore__closure8, A.LoginVM_fromStore_closure2, A.BankAccountListItem_build_closure, A.BankAccountListVM_fromStore__handleRefresh, A.BankAccountListVM_fromStore_closure, A.BankAccountListVM_fromStore_closure0, A.BankAccountScreen_connectAccounts_closure, A.BankAccountScreen__connectAccounts_closure, A.BankAccountScreen__connectAccounts_closure0, A.BankAccountScreen_build_closure12, A.BankAccountScreen_build_closure9, A.BankAccountScreen_build_closure5, A.BankAccountScreen_build_closure6, A.BankAccountScreen_build_closure7, A.BankAccountScreen_build_closure8, A.BankAccountScreenVM_fromStore_closure, A.BankAccountScreenVM_fromStore__closure, A.BankAccountScreenVM_fromStore__closure0, A._BankAccountEditState_didChangeDependencies_closure, A._BankAccountEditState_didChangeDependencies_closure0, A._BankAccountEditState_dispose_closure, A._BankAccountEditState__onChanged_closure, A._BankAccountEditState_build_closure3, A._BankAccountEditState_build_closure4, A._BankAccountEditState_build_closure0, A._BankAccountEditState_build_closure, A._BankAccountEditState_build__closure0, A._BankAccountEditState_build_closure2, A._BankAccountEditState_build__closure, A.BankAccountEditScreen_build_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure1, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore___closure, A.BankAccountEditVM_BankAccountEditVM$fromStore___closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore____closure, A.BankAccountViewScreen_build_closure0, A.ClientListItem_build__closure, A.ClientListItem_build__closure3, A.ClientListVM_fromStore__handleRefresh, A.ClientListVM_fromStore_closure, A.ClientListVM_fromStore_closure0, A._ClientPdfViewState_loadPDF_closure0, A._ClientPdfViewState_loadPDF_closure1, A._ClientPdfViewState_loadPDF__closure0, A._ClientPdfViewState_build_closure1, A._ClientPdfViewState_build_closure, A._ClientPdfViewState_build_closure0, A._ClientPdfViewState_build_closure3, A._ClientPdfViewState_build_closure2, A._ClientPdfViewState_build_closure5, A._ClientPdfViewState_build_closure4, A._ClientPdfViewState_build__closure4, A._ClientPdfViewState_build__closure2, A._ClientPdfViewState_build_closure13, A.ClientPdfScreen_build_closure0, A.ClientPresenter_getField_closure0, A.ClientScreen_build_closure7, A.ClientScreen_build_closure4, A.ClientScreen_build_closure0, A.ClientScreen_build_closure1, A.ClientScreen_build_closure2, A.ClientScreen_build_closure3, A._ClientEditState_build_closure, A._ClientEditState_build_closure0, A.ClientEditBillingAddressState_didChangeDependencies_closure, A.ClientEditBillingAddressState_didChangeDependencies_closure0, A.ClientEditBillingAddressState_dispose_closure, A.ClientEditBillingAddressState__onChanged_closure, A.ClientEditBillingAddressState_build_closure, A.ClientEditBillingAddressState_build__closure0, A.ClientEditBillingAddressState_build__closure, A._ClientEditContactsState__showContactEditor_closure, A._ClientEditContactsState__showContactEditor__closure, A._ClientEditContactsState_build_closure, A._ClientEditContactsState_build_closure0, A.ContactEditDetailsState_didChangeDependencies_closure, A.ContactEditDetailsState_didChangeDependencies_closure0, A.ContactEditDetailsState_dispose_closure, A.ContactEditDetailsState__onChanged_closure, A.ContactEditDetailsState_build_closure0, A.ContactEditDetailsState_build_closure, A.ContactEditDetailsState_build_closure2, A.ContactEditDetailsState_build_closure1, A.ContactEditDetailsState_build_closure4, A.ContactEditDetailsState_build_closure3, A.ContactEditDetailsState_build_closure6, A.ContactEditDetailsState_build_closure5, A.ContactEditDetailsState_build_closure7, A.ContactEditDetailsState_build_closure8, A.ContactEditDetailsState_build_closure9, A.ContactEditDetailsState_build_closure10, A.ContactEditDetailsState_build_closure11, A.ContactEditDetailsState_build_closure12, A.ContactEditDetailsState_build___closure, A.ContactEditDetailsState_build__closure1, A.ContactEditDetailsState_build__closure, A.ClientEditContactsScreen_build_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1, A.ClientEditDetailsState_didChangeDependencies_closure, A.ClientEditDetailsState_didChangeDependencies_closure0, A.ClientEditDetailsState_dispose_closure, A.ClientEditDetailsState__onChanged_closure, A.ClientEditDetailsState_build_closure, A.ClientEditDetailsState_build_closure0, A.ClientEditDetailsState_build__closure3, A.ClientEditDetailsState_build_closure1, A.ClientEditDetailsState_build__closure2, A.ClientEditDetailsState_build_closure3, A.ClientEditDetailsState_build__closure1, A.ClientEditDetailsState_build_closure2, A.ClientEditDetailsState_build_closure4, A.ClientEditDetailsState_build__closure0, A.ClientEditDetailsState_build_closure5, A.ClientEditDetailsState_build__closure, A.ClientEditNotesState_didChangeDependencies_closure, A.ClientEditNotesState_didChangeDependencies_closure0, A.ClientEditNotesState_dispose_closure, A.ClientEditNotesState__onChanged_closure, A.ClientEditSettingsState_didChangeDependencies_closure, A.ClientEditSettingsState_didChangeDependencies_closure0, A.ClientEditSettingsState_dispose_closure, A.ClientEditSettingsState__onChanged_closure, A.ClientEditSettingsState_build_closure, A.ClientEditSettingsState_build__closure5, A.ClientEditSettingsState_build_closure0, A.ClientEditSettingsState_build__closure4, A.ClientEditSettingsState_build_closure1, A.ClientEditSettingsState_build_closure2, A.ClientEditSettingsState_build__closure3, A.ClientEditSettingsState_build_closure3, A.ClientEditSettingsState_build_closure4, A.ClientEditSettingsState_build__closure2, A.ClientEditSettingsState_build_closure5, A.ClientEditSettingsState_build__closure1, A.ClientEditSettingsState_build_closure6, A.ClientEditSettingsState_build_closure7, A.ClientEditSettingsState_build__closure0, A.ClientEditSettingsState_build_closure8, A.ClientEditSettingsState_build__closure, A.ClientEditShippingAddressState_didChangeDependencies_closure, A.ClientEditShippingAddressState_didChangeDependencies_closure0, A.ClientEditShippingAddressState_dispose_closure, A.ClientEditShippingAddressState__onChanged_closure, A.ClientEditShippingAddressState_build_closure, A.ClientEditShippingAddressState_build__closure0, A.ClientEditShippingAddressState_build__closure, A.ClientEditScreen_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure, A.ClientEditVM_ClientEditVM$fromStore__closure, A.ClientEditVM_ClientEditVM$fromStore__closure0, A.ClientEditVM_ClientEditVM$fromStore_closure1, A.ClientEditVM_ClientEditVM$fromStore_closure0, A.ClientEditVM_ClientEditVM$fromStore___closure, A.ClientEditVM_ClientEditVM$fromStore___closure0, A.ClientEditVM_ClientEditVM$fromStore___closure1, A.ClientEditVM_ClientEditVM$fromStore____closure, A._ClientViewState_build_closure, A._ClientViewDetailsState_build__buildDetailsList_closure, A._ClientViewFullwidthState_build_closure, A._ClientViewFullwidthState_build__closure2, A._ClientViewLedgerState_build_closure, A.ClientOverview_build_closure, A.ClientOverview_build_closure0, A.ClientViewPaymentMethods_build__closure, A.ClientViewScreen_build_closure0, A.ClientViewVM_ClientViewVM$fromStore__handleRefresh, A.ClientViewVM_ClientViewVM$fromStore_closure, A.ClientViewVM_ClientViewVM$fromStore_closure0, A.ClientViewVM_ClientViewVM$fromStore__closure, A.ClientViewVM_ClientViewVM$fromStore__closure0, A.ClientViewVM_ClientViewVM$fromStore___closure, A._CompanyGatewayListState_build_closure, A.CompanyGatewayListItem_build_closure, A.CompanyGatewayListVM_fromStore__handleRefresh, A.CompanyGatewayListVM_fromStore_closure, A.CompanyGatewayListVM_fromStore_closure1, A.CompanyGatewayListVM_fromStore__closure, A.CompanyGatewayListVM_fromStore__closure0, A.CompanyGatewayScreen_build_closure, A.CompanyGatewayScreen_build__closure0, A.CompanyGatewayScreen_build__closure1, A.CompanyGatewayScreen_build_closure0, A.CompanyGatewayScreen_build__closure, A.CompanyGatewayScreen_build_closure2, A.CompanyGatewayScreen_build_closure4, A.CompanyGatewayScreen_build_closure5, A.CompanyGatewayScreen_build_closure6, A.CompanyGatewayScreen_build_closure7, A.CompanyGatewayScreenVM_fromStore_closure, A._CompanyGatewayEditState_didChangeDependencies_closure, A._CompanyGatewayEditState_build_closure, A._CompanyGatewayEditState_build_closure0, A._CompanyGatewayEditState_build__closure18, A._CompanyGatewayEditState_build_closure3, A._CompanyGatewayEditState_build__closure17, A._CompanyGatewayEditState_build_closure4, A._CompanyGatewayEditState_build__closure16, A._CompanyGatewayEditState_build_closure6, A._CompanyGatewayEditState_build__closure15, A._CompanyGatewayEditState_build_closure5, A._CompanyGatewayEditState_build_closure7, A._CompanyGatewayEditState_build__closure14, A._CompanyGatewayEditState_build___closure, A._CompanyGatewayEditState_build_closure8, A._CompanyGatewayEditState_build__closure13, A._CompanyGatewayEditState_build_closure9, A._CompanyGatewayEditState_build__closure12, A._CompanyGatewayEditState_build_closure10, A._CompanyGatewayEditState_build__closure11, A._CompanyGatewayEditState_build_closure11, A._CompanyGatewayEditState_build__closure10, A._CompanyGatewayEditState_build_closure12, A._CompanyGatewayEditState_build__closure9, A._CompanyGatewayEditState_build_closure13, A._CompanyGatewayEditState_build__closure8, A._CompanyGatewayEditState_build_closure14, A._CompanyGatewayEditState_build__closure7, A._CompanyGatewayEditState_build_closure15, A._CompanyGatewayEditState_build__closure6, A._CompanyGatewayEditState_build_closure16, A._CompanyGatewayEditState_build__closure5, A._CompanyGatewayEditState_build_closure17, A._CompanyGatewayEditState_build__closure4, A._CompanyGatewayEditState_build_closure18, A._CompanyGatewayEditState_build__closure3, A._CompanyGatewayEditState_build_closure19, A._CompanyGatewayEditState_build__closure2, A._CompanyGatewayEditState_build_closure20, A._CompanyGatewayEditState_build__closure1, A._CompanyGatewayEditState_build_closure21, A._CompanyGatewayEditState_build__closure0, A._CompanyGatewayEditState_build_closure22, A._CompanyGatewayEditState_build_closure23, A.GatewayConfigSettings_build_closure0, A.GatewayConfigSettings_build__closure, A._GatewayConfigFieldState__obscureText_closure, A._GatewayConfigFieldState_build_closure0, A._GatewayConfigFieldState_build_closure, A._GatewayConfigFieldState_build_closure1, A._GatewayConfigFieldState_build_closure2, A._GatewayConfigFieldState_build_closure3, A._LimitEditorState__onChanged_closure, A._LimitEditorState__onChanged_closure0, A._LimitEditorState_build_closure, A._LimitEditorState_build_closure0, A._FeesEditorState_dispose_closure, A._FeesEditorState_didChangeDependencies_closure, A._FeesEditorState_didChangeDependencies_closure0, A._FeesEditorState__onChanged_closure, A._FeesEditorState__onChanged__closure, A._FeesEditorState_build_closure, A._FeesEditorState_build__closure2, A._FeesEditorState_build___closure2, A._FeesEditorState_build_closure0, A._FeesEditorState_build__closure1, A._FeesEditorState_build___closure1, A._FeesEditorState_build_closure1, A._FeesEditorState_build__closure0, A._FeesEditorState_build___closure0, A._FeesEditorState_build_closure2, A._FeesEditorState_build__closure, A._FeesEditorState_build___closure, A.CompanyGatewayEditScreen_build_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0, A._CompanyGatewayOverview_build_closure3, A.CompanyGatewayViewScreen_build_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure3, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure3, A.CreditEmailScreen_build_closure1, A.CreditEmailScreen_build_closure0, A.EmailCreditVM_EmailCreditVM$fromStore_closure, A.EmailCreditVM_EmailCreditVM$fromStore__closure, A.CreditListItem_build__closure, A.CreditListItem_build__closure3, A.CreditListVM_fromStore__handleRefresh, A.CreditListVM_fromStore_closure, A.CreditListVM_fromStore_closure0, A.CreditPdfScreen_build_closure0, A.CreditScreen_build_closure, A.CreditScreen_build_closure0, A.CreditScreen_build_closure1, A.CreditScreen_build_closure2, A.CreditScreen_build_closure3, A.CreditScreen_build_closure4, A.CreditScreen_build_closure14, A.CreditScreen_build_closure10, A.CreditScreen_build_closure6, A.CreditScreen_build_closure7, A.CreditScreen_build_closure8, A.CreditScreen_build_closure9, A._CreditEditState_build_closure1, A._CreditEditState_build_closure2, A._CreditEditState_build__closure, A._CreditEditState_build___closure0, A._CreditEditState_build___closure1, A._CreditEditState_build___closure, A.CreditEditDetailsScreen_build_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0, A.CreditEditItemsScreen_build_closure0, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure, A.CreditEditNotesScreen_build_closure0, A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure, A.CreditEditPDFScreen_build_closure0, A.CreditEditScreen_build_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure, A.CreditEditVM_CreditEditVM$fromStore___closure0, A.CreditEditVM_CreditEditVM$fromStore___closure1, A.CreditEditVM_CreditEditVM$fromStore___closure2, A.CreditEditVM_CreditEditVM$fromStore____closure, A.CreditEditVM_CreditEditVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure1, A.CreditEditVM_CreditEditVM$fromStore_closure2, A.CreditEditVM_CreditEditVM$fromStore__closure, A.CreditEditVM_CreditEditVM$fromStore__closure0, A.CreditEditVM_CreditEditVM$fromStore___closure, A.CreditViewScreen_build_closure0, A.CreditViewVM_CreditViewVM$fromStore__handleRefresh, A.CreditViewVM_CreditViewVM$fromStore_closure, A.CreditViewVM_CreditViewVM$fromStore_closure0, A.CreditViewVM_CreditViewVM$fromStore_closure1, A.CreditViewVM_CreditViewVM$fromStore__closure, A.CreditViewVM_CreditViewVM$fromStore__closure0, A.CreditViewVM_CreditViewVM$fromStore___closure, A.CreditViewVM_CreditViewVM$fromStore_closure2, A._DashboardChartState__onSelectionChanged_closure, A._DashboardChartState__onSelectionChanged_closure0, A._DashboardChartState_build_closure, A._DashboardDateRangePickerState_build_closure, A._DashboardDateRangePickerState_build_closure0, A._DashboardDateRangePickerState_build_closure1, A._DashboardDateRangePickerState_build_closure2, A._DashboardDateRangePickerState_build_closure5, A._DashboardDateRangePickerState_build_closure6, A._DashboardDateRangePickerState_build__closure, A.DashboardPanels__showDateOptions_closure, A.DashboardPanels__header__closure, A.DashboardPanels__header__closure0, A.DashboardPanels__header__closure1, A.DashboardPanels__header___closure0, A.DashboardPanels__header___closure1, A.DashboardPanels__header__closure2, A.DashboardPanels__header___closure, A.DashboardPanels__header__closure3, A.DashboardPanels__header__closure4, A.DashboardPanels__header___showSettings_closure, A.DashboardPanels__runningTasks_closure, A.DashboardPanels_build_closure, A.DashboardPanels_build_closure0, A.DashboardPanels_build_closure1, A.DashboardPanels_build_closure2, A.DashboardPanels_build_closure3, A.DashboardPanels_build__closure2, A.__DashboardPanelState_build_closure, A.__OverviewPanelState_build_closure, A.__DashboardSettingsState_build_closure, A.__DashboardSettingsState_build_closure0, A.__DashboardSettingsState_build_closure1, A.__DashboardSettingsState_build_closure2, A.__DashboardSettingsState_build__closure6, A.__DashboardSettingsState_build__closure2, A.__DashboardSettingsState_build__closure4, A.__DashboardSettingsState_build__closure0, A.__DashboardSettingsState_build_closure9, A.__DashboardSettingsState_build_closure8, A._DashboardFieldState_build__closure5, A._DashboardFieldState_build_closure0, A._DashboardFieldState_build_closure1, A._DashboardFieldState_build_closure2, A._DashboardFieldState_build_closure3, A._DashboardFieldState_build__closure, A._DashboardFieldState_build__closure0, A._DashboardScreenState_initState_closure, A._DashboardScreenState_initState_closure0, A._DashboardScreenState_initState__closure, A._DashboardScreenState_build_closure, A._DashboardScreenState_build_closure0, A._DashboardScreenState_build__closure0, A._DashboardScreenState_build___closure, A._DashboardScreenState_build___closure0, A._DashboardScreenState_build___closure1, A._DashboardScreenState_build_closure3, A.DashboardVM_fromStore__handleRefresh, A.DashboardVM_fromStore_closure, A.DashboardVM_fromStore_closure0, A.DashboardVM_fromStore_closure4, A.DashboardVM_fromStore_closure5, A.DashboardVM_fromStore_closure2, A.DashboardVM_fromStore_closure3, A.DesignListItem_build_closure, A.DesignListVM_fromStore__handleRefresh, A.DesignListVM_fromStore_closure, A.DesignListVM_fromStore_closure0, A.DesignScreen_build_closure7, A.DesignScreen_build_closure4, A.DesignScreen_build_closure0, A.DesignScreen_build_closure1, A.DesignScreen_build_closure2, A.DesignScreen_build_closure3, A._DesignEditState_didChangeDependencies_closure, A._DesignEditState_didChangeDependencies_closure0, A._DesignEditState_dispose_closure, A._DesignEditState__onChanged_closure, A._DesignEditState__loadDesign_closure, A._DesignEditState__loadDesign_closure0, A._DesignEditState__loadPreview_closure0, A._DesignEditState_build_closure2, A._DesignEditState_build_closure, A._DesignEditState_build_closure0, A._DesignEditState_build_closure1, A._DesignSettingsState_build_closure, A._DesignSettingsState_build_closure0, A._DesignSettingsState_build_closure1, A._DesignSettingsState_build__closure2, A._DesignSettingsState_build_closure4, A._DesignSettingsState_build_closure5, A._DesignSettingsState_build__closure1, A._DesignSettingsState_build___closure, A._DesignSettingsState_build____closure, A._DesignSettingsState_build__closure, A._DesignSettingsState_build__closure0, A._PdfDesignPreviewState_build_closure, A.__DesignImportDialogState_build_closure, A.DesignEditScreen_build_closure0, A.DesignEditVM_DesignEditVM$fromStore_closure, A.DesignEditVM_DesignEditVM$fromStore_closure1, A.DesignEditVM_DesignEditVM$fromStore_closure0, A._DesignViewState_build_closure, A._DesignViewState_build_closure0, A._DesignViewState_build_closure1, A._DesignViewState_build_closure2, A._DesignViewState_build_closure3, A._DesignViewState_build_closure4, A._DesignViewState_build_closure5, A._DesignViewState_build_closure6, A.DesignViewScreen_build_closure0, A.DocumentListItem_build__closure, A.DocumentListItem_build__closure3, A.DocumentListBuilder_build__closure1, A.DocumentListVM_fromStore_closure0, A.DocumentScreen_build_closure, A.DocumentScreen_build_closure0, A.DocumentScreen_build_closure1, A.DocumentScreen_build_closure2, A.DocumentScreen_build_closure3, A.DocumentScreen_build_closure4, A.DocumentScreen_build_closure11, A.DocumentScreen_build_closure7, A.DocumentScreen_build_closure8, A.DocumentScreen_build_closure9, A.DocumentScreen_build_closure10, A._DocumentEditState_didChangeDependencies_closure, A._DocumentEditState_didChangeDependencies_closure0, A._DocumentEditState_dispose_closure, A._DocumentEditState__onChanged_closure, A._DocumentEditState_build_closure1, A._DocumentEditState_build_closure0, A._DocumentEditState_build_closure, A._DocumentEditState_build__closure, A._DocumentEditState_build__closure0, A.DocumentEditScreen_build_closure0, A.DocumentEditVM_DocumentEditVM$fromStore_closure1, A.DocumentEditVM_DocumentEditVM$fromStore_closure, A.DocumentEditVM_DocumentEditVM$fromStore_closure0, A.DocumentEditVM_DocumentEditVM$fromStore___closure, A.DocumentEditVM_DocumentEditVM$fromStore___closure0, A.DocumentEditVM_DocumentEditVM$fromStore____closure, A._DocumentViewState_build_closure, A.DocumentViewScreen_build_closure0, A._ExpenseEditState__onSavePressed_closure, A._ExpenseEditState_build_closure1, A._ExpenseEditState_build_closure2, A.ExpenseEditDetailsState_didChangeDependencies_closure, A.ExpenseEditDetailsState_didChangeDependencies_closure0, A.ExpenseEditDetailsState_dispose_closure, A.ExpenseEditDetailsState__onChanged_closure, A.ExpenseEditDetailsState_build_closure1, A.ExpenseEditDetailsState_build__closure18, A.ExpenseEditDetailsState_build_closure, A.ExpenseEditDetailsState_build__closure19, A.ExpenseEditDetailsState_build_closure3, A.ExpenseEditDetailsState_build__closure17, A.ExpenseEditDetailsState_build_closure2, A.ExpenseEditDetailsState_build_closure4, A.ExpenseEditDetailsState_build__closure16, A.ExpenseEditDetailsState_build_closure6, A.ExpenseEditDetailsState_build__closure14, A.ExpenseEditDetailsState_build__closure15, A.ExpenseEditDetailsState_build_closure7, A.ExpenseEditDetailsState_build__closure13, A.ExpenseEditDetailsState_build_closure8, A.ExpenseEditDetailsState_build__closure12, A.ExpenseEditDetailsState_build_closure9, A.ExpenseEditDetailsState_build__closure11, A.ExpenseEditDetailsState_build_closure10, A.ExpenseEditDetailsState_build__closure10, A.ExpenseEditDetailsState_build_closure11, A.ExpenseEditDetailsState_build__closure9, A.ExpenseEditDetailsState_build_closure12, A.ExpenseEditDetailsState_build__closure8, A.ExpenseEditDetailsState_build_closure13, A.ExpenseEditDetailsState_build__closure7, A.ExpenseEditDetailsState_build_closure14, A.ExpenseEditDetailsState_build__closure6, A.ExpenseEditDetailsState_build_closure15, A.ExpenseEditDetailsState_build__closure5, A.ExpenseEditDetailsState_build_closure16, A.ExpenseEditDetailsState_build__closure4, A.ExpenseEditDetailsState_build_closure17, A.ExpenseEditDetailsState_build__closure3, A.ExpenseEditDetailsState_build__closure2, A.ExpenseEditDetailsState_build_closure20, A.ExpenseEditDetailsState_build__closure1, A.ExpenseEditDetailsState_build_closure19, A.ExpenseEditDetailsState_build__closure0, A.ExpenseEditDetailsState_build_closure23, A.ExpenseEditDetailsState_build__closure, A.ExpenseEditDetailsState_build_closure22, A.ExpenseEditNotesState_didChangeDependencies_closure, A.ExpenseEditNotesState_didChangeDependencies_closure0, A.ExpenseEditNotesState_dispose_closure, A.ExpenseEditNotesState__onChanged_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure0, A.ExpenseEditSettingsState_dispose_closure, A.ExpenseEditSettingsState__onChanged_closure, A.ExpenseEditSettingsState__setCurrency_closure, A.ExpenseEditSettingsState__setCurrency_closure0, A.ExpenseEditSettingsState__calculateExchangeRate_closure, A.ExpenseEditSettingsState_build_closure, A.ExpenseEditSettingsState_build__closure11, A.ExpenseEditSettingsState_build_closure0, A.ExpenseEditSettingsState_build__closure7, A.ExpenseEditSettingsState_build__closure8, A.ExpenseEditSettingsState_build__closure9, A.ExpenseEditSettingsState_build_closure1, A.ExpenseEditSettingsState_build__closure6, A.ExpenseEditSettingsState_build__closure5, A.ExpenseEditSettingsState_build_closure3, A.ExpenseEditSettingsState_build__closure3, A.ExpenseEditSettingsState_build__closure4, A.ExpenseEditSettingsState_build_closure4, A.ExpenseEditSettingsState_build_closure7, A.ExpenseEditSettingsState_build_closure5, A.ExpenseEditSettingsState_build_closure6, A.ExpenseEditSettingsState_build_closure8, A.ExpenseEditSettingsState_build__closure1, A.ExpenseEditSettingsState_build_closure10, A.ExpenseEditSettingsState_build__closure0, A.ExpenseEditSettingsState_build_closure11, A.ExpenseEditSettingsState_build__closure, A.ExpenseEditScreen_build_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore____closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure, A.ExpenseListItem_build__closure, A.ExpenseListItem_build__closure3, A.ExpenseListVM_fromStore__handleRefresh, A.ExpenseListVM_fromStore_closure, A.ExpenseListVM_fromStore_closure0, A.ExpenseScreen_build_closure, A.ExpenseScreen_build_closure0, A.ExpenseScreen_build_closure1, A.ExpenseScreen_build_closure2, A.ExpenseScreen_build_closure3, A.ExpenseScreen_build_closure14, A.ExpenseScreen_build_closure10, A.ExpenseScreen_build_closure6, A.ExpenseScreen_build_closure7, A.ExpenseScreen_build_closure8, A.ExpenseScreen_build_closure9, A._ExpenseViewState_build_closure, A._ExpenseViewScheduleState_build_closure, A.ExpenseViewScreen_build_closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore___closure, A._ExpenseCategoryEditState_didChangeDependencies_closure, A._ExpenseCategoryEditState_didChangeDependencies_closure0, A._ExpenseCategoryEditState_dispose_closure, A._ExpenseCategoryEditState__onChanged_closure, A._ExpenseCategoryEditState_build_closure0, A._ExpenseCategoryEditState_build_closure1, A._ExpenseCategoryEditState_build_closure, A._ExpenseCategoryEditState_build__closure, A._ExpenseCategoryEditState_build__closure0, A._ExpenseCategoryEditState_build__closure1, A._ExpenseCategoryEditState_build___closure, A.ExpenseCategoryEditScreen_build_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure, A.ExpenseCategoryListItem_build_closure, A.ExpenseCategoryListVM_fromStore__handleRefresh, A.ExpenseCategoryListVM_fromStore_closure, A.ExpenseCategoryListVM_fromStore_closure0, A.ExpenseCategoryScreen_build_closure7, A.ExpenseCategoryScreen_build_closure4, A.ExpenseCategoryScreen_build_closure0, A.ExpenseCategoryScreen_build_closure1, A.ExpenseCategoryScreen_build_closure2, A.ExpenseCategoryScreen_build_closure3, A.ExpenseCategoryViewScreen_build_closure0, A._GroupEditState_didChangeDependencies_closure, A._GroupEditState_didChangeDependencies_closure0, A._GroupEditState_dispose_closure, A._GroupEditState__onChanged_closure, A._GroupEditState_build_closure0, A._GroupEditState_build_closure1, A._GroupEditState_build_closure, A._GroupEditState_build__closure, A._GroupEditState_build__closure0, A.GroupEditScreen_build_closure0, A.GroupEditVM_GroupEditVM$fromStore_closure, A.GroupEditVM_GroupEditVM$fromStore_closure1, A.GroupEditVM_GroupEditVM$fromStore_closure0, A.GroupEditVM_GroupEditVM$fromStore___closure, A.GroupEditVM_GroupEditVM$fromStore___closure0, A.GroupEditVM_GroupEditVM$fromStore____closure, A.GroupListItem_build_closure, A.GroupListVM_fromStore__handleRefresh, A.GroupListVM_fromStore_closure, A.GroupListVM_fromStore_closure0, A.GroupSettingsScreen_build_closure3, A.GroupSettingsScreen_build_closure0, A.GroupViewScreen_build_closure0, A.GroupViewVM_GroupViewVM$fromStore_closure0, A.GroupViewVM_GroupViewVM$fromStore__closure, A.GroupViewVM_GroupViewVM$fromStore__closure0, A.GroupViewVM_GroupViewVM$fromStore___closure, A._InvoiceEditState__onSavePressed_closure, A._InvoiceEditState_build_closure1, A._InvoiceEditState_build_closure2, A._InvoiceEditState_build__closure, A._InvoiceEditState_build___closure0, A._InvoiceEditState_build___closure1, A._InvoiceEditState_build___closure, A.InvoiceEditContacts_build_closure0, A.InvoiceEditContacts_build_closure2, A._ContactListTileState_build_closure, A._ContactListTileState_build_closure0, A._ContactListTileState_build_closure1, A._ContactListTileState_build__closure, A._ContactListTileState_build__closure0, A.InvoiceEditContactsScreen_build_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1, A.InvoiceEditDesktopState_didChangeDependencies_closure, A.InvoiceEditDesktopState_didChangeDependencies_closure0, A.InvoiceEditDesktopState_dispose_closure, A.InvoiceEditDesktopState__onChanged_closure, A.InvoiceEditDesktopState_build_closure, A.InvoiceEditDesktopState_build_closure0, A.InvoiceEditDesktopState_build_closure1, A.InvoiceEditDesktopState_build_closure2, A.InvoiceEditDesktopState_build_closure3, A.InvoiceEditDesktopState_build_closure4, A.InvoiceEditDesktopState_build_closure8, A.InvoiceEditDesktopState_build__closure21, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build__closure20, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure19, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure18, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure17, A.InvoiceEditDesktopState_build__closure16, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build__closure15, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build_closure25, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure26, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build___closure8, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build___closure7, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDesktopState_build___closure5, A.InvoiceEditDesktopState_build___closure6, A.InvoiceEditDesktopState_build__closure3, A.InvoiceEditDesktopState_build___closure4, A.InvoiceEditDesktopState_build__closure5, A.InvoiceEditDesktopState_build___closure2, A.InvoiceEditDesktopState_build___closure3, A.InvoiceEditDesktopState_build__closure6, A.InvoiceEditDesktopState_build___closure1, A.InvoiceEditDesktopState_build__closure7, A.InvoiceEditDesktopState_build___closure0, A.InvoiceEditDesktopState_build__closure8, A.InvoiceEditDesktopState_build___closure, A.InvoiceEditDesktopState_build_closure30, A.InvoiceEditDesktopState_build_closure31, A.InvoiceEditDesktopState_build_closure32, A.InvoiceEditDesktopState_build__closure, A.__PdfPreviewState__loadPdf_closure0, A.__PdfPreviewState__loadPdf_closure1, A.__PdfPreviewState_build_closure1, A.InvoiceEditDetailsState_didChangeDependencies_closure, A.InvoiceEditDetailsState_didChangeDependencies_closure0, A.InvoiceEditDetailsState_dispose_closure, A.InvoiceEditDetailsState__onChanged_closure, A.InvoiceEditDetailsState_build_closure, A.InvoiceEditDetailsState_build_closure0, A.InvoiceEditDetailsState_build_closure1, A.InvoiceEditDetailsState_build_closure2, A.InvoiceEditDetailsState_build_closure3, A.InvoiceEditDetailsState_build_closure4, A.InvoiceEditDetailsState_build__closure19, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build__closure18, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build__closure17, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure16, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build__closure15, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build__closure14, A.InvoiceEditDetailsState_build__closure13, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure25, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure26, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build_closure28, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure29, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build_closure30, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure31, A.InvoiceEditDetailsState_build__closure0, A.InvoiceEditDetailsState_build__closure, A.InvoiceEditDetailsScreen_build_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0, A._InvoiceEditItemsState__showInvoiceItemEditor_closure, A._InvoiceEditItemsState_build_closure, A.ItemEditDetailsState_didChangeDependencies_closure, A.ItemEditDetailsState_dispose_closure, A.ItemEditDetailsState__onChanged_closure, A.ItemEditDetailsState__onChanged_closure0, A.ItemEditDetailsState_build__closure3, A.ItemEditDetailsState_build_closure2, A.ItemEditDetailsState_build_closure1, A.ItemEditDetailsState_build_closure3, A.ItemEditDetailsState_build_closure4, A.ItemEditDetailsState_build_closure5, A._InvoiceEditItemsDesktopState__updateColumns_closure, A._InvoiceEditItemsDesktopState__updateColumns_closure0, A._InvoiceEditItemsDesktopState__updateColumns_closure1, A._InvoiceEditItemsDesktopState__updateColumns_closure2, A._InvoiceEditItemsDesktopState__updateColumns_closure3, A._InvoiceEditItemsDesktopState__onFocusChange_closure, A._InvoiceEditItemsDesktopState_build_closure, A._InvoiceEditItemsDesktopState_build_closure0, A._InvoiceEditItemsDesktopState_build__closure33, A._InvoiceEditItemsDesktopState_build__closure34, A._InvoiceEditItemsDesktopState_build_closure4, A._InvoiceEditItemsDesktopState_build_closure5, A._InvoiceEditItemsDesktopState_build_closure7, A._InvoiceEditItemsDesktopState_build__closure5, A._InvoiceEditItemsDesktopState_build__closure3, A._InvoiceEditItemsDesktopState_build___closure13, A._InvoiceEditItemsDesktopState_build___closure14, A._InvoiceEditItemsDesktopState_build__closure0, A._InvoiceEditItemsDesktopState_build__closure2, A._InvoiceEditItemsDesktopState_build___closure15, A._InvoiceEditItemsDesktopState_build___closure16, A._InvoiceEditItemsDesktopState_build__closure1, A._InvoiceEditItemsDesktopState_build___closure18, A._InvoiceEditItemsDesktopState_build___closure17, A._InvoiceEditItemsDesktopState_build____closure2, A._InvoiceEditItemsDesktopState_build__closure4, A._InvoiceEditItemsDesktopState_build____closure, A._InvoiceEditItemsDesktopState_build____closure1, A._InvoiceEditItemsDesktopState_build____closure0, A._InvoiceEditItemsDesktopState_build__closure7, A._InvoiceEditItemsDesktopState_build__closure6, A._InvoiceEditItemsDesktopState_build___closure11, A._InvoiceEditItemsDesktopState_build__closure9, A._InvoiceEditItemsDesktopState_build__closure8, A._InvoiceEditItemsDesktopState_build___closure10, A._InvoiceEditItemsDesktopState_build__closure11, A._InvoiceEditItemsDesktopState_build__closure10, A._InvoiceEditItemsDesktopState_build___closure9, A._InvoiceEditItemsDesktopState_build__closure13, A._InvoiceEditItemsDesktopState_build__closure12, A._InvoiceEditItemsDesktopState_build___closure8, A._InvoiceEditItemsDesktopState_build__closure15, A._InvoiceEditItemsDesktopState_build__closure14, A._InvoiceEditItemsDesktopState_build___closure7, A._InvoiceEditItemsDesktopState_build__closure18, A._InvoiceEditItemsDesktopState_build__closure17, A._InvoiceEditItemsDesktopState_build___closure6, A._InvoiceEditItemsDesktopState_build__closure16, A._InvoiceEditItemsDesktopState_build__closure20, A._InvoiceEditItemsDesktopState_build__closure19, A._InvoiceEditItemsDesktopState_build___closure5, A._InvoiceEditItemsDesktopState_build___closure4, A._InvoiceEditItemsDesktopState_build__closure23, A._InvoiceEditItemsDesktopState_build__closure22, A._InvoiceEditItemsDesktopState_build___closure3, A._InvoiceEditItemsDesktopState_build__closure25, A._InvoiceEditItemsDesktopState_build__closure24, A._InvoiceEditItemsDesktopState_build___closure2, A._InvoiceEditItemsDesktopState_build__closure27, A._InvoiceEditItemsDesktopState_build__closure26, A._InvoiceEditItemsDesktopState_build___closure1, A._InvoiceEditItemsDesktopState_build__closure29, A._InvoiceEditItemsDesktopState_build__closure28, A._InvoiceEditItemsDesktopState_build___closure0, A._InvoiceEditItemsDesktopState_build__closure31, A._InvoiceEditItemsDesktopState_build__closure30, A._InvoiceEditItemsDesktopState_build___closure, A._InvoiceEditItemsDesktopState_build_closure8, A._InvoiceEditItemsDesktopState_build__closure, A._InvoiceEditItemsDesktopState_build_closure9, A.InvoiceEditItemsScreen_build_closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure, A.InvoiceEditNotesState_didChangeDependencies_closure, A.InvoiceEditNotesState_didChangeDependencies_closure0, A.InvoiceEditNotesState_dispose_closure, A.InvoiceEditNotesState__onChanged_closure, A.InvoiceEditNotesScreen_build_closure0, A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure, A.InvoiceEditPDFState_didChangeDependencies_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure1, A.InvoiceEditPDFState_build_closure, A.InvoiceEditPDFScreen_build_closure0, A.InvoiceEditScreen_build_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure3, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure5, A.InvoiceEditVM_InvoiceEditVM$fromStore____closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure, A._InvoiceItemSelectorState__onItemsSelected_closure, A._InvoiceItemSelectorState__updateClientId_closure, A._InvoiceItemSelectorState_build_closure, A._InvoiceItemSelectorState_build_closure0, A._InvoiceItemSelectorState_build_closure1, A._InvoiceItemSelectorState_build__productList__closure, A._InvoiceItemSelectorState_build__taskList__closure, A._InvoiceItemSelectorState_build__expenseList__closure, A._InvoiceItemSelectorState_build_closure2, A.InvoiceEmailScreen_build_closure1, A.InvoiceEmailScreen_build_closure0, A.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure, A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure, A.InvoiceListItem_build__closure, A.InvoiceListItem_build__closure3, A.InvoiceListVM_fromStore__handleRefresh, A.InvoiceListVM_fromStore_closure, A.InvoiceListVM_fromStore_closure0, A._InvoicePdfViewState_loadPdf_closure0, A._InvoicePdfViewState_loadPdf_closure1, A._InvoicePdfViewState_loadPdf__closure0, A._InvoicePdfViewState_build_closure0, A._InvoicePdfViewState_build_closure, A._InvoicePdfViewState_build_closure1, A._InvoicePdfViewState_build_closure5, A.InvoicePdfScreen_build_closure0, A.InvoiceScreen_build_closure, A.InvoiceScreen_build_closure0, A.InvoiceScreen_build_closure1, A.InvoiceScreen_build_closure2, A.InvoiceScreen_build_closure3, A.InvoiceScreen_build_closure4, A.InvoiceScreen_build_closure5, A.InvoiceScreen_build_closure6, A.InvoiceScreen_build_closure7, A.InvoiceScreen_build_closure17, A.InvoiceScreen_build_closure13, A.InvoiceScreen_build_closure9, A.InvoiceScreen_build_closure10, A.InvoiceScreen_build_closure11, A.InvoiceScreen_build_closure12, A._InvoiceViewState_build_closure, A.InvoiceViewContacts_build_closure, A._InvitationListTile_build_closure, A._InvitationListTile_build_closure1, A.InvoiceViewDocuments_build_closure0, A._InvoiceViewHistoryState_build_closure, A._InvoiceViewHistoryState_build_closure0, A.InvoiceOverview_build_closure, A.InvoiceOverview_build__closure0, A.InvoiceOverview_build__closure1, A.InvoiceOverview_build_closure0, A.InvoiceOverview_build_closure1, A.InvoiceOverview_build_closure2, A.InvoiceOverview_build__closure, A._InvoiceViewScheduleState_build_closure, A.InvoiceViewScreen_build_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore___closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, A._PaymentEditState_didChangeDependencies_closure, A._PaymentEditState_didChangeDependencies_closure0, A._PaymentEditState_dispose_closure, A._PaymentEditState__onChanged_closure, A._PaymentEditState_convertCurrency_closure, A._PaymentEditState_build_closure, A._PaymentEditState_build_closure0, A._PaymentEditState_build_closure1, A._PaymentEditState_build_closure2, A._PaymentEditState_build_closure4, A._PaymentEditState_build_closure3, A._PaymentEditState_build__closure5, A._PaymentEditState_build_closure5, A._PaymentEditState_build_closure6, A._PaymentEditState_build_closure8, A._PaymentEditState_build__closure4, A._PaymentEditState_build_closure9, A._PaymentEditState_build__closure3, A._PaymentEditState_build_closure10, A._PaymentEditState_build__closure2, A._PaymentEditState_build_closure11, A._PaymentEditState_build__closure0, A._PaymentEditState_build_closure12, A._PaymentEditState_build_closure14, A._PaymentEditState_build__closure, A._PaymentEditState_build_closure13, A._PaymentEditState_build_closure17, A._PaymentableEditorState_didChangeDependencies_closure, A._PaymentableEditorState_didChangeDependencies_closure0, A._PaymentableEditorState_dispose_closure0, A._PaymentableEditorState__onChanged_closure, A._PaymentableEditorState__onChanged_closure0, A._PaymentableEditorState__onChanged_closure1, A._PaymentableEditorState__onChanged_closure2, A._PaymentableEditorState__onChanged_closure3, A._PaymentableEditorState__onChanged_closure4, A._PaymentableEditorState__onChanged_closure5, A._PaymentableEditorState_build_closure, A._PaymentableEditorState_build_closure0, A._PaymentableEditorState_build_closure3, A._PaymentableEditorState_build_closure2, A._PaymentableEditorState_build_closure1, A._PaymentableEditorState_build_closure6, A._PaymentableEditorState_build_closure5, A._PaymentableEditorState_build_closure4, A._PaymentableEditorState_build__closure, A._PaymentableEditorState_build__closure0, A.PaymentEditFooter_build_closure, A.PaymentEditFooter_build_closure0, A.PaymentEditScreen_build_closure0, A.PaymentEditVM_PaymentEditVM$fromStore_closure, A.PaymentEditVM_PaymentEditVM$fromStore_closure1, A.PaymentEditVM_PaymentEditVM$fromStore_closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure, A.PaymentEditVM_PaymentEditVM$fromStore___closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure1, A.PaymentEditVM_PaymentEditVM$fromStore___closure2, A.PaymentEditVM_PaymentEditVM$fromStore___closure3, A.PaymentEditVM_PaymentEditVM$fromStore___closure4, A.PaymentEditVM_PaymentEditVM$fromStore____closure, A.PaymentListItem_build__closure, A.PaymentListItem_build__closure3, A.PaymentListVM_fromStore__handleRefresh, A.PaymentListVM_fromStore_closure, A.PaymentListVM_fromStore_closure0, A.PaymentPresenter_getField_closure, A.PaymentPresenter_getField_closure0, A.PaymentPresenter_getField_closure1, A.PaymentScreen_build_closure, A.PaymentScreen_build_closure0, A.PaymentScreen_build_closure1, A.PaymentScreen_build_closure2, A.PaymentScreen_build_closure3, A.PaymentScreen_build_closure4, A.PaymentScreen_build_closure5, A.PaymentScreen_build_closure6, A.PaymentScreen_build_closure17, A.PaymentScreen_build_closure13, A.PaymentScreen_build_closure9, A.PaymentScreen_build_closure10, A.PaymentScreen_build_closure11, A.PaymentScreen_build_closure12, A._PaymentRefundState_didChangeDependencies_closure, A._PaymentRefundState_didChangeDependencies_closure0, A._PaymentRefundState_dispose_closure, A._PaymentRefundState__onChanged__closure, A._PaymentRefundState_build_closure, A._PaymentRefundState_build_closure1, A._PaymentRefundState_build__closure1, A._PaymentRefundState_build_closure2, A._PaymentRefundState_build__closure0, A._PaymentRefundState_build_closure3, A._PaymentRefundState_build__closure, A._PaymentRefundState_build_onSavePressed, A._PaymentRefundState_build_onSavePressed_closure0, A._PaymentRefundState_build_closure4, A._PaymentRefundState_build_closure5, A._PaymentableEditorState_didChangeDependencies_closure1, A._PaymentableEditorState_didChangeDependencies_closure2, A._PaymentableEditorState_dispose_closure, A._PaymentableEditorState__onChanged_closure6, A._PaymentableEditorState__onChanged_closure7, A._PaymentableEditorState__onChanged_closure8, A._PaymentableEditorState__onChanged_closure9, A._PaymentableEditorState_build_closure8, A._PaymentableEditorState_build_closure10, A._PaymentableEditorState_build_closure9, A._PaymentableEditorState_build_closure11, A._PaymentableEditorState_build__closure1, A.PaymentRefundScreen_build_closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore___closure, A._PaymentViewState_build_closure, A.PaymentViewScreen_build_closure0, A.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh, A.PaymentViewVM_PaymentViewVM$fromStore_closure, A.PaymentViewVM_PaymentViewVM$fromStore_closure0, A.PaymentViewVM_PaymentViewVM$fromStore__closure, A.PaymentViewVM_PaymentViewVM$fromStore__closure0, A.PaymentViewVM_PaymentViewVM$fromStore___closure, A._PaymentTermEditState_didChangeDependencies_closure, A._PaymentTermEditState_didChangeDependencies_closure0, A._PaymentTermEditState_dispose_closure, A._PaymentTermEditState__onChanged_closure, A._PaymentTermEditState_build_closure0, A._PaymentTermEditState_build_closure1, A._PaymentTermEditState_build_closure, A._PaymentTermEditState_build__closure0, A._PaymentTermEditState_build__closure, A.PaymentTermEditScreen_build_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure, A.PaymentTermListItem_build_closure, A.PaymentTermListVM_fromStore__handleRefresh, A.PaymentTermListVM_fromStore_closure, A.PaymentTermListVM_fromStore_closure0, A.PaymentTermScreen_build_closure7, A.PaymentTermScreen_build_closure4, A.PaymentTermScreen_build_closure0, A.PaymentTermScreen_build_closure1, A.PaymentTermScreen_build_closure2, A.PaymentTermScreen_build_closure3, A.PaymentTermViewScreen_build_closure0, A._ProductEditState_didChangeDependencies_closure, A._ProductEditState_didChangeDependencies_closure0, A._ProductEditState_dispose_closure, A._ProductEditState__onChanged_closure, A._ProductEditState_build_closure6, A._ProductEditState_build_closure, A._ProductEditState_build_closure1, A._ProductEditState_build__closure3, A._ProductEditState_build_closure0, A._ProductEditState_build_closure2, A._ProductEditState_build__closure2, A._ProductEditState_build_closure3, A._ProductEditState_build__closure1, A._ProductEditState_build_closure4, A._ProductEditState_build__closure0, A._ProductEditState_build_closure5, A._ProductEditState_build__closure, A.ProductEditScreen_build_closure0, A.ProductEditVM_ProductEditVM$fromStore_closure, A.ProductEditVM_ProductEditVM$fromStore_closure1, A.ProductEditVM_ProductEditVM$fromStore_closure0, A.ProductEditVM_ProductEditVM$fromStore___closure, A.ProductEditVM_ProductEditVM$fromStore___closure0, A.ProductEditVM_ProductEditVM$fromStore____closure, A.ProductListItem_build__closure, A.ProductListItem_build__closure3, A.ProductListVM_fromStore__handleRefresh, A.ProductListVM_fromStore_closure, A.ProductListVM_fromStore_closure0, A.ProductScreen_build_closure8, A.ProductScreen_build_closure5, A.ProductScreen_build_closure1, A.ProductScreen_build_closure2, A.ProductScreen_build_closure3, A.ProductScreen_build_closure4, A._ProductViewState_build_closure, A.ProductViewScreen_build_closure0, A.ProductViewVM_ProductViewVM$fromStore__handleRefresh, A.ProductViewVM_ProductViewVM$fromStore_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, A.ProductViewVM_ProductViewVM$fromStore__closure, A.ProductViewVM_ProductViewVM$fromStore__closure0, A.ProductViewVM_ProductViewVM$fromStore___closure, A._ProjectEditState_didChangeDependencies_closure, A._ProjectEditState_didChangeDependencies_closure0, A._ProjectEditState_dispose_closure, A._ProjectEditState__onChanged_closure, A._ProjectEditState_build_closure0, A._ProjectEditState_build_closure, A._ProjectEditState_build__closure, A._ProjectEditState_build__closure2, A._ProjectEditState_build__closure1, A._ProjectEditState_build___closure1, A._ProjectEditState_build__closure0, A._ProjectEditState_build__closure4, A._ProjectEditState_build___closure, A._ProjectEditState_build___closure0, A.ProjectEditScreen_build_closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure1, A.ProjectEditVM_ProjectEditVM$fromStore__closure, A.ProjectEditVM_ProjectEditVM$fromStore__closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure0, A.ProjectEditVM_ProjectEditVM$fromStore___closure, A.ProjectEditVM_ProjectEditVM$fromStore___closure0, A.ProjectEditVM_ProjectEditVM$fromStore____closure, A.ProjectListItem_build__closure, A.ProjectListItem_build__closure3, A.ProjectListVM_fromStore__handleRefresh, A.ProjectListVM_fromStore_closure, A.ProjectListVM_fromStore_closure0, A.ProjectScreen_build_closure7, A.ProjectScreen_build_closure4, A.ProjectScreen_build_closure0, A.ProjectScreen_build_closure1, A.ProjectScreen_build_closure2, A.ProjectScreen_build_closure3, A._ProjectViewState_build_closure, A._ProjectOverviewState_initState_closure, A.ProjectViewScreen_build_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh, A.ProjectViewVM_ProjectViewVM$fromStore_closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__closure, A.ProjectViewVM_ProjectViewVM$fromStore__closure0, A.ProjectViewVM_ProjectViewVM$fromStore___closure, A._PurchaseOrderEditState_build_closure1, A._PurchaseOrderEditState_build_closure2, A._PurchaseOrderEditState_build__closure, A._PurchaseOrderEditState_build___closure0, A._PurchaseOrderEditState_build___closure1, A._PurchaseOrderEditState_build___closure, A.PurchaseOrderEditDetailsScreen_build_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0, A.PurchaseOrderEditItemsScreen_build_closure0, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure, A.PurchaseOrderEditNotesScreen_build_closure0, A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore_closure, A.PurchaseOrderEditPDFScreen_build_closure0, A.PurchaseOrderEditScreen_build_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure2, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore____closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure2, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure, A.PurchaseOrderEmailScreen_build_closure1, A.PurchaseOrderEmailScreen_build_closure0, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore_closure, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure, A.PurchaseOrderListItem_build__closure, A.PurchaseOrderListItem_build__closure3, A.PurchaseOrderListVM_fromStore__handleRefresh, A.PurchaseOrderListVM_fromStore_closure, A.PurchaseOrderListVM_fromStore_closure0, A.PurchaseOrderPdfScreen_build_closure0, A.PurchaseOrderScreen_build_closure, A.PurchaseOrderScreen_build_closure0, A.PurchaseOrderScreen_build_closure1, A.PurchaseOrderScreen_build_closure2, A.PurchaseOrderScreen_build_closure3, A.PurchaseOrderScreen_build_closure13, A.PurchaseOrderScreen_build_closure9, A.PurchaseOrderScreen_build_closure5, A.PurchaseOrderScreen_build_closure6, A.PurchaseOrderScreen_build_closure7, A.PurchaseOrderScreen_build_closure8, A.PurchaseOrderViewScreen_build_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__handleRefresh, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure1, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2, A._QuoteEditState_build_closure1, A._QuoteEditState_build_closure2, A._QuoteEditState_build__closure, A._QuoteEditState_build___closure0, A._QuoteEditState_build___closure1, A._QuoteEditState_build___closure, A.QuoteEditDetailsScreen_build_closure0, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0, A.QuoteEditItemsScreen_build_closure0, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore__closure, A.QuoteEditNotesScreen_build_closure0, A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure, A.QuoteEditPDFScreen_build_closure0, A.QuoteEditScreen_build_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure, A.QuoteEditVM_QuoteEditVM$fromStore___closure0, A.QuoteEditVM_QuoteEditVM$fromStore___closure1, A.QuoteEditVM_QuoteEditVM$fromStore___closure2, A.QuoteEditVM_QuoteEditVM$fromStore____closure, A.QuoteEditVM_QuoteEditVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure1, A.QuoteEditVM_QuoteEditVM$fromStore_closure2, A.QuoteEditVM_QuoteEditVM$fromStore__closure, A.QuoteEditVM_QuoteEditVM$fromStore__closure0, A.QuoteEditVM_QuoteEditVM$fromStore___closure, A.QuoteEmailScreen_build_closure1, A.QuoteEmailScreen_build_closure0, A.EmailQuoteVM_EmailQuoteVM$fromStore_closure, A.EmailQuoteVM_EmailQuoteVM$fromStore__closure, A.QuoteListItem_build__closure, A.QuoteListItem_build__closure3, A.QuoteListVM_fromStore__handleRefresh, A.QuoteListVM_fromStore_closure, A.QuoteListVM_fromStore_closure0, A.QuotePdfScreen_build_closure0, A.QuoteScreen_build_closure, A.QuoteScreen_build_closure0, A.QuoteScreen_build_closure1, A.QuoteScreen_build_closure2, A.QuoteScreen_build_closure3, A.QuoteScreen_build_closure4, A.QuoteScreen_build_closure5, A.QuoteScreen_build_closure15, A.QuoteScreen_build_closure11, A.QuoteScreen_build_closure7, A.QuoteScreen_build_closure8, A.QuoteScreen_build_closure9, A.QuoteScreen_build_closure10, A.QuoteViewScreen_build_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh, A.QuoteViewVM_QuoteViewVM$fromStore_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure0, A.QuoteViewVM_QuoteViewVM$fromStore_closure1, A.QuoteViewVM_QuoteViewVM$fromStore__closure, A.QuoteViewVM_QuoteViewVM$fromStore__closure0, A.QuoteViewVM_QuoteViewVM$fromStore___closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure2, A.RecurringExpenseEditScreen_build_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure, A.RecurringExpenseListItem_build__closure, A.RecurringExpenseListItem_build__closure3, A.RecurringExpenseListVM_fromStore__handleRefresh, A.RecurringExpenseListVM_fromStore_closure, A.RecurringExpenseListVM_fromStore_closure0, A.RecurringExpenseScreen_build_closure, A.RecurringExpenseScreen_build_closure0, A.RecurringExpenseScreen_build_closure1, A.RecurringExpenseScreen_build_closure2, A.RecurringExpenseScreen_build_closure3, A.RecurringExpenseScreen_build_closure13, A.RecurringExpenseScreen_build_closure9, A.RecurringExpenseScreen_build_closure5, A.RecurringExpenseScreen_build_closure6, A.RecurringExpenseScreen_build_closure7, A.RecurringExpenseScreen_build_closure8, A.RecurringExpenseViewScreen_build_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure, A._RecurringInvoiceEditState_build_closure1, A._RecurringInvoiceEditState_build_closure2, A._RecurringInvoiceEditState_build__closure, A._RecurringInvoiceEditState_build___closure0, A._RecurringInvoiceEditState_build___closure1, A._RecurringInvoiceEditState_build___closure, A.RecurringInvoiceEditDetailsScreen_build_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0, A.RecurringInvoiceEditItemsScreen_build_closure0, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure, A.RecurringInvoiceEditNotesScreen_build_closure0, A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure, A.RecurringInvoiceEditPDFScreen_build_closure0, A.RecurringInvoiceEditScreen_build_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure2, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure2, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure, A.RecurringInvoiceListItem_build__closure, A.RecurringInvoiceListItem_build__closure3, A.RecurringInvoiceListVM_fromStore__handleRefresh, A.RecurringInvoiceListVM_fromStore_closure, A.RecurringInvoiceListVM_fromStore_closure0, A.RecurringInvoicePdfScreen_build_closure0, A.RecurringInvoiceScreen_build_closure, A.RecurringInvoiceScreen_build_closure0, A.RecurringInvoiceScreen_build_closure1, A.RecurringInvoiceScreen_build_closure2, A.RecurringInvoiceScreen_build_closure3, A.RecurringInvoiceScreen_build_closure13, A.RecurringInvoiceScreen_build_closure9, A.RecurringInvoiceScreen_build_closure5, A.RecurringInvoiceScreen_build_closure6, A.RecurringInvoiceScreen_build_closure7, A.RecurringInvoiceScreen_build_closure8, A.RecurringInvoiceViewScreen_build_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure2, A.clientReport_closure3, A.memoizedContactReport_closure, A.contactReport_closure, A.contactReport_closure0, A.contactReport_closure2, A.contactReport_closure3, A.memoizedCreditItemReport_closure, A.lineItemReport_closure11, A.lineItemReport_closure12, A.lineItemReport_closure14, A.lineItemReport_closure15, A.lineItemReport_closure16, A.memoizedCreditReport_closure, A.creditReport_closure, A.creditReport_closure0, A.creditReport_closure2, A.creditReport_closure3, A.memoizedDocumentReport_closure, A.documentReport_closure, A.documentReport_closure0, A.documentReport_closure1, A.documentReport_closure3, A.documentReport_closure4, A.memoizedExpenseReport_closure, A.expenseReport_closure, A.expenseReport_closure0, A.expenseReport_closure2, A.expenseReport_closure3, A.memoizedInvoiceItemReport_closure, A.lineItemReport_closure17, A.lineItemReport_closure18, A.lineItemReport_closure20, A.lineItemReport_closure21, A.lineItemReport_closure22, A.memoizedInvoiceReport_closure, A.invoiceReport_closure, A.invoiceReport__closure, A.invoiceReport_closure1, A.invoiceReport_closure3, A.invoiceReport_closure4, A.memoizedInvoiceTaxReport_closure, A.taxReport_closure, A.taxReport_closure1, A.taxReport_closure2, A.taxReport_closure3, A.taxReport_closure4, A.memoizedPaymentReport_closure, A.paymentReport_closure, A.paymentReport_closure0, A.paymentReport_closure2, A.paymentReport_closure3, A.memoizedPaymentTaxReport_closure, A.paymentTaxReport_closure, A.paymentTaxReport_closure1, A.paymentTaxReport_closure2, A.paymentTaxReport_closure3, A.paymentTaxReport_closure4, A.memoizedProductReport_closure, A.productReport_closure, A.productReport_closure0, A.productReport_closure2, A.productReport_closure3, A.memoizedProfitAndLossReport_closure, A.profitAndLossReport_closure, A.profitAndLossReport_closure1, A.profitAndLossReport_closure2, A.profitAndLossReport_closure3, A.profitAndLossReport_closure4, A.memoizedPurchaseOrderItemReport_closure, A.lineItemReport_closure, A.lineItemReport_closure0, A.lineItemReport_closure2, A.lineItemReport_closure3, A.lineItemReport_closure4, A.memoizedPurchaseOrderReport_closure, A.purchaseOrderReport_closure, A.purchaseOrderReport_closure0, A.purchaseOrderReport_closure2, A.purchaseOrderReport_closure3, A.memoizedQuoteItemReport_closure, A.lineItemReport_closure5, A.lineItemReport_closure6, A.lineItemReport_closure8, A.lineItemReport_closure9, A.lineItemReport_closure10, A.memoizedQuoteReport_closure, A.quoteReport_closure, A.quoteReport_closure0, A.quoteReport_closure2, A.quoteReport_closure3, A.memoizedRecurringExpenseReport_closure, A.recurringExpenseReport_closure, A.recurringExpenseReport_closure0, A.recurringExpenseReport_closure2, A.recurringExpenseReport_closure3, A.memoizedRecurringInvoiceReport_closure, A.recurringInvoiceReport_closure, A.recurringInvoiceReport_closure0, A.recurringInvoiceReport_closure2, A.recurringInvoiceReport_closure3, A.ReportCharts_build_closure0, A.ReportCharts_build_closure3, A.ReportCharts_build_closure6, A.ReportsScreen_build_closure, A.ReportsScreen_build_closure0, A.ReportsScreen_build_closure3, A.ReportsScreen_build_closure2, A.ReportsScreen_build_closure6, A.ReportsScreen_build_closure4, A.ReportsScreen_build_closure5, A.ReportsScreen_build_closure7, A.ReportsScreen_build_closure8, A.ReportsScreen_build_closure9, A.ReportsScreen_build_closure11, A.ReportsScreen_build__closure4, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure12, A.ReportsScreen_build__closure3, A.ReportsScreen_build_closure13, A.ReportsScreen_build_closure14, A.ReportsScreen_build_closure19, A.ReportsScreen_build_closure17, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure29, A.ReportsScreen_build_closure20, A.ReportsScreen_build___closure0, A.ReportsScreen_build__closure1, A.ReportsScreen_build_closure24, A.ReportsScreen_build_closure27, A.ReportsScreen_build___closure, A._ReportDataTableState_initState__closure, A._ReportDataTableState__onChanged_closure, A._ReportDataTableState_dispose_closure, A._ReportDataTableState_dispose__closure, A.getReportColumnType_convertCustomFieldType, A.ReportResult_tableFilters_closure, A.ReportResult_tableFilters_closure0, A.ReportResult_tableFilters_closure1, A.ReportResult_tableFilters_closure3, A.ReportResult_tableFilters_closure4, A.ReportResult_tableFilters_closure5, A.ReportResult_tableFilters_closure9, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure8, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure6, A.ReportResult_tableFilters__closure4, A.ReportResult_tableFilters_closure7, A.ReportResult_tableRow__closure, A.ReportResult_totalColumns_closure, A.ReportResult_totalRows_closure0, A.ReportResult_totalRows_closure2, A.ReportResult_totalRows__closure, A.ReportsScreenVM_fromStore__closure7, A.ReportsScreenVM_fromStore___closure0, A.ReportsScreenVM_fromStore__closure8, A.ReportsScreenVM_fromStore__closure9, A.ReportsScreenVM_fromStore_closure5, A.ReportsScreenVM_fromStore_closure1, A.ReportsScreenVM_fromStore__closure0, A.ReportsScreenVM_fromStore_closure0, A.ReportsScreenVM_fromStore__closure1, A.ReportsScreenVM_fromStore__closure2, A.ReportsScreenVM_fromStore__closure3, A.ReportsScreenVM_fromStore__closure5, A.ReportsScreenVM_fromStore__closure6, A.ReportsScreenVM_fromStore___closure, A.memoizeedGroupTotals_closure, A.memoizedTaskItemReport_closure, A.taskItemReport_closure, A.taskItemReport_closure0, A.taskItemReport_closure2, A.taskItemReport_closure3, A.memoizedTaskReport_closure, A.taskReport_closure, A.taskReport_closure0, A.taskReport_closure2, A.taskReport_closure3, A.memoizedTransactionReport_closure, A.transactionReport_closure, A.transactionReport_closure0, A.transactionReport_closure1, A.transactionReport_closure2, A.transactionReport_closure3, A.transactionReport_closure5, A.transactionReport_closure6, A.memoizedVendorReport_closure, A.vendorReport_closure, A.vendorReport_closure0, A.vendorReport_closure2, A.vendorReport_closure3, A._ScheduleEditState_didChangeDependencies_closure, A._ScheduleEditState_didChangeDependencies_closure0, A._ScheduleEditState_dispose_closure, A._ScheduleEditState__onChanged__closure, A._ScheduleEditState_build_closure0, A._ScheduleEditState_build_closure1, A._ScheduleEditState_build_closure, A._ScheduleEditState_build__closure1, A._ScheduleEditState_build___closure17, A._ScheduleEditState_build__closure, A._ScheduleEditState_build__closure0, A._ScheduleEditState_build___closure16, A._ScheduleEditState_build__closure3, A._ScheduleEditState_build__closure5, A._ScheduleEditState_build___closure15, A._ScheduleEditState_build__closure4, A._ScheduleEditState_build__closure7, A._ScheduleEditState_build___closure14, A._ScheduleEditState_build__closure6, A._ScheduleEditState_build__closure9, A._ScheduleEditState_build____closure, A._ScheduleEditState_build__closure8, A._ScheduleEditState_build__closure12, A._ScheduleEditState_build___closure12, A._ScheduleEditState_build__closure10, A._ScheduleEditState_build__closure11, A._ScheduleEditState_build__closure15, A._ScheduleEditState_build___closure11, A._ScheduleEditState_build__closure13, A._ScheduleEditState_build__closure14, A._ScheduleEditState_build__closure17, A._ScheduleEditState_build___closure10, A._ScheduleEditState_build__closure16, A._ScheduleEditState_build__closure18, A._ScheduleEditState_build___closure9, A._ScheduleEditState_build__closure19, A._ScheduleEditState_build___closure8, A._ScheduleEditState_build__closure20, A._ScheduleEditState_build___closure7, A._ScheduleEditState_build__closure21, A._ScheduleEditState_build___closure5, A._ScheduleEditState_build___closure4, A._ScheduleEditState_build__closure24, A._ScheduleEditState_build___closure3, A._ScheduleEditState_build__closure23, A._ScheduleEditState_build__closure25, A._ScheduleEditState_build___closure2, A._ScheduleEditState_build__closure26, A._ScheduleEditState_build___closure1, A._ScheduleEditState_build__closure27, A._ScheduleEditState_build___closure0, A._ScheduleEditState_build__closure28, A._ScheduleEditState_build___closure, A.ScheduleEditScreen_build_closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure1, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore___closure, A.ScheduleEditVM_ScheduleEditVM$fromStore___closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore____closure, A.ScheduleListItem_build_closure, A.ScheduleListVM_fromStore__handleRefresh, A.ScheduleListVM_fromStore_closure, A.ScheduleListVM_fromStore_closure0, A.ScheduleScreen_build_closure7, A.ScheduleScreen_build_closure4, A.ScheduleScreen_build_closure0, A.ScheduleScreen_build_closure1, A.ScheduleScreen_build_closure2, A.ScheduleScreen_build_closure3, A.ScheduleViewScreen_build_closure0, A._AccountManagementState_didChangeDependencies_closure, A._AccountManagementState_didChangeDependencies_closure0, A._AccountManagementState__onChanged_closure, A._AccountManagementState_dispose_closure, A._AccountManagementState_build_closure, A._AccountManagementState_build__closure2, A._AccountManagementState_build___closure, A._AccountManagementState_build_closure0, A._AccountManagementState_build__closure1, A._AccountManagementState_build_closure1, A._AccountManagementState_build__closure0, A._AccountManagementState_build_closure2, A._AccountManagementState_build__closure, A._AccountOverview_build_closure1, A._AccountOverview_build__closure6, A._AccountOverview_build_closure2, A._AccountOverview_build__closure5, A._AccountOverview_build_closure3, A._AccountOverview_build__closure4, A._AccountOverview_build_closure4, A._AccountOverview_build__closure3, A._AccountOverview_build_closure5, A._AccountOverview_build__closure2, A._AccountOverview_build__closure1, A._AccountOverview_build___closure1, A._AccountOverview_build___closure2, A._AccountOverview_build___closure3, A._AccountOverview_build__closure0, A._AccountOverview_build__closure, A.AccountManagementVM_fromStore_closure1, A.AccountManagementVM_fromStore_closure2, A.AccountManagementVM_fromStore__closure, A.AccountManagementVM_fromStore__closure0, A.AccountManagementVM_fromStore___closure0, A.AccountManagementVM_fromStore__closure1, A.AccountManagementVM_fromStore___closure, A.AccountManagementVM_fromStore_closure, A.AccountManagementVM_fromStore_closure3, A.AccountManagementVM_fromStore_closure0, A._ClientPortalState__validateSubdomain__closure1, A._ClientPortalState__validateSubdomain__closure2, A._ClientPortalState_dispose_closure, A._ClientPortalState_didChangeDependencies_closure, A._ClientPortalState_didChangeDependencies_closure0, A._ClientPortalState__onChanged__closure, A._ClientPortalState__onChanged__closure0, A._ClientPortalState_build_closure22, A._ClientPortalState_build_closure, A._ClientPortalState_build__closure14, A._ClientPortalState_build_closure1, A._ClientPortalState_build_closure0, A._ClientPortalState_build_closure2, A._ClientPortalState_build_closure5, A._ClientPortalState_build__closure13, A._ClientPortalState_build_closure6, A._ClientPortalState_build__closure12, A._ClientPortalState_build_closure7, A._ClientPortalState_build__closure11, A._ClientPortalState_build_closure8, A._ClientPortalState_build__closure10, A._ClientPortalState_build_closure9, A._ClientPortalState_build__closure9, A._ClientPortalState_build_closure10, A._ClientPortalState_build__closure8, A._ClientPortalState_build_closure12, A._ClientPortalState_build__closure7, A._ClientPortalState_build_closure14, A._ClientPortalState_build__closure6, A._ClientPortalState_build___closure, A._ClientPortalState_build____closure, A._ClientPortalState_build_closure15, A._ClientPortalState_build__closure5, A._ClientPortalState_build_closure16, A._ClientPortalState_build__closure4, A._ClientPortalState_build_closure17, A._ClientPortalState_build__closure3, A._ClientPortalState_build_closure18, A._ClientPortalState_build__closure2, A._ClientPortalState_build_closure19, A._ClientPortalState_build__closure1, A._ClientPortalState_build_closure20, A._ClientPortalState_build__closure0, A._ClientPortalState_build_closure21, A._ClientPortalState_build__closure, A.ClientPortalVM_fromStore_closure1, A.ClientPortalVM_fromStore_closure0, A.ClientPortalVM_fromStore_closure, A.ClientPortalVM_fromStore___closure, A._CompanyDetailsState_didChangeDependencies_closure, A._CompanyDetailsState_didChangeDependencies_closure0, A._CompanyDetailsState_dispose_closure, A._CompanyDetailsState__onSettingsChanged_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure12, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure, A.CompanyDetailsVM_fromStore_closure, A.CompanyDetailsVM_fromStore_closure0, A.CompanyDetailsVM_fromStore_closure3, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore__closure2, A.CompanyDetailsVM_fromStore__closure3, A.CompanyDetailsVM_fromStore_closure1, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore_closure5, A.CompanyDetailsVM_fromStore__closure, A.CompanyDetailsVM_fromStore__closure0, A.CompanyDetailsVM_fromStore___closure, A._CreditCardsAndBanksState_dispose_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure0, A._CustomFieldsState_initState_closure, A.CustomFieldsSettings_build_closure, A.CustomFieldsSettings_build__closure6, A.CustomFieldsSettings_build_closure0, A.CustomFieldsSettings_build__closure5, A.CustomFieldsSettings_build_closure1, A.CustomFieldsSettings_build__closure4, A.CustomFieldsSettings_build_closure2, A.CustomFieldsSettings_build__closure3, A.CustomFieldsSettings_build_closure3, A.CustomFieldsSettings_build__closure2, A.CustomFieldsSettings_build_closure4, A.CustomFieldsSettings_build__closure1, A.CustomFieldsSettings_build_closure5, A.CustomFieldsSettings_build__closure0, A.CustomFieldsSettings_build_closure6, A.CustomFieldsSettings_build__closure, A._CustomFormFieldState_dispose_closure, A._CustomFormFieldState_didChangeDependencies_closure, A._CustomFormFieldState_didChangeDependencies_closure0, A._CustomFormFieldState__onChanged_closure, A._CustomFormFieldState_build_closure, A._CustomFormFieldState_build_closure1, A.CustomFieldsVM_fromStore_closure0, A.CustomFieldsVM_fromStore_closure, A._DataVisualizationsState_dispose_closure, A._DataVisualizationsState_didChangeDependencies_closure, A._DataVisualizationsState_didChangeDependencies_closure0, A._DeviceSettingsState_didChangeDependencies_closure, A._DeviceSettingsState_didChangeDependencies_closure0, A._DeviceSettingsState_build_closure, A._DeviceSettingsState_build_closure0, A._DeviceSettingsState_build_closure1, A._DeviceSettingsState_build_closure2, A._DeviceSettingsState_build_closure3, A._DeviceSettingsState_build_closure4, A._DeviceSettingsState_build_closure5, A._DeviceSettingsState_build_closure6, A._DeviceSettingsState_build_closure7, A._DeviceSettingsState_build_closure8, A._DeviceSettingsState_build__closure7, A._DeviceSettingsState_build_closure10, A._DeviceSettingsState_build_closure11, A._DeviceSettingsState_build_closure12, A._DeviceSettingsState_build_closure13, A._DeviceSettingsState_build_closure14, A._DeviceSettingsState_build__closure4, A._DeviceSettingsState_build_closure16, A._DeviceSettingsState_build_closure17, A._DeviceSettingsState_build_closure18, A._DeviceSettingsState_build_closure19, A._DeviceSettingsState_build__closure2, A._DeviceSettingsState_build__closure3, A._DeviceSettingsState_build_closure20, A._DeviceSettingsState_build__closure1, A._DeviceSettingsState_build___closure0, A._DeviceSettingsState_build__closure0, A._DeviceSettingsState_build__closure, A._DeviceSettingsState_build___closure, A.DeviceSettingsVM_fromStore_closure, A.DeviceSettingsVM_fromStore_closure0, A.DeviceSettingsVM_fromStore__closure, A._EInvoiceSettingsState_dispose_closure, A._EInvoiceSettingsState_didChangeDependencies_closure, A._EInvoiceSettingsState_didChangeDependencies_closure0, A._EInvoiceSettingsState__onChanged_closure, A._EInvoiceSettingsState_build_closure, A._EInvoiceSettingsState_build__closure1, A._EInvoiceSettingsState_build_closure1, A._EInvoiceSettingsState_build__closure0, A._EInvoiceSettingsState_build_closure0, A._EInvoiceSettingsState_build_closure3, A._EInvoiceSettingsState_build__closure, A._EInvoiceSettingsState_build_closure2, A.EInvoiceSettingsVM_fromStore_closure1, A.EInvoiceSettingsVM_fromStore_closure0, A.EInvoiceSettingsVM_fromStore_closure, A.EInvoiceSettingsVM_fromStore_closure2, A._EmailSettingsState_dispose_closure, A._EmailSettingsState_didChangeDependencies_closure, A._EmailSettingsState_didChangeDependencies_closure0, A._EmailSettingsState__onChanged_closure, A._EmailSettingsState__onChanged_closure0, A._EmailSettingsState_build_closure, A._EmailSettingsState_build__closure11, A._EmailSettingsState_build_closure1, A._EmailSettingsState_build__closure10, A._EmailSettingsState_build_closure2, A._EmailSettingsState_build_closure4, A._EmailSettingsState_build__closure9, A._EmailSettingsState_build_closure5, A._EmailSettingsState_build_closure6, A._EmailSettingsState_build_closure7, A._EmailSettingsState_build_closure8, A._EmailSettingsState_build_closure10, A._EmailSettingsState_build__closure8, A._EmailSettingsState_build_closure9, A._EmailSettingsState_build_closure11, A._EmailSettingsState_build_closure12, A._EmailSettingsState_build_closure13, A._EmailSettingsState_build_closure14, A._EmailSettingsState_build__closure7, A._EmailSettingsState_build_closure15, A._EmailSettingsState_build_closure16, A._EmailSettingsState_build_closure17, A._EmailSettingsState_build__closure6, A._EmailSettingsState_build_closure20, A._EmailSettingsState_build__closure5, A._EmailSettingsState_build_closure19, A._EmailSettingsState_build_closure21, A._EmailSettingsState_build__closure4, A._EmailSettingsState_build_closure22, A._EmailSettingsState_build__closure3, A._EmailSettingsState_build_closure23, A._EmailSettingsState_build__closure2, A._EmailSettingsState_build_closure24, A._EmailSettingsState_build__closure1, A._EmailSettingsState_build_closure25, A._EmailSettingsState_build__closure0, A._EmailSettingsState_build_closure26, A._EmailSettingsState_build__closure, A.EmailSettingsVM_fromStore_closure1, A.EmailSettingsVM_fromStore_closure0, A.EmailSettingsVM_fromStore_closure, A._ExpenseSettingsState_build_closure, A._ExpenseSettingsState_build__closure6, A._ExpenseSettingsState_build_closure0, A._ExpenseSettingsState_build__closure5, A._ExpenseSettingsState_build_closure1, A._ExpenseSettingsState_build__closure4, A._ExpenseSettingsState_build_closure2, A._ExpenseSettingsState_build__closure3, A._ExpenseSettingsState_build_closure3, A._ExpenseSettingsState_build__closure2, A._ExpenseSettingsState_build_closure4, A._ExpenseSettingsState_build__closure1, A._ExpenseSettingsState_build_closure5, A._ExpenseSettingsState_build__closure0, A._ExpenseSettingsState_build_closure6, A._ExpenseSettingsState_build__closure, A.ExpenseSettingsVM_fromStore_closure0, A.ExpenseSettingsVM_fromStore_closure1, A.ExpenseSettingsVM_fromStore_closure, A.ExpenseSettingsVM_fromStore_closure2, A._GeneratedNumbersState_initState_closure, A._GeneratedNumbersState_dispose_closure, A._GeneratedNumbersState_didChangeDependencies_closure, A._GeneratedNumbersState_didChangeDependencies_closure0, A._GeneratedNumbersState__onChanged__closure, A._GeneratedNumbersState__onSavePressed_closure, A._GeneratedNumbersState__onSavePressed_closure0, A._GeneratedNumbersState_build_closure0, A._GeneratedNumbersState_build__closure16, A._GeneratedNumbersState_build_closure, A._GeneratedNumbersState_build_closure1, A._GeneratedNumbersState_build__closure15, A._GeneratedNumbersState_build_closure3, A._GeneratedNumbersState_build__closure14, A._GeneratedNumbersState_build__closure13, A._GeneratedNumbersState_build_closure5, A._GeneratedNumbersState_build__closure12, A._GeneratedNumbersState_build_closure6, A._GeneratedNumbersState_build__closure11, A._GeneratedNumbersState_build__closure10, A._GeneratedNumbersState_build__closure9, A._GeneratedNumbersState_build__closure8, A._GeneratedNumbersState_build__closure7, A._GeneratedNumbersState_build__closure6, A._GeneratedNumbersState_build__closure5, A._GeneratedNumbersState_build__closure4, A._GeneratedNumbersState_build__closure3, A._GeneratedNumbersState_build__closure2, A._GeneratedNumbersState_build__closure1, A._GeneratedNumbersState_build__closure0, A._GeneratedNumbersState_build__closure, A._EntityNumberSettingsState_dispose_closure, A._EntityNumberSettingsState_didChangeDependencies_closure, A._EntityNumberSettingsState_didChangeDependencies_closure0, A._EntityNumberSettingsState_build_closure0, A.HelpPanel_build_closure, A.HelpPanel_build_closure0, A.HelpPanel_build_closure1, A.HelpPanel_build_closure2, A.GeneratedNumbersVM_fromStore_closure0, A.GeneratedNumbersVM_fromStore_closure, A._ImportExportState_build_closure0, A._ImportExportState_build_closure, A._ImportExportState_build_closure3, A._ImportExportState_build_closure2, A._ImportExportState_build_closure5, A._ImportExportState_build_closure4, A._ImportExportState_build_closure7, A._ImportExportState_build_closure6, A._ImportExportState_build_closure9, A._ImportExportState_build_closure8, A._ImportExportState_build__closure1, A._ImportExportState_build__closure2, A._ImportExportState_build__closure, A._FileImportState_uploadJsonFile_closure0, A._FileImportState_uploadJsonFile_closure1, A._FileImportState_uploadFile_closure0, A._FileImportState_uploadFile_closure1, A._FileImportState_build_closure0, A._FileImportState_build_closure, A._FileImportState_build_closure2, A._FileImportState_build_closure3, A.__FileMapperState_build_closure, A.__FileMapperState_build_closure0, A.__FileMapperState_build_closure1, A.__FileMapperState_build__closure2, A.__FileMapperState_build_closure2, A.__FileMapperState_build_closure3, A.__FileMapperState_build__closure0, A.__FileMapperState_build__closure1, A._FieldMapper_build_closure2, A._FieldMapper_build__closure, A._FieldMapper_build_closure1, A._FieldMapper_build_closure0, A._InvoiceDesignState_initState_closure, A._InvoiceDesignState_didChangeDependencies_closure, A._InvoiceDesignState_didChangeDependencies_closure0, A._InvoiceDesignState__onChanged_closure, A._InvoiceDesignState_dispose_closure, A._InvoiceDesignState_build_closure77, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build__closure30, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build__closure27, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build__closure24, A._InvoiceDesignState_build_closure7, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build__closure21, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build__closure18, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build__closure17, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build__closure16, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build_closure15, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build__closure13, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build_closure21, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build_closure22, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build_closure23, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure24, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build_closure25, A._InvoiceDesignState_build__closure7, A._InvoiceDesignState_build_closure26, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure27, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure28, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure29, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure30, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure31, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure32, A._InvoiceDesignState_build__closure0, A._InvoiceDesignState_build_closure33, A._InvoiceDesignState_build_closure34, A._InvoiceDesignState_build_closure35, A._InvoiceDesignState_build_closure36, A._InvoiceDesignState_build_closure37, A._InvoiceDesignState_build_closure38, A._InvoiceDesignState_build_closure39, A._InvoiceDesignState_build_closure40, A._InvoiceDesignState_build_closure41, A._InvoiceDesignState_build_closure42, A._InvoiceDesignState_build_closure43, A._InvoiceDesignState_build_closure44, A._InvoiceDesignState_build_closure45, A._InvoiceDesignState_build_closure46, A._InvoiceDesignState_build_closure47, A._InvoiceDesignState_build_closure48, A._InvoiceDesignState_build_closure49, A._InvoiceDesignState_build_closure50, A._InvoiceDesignState_build_closure51, A._InvoiceDesignState_build_closure52, A._InvoiceDesignState_build_closure53, A._InvoiceDesignState_build_closure54, A._InvoiceDesignState_build_closure55, A._InvoiceDesignState_build_closure56, A._InvoiceDesignState_build_closure57, A._InvoiceDesignState_build_closure58, A._InvoiceDesignState_build_closure59, A._InvoiceDesignState_build_closure60, A._InvoiceDesignState_build_closure61, A._InvoiceDesignState_build_closure62, A._InvoiceDesignState_build_closure63, A._InvoiceDesignState_build_closure64, A._InvoiceDesignState_build_closure65, A._InvoiceDesignState_build_closure66, A._InvoiceDesignState_build_closure67, A._InvoiceDesignState_build__closure, A._InvoiceDesignState_build_closure68, A._InvoiceDesignState_build_closure69, A._InvoiceDesignState_build_closure70, A._InvoiceDesignState_build_closure71, A._InvoiceDesignState_build_closure72, A._InvoiceDesignState_build_closure73, A._InvoiceDesignState_build_closure74, A._InvoiceDesignState_build_closure75, A._InvoiceDesignState_build_closure76, A._PdfPreviewState__loadPdf_closure0, A._PdfPreviewState_build_closure, A.InvoiceDesignVM_fromStore_closure, A.InvoiceDesignVM_fromStore___closure, A.InvoiceDesignVM_fromStore____closure, A.InvoiceDesignVM_fromStore_____closure, A.InvoiceDesignVM_fromStore_____closure0, A._LocalizationSettingsState_dispose_closure, A._LocalizationSettingsState_didChangeDependencies_closure, A._LocalizationSettingsState_didChangeDependencies_closure0, A._LocalizationSettingsState_build_closure, A._LocalizationSettingsState_build_closure1, A._LocalizationSettingsState_build__closure14, A._LocalizationSettingsState_build_closure2, A._LocalizationSettingsState_build__closure13, A._LocalizationSettingsState_build_closure3, A._LocalizationSettingsState_build__closure12, A._LocalizationSettingsState_build_closure4, A._LocalizationSettingsState_build__closure11, A._LocalizationSettingsState_build_closure5, A._LocalizationSettingsState_build__closure10, A._LocalizationSettingsState_build_closure6, A._LocalizationSettingsState_build__closure9, A._LocalizationSettingsState_build_closure7, A._LocalizationSettingsState_build__closure8, A._LocalizationSettingsState_build_closure8, A._LocalizationSettingsState_build__closure7, A._LocalizationSettingsState_build_closure10, A._LocalizationSettingsState_build__closure6, A._LocalizationSettingsState_build_closure11, A._LocalizationSettingsState_build_closure12, A._LocalizationSettingsState_build__closure5, A._LocalizationSettingsState_build__closure3, A._LocalizationSettingsState_build___closure, A._LocalizationSettingsState_build__closure1, A._LocalizationSettingsState_build__closure2, A._LocalizationSettingsState_build_closure15, A._LocalizationSettingsState_build__closure0, A._LocalizationSettingsState_build__closure, A._AddCompanyDialogState_build_closure1, A.LocalizationSettingsVM_fromStore_closure0, A.LocalizationSettingsVM_fromStore_closure, A.LocalizationSettingsVM_fromStore_closure1, A.LocalizationSettingsVM_fromStore___closure, A.LocalizationSettingsVM_fromStore____closure, A._PaymentSettingsState_didChangeDependencies_closure, A._PaymentSettingsState_didChangeDependencies_closure0, A._PaymentSettingsState__onChanged_closure, A._PaymentSettingsState_build_closure, A._PaymentSettingsState_build__closure14, A._PaymentSettingsState_build_closure2, A._PaymentSettingsState_build__closure12, A._PaymentSettingsState_build_closure0, A._PaymentSettingsState_build__closure13, A._PaymentSettingsState_build_closure1, A._PaymentSettingsState_build_closure3, A._PaymentSettingsState_build__closure11, A._PaymentSettingsState_build_closure4, A._PaymentSettingsState_build__closure10, A._PaymentSettingsState_build_closure5, A._PaymentSettingsState_build__closure9, A._PaymentSettingsState_build_closure6, A._PaymentSettingsState_build__closure8, A._PaymentSettingsState_build_closure7, A._PaymentSettingsState_build__closure7, A._PaymentSettingsState_build_closure8, A._PaymentSettingsState_build__closure6, A._PaymentSettingsState_build_closure9, A._PaymentSettingsState_build__closure5, A._PaymentSettingsState_build_closure10, A._PaymentSettingsState_build__closure4, A._PaymentSettingsState_build_closure11, A._PaymentSettingsState_build__closure3, A._PaymentSettingsState_build_closure12, A._PaymentSettingsState_build__closure2, A._PaymentSettingsState_build_closure13, A._PaymentSettingsState_build__closure1, A._PaymentSettingsState_build_closure14, A._PaymentSettingsState_build__closure0, A._PaymentSettingsState_build_closure15, A._PaymentSettingsState_build__closure, A.PaymentSettingsVM_fromStore_closure0, A.PaymentSettingsVM_fromStore_closure1, A.PaymentSettingsVM_fromStore_closure, A.PaymentSettingsVM_fromStore_closure2, A._ProductSettingsState_didChangeDependencies_closure, A._ProductSettingsState_didChangeDependencies_closure0, A._ProductSettingsState_dispose_closure, A._ProductSettingsState__onChanged_closure, A._ProductSettingsState_build_closure, A._ProductSettingsState_build__closure9, A._ProductSettingsState_build_closure0, A._ProductSettingsState_build__closure8, A._ProductSettingsState_build_closure1, A._ProductSettingsState_build__closure7, A._ProductSettingsState_build_closure2, A._ProductSettingsState_build__closure6, A._ProductSettingsState_build_closure3, A._ProductSettingsState_build__closure5, A._ProductSettingsState_build_closure4, A._ProductSettingsState_build__closure4, A._ProductSettingsState_build_closure5, A._ProductSettingsState_build__closure3, A._ProductSettingsState_build_closure6, A._ProductSettingsState_build__closure2, A._ProductSettingsState_build_closure7, A._ProductSettingsState_build__closure1, A._ProductSettingsState_build_closure8, A._ProductSettingsState_build__closure0, A._ProductSettingsState_build_closure9, A._ProductSettingsState_build__closure, A.ProductSettingsVM_fromStore_closure0, A.ProductSettingsVM_fromStore_closure, A._SettingsListTileState_build_closure0, A._SettingsListTileState_build_closure1, A.SettingsSearch_build_closure0, A.SettingsListVM_fromStore_closure, A.SettingsListVM_fromStore_closure1, A.SettingsListVM_fromStore_closure0, A.SettingsScreen_build_closure, A._SettingsWizardState_dispose_closure, A._SettingsWizardState__validateSubdomain__closure1, A._SettingsWizardState__validateSubdomain__closure2, A._SettingsWizardState__onSavePressed__closure, A._SettingsWizardState__onSavePressed___closure0, A._SettingsWizardState__onSavePressed___closure1, A._SettingsWizardState__onSavePressed___closure2, A._SettingsWizardState__onSavePressed__closure0, A._SettingsWizardState__onSavePressed__closure2, A._SettingsWizardState_build_closure, A._SettingsWizardState_build_closure0, A._SettingsWizardState_build_closure1, A._SettingsWizardState_build_closure2, A._SettingsWizardState_build_closure3, A._SettingsWizardState_build_closure4, A._SettingsWizardState_build_closure5, A._SettingsWizardState_build__closure, A._SettingsWizardState_build_closure8, A._SettingsWizardState_build_closure7, A._TaskSettingsState_didChangeDependencies_closure, A._TaskSettingsState_didChangeDependencies_closure0, A._TaskSettingsState_dispose_closure, A._TaskSettingsState__onChanged_closure, A._TaskSettingsState_build_closure, A._TaskSettingsState_build__closure17, A._TaskSettingsState_build_closure0, A._TaskSettingsState_build__closure16, A._TaskSettingsState_build_closure1, A._TaskSettingsState_build__closure15, A._TaskSettingsState_build_closure2, A._TaskSettingsState_build__closure14, A._TaskSettingsState_build_closure3, A._TaskSettingsState_build__closure13, A._TaskSettingsState_build_closure4, A._TaskSettingsState_build__closure12, A._TaskSettingsState_build_closure6, A._TaskSettingsState_build__closure10, A._TaskSettingsState_build_closure5, A._TaskSettingsState_build_closure8, A._TaskSettingsState_build__closure9, A._TaskSettingsState_build_closure9, A._TaskSettingsState_build__closure8, A._TaskSettingsState_build_closure10, A._TaskSettingsState_build__closure7, A._TaskSettingsState_build_closure11, A._TaskSettingsState_build__closure6, A._TaskSettingsState_build_closure12, A._TaskSettingsState_build__closure5, A._TaskSettingsState_build_closure13, A._TaskSettingsState_build__closure4, A._TaskSettingsState_build_closure14, A._TaskSettingsState_build__closure3, A._TaskSettingsState_build_closure15, A._TaskSettingsState_build__closure2, A._TaskSettingsState_build_closure16, A._TaskSettingsState_build__closure1, A._TaskSettingsState_build_closure17, A._TaskSettingsState_build__closure0, A._TaskSettingsState_build_closure18, A._TaskSettingsState_build__closure, A._TaskSettingsState_build_closure19, A.TaskSettingsVM_fromStore_closure0, A.TaskSettingsVM_fromStore_closure1, A.TaskSettingsVM_fromStore_closure, A.TaskSettingsVM_fromStore_closure2, A._TaxSettingsState_build_closure, A._TaxSettingsState_build__closure11, A._TaxSettingsState_build_closure0, A._TaxSettingsState_build__closure10, A._TaxSettingsState_build_closure1, A._TaxSettingsState_build__closure9, A._TaxSettingsState_build_closure2, A._TaxSettingsState_build__closure8, A._TaxSettingsState_build_closure3, A._TaxSettingsState_build__closure7, A._TaxSettingsState_build_closure4, A._TaxSettingsState_build__closure6, A._TaxSettingsState_build_closure5, A._TaxSettingsState_build__closure5, A._TaxSettingsState_build_closure7, A._TaxSettingsState_build__closure4, A._TaxSettingsState_build_closure9, A._TaxSettingsState_build__closure3, A._TaxSettingsState_build_closure8, A._TaxSettingsState_build_closure10, A._TaxSettingsState_build__closure0, A._TaxSettingsState_build___closure2, A._TaxSettingsState_build____closure1, A._TaxSettingsState_build__closure, A._TaxSettingsState_build__closure2, A._TaxSettingsState_build___closure, A._TaxSettingsState_build____closure0, A._TaxSettingsState_build_____closure, A._TaxSettingsState_build______closure, A._TaxSettingsState_build_______closure, A._TaxSettingsState_build____closure, A.NumberOfRatesSelector_build_closure, A.__EditSubregionDialogState__onDone_closure, A.__EditSubregionDialogState__onDone__closure, A.__EditSubregionDialogState__onDone___closure, A.__EditSubregionDialogState__onDone____closure, A.__EditSubregionDialogState_build_closure0, A.__EditSubregionDialogState_build_closure1, A.__EditSubregionDialogState_build_closure2, A.__EditSubregionDialogState_build_closure3, A.__EditSubregionDialogState_build_closure4, A.__EditSubregionDialogState_build_closure5, A.TaxSettingsVM_fromStore_closure0, A.TaxSettingsVM_fromStore_closure1, A.TaxSettingsVM_fromStore_closure, A.TaxSettingsVM_fromStore_closure2, A._TemplatesAndRemindersState_initState_closure, A._TemplatesAndRemindersState_dispose_closure, A._TemplatesAndRemindersState__onChanged_closure, A._TemplatesAndRemindersState__onChanged_closure0, A._TemplatesAndRemindersState__onChanged_closure1, A._TemplatesAndRemindersState__onChanged_closure2, A._TemplatesAndRemindersState__onChanged_closure3, A._TemplatesAndRemindersState__onChanged_closure4, A._TemplatesAndRemindersState__onChanged_closure5, A._TemplatesAndRemindersState__onChanged_closure6, A._TemplatesAndRemindersState__onChanged_closure7, A._TemplatesAndRemindersState__onChanged_closure8, A._TemplatesAndRemindersState__onChanged_closure9, A._TemplatesAndRemindersState__onChanged_closure10, A._TemplatesAndRemindersState__onChanged_closure11, A._TemplatesAndRemindersState__onChanged_closure12, A._TemplatesAndRemindersState__renderTemplate_closure0, A._TemplatesAndRemindersState_build_closure10, A._TemplatesAndRemindersState_build_closure1, A._TemplatesAndRemindersState_build_closure, A._TemplatesAndRemindersState_build_closure0, A._TemplatesAndRemindersState_build_closure2, A._TemplatesAndRemindersState_build__closure3, A._TemplatesAndRemindersState_build_closure3, A._TemplatesAndRemindersState_build__closure2, A._TemplatesAndRemindersState_build_closure4, A._TemplatesAndRemindersState_build__closure1, A._TemplatesAndRemindersState_build_closure5, A._TemplatesAndRemindersState_build__closure0, A._TemplatesAndRemindersState_build_closure7, A._TemplatesAndRemindersState_build__closure, A._TemplatesAndRemindersState_build_closure9, A._ReminderSettingsState_dispose_closure, A._ReminderSettingsState_didChangeDependencies_closure, A._ReminderSettingsState_didChangeDependencies_closure0, A._ReminderSettingsState_build_closure, A._ReminderSettingsState_build_closure0, A.TemplatesAndRemindersVM_fromStore_closure0, A.TemplatesAndRemindersVM_fromStore_closure, A.TemplatesAndRemindersVM_fromStore____closure, A.TemplatesAndRemindersVM_fromStore____closure0, A.TemplatesAndRemindersVM_fromStore___closure0, A.TemplatesAndRemindersVM_fromStore___closure1, A.TemplatesAndRemindersVM_fromStore___closure2, A._UserDetailsState_dispose_closure, A._UserDetailsState_didChangeDependencies_closure, A._UserDetailsState_didChangeDependencies_closure0, A._UserDetailsState__onChanged_closure, A._UserDetailsState_build_closure4, A._UserDetailsState_build_closure5, A._UserDetailsState_build_closure6, A._UserDetailsState_build__closure5, A._UserDetailsState_build__closure6, A._UserDetailsState_build__closure7, A._UserDetailsState_build_closure8, A._UserDetailsState_build__closure4, A._UserDetailsState_build_closure9, A._UserDetailsState_build__closure3, A._UserDetailsState_build_closure11, A._UserDetailsState_build__closure2, A._UserDetailsState_build_closure10, A._UserDetailsState_build_closure12, A._UserDetailsState_build__closure1, A._UserDetailsState_build_closure13, A._UserDetailsState_build__closure0, A._UserDetailsState_build__closure, A._EnableTwoFactorState_initState_closure, A._EnableTwoFactorState_initState_closure0, A._EnableTwoFactorState__onSavePressed_closure1, A._EnableTwoFactorState__onSavePressed_closure2, A._EnableTwoFactorState_build_closure, A._EnableTwoFactorState_build_closure1, A._EnableTwoFactorState_build_closure0, A.UserDetailsVM_fromStore_closure, A.UserDetailsVM_fromStore_closure5, A.UserDetailsVM_fromStore__closure2, A.UserDetailsVM_fromStore_closure6, A.UserDetailsVM_fromStore__closure1, A.UserDetailsVM_fromStore_closure7, A.UserDetailsVM_fromStore__closure0, A.UserDetailsVM_fromStore_closure2, A.UserDetailsVM_fromStore__closure5, A.UserDetailsVM_fromStore____closure, A.UserDetailsVM_fromStore_closure1, A.UserDetailsVM_fromStore_closure4, A.UserDetailsVM_fromStore__closure3, A.UserDetailsVM_fromStore_closure8, A.UserDetailsVM_fromStore__closure, A.UserDetailsVM_fromStore_closure3, A.UserDetailsVM_fromStore___closure5, A.UserDetailsVM_fromStore_closure0, A.UserDetailsVM_fromStore___closure8, A.UserDetailsVM_fromStore____closure1, A.UserDetailsVM_fromStore____closure2, A.UserDetailsVM_fromStore___closure9, A._WorkflowSettingsState_build_closure, A._WorkflowSettingsState_build__closure5, A._WorkflowSettingsState_build_closure0, A._WorkflowSettingsState_build__closure4, A._WorkflowSettingsState_build_closure1, A._WorkflowSettingsState_build__closure3, A._WorkflowSettingsState_build_closure2, A._WorkflowSettingsState_build__closure2, A._WorkflowSettingsState_build_closure4, A._WorkflowSettingsState_build__closure1, A._WorkflowSettingsState_build_closure3, A._WorkflowSettingsState_build_closure5, A._WorkflowSettingsState_build__closure0, A._WorkflowSettingsState_build_closure6, A._WorkflowSettingsState_build__closure, A.WorkflowSettingsVM_fromStore_closure0, A.WorkflowSettingsVM_fromStore_closure1, A.WorkflowSettingsVM_fromStore_closure, A._SubscriptionEditState_didChangeDependencies_closure, A._SubscriptionEditState_didChangeDependencies_closure0, A._SubscriptionEditState_dispose_closure, A._SubscriptionEditState__onChanged_closure, A._SubscriptionEditState_build_closure33, A._SubscriptionEditState_build_closure, A._SubscriptionEditState_build__closure30, A._SubscriptionEditState_build_closure0, A._SubscriptionEditState_build__closure29, A._SubscriptionEditState_build_closure1, A._SubscriptionEditState_build__closure27, A._SubscriptionEditState_build___closure7, A._SubscriptionEditState_build__closure28, A._SubscriptionEditState_build_closure2, A._SubscriptionEditState_build_closure3, A._SubscriptionEditState_build___closure6, A._SubscriptionEditState_build_closure4, A._SubscriptionEditState_build__closure24, A._SubscriptionEditState_build___closure5, A._SubscriptionEditState_build__closure25, A._SubscriptionEditState_build_closure5, A._SubscriptionEditState_build_closure6, A._SubscriptionEditState_build___closure4, A._SubscriptionEditState_build_closure7, A._SubscriptionEditState_build__closure21, A._SubscriptionEditState_build___closure3, A._SubscriptionEditState_build__closure22, A._SubscriptionEditState_build_closure8, A._SubscriptionEditState_build_closure9, A._SubscriptionEditState_build___closure2, A._SubscriptionEditState_build_closure10, A._SubscriptionEditState_build__closure18, A._SubscriptionEditState_build___closure1, A._SubscriptionEditState_build__closure19, A._SubscriptionEditState_build_closure11, A._SubscriptionEditState_build_closure12, A._SubscriptionEditState_build___closure0, A._SubscriptionEditState_build_closure14, A._SubscriptionEditState_build__closure16, A._SubscriptionEditState_build_closure13, A._SubscriptionEditState_build_closure16, A._SubscriptionEditState_build__closure15, A._SubscriptionEditState_build_closure17, A._SubscriptionEditState_build__closure14, A._SubscriptionEditState_build_closure15, A._SubscriptionEditState_build_closure18, A._SubscriptionEditState_build__closure13, A._SubscriptionEditState_build_closure19, A._SubscriptionEditState_build__closure12, A._SubscriptionEditState_build_closure20, A._SubscriptionEditState_build__closure11, A._SubscriptionEditState_build_closure21, A._SubscriptionEditState_build__closure10, A._SubscriptionEditState_build_closure22, A._SubscriptionEditState_build__closure9, A._SubscriptionEditState_build_closure23, A._SubscriptionEditState_build__closure8, A._SubscriptionEditState_build_closure24, A._SubscriptionEditState_build__closure7, A._SubscriptionEditState_build_closure25, A._SubscriptionEditState_build__closure6, A._SubscriptionEditState_build_closure26, A._SubscriptionEditState_build__closure5, A._SubscriptionEditState_build_closure27, A._SubscriptionEditState_build__closure4, A._SubscriptionEditState_build_closure28, A._SubscriptionEditState_build__closure3, A._SubscriptionEditState_build_closure29, A._SubscriptionEditState_build_closure30, A._SubscriptionEditState_build__closure0, A._SubscriptionEditState_build_closure32, A._SubscriptionEditState_build___closure, A.SubscriptionEditScreen_build_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure, A.SubscriptionListItem_build_closure, A.SubscriptionListVM_fromStore__handleRefresh, A.SubscriptionListVM_fromStore_closure, A.SubscriptionListVM_fromStore_closure0, A.SubscriptionScreen_build_closure7, A.SubscriptionScreen_build_closure4, A.SubscriptionScreen_build_closure0, A.SubscriptionScreen_build_closure1, A.SubscriptionScreen_build_closure2, A.SubscriptionScreen_build_closure3, A.SubscriptionViewScreen_build_closure0, A._UpdateDialogState_updateApp__closure0, A._UpdateDialogState_updateApp__closure1, A._TaskEditState_build_closure1, A._TaskEditState_build_closure2, A._TaskEditDesktopState_didChangeDependencies_closure, A._TaskEditDesktopState_didChangeDependencies_closure0, A._TaskEditDesktopState_dispose_closure, A._TaskEditDesktopState__onChanged_closure, A._TaskEditDesktopState_build_closure, A._TaskEditDesktopState_build_closure0, A._TaskEditDesktopState_build_closure2, A._TaskEditDesktopState_build__closure10, A._TaskEditDesktopState_build_closure1, A._TaskEditDesktopState_build_closure3, A._TaskEditDesktopState_build__closure9, A._TaskEditDesktopState_build_closure4, A._TaskEditDesktopState_build_closure5, A._TaskEditDesktopState_build__closure8, A._TaskEditDesktopState_build_closure6, A._TaskEditDesktopState_build__closure7, A._TaskEditDesktopState_build_closure7, A._TaskEditDesktopState_build__closure0, A._TaskEditDesktopState_build__closure2, A._TaskEditDesktopState_build__closure3, A._TaskEditDesktopState_build__closure4, A._TaskEditDesktopState_build___closure1, A._TaskEditDesktopState_build___closure0, A._TaskEditDesktopState_build___closure, A._TaskEditDetailsState_didChangeDependencies_closure, A._TaskEditDetailsState_didChangeDependencies_closure0, A._TaskEditDetailsState_dispose_closure, A._TaskEditDetailsState__onChanged_closure, A._TaskEditDetailsState_build_closure0, A._TaskEditDetailsState_build__closure2, A._TaskEditDetailsState_build_closure, A._TaskEditDetailsState_build_closure1, A._TaskEditDetailsState_build__closure1, A._TaskEditDetailsState_build_closure2, A._TaskEditDetailsState_build_closure3, A._TaskEditDetailsState_build__closure0, A._TaskEditDetailsState_build_closure4, A._TaskEditDetailsState_build__closure, A.TaskEditDetailsScreen_build_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1, A._TaskEditTimesState__showTaskTimeEditor_closure, A._TaskEditTimesState__showTaskTimeEditor_closure0, A._TaskEditTimesState__showTaskTimeEditor__closure, A._TaskEditTimesState_build_closure, A._TaskEditTimesState_build_closure0, A.TimeEditDetailsState_build_closure0, A.TimeEditDetailsState_build_closure2, A.TimeEditDetailsState_build_closure3, A.TimeEditDetailsState_build_closure4, A.TimeEditDetailsState_build__closure1, A.TimeEditDetailsState_build_closure5, A.TimeEditDetailsState_build__closure, A.TaskEditTimesScreen_build_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure, A.TaskEditScreen_build_closure0, A.TaskEditVM_TaskEditVM$fromStore_closure0, A.TaskEditVM_TaskEditVM$fromStore__closure, A.TaskEditVM_TaskEditVM$fromStore_closure, A.TaskEditVM_TaskEditVM$fromStore___closure, A.TaskEditVM_TaskEditVM$fromStore___closure0, A.TaskEditVM_TaskEditVM$fromStore___closure1, A.TaskEditVM_TaskEditVM$fromStore____closure, A._KanbanTaskCardState_build_closure, A._KanbanTaskCardState_build__closure4, A._KanbanTaskCardState_build_closure10, A._KanbanTaskCardState_build_closure9, A._KanbanTaskCardState_build_closure6, A._KanbanTaskCardState_build__closure2, A._KanbanTaskCardState_build_closure7, A._KanbanStatusCardState__onSavePressed_closure, A._KanbanStatusCardState_build_closure, A._KanbanStatusCardState_build_closure0, A.KanbanViewState__initBoard_closure, A.KanbanViewState__onBoardChanged_closure, A.KanbanViewState_build_closure, A.KanbanViewState_build_closure0, A.KanbanViewState_build____closure3, A.KanbanViewState_build__closure3, A.KanbanViewState_build__closure4, A.KanbanViewState_build___closure3, A.KanbanViewState_build___closure2, A.KanbanVM_fromStore_closure, A.KanbanVM_fromStore_closure1, A.KanbanVM_fromStore__closure, A.KanbanVM_fromStore_closure0, A.KanbanVM_fromStore__closure0, A.KanbanVM_fromStore__closure1, A.KanbanVM_fromStore__closure2, A.KanbanVM_fromStore__closure3, A.TaskListItem_build__closure, A.TaskListItem_build__closure3, A.TaskListVM_fromStore__handleRefresh, A.TaskListVM_fromStore_closure0, A.TaskListVM_fromStore_closure, A.TaskPresenter_getField_closure, A.TaskPresenter_getField_closure0, A.TaskScreen_build_closure, A.TaskScreen_build_closure0, A.TaskScreen_build_closure1, A.TaskScreen_build_closure2, A.TaskScreen_build_closure17, A.TaskScreen_build_closure13, A.TaskScreen_build_closure9, A.TaskScreen_build_closure10, A.TaskScreen_build_closure11, A.TaskScreen_build_closure12, A._TaskViewState_build_closure, A._TaskOverviewState_initState_closure, A._TaskOverviewState_build__buildView_closure, A._TaskOverviewState_build__buildView__closure, A.TaskViewScreen_build_closure0, A.TaskViewVM_TaskViewVM$fromStore__handleRefresh, A.TaskViewVM_TaskViewVM$fromStore_closure, A.TaskViewVM_TaskViewVM$fromStore_closure0, A.TaskViewVM_TaskViewVM$fromStore_closure1, A.TaskViewVM_TaskViewVM$fromStore__closure, A.TaskViewVM_TaskViewVM$fromStore__closure0, A.TaskViewVM_TaskViewVM$fromStore___closure, A._TaskStatusEditState_didChangeDependencies_closure, A._TaskStatusEditState_didChangeDependencies_closure0, A._TaskStatusEditState_dispose_closure, A._TaskStatusEditState__onChanged_closure, A._TaskStatusEditState_build_closure0, A._TaskStatusEditState_build_closure, A._TaskStatusEditState_build__closure, A._TaskStatusEditState_build__closure0, A._TaskStatusEditState_build___closure, A.TaskStatusEditScreen_build_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure, A._TaskStatusListState_build_closure, A.TaskStatusListItem_build_closure, A.TaskStatusListVM_fromStore__handleRefresh, A.TaskStatusListVM_fromStore_closure, A.TaskStatusListVM_fromStore__closure, A.TaskStatusScreen_build_closure8, A.TaskStatusScreen_build__closure, A.TaskStatusScreen_build__closure0, A.TaskStatusScreen_build_closure5, A.TaskStatusScreen_build_closure1, A.TaskStatusScreen_build_closure2, A.TaskStatusScreen_build_closure3, A.TaskStatusScreen_build_closure4, A.TaskStatusViewScreen_build_closure0, A._TaxRateEditState_didChangeDependencies_closure, A._TaxRateEditState_didChangeDependencies_closure0, A._TaxRateEditState_dispose_closure, A._TaxRateEditState__onChanged_closure, A._TaxRateEditState_build_closure, A.TaxRateEditScreen_build_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore____closure, A.TaxRateListItem_build_closure, A.TaxRateListVM_fromStore__handleRefresh, A.TaxRateListVM_fromStore_closure, A.TaxRateListVM_fromStore_closure0, A.TaxRateSettingsScreen_build_closure3, A.TaxRateSettingsScreen_build_closure0, A.TaxRateViewScreen_build_closure0, A._TokenEditState_didChangeDependencies_closure, A._TokenEditState_didChangeDependencies_closure0, A._TokenEditState_dispose_closure, A._TokenEditState__onChanged_closure, A._TokenEditState_build_closure0, A._TokenEditState_build_closure, A._TokenEditState_build__closure, A.TokenEditScreen_build_closure0, A.TokenEditVM_TokenEditVM$fromStore_closure, A.TokenEditVM_TokenEditVM$fromStore_closure1, A.TokenEditVM_TokenEditVM$fromStore_closure0, A.TokenEditVM_TokenEditVM$fromStore____closure, A.TokenEditVM_TokenEditVM$fromStore____closure0, A.TokenEditVM_TokenEditVM$fromStore_____closure, A.TokenListItem_build_closure, A.TokenListVM_fromStore__handleRefresh, A.TokenListVM_fromStore_closure, A.TokenListVM_fromStore_closure0, A.TokenScreen_build_closure7, A.TokenScreen_build_closure4, A.TokenScreen_build_closure0, A.TokenScreen_build_closure1, A.TokenScreen_build_closure2, A.TokenScreen_build_closure3, A.TokenViewScreen_build_closure0, A._TransactionEditState_didChangeDependencies_closure, A._TransactionEditState_didChangeDependencies_closure0, A._TransactionEditState_dispose_closure, A._TransactionEditState__onChanged__closure, A._TransactionEditState_build_closure0, A._TransactionEditState_build_closure1, A._TransactionEditState_build_closure, A._TransactionEditState_build__closure, A._TransactionEditState_build___closure3, A._TransactionEditState_build___closure2, A._TransactionEditState_build__closure1, A._TransactionEditState_build__closure2, A._TransactionEditState_build__closure3, A._TransactionEditState_build___closure1, A._TransactionEditState_build__closure6, A._TransactionEditState_build___closure, A._TransactionEditState_build__closure4, A._TransactionEditState_build___closure0, A._TransactionEditState_build__closure8, A._TransactionEditState_build__closure7, A.TransactionEditScreen_build_closure0, A.TransactionEditVM_TransactionEditVM$fromStore_closure, A.TransactionEditVM_TransactionEditVM$fromStore_closure1, A.TransactionEditVM_TransactionEditVM$fromStore_closure0, A.TransactionEditVM_TransactionEditVM$fromStore___closure, A.TransactionEditVM_TransactionEditVM$fromStore___closure0, A.TransactionEditVM_TransactionEditVM$fromStore____closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure0, A.TransactionListItem_build__closure, A.TransactionListItem_build__closure3, A.TransactionListVM_fromStore__handleRefresh, A.TransactionListVM_fromStore_closure, A.TransactionListVM_fromStore_closure0, A.TransactionPresenter_getField_closure, A.TransactionPresenter_getField_closure0, A.TransactionPresenter_getField_closure1, A.TransactionPresenter_getField_closure2, A.TransactionScreen_build_closure, A.TransactionScreen_build_closure0, A.TransactionScreen_build_closure1, A.TransactionScreen_build_closure2, A.TransactionScreen_build_closure3, A.TransactionScreen_build_closure13, A.TransactionScreen_build_closure10, A.TransactionScreen_build_closure6, A.TransactionScreen_build_closure7, A.TransactionScreen_build_closure8, A.TransactionScreen_build_closure9, A._TransactionViewState_build_closure, A._TransactionViewState_build_closure0, A._TransactionViewState_build_closure1, A._MatchDepositsState_initState_closure, A._MatchDepositsState_updateInvoiceList_closure, A._MatchDepositsState_updatePaymentList_closure, A._MatchDepositsState_build_closure, A._MatchDepositsState_build_closure0, A._MatchDepositsState_build_closure1, A._MatchDepositsState_build_closure2, A._MatchDepositsState_build_closure5, A._MatchDepositsState_build_closure8, A._MatchDepositsState_build_closure9, A._MatchDepositsState_build__closure, A._MatchWithdrawalsState_updateCategoryList_closure, A._MatchWithdrawalsState_updateVendorList_closure, A._MatchWithdrawalsState_updateExpenseList_closure, A._MatchWithdrawalsState_build_closure, A._MatchWithdrawalsState_build_closure0, A._MatchWithdrawalsState_build_closure1, A._MatchWithdrawalsState_build_closure2, A._MatchWithdrawalsState_build_closure5, A._MatchWithdrawalsState_build_closure6, A._MatchWithdrawalsState_build____closure1, A._MatchWithdrawalsState_build_____closure, A._MatchWithdrawalsState_build_closure11, A._MatchWithdrawalsState_build__closure6, A._MatchWithdrawalsState_build__closure7, A._MatchWithdrawalsState_build___closure2, A._MatchWithdrawalsState_build____closure0, A._MatchWithdrawalsState_build_closure16, A._MatchWithdrawalsState_build__closure1, A._MatchWithdrawalsState_build__closure2, A._MatchWithdrawalsState_build___closure0, A._MatchWithdrawalsState_build____closure, A._MatchWithdrawalsState_build__closure, A.TransactionViewScreen_build_closure0, A.TransactionViewScreen_build__closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure1, A.TransactionViewVM_TransactionViewVM$fromStore__closure, A._TransactionRuleEditState_didChangeDependencies_closure, A._TransactionRuleEditState_didChangeDependencies_closure0, A._TransactionRuleEditState_dispose_closure, A._TransactionRuleEditState__onChanged__closure, A._TransactionRuleEditState_build_closure0, A._TransactionRuleEditState_build_closure1, A._TransactionRuleEditState_build_closure, A._TransactionRuleEditState_build__closure, A._TransactionRuleEditState_build__closure0, A._TransactionRuleEditState_build__closure1, A._TransactionRuleEditState_build___closure9, A._TransactionRuleEditState_build__closure2, A._TransactionRuleEditState_build___closure8, A._TransactionRuleEditState_build___closure6, A._TransactionRuleEditState_build___closure7, A._TransactionRuleEditState_build___closure5, A._TransactionRuleEditState_build___closure3, A._TransactionRuleEditState_build___closure4, A._TransactionRuleEditState_build__closure7, A._TransactionRuleEditState_build___closure1, A._TransactionRuleEditState_build___closure2, A._TransactionRuleEditState_build__closure9, A._TransactionRuleEditState_build___closure, A._TransactionRuleEditState_build___closure0, A.__RuleCriteriaState_build_closure, A.__RuleCriteriaState_build___closure1, A.__RuleCriteriaState_build_closure0, A.__RuleCriteriaState_build___closure0, A.__RuleCriteriaState_build_closure1, A.__RuleCriteriaState_build___closure, A.__RuleCriteriaState_build_closure2, A.__RuleCriteriaState_build_closure3, A.TransactionRuleEditScreen_build_closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure1, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore____closure, A.TransactionRuleListItem_build_closure, A.TransactionRuleListVM_fromStore__handleRefresh, A.TransactionRuleListVM_fromStore_closure, A.TransactionRuleListVM_fromStore_closure0, A.TransactionRuleScreen_build_closure7, A.TransactionRuleScreen_build_closure4, A.TransactionRuleScreen_build_closure0, A.TransactionRuleScreen_build_closure1, A.TransactionRuleScreen_build_closure2, A.TransactionRuleScreen_build_closure3, A.TransactionRuleViewScreen_build_closure0, A._UserEditState_didChangeDependencies_closure, A._UserEditState_didChangeDependencies_closure0, A._UserEditState_dispose_closure, A._UserEditState__onChanged_closure, A._UserEditState__togglePermission_closure, A._UserEditState__togglePermission_closure0, A._UserEditState_build_closure15, A._UserEditState_build_closure, A._UserEditState_build_closure0, A._UserEditState_build_closure1, A._UserEditState_build__closure12, A._UserEditState_build_closure3, A._UserEditState_build__closure11, A._UserEditState_build_closure4, A._UserEditState_build__closure9, A._UserEditState_build__closure10, A._UserEditState_build_closure5, A._UserEditState_build__closure7, A._UserEditState_build__closure8, A._UserEditState_build__closure6, A._UserEditState_build___closure0, A._UserEditState_build_closure7, A._UserEditState_build_closure9, A._UserEditState_build_closure11, A._UserEditState_build_closure13, A._UserEditState_build_closure14, A._UserEditState_build___closure, A._UserEditState_build____closure, A._UserEditState_build__closure1, A._UserEditState_build__closure3, A._UserEditState_build__closure5, A.UserEditScreen_build_closure0, A.UserEditVM_UserEditVM$fromStore_closure, A.UserEditVM_UserEditVM$fromStore_closure1, A.UserEditVM_UserEditVM$fromStore_closure0, A.UserEditVM_UserEditVM$fromStore___closure0, A.UserEditVM_UserEditVM$fromStore___closure1, A.UserEditVM_UserEditVM$fromStore____closure, A.UserListItem_build_closure, A.UserListVM_fromStore__handleRefresh, A.UserListVM_fromStore_closure, A.UserListVM_fromStore_closure0, A.UserScreen_build_closure7, A.UserScreen_build_closure4, A.UserScreen_build_closure0, A.UserScreen_build_closure1, A.UserScreen_build_closure2, A.UserScreen_build_closure3, A.UserViewScreen_build_closure0, A._VendorEditState_build_closure, A._VendorEditState_build_closure0, A.VendorEditAddressState_didChangeDependencies_closure, A.VendorEditAddressState_didChangeDependencies_closure0, A.VendorEditAddressState_dispose_closure, A.VendorEditAddressState__onChanged_closure, A.VendorEditAddressState_build_closure, A.VendorEditAddressState_build__closure, A._VendorEditContactsState__showContactEditor_closure, A._VendorEditContactsState__showContactEditor__closure, A._VendorEditContactsState_build_closure, A._VendorEditContactsState_build_closure0, A.VendorContactEditDetailsState_didChangeDependencies_closure, A.VendorContactEditDetailsState_didChangeDependencies_closure0, A.VendorContactEditDetailsState_dispose_closure, A.VendorContactEditDetailsState__onChanged_closure, A.VendorContactEditDetailsState_build_closure, A.VendorContactEditDetailsState_build_closure0, A.VendorContactEditDetailsState_build_closure1, A.VendorContactEditDetailsState_build_closure2, A.VendorContactEditDetailsState_build_closure4, A.VendorContactEditDetailsState_build_closure3, A.VendorContactEditDetailsState_build_closure5, A.VendorContactEditDetailsState_build_closure6, A.VendorContactEditDetailsState_build_closure7, A.VendorContactEditDetailsState_build_closure8, A.VendorContactEditDetailsState_build_closure9, A.VendorContactEditDetailsState_build_closure10, A.VendorContactEditDetailsState_build___closure, A.VendorContactEditDetailsState_build__closure1, A.VendorContactEditDetailsState_build__closure, A.VendorEditContactsScreen_build_closure0, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0, A.VendorEditDetailsState_didChangeDependencies_closure, A.VendorEditDetailsState_didChangeDependencies_closure0, A.VendorEditDetailsState_dispose_closure, A.VendorEditDetailsState__onChanged_closure, A.VendorEditDetailsState_build_closure, A.VendorEditDetailsState_build_closure0, A.VendorEditDetailsState_build__closure0, A.VendorEditDetailsState_build_closure2, A.VendorEditDetailsState_build__closure, A.VendorEditDetailsState_build_closure1, A.VendorEditNotesState_didChangeDependencies_closure, A.VendorEditNotesState_didChangeDependencies_closure0, A.VendorEditNotesState_dispose_closure, A.VendorEditNotesState__onChanged_closure, A.VendorEditSettingsState_build_closure, A.VendorEditSettingsState_build__closure0, A.VendorEditSettingsState_build_closure0, A.VendorEditSettingsState_build__closure, A.VendorEditScreen_build_closure0, A.VendorEditVM_VendorEditVM$fromStore_closure, A.VendorEditVM_VendorEditVM$fromStore_closure1, A.VendorEditVM_VendorEditVM$fromStore_closure0, A.VendorEditVM_VendorEditVM$fromStore___closure, A.VendorEditVM_VendorEditVM$fromStore___closure0, A.VendorEditVM_VendorEditVM$fromStore___closure1, A.VendorEditVM_VendorEditVM$fromStore____closure, A.VendorListItem_build__closure, A.VendorListItem_build__closure3, A.VendorListVM_fromStore__handleRefresh, A.VendorListVM_fromStore_closure, A.VendorListVM_fromStore_closure0, A.VendorPresenter_getField_closure, A.VendorScreen_build_closure7, A.VendorScreen_build_closure4, A.VendorScreen_build_closure0, A.VendorScreen_build_closure1, A.VendorScreen_build_closure2, A.VendorScreen_build_closure3, A._VendorViewState_build_closure, A._VendorViewDetailsState_build__buildDetailsList_closure, A._VendorViewFullwidthState_build__closure1, A.VendorViewScreen_build_closure0, A.VendorViewVM_VendorViewVM$fromStore__handleRefresh, A.VendorViewVM_VendorViewVM$fromStore_closure, A.VendorViewVM_VendorViewVM$fromStore_closure0, A.VendorViewVM_VendorViewVM$fromStore__closure, A.VendorViewVM_VendorViewVM$fromStore__closure0, A.VendorViewVM_VendorViewVM$fromStore___closure, A._WebhookEditState_didChangeDependencies_closure, A._WebhookEditState_didChangeDependencies_closure0, A._WebhookEditState_dispose_closure, A._WebhookEditState__onChanged_closure, A._WebhookEditState_build_closure0, A._WebhookEditState_build_closure, A._WebhookEditState_build__closure, A._WebhookEditState_build__closure1, A._WebhookEditState_build___closure4, A._WebhookEditState_build__closure0, A._WebhookEditState_build__closure2, A._WebhookEditState_build___closure3, A._WebhookEditState_build__closure3, A._WebhookEditState_build__closure4, A._WebhookEditState_build___closure0, A._WebhookEditState_build__closure6, A._WebhookEditState_build____closure, A.WebhookEditScreen_build_closure0, A.WebhookEditVM_WebhookEditVM$fromStore_closure, A.WebhookEditVM_WebhookEditVM$fromStore_closure1, A.WebhookEditVM_WebhookEditVM$fromStore_closure0, A.WebhookEditVM_WebhookEditVM$fromStore___closure, A.WebhookEditVM_WebhookEditVM$fromStore___closure0, A.WebhookEditVM_WebhookEditVM$fromStore____closure, A.WebhookViewScreen_build_closure0, A.WebhookListItem_build_closure, A.WebhookListVM_fromStore__handleRefresh, A.WebhookListVM_fromStore_closure, A.WebhookListVM_fromStore_closure0, A.WebhookScreen_build_closure7, A.WebhookScreen_build_closure4, A.WebhookScreen_build_closure0, A.WebhookScreen_build_closure1, A.WebhookScreen_build_closure2, A.WebhookScreen_build_closure3, A.snackBarCompleter_closure, A.snackBarCompleter_closure0, A.snackBarCompleter__closure, A.loadDesign_closure, A.loadDesign_closure0, A.showRefreshDataDialog_closure, A.showErrorDialog_closure, A.showMessageDialog_closure, A.confirmCallback_closure, A.confirmCallback__closure, A.confirmCallback__closure0, A.confirmCallback__closure1, A.passwordCallback_closure0, A.passwordCallback__closure0, A.passwordCallback__closure, A.passwordCallback_closure3, A._PasswordConfirmationState_build_closure0, A._PasswordConfirmationState_build_closure1, A.fieldCallback_closure, A._FieldConfirmationState_build_closure, A._FieldConfirmationState_build_closure0, A.cloneToDialog_closure, A.changeTaskStatusDialog_closure, A.changeTaskStatusDialog_closure0, A.changeTaskStatusDialog__closure, A.changeTaskStatusDialog____closure, A.addToInvoiceDialog_closure, A.addToInvoiceDialog_closure0, A.addToInvoiceDialog__closure, A.addToInvoiceDialog____closure, A._BulkUpdateDialogState_build_closure, A._BulkUpdateDialogState_build_closure2, A._BulkUpdateDialogState_build_closure0, A._BulkUpdateDialogState_build_closure1, A._BulkUpdateDialogState_build_closure3, A._BulkUpdateDialogState_build_closure4, A._BulkUpdateDialogState_build_closure5, A._BulkUpdateDialogState_build_closure6, A._BulkUpdateDialogState_build_closure7, A._BulkUpdateDialogState_build_closure8, A._BulkUpdateDialogState_build_closure9, A._BulkUpdateDialogState_build__closure, A._BulkUpdateDialogState_build__closure1, A._BulkUpdateDialogState_build__closure2, A._RunTemplateDialogState_build__closure1, A._RunTemplateDialogState_build__closure3, A._RunTemplateDialogState_build__closure4, A._RunTemplateDialogState_build_closure2, A._RunTemplateDialogState_build_closure3, A._RunTemplateDialogState_build_closure4, A._RunTemplateDialogState_build_closure5, A.EnumUtils_fromString_closure, A.AttributedTextMarkdownSerializer__encodeLinkMarker_closure, A.GoogleOAuth_signIn_closure, A.GoogleOAuth_signUp_closure, A.initiatePurchase_closure, A.toSnakeCase_closure, A.toCamelCase_closure, A.toSpaceCase_closure, A.toTitleCase_closure, A.matchesStrings_closure, A.matchesString_closure, A.matchesString_closure0, A.matchesStringsValue_closure, A.getRandomString_closure, A._ExampleEditorState__showEditorToolbar_closure, A._ExampleEditorState__showImageToolbar_closure, A._ExampleEditorState_build_closure, A._ExampleEditorState_build_closure0, A._ExampleEditorState__buildMountedToolbar_closure, A._SuperEditorDemoTextItemSelectorState_build_closure, A._EditorToolbarState__getSelectedLinkSpans_closure, A._EditorToolbarState__onLinkPressed_closure, A._EditorToolbarState__onBlockTypeSelected__closure, A._EditorToolbarState__buildBlockTypeSelector_closure, A._EditorToolbarState__buildUrlField_closure0, A._EditorToolbarState__buildUrlField_closure, A._ImageFormatToolbarState_build_closure, A._PositionedToolbar_build_closure, A.loadEmailTemplate_closure, A.loadEmailTemplate_closure0, A.WebUtils_registerWebView_closure, A.WebUtils_warnChanges_closure, A.WebUtils_microsoftLogin_closure, A.WebUtils_microsoftLogin_closure0, A.Element_textContent_closure, A.BlockSyntax_isAtBlockEnd_closure, A.BlockquoteSyntax_parseChildLines_closure, A.ListSyntax_parse_tryMatch, A.ParagraphSyntax__extractReflinkDefinitions_lineStartsReflinkDefinition, A.InlineParser_parse_closure, A.InlineParser__linkOrImage_closure, A.InlineParser__linkOrImage_closure0, A.InlineParser__linkOrImage_closure1, A.InlineParser__processEmphasis_closure0, A.LinkSyntax_closure, A.ImageSyntax__createNode_closure, A.memo1_closure, A.memo3_closure, A.memo4_closure, A.memo5_closure, A.memo6_closure, A.memo7_closure, A.memo8_closure, A.memo9_closure, A.memo10_closure, A.RenderOverflowView_resetOffstage_closure, A.RenderOverflowView_performFixedLayout_getChildOffset, A.RenderOverflowView_visitOnlyOnStageChildren_closure, A.RenderOverflowView_paint_paintChild, A.RenderOverflowView_hitTestChildren_closure, A._RenderIosPagedMenu__scheduleUpdateControllerPageCount_closure, A._PopoverScaffoldState__onPopoverControllerChanged_closure, A.disabledMacIntents_closure0, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A._PinchZoomState_build_closure0, A._PinchZoomState_build_closure, A._PinputState__buildPinput_closure1, A._PinputState__buildPinput__closure0, A._PinputState__buildPinput__closure1, A._PinputState__buildEditable_closure, A._PinputState__buildEditable_closure0, A._PinputState__buildFields_onlyFields_closure, A._SeparatedRaw_build_closure, A._PinputAnimatedCursorState__startCursorAnimation_closure, A._registerFactory_closure, A.PrintingPlugin_layoutPdf_closure, A.PrintingPlugin_layoutPdf_closure0, A.PrintingPlugin_raster_closure, A.PrintingPlugin_raster_closure0, A.MethodChannelPrinting__handleMethod_closure, A.PdfPreviewCustomState_didChangeDependencies_closure, A.PdfPreviewCustomState__createPreview_pageWidget, A.PdfPreviewCustomState__zoomPreview_closure2, A.PdfPreviewCustomState__zoomPreview_closure, A.PdfPreviewState_didChangeDependencies_closure, A.PdfPreviewState_build_closure, A.PdfRaster_toImage_closure, A.Store__createReduceAndNotify_closure, A.Store__createDispatchers_closure, A.RoundedLoadingButtonState_initState_closure1, A.RoundedLoadingButtonState_initState_closure3, A._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.SdkVersion_toJson_closure, A.TimeToInitialDisplayTracker_determineEndTime_closure0, A.SharedPreferencesPlugin__getFilteredKeys_closure, A.MethodChannelSignInWithApple__signInWithAppleAndroid_closure, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.OnBuilder_closure, A.OnBuilder_closure0, A._MyStatefulWidgetState_initState_closure, A.ReactiveModelImp_setStateNullable_closure0, A.ReactiveModelImp_initialize_closure, A.ReactiveModelImp__handleAsyncState_closure, A.ReactiveModelImp__handleAsyncState__closure0, A.MutableDocument_onTransactionEnd_closure, A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.PasteEditorCommand__convertLinesToParagraphs_closure, A.UpdateComposerTextStylesReaction_react_closure, A.UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure, A.UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure0, A.defaultRequestHandlers_closure, A.defaultRequestHandlers_closure0, A.defaultRequestHandlers_closure1, A.defaultRequestHandlers_closure2, A.defaultRequestHandlers_closure3, A.defaultRequestHandlers_closure4, A.defaultRequestHandlers_closure5, A.defaultRequestHandlers_closure6, A.defaultRequestHandlers_closure7, A.defaultRequestHandlers_closure8, A.defaultRequestHandlers_closure9, A.defaultRequestHandlers_closure10, A.defaultRequestHandlers_closure11, A.defaultRequestHandlers_closure12, A.defaultRequestHandlers_closure13, A.defaultRequestHandlers_closure14, A.defaultRequestHandlers_closure15, A.defaultRequestHandlers_closure16, A.defaultRequestHandlers_closure17, A.defaultRequestHandlers_closure18, A.defaultRequestHandlers_closure19, A.defaultRequestHandlers_closure20, A.defaultRequestHandlers_closure21, A.defaultRequestHandlers_closure22, A.defaultRequestHandlers_closure23, A.defaultRequestHandlers_closure24, A.defaultRequestHandlers_closure25, A.defaultRequestHandlers_closure26, A.defaultRequestHandlers_closure27, A.defaultRequestHandlers_closure28, A.defaultRequestHandlers_closure29, A.defaultRequestHandlers_closure30, A.defaultRequestHandlers_closure31, A.defaultRequestHandlers_closure32, A.defaultRequestHandlers_closure33, A.defaultRequestHandlers_closure34, A.defaultRequestHandlers_closure35, A.defaultRequestHandlers_closure36, A.defaultRequestHandlers_closure37, A.defaultRequestHandlers_closure38, A.defaultRequestHandlers_closure39, A.defaultRequestHandlers_closure40, A.defaultRequestHandlers_closure41, A.defaultRequestHandlers_closure42, A.ImageUrlConversionReaction_react_closure, A.ImageUrlConversionReaction_react_closure1, A.ImageUrlConversionReaction_react_closure2, A.LinkifyReaction__extractUpstreamWordAndLinkify_closure, A.LinkifyReaction__moveOffsetByWord_closure, A.LinkifyReaction__moveOffsetByWord_closure0, A.LinkifyReaction__moveOffsetByWord_closure1, A.LinkifyReaction__tryUpdateLinkAttribution_closure, A.LinkifyReaction__tryUpdateLinkAttribution_closure0, A.LinkifyReaction__tryUpdateLinkAttribution_closure1, A._EditorSelectionAndFocusPolicyState__onFocusChange_closure, A._DocumentMouseInteractorState__onSelectionChange_closure, A._DocumentMouseInteractorState__buildCursorStyle_closure, A._DocumentMouseInteractorState__buildCursorStyle__closure, A._DocumentMouseInteractorState__buildGestureInput_closure0, A._DocumentMouseInteractorState__buildGestureInput_closure2, A.SuperEditorAndroidControlsScope_maybeRootOf_closure, A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure, A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure, A._AndroidDocumentTouchInteractorState__configureScrollController_closure, A._AndroidDocumentTouchInteractorState__onScrollActivityChange_closure, A._AndroidDocumentTouchInteractorState__onDocumentChange_closure, A._AndroidDocumentTouchInteractorState_build_closure0, A._AndroidDocumentTouchInteractorState_build_closure2, A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle_closure, A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure2, A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure1, A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure0, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles_closure, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure6, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure5, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure4, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles_closure0, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure2, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure1, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure0, A.SuperEditorAndroidControlsOverlayManagerState__buildToolbar_closure, A.SuperEditorAndroidControlsOverlayManagerState__buildMagnifierFocalPoint_closure, A.SuperEditorAndroidControlsOverlayManagerState__buildMagnifier_closure, A.SuperEditorIosControlsScope_maybeRootOf_closure, A._IosDocumentTouchInteractorState_didChangeDependencies_closure, A._IosDocumentTouchInteractorState_didChangeMetrics_closure, A._IosDocumentTouchInteractorState__configureScrollController_closure, A._IosDocumentTouchInteractorState__onScrollActivityChange_closure, A._IosDocumentTouchInteractorState__onDocumentChange_closure, A._IosDocumentTouchInteractorState_build_closure0, A._IosDocumentTouchInteractorState_build_closure2, A._IosDocumentTouchInteractorState_build_closure4, A._IosDocumentTouchInteractorState__buildMagnifierFocalPoint_closure, A.SuperEditorIosMagnifierOverlayManagerState__buildMagnifier_closure, A._EditorFloatingCursorState__buildFloatingCursor_closure, A.DocumentImeInputClient_updateEditingValueWithDeltas_closure, A._DocumentSelectionOpenAndCloseImePolicyState_didUpdateWidget_closure, A._SoftwareKeyboardOpenerState_dispose_closure, A._KeyboardEditingToolbarState__buildToolbarOverlay__closure, A.SuperEditorImeInteractorState__createTextDeltasDocumentEditor_closure, A.SuperEditorImeInteractorState__reportVisualInformationToIme_closure, A._DocumentScrollableState_initState_closure, A.ImageComponent_build_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween_closure, A.SingleColumnLayoutComposingRegionStyler__computeNodeSelection_closure, A.SingleColumnLayoutSelectionStyler__computeNodeSelection_closure, A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.SplitParagraphCommand_execute_closure, A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.SuperEditorState_build_closure, A.SuperEditorState_build__closure, A.SuperEditorState_build__closure0, A.SuperEditorState_build__closure1, A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure, A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure2, A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure3, A.DefaultAndroidEditorToolbar_build_closure, A.TaskComponentBuilder_createViewModel_closure, A._TaskComponentState_build_closure, A._TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.ComputeTextSpan_computeTextSpan_closure, A.ContentLayersElement__onBuildScheduled_closure, A.ContentLayersElement__isSubtreeDirty_closure, A.RenderContentLayers_attach_closure, A.RenderContentLayers_detach_closure, A.RenderContentLayers_performLayout_closure, A._extension_0_findAncestorContentLayers_closure, A._DocumentScaffoldState__buildDocumentLayout_closure, A._CupertinoScrollbarState_handleThumbPress_closure0, A.Scheduler_runAsSoonAsPossible_closure, A.Frames_onNextFrame_closure, A.Frames_scheduleBuildAfterBuild_closure, A._MaterialScrollbarState__trackVisibility_closure0, A._MaterialScrollbarState__thumbColor_closure0, A._MaterialScrollbarState__trackColor_closure0, A._MaterialScrollbarState__trackBorderColor_closure0, A._MaterialScrollbarState__thickness_closure0, A.RawScrollbarWithCustomPhysicsState__gestures_closure0, A.RawScrollbarWithCustomPhysicsState__gestures__closure, A.RawScrollbarWithCustomPhysicsState__gestures__closure0, A.RawScrollbarWithCustomPhysicsState__gestures__closure1, A.RawScrollbarWithCustomPhysicsState__gestures_closure2, A.RawScrollbarWithCustomPhysicsState_build_closure, A.RawScrollbarWithCustomPhysicsState_build_closure0, A.ScrollbarPainter_update_needPaint0, A.disabledMacIntents_closure, A.ItemSelectionListState__activateItem_closure, A.CharacterMovement__moveOffsetByWord_closure, A.CharacterMovement__moveOffsetByWord_closure0, A.CharacterMovement__moveOffsetByWord_closure1, A.CharacterMovement__moveOffsetByCharacter_closure, A._AndroidEditingOverlayControlsState_initState_closure, A._AndroidEditingOverlayControlsState_didUpdateWidget_closure, A._AndroidEditingOverlayControlsState__updateSelectionForDragHandleAfterScrollChange_closure, A._AndroidEditingOverlayControlsState__updateOffsetForCollapsedHandle_closure, A._AndroidEditingOverlayControlsState_build_closure, A._AndroidEditingOverlayControlsState__buildToolbar_closure, A.AndroidTextFieldTouchInteractorState__onTextOrSelectionChange_closure, A.AndroidTextFieldTouchInteractorState__onScrollChange_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure0, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure2, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure4, A.SuperAndroidTextFieldState_initState_closure, A.SuperAndroidTextFieldState_initState_closure0, A.SuperAndroidTextFieldState_dispose_closure, A.SuperAndroidTextFieldState_didChangeMetrics_closure, A.SuperDesktopTextFieldState__onSelectionOrContentChange_closure, A.SuperDesktopTextFieldState_build_closure0, A._SuperTextFieldGestureInteractorState_build_closure3, A._SuperTextFieldGestureInteractorState_build_closure0, A._SuperTextFieldGestureInteractorState_build_closure2, A._SuperTextFieldImeInteractorState_initState_closure, A._SuperTextFieldImeInteractorState_didUpdateWidget_closure, A._SuperTextFieldImeInteractorState__reportVisualInformationToIme_closure, A.SuperTextFieldScrollviewState_didUpdateWidget_closure, A.SuperTextFieldScrollviewState__onSelectionOrContentChange_closure, A._IOSEditingControlsState_build_closure, A._IOSEditingControlsState__buildToolbar_closure, A.IOSTextFieldTouchInteractorState__onTextOrSelectionChange_closure, A.IOSTextFieldTouchInteractorState__onScrollChange_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure0, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure2, A.IOSTextFieldTouchInteractorState__buildTrackerForToolbarFocus_closure, A.SuperIOSTextFieldState_initState_closure, A.SuperIOSTextFieldState_initState_closure0, A.SuperIOSTextFieldState_dispose_closure, A.SuperIOSTextFieldState_didChangeMetrics_closure, A.TextLayoutCaretState_didUpdateWidget_closure, A.format_closure, A.MethodChannelUrlLauncher_launch_closure, A._MaterialScrollbarState__thumbColor_closure1, A._MaterialScrollbarState__trackColor_closure1, A._MaterialScrollbarState__trackBorderColor_closure1, A._MaterialScrollbarState__thickness_closure1, A._EventStreamSubscription_closure0, A._EventStreamSubscription_onData_closure0]); - _inheritMany(A.Closure0Args, [A.AppBootstrap_prepareEngineInitializer_closure, A.HtmlViewEmbedder__compositeWithParams_closure, A.HtmlViewEmbedder__applyMutators_closure, A.HtmlViewEmbedder__applyMutators_closure0, A.SkiaFontCollection__registerWithFontProvider_closure, A.SkiaFontCollection__registerWithFontProvider_closure0, A.skiaDecodeImageFromPixels_closure, A.Frame_raster_closure, A.Frame_raster_closure0, A.MultiSurfaceRasterizer_createViewRasterizer_closure, A.MultiSurfaceViewRasterizer_displayFactory_closure, A.OffscreenCanvasRasterizer_createViewRasterizer_closure, A.OffscreenCanvasViewRasterizer_displayFactory_closure, A.CanvasKitRenderer_initialize_closure, A.CkTextStyle_skTextStyle_closure, A.FontFallbackManager_addMissingCodePoints_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.PersistedPicture__applyBitmapPaint_closure, A.HtmlRenderer_initialize_closure, A.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.GradientLinear_createImageBitmap_closure, A.BrowserImageDecoder__cacheExpirationClock_closure, A.BrowserImageDecoder__getOrCreateWebDecoder_closure, A.initializeEngineServices_closure0, A.initializeEngineServices_initializeRendererCallback, A.FlutterEngineInitializer__staticInteropFactoryStub_closure0, A._cached_closure, A.KeyboardConverter__scheduleAsyncEvent_closure0, A.KeyboardConverter__startGuardingKey_closure, A.KeyboardConverter__startGuardingKey_closure0, A.KeyboardConverter__handleEvent_closure, A.KeyboardConverter__handleEvent_closure0, A.KeyboardConverter__handleEvent_closure1, A.EnginePlatformDispatcher_invokeOnKeyData_closure, A.invoke2_closure, A.PlatformViewManager_renderContent_closure, A._PointerAdapter__ensureSanitizer_closure, A._GlobalPointerState_ensurePointerDeviceState_closure, A.RawKeyboard$__closure, A.RawKeyboard_handleHtmlEvent_closure, A.AccessibilityAnnouncements_announce_closure, A.Dialog_closure, A.RouteName_update_closure, A.AccessibilityFocusManager_changeFocus_closure, A.Scrollable_update_closure, A.EngineSemantics__now_closure, A.EngineSemantics__getGestureModeClock_closure, A.EngineSemanticsOwner_closure, A.MobileSemanticsEnabler_tryEnableSemantics_closure, A.TextField__invokeIosWorkaround_closure, A.TextField_update_closure, A.HtmlFontCollection_loadAssetFonts_closure, A.SafariDesktopTextEditingStrategy_placeElement_closure, A.IOSTextEditingStrategy__schedulePlacement_closure, A.FirefoxTextEditingStrategy__postponeFocus_closure, A.TextEditingChannel_handleTextInput_closure, A._hotRestartCache_closure, A.EngineFlutterWindow_handleNavigationMessage_closure, A.CastMap_putIfAbsent_closure, A.nullFuture_closure, A.Primitives_initTicker_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._asyncStarHelper_closure, A._AsyncStarStreamController__resumeBody, A._AsyncStarStreamController__resumeBody_closure, A._AsyncStarStreamController_closure0, A._AsyncStarStreamController_closure1, A._AsyncStarStreamController_closure, A._AsyncStarStreamController__closure, A.Future_Future_closure, A.Future_Future$delayed_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__chainCoreFutureAsync_closure, A._Future__asyncCompleteWithValue_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A._Future_timeout_closure, A._Future_timeout_closure0, A.Stream_asyncMap_closure, A.Stream_fold_closure, A.Stream_fold__closure, A.Stream_forEach_closure, A.Stream_forEach__closure, A.Stream_length_closure0, A.Stream_isEmpty_closure, A.Stream_toList_closure0, A.Stream_first_closure, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._MultiStream_listen_closure, A._cancelAndError_closure, A._cancelAndValue_closure, A._rootHandleError_closure, A._RootZone_bindCallbackGuarded_closure, A._Utf8Decoder__decoder_closure, A._Utf8Decoder__decoderNonfatal_closure, A._BigIntImpl_toDouble_roundUp, A._FileStream_listen_closure, A._FileStream__closeFile_done, A._File_readAsBytes_readUnsized_read, A._File_readAsBytes_readSized_read, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.KeyData__logicalToString_closure, A.bootstrapEngine_closure0, A.BrowserPlatformLocation_getOrCreateDomEventListener_closure, A.HashUrlStrategy_addPopStateListener_closure, A.AttributedSpans_copyAttributionRegion__closure1, A.AttributedSpans_copyAttributionRegion__closure2, A.AttributedSpans_copyAttributionRegion__closure, A.AttributedSpans_copyAttributionRegion__closure0, A.BoardItemState_onDropItem_closure, A.BoardItemState__startDrag_closure, A.BoardItemState__startDrag_closure0, A.BoardItemState_build_closure2, A.BoardItemState_build_closure1, A.BoardItemState_build_closure0, A.BoardListState_onDropList_closure, A.BoardListState__startDrag_closure, A.BoardListState_build_closure0, A.BoardListState_build_closure1, A.BoardListState_build_closure, A.BoardViewState_moveDown_closure, A.BoardViewState_moveUp_closure, A.BoardViewState_moveListRight_closure, A.BoardViewState_moveListRight__closure, A.BoardViewState_moveListRight_closure0, A.BoardViewState_moveRight_closure, A.BoardViewState_moveRight_closure0, A.BoardViewState_moveRight_closure1, A.BoardViewState_moveRight__closure, A.BoardViewState_moveRight_closure2, A.BoardViewState_moveListLeft_closure, A.BoardViewState_moveListLeft__closure, A.BoardViewState_moveListLeft_closure0, A.BoardViewState_moveLeft_closure, A.BoardViewState_moveLeft_closure0, A.BoardViewState_moveLeft_closure1, A.BoardViewState_moveLeft__closure, A.BoardViewState_moveLeft_closure2, A.BoardViewState_build__closure5, A.BoardViewState_build_closure1, A.BoardViewState_build__closure4, A.BoardViewState_build_closure2, A.BoardViewState_build__closure3, A.BoardViewState_build__closure2, A.BoardViewState_build__closure0, A.BoardViewState_build__closure1, A.BoardViewState_build__closure, A.BoardViewState_run_closure, A.Serializers_Serializers_closure, A.Serializers_Serializers_closure0, A.Serializers_Serializers_closure1, A.Serializers_Serializers_closure2, A.Serializers_Serializers_closure3, A.BaseBarRenderer_preprocessSeries__closure1, A.BaseBarRenderer_update__closure, A.BaseBarRenderer_update__closure1, A._ReversedSeriesIterator_closure, A.BaseChart_getSelectionModel_closure, A.BaseChart_configureSeries__closure, A.BaseChart_preprocessSeries__closure, A.GestureListener_defaultTapCancel_closure, A.MaterialPalette__orderedPalettes_closure, A.MaterialPalette__orderedPalettes_closure0, A.MaterialPalette__orderedPalettes_closure1, A.MaterialPalette__orderedPalettes_closure2, A.MaterialPalette__orderedPalettes_closure3, A.MaterialPalette__orderedPalettes_closure4, A.MaterialPalette__orderedPalettes_closure5, A.MaterialPalette__orderedPalettes_closure6, A.MaterialPalette__orderedPalettes_closure7, A.MaterialPalette__orderedPalettes_closure8, A.MaterialPalette__orderedPalettes_closure9, A.BaseChartState_requestRebuild_closure, A.BaseChartState__animationTick_closure, A.LinePainter__drawDashedLine_closure, A.ChartGestureDetector_makeWidget_closure, A.ChartGestureDetector_onTapDown_closure, A.CanonicalizedMap_putIfAbsent_closure, A._CupertinoDesktopTextSelectionToolbarButtonState__onEnter_closure, A._CupertinoDesktopTextSelectionToolbarButtonState__onExit_closure, A._CupertinoTextMagnifierState_initState_closure, A._CupertinoTextMagnifierState_initState__closure, A._CupertinoTextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, A._CupertinoScrollbarState_initState_closure, A._CupertinoTextSelectionToolbarContentState__statusListener_closure, A._CupertinoTextSelectionToolbarButtonState__onTapDown_closure, A._CupertinoTextSelectionToolbarButtonState__onTapUp_closure, A._CupertinoTextSelectionToolbarButtonState__onTapCancel_closure, A.ToggleableStateMixin__handleTapDown_closure0, A.ToggleableStateMixin__handleTapEnd_closure0, A.ToggleableStateMixin__handleFocusHighlightChanged_closure0, A._testPlatform_closure, A._browserPlatform_closure, A.FlutterErrorDetails_summary_formatException, A.FlutterErrorDetails_summary_closure0, A.BindingBase_initServiceExtensions_closure, A.BindingBase_initServiceExtensions_closure1, A.BindingBase_lockEvents_closure, A.BindingBase_registerServiceExtension__closure, A.ChangeNotifier_notifyListeners_closure, A.LicenseEntryWithLineBreaks_paragraphs_addLine, A.LicenseEntryWithLineBreaks_paragraphs_getParagraph, A.LicenseRegistry_licenses_closure, A.GestureArenaManager_add_closure, A.GestureArenaManager__tryToResolveArena_closure, A.GestureBinding_dispatchEvent_closure, A.GestureBinding_dispatchEvent_closure0, A.ForcePressGestureRecognizer_handleEvent_closure, A.ForcePressGestureRecognizer_acceptGesture_closure, A.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure, A.LongPressGestureRecognizer__checkLongPressDown_closure, A.LongPressGestureRecognizer__checkLongPressStart_closure, A.LongPressGestureRecognizer__checkLongPressMoveUpdate_closure, A.LongPressGestureRecognizer__checkLongPressEnd_closure, A.DragGestureRecognizer__checkDown_closure, A.DragGestureRecognizer__checkStart_closure, A.DragGestureRecognizer__checkUpdate_closure, A.DragGestureRecognizer__checkEnd_closure, A.DragGestureRecognizer__checkEnd_closure0, A.DragGestureRecognizer__checkEnd_closure1, A.DragGestureRecognizer__checkEnd_closure2, A.MultiDragGestureRecognizer__startDrag_closure, A.PointerRouter_addRoute_closure, A.PrimaryPointerGestureRecognizer_addAllowedPointer_closure, A.ScaleGestureRecognizer__reconfigure_closure1, A.ScaleGestureRecognizer__reconfigure_closure2, A.ScaleGestureRecognizer__advanceStateMachine_closure, A.ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure, A.TapGestureRecognizer_handleTapDown_closure, A.TapGestureRecognizer_handleTapDown_closure0, A.TapGestureRecognizer_handleTapUp_closure, A.TapGestureRecognizer_handleTapUp_closure0, A.TapGestureRecognizer_handleTapUp_closure1, A.BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure, A.BaseTapAndDragGestureRecognizer_addAllowedPointer_closure, A.BaseTapAndDragGestureRecognizer__checkTapDown_closure, A.BaseTapAndDragGestureRecognizer__checkTapUp_closure, A.BaseTapAndDragGestureRecognizer__checkDragStart_closure, A.BaseTapAndDragGestureRecognizer__checkDragUpdate_closure, A.BaseTapAndDragGestureRecognizer__checkDragEnd_closure, A.GestureArenaTeam_add_closure, A._PackagesViewState__packagesList__closure, A._PackageLicensePageState__initLicenses_closure, A._PackageLicensePageState__initLicenses_closure0, A._MasterDetailFlowState__nestedUI_closure1, A._MasterDetailFlowState__masterPageRoute__closure, A._ActionButton_build_closure, A.AppBar__getEffectiveCenterTitle_platformCenter, A._AppBarState__handleScrollNotification_closure, A.MaterialPointArcTween__initialize_sweepAngle, A._BottomSheetState__handleDragStart_closure, A._BottomSheetState__handleDragEnd_closure, A._BottomSheetState__handleDragHandleHover_closure, A._BottomSheetGestureDetector_build_closure, A._ButtonStyleState_handleStatesControllerChange_closure, A._ButtonStyleState_build__closure1, A._CalendarDatePickerState__handleModeChanged_closure, A._CalendarDatePickerState__handleMonthChanged_closure, A._CalendarDatePickerState__handleYearChanged_closure, A._CalendarDatePickerState__handleDayChanged_closure, A._CalendarDatePickerState_build_closure, A._MonthPickerState__handleMonthPageChanged_closure, A._MonthPickerState__handleGridFocusChange_closure, A._MonthPickerState__handleDirectionFocus_closure, A._DayState_build_closure1, A._YearPickerState__buildYearItem_closure1, A.DataTable_build_closure5, A.DataTable_build_closure6, A.DataTable_build_closure7, A.TableRowInkWell_getRectCallback_closure, A._SortArrowState__rebuild_closure, A._DatePickerDialogState__handleOk_closure, A._DatePickerDialogState__handleEntryModeToggle_closure, A._DatePickerDialogState__handleDateChanged_closure, A._DatePickerDialogState_build_calendarDatePicker, A._DatePickerDialogState_build_inputDatePicker, A.DrawerControllerState__animationChanged_closure, A._DropdownMenuState_build_closure, A.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable, A.DropdownButtonFormField__closure_resolveInputBorder, A.DropdownButtonFormField__closure_effectiveBorderRadius, A.Feedback_wrapForTap_closure, A._getClipCallback_closure, A._getClipCallback_closure0, A._InkResponseState_activateOnIntent_closure, A._InkResponseState_handleStatesControllerChange_closure, A._InkResponseState_updateHighlight_handleInkRemoval, A._InkResponseState__createSplash_onRemoved, A._InkResponseState_handleFocusHighlightModeChange_closure, A._InputDatePickerFormFieldState_didUpdateWidget__closure, A._HelperErrorState__handleChange_closure, A._InputDecoratorState__handleChange_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint__closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure0, A.MaterialStateMixin_addMaterialState_closure, A.MaterialStateMixin_removeMaterialState_closure, A._MergeableMaterialState__handleTick_closure, A.RadioListTile_build_closure, A.RefreshIndicatorState__handleScrollNotification_closure, A.RefreshIndicatorState__dismiss_closure, A.RefreshIndicatorState__dismiss_closure0, A.RefreshIndicatorState__show__closure, A.RefreshIndicatorState__show__closure0, A._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, A.ScaffoldState__drawerOpenedCallback_closure, A.ScaffoldState__endDrawerOpenedCallback_closure, A.ScaffoldState__updateSnackBar_closure, A.ScaffoldState__updateMaterialBanner_closure, A.ScaffoldState__buildBottomSheet_removePersistentSheetHistoryEntryIfNeeded, A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet, A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet_closure, A.ScaffoldState__buildBottomSheet_closure, A.ScaffoldState__buildBottomSheet_removeEntryIfNeeded, A.ScaffoldState__buildBottomSheet_closure0, A.ScaffoldState__buildBottomSheet_closure1, A.ScaffoldState__buildBottomSheet__closure, A.ScaffoldState__buildBottomSheet_closure2, A.ScaffoldState_showBottomSheet_closure, A.ScaffoldState__moveFloatingActionButton_closure, A.ScaffoldState_showBodyScrim_closure, A._MaterialScrollbarState_initState_closure, A._MaterialScrollbarState_handleThumbPressStart_closure, A._MaterialScrollbarState_handleThumbPressEnd_closure, A._MaterialScrollbarState_handleHover_closure, A._MaterialScrollbarState_handleHover_closure0, A._MaterialScrollbarState_handleHoverExit_closure, A._SelectableTextState__onControllerChanged_closure, A._SelectableTextState__handleSelectionChanged_closure, A._SelectableTextState_build_closure, A._MaterialSwitchState__handleDragEnd_closure, A.SwitchListTile_build_closure, A.TabController__changeIndex_closure, A._TabBarState__handleTabControllerTick_closure, A._TabBarState_build_closure1, A._TabBarViewState__warpToAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_closure0, A._TextFieldState__handleFocusChanged_closure, A._TextFieldState__handleSelectionChanged_closure, A._TextFieldState__handleHover_closure, A._TextFieldState__handleStatesControllerChange_closure, A._TextFieldState_build_closure, A._TextFieldState_build_closure0, A._TextFieldState_build_closure1, A._TextFieldState_build_closure2, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A._TextFieldState_build__closure, A._TextSelectionToolbarOverflowableState_build_closure, A._TextSelectionToolbarOverflowableState_build__closure, A.ThemeData_localize_closure, A._HourControl_build_closure1, A._HourControl_build_closure0, A._HourControl_build_closure, A._MinuteControl_build_closure1, A._MinuteControl_build_closure0, A._MinuteControl_build_closure, A._DayPeriodControl_build_closure, A._DayPeriodControl_build_closure0, A._DialState_initState_closure, A._DialState_initState__closure0, A._DialState_initState_closure0, A._DialState_initState__closure, A._DialState__updateThetaForPan_closure, A._DialState__selectHour_getAmPmTime, A._DialState__build24HourRing_closure, A._DialState__build24HourRing_closure0, A._DialState__build12HourRing_closure, A._DialState__buildMinutes_closure, A._TimePickerInputState__validateHour_closure, A._TimePickerInputState__validateMinute_closure, A._HourMinuteTextFieldState_initState_closure, A._HourMinuteTextFieldState_initState__closure, A._HourMinuteTextFieldState_build_closure, A._TimePickerDialogState__handleTimeChanged_closure, A._TimePickerDialogState__handleEntryModeChanged_closure, A._TimePickerDialogState__handleOk_closure, A._TimePickerState__vibrate_closure, A._TimePickerState__handleHourMinuteModeChanged_closure, A._TimePickerState__handleEntryModeToggle_closure, A._TimePickerState__handleTimeChanged_closure, A._TimePickerState__handleHourSelected_closure, A.ToggleButtons_build__closure, A.ToggleableStateMixin__handleTapDown_closure, A.ToggleableStateMixin__handleTapEnd_closure, A.ToggleableStateMixin__handleFocusHighlightChanged_closure, A.ToggleableStateMixin__handleHoverChanged_closure, A.TooltipState__scheduleShowTooltip_show, A.ImageCache__trackLiveImage_closure, A.ImageCache__trackLiveImage__closure, A._LiveImage_closure, A.ImageProvider_resolveStreamForKey_closure, A.ImageProvider_resolveStreamForKey_closure0, A.MultiFrameImageStreamCompleter__handleAppFrame_closure, A.RenderAnimatedSize_closure, A.RendererBinding_pipelineOwner_closure, A.RendererBinding_pipelineOwner_closure0, A.RenderBox__computeIntrinsicDimension_closure, A.RenderBox_getDryLayout_closure, A.RenderBox_getDistanceToActualBaseline_closure, A.RenderEditable__createShowOnScreenFor_closure, A.Layer_addCompositionCallback_closure, A.Layer_addCompositionCallback_closure0, A.MouseTracker_updateWithEvent_closure, A.MouseTracker_updateWithEvent__closure, A.MouseTracker_updateAllDevices_closure, A.PaintingContext_pushClipRect_closure, A.PaintingContext_pushClipRRect_closure, A.PaintingContext_pushClipPath_closure, A.RenderObject__reportException_closure, A.RenderObject_invokeLayoutCallback_closure, A.RenderObject_toStringDeep_closure, A.RenderParagraph__createShowOnScreenFor_closure, A.RenderSliverList_performLayout_advance, A.RenderSliverFloatingPersistentHeader__updateAnimation_closure, A._TaskEntry_run_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure0, A.SchedulerBinding_scheduleWarmUpFrame_closure1, A.CachingAssetBundle_loadString_closure, A.ServicesBinding__addLicenses_closure, A.RawKeyEvent_RawKeyEvent$fromMessage_dataFromWeb, A.RestorationBucket__rawChildren_closure, A.RestorationBucket__rawValues_closure, A.RestorationBucket__addChildData_closure, A.SystemChrome_setSystemUIOverlayStyle_closure, A.TextInput__loudlyHandleTextInputInvocation_closure, A.TextInput__scheduleHide_closure, A._ActionsState__handleActionChanged_closure, A._FocusableActionDetectorState__updateHighlightMode_closure, A._FocusableActionDetectorState__handleMouseEnter_closure, A._FocusableActionDetectorState__handleMouseExit_closure, A._FocusableActionDetectorState__handleFocusChange_closure, A._AnimatedCrossFadeState_initState__closure, A._AnimatedSwitcherState__newEntry__closure, A._WidgetsAppState_didChangeLocales_closure, A._StreamBuilderBaseState__subscribe__closure1, A._StreamBuilderBaseState__subscribe__closure, A._StreamBuilderBaseState__subscribe_closure0, A._StreamBuilderBaseState__subscribe__closure0, A._FutureBuilderState__subscribe__closure0, A._FutureBuilderState__subscribe__closure, A.AutofillGroupState_register_closure, A._AutomaticKeepAliveState__createCallback_closure, A._AutomaticKeepAliveState__createCallback__closure, A._AutomaticKeepAliveState__createCallback__closure0, A._AutomaticKeepAliveState__createCallback___closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5, A.WidgetsBinding_scheduleAttachRootWidget_closure, A.RootWidget_attach_closure, A.RootWidget_attach_closure0, A._DraggableScrollableSheetScrollController_createScrollPosition_closure, A._DraggableScrollableSheetScrollPosition_goBallistic_tick, A._DraggableScrollableSheetScrollPosition_goBallistic_closure, A.EditableTextState__onChangedClipboardStatus_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure0, A.EditableTextState_buttonItemsForToolbarOptions_closure1, A.EditableTextState_buttonItemsForToolbarOptions_closure2, A.EditableTextState_contextMenuButtonItems_closure, A.EditableTextState_contextMenuButtonItems_closure0, A.EditableTextState_contextMenuButtonItems_closure1, A.EditableTextState_contextMenuButtonItems_closure2, A.EditableTextState_contextMenuButtonItems_closure3, A.EditableTextState_contextMenuButtonItems_closure4, A.EditableTextState_contextMenuButtonItems_closure5, A.EditableTextState_contextMenuButtonItems_closure6, A.EditableTextState__textProcessingActionButtonItems_closure, A.EditableTextState__onCursorTick_closure, A.EditableTextState__onCursorTick_closure0, A.EditableTextState__didChangeTextEditingValue_closure, A.EditableTextState__handleFocusChanged_closure, A.EditableTextState_insertTextPlaceholder_closure, A.EditableTextState_removeTextPlaceholder_closure, A.EditableTextState_showAutocorrectionPromptRect_closure, A.EditableTextState__semanticsOnCopy_closure, A.EditableTextState__semanticsOnCut_closure, A.EditableTextState__semanticsOnPaste_closure, A.EditableTextState_build__closure, A._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, A._FocusState__handleFocusChanged_closure2, A.FormState__forceRebuild_closure, A.FormState__validate_closure, A.FormFieldState_validate_closure, A.FormFieldState_didChange_closure, A.BuildOwner_buildScope_closure, A.ComponentElement_performRebuild_closure, A.ComponentElement_performRebuild_closure0, A.GestureDetector_build_closure, A.GestureDetector_build_closure1, A.GestureDetector_build_closure3, A.GestureDetector_build_closure5, A.GestureDetector_build_closure7, A.GestureDetector_build_closure9, A.GestureDetector_build_closure11, A.GestureDetector_build_closure13, A._DefaultSemanticsGestureDelegate__getTapHandler_closure, A._DefaultSemanticsGestureDelegate__getLongPressHandler_closure, A._HeroState_startFlight_closure, A._HeroState_endFlight_closure, A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate, A._ImageState__handleImageFrame_closure, A._ImageState__updateSourceStream_closure, A._ImageState__updateSourceStream_closure0, A.AnimatedWidgetBaseState__handleAnimationChanged_closure, A._InteractiveViewerState__onTransformationControllerChange_closure, A._LayoutBuilderElement__layout_layoutCallback, A._LayoutBuilderElement__layout_layoutCallback_closure, A._LayoutBuilderElement__layout_layoutCallback_closure0, A._LocalizationsState_load__closure, A._MediaQueryFromViewState__updateData_closure, A.ModalBarrier_build_handleDismiss, A._RouteEntry_handlePush_closure, A._RouteEntry_dispose_closure0, A._RouteEntry_dispose__closure, A.NavigatorState__cancelActivePointers_closure, A._NavigatorPopHandlerState_build__closure, A._RenderOverflowBar_performLayout_nextChild, A._OverlayEntryWidgetState__markNeedsBuild_closure, A.OverlayState_insert_closure, A.OverlayState_insertAll_closure, A.OverlayState_rearrange_closure, A.OverlayState__markDirty_closure, A.OverlayState__didChangeEntryOpacity_closure, A._OverlayPortalState__getLocation_closure, A._OverlayPortalState_show_closure, A._OverlayPortalState_hide_closure, A._GlowController_pull_closure, A._PlatformViewLinkState__onPlatformViewCreated_closure, A.SliverReorderableListState_startItemDragReorder_closure, A.SliverReorderableListState_cancelReorder_closure, A.SliverReorderableListState__dragUpdate_closure, A.SliverReorderableListState__dragCancel_closure, A.SliverReorderableListState__dragEnd_closure, A.SliverReorderableListState__dropCompleted_closure, A.SliverReorderableListState__wrapWithSemantics_moveToStart, A.SliverReorderableListState__wrapWithSemantics_moveToEnd, A.SliverReorderableListState__wrapWithSemantics_moveBefore, A.SliverReorderableListState__wrapWithSemantics_moveAfter, A._ReorderableItemState_dragging_closure, A._ReorderableItemState_rebuild_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary__closure, A.RestorationMixin_registerForRestoration_listener, A._RouterState_restoreState_closure, A._RouterState_restoreState_closure0, A._RouterState_didChangeDependencies_closure, A._RouterState__handleRouteInformationProviderNotification_closure, A._RouterState__rebuild_closure, A._RouterState__handleRouterDelegateNotification_closure, A.TransitionRoute__updateSecondaryAnimation_closure, A.TransitionRoute__updateSecondaryAnimation_closure0, A._ModalScopeState__forceRebuildPage_closure, A.ModalRoute_offstage_closure, A.ModalRoute_changedInternalState_closure, A.ScrollAwareImageProvider_resolveStreamForKey__closure, A._SelectionKeepAliveState_listensTo_closure, A.ScrollNotificationObserverState__notifyListeners_closure, A.ScrollableState_setCanDrag_closure, A.ScrollableState_setCanDrag_closure1, A.RawScrollbarState__maybeStartFadeoutTimer_closure, A.RawScrollbarState__gestures_closure, A.RawScrollbarState__gestures_closure1, A.ShortcutManager__indexShortcuts__closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure0, A.SliverMultiBoxAdaptorElement_createChild_closure, A.SliverMultiBoxAdaptorElement_removeChild_closure, A._SliverPersistentHeaderElement__build_closure, A._SelectionHandleOverlayState_build_closure, A._TextSelectionGestureDetectorState_build_closure, A._TextSelectionGestureDetectorState_build_closure1, A._TextSelectionGestureDetectorState_build_closure3, A._TextSelectionGestureDetectorState_build_closure5, A._TextSelectionGestureDetectorState_build_closure7, A._AnimatedState__handleChange_closure, A._throttle__closure, A._ValueListenableBuilderState__valueChanged_closure, A._BlockPickerState_changeColor_closure, A._BlockPickerState_build__closure, A.JsonObjectViewerState__getList_closure, A.JsonObjectViewerState__getList__closure, A.JsonObjectViewerState_getValueWidget_closure, A.JsonObjectViewerState_getValueWidget__closure0, A.JsonObjectViewerState_getValueWidget_closure0, A.JsonObjectViewerState_getValueWidget__closure, A._JsonArrayViewerState_getInkWell_closure, A._JsonArrayViewerState_getInkWell__closure, A._JsonArrayViewerState_getValueWidget_closure, A._JsonArrayViewerState_getValueWidget__closure0, A._JsonArrayViewerState_getValueWidget_closure0, A._JsonArrayViewerState_getValueWidget__closure, A._GlobalCupertinoLocalizationsDelegate_load_closure, A._MaterialLocalizationsDelegate_load_closure, A._WidgetsLocalizationsDelegate_load_closure, A.CustomSlidableAction_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure0, A._ActionPaneState_handleRatioChanged_closure, A._SlidableState_handleActionPanelTypeChanged_closure, A.StyledToastWidgetState_initState_closure, A.StyledToastWidgetState_dismissToast_closure, A.StyledToastWidgetState_didChangeMetrics_closure, A.ToastFuture$create_closure, A.inject_closure, A.init_closure, A.Phase_startTagHtml__closure, A.InBodyPhase_startTagBody__closure, A.entitiesByFirstChar_closure, A.entitiesByFirstChar__closure, A.HtmlTokenizer_emitCurrentToken_closure, A.Rule_findRule_closure1, A._CommonRules_referenceLink_closure, A.MediaType_MediaType$parse_closure, A.BillingClientManager__connect_closure, A.InAppPurchaseStoreKitPlatform_registerPlatform_closure, A.InAppPurchaseStoreKitPlatform_registerPlatform_closure0, A.InAppPurchaseStoreKitPlatform_restorePurchases_closure, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure0, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure1, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure2, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure3, A.NumberFormat__formatFixed_computeFractionDigits, A._CountryPickerDialogState_build__closure1, A._CountryPickerDialogState_build__closure, A._IntlPhoneFieldState_initState_closure0, A._IntlPhoneFieldState__changeCountry____closure, A._IntlPhoneFieldState__changeCountry_closure0, A.ClientEntity_primaryContact_closure0, A.ClientEntity_getContact_closure0, A.InvoiceEntity__calculateTax_closure, A.CalculateInvoiceTotal_calculateTaxes__closure0, A.CalculateInvoiceTotal_calculateTaxes__closure2, A.CalculateInvoiceTotal_calculateTaxes__closure4, A.CalculateInvoiceTotal_calculateTaxes_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure3, A.CalculateInvoiceTotal_calculateTaxes_closure5, A._$serializers_closure, A._$serializers_closure0, A._$serializers_closure1, A._$serializers_closure2, A._$serializers_closure3, A._$serializers_closure4, A._$serializers_closure5, A._$serializers_closure6, A._$serializers_closure7, A._$serializers_closure8, A._$serializers_closure9, A._$serializers_closure10, A._$serializers_closure11, A._$serializers_closure12, A._$serializers_closure13, A._$serializers_closure14, A._$serializers_closure15, A._$serializers_closure16, A._$serializers_closure17, A._$serializers_closure18, A._$serializers_closure19, A._$serializers_closure20, A._$serializers_closure21, A._$serializers_closure22, A._$serializers_closure23, A._$serializers_closure24, A._$serializers_closure25, A._$serializers_closure26, A._$serializers_closure27, A._$serializers_closure28, A._$serializers_closure29, A._$serializers_closure30, A._$serializers_closure31, A._$serializers_closure32, A._$serializers_closure33, A._$serializers_closure34, A._$serializers_closure35, A._$serializers_closure36, A._$serializers_closure37, A._$serializers_closure38, A._$serializers_closure39, A._$serializers_closure40, A._$serializers_closure41, A._$serializers_closure42, A._$serializers_closure43, A._$serializers_closure44, A._$serializers_closure45, A._$serializers_closure46, A._$serializers_closure47, A._$serializers_closure48, A._$serializers_closure49, A._$serializers_closure50, A._$serializers_closure51, A._$serializers_closure52, A._$serializers_closure53, A._$serializers_closure54, A._$serializers_closure55, A._$serializers_closure56, A._$serializers_closure57, A._$serializers_closure58, A._$serializers_closure59, A._$serializers_closure60, A._$serializers_closure61, A._$serializers_closure62, A._$serializers_closure63, A._$serializers_closure64, A._$serializers_closure65, A._$serializers_closure66, A._$serializers_closure67, A._$serializers_closure68, A._$serializers_closure69, A._$serializers_closure70, A._$serializers_closure71, A._$serializers_closure72, A._$serializers_closure73, A._$serializers_closure74, A._$serializers_closure75, A._$serializers_closure76, A._$serializers_closure77, A._$serializers_closure78, A._$serializers_closure79, A._$serializers_closure80, A._$serializers_closure81, A._$serializers_closure82, A._$serializers_closure83, A._$serializers_closure84, A._$serializers_closure85, A._$serializers_closure86, A._$serializers_closure87, A._$serializers_closure88, A._$serializers_closure89, A._$serializers_closure90, A._$serializers_closure91, A._$serializers_closure92, A._$serializers_closure93, A._$serializers_closure94, A._$serializers_closure95, A._$serializers_closure96, A._$serializers_closure97, A._$serializers_closure98, A._$serializers_closure99, A._$serializers_closure100, A._$serializers_closure101, A._$serializers_closure102, A._$serializers_closure103, A._$serializers_closure104, A._$serializers_closure105, A._$serializers_closure106, A._$serializers_closure107, A._$serializers_closure108, A._$serializers_closure109, A._$serializers_closure110, A._$serializers_closure111, A._$serializers_closure112, A._$serializers_closure113, A._$serializers_closure114, A._$serializers_closure115, A._$serializers_closure116, A._$serializers_closure117, A._$serializers_closure118, A._$serializers_closure119, A._$serializers_closure120, A._$serializers_closure121, A._$serializers_closure122, A._$serializers_closure123, A._$serializers_closure124, A._$serializers_closure125, A._$serializers_closure126, A._$serializers_closure127, A._$serializers_closure128, A._$serializers_closure129, A._$serializers_closure130, A._$serializers_closure131, A._$serializers_closure132, A._$serializers_closure133, A._$serializers_closure134, A._$serializers_closure135, A._$serializers_closure136, A._$serializers_closure137, A._$serializers_closure138, A._$serializers_closure139, A._$serializers_closure140, A._$serializers_closure141, A._$serializers_closure142, A._$serializers_closure143, A._$serializers_closure144, A._$serializers_closure145, A._$serializers_closure146, A._$serializers_closure147, A._$serializers_closure148, A._$serializers_closure149, A._$serializers_closure150, A._$serializers_closure151, A._$serializers_closure152, A._$serializers_closure153, A._$serializers_closure154, A._$serializers_closure155, A._$serializers_closure156, A._$serializers_closure157, A._$serializers_closure158, A._$serializers_closure159, A._$serializers_closure160, A._$serializers_closure161, A._$serializers_closure162, A._$serializers_closure163, A._$serializers_closure164, A._$serializers_closure165, A._$serializers_closure166, A._$serializers_closure167, A._$serializers_closure168, A._$serializers_closure169, A._$serializers_closure170, A._$serializers_closure171, A._$serializers_closure172, A._$serializers_closure173, A._$serializers_closure174, A._$serializers_closure175, A._$serializers_closure176, A._$serializers_closure177, A._$serializers_closure178, A._$serializers_closure179, A._$serializers_closure180, A._$serializers_closure181, A._$serializers_closure182, A._$serializers_closure183, A._$serializers_closure184, A._$serializers_closure185, A._$serializers_closure186, A._$serializers_closure187, A._$serializers_closure188, A._$serializers_closure189, A._$serializers_closure190, A._$serializers_closure191, A._$serializers_closure192, A._$serializers_closure193, A._$serializers_closure194, A._$serializers_closure195, A._$serializers_closure196, A._$serializers_closure197, A._$serializers_closure198, A._$serializers_closure199, A._$serializers_closure200, A._$serializers_closure201, A._$serializers_closure202, A._$serializers_closure203, A._$serializers_closure204, A._$serializers_closure205, A._$serializers_closure206, A._$serializers_closure207, A._$serializers_closure208, A._$serializers_closure209, A._$serializers_closure210, A._$serializers_closure211, A._$serializers_closure212, A._$serializers_closure213, A._$serializers_closure214, A._$serializers_closure215, A._$serializers_closure216, A._$serializers_closure217, A._$serializers_closure218, A._$serializers_closure219, A._$serializers_closure220, A._$serializers_closure221, A._$serializers_closure222, A._$serializers_closure223, A.VendorEntity_primaryContact_closure0, A.VendorEntity_getContact_closure0, A.InvoiceNinjaAppState__authenticate_closure, A.viewEntitiesByType_closure, A.viewEntityById_closure, A.createEntityByType_closure, A.createEntity_closure, A.editEntity_closure, A.checkForChanges__closure, A._createPersistUI__closure, A.handleClientAction___closure, A.__MergClientPickerState_build__closure0, A.__MergClientPickerState_build_closure0, A.__MergClientPickerState_build_closure1, A.handleCreditAction_closure1, A.handleCreditAction_closure2, A._createViewDashboard__closure, A.handleDocumentAction_showDocument, A.handleDocumentAction_showDocument__closure, A.handleDocumentAction_downloadDocument, A.handleInvoiceAction_closure4, A.handleInvoiceAction_closure5, A.handleInvoiceAction___closure, A.handleProductAction___closure, A.handlePurchaseOrderAction_closure3, A.handlePurchaseOrderAction_closure4, A.handleQuoteAction_closure3, A.handleQuoteAction_closure4, A.handleRecurringInvoiceAction__closure0, A.handleRecurringInvoiceAction__closure1, A._viewReports__closure, A._viewSettings__closure, A._AppBottomBarState_build_closure0, A._AppBottomBarState_build__closure15, A._AppBottomBarState_build_closure1, A._AppBottomBarState_build__closure13, A._AppBottomBarState_build_closure6, A._AppBottomBarState_build_____closure0, A._AppBottomBarState_build__closure3, A._AppBottomBarState_build_closure2, A._AppBottomBarState_build__closure11, A._AppBottomBarState_build_closure3, A._AppBottomBarState_build__closure9, A._AppBottomBarState_build_closure4, A._AppBottomBarState_build__closure7, A._AppBottomBarState_build_closure5, A._AppBottomBarState_build__closure5, A._AppBottomBarState_build_closure__onColumnsPressed, A._AppBottomBarState_build__closure, A._AppBottomBarState_build__closure0, A._AppBottomBarState_build__closure1, A.AppBuilderState_rebuild_closure, A.AppHeader_build__value1, A.AppHeader_build__value2, A.BottomButtons_build_closure, A.BottomButtons_build_closure0, A.ConfirmEmail_build_closure, A.ConfirmEmailVM_fromStore_closure0, A.ConfirmEmailVM_fromStore_closure1, A.ConfirmEmailVM_fromStore_closure, A.CopyToClipboard_build_closure, A._DesktopSessionTimeoutState_initState__closure, A._DesktopSessionTimeoutState_build_closure, A._DesktopSessionTimeoutState_build___closure, A.MessageDialog_build_closure0, A.MessageDialog_build_closure1, A.ErrorDialog_build_closure, A.ErrorDialog_build_closure0, A.ErrorDialog_build_closure1, A._HealthCheckDialogState_runCheck_closure, A._HealthCheckDialogState_runCheck__closure, A._HealthCheckDialogState_clearCache_closure, A._HealthCheckDialogState_build_closure, A._HealthCheckDialogState_build_closure0, A._HealthCheckDialogState_build_closure1, A._HealthListTile_build_closure, A.MultiSelectListState_build__closure3, A.MultiSelectListState_build__closure2, A.MultiSelectListState_build___closure, A.MultiSelectListState_build__closure1, A.MultiSelectListState_build_closure6, A.MultiSelectListState_build__closure0, A.MultiSelectListState_build_closure7, A.MultiSelectListState_build__closure, A.MultiSelectListState_build_closure8, A.MultiSelectListState_build_closure9, A._DocumentGridState_build__closure4, A._DocumentGridState_build__closure3, A._DocumentGridState_build___closure0, A._DocumentGridState_build___closure, A.DocumentTile_build_closure, A.EditScaffold_build_closure, A.EditScaffold_build_closure0, A.EditScaffold_build_closure1, A.EditScaffold_build__closure0, A.EditScaffold_build_closure4, A.EditScaffold_build_closure5, A.EntityActionListTile_build_closure, A._EntityListTileState_build_closure0, A._EntityListTileState_build__closure0, A._EntityListTileState_build__closure, A._EntityListTileState_build_closure2, A._EntityListTileState_build_closure1, A._EntitiesListTileState_build__closure0, A._EntitiesListTileState_build__closure, A._EntitiesListTileState_build_closure, A._EntitiesListTileState_build_closure1, A._EntitiesListTileState_build_closure0, A._EntityDropdownState_build_closure, A._EntityDropdownState_build_closure0, A._EntityDropdownState_build_closure6, A._EntityDropdownState_build_closure7, A._EntityDropdownDialogState_build__headerRow, A._EntityDropdownDialogState_build__headerRow__closure0, A._EntityDropdownDialogState_build__headerRow_closure0, A._EntityDropdownDialogState_build__headerRow_closure1, A._EntityDropdownDialogState_build__createList, A.EntityAutocompleteListTile_build_closure, A.EntityHeader_build__value1, A.EntityHeader_build__value2, A.EntityTopFilter_build_closure0, A.EntityTopFilter_build_closure2, A.EntityTopFilter_build_closure1, A.EntityTopFilter_build_closure4, A.EntityTopFilter_build_closure3, A.EntityTopFilter_build_closure6, A.EntityTopFilterHeader_build_closure, A.EntityTopFilterHeader_build_closure1, A.EntityTopFilterHeader_build_closure0, A.EntityTopFilterHeader_build__closure1, A.EntityTopFilterHeader_build_closure4, A.BoolDropdownButton_build_closure2, A.BoolDropdownButton_build_closure4, A._FormColorPickerState__onChanged_closure, A._FormColorPickerState__selectColor_closure, A._FormColorPickerState__showPicker__closure0, A._FormColorPickerState__showPicker__closure1, A._FormColorPickerState_build_closure, A._CustomFieldState_build__closure, A._DatePickerState__onFoucsChanged_closure, A._DatePickerState_build_closure, A._DatePickerState_build_closure0, A._DatePickerState_build__closure, A._DecoratedFormFieldState_build_closure, A._DecoratedFormFieldState_build__closure, A._DurationPickerState__onFoucsChanged_closure, A._DurationPickerState_build__closure, A._GrowableFormFieldState__onFoucsChanged_closure, A.LearnMoreUrl_build_closure, A._PasswordFormFieldState_build_closure, A._PasswordFormFieldState_build__closure, A.SaveCancelButtons_build__closure0, A.SaveCancelButtons_build__closure, A._TimePickerState__onFoucsChanged_closure, A._TimePickerState_build_closure, A._TimePickerState_build__closure1, A.HistoryDrawer_build__closure, A.HistoryDrawer_build_closure0, A._HistoryListTileState_build_closure, A._HistoryListTileState_build_closure1, A._HistoryListTileState_build_closure0, A._ImportantMessageBannerState_build_closure, A._ImportantMessageBannerState_build__closure1, A._ImportantMessageBannerState_build_closure0, A._ImportantMessageBannerState_build_closure1, A._ImportantMessageBannerState_build_closure2, A._ImportantMessageBannerState_build__closure, A._InvoiceEmailViewState__onChanged_closure, A._InvoiceEmailViewState__loadTemplate_closure, A._InvoiceEmailViewState__loadTemplate__closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure, A._InvoiceEmailViewState__buildEdit_closure, A._TaxRateDropdownState_didChangeDependencies_closure1, A._TaxRateDropdownState_build_closure2, A._LinkTextRelatedEntityState_build__closure, A._LinkTextRelatedEntityState_build__closure0, A._LinkTextRelatedEntityState_build_closure0, A._LinkTextRelatedEntityState_build_closure, A.LinkTextSpan_closure, A._ListFilterState_onFocusChanged_closure, A._ListFilterState_build_closure, A._ListFilterState_build_closure1, A._ListFilterState_build__closure5, A.ListScaffold_build_closure, A.ListScaffold_build__closure0, A.ListScaffold_build_closure1, A.ListScaffold_build_closure2, A.ListScaffold_build_closure3, A.ListScaffold_build__closure, A.ActivityListTile_build_closure, A.AppListTile_build_closure, A.FilterListTile_build__closure, A._LiveTextState_initState__closure, A._MenuDrawerState_build__companyListItem__closure0, A._MenuDrawerState_build__companyListItem__closure, A._MenuDrawerState_build__companyListItem_closure0, A._MenuDrawerState_build__companyListItem_closure1, A._MenuDrawerState_build_closure4, A._MenuDrawerState_build_closure5, A._MenuDrawerState_build_closure6, A._MenuDrawerState_build_closure7, A._MenuDrawerState_build_closure8, A._MenuDrawerState_build_closure9, A._MenuDrawerState_build_closure10, A._MenuDrawerState_build_closure11, A._MenuDrawerState_build_closure13, A._MenuDrawerState_build_closure12, A._MenuDrawerState_build_closure14, A._MenuDrawerState_build_closure15, A._DrawerTileState_build_closure, A._DrawerTileState_build_closure0, A._DrawerTileState_build_closure1, A._DrawerTileState_build_closure2, A._DrawerTileState_build__closure0, A._DrawerTileState_build__closure, A.SidebarFooter_build_closure, A.SidebarFooter_build__closure0, A.SidebarFooter_build__closure1, A.SidebarFooter_build_closure0, A.SidebarFooter_build_closure1, A.SidebarFooter_build_closure2, A.SidebarFooter_build_closure3, A.SidebarFooter_build_closure4, A.SidebarFooter_build_closure5, A.SidebarFooter_build_closure6, A.SidebarFooter_build_closure7, A.SidebarFooter_build_closure8, A.SidebarFooterCollapsed_build_closure1, A._showConnectStripe_closure, A._showAbout__closure, A._showAbout__closure0, A._showAbout__closure2, A._showAbout__closure1, A._showAbout___closure2, A._showAbout__closure3, A._showAbout____closure, A._showAbout______closure, A._showAbout______closure0, A._showAbout______closure1, A._showAbout______closure2, A._showAbout____closure0, A._showAbout____closure1, A._showAbout____closure2, A._showAbout____closure3, A._showAbout____closure4, A._showAbout____closure5, A._showAbout____closure6, A._showAbout__closure4, A._showAbout__closure5, A._showAbout__closure6, A._showAbout__closure7, A._showAbout__closure8, A._showAbout__closure9, A._showAbout__closure10, A._showAbout__closure11, A._showAbout__closure12, A._ContactUsDialogState__sendMessage_closure, A._ContactUsDialogState__sendMessage__closure0, A._ContactUsDialogState__sendMessage__closure, A._ContactUsDialogState_build_closure, A._ContactUsDialogState_build_closure0, A._ContactUsDialogState_build__closure, A.MenuDrawerVM_fromStore__closure1, A._theState_closure, A._SelectRow_build_closure, A._DropDownMultiSelectState_initState__closure, A._DropDownMultiSelectState_build__closure, A._DropDownMultiSelectState_build___closure0, A._DropDownMultiSelectState_build___closure1, A.PortalLinks_build_closure, A.PortalLinks_build_closure0, A.SearchText_build_closure, A._AccountSmsVerificationState__sendCode_closure, A._AccountSmsVerificationState__sendCode__closure0, A._AccountSmsVerificationState__sendCode__closure, A._AccountSmsVerificationState__verifyCode_closure, A._AccountSmsVerificationState__verifyCode__closure0, A._AccountSmsVerificationState__verifyCode__closure, A._AccountSmsVerificationState_build_closure2, A._AccountSmsVerificationState_build_closure3, A._AccountSmsVerificationState_build_closure4, A._AccountSmsVerificationState_build_closure5, A._UserSmsVerificationState__sendCode_closure, A._UserSmsVerificationState__sendCode__closure0, A._UserSmsVerificationState__sendCode__closure, A._UserSmsVerificationState__verifyCode_closure, A._UserSmsVerificationState__verifyCode__closure0, A._UserSmsVerificationState__verifyCode__closure, A._UserSmsVerificationState_build_closure0, A._UserSmsVerificationState_build_closure1, A._UserSmsVerificationState_build_closure2, A._UserSmsVerificationState_build_closure3, A._SystemLogViewerState_build__closure, A._SystemLogViewerState_build___closure, A._SystemLogViewerState_build____closure, A.AppPaginatedDataTableState__handleDataSourceChanged_closure, A.AppPaginatedDataTableState_pageTo_closure, A.AppPaginatedDataTableState__getRows_closure, A.EntityDataTableSource_getRow_closure1, A.EntityDataTableSource_getRow_closure0, A.EntityDataTableSource_getRow_closure3, A.EntityDataTableSource_getRow__closure0, A.EntityDataTableSource_getRow__closure, A._EntityListState_build_closure6, A._EntityListState_build__closure0, A._EntityListState_build__closure4, A._EntityListState_build_closure7, A._EntityListState_build__closure12, A._UpgradeDialogState_initState_closure0, A._UpgradeDialogState_initStoreInfo_closure, A._UpgradeDialogState_initStoreInfo_closure0, A._UpgradeDialogState_initStoreInfo_closure1, A._UpgradeDialogState_initStoreInfo_closure2, A._UpgradeDialogState_build_closure, A._UpgradeDialogState_build_closure0, A._UpgradeDialogState_build_closure1, A._UpgradeDialogState__buildProductList__closure, A._UpgradeDialogState_showPendingUI_closure, A._UpgradeDialogState_deliverProduct_closure, A._UpgradeDialogState_handleError_closure, A._VariableGrid_build___closure, A.ViewScaffold_build_closure, A.ViewScaffold_build_closure0, A.ViewScaffold_build_closure1, A.ViewScaffold_build_closure2, A.ViewScaffold_build_closure3, A.ViewScaffold_build__closure, A.InitScreen_build__closure, A._LoginState__submitSignUpForm_closure, A._LoginState__submitSignUpForm__closure1, A._LoginState__submitSignUpForm__closure0, A._LoginState__submitSignUpForm__closure, A._LoginState__submitLoginForm_closure, A._LoginState__submitLoginForm__closure0, A._LoginState__submitLoginForm__closure, A._LoginState_build_closure0, A._LoginState_build_closure, A._LoginState_build__closure7, A._LoginState_build_closure1, A._LoginState_build__closure6, A._LoginState_build__closure5, A._LoginState_build__closure4, A._LoginState_build__closure3, A._LoginState_build_closure10, A._LoginState_build_closure11, A._LoginState_build_closure12, A._LoginState_build__closure2, A._LoginState_build_closure13, A._LoginState_build__closure1, A._LoginState_build_closure14, A._LoginState_build__closure0, A._LoginState_build_closure15, A._LoginState_build__closure, A._LoginState_build_closure16, A._LoginState_build_closure17, A.BankAccountListItem_build_closure1, A.BankAccountListItem_build_closure0, A.BankAccountListVM_fromStore_closure1, A.BankAccountScreen_connectAccounts__closure, A.BankAccountScreen_connectAccounts__closure0, A.BankAccountScreen_connectAccounts__closure1, A.BankAccountScreen_connectAccounts__closure2, A.BankAccountScreen_connectAccounts__closure3, A.BankAccountScreen_build_closure15, A.BankAccountScreen_build_closure14, A.BankAccountScreen_build_closure, A.BankAccountScreen_build_closure0, A.BankAccountScreen_build_closure1, A.BankAccountScreen_build_closure2, A.BankAccountScreen_build_closure3, A.BankAccountScreen_build_closure4, A.BankAccountScreen_build_closure11, A._BankAccountEditState__onChanged_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore__closure, A._BankAccountViewState_build_closure0, A._BankAccountViewState_build_closure, A.BankAccountViewVM_BankAccountViewVM$fromStore_closure, A.ClientListItem_build__closure2, A.ClientListItem_build__closure1, A.ClientListItem_build__closure5, A.ClientListItem_build__closure4, A.ClientListVM_fromStore_closure1, A._ClientPdfViewState_loadPDF_closure, A._ClientPdfViewState_loadPDF__closure1, A._ClientPdfViewState_loadPDF__closure, A._ClientPdfViewState_build__closure6, A._ClientPdfViewState_build__closure5, A._ClientPdfViewState_build_closure6, A._ClientPdfViewState_build_closure7, A._ClientPdfViewState_build__closure3, A._ClientPdfViewState_build_closure8, A._ClientPdfViewState_build__closure1, A._ClientPdfViewState_build_closure9, A._ClientPdfViewState_build__closure0, A._ClientPdfViewState_build__closure, A._ClientPdfViewState_build_closure12, A.ClientPresenter_getField_closure, A.ClientScreen_build_closure10, A.ClientScreen_build_closure9, A.ClientScreen_build_closure, A.ClientScreen_build_closure6, A._ClientEditState_build__closure, A.ClientEditBillingAddressState__onChanged_closure0, A.ClientEditBillingAddressState_build_closure0, A._ClientEditContactsState_build__closure, A._ClientEditContactsState_build_closure1, A.ContactEditDetailsState__onChanged_closure0, A.ContactEditDetailsState_build__closure0, A.ContactEditDetailsState_build_closure13, A.ContactEditDetailsState_build_closure14, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure, A.ClientEditDetailsState__onChanged_closure0, A.ClientEditFooter_build_closure, A.ClientEditNotesState__onChanged_closure0, A.ClientEditSettingsState__onChanged_closure0, A.ClientEditShippingAddressState__onChanged_closure0, A.ClientEditShippingAddressState_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure3, A.ClientEditVM_ClientEditVM$fromStore_closure2, A.ClientEditVM_ClientEditVM$fromStore__closure1, A._ClientViewState_build__closure, A._ClientViewState_build__closure0, A._ClientViewState_build__closure1, A._ClientViewState_build__closure2, A._ClientViewState_build__closure3, A._ClientViewState_build__closure4, A._ClientViewDetailsState_build__buildDetailsList, A._ClientViewDetailsState_build__buildDetailsList__closure1, A._ClientViewDetailsState_build__buildDetailsList___closure0, A._ClientViewDetailsState_build__buildDetailsList__closure2, A._ClientViewDetailsState_build__buildDetailsList___closure, A._ClientViewDetailsState_build__buildDetailsList_closure0, A._ClientViewDetailsState_build__buildDetailsList__closure0, A._ClientViewDetailsState_build__buildDetailsList_closure1, A._ClientViewDetailsState_build__buildDetailsList__closure, A._ClientViewDetailsState_build__buildDetailsList_closure2, A._ClientViewDetailsState_build__buildDetailsList_closure3, A.ClientViewDocuments_build_closure0, A._ClientViewFullwidthState_build__closure, A._ClientViewFullwidthState_build__closure0, A._ClientViewFullwidthState_build__closure1, A._ClientViewFullwidthState_build__closure3, A._ClientViewFullwidthState_build__closure4, A._ClientViewFullwidthState_build__closure5, A._ClientViewFullwidthState_build__closure6, A._ClientViewFullwidthState_build__closure7, A._ClientViewLedgerState_build__closure0, A._ClientViewLedgerState_build__closure, A.ClientOverview_build_closure1, A.ClientOverview_build_closure2, A.ClientOverview_build_closure3, A.ClientViewPaymentMethods_build__closure0, A.ClientViewPaymentMethods_build__closure1, A.ClientViewPaymentMethods_build__closure2, A._CompanyGatewayListState_build_closure1, A._CompanyGatewayListState_build__closure, A.CompanyGatewayListItem_build_closure0, A.CompanyGatewayScreen_build_closure11, A.CompanyGatewayScreen_build_closure10, A.CompanyGatewayScreen_build_closure1, A.CompanyGatewayScreen_build_closure3, A.CompanyGatewayScreen_build_closure9, A.CompanyGatewayScreenVM_fromStore__closure, A._CompanyGatewayEditState_build_closure1, A._CompanyGatewayEditState_build_closure2, A._CompanyGatewayEditState_build__closure, A.GatewayConfigSettings_build_closure, A._LimitEditorState__onTextChange_closure, A._LimitEditorState_build__closure0, A._LimitEditorState_build__closure, A._FeesEditorState__onChanged_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure1, A._CompanyGatewayViewState_build_closure1, A._CompanyGatewayViewState_build_closure, A._CompanyGatewayViewState_build_closure0, A._CompanyGatewayOverview_build_closure, A._CompanyGatewayOverview_build_closure0, A._CompanyGatewayOverview_build_closure1, A._CompanyGatewayOverview_build_closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure, A.CreditListItem_build__closure2, A.CreditListItem_build__closure1, A.CreditListItem_build__closure5, A.CreditListItem_build__closure4, A.CreditListVM_fromStore_closure1, A.CreditPresenter_getField_closure, A.CreditScreen_build_closure18, A.CreditScreen_build_closure17, A.CreditScreen_build_closure5, A.CreditScreen_build_closure13, A._CreditEditState_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore__closure1, A._DashboardChartState__onSelectionChanged_closure1, A._DashboardChartState_build__closure, A._DashboardChartState_build___closure, A._DashboardDateRangePickerState_build__closure6, A._DashboardDateRangePickerState_build__closure5, A._DashboardDateRangePickerState_build__closure4, A._DashboardDateRangePickerState_build__closure3, A._DashboardDateRangePickerState_build__closure2, A._DashboardDateRangePickerState_build__closure1, A._DashboardDateRangePickerState_build__closure0, A._DashboardDateRangePickerState_build_closure9, A.DashboardPanels__header_closure__showSettings, A.DashboardPanels__header__closure5, A.DashboardPanels__header__closure6, A.DashboardPanels__header__closure7, A.DashboardPanels__header__closure8, A.DashboardPanels__runningTasks__closure2, A.DashboardPanels__runningTasks__closure1, A.DashboardPanels__runningTasks__closure0, A.DashboardPanels_build__closure, A.DashboardPanels_build__closure0, A.DashboardPanels_build__closure1, A.DashboardPanels_build__closure4, A.DashboardPanels_build__closure6, A.DashboardPanels_build__closure8, A.DashboardPanels_build__closure10, A.DashboardPanels_build__closure12, A.__OverviewPanelState_build_closure0, A.__DashboardSettingsState_build__closure9, A.__DashboardSettingsState_build__closure8, A.__DashboardSettingsState_build__closure7, A.__DashboardSettingsState_build_closure3, A.__DashboardSettingsState_build_closure4, A.__DashboardSettingsState_build__closure3, A.__DashboardSettingsState_build_closure5, A.__DashboardSettingsState_build__closure5, A.__DashboardSettingsState_build_closure7, A.__DashboardSettingsState_build__closure1, A.__DashboardSettingsState_build__closure, A._DashboardFieldState_build__closure4, A._DashboardFieldState_build__closure3, A._DashboardFieldState_build__closure2, A._DashboardFieldState_build__closure1, A._DashboardFieldState_build_closure4, A._DashboardFieldState_build_closure5, A._DashboardScreenState_build__closure1, A._DashboardScreenState_build_closure1, A._DashboardScreenState_build_closure2, A._DashboardScreenState_build__closure, A._CustomTabBarView_build__closure, A._CustomTabBarView_build_closure0, A._CustomTabBarView_build_closure1, A._CustomTabBarView_build_closure2, A.DashboardVM_fromStore_closure6, A.SidebarScaffold_build_closure, A._DashboardSidebar_build_closure, A.DesignListItem_build_closure1, A.DesignListItem_build_closure0, A.DesignListVM_fromStore_closure1, A.DesignScreen_build_closure10, A.DesignScreen_build_closure9, A.DesignScreen_build_closure, A.DesignScreen_build_closure6, A._DesignEditState__onChanged_closure0, A._DesignEditState__onHtmlChanged_closure, A._DesignEditState__onHtmlChanged__closure, A._DesignEditState__loadPreview_closure, A._DesignEditState__loadPreview__closure, A._DesignEditState__setDraftMode_closure, A._DesignSettingsState_build_closure2, A._DesignSettingsState_build_closure3, A._DesignSettingsState_build_closure6, A._DesignSettingsState_build_closure7, A._DesignSettingsState_build_closure8, A.__DesignImportDialogState_build_closure0, A.__DesignImportDialogState_build_closure1, A.DesignEditVM_DesignEditVM$fromStore__closure, A._DesignViewState_build_closure7, A.DesignViewVM_DesignViewVM$fromStore_closure, A.DocumentListItem_build__closure2, A.DocumentListItem_build__closure1, A.DocumentListItem_build__closure5, A.DocumentListItem_build__closure4, A.DocumentListBuilder_build__closure, A.DocumentListVM_fromStore_closure1, A.DocumentScreen_build_closure14, A.DocumentScreen_build_closure13, A.DocumentScreen_build_closure6, A._DocumentEditState__onChanged_closure0, A.DocumentEditVM_DocumentEditVM$fromStore__closure, A._ExpenseEditState_build_closure, A.ExpenseEditDetailsState__onChanged_closure0, A.ExpenseEditNotesState__onChanged_closure0, A.ExpenseEditNotesState_build_closure0, A.ExpenseEditSettingsState__onChanged_closure0, A.ExpenseEditSettingsState_build__closure10, A.ExpenseEditSettingsState_build__closure2, A.ExpenseEditSettingsState_build_closure9, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5, A.ExpenseListItem_build__closure2, A.ExpenseListItem_build__closure1, A.ExpenseListItem_build__closure5, A.ExpenseListItem_build__closure4, A.ExpenseListVM_fromStore_closure1, A.ExpenseScreen_build_closure18, A.ExpenseScreen_build_closure17, A.ExpenseScreen_build_closure4, A.ExpenseScreen_build_closure5, A.ExpenseScreen_build_closure13, A._ExpenseViewState_build__closure, A._ExpenseViewState_build__closure0, A._ExpenseViewState_build__closure1, A._ExpenseViewState_build__closure2, A.ExpenseViewDocuments_build_closure0, A.ExpenseOverview_build__buildDetailsList, A._ExpenseCategoryEditState__onChanged_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore__closure, A.ExpenseCategoryListItem_build_closure1, A.ExpenseCategoryListItem_build_closure0, A.ExpenseCategoryListVM_fromStore_closure1, A.ExpenseCategoryScreen_build_closure10, A.ExpenseCategoryScreen_build_closure9, A.ExpenseCategoryScreen_build_closure, A.ExpenseCategoryScreen_build_closure6, A._ExpenseCategoryViewState_build_closure, A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure, A._GroupEditState__onChanged_closure0, A.GroupEditVM_GroupEditVM$fromStore__closure, A.GroupListItem_build_closure1, A.GroupListItem_build_closure0, A.GroupListVM_fromStore_closure1, A.GroupSettingsScreen_build_closure6, A.GroupSettingsScreen_build_closure5, A.GroupSettingsScreen_build_closure, A.GroupSettingsScreen_build_closure2, A._GroupViewState_build_closure2, A._GroupViewState_build_closure, A._GroupViewState_build_closure1, A.GroupViewVM_GroupViewVM$fromStore_closure, A._InvoiceEditState_build_closure, A.InvoiceEditContacts_build__closure0, A.InvoiceEditContacts_build__closure, A._ContactListTileState_build_closure2, A._ContactListTileState_build___closure, A.InvoiceEditDesktopState__onChanged_closure0, A.InvoiceEditDesktopState_build_closure5, A.InvoiceEditDesktopState_build_closure6, A.InvoiceEditDesktopState_build__closure11, A.InvoiceEditDesktopState_build_closure29, A.InvoiceEditDesktopState_build_closure33, A.__PdfPreviewState_loadPdf_closure, A.__PdfPreviewState__loadPdf_closure, A.__PdfPreviewState__loadPdf__closure0, A.__PdfPreviewState__loadPdf__closure, A.__PdfPreviewState_build_closure, A.__PdfPreviewState_build__closure0, A.__PdfPreviewState_build_closure0, A.__PdfPreviewState_build__closure, A.InvoiceEditDetailsState__onChanged_closure0, A.InvoiceEditDetailsState_build_closure32, A.InvoiceEditFooter_build_closure, A._InvoiceEditItemsState_build_closure0, A.ItemEditDetailsState__onTextChanged_closure, A.ItemEditDetailsState_build_closure, A.ItemEditDetailsState_build_closure0, A.ItemEditDetailsState_build__closure2, A.ItemEditDetailsState_build__closure1, A.ItemEditDetailsState_build__closure0, A.ItemEditDetailsState_build__closure, A._InvoiceEditItemsDesktopState__updateTable_closure, A._InvoiceEditItemsDesktopState__onChanged_closure, A._InvoiceEditItemsDesktopState_build_closure1, A._InvoiceEditItemsDesktopState_build__closure35, A._InvoiceEditItemsDesktopState_build_closure6, A._InvoiceEditItemsDesktopState_build__closure32, A._InvoiceEditItemsDesktopState_build__closure21, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1, A.InvoiceEditNotesState__onChanged_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure, A.InvoiceEditPDFState_didChangeDependencies__closure0, A.InvoiceEditPDFState_didChangeDependencies__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure2, A._InvoiceItemSelectorState__toggleEntity_closure, A._InvoiceItemSelectorState_build__productList, A._InvoiceItemSelectorState_build__productList__closure0, A._InvoiceItemSelectorState_build__taskList, A._InvoiceItemSelectorState_build__taskList__closure0, A._InvoiceItemSelectorState_build__expenseList, A._InvoiceItemSelectorState_build__expenseList__closure0, A._InvoiceItemSelectorState_build__closure0, A._InvoiceItemSelectorState_build_closure3, A._InvoiceItemSelectorState_build__closure, A._InvoiceItemSelectorState_build_closure4, A._InvoiceItemSelectorState_build_closure5, A.InvoiceTaxDetails_build_closure, A.InvoiceListItem_build__closure2, A.InvoiceListItem_build__closure1, A.InvoiceListItem_build__closure5, A.InvoiceListItem_build__closure4, A.InvoiceListVM_fromStore_closure1, A._InvoicePdfViewState_loadPdf_closure, A._InvoicePdfViewState_loadPdf__closure1, A._InvoicePdfViewState_loadPdf__closure, A._InvoicePdfViewState_build__closure0, A._InvoicePdfViewState_build__closure, A._InvoicePdfViewState_build_closure2, A._InvoicePdfViewState_build_closure3, A._InvoicePdfViewState_build_closure4, A.InvoicePresenter_getField_closure, A.InvoiceScreen_build_closure21, A.InvoiceScreen_build_closure20, A.InvoiceScreen_build_closure8, A.InvoiceScreen_build_closure16, A._InvoiceViewState_build__closure5, A._InvoiceViewState_build__closure, A._InvoiceViewState_build__closure0, A._InvoiceViewState_build__closure1, A._InvoiceViewState_build__closure2, A._InvoiceViewState_build__closure3, A._InvoiceViewState_build__closure4, A._InvitationListTile_build_closure0, A._InvitationListTile_build_closure2, A.InvoiceViewDocuments_build_closure1, A._InvoiceViewHistoryState_build__closure, A.InvoiceOverview_build___closure, A._PaymentEditState__onChanged_closure0, A._PaymentEditState_build__closure1, A._PaymentEditState_build_closure15, A._PaymentEditState_build_closure16, A._PaymentableEditorState_build_closure7, A.PaymentEditVM_PaymentEditVM$fromStore__closure, A.PaymentListItem_build__closure2, A.PaymentListItem_build__closure1, A.PaymentListItem_build__closure5, A.PaymentListItem_build__closure4, A.PaymentListVM_fromStore_closure1, A.PaymentScreen_build_closure21, A.PaymentScreen_build_closure20, A.PaymentScreen_build_closure7, A.PaymentScreen_build_closure8, A.PaymentScreen_build_closure16, A._PaymentRefundState__onChanged_closure, A._PaymentRefundState_build_onSavePressed_closure, A._PaymentRefundState_build_closure6, A._PaymentRefundState_build_closure7, A._PaymentableEditorState_build__closure2, A._PaymentableEditorState_build_closure12, A._PaymentViewState_build__closure, A._PaymentViewState_build__closure0, A._PaymentViewState_build__closure1, A.PaymentViewDocuments_build_closure0, A._PaymentOverviewState_build_closure, A._PaymentOverviewState_build_closure0, A._PaymentOverviewState_build_closure1, A._PaymentTermEditState__onChanged_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore__closure, A.PaymentTermListItem_build_closure1, A.PaymentTermListItem_build_closure0, A.PaymentTermListVM_fromStore_closure1, A.PaymentTermScreen_build_closure10, A.PaymentTermScreen_build_closure9, A.PaymentTermScreen_build_closure, A.PaymentTermScreen_build_closure6, A._PaymentTermViewState_build_closure, A.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure, A._ProductEditState__onChanged_closure0, A.ProductEditVM_ProductEditVM$fromStore__closure, A.ProductListItem_build__closure2, A.ProductListItem_build__closure1, A.ProductListItem_build__closure5, A.ProductListItem_build__closure4, A.ProductListVM_fromStore_closure1, A.ProductScreen_build_closure11, A.ProductScreen_build_closure10, A.ProductScreen_build_closure, A.ProductScreen_build_closure0, A.ProductScreen_build_closure7, A._ProductViewState_build__closure, A._ProductViewState_build__closure0, A._ProductViewState_build__closure1, A.ProductViewDocuments_build_closure0, A._ProjectEditState__onChanged_closure0, A.ProjectEditVM_ProjectEditVM$fromStore__closure1, A.ProjectListItem_build__closure2, A.ProjectListItem_build__closure1, A.ProjectListItem_build__closure5, A.ProjectListItem_build__closure4, A.ProjectListVM_fromStore_closure1, A.ProjectScreen_build_closure10, A.ProjectScreen_build_closure9, A.ProjectScreen_build_closure, A.ProjectScreen_build_closure6, A._ProjectViewState_build__closure, A._ProjectViewState_build__closure0, A._ProjectViewState_build__closure1, A.ProjectViewDocuments_build_closure0, A._ProjectOverviewState_initState__closure, A._ProjectOverviewState_build__buildView, A._ProjectOverviewState_build_closure, A._PurchaseOrderEditState_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1, A.PurchaseOrderListItem_build__closure2, A.PurchaseOrderListItem_build__closure1, A.PurchaseOrderListItem_build__closure5, A.PurchaseOrderListItem_build__closure4, A.PurchaseOrderListVM_fromStore_closure1, A.PurchaseOrderPresenter_getField_closure, A.PurchaseOrderScreen_build_closure17, A.PurchaseOrderScreen_build_closure16, A.PurchaseOrderScreen_build_closure4, A.PurchaseOrderScreen_build_closure12, A._QuoteEditState_build_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure1, A.QuoteListItem_build__closure2, A.QuoteListItem_build__closure1, A.QuoteListItem_build__closure5, A.QuoteListItem_build__closure4, A.QuoteListVM_fromStore_closure1, A.QuotePresenter_getField_closure, A.QuoteScreen_build_closure19, A.QuoteScreen_build_closure18, A.QuoteScreen_build_closure6, A.QuoteScreen_build_closure14, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5, A.RecurringExpenseListItem_build__closure2, A.RecurringExpenseListItem_build__closure1, A.RecurringExpenseListItem_build__closure5, A.RecurringExpenseListItem_build__closure4, A.RecurringExpenseListVM_fromStore_closure1, A.RecurringExpenseScreen_build_closure17, A.RecurringExpenseScreen_build_closure16, A.RecurringExpenseScreen_build_closure4, A.RecurringExpenseScreen_build_closure12, A._RecurringInvoiceEditState_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1, A.RecurringInvoiceListItem_build__closure2, A.RecurringInvoiceListItem_build__closure1, A.RecurringInvoiceListItem_build__closure5, A.RecurringInvoiceListItem_build__closure4, A.RecurringInvoiceListVM_fromStore_closure1, A.RecurringInvoiceScreen_build_closure17, A.RecurringInvoiceScreen_build_closure16, A.RecurringInvoiceScreen_build_closure4, A.RecurringInvoiceScreen_build_closure12, A.ReportsScreen_build__closure5, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure21, A.ReportsScreen_build_closure22, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure25, A.ReportsScreen_build__closure, A.ReportsScreen_build_closure26, A.ReportsScreen_build_closure28, A._ReportDataTableState_didChangeDependencies_closure, A.ReportResult_tableColumns_closure, A.ReportResult_tableFilters_closure2, A.ReportResult_tableFilters__closure3, A.ReportResult_tableFilters___closure, A.ReportResult_tableRow_closure, A.ReportResult_tableRow_closure0, A.ReportsScreenVM_fromStore__closure, A._ScheduleEditState__onChanged_closure, A._ScheduleEditState_build___closure13, A._ScheduleEditState_build___closure6, A._ScheduleEditState_build__closure22, A.ScheduleEditVM_ScheduleEditVM$fromStore__closure, A.ScheduleListItem_build_closure1, A.ScheduleListItem_build_closure0, A.ScheduleListVM_fromStore_closure1, A.ScheduleScreen_build_closure10, A.ScheduleScreen_build_closure9, A.ScheduleScreen_build_closure, A.ScheduleScreen_build_closure6, A._ScheduleViewState_build_closure, A.ScheduleViewVM_ScheduleViewVM$fromStore_closure, A._AccountManagementState__onChanged_closure0, A._AccountOverview_build__getDataStats, A._AccountOverview_build_closure, A._AccountOverview_build_closure0, A._AccountOverview_build_closure6, A._AccountOverview_build_closure7, A._AccountOverview_build_closure8, A._AccountOverview_build_closure9, A._AccountOverview_build_closure10, A._AccountOverview_build_closure11, A._AccountOverview_build_closure12, A._AccountOverview_build_closure13, A.AccountManagementVM_fromStore__closure2, A.AccountManagementVM_fromStore_closure4, A._ClientPortalState__validateSubdomain_closure, A._ClientPortalState__validateSubdomain_closure0, A._ClientPortalState__validateSubdomain__closure, A._ClientPortalState__validateSubdomain__closure0, A._ClientPortalState__validateSubdomain___closure0, A._ClientPortalState__validateSubdomain___closure, A._ClientPortalState__onChanged_closure, A._ClientPortalState_build_closure3, A._ClientPortalState_build_closure4, A._ClientPortalState_build_closure11, A._ClientPortalState_build_closure13, A.ClientPortalVM_fromStore__closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure17, A.CompanyDetailsVM_fromStore__closure4, A._CustomFormFieldState_build_closure0, A._CustomFormFieldState_build__closure, A.CustomFieldsVM_fromStore__closure, A._DeviceSettingsState_build__closure6, A._DeviceSettingsState_build__closure5, A._DeviceSettingsState_build_closure15, A._DeviceSettingsState_build_closure21, A._DeviceSettingsState_build_closure22, A.DeviceSettingsVM_fromStore_closure20, A._EInvoiceSettingsState_build_closure4, A.EInvoiceSettingsVM_fromStore__closure, A._EmailSettingsState_build_closure0, A._EmailSettingsState_build_closure3, A._EmailSettingsState_build_closure18, A.EmailSettingsVM_fromStore__closure, A._ExpenseSettingsState_build_closure7, A.ExpenseSettingsVM_fromStore__closure, A._GeneratedNumbersState__onChanged_closure, A._EntityNumberSettingsState__onChanged_closure, A._EntityNumberSettingsState_build_closure, A.HelpPanel_build__closure, A.GeneratedNumbersVM_fromStore__closure, A._ImportExportState_build__closure10, A._ImportExportState_build__closure11, A._ImportExportState_build_closure1, A._ImportExportState_build__closure9, A._ImportExportState_build__closure8, A._ImportExportState_build__closure7, A._ImportExportState_build__closure6, A._ImportExportState_build__closure5, A._ImportExportState_build__closure4, A._ImportExportState_build__closure3, A._ImportExportState_build_closure12, A._ImportExportState_build__closure0, A._ImportExportState_build___closure0, A._ImportExportState_build___closure, A._ImportExportState_build_closure13, A._FileImportState_uploadJsonFile_closure, A._FileImportState_uploadJsonFile__closure0, A._FileImportState_uploadJsonFile__closure, A._FileImportState_uploadFile_closure, A._FileImportState_uploadFile__closure0, A._FileImportState_uploadFile__closure, A._FileImportState_build_closure1, A._FileImportState_build__closure1, A._FileImportState_build__closure0, A._FileImportState_build__closure, A._FileImportState_build_closure4, A.__FileMapperState_build__closure5, A.__FileMapperState_build__closure4, A.__FileMapperState_build__closure3, A.__FileMapperState_build_closure5, A.__FileMapperState_build_closure6, A.__FileMapperState_build__closure, A.__FileMapperState_build___closure0, A.__FileMapperState_build___closure, A._InvoiceDesignState__onChanged_closure0, A._InvoiceDesignState_build_closure0, A._InvoiceDesignState_build__closure29, A._InvoiceDesignState_build__closure28, A._InvoiceDesignState_build__closure26, A._InvoiceDesignState_build__closure25, A._InvoiceDesignState_build__closure23, A._InvoiceDesignState_build__closure22, A._InvoiceDesignState_build__closure20, A._InvoiceDesignState_build__closure19, A._InvoiceDesignState_build_closure10, A._PdfPreviewState__loadPdf_closure, A._PdfPreviewState__loadPdf_closure1, A.InvoiceDesignVM_fromStore__closure, A._LocalizationSettingsState_build_closure13, A._LocalizationSettingsState_build__closure4, A._LocalizationSettingsState_build_closure14, A._LocalizationSettingsState_build_closure16, A._AddCompanyDialogState_build_closure, A._AddCompanyDialogState_build_closure0, A.LocalizationSettingsVM_fromStore__closure, A._PaymentSettingsState_build_closure16, A.PaymentSettingsVM_fromStore__closure, A._ProductSettingsState__onChanged_closure0, A.ProductSettingsVM_fromStore__closure, A._SettingsListTileState_build__closure0, A._SettingsListTileState_build__closure, A._SettingsListTileState_build_closure, A.SettingsSearch_build_closure1, A.SettingsSearch_build_closure2, A.SettingsListVM_fromStore_closure2, A._SettingsWizardState__validateSubdomain_closure, A._SettingsWizardState__validateSubdomain__closure, A._SettingsWizardState__validateSubdomain__closure0, A._SettingsWizardState__validateSubdomain___closure0, A._SettingsWizardState__validateSubdomain___closure, A._SettingsWizardState__onSavePressed____closure0, A._SettingsWizardState__onSavePressed____closure, A._SettingsWizardState__onSavePressed___closure, A._SettingsWizardState__onSavePressed__closure1, A._SettingsWizardState_build__closure1, A._SettingsWizardState_build__closure0, A._SettingsWizardState_build_closure9, A._SettingsWizardState_build_closure10, A._TaskSettingsState_build__closure11, A._TaskSettingsState_build_closure7, A.TaskSettingsVM_fromStore__closure, A._TaxSettingsState_build_closure6, A._TaxSettingsState_build__closure1, A._TaxSettingsState_build___closure1, A._TaxSettingsState_build___closure0, A.__EditSubregionDialogState_build_closure, A.TaxSettingsVM_fromStore__closure, A._TemplatesAndRemindersState__loadTemplate_closure, A._TemplatesAndRemindersState__onTextChanged_closure, A._TemplatesAndRemindersState__onTabChanged_closure, A._TemplatesAndRemindersState__renderTemplate_closure, A._TemplatesAndRemindersState__renderTemplate__closure, A._TemplatesAndRemindersState_build__closure4, A._TemplatesAndRemindersState_build_closure8, A._ReminderSettingsState__onTextChanged_closure, A.TemplatesAndRemindersVM_fromStore__closure, A.TemplatesAndRemindersVM_fromStore___closure, A.TemplatesAndRemindersVM_fromStore_____closure, A._UserDetailsState__onChanged_closure0, A._UserDetailsState_build_closure, A._UserDetailsState_build_closure0, A._UserDetailsState_build_closure1, A._UserDetailsState_build_closure2, A._UserDetailsState_build_closure3, A._UserDetailsState_build_closure7, A._EnableTwoFactorState_initState__closure, A._EnableTwoFactorState__onSavePressed_closure, A._EnableTwoFactorState__onSavePressed_closure0, A._EnableTwoFactorState__onSavePressed__closure0, A._EnableTwoFactorState__onSavePressed__closure, A._EnableTwoFactorState_build_closure2, A._EnableTwoFactorState_build_closure3, A._EnableTwoFactorState_build_closure4, A.UserDetailsVM_fromStore__closure7, A.WorkflowSettingsVM_fromStore__closure, A._SubscriptionEditState__onChanged_closure0, A._SubscriptionEditState_build__closure26, A._SubscriptionEditState_build__closure23, A._SubscriptionEditState_build__closure20, A._SubscriptionEditState_build__closure17, A._SubscriptionEditState_build__closure2, A._SubscriptionEditState_build__closure1, A._SubscriptionEditState_build_closure31, A._SubscriptionEditState_build__closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore__closure, A.SubscriptionListItem_build_closure1, A.SubscriptionListItem_build_closure0, A.SubscriptionListVM_fromStore_closure1, A.SubscriptionScreen_build_closure10, A.SubscriptionScreen_build_closure9, A.SubscriptionScreen_build_closure, A.SubscriptionScreen_build_closure6, A._SubscriptionViewState_build_closure1, A._SubscriptionViewState_build_closure0, A._SubscriptionViewState_build_closure, A.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure, A._UpdateDialogState_build_closure, A._UpdateDialogState_build_closure0, A._UpdateDialogState_build_closure1, A._UpdateDialogState_build_closure2, A._UpdateDialogState_build_closure3, A._UpdateDialogState_build_closure4, A._UpdateDialogState_updateApp__closure, A._UpdateDialogState_updateApp___closure0, A._UpdateDialogState_updateApp___closure, A._TaskEditState_build_closure, A._TaskEditState_build__closure, A._BottomBar_build_closure, A._BottomBar_build_closure0, A._TaskEditDesktopState__onChanged_closure0, A._TaskEditDesktopState_build___closure6, A._TaskEditDesktopState_build___closure5, A._TaskEditDesktopState_build___closure4, A._TaskEditDesktopState_build___closure3, A._TaskEditDesktopState_build___closure2, A._TaskEditDesktopState_build__closure5, A._TaskEditDesktopState_build__closure6, A._TaskEditDesktopState_build____closure, A._TaskEditDetailsState__onChanged_closure0, A.TimeEditDetailsState_build__closure6, A.TimeEditDetailsState_build__closure5, A.TimeEditDetailsState_build__closure4, A.TimeEditDetailsState_build__closure3, A.TimeEditDetailsState_build__closure2, A.TimeEditDetailsState_build__closure0, A.TimeEditDetailsState_build_closure6, A.TimeEditDetailsState_build_closure7, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2, A.TaskEditVM_TaskEditVM$fromStore_closure1, A.TaskEditVM_TaskEditVM$fromStore__closure0, A._KanbanTaskCardState_build_closure1, A._KanbanTaskCardState_build__closure3, A._KanbanTaskCardState_build_closure0, A._KanbanTaskCardState_build___closure, A._KanbanTaskCardState_build__closure, A._KanbanTaskCardState_build__closure0, A._KanbanTaskCardState_build_closure2, A._KanbanTaskCardState_build_closure3, A._KanbanTaskCardState_build_closure4, A._KanbanTaskCardState_build_closure5, A._KanbanTaskCardState_build_closure8, A._KanbanTaskCardState_build__closure1, A._KanbanStatusCardState__onSavePressed__closure, A._KanbanStatusCardState_build_closure1, A._KanbanStatusCardState_build__closure0, A._KanbanStatusCardState_build_closure2, A._KanbanStatusCardState_build__closure, A.KanbanViewState_build___closure, A.KanbanViewState_build__closure0, A.KanbanViewState_build___closure5, A.KanbanViewState_build__closure2, A.KanbanViewState_build___closure4, A.KanbanViewState_build___closure0, A.KanbanViewState_build____closure2, A.KanbanViewState_build____closure, A.KanbanViewState_build____closure0, A.KanbanViewState_build____closure1, A.TaskListItem_build_closure1, A.TaskListItem_build_closure, A.TaskListItem_build__closure2, A.TaskListItem_build__closure1, A.TaskListItem_build__closure5, A.TaskListItem_build__closure4, A.TaskListVM_fromStore_closure1, A.TaskScreen_build_closure21, A.TaskScreen_build_closure20, A.TaskScreen_build_closure3, A.TaskScreen_build_closure4, A.TaskScreen_build_closure5, A.TaskScreen_build_closure6, A.TaskScreen_build_closure7, A.TaskScreen_build_closure8, A.TaskScreen_build_closure16, A.TaskTimeListTile_build_closure0, A.TaskTimeListTile_build_closure, A._TaskViewState_build__closure, A._TaskViewState_build__closure0, A._TaskViewState_build__closure1, A.TaskViewDocuments_build_closure0, A._TaskOverviewState_initState__closure, A._TaskOverviewState_build__buildView, A._TaskOverviewState_build_closure, A._TaskStatusEditState__onChanged_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure, A._TaskStatusListState_build_closure1, A.TaskStatusListItem_build_closure1, A.TaskStatusListItem_build_closure0, A.TaskStatusScreen_build_closure11, A.TaskStatusScreen_build_closure10, A.TaskStatusScreen_build_closure, A.TaskStatusScreen_build_closure0, A.TaskStatusScreen_build_closure7, A._TaskStatusViewState_build_closure, A.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure, A._TaxRateEditState__onChanged_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore__closure, A.TaxRateListItem_build_closure1, A.TaxRateListItem_build_closure0, A.TaxRateListVM_fromStore_closure1, A.TaxRateSettingsScreen_build_closure6, A.TaxRateSettingsScreen_build_closure5, A.TaxRateSettingsScreen_build_closure, A.TaxRateSettingsScreen_build_closure2, A._TaxRateViewState_build_closure, A.TaxRateViewVM_TaxRateViewVM$fromStore_closure, A._TokenEditState__onChanged_closure0, A.TokenEditVM_TokenEditVM$fromStore__closure, A.TokenListItem_build_closure1, A.TokenListItem_build_closure0, A.TokenListVM_fromStore_closure1, A.TokenScreen_build_closure10, A.TokenScreen_build_closure9, A.TokenScreen_build_closure, A.TokenScreen_build_closure6, A._TokenViewState_build_closure, A._TokenListTile_build_closure, A.TokenViewVM_TokenViewVM$fromStore_closure, A._TransactionEditState__onChanged_closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure1, A.TransactionListItem_build__closure2, A.TransactionListItem_build__closure1, A.TransactionListItem_build__closure5, A.TransactionListItem_build__closure4, A.TransactionListVM_fromStore_closure1, A.TransactionScreen_build_closure17, A.TransactionScreen_build_closure16, A.TransactionScreen_build_closure4, A.TransactionScreen_build_closure5, A.TransactionScreen_build_closure12, A._MatchDepositsState_build__closure12, A._MatchDepositsState_build__closure11, A._MatchDepositsState_build_closure3, A._MatchDepositsState_build__closure10, A._MatchDepositsState_build_closure4, A._MatchDepositsState_build__closure9, A._MatchDepositsState_build__closure8, A._MatchDepositsState_build_closure6, A._MatchDepositsState_build__closure7, A._MatchDepositsState_build_closure7, A._MatchDepositsState_build__closure6, A._MatchDepositsState_build__closure5, A._MatchDepositsState_build__closure4, A._MatchDepositsState_build__closure3, A._MatchDepositsState_build__closure2, A._MatchDepositsState_build__closure1, A._MatchDepositsState_build___closure0, A._MatchDepositsState_build__closure0, A._MatchDepositsState_build___closure, A._MatchDepositsState_build_closure16, A._MatchDepositsState_build_closure17, A._MatchWithdrawalsState_build__closure18, A._MatchWithdrawalsState_build__closure17, A._MatchWithdrawalsState_build_closure3, A._MatchWithdrawalsState_build__closure16, A._MatchWithdrawalsState_build_closure4, A._MatchWithdrawalsState_build__closure15, A._MatchWithdrawalsState_build__closure14, A._MatchWithdrawalsState_build__closure13, A._MatchWithdrawalsState_build__closure12, A._MatchWithdrawalsState_build__closure11, A._MatchWithdrawalsState_build__closure10, A._MatchWithdrawalsState_build___closure3, A._MatchWithdrawalsState_build__closure9, A._MatchWithdrawalsState_build_closure12, A._MatchWithdrawalsState_build__closure8, A._MatchWithdrawalsState_build_closure13, A._MatchWithdrawalsState_build__closure5, A._MatchWithdrawalsState_build___closure1, A._MatchWithdrawalsState_build__closure4, A._MatchWithdrawalsState_build_closure17, A._MatchWithdrawalsState_build__closure3, A._MatchWithdrawalsState_build_closure18, A._MatchWithdrawalsState_build__closure0, A._MatchWithdrawalsState_build___closure, A._MatchWithdrawalsState_build_closure21, A._MatchWithdrawalsState_build_closure22, A._TransactionRuleEditState__onChanged_closure, A._TransactionRuleEditState_build__closure3, A._TransactionRuleEditState_build__closure4, A._TransactionRuleEditState_build__closure5, A.__RuleCriteriaState_build__closure1, A.__RuleCriteriaState_build__closure0, A.__RuleCriteriaState_build__closure, A.__RuleCriteriaState_build_closure4, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore__closure, A.TransactionRuleListItem_build_closure1, A.TransactionRuleListItem_build_closure0, A.TransactionRuleListVM_fromStore_closure1, A.TransactionRuleScreen_build_closure10, A.TransactionRuleScreen_build_closure9, A.TransactionRuleScreen_build_closure, A.TransactionRuleScreen_build_closure6, A._TransactionRuleViewState_build_closure, A.TransactionRuleViewVM_TransactionRuleViewVM$fromStore_closure, A._UserEditState__onChanged_closure0, A._UserEditState_build_closure6, A._UserEditState_build_closure8, A._UserEditState_build_closure10, A._UserEditState_build_closure12, A._UserEditState_build__closure, A._UserEditState_build__closure0, A._UserEditState_build__closure2, A._UserEditState_build__closure4, A.UserEditVM_UserEditVM$fromStore__closure, A.UserListItem_build_closure1, A.UserListItem_build_closure0, A.UserListBuilder_build__closure_showDialog, A.UserListBuilder_build___closure, A.UserListVM_fromStore_closure1, A.UserScreen_build_closure10, A.UserScreen_build_closure9, A.UserScreen_build_closure, A.UserScreen_build_closure6, A.UserView_build_closure, A.UserViewVM_UserViewVM$fromStore_closure, A.VendorEditAddressState__onChanged_closure0, A._VendorEditContactsState_build__closure, A._VendorEditContactsState_build_closure1, A.VendorContactEditDetailsState__onChanged_closure0, A.VendorContactEditDetailsState_build__closure0, A.VendorContactEditDetailsState_build_closure11, A.VendorContactEditDetailsState_build_closure12, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1, A.VendorEditDetailsState__onChanged_closure0, A.VendorEditFooter_build_closure, A.VendorEditNotesState__onChanged_closure0, A.VendorEditVM_VendorEditVM$fromStore__closure, A.VendorListItem_build__closure2, A.VendorListItem_build__closure1, A.VendorListItem_build__closure5, A.VendorListItem_build__closure4, A.VendorListVM_fromStore_closure1, A.VendorPresenter_getField_closure0, A.VendorScreen_build_closure10, A.VendorScreen_build_closure9, A.VendorScreen_build_closure, A.VendorScreen_build_closure6, A._VendorViewState_build__closure, A._VendorViewState_build__closure0, A._VendorViewState_build__closure1, A._VendorViewState_build__closure2, A._VendorViewDetailsState_build__buildDetailsList, A._VendorViewDetailsState_build__buildDetailsList__closure1, A._VendorViewDetailsState_build__buildDetailsList___closure0, A._VendorViewDetailsState_build__buildDetailsList__closure2, A._VendorViewDetailsState_build__buildDetailsList___closure, A._VendorViewDetailsState_build__buildDetailsList_closure0, A._VendorViewDetailsState_build__buildDetailsList__closure0, A._VendorViewDetailsState_build__buildDetailsList_closure1, A._VendorViewDetailsState_build__buildDetailsList__closure, A._VendorViewDetailsState_build__buildDetailsList_closure2, A.VendorViewDocuments_build_closure0, A._VendorViewFullwidthState_build__closure, A._VendorViewFullwidthState_build__closure0, A._VendorViewFullwidthState_build__closure2, A._VendorViewFullwidthState_build__closure3, A._WebhookEditState__onChanged_closure0, A._WebhookEditState_build___closure2, A._WebhookEditState_build___closure1, A._WebhookEditState_build__closure5, A._WebhookEditState_build___closure, A.WebhookEditVM_WebhookEditVM$fromStore__closure, A._WebhookViewState_build_closure, A.TargetListTile_build_closure, A.WebhookViewVM_WebhookViewVM$fromStore_closure, A.WebhookListItem_build_closure1, A.WebhookListItem_build_closure0, A.WebhookListVM_fromStore_closure1, A.WebhookScreen_build_closure10, A.WebhookScreen_build_closure9, A.WebhookScreen_build_closure, A.WebhookScreen_build_closure6, A.Debouncer_run_closure, A.SimpleDebouncer_run_closure, A.PersistDebouncer_run_closure, A.confirmCallback_closure__onPressed, A.confirmCallback__closure2, A.confirmCallback__closure3, A.passwordCallback_closure, A._PasswordConfirmationState_build_closure, A._PasswordConfirmationState_build__closure, A._PasswordConfirmationState_build_closure2, A._PasswordConfirmationState_build_closure3, A._FieldConfirmationState_build_closure1, A._FieldConfirmationState_build_closure2, A.cloneToDialog__closure, A.cloneToDialog__closure0, A.cloneToDialog__closure1, A.cloneToDialog__closure2, A.cloneToDialog__closure3, A.cloneToDialog__closure4, A.changeTaskStatusDialog___closure, A.changeTaskStatusDialog__closure0, A.addToInvoiceDialog___closure, A._BulkUpdateDialogState_build__closure9, A._BulkUpdateDialogState_build__closure8, A._BulkUpdateDialogState_build__closure7, A._BulkUpdateDialogState_build__closure6, A._BulkUpdateDialogState_build__closure5, A._BulkUpdateDialogState_build__closure4, A._BulkUpdateDialogState_build__closure3, A._BulkUpdateDialogState_build_closure10, A._BulkUpdateDialogState_build_closure11, A._BulkUpdateDialogState_build__closure0, A._BulkUpdateDialogState_build___closure0, A._BulkUpdateDialogState_build___closure, A._RunTemplateDialogState_build_closure, A._RunTemplateDialogState_build_closure0, A._RunTemplateDialogState_build_closure1, A._RunTemplateDialogState_build__closure2, A._RunTemplateDialogState_build___closure0, A._RunTemplateDialogState_build___closure1, A._RunTemplateDialogState_build___closure, A._RunTemplateDialogState_build__closure0, A._RunTemplateDialogState_build__closure, A._ExampleEditorState_initState_closure, A._SuperEditorDemoTextItemSelectorState_build__closure, A._SuperEditorDemoTextItemSelectorState__buildButton_closure, A._EditorToolbarState__onLinkPressed_closure0, A._EditorToolbarState__applyLink_closure, A._EditorToolbarState__onBlockTypeSelected_closure, A._EditorToolbarState__buildUrlField_closure1, A._EditorToolbarState__buildUrlField__closure, A.Logger_Logger_closure, A.ListSyntax_parse_endItem, A.ParagraphSyntax__parseReflinkDefinition_closure, A.InlineParser__linkOrImage_closure2, A.InlineParser__processEmphasis_closure, A.InlineParser__processEmphasis_closure1, A.PublicClientApplication_loginPopup_closure, A._PinputState__handleHover_closure, A._PinputState__validator_closure, A._PinputState__buildPinput_closure, A._PinputState__buildPinput_closure0, A._PinputState__buildFields_onlyFields, A.PrintingPlugin_layoutPdf__closure, A.PdfPreviewAction_build_closure, A.PdfPreviewCustomState_didChangeDependencies__closure, A.PdfPreviewCustomState__createPreview_pageWidget_closure, A.PdfPreviewCustomState__createPreview_pageWidget__closure, A.PdfPreviewCustomState__zoomPreview_closure0, A.PdfPreviewCustomState__zoomPreview__closure, A.PdfPreviewCustomState__zoomPreview_closure1, A.PdfPreviewCustomState__updateCursor_closure, A.PdfPreviewCustomState_build_closure, A.PdfPreviewState_initState_closure, A.PdfPreviewState_initState__closure, A.PdfPreviewState_didChangeDependencies__closure, A.PdfPreviewRaster_raster_closure, A.PdfPreviewRaster__raster_closure, A.PdfPreviewRaster__raster_closure0, A.PdfPreviewRaster__raster_closure1, A.PdfPreviewRaster__raster_closure2, A.PdfPreviewRaster__raster_closure3, A.LoggingMiddleware_call_closure, A.RoundedLoadingButtonState_initState_closure, A.RoundedLoadingButtonState_initState__closure1, A.RoundedLoadingButtonState_initState_closure0, A.RoundedLoadingButtonState_initState__closure0, A.RoundedLoadingButtonState_initState_closure2, A.RoundedLoadingButtonState_initState__closure, A.BehaviorSubject__deferStream_closure, A.Subject_addStream_complete, A.StartWithStreamTransformer_bind_closure, A.StartWithErrorStreamTransformer_bind_closure, A._forwardMulti__closure, A._forward_closure, A._forward_closure0, A._forward__listenToUpstream_closure, A._forward__listenToUpstream_closure0, A._forward_closure1, A.TimeToInitialDisplayTracker_determineEndTime_closure, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.addToContextSet_closure, A.addToActiveReactiveModels_closure, A._MyStatefulWidgetState_initState__closure, A.InjectedImp_closure, A.IObservable_addObserver_closure, A.IObservable_addCleaner_closure, A.ReactiveModelImp_setStateNullable_closure, A.ReactiveModelImp_setStateNullable_closure1, A.ReactiveModelImp__handleAsyncState__closure, A.ReactiveModelImp__handleAsyncState_closure0, A.DocumentComposer_closure, A.InspectDocumentRange_getRangeBetween_closure, A.HeaderConversionReaction_onPrefixMatched_closure, A.CaretDocumentOverlayState__onSelectionChange_closure, A._DocumentMouseInteractorState__onPanUpdate_closure, A._DocumentMouseInteractorState__onDragEnd_closure, A._DocumentMouseInteractorState__buildGestureInput_closure, A._DocumentMouseInteractorState__buildGestureInput_closure1, A.SuperEditorAndroidControlsController_startCollapsedHandleAutoHideCountdown_closure, A._AndroidDocumentTouchInteractorState_initState_closure, A._AndroidDocumentTouchInteractorState_initState_closure0, A._AndroidDocumentTouchInteractorState_didChangeMetrics__closure, A._AndroidDocumentTouchInteractorState__onPanStart_closure, A._AndroidDocumentTouchInteractorState_build_closure, A._AndroidDocumentTouchInteractorState_build_closure1, A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure3, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure, A._IosDocumentTouchInteractorState_initState_closure, A._IosDocumentTouchInteractorState_initState_closure0, A._IosDocumentTouchInteractorState_didChangeDependencies__closure, A._IosDocumentTouchInteractorState__startDragScrolling_closure, A._IosDocumentTouchInteractorState_build_closure, A._IosDocumentTouchInteractorState_build_closure1, A._IosDocumentTouchInteractorState_build_closure3, A._ImeFocusPolicyState__onFocusChange_closure, A._DocumentSelectionOpenAndCloseImePolicyState__onSelectionChange_closure, A._KeyboardEditingToolbarState_initState_closure, A._KeyboardEditingToolbarState__onToolbarLayout_closure, A._KeyboardHeightBuilderState_didChangeMetrics_closure, A.SuperEditorImeInteractorState_build_closure, A.SuperEditorImeInteractorState_build_closure0, A._DocumentScrollableState_initState__closure, A._DocumentScrollableState_initState__closure0, A._DocumentScrollableState_didUpdateWidget_closure, A._DocumentScrollableState_didUpdateWidget_closure0, A._SingleColumnDocumentLayoutState__onViewModelChange_closure, A._PresenterComponentBuilderState__onViewModelChange_closure, A.SingleColumnLayoutPresenter__assemblePipeline_closure, A.SuperEditorState_initState_closure, A.SuperEditorState_didUpdateWidget_closure, A.SuperEditorState__createEditContext_closure, A.SuperEditorState__createEditContext_closure0, A.SuperEditorState_build__closure2, A.SuperEditorState_build__closure3, A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure0, A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure1, A.SuperEditorState__buildGestureInteractor_closure, A.SuperEditorState__buildGestureInteractor_closure0, A.SuperEditorState__buildGestureInteractor_closure1, A.ToggleTextAttributionsCommand_execute_closure, A.ContentLayersElement_buildLayers_closure, A._SelectionLeadersDocumentLayerState__onSelectionChange_closure, A._CupertinoScrollbarState_initState_closure0, A.Frames_setStateAsSoonAsPossible_closure, A.Frames_setStateAsSoonAsPossible__closure, A.Frames_scheduleBuildAfterBuild__closure, A._MaterialScrollbarState_initState_closure0, A._MaterialScrollbarState_handleThumbPressStart_closure0, A._MaterialScrollbarState_handleThumbPressEnd_closure0, A._MaterialScrollbarState_handleHover_closure1, A._MaterialScrollbarState_handleHover_closure2, A._MaterialScrollbarState_handleHoverExit_closure0, A.RawScrollbarWithCustomPhysicsState__maybeStartFadeoutTimer_closure, A.RawScrollbarWithCustomPhysicsState__gestures_closure, A.RawScrollbarWithCustomPhysicsState__gestures_closure1, A.RawScrollbarWithCustomPhysicsState_handleHover_closure, A.RawScrollbarWithCustomPhysicsState_handleHoverExit_closure, A._FocusWithCustomParentState__handleFocusChanged_closure, A._FocusWithCustomParentState__handleFocusChanged_closure0, A._FocusWithCustomParentState__handleFocusChanged_closure1, A._FocusWithCustomParentState__handleFocusChanged_closure2, A._MultiListenableBuilderState__onListenableChange_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure0, A.TapSequenceGestureRecognizer_addAllowedPointer_closure1, A.TapSequenceGestureRecognizer__checkUp_closure, A.TapSequenceGestureRecognizer__checkUp_closure0, A.TapSequenceGestureRecognizer__checkUp_closure1, A._AndroidToolbarFocalPointDocumentLayerState__onSelectionChange_closure, A.AndroidControlsDocumentLayerState__onSelectionChange_closure, A.AndroidControlsDocumentLayerState__onShouldShowCollapsedHandleChange_closure, A.ItemSelectionListState__onKeyEvent_closure, A.ItemSelectionListState_build_closure, A._AndroidEditingOverlayControlsState__rebuildOnNextFrame_closure, A._AndroidEditingOverlayControlsState__onCollapsedPanStart_closure, A._AndroidEditingOverlayControlsState__onBasePanStart_closure, A._AndroidEditingOverlayControlsState__onExtentPanStart_closure, A._AndroidEditingOverlayControlsState__onPanUpdate_closure, A._AndroidEditingOverlayControlsState__onHandleDragEnd_closure, A._AndroidEditingOverlayControlsState__updateOffsetForCollapsedHandle_closure0, A._AndroidEditingOverlayControlsState__buildHandle_closure, A.AndroidTextFieldTouchInteractorState__onDoubleTapDown_closure, A.AndroidTextFieldTouchInteractorState__onPanStart_closure, A.AndroidTextFieldTouchInteractorState__onPanUpdate_closure, A.AndroidTextFieldTouchInteractorState__onHandleDragEnd_closure, A.AndroidTextFieldTouchInteractorState_build_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure1, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure3, A.SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure, A.SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._defaultAndroidToolbarBuilder_closure, A._defaultAndroidToolbarBuilder_closure0, A._defaultAndroidToolbarBuilder_closure1, A._defaultAndroidToolbarBuilder_closure2, A.SuperDesktopTextFieldState__createTextFieldContext_closure, A.SuperDesktopTextFieldState__updateViewportHeight_closure, A.SuperDesktopTextFieldState_build_closure, A._SuperTextFieldGestureInteractorState__onTapDown_closure, A._SuperTextFieldGestureInteractorState__onDoubleTapDown_closure, A._SuperTextFieldGestureInteractorState__onTripleTapDown_closure, A._SuperTextFieldGestureInteractorState__onPanUpdate_closure, A._SuperTextFieldGestureInteractorState__onPanEnd_closure, A._SuperTextFieldGestureInteractorState__onPanCancel_closure, A._SuperTextFieldGestureInteractorState__updateDragSelection_closure, A._SuperTextFieldGestureInteractorState__clearSelection_closure, A._SuperTextFieldGestureInteractorState_build_closure, A._SuperTextFieldGestureInteractorState_build_closure1, A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure, A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure0, A.FillWidthIfConstrained__createViewportWidthLookup_closure, A._IOSEditingControlsState__onBasePanStart_closure, A._IOSEditingControlsState__onExtentPanStart_closure, A._IOSEditingControlsState__onPanUpdate_closure, A._IOSEditingControlsState__onHandleDragEnd_closure, A.IOSTextFieldTouchInteractorState__onDoubleTapDown_closure, A.IOSTextFieldTouchInteractorState__onPanStart_closure, A.IOSTextFieldTouchInteractorState__onPanUpdate_closure, A.IOSTextFieldTouchInteractorState__onHandleDragEnd_closure, A.IOSTextFieldTouchInteractorState_build_closure0, A.IOSTextFieldTouchInteractorState_build_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure1, A.SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure, A.SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._defaultPopoverToolbarBuilder_closure, A._defaultPopoverToolbarBuilder_closure0, A._defaultPopoverToolbarBuilder_closure1, A._MaterialScrollbarState_initState_closure1, A._MaterialScrollbarState_handleThumbPressStart_closure1, A._MaterialScrollbarState_handleThumbPressEnd_closure1, A._MaterialScrollbarState_handleHover_closure3, A._MaterialScrollbarState_handleHover_closure4, A._MaterialScrollbarState_handleHoverExit_closure1, A.main_closure0, A.main_closure]); + _inheritMany(A.Closure, [A.Closure0Args, A.AppBootstrap_prepareEngineInitializer_closure0, A.AppBootstrap__prepareAppRunner_closure, A.AppBootstrap__prepareFlutterApp_closure, A.AppBootstrap__prepareFlutterApp_closure0, A.CkCanvas_saveLayerWithFilter_closure, A._canvasKitJsUrls_closure, A._downloadCanvasKitJs_loadEventHandler, A._downloadCanvasKitJs_errorEventHandler, A.HtmlViewEmbedder_getOverlayCanvases_closure, A.HtmlViewEmbedder_submitFrame_closure, A.HtmlViewEmbedder__updateOverlays_closure, A.HtmlViewEmbedder__updateOverlays_closure0, A.HtmlViewEmbedder__updateOverlays_closure1, A.diffViewList_lookForwards, A.diffViewList_lookBackwards, A.SkiaFontCollection_registerDownloadedFonts_makeRegisterFont, A.readChunked_closure, A.ImageFilterEngineLayer_preroll_closure, A.MultiSurfaceRasterizer_setResourceCacheMaxBytes_closure, A._finalizationRegistry_closure, A.CkPaint_imageFilter_closure, A._getEffectiveFontFamilies_closure, A.ClipboardMessageHandler_setDataMethodCall_closure, A.ClipboardMessageHandler_setDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall_closure, A.ClipboardMessageHandler_getDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall__closure, A.ClipboardMessageHandler_hasStringsMethodCall_closure, A.ClipboardMessageHandler_hasStringsMethodCall_closure0, A.ClipboardMessageHandler_hasStringsMethodCall__closure, A.DomConsoleExtension_get_warn_closure, A.DomNavigatorExtension_get_languages_closure, A.Closure2Args, A._ttPolicy_closure, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__closure, A.FontFallbackManager$__closure, A.FontFallbackManager$__closure0, A.FontFallbackManager$__closure1, A.FontFallbackManager$__closure2, A.FontFallbackManager$__closure3, A.FontFallbackManager$__closure4, A.FontFallbackManager_findFontsForMissingCodePoints_closure, A.FontFallbackManager__selectFont_closure, A.fetchFontManifest_closure, A.fetchFontManifest_closure0, A.fetchFontManifest_closure1, A.fetchFontManifest__closure, A.HtmlRenderer_decodeImageFromPixels_executeCallback, A.HtmlRenderer_decodeImageFromPixels_executeCallback_closure, A.NormalizedGradient_NormalizedGradient_closure, A.HtmlCodec_getNextFrame_closure, A.HtmlCodec_getNextFrame_closure0, A.HtmlCodec__decodeUsingOnLoad_closure, A.HtmlCodec__decodeUsingOnLoad_closure0, A.initializeEngineServices__closure, A.FlutterApp__staticInteropFactoryStub_closure, A.FlutterApp__staticInteropFactoryStub_closure0, A.FlutterEngineInitializer__staticInteropFactoryStub_closure, A.FlutterAppRunner__staticInteropFactoryStub_closure, A.futureToPromise__closure, A.futureToPromise__closure0, A._kLogicalKeyToModifierGetter_closure, A._kLogicalKeyToModifierGetter_closure0, A._kLogicalKeyToModifierGetter_closure1, A._kLogicalKeyToModifierGetter_closure2, A._kLogicalKeyToModifierGetter_closure3, A._kLogicalKeyToModifierGetter_closure4, A._kLogicalKeyToModifierGetter_closure5, A._kLogicalKeyToModifierGetter_closure6, A.KeyboardBinding$__closure, A.KeyboardBinding$__closure0, A.KeyboardBinding__addEventListener_loggedHandler, A.KeyboardBinding__onKeyData_closure, A.KeyboardConverter__scheduleAsyncEvent_closure, A.KeyboardConverter_handleEvent_closure, A.preventDefaultListener_closure, A.MultiEntriesBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure0, A.FallbackFontComponent__activeFonts_closure, A.EnginePlatformDispatcher_closure, A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure0, A.EnginePlatformDispatcher__sendPlatformMessage_closure1, A.EnginePlatformDispatcher__addLocaleChangedListener_closure, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, A.EnginePlatformDispatcher_replyToPlatformMessage_closure, A.SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure, A._BaseAdapter_addEventListener_loggedHandler, A._PointerAdapter__addPointerEventListener_closure, A._PointerAdapter_setup_closure, A._PointerAdapter_setup_closure0, A._PointerAdapter_setup_closure1, A._PointerAdapter_setup_closure2, A._PointerAdapter_setup_closure3, A._PointerAdapter_setup_closure4, A.RawKeyboard_handleHtmlEvent_closure0, A.Dialog__setDefaultFocus_closure, A.AccessibilityFocusManager_manage_closure, A.AccessibilityFocusManager_manage_closure0, A.Incrementable_closure, A.Incrementable_closure0, A.Scrollable_update_closure0, A.Scrollable_update_closure1, A.EngineSemanticsOwner__finalizeTree_closure, A.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.Tappable_closure, A.TextField__initializeForBlink_closure, A.TextField__initializeForBlink_closure0, A.TextField__initializeForWebkit_closure, A.TextField__initializeForWebkit_closure0, A.TextField__invokeIosWorkaround_closure0, A.CanvasParagraph_computeLineMetrics_closure, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure, A.DefaultTextEditingStrategy_addEventHandlers_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, A.IOSTextEditingStrategy_addEventHandlers_closure, A.IOSTextEditingStrategy_addEventHandlers_closure0, A.IOSTextEditingStrategy__addTapListener_closure, A.AndroidTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure0, A.HybridTextEditing__startEditing_closure, A.EditableTextGeometry_EditableTextGeometry$fromFrameworkMessage_closure, A.bytesToHexString_closure, A.CustomElementDimensionsProvider__closure, A.CustomElementEmbeddingStrategy_initialize_closure, A.FullPageEmbeddingStrategy_initialize_closure, A._CastListBase_removeWhere_closure, A._CastListBase_retainWhere_closure, A.CastSet_removeWhere_closure, A.CastMap_entries_closure, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.JsLinkedHashMap_containsValue_closure, A.initHooks_closure, A.initHooks_closure1, A._StringStream__goalToEventCode_closure, A._AsyncRun__initializeScheduleImmediate_internalCallback, A._AsyncRun__initializeScheduleImmediate_closure, A._awaitOnObject_closure, A._asyncStarHelper_closure0, A._SyncBroadcastStreamController__sendData_closure, A._SyncBroadcastStreamController__sendError_closure, A._SyncBroadcastStreamController__sendDone_closure, A.Future_wait_closure, A.FutureExtensions_onError_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A._Future_timeout_closure1, A.Stream_Stream$fromFuture_closure, A.Stream_asyncMap_closure_add, A.Stream_asyncMap__closure, A.Stream_fold_closure0, A.Stream_fold__closure0, A.Stream_forEach_closure0, A.Stream_forEach__closure0, A.Stream_length_closure, A.Stream_isEmpty_closure0, A.Stream_toList_closure, A.Stream_first_closure0, A._StreamHandlerTransformer_closure, A._RootZone_bindUnaryCallbackGuarded_closure, A._HashMap_values_closure, A._CustomHashMap_closure, A._LinkedCustomHashMap_closure, A.MapBase_entries_closure, A.SplayTreeMap_closure, A.SplayTreeSet_closure, A._JsonMap_values_closure, A._BigIntImpl_hashCode_finish, A._BigIntImpl_toDouble_readBits, A.DateTime_parse_parseIntOrZero, A.DateTime_parse_parseMilliAndMicroseconds, A._Uri__splitQueryStringAll_parsePair, A._createTables_setChars, A._createTables_setRange, A.CanvasElement_toBlob_closure, A._ChildrenElementList__filter_closure, A._EventStreamSubscription_closure, A._EventStreamSubscription_onData_closure, A.FilteredElementList__iterable_closure, A.FilteredElementList__iterable_closure0, A.FilteredElementList_removeRange_closure0, A._FileStream__readBlock_closure, A._FileStream__start_onReady, A._FileStream__start_onOpenFile, A._File_open_closure, A._File_length_closure, A._File_readAsBytes_readUnsized, A._File_readAsBytes_readUnsized_read_closure, A._File_readAsBytes_readSized_read_closure, A._File_readAsBytes_closure, A._File_readAsBytes__closure, A._RandomAccessFile_close_closure, A._RandomAccessFile_read_closure, A._RandomAccessFile_readInto_closure, A._RandomAccessFile_setPosition_closure, A._RandomAccessFile_length_closure, A._convertToJS_closure, A._convertToJS_closure0, A._wrapToDart_closure, A._wrapToDart_closure0, A._wrapToDart_closure1, A.jsify__convert, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.dartify_convert, A.KeyData__quotedCharCode_closure, A.bootstrapEngine_closure, A.HashUrlStrategy_addPopStateListener_wrappedFn, A.HashUrlStrategy__waitForPopState_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure0, A.AttributedSpans__getEndingMarkerAtOrAfter_closure, A.AttributedSpans__getEndingMarkerAtOrAfter_closure0, A.AttributedSpans_addAttribution_closure, A.AttributedSpans_addAttribution_closure0, A.AttributedSpans_addAttribution_closure1, A.AttributedSpans_addAttribution_closure2, A.AttributedSpans_removeAttribution_closure, A.AttributedSpans_removeAttribution_closure0, A.AttributedSpans_removeAttribution_closure1, A.AttributedSpans_removeAttribution_closure2, A.AttributedSpans_removeAttribution_closure3, A.AttributedSpans_removeAttribution_closure4, A.AttributedSpans__getMarkerAt_closure, A.AttributedSpans__getMarkerAt_closure0, A.AttributedSpans__getMarkerAt_closure1, A.AttributedSpans__insertMarker_closure, A.AttributedSpans__mergeBackToBackAttributions_closure, A.AttributedSpans__mergeBackToBackAttributions_closure0, A.AttributedSpans__mergeBackToBackAttributions_closure1, A.AttributedSpans_copyAttributionRegion_closure, A.AttributedSpans_copyAttributionRegion_closure0, A.AttributedSpans_copyAttributionRegion_closure2, A.AttributedSpans_copyAttributionRegion_closure3, A.AttributedSpans_copyAttributionRegion_closure4, A.AttributedSpans_copyAttributionRegion_closure5, A.AttributedSpans_pushAttributionsBack_closure, A.AttributedSpans_contractAttributions_closure, A.AttributedSpans_contractAttributions_closure0, A.AttributedSpans_contractAttributions_closure1, A.AttributedSpans_contractAttributions_closure2, A.AttributedSpans_contractAttributions_closure3, A.BoardItemState_build_closure, A.BoardItemState_build_closure3, A.BoardListState_build_closure2, A.BoardViewState_build_closure, A.BoardViewState_build_closure3, A.BoardViewState_build_closure5, A.BoardViewState_build_closure4, A.BoardViewState_build_closure6, A.BuiltListMultimap_BuiltListMultimap_closure, A.BuiltListMultimap_hashCode_closure, A.BuiltListMultimap_forEach__closure, A.ListMultimapBuilder_replace_closure, A.BuiltMap_BuiltMap_closure, A.BuiltMap_BuiltMap$from_closure, A.BuiltMap_hashCode_closure, A.BuiltSet_hashCode_closure, A.BuiltSetMultimap_hashCode_closure, A.BuiltSetMultimap_forEach__closure, A.SetMultimapBuilder_replace_closure, A.newBuiltValueToStringHelper_closure, A.BuiltListMultimapSerializer_serialize_closure, A.BuiltListMultimapSerializer_deserialize_closure, A.BuiltListSerializer_serialize_closure, A.BuiltListSerializer_deserialize_closure, A.BuiltSetMultimapSerializer_serialize_closure, A.BuiltSetMultimapSerializer_deserialize_closure, A.BuiltSetSerializer_serialize_closure, A.BuiltSetSerializer_deserialize_closure, A.StandardJsonPlugin__toList_closure, A.StandardJsonPlugin__toListUsingDiscriminator_closure, A.BaseBarRenderer_preprocessSeries_closure, A.BaseBarRenderer_preprocessSeries__closure0, A.BaseBarRenderer_preprocessSeries__closure2, A.BaseBarRenderer_preprocessSeries_closure0, A.BaseBarRenderer_update_closure, A.BaseBarRenderer_update__closure0, A.BaseBarRenderer_paint__closure0, A.BaseBarRenderer_paint__closure, A.BaseBarRenderer_getNearestDatumDetailPerSeries_closure, A.BaseBarRenderer__getSegmentsForDomainValue_closure0, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure0, A.Axis__updateAxisTicks_closure, A.Axis__updateAxisTicks_closure0, A.Axis_paint_closure, A.BaseTickDrawStrategy_splitLabel_closure, A.BaseTickDrawStrategy_getLabelWidth_closure, A.NoneDrawStrategy_decorateTicks_closure, A.SimpleTickFormatterBase_format_closure, A.NumericTickFormatter__getFormatter_closure, A.CartesianChart_makeSeries_closure, A.BaseCartesianRenderer_configureDomainAxes_closure, A.BaseCartesianRenderer_configureMeasureAxes_closure, A.BaseChart_init_closure, A.BaseChart_pointWithinRenderer_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure, A.BaseChart_draw_closure, A.BaseChart_drawInternal_closure, A.BaseChart_configureSeries_closure, A.BaseChart_preprocessSeries_closure, A.BaseChart_preprocessSeries_closure0, A.BaseChart_paint_closure, A.BaseChart_fireOnDraw_closure, A.BaseChart_fireOnPreprocess_closure, A.BaseChart_fireOnPostprocess_closure, A.BaseChart_fireOnAxisConfigured_closure, A.BaseChart_fireOnPostrender_closure, A.BaseChart_fireOnAnimationComplete_closure, A.DomainHighlighter__updateColorFunctions_closure, A.DomainHighlighter__updateColorFunctions__closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure0, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure0, A.PerSeriesLegendEntryGenerator__updateFromSeriesList_getMeasureTotal, A.SeriesLegend_onData_closure0, A.SeriesLegend_onData_closure, A.SeriesLegend_preProcessSeriesList_closure, A.SeriesLegend_showSeries_closure, A.SelectNearest__onSelect_closure0, A.SelectNearest__extractSeriesFromNearestSelection_closure, A.MutableSeries_closure, A.MutableSelectionModel_updateSelection_closure, A.MutableSelectionModel_updateSelection_closure0, A.BaseSeriesRenderer_assignMissingColors_closure, A.BaseSeriesRenderer_assignMissingColors__closure3, A.BaseSeriesRenderer_assignMissingColors_closure0, A.BaseSeriesRenderer_assignMissingColors__closure2, A.BaseSeriesRenderer_assignMissingColors_closure1, A.BaseSeriesRenderer_assignMissingColors_closure2, A.BaseSeriesRenderer_assignMissingColors__closure0, A.BaseSeriesRenderer_assignMissingColors__closure1, A.BaseSeriesRenderer_assignMissingColors_closure3, A.BaseSeriesRenderer_assignMissingColors__closure, A.BaseSeriesRenderer_assignMissingColors_closure4, A.LayoutManagerImpl_drawableLayoutAreaBounds_closure, A.LayoutManagerImpl_layout_closure, A.LayoutManagerImpl__viewsForPositions_closure, A.VerticalMarginStrategy_measure_closure, A.LeftMarginLayoutStrategy_layout_closure, A.RightMarginLayoutStrategy_layout_closure, A.HorizontalMarginStrategy_measure_closure, A.TopMarginLayoutStrategy_layout_closure, A.BottomMarginLayoutStrategy_layout_closure, A.LineRenderer_configureSeries_closure, A.LineRenderer_configureSeries__closure, A.LineRenderer_preprocessSeries_closure, A.LineRenderer_preprocessSeries_closure0, A.LineRenderer_preprocessSeries__closure, A.LineRenderer__mergeIntoSeriesMap_closure, A.LineRenderer__mergeIntoSeriesMap__closure, A.LineRenderer_update_closure, A.LineRenderer_update__closure, A.LineRenderer_update___closure, A.LineRenderer__createBoundsSegment_closure, A.LineRenderer__createBoundsSegment_closure0, A.LineRenderer_paint__closure7, A.LineRenderer_paint__closure, A.LineRenderer_paint__closure0, A.LineRenderer_paint__closure1, A.LineRenderer_paint__closure2, A.LineRenderer_paint__closure3, A.LineRenderer_paint__closure4, A.LineRenderer_paint__closure5, A.LineRenderer_paint__closure6, A.PointRenderer_paint__closure1, A.PointRenderer_paint__closure, A.PointRenderer_paint__closure0, A.PointRenderer_paint___closure, A.PointRenderer_paint___closure0, A.PointRenderer_paint___closure1, A.PointRenderer_paint___closure2, A.GestureListener_defaultTapTest_closure, A.MaterialPalette__orderedPalettes_closure10, A.Performance_time_closure, A.Performance_timeEnd_closure, A.ProxyGestureListener_onLongPress_closure, A.ProxyGestureListener_onTap_closure, A.ProxyGestureListener_onDragStart_closure, A.ProxyGestureListener_onDragUpdate_closure, A.ProxyGestureListener_onDragEnd_closure, A.ProxyGestureListener__cancel_closure, A.ProxyGestureListener__populateActiveListeners_closure, A.Series_Series_closure0, A.Series_Series_closure1, A.Series_Series_closure2, A.Series_Series_closure, A.BaseChart__updateBehaviors_closure, A.BaseChart__updateBehaviors_closure0, A.BaseChart__notACustomBehavior_closure, A.BaseChart__updateSelectionModel_closure, A.BaseChart__updateSelectionModel_closure0, A.BaseChart_getDesiredGestures_closure, A.BaseChart_getDesiredGestures_closure0, A.BaseLegendContentBuilder_build_closure, A.SimpleLegendEntryLayout_makeTapUpCallback_closure, A.TabularLegendLayout_build_closure, A.TabularLegendLayout__buildTableFromRows_closure, A.TabularLegendLayout__buildTableFromRows_closure1, A._FlutterSeriesLegend_build_closure, A.ChartContainerRenderObject_requestAnimation_startAnimationController, A.ChartContainerRenderObject_requestRebuild_doRebuild, A.getChartContainerRenderObject_closure, A.CanonicalizedMap_entries_closure, A.CanonicalizedMap_keys_closure, A.CanonicalizedMap_values_closure, A.XFile__blob_closure, A.XFile__blob_closure0, A.DesktopDropWeb__registerEvents_closure, A.DesktopDropWeb__registerEvents__closure, A.DesktopDropWeb__registerEvents_closure0, A.DesktopDropWeb__registerEvents_closure1, A.DesktopDropWeb__registerEvents_closure2, A.DesktopDrop_init_closure, A.DesktopDrop__handleMethodChannel_closure, A.DesktopDrop__handleMethodChannel_closure0, A.DesktopDrop__handleMethodChannel_closure1, A.DesktopDrop__handleMethodChannel_closure2, A.DesktopDrop__handleMethodChannel_closure3, A.DesktopDrop__handleMethodChannel_closure4, A.FilePickerWeb_pickFiles_changeEventListener, A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile, A.FilePickerWeb_pickFiles_changeEventListener_closure, A.FilePickerWeb_pickFiles_changeEventListener_closure0, A.FilePickerWeb_pickFiles_cancelledEventListener, A.FilePickerWeb_pickFiles_cancelledEventListener_closure, A.FilePickerMacOS_resultStringToFilePaths_closure, A.FilePickerMacOS_resultStringToFilePaths_closure0, A.FilePickerMacOS_resultStringToFilePaths_closure1, A.FilePickerMacOS_resultStringToFilePaths__closure, A.KDialogHandler_fileTypeToFileFilter_closure, A.KDialogHandler_resultStringToFilePaths_closure, A.QarmaAndZenityHandler_resultStringToFilePaths_closure, A.filePathsToPlatformFiles_closure, A.filePathsToPlatformFiles_closure0, A._CupertinoButtonState__animate_closure, A._CupertinoBackGestureDetectorState_dispose_closure, A._CupertinoBackGestureController_dragEnd_closure, A._CupertinoEdgeShadowDecoration_lerp_closure, A._CupertinoEdgeShadowDecoration_lerp_closure0, A._CupertinoScrollbarState_handleThumbPress_closure, A._CupertinoTextSelectionToolbarContentState_build_closure, A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure, A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure0, A._RenderCupertinoTextSelectionToolbarItems_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_redepthChildren_closure, A._RenderCupertinoTextSelectionToolbarItems_visitChildrenForSemantics_closure, A._RenderCupertinoTextSelectionToolbarItems_debugDescribeChildren_closure, A.CupertinoThemeData_resolveFrom_convertColor, A.NoDefaultCupertinoThemeData_resolveFrom_convertColor, A._CupertinoThemeDefaults_resolveFrom_convertColor, A.FlutterErrorDetails_summary_closure, A.FlutterErrorDetails_debugFillProperties_closure, A.FlutterError_FlutterError_closure, A.FlutterError_defaultStackFilter_closure, A.FlutterError_defaultStackFilter_closure0, A.FlutterError_toString_closure, A.debugPrintStack_closure, A.BindingBase_initServiceExtensions_closure0, A.BindingBase_initServiceExtensions_closure2, A.BindingBase_registerBoolServiceExtension_closure, A.BindingBase_registerNumericServiceExtension_closure, A.BindingBase_registerStringServiceExtension_closure, A._PrefixedStringBuilder__wordWrapLine_noWrap, A.TextTreeRenderer__debugRender_visitor, A.TextTreeRenderer__debugRender_closure, A.StackFrame_fromStackString_closure, A.SynchronousFuture_whenComplete_closure, A._GestureArena_toString_closure, A.PointerEventConverter_expand_closure, A.PointerEventConverter_expand_closure0, A.PolynomialFit_toString_closure, A.MultiDragGestureRecognizer_acceptGesture_closure, A.ScaleGestureRecognizer__reconfigure_closure, A.ScaleGestureRecognizer_acceptGesture_closure, A.showLicensePage_closure, A._PackagesViewState_licenses_closure0, A._PackagesViewState_build___closure, A._PackagesViewState__initDefaultDetailPage_closure, A._PackagesViewState__packagesList___closure, A._MasterDetailFlowState__nestedUI_closure0, A._MasterDetailFlowState__masterPageRoute_closure, A._MasterDetailFlowState__detailPageRoute_closure, A._MasterDetailFlowState__detailPageRoute__closure, A._MasterDetailFlowState__lateralUI_closure0, A._MasterDetailScaffoldState_openDetailPage_closure, A._MasterDetailScaffoldState_setInitialDetailPage_closure, A._MasterDetailScaffoldState_build_closure, A.BackButtonIcon_build_closure, A.BackButtonIcon_build_closure0, A.BackButtonIcon_build_closure1, A.DrawerButtonIcon_build_closure, A.DrawerButtonIcon_build_closure0, A.DrawerButtonIcon_build_closure1, A.EndDrawerButtonIcon_build_closure, A.EndDrawerButtonIcon_build_closure0, A.EndDrawerButtonIcon_build_closure1, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure0, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure1, A._MaterialAppState__materialBuilder_closure, A._MaterialAppState__buildWidgetApp_closure, A.MaterialRectArcTween__initialize_closure, A._DragHandle_build_closure, A._DragHandle_build_closure0, A._BottomSheetGestureDetector_build_closure0, A._ButtonStyleState_build_effectiveValue, A._ButtonStyleState_build_resolve, A._ButtonStyleState_build_resolve_closure, A._ButtonStyleState_build_closure, A._ButtonStyleState_build_closure0, A._ButtonStyleState_build_closure1, A._ButtonStyleState_build_closure2, A._ButtonStyleState_build_closure3, A._ButtonStyleState_build_closure4, A._ButtonStyleState_build_closure5, A._ButtonStyleState_build_closure6, A._ButtonStyleState_build_closure7, A._ButtonStyleState_build_closure8, A._ButtonStyleState_build_closure9, A._ButtonStyleState_build_closure10, A._ButtonStyleState_build_closure11, A._ButtonStyleState_build_closure12, A._ButtonStyleState_build_closure20, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure21, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure13, A._ButtonStyleState_build_closure14, A._ButtonStyleState_build_closure15, A._ButtonStyleState_build_closure16, A._ButtonStyleState_build_closure17, A._ButtonStyleState_build_closure18, A._ButtonStyleState_build_closure19, A._DayState_build_effectiveValue, A._DayState_build_resolve, A._DayState_build_resolve_closure, A._DayState_build_closure, A._DayState_build_closure0, A._DayState_build_closure2, A._DayState_build__closure, A._YearPickerState__buildYearItem_effectiveValue, A._YearPickerState__buildYearItem_resolve, A._YearPickerState__buildYearItem_resolve_closure, A._YearPickerState__buildYearItem_closure, A._YearPickerState__buildYearItem_closure0, A._YearPickerState__buildYearItem_closure2, A._YearPickerState__buildYearItem__closure, A._CheckboxState__widgetFillColor_closure, A._CheckboxState_build_closure, A._CheckboxDefaultsM2_side_closure, A._CheckboxDefaultsM2_fillColor_closure, A._CheckboxDefaultsM2_overlayColor_closure, A._CheckboxDefaultsM3_side_closure, A._CheckboxDefaultsM3_fillColor_closure, A._CheckboxDefaultsM3_checkColor_closure, A._CheckboxDefaultsM3_overlayColor_closure, A.DataTable_build_closure3, A.DataTable_build_closure, A.DataTable_build_closure0, A.DataTable_build_closure1, A.DataTable_build_closure2, A.DataTable_build_closure4, A.showDatePicker_closure, A._DatePickerDefaultsM2_dayForegroundColor_closure, A._DatePickerDefaultsM2_dayBackgroundColor_closure, A._DatePickerDefaultsM2_dayOverlayColor_closure, A._DatePickerDefaultsM2_todayForegroundColor_closure, A._DatePickerDefaultsM2_rangeSelectionOverlayColor_closure, A._DatePickerDefaultsM3_dayForegroundColor_closure, A._DatePickerDefaultsM3_dayBackgroundColor_closure, A._DatePickerDefaultsM3_dayOverlayColor_closure, A._DatePickerDefaultsM3_todayForegroundColor_closure, A._DatePickerDefaultsM3_yearForegroundColor_closure, A._DatePickerDefaultsM3_yearBackgroundColor_closure, A._DatePickerDefaultsM3_yearOverlayColor_closure, A._DatePickerDefaultsM3_rangeSelectionOverlayColor_closure, A.DialogRoute_closure, A._DropdownRoutePageState_build_closure, A._DropdownButtonState_initState_closure, A._DropdownButtonState_initState_closure0, A._DropdownButtonState__updateSelectedIndex_closure, A._DropdownButtonState__handleTap_closure, A._DropdownButtonState__handleTap_closure0, A._DropdownButtonState_build_closure, A.DropdownButtonFormField_closure, A.DropdownButtonFormField__closure, A.DropdownButtonFormField__closure0, A._ElevatedButtonDefaultsM3_backgroundColor_closure, A._ElevatedButtonDefaultsM3_foregroundColor_closure, A._ElevatedButtonDefaultsM3_overlayColor_closure, A._ElevatedButtonDefaultsM3_elevation_closure, A._ElevatedButtonDefaultsM3_mouseCursor_closure, A._ExpansionPanelListState_build_closure, A._IconButtonM3_themeStyleOf_isIconThemeDefault, A._IconButtonDefaultsM3_foregroundColor_closure, A._IconButtonDefaultsM3_overlayColor_closure, A._IconButtonDefaultsM3_mouseCursor_closure, A._FilledIconButtonDefaultsM3_backgroundColor_closure, A._FilledIconButtonDefaultsM3_foregroundColor_closure, A._FilledIconButtonDefaultsM3_overlayColor_closure, A._FilledIconButtonDefaultsM3_mouseCursor_closure, A._FilledTonalIconButtonDefaultsM3_backgroundColor_closure, A._FilledTonalIconButtonDefaultsM3_foregroundColor_closure, A._FilledTonalIconButtonDefaultsM3_overlayColor_closure, A._FilledTonalIconButtonDefaultsM3_mouseCursor_closure, A._OutlinedIconButtonDefaultsM3_backgroundColor_closure, A._OutlinedIconButtonDefaultsM3_foregroundColor_closure, A._OutlinedIconButtonDefaultsM3_overlayColor_closure, A._OutlinedIconButtonDefaultsM3_side_closure, A._OutlinedIconButtonDefaultsM3_mouseCursor_closure, A._InkResponseState_highlightsExist_closure, A._InkResponseState_build_getHighlightColorForType, A._InputDatePickerFormFieldState_didUpdateWidget_closure, A._RenderDecoration_paint_doPaint, A._InputDecoratorDefaultsM2_hintStyle_closure, A._InputDecoratorDefaultsM2_labelStyle_closure, A._InputDecoratorDefaultsM2_floatingLabelStyle_closure, A._InputDecoratorDefaultsM2_helperStyle_closure, A._InputDecoratorDefaultsM2_errorStyle_closure, A._InputDecoratorDefaultsM2_fillColor_closure, A._InputDecoratorDefaultsM2_iconColor_closure, A._InputDecoratorDefaultsM2_prefixIconColor_closure, A._InputDecoratorDefaultsM2_suffixIconColor_closure, A._InputDecoratorDefaultsM3_hintStyle_closure, A._InputDecoratorDefaultsM3_fillColor_closure, A._InputDecoratorDefaultsM3_activeIndicatorBorder_closure, A._InputDecoratorDefaultsM3_outlineBorder_closure, A._InputDecoratorDefaultsM3_prefixIconColor_closure, A._InputDecoratorDefaultsM3_suffixIconColor_closure, A._InputDecoratorDefaultsM3_labelStyle_closure, A._InputDecoratorDefaultsM3_floatingLabelStyle_closure, A._InputDecoratorDefaultsM3_helperStyle_closure, A._InputDecoratorDefaultsM3_errorStyle_closure, A.ListTile_build_resolveColor, A._RenderListTile_paint_doPaint, A.ListTileTheme_merge_closure, A.TextMagnifier_adaptiveMagnifierConfiguration_closure, A._MaterialState_build_closure, A._MaterialInteriorState_forEachTween_closure, A._MaterialInteriorState_forEachTween_closure0, A._MaterialInteriorState_forEachTween_closure1, A._MaterialInteriorState_forEachTween_closure2, A.MaterialStateMixin_updateMaterialState_closure, A._MergeableMaterialState_didUpdateWidget_closure, A._MergeableMaterialState_didUpdateWidget_closure0, A._OutlinedButtonDefaultsM3_foregroundColor_closure, A._OutlinedButtonDefaultsM3_overlayColor_closure, A._OutlinedButtonDefaultsM3_side_closure, A._OutlinedButtonDefaultsM3_mouseCursor_closure, A._ZoomPageTransition_build_closure, A._ZoomPageTransition_build_closure0, A._ZoomPageTransition_build_closure1, A._ZoomPageTransition_build_closure2, A.PageTransitionsTheme__all_closure, A._PopupMenu_build_closure, A._PopupMenuRoute_buildPage_closure, A.PopupMenuButtonState_showButtonMenu_closure, A._PopupMenuDefaultsM3_labelTextStyle_closure, A._RadioState__widgetFillColor_closure, A._RadioState_build_closure, A._RadioDefaultsM2_fillColor_closure, A._RadioDefaultsM2_overlayColor_closure, A._RadioDefaultsM3_fillColor_closure, A._RadioDefaultsM3_overlayColor_closure, A.RefreshIndicatorState__show_closure, A.ScaffoldMessengerState_hideCurrentSnackBar_closure, A._MaterialScrollbarState__trackVisibility_closure, A._MaterialScrollbarState__thumbColor_closure, A._MaterialScrollbarState__trackColor_closure, A._MaterialScrollbarState__trackBorderColor_closure, A._MaterialScrollbarState__thickness_closure, A._MaterialSwitchState__widgetThumbColor_closure, A._MaterialSwitchState__widgetTrackColor_closure, A._MaterialSwitchState_build_closure, A._SwitchPainter_paint_thumbSizeAnimation, A._SwitchDefaultsCupertino_mouseCursor_closure, A._SwitchDefaultsCupertino_trackColor_closure, A._SwitchDefaultsCupertino_overlayColor_closure, A._SwitchConfigCupertino_iconColor_closure, A._SwitchDefaultsM2_thumbColor_closure, A._SwitchDefaultsM2_trackColor_closure, A._SwitchDefaultsM2_mouseCursor_closure, A._SwitchDefaultsM2_overlayColor_closure, A._SwitchDefaultsM3_thumbColor_closure, A._SwitchDefaultsM3_trackColor_closure, A._SwitchDefaultsM3_trackOutlineColor_closure, A._SwitchDefaultsM3_overlayColor_closure, A._SwitchDefaultsM3_mouseCursor_closure, A._SwitchConfigM3_iconColor_closure, A._TabStyle__resolveWithLabelColor_closure, A._TabBarState_initState_closure, A._TabBarState_build_closure, A._TabBarState_build_closure0, A._TabsPrimaryDefaultsM3_overlayColor_closure, A._TextButtonDefaultsM3_foregroundColor_closure, A._TextButtonDefaultsM3_overlayColor_closure, A._TextButtonDefaultsM3_mouseCursor_closure, A._TextFieldState_build_closure7, A._TextFieldState_build_closure8, A._m2StateInputStyle_closure, A._m3StateInputStyle_closure, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._RenderTextSelectionToolbarItemsLayout__layoutChildren_closure, A._RenderTextSelectionToolbarItemsLayout__placeChildren_closure, A._RenderTextSelectionToolbarItemsLayout_paint_closure, A._RenderTextSelectionToolbarItemsLayout_visitChildrenForSemantics_closure, A._AnimatedThemeState_forEachTween_closure, A.ThemeData__lerpThemeExtensions_closure0, A.TimeOfDay_toString_addLeadingZeroIfNeeded, A._HourControl_build_hoursFromSelected, A._DialPainter_paint_paintInnerOuterLabels, A._DialPainter_paint_paintInnerOuterLabels_closure, A._DialPainter_paint_paintInnerOuterLabels_closure0, A._DialState__animateTo_animateToValue, A.showTimePicker_closure, A._TimePickerDefaultsM2_dayPeriodColor_closure, A._TimePickerDefaultsM2_dayPeriodTextColor_closure, A._TimePickerDefaultsM2_dialTextColor_closure, A._TimePickerDefaultsM2_hourMinuteColor_closure, A._TimePickerDefaultsM2_hourMinuteTextColor_closure, A._TimePickerDefaultsM2__hourMinuteInputColor_closure, A._TimePickerDefaultsM3_dayPeriodColor_closure, A._TimePickerDefaultsM3_dayPeriodTextColor_closure, A._TimePickerDefaultsM3_dialTextColor_closure, A._TimePickerDefaultsM3_helpTextStyle_closure, A._TimePickerDefaultsM3_hourMinuteColor_closure, A._TimePickerDefaultsM3_hourMinuteTextColor_closure, A._TimePickerDefaultsM3__hourMinuteTextColor_closure, A._TimePickerDefaultsM3_hourMinuteTextStyle_closure, A.TimePickerThemeData_dayPeriodColor_closure, A.ToggleButtons_build_closure, A.NetworkImage__loadAsync_closure0, A.NetworkImage__loadAsync_closure1, A._CompoundBorder_scale_closure, A._CompoundBorder_preferPaintInterior_closure, A._CompoundBorder_toString_closure, A.ClipContext_clipPathAndPaint_closure, A.ClipContext_clipRRectAndPaint_closure, A.ClipContext_clipRectAndPaint_closure, A.paintImage_closure0, A._sample_closure, A._interpolateColorsAndStops_closure, A.LinearGradient_scale_closure, A._CachedImageBase_dispose_closure, A.ImageProvider_resolve_closure0, A.ImageProvider__createErrorHandlerAndKey_closure, A.AssetImage_obtainKey_closure, A.ImageStreamCompleter_reportError_closure, A.ImageStreamCompleter_reportImageChunkEvent_closure, A.InlineSpan_getSpanForPosition_closure, A.InlineSpan_codeUnitAt_closure, A._ShapeDecorationPainter__precache_closure, A._ShapeDecorationPainter__precache_closure0, A._ShapeDecorationPainter__precache_closure1, A.TextPainter_inlinePlaceholderBoxes_closure, A.TextPainter_getBoxesForSelection_closure, A.TextPainter_computeLineMetrics_closure, A.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, A.FrictionSimulation_closure, A.RendererBinding_pipelineOwner_closure1, A.RendererBinding__scheduleMouseTrackerUpdate_closure, A.BoxConstraints_toString_describe, A.RenderEditable_getBoxesForSelection_closure, A.RenderEditable_describeSemanticsConfiguration_closure, A.RenderEditable__canComputeDryLayoutForInlineWidgets_closure, A.RenderListBody_computeMinIntrinsicWidth_closure, A.RenderListBody_computeMinIntrinsicWidth_closure0, A.RenderListBody_computeMaxIntrinsicWidth_closure, A.RenderListBody_computeMaxIntrinsicWidth_closure0, A.RenderListBody_computeMinIntrinsicHeight_closure, A.RenderListBody_computeMinIntrinsicHeight_closure0, A.RenderListBody_computeMaxIntrinsicHeight_closure, A.RenderListBody_computeMaxIntrinsicHeight_closure0, A.MouseTracker__handleDeviceUpdate_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure0, A.RenderObject__updateCompositingBits_closure, A.RenderObject_clearSemantics_closure, A.RenderObject__getSemanticsForParent_closure, A.RenderObject__getSemanticsForParent_closure0, A.RenderObject__getSemanticsForParent_closure1, A.RelayoutWhenSystemFontsChangeMixin__scheduleSystemFontsUpdate_closure, A.RenderParagraph_markNeedsLayout_closure, A.RenderParagraph_selectionColor_closure, A.RenderParagraph__canComputeDryLayoutForInlineWidgets_closure, A._factoriesTypeSet_closure, A._PlatformViewGestureRecognizer_closure, A.RenderSliverHelpers_hitTestBoxChild_closure, A.RenderSliverMultiBoxAdaptor__createOrObtainChild_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage__closure, A.RenderSliverPersistentHeader_layoutChild_closure, A.RenderStack_computeMinIntrinsicWidth_closure, A.RenderStack_computeMaxIntrinsicWidth_closure, A.RenderStack_computeMinIntrinsicHeight_closure, A.RenderStack_computeMaxIntrinsicHeight_closure, A.RenderViewportBase_visitChildrenForSemantics_closure, A.RenderViewportBase_hitTestChildren_closure, A.SchedulerBinding_endOfFrame_closure, A.SchedulerBinding__handleDrawFrame_closure, A.TickerFuture_whenCompleteOrCancel_thunk, A.SemanticsNode_getSemanticsData_closure, A.SemanticsNode__childrenInTraversalOrder_closure, A.SemanticsNode_debugDescribeChildren_closure, A._SemanticsSortGroup_sortedWithinVerticalGroup_closure, A._SemanticsSortGroup_sortedWithinKnot_search, A._SemanticsSortGroup_sortedWithinKnot_closure0, A._SemanticsSortGroup_sortedWithinKnot_closure1, A._childrenInDefaultOrder_closure, A.SemanticsOwner_sendSemanticsUpdate_closure, A.SemanticsOwner__getSemanticsActionHandlerForId_closure, A.SemanticsConfiguration__addArgumentlessAction_closure, A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorForwardByWord_closure, A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure, A.SemanticsConfiguration_onSetSelection_closure, A.SemanticsConfiguration_onSetText_closure, A.CachingAssetBundle_loadStructuredData_closure, A.PlatformAssetBundle_load_closure, A.AssetManifest_loadFromAssetBundle_closure, A._AssetManifestBin_getAssetVariants_closure, A._AutofillScopeTextInputConfiguration_toJson_closure, A.AutofillScopeMixin_attach_closure, A.ServicesBinding__initKeyboard_closure, A._DefaultBinaryMessenger_send_closure, A.LogicalKeyboardKey_collapseSynonyms_closure, A.LogicalKeyboardKey_expandSynonyms_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.RestorationManager_handleRestorationUpdateFromEngine_closure, A.RestorationManager_scheduleSerializationFor_closure, A.RestorationBucket__visitChildren_closure, A.FilteringTextInputFormatter__processRegion_adjustIndex, A.TextEditingValue_replaced_adjustIndex, A.TextInput__handleTextInputInvocation_closure, A.TextInput__handleTextInputInvocation_closure0, A.TextInput__handleTextInputInvocation_closure1, A._PlatformTextInputControl_setSelectionRects_closure, A.HtmlElementViewImpl_get__createController_closure, A.HtmlElementViewImpl__createController_closure, A._getParent_closure, A.Actions__findDispatcher_closure, A.Actions_maybeFind_closure, A.Actions__maybeFindWithoutDependingOn_closure, A.Actions_invoke_closure, A.Actions_maybeInvoke_closure, A._FocusableActionDetectorState_initState_closure, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowHoverHighlight, A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight, A._FocusableActionDetectorState_didUpdateWidget_closure, A._AnimatedCrossFadeState_initState_closure, A._AnimatedSwitcherState__newEntry_closure, A._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure, A._AnimatedSwitcherState_build_closure, A._WidgetsAppState__onGenerateRoute_closure, A._WidgetsAppState_build_closure, A._StreamBuilderBaseState__subscribe_closure, A._FutureBuilderState__subscribe_closure, A._RawAutocompleteState__updateOverlay_closure, A._RawAutocompleteState__updateOverlay_closure0, A._RawAutocompleteState__updateOverlay__closure, A.AutofillGroupState_autofillClients_closure, A._AutomaticKeepAliveState__addClient_closure, A._AutomaticKeepAliveState__getChildElement_closure, A._UbiquitousInheritedElement_notifyClients_closure, A._UbiquitousInheritedElement__recurseChildren_closure, A.ClipPath_shape_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure6, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, A.ContextMenuController_show_closure, A.DefaultSelectionStyle_merge_closure, A.DisplayFeatureSubScreen_avoidBounds_closure, A.DisplayFeatureSubScreen_avoidBounds_closure0, A._DraggableScrollableSheetState_build_closure, A.EditableTextState_cutSelection_closure, A.EditableTextState__pasteText_closure, A.EditableTextState_didChangeDependencies_closure, A.EditableTextState_didUpdateWidget_closure, A.EditableTextState__createSelectionOverlay_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__startCursorBlink_closure, A.EditableTextState__onCursorTick_closure1, A.EditableTextState_showSpellCheckSuggestionsToolbar_closure, A.EditableTextState__actions_closure, A.EditableTextState_build_closure1, A.EditableTextState_build_closure0, A._ScribbleFocusableState_isInScribbleRect_closure, A.FocusNode_traversalDescendants_closure, A.FocusNode__removeChild_closure, A.FocusNode_debugDescribeChildren_closure, A._getAncestor_closure, A.FocusTraversalPolicy__findInitialFocus_closure, A.FocusTraversalPolicy__sortAllDescendants_visitGroups, A.FocusTraversalPolicy__sortAllDescendants_closure, A._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin_changedScope_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, A._ReadingOrderSortData_commonDirectionalityOf_closure, A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors, A._ReadingOrderDirectionalGroupData_rect_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand_closure, A.FormState__fieldDidChange_closure, A._InactiveElements__unmount_closure, A.Element_renderObjectAttachingChild_closure, A.Element_describeMissingAncestor_closure, A.Element_describeElements_closure, A.Element_updateChildren_replaceWithNullIfForgotten, A.Element_updateSlotForChild_visit, A.Element__updateDepth_closure, A.Element_detachRenderObject_closure, A.Element_attachRenderObject_closure, A.Element_debugDescribeChildren_closure, A.ParentDataElement__applyParentData_applyParentDataToChild, A.MultiChildRenderObjectElement_children_closure, A.GestureDetector_build_closure0, A.GestureDetector_build_closure2, A.GestureDetector_build_closure4, A.GestureDetector_build_closure6, A.GestureDetector_build_closure8, A.GestureDetector_build_closure10, A.GestureDetector_build_closure12, A.GestureDetector_build_closure14, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1, A.Hero__allHeroesFor_visitor, A.HeroController_didStopUserGesture_isInvalidFlight, A.HeroController__maybeStartHeroTransition_closure, A.IconTheme_merge_closure, A._ImageState__replaceImage_closure, A.ImplicitlyAnimatedWidgetState_initState_closure, A.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure, A.ImplicitlyAnimatedWidgetState__constructTweens_closure, A._AnimatedContainerState_forEachTween_closure, A._AnimatedContainerState_forEachTween_closure0, A._AnimatedContainerState_forEachTween_closure1, A._AnimatedContainerState_forEachTween_closure2, A._AnimatedContainerState_forEachTween_closure3, A._AnimatedContainerState_forEachTween_closure4, A._AnimatedContainerState_forEachTween_closure5, A._AnimatedContainerState_forEachTween_closure6, A._AnimatedPaddingState_forEachTween_closure, A._AnimatedPositionedState_forEachTween_closure, A._AnimatedPositionedState_forEachTween_closure0, A._AnimatedPositionedState_forEachTween_closure1, A._AnimatedPositionedState_forEachTween_closure2, A._AnimatedPositionedState_forEachTween_closure3, A._AnimatedPositionedState_forEachTween_closure4, A._AnimatedOpacityState_forEachTween_closure, A._AnimatedDefaultTextStyleState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure0, A._AnimatedPhysicalModelState_forEachTween_closure1, A._AnimatedPhysicalModelState_forEachTween_closure2, A.InheritedTheme_capture_closure, A._loadAll_closure, A._loadAll_closure0, A._loadAll_closure1, A._LocalizationsState_load_closure, A._LocalizationsState_load_closure0, A.LookupBoundary_findAncestorStateOfType_closure, A.LookupBoundary_findRootAncestorStateOfType_closure, A.LookupBoundary_findAncestorRenderObjectOfType_closure, A.TextMagnifierConfiguration_magnifierBuilder_closure, A.MagnifierController_show_closure, A.MediaQueryData_removeDisplayFeatures_closure, A.MediaQuery_withNoTextScaling_closure, A.MediaQuery_withClampedTextScaling_closure, A.Route_didPush_closure, A.Route_didAdd_closure, A.Navigator_defaultGenerateInitialRoutes_closure, A._RouteEntry_handleDidPopNext_closure, A._RouteEntry_dispose_closure, A._RouteEntry_isRoutePredicate_closure, A.NavigatorState__handleHistoryChanged_closure, A.NavigatorState_restoreState_closure, A.NavigatorState__forcedDisposeAllRouteEntries_closure, A.NavigatorState__afterNavigation_closure, A.NavigatorState_build_closure, A._NavigatorPopHandlerState_build_closure0, A._NavigatorPopHandlerState_build_closure, A.OverlayEntry_remove_closure, A._RenderTheater_computeMinIntrinsicWidth_closure, A._RenderTheater_computeMaxIntrinsicWidth_closure, A._RenderTheater_computeMinIntrinsicHeight_closure, A._RenderTheater_computeMaxIntrinsicHeight_closure, A._RenderTheater_debugDescribeChildren_closure, A._RenderDeferredLayoutBox__childrenInPaintOrder_closure, A._RenderDeferredLayoutBox_layout_closure, A.PageStorageBucket__allKeys_closure, A._PageViewState_build_closure, A._PlatformViewPlaceholderBox_performLayout_closure, A._extension_0_disposePostFrame_closure, A.SliverReorderableListState__dragStart_closure, A._ReorderableItemState_updateForGap_closure, A.ReorderableDragStartListener_build_closure, A._DragInfo_startDrag_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary_closure, A._RouterState__processParsedRouteInformation_closure, A._RouterState__handleRoutePopped_closure, A.TransitionRoute__updateSecondaryAnimation_jumpOnAnimationEnd, A.TransitionRoute__setSecondaryAnimation_closure, A.LocalHistoryRoute_removeLocalHistoryEntry_closure, A._ModalScopeState_build_closure0, A._ModalScopeState_build__closure, A.ModalRoute_popDisposition_closure, A.ModalRoute__handlePopEntryChange_closure, A.ScrollAwareImageProvider_resolveStreamForKey_closure, A.ScrollBehavior_velocityTrackerBuilder_closure, A.ScrollBehavior_velocityTrackerBuilder_closure0, A.ScrollBehavior_velocityTrackerBuilder_closure1, A.ScrollNotificationObserverState_build_closure, A.ScrollNotificationObserverState_build_closure0, A.ScrollPosition_forcePixels_closure, A.ScrollView_build_closure0, A.Scrollable_ensureVisible_closure, A.ScrollableState_setCanDrag_closure0, A.ScrollableState_setCanDrag_closure2, A._ScrollableSelectionContainerDelegate__scheduleLayoutChange_closure, A.ScrollbarPainter_update_needPaint, A.RawScrollbarState__gestures_closure0, A.RawScrollbarState__gestures__closure, A.RawScrollbarState__gestures__closure0, A.RawScrollbarState__gestures__closure1, A.RawScrollbarState__gestures_closure2, A.RawScrollbarState_build_closure, A.RawScrollbarState_build_closure0, A.MultiSelectableSelectionContainerDelegate__scheduleSelectableUpdate_runScheduledTask, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure0, A.MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure, A.MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure0, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0, A.LogicalKeySet__triggers_closure, A.SliverMultiBoxAdaptorElement_performRebuild_processElement, A.Table_closure, A.Table_closure0, A._TableElement_mount_closure, A._TableElement_mount__closure, A._TableElement_update_closure, A._TableElement_update_closure0, A._TableElement__updateRenderObjectChildren_closure, A._TableElement__updateRenderObjectChildren__closure, A._TableElement_visitChildren_closure, A.SelectionOverlay_showMagnifier_closure, A.SelectionOverlay_showToolbar_closure, A.SelectionOverlay_showSpellCheckSuggestionsToolbar_closure, A.SelectionOverlay_markNeedsBuild_closure, A.SelectionOverlay__buildToolbar_closure, A._SelectionHandleOverlayState_build_closure0, A._TextSelectionGestureDetectorState_build_closure0, A._TextSelectionGestureDetectorState_build_closure2, A._TextSelectionGestureDetectorState_build_closure4, A._TextSelectionGestureDetectorState_build_closure6, A._TextSelectionGestureDetectorState_build_closure8, A.UndoHistoryState_initState_closure, A._throttle_closure, A.Visibility_of_closure, A.WidgetSpan_extractFromInlineSpan_visitSubtree, A._BlockPickerState_build_closure, A._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats, A._StoreStreamListenerState__createStream_closure, A.SlidableAction_build_closure, A.SlidableAutoCloseBehaviorListener_build_closure, A.SlidableAutoCloseNotificationSender_build_closure, A._SlidableAutoCloseBarrierNotificationSenderState_dispose_closure, A._SlidableAutoCloseBarrierBehaviorListenerState_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure, A._RenderFlexEntranceTransition_getTotalFlex_closure, A._RenderFlexEntranceTransition_performLayout_closure, A.showToastWidget_closure, A._StyledToastState_build_closure, A.ToastManager_dismissAll_closure, A.Registrar_send_closure, A.RenderFollower_paint_closure, A.RenderFollower_paint_closure1, A.LeaderLink_notifyListeners_closure, A.GoogleSignIn__ensureInitialized_closure, A.GoogleSignIn__waitFor_closure, A.GoogleSignIn__addMethodCall_closure, A.GoogleSignIn_signIn_isCanceled, A.GoogleSignIn_signIn_closure, A.MethodChannelGoogleSignIn_getTokens_closure, A.GoogleSignInPlugin_closure, A.GoogleSignInPlugin_initWithParams_closure, A.GoogleSignInPlugin_initWithParams_closure0, A.NodeList_retainWhere_closure, A.FilteredElementList_removeRange_closure, A.InTableTextPhase_flushCharacters_closure, A._CssClassSetImpl_add_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure0, A.SelectorEvaluator_visitPseudoClassSelector__closure, A.SelectorEvaluator_visitAttributeSelector_closure, A.HtmlTokenizer_consumeEntity_closure, A._escape_closure, A._escape_closure0, A._escape_closure1, A._escape_closure2, A._escape_closure3, A._escape__closure, A._escape_closure4, A._escape_closure5, A._escape_closure6, A._escape_closure7, A._escape_closure8, A._postProcess_closure, A.Rule_findRule_closure, A.Rule_findRule_closure0, A.Rule__buildFilterFn_closure, A._CommonRules_indentedCodeBlock_closure, A._CommonRules_fencedCodeBlock_closure, A._CommonRules_inlineLink_closure, A._CommonRules_referenceLink_closure0, A._CommonRules_code_closure, A._CommonRules_code__closure, A.get_closure, A.BaseRequest_closure0, A.BrowserClient_send_closure, A.BrowserClient_send_closure0, A.ByteStream_toBytes_closure, A.mapToQuery_closure0, A.onDone_closure, A.CaseInsensitiveMap$from_closure, A.MediaType_toString__closure, A.expectQuotedString_closure, A.BillingClient_queryProductDetails_closure, A._$UserChoiceDetailsWrapperToJson_closure, A.InAppPurchaseAndroidPlatform_isAvailable_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure, A.InAppPurchaseAndroidPlatform_queryProductDetails__closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure0, A.InAppPurchaseAndroidPlatform_queryProductDetails__closure, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure1, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure2, A.InAppPurchaseAndroidPlatform_queryProductDetails_closure3, A.InAppPurchaseAndroidPlatform_buyNonConsumable_closure, A.InAppPurchaseAndroidPlatform_completePurchase_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure, A.InAppPurchaseAndroidPlatform_restorePurchases_closure0, A.InAppPurchaseAndroidPlatform_restorePurchases_closure1, A.InAppPurchaseAndroidPlatform_restorePurchases_closure2, A.InAppPurchaseAndroidPlatform_restorePurchases_closure3, A.InAppPurchaseAndroidPlatform_restorePurchases_closure4, A.InAppPurchaseAndroidPlatform_restorePurchases_closure5, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure, A.InAppPurchaseAndroidPlatform__getPurchaseDetailsFromResult_closure0, A.InAppPurchaseAndroidPlatformAddition_consumePurchase_closure, A.InAppPurchaseCallbackApi_setup_closure, A.InAppPurchaseCallbackApi_setup_closure0, A.InAppPurchaseCallbackApi_setup_closure1, A.productDetailsResponseWrapperFromPlatform_closure, A.productDetailsWrapperFromPlatform_closure, A.purchasesResultWrapperFromPlatform_closure, A.purchaseWrapperFromPlatform_closure, A.subscriptionOfferDetailsWrapperFromPlatform_closure, A.subscriptionOfferDetailsWrapperFromPlatform_closure0, A.userChoiceDetailsFromPlatform_closure, A.GooglePlayPurchaseDetails_fromPurchase_closure, A.Translator_convertToUserChoiceDetails_closure, A.InAppPurchaseStoreKitPlatform_queryProductDetails_closure, A._TransactionObserver__handleTransationUpdates_closure, A._TransactionObserver__handleTransationUpdates_closure0, A.SKPaymentQueueWrapper__getTransactionList_closure, A.SkProductResponseWrapper_convertFromPigeon_closure, A.SKProductWrapper_convertFromPigeon_closure, A._$SKProductWrapperFromJson_closure1, A.Intl__pluralRule_closure, A.DateBuilder__estimatedYear_preliminaryResult, A.DateFormat_dateTimeConstructor_closure, A.DateFormat__checkDateOnly_closure, A.DateFormat__initDigitMatcher_closure, A.DateFormat__initDigitMatcher_closure0, A._DateFormatPatternField_parseStandaloneDay_closure, A.NumberFormat_NumberFormat_closure, A.NumberFormat_NumberFormat$decimalPattern_closure, A.verifiedLocale_closure, A.verifiedLocale_closure0, A.verifiedLocale_closure1, A._CountryPickerDialogState_build_closure, A.CountryExtensions_stringSearch_closure, A.CountryExtensions_stringSearch__closure, A._IntlPhoneFieldState_initState_closure, A._IntlPhoneFieldState__changeCountry_closure, A._IntlPhoneFieldState__changeCountry___closure, A._IntlPhoneFieldState_build_closure0, A._IntlPhoneFieldState_build_closure, A._IntlPhoneFieldState_build_closure1, A.ClientEntity_ClientEntity_closure, A.ClientEntity_ClientEntity_closure0, A.ClientEntity_primaryContact_closure, A.ClientEntity_emailContacts_closure, A.ClientEntity_hasEmailAddress_closure, A.ClientEntity_getContact_closure, A.CompanyGatewayEntity_updateConfig_closure, A.CompanyEntity_getCustomFieldValues_closure, A.CompanyEntity_coreCompany_closure, A.GatewayEntity_supportsTokenBilling_closure, A.GatewayEntity_matchesFilter_closure, A.GatewayEntity_matchesFilterValue_closure, A.UserCompanyEntity_UserCompanyEntity_closure, A.UserCompanyEntity__initializeBuilder_closure, A.DesignEntity_clone_closure, A.HasActivities_getActivities_closure, A.ExpenseEntity_clone_closure, A.InvoiceEntity_InvoiceEntity_closure, A.InvoiceEntity_InvoiceEntity_closure0, A.InvoiceEntity_moveLineItem_closure, A.InvoiceEntity_moveLineItem_closure0, A.InvoiceEntity_recreateInvitations_closure0, A.InvoiceEntity_recreateInvitations_closure, A.InvoiceEntity_recreateInvitations_closure2, A.InvoiceEntity_recreateInvitations_closure1, A.InvoiceEntity_clone_closure, A.InvoiceEntity_clone__closure, A.InvoiceEntity_clone__closure0, A.InvoiceEntity_clone___closure, A.InvoiceEntity_clone__closure1, A.InvoiceEntity_applyClient_closure, A.InvoiceEntity_balanceHistory_closure, A.InvoiceEntity_balanceHistory_closure0, A.InvoiceEntity_hasTasks_closure, A.InvoiceEntity_hasProducts_closure, A.InvoiceEntity_hasExpenses_closure, A.InvoiceEntity_applyTax_closure, A.InvoiceEntity_applyTax_closure0, A.InvoiceEntity_applyTax_closure1, A.InvoiceEntity_isViewed_closure, A.InvoiceEntity_isBounced_closure, A.InvoiceEntity_getInvitationForClientContact_closure, A.InvoiceEntity_getInvitationForVendorContact_closure, A.InvoiceItemEntity_taxAmount_calculateTaxAmount, A.InvoiceItemEntity_clone_closure, A.InvoiceItemEntity_applyTax_closure, A.InvoiceItemEntity_applyTax_closure0, A.InvoiceItemEntity_applyTax_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure, A.CalculateInvoiceTotal_calculateTaxes__closure, A.CalculateInvoiceTotal_calculateTaxes__closure1, A.CalculateInvoiceTotal_calculateTaxes__closure3, A.CalculateInvoiceTotal_calculateTaxes_closure0, A.CalculateInvoiceTotal_calculateTaxes_closure2, A.CalculateInvoiceTotal_calculateTaxes_closure4, A.CalculateInvoiceTotal_getTaxable_closure, A.CalculateInvoiceTotal_calculateTotal_closure, A.CalculateInvoiceTotal_calculateSubtotal_closure, A.PaymentEntity_invoicePaymentables_closure, A.PaymentEntity_creditPaymentables_closure, A.PaymentEntity_invoiceId_closure, A.ProductEntity_clone_closure, A.ProjectEntity_clone_closure, A.SettingsEntity_setFieldsForSection_closure, A.SettingsEntity_setFieldsForSection_closure0, A.TaskTime_stop_closure, A.TaskEntity_clone_closure, A.TaskEntity_areTimesValid_closure, A.TaskEntity_getInvalidTimeIndices_closure, A.TaskEntity_isRunning_closure, A.TaskEntity_getTaskTimes_closure, A.TaskEntity_addTaskTime_closure, A.TaskEntity_updateTaskTime_closure, A.TaskEntity_deleteTaskTime_closure, A.TaskEntity_calculateDuration_closure, A.TransactionEntity_TransactionEntity_closure, A.TransactionEntity_TransactionEntity_closure0, A.VendorEntity_VendorEntity_closure, A.VendorEntity_emailContacts_closure, A.VendorEntity_primaryContact_closure, A.VendorEntity_hasEmailAddress_closure, A.VendorEntity_getContact_closure, A.ClientRepository_saveData_closure, A.CreditRepository_saveData_closure, A.InvoiceRepository_saveData_closure, A.PaymentRepository_saveData_closure, A.ProductRepository_saveData_closure, A.PurchaseOrderRepository_saveData_closure, A.QuoteRepository_saveData_closure, A.TransactionRepository_convertToExpense_closure, A._parseError__closure, A._initialState_closure, A._initialState_closure0, A._registerErrorHandlers_closure, A.InvoiceNinjaAppState_initState_closure, A.InvoiceNinjaAppState_generateRoute_closure, A.InvoiceNinjaAppState_generateRoute_closure0, A.InvoiceNinjaAppState_build_closure, A.InvoiceNinjaAppState_build__closure, A.InvoiceNinjaAppState_build__closure0, A.InvoiceNinjaAppState_build__closure1, A.InvoiceNinjaAppState_build__closure2, A.InvoiceNinjaAppState_build__closure3, A.InvoiceNinjaAppState_build__closure4, A.InvoiceNinjaAppState_build__closure5, A.InvoiceNinjaAppState_build__closure6, A.InvoiceNinjaAppState_build__closure7, A.InvoiceNinjaAppState_build__closure8, A.InvoiceNinjaAppState_build__closure9, A.InvoiceNinjaAppState_build__closure10, A.InvoiceNinjaAppState_build__closure11, A.InvoiceNinjaAppState_build__closure12, A.InvoiceNinjaAppState_build__closure13, A.InvoiceNinjaAppState_build__closure14, A.InvoiceNinjaAppState_build__closure15, A.InvoiceNinjaAppState_build__closure16, A.InvoiceNinjaAppState_build__closure17, A.InvoiceNinjaAppState_build__closure18, A.InvoiceNinjaAppState_build__closure19, A.InvoiceNinjaAppState_build__closure20, A.InvoiceNinjaAppState_build__closure21, A.InvoiceNinjaAppState_build__closure22, A.InvoiceNinjaAppState_build__closure23, A.InvoiceNinjaAppState_build__closure24, A.InvoiceNinjaAppState_build__closure25, A.InvoiceNinjaAppState_build__closure26, A.InvoiceNinjaAppState_build__closure27, A.InvoiceNinjaAppState_build__closure28, A.InvoiceNinjaAppState_build__closure29, A.InvoiceNinjaAppState_build__closure30, A.InvoiceNinjaAppState_build__closure31, A.InvoiceNinjaAppState_build__closure32, A.InvoiceNinjaAppState_build__closure33, A.InvoiceNinjaAppState_build__closure34, A.InvoiceNinjaAppState_build__closure35, A.InvoiceNinjaAppState_build__closure36, A.InvoiceNinjaAppState_build__closure37, A.InvoiceNinjaAppState_build__closure38, A.InvoiceNinjaAppState_build__closure39, A.InvoiceNinjaAppState_build__closure40, A.InvoiceNinjaAppState_build__closure41, A.InvoiceNinjaAppState_build__closure42, A.InvoiceNinjaAppState_build__closure43, A.InvoiceNinjaAppState_build__closure44, A.InvoiceNinjaAppState_build__closure45, A.InvoiceNinjaAppState_build__closure46, A.InvoiceNinjaAppState_build__closure47, A.InvoiceNinjaAppState_build__closure48, A.InvoiceNinjaAppState_build__closure49, A.InvoiceNinjaAppState_build__closure50, A.InvoiceNinjaAppState_build__closure51, A.InvoiceNinjaAppState_build__closure52, A.InvoiceNinjaAppState_build__closure53, A.InvoiceNinjaAppState_build__closure54, A.InvoiceNinjaAppState_build__closure55, A.InvoiceNinjaAppState_build__closure56, A.InvoiceNinjaAppState_build__closure57, A.InvoiceNinjaAppState_build__closure58, A.InvoiceNinjaAppState_build__closure59, A.InvoiceNinjaAppState_build__closure60, A.InvoiceNinjaAppState_build__closure61, A.InvoiceNinjaAppState_build__closure62, A.InvoiceNinjaAppState_build__closure63, A.InvoiceNinjaAppState_build__closure64, A.InvoiceNinjaAppState_build__closure65, A.InvoiceNinjaAppState_build__closure66, A.InvoiceNinjaAppState_build__closure67, A.InvoiceNinjaAppState_build__closure68, A.InvoiceNinjaAppState_build__closure69, A.InvoiceNinjaAppState_build__closure70, A.InvoiceNinjaAppState_build__closure71, A.InvoiceNinjaAppState_build__closure72, A.InvoiceNinjaAppState_build__closure73, A.InvoiceNinjaAppState_build__closure74, A.InvoiceNinjaAppState_build__closure75, A.InvoiceNinjaAppState_build__closure76, A.InvoiceNinjaAppState_build__closure77, A.InvoiceNinjaAppState_build__closure78, A.InvoiceNinjaAppState_build__closure79, A.InvoiceNinjaAppState_build__closure80, A.InvoiceNinjaAppState_build__closure81, A.InvoiceNinjaAppState_build__closure82, A.InvoiceNinjaAppState_build__closure83, A.InvoiceNinjaAppState_build__closure84, A.InvoiceNinjaAppState_build__closure85, A.InvoiceNinjaAppState_build__closure86, A.InvoiceNinjaAppState_build__closure87, A.InvoiceNinjaAppState_build__closure88, A.InvoiceNinjaAppState_build__closure89, A.InvoiceNinjaAppState_build__closure90, A.InvoiceNinjaAppState_build__closure91, A.InvoiceNinjaAppState_build__closure92, A.InvoiceNinjaAppState_build__closure93, A.InvoiceNinjaAppState_build__closure94, A.InvoiceNinjaAppState_build__closure95, A.InvoiceNinjaAppState_build__closure96, A.InvoiceNinjaAppState_build__closure97, A.InvoiceNinjaAppState_build__closure98, A.InvoiceNinjaAppState_build__closure99, A.InvoiceNinjaAppState_build__closure100, A.InvoiceNinjaAppState_build__closure101, A.InvoiceNinjaAppState_build__closure102, A.InvoiceNinjaAppState_build__closure103, A.InvoiceNinjaAppState_build__closure104, A.InvoiceNinjaAppState_build__closure105, A.InvoiceNinjaAppState_build__closure106, A.InvoiceNinjaAppState_build__closure107, A.InvoiceNinjaAppState_build__closure108, A.InvoiceNinjaAppState_build__closure109, A.InvoiceNinjaAppState_build__closure110, A.InvoiceNinjaAppState_build__closure111, A.InvoiceNinjaAppState_build__closure112, A.InvoiceNinjaAppState_build__closure113, A.InvoiceNinjaAppState_build__closure114, A.InvoiceNinjaAppState_build__closure115, A.InvoiceNinjaAppState_build__closure116, A.InvoiceNinjaAppState_build__closure117, A.InvoiceNinjaAppState_build__closure118, A.InvoiceNinjaAppState_build__closure119, A.InvoiceNinjaAppState_build__closure120, A.InvoiceNinjaAppState_build__closure121, A.InvoiceNinjaAppState_build__closure122, A.InvoiceNinjaAppState_build__closure123, A.viewEntityById__closure, A.checkForChanges_closure, A._createLoadState_closure, A._createLoadState__closure, A._createLoadState__closure0, A._createLoadState__closure1, A._createLoadState__closure2, A._createLoadState__closure3, A._getRoutes_closure, A._getRoutes_closure0, A._createUserLoggedIn_closure, A._createPersistData_closure, A._createPersistUI_closure, A._createPersistPrefs_closure, A._createPersistPrefs__closure, A._createAccountLoaded_closure, A._createDataRefreshed_closure, A._createPersistStatic_closure, A._createDeleteState_closure, A._createDeleteState__closure, A._createViewMainScreen_closure, A._createViewMainScreen__closure, A._createClearData_closure, A._createClearData__closure, A.appReducer_closure, A.appReducer__closure, A.appReducer_closure0, A.appReducer_closure1, A.appReducer_closure2, A.AppState_AppState_closure, A.AppState_companies_closure, A.AppState_historyList_closure, A.AppState_getEntityMap_closure, A.AppState_getEntityMap_closure0, A._createUserLogout_closure, A._createUserLogout__closure, A._createUserLogoutAll_closure, A._createUserLogoutAll__closure, A._createUserLogoutAll__closure0, A._createLoginRequest_closure, A._createLoginRequest__closure, A._createLoginRequest__closure0, A._createSignUpRequest_closure, A._createSignUpRequest__closure, A._createSignUpRequest__closure0, A._createOAuthLoginRequest_closure, A._createOAuthLoginRequest__closure, A._createOAuthLoginRequest__closure0, A._createOAuthSignUpRequest_closure, A._createOAuthSignUpRequest__closure, A._createOAuthSignUpRequest__closure0, A._createRefreshRequest_closure, A._createRefreshRequest__closure, A._createRefreshRequest___closure, A._createRefreshRequest____closure, A._createRefreshRequest__closure0, A._createRecoverRequest_closure, A._createRecoverRequest__closure, A._createRecoverRequest__closure0, A._createCompany_closure, A._createCompany__closure, A._createCompany___closure, A._setDefaultCompany_closure, A._setDefaultCompany__closure, A._setDefaultCompany__closure0, A._deleteCompany_closure, A._deleteCompany__closure, A._deleteCompany__closure0, A._purgeData_closure, A._purgeData__closure, A._purgeData___closure, A._purgeData__closure0, A._resendConfirmation_closure, A._resendConfirmation__closure, A._resendConfirmation__closure0, A.userLoadUrlReducer_closure, A.userSignUpRequestReducer_closure, A.userLoginRequestReducer_closure, A.oauthLoginRequestReducer_closure, A.oauthSignUpRequestReducer_closure, A.userLoginSuccessReducer_closure, A.userVerifiedPasswordReducer_closure, A.userUnverifiedPasswordReducer_closure, A.handleBankAccountAction_closure, A.handleBankAccountAction_closure0, A.handleBankAccountAction_closure1, A.handleBankAccountAction_closure2, A._editBankAccount_closure, A._viewBankAccount_closure, A._viewBankAccountList_closure0, A._viewBankAccountList__closure, A._archiveBankAccount_closure, A._archiveBankAccount__closure, A._archiveBankAccount__closure0, A._archiveBankAccount__closure1, A._deleteBankAccount_closure, A._deleteBankAccount__closure, A._deleteBankAccount__closure0, A._deleteBankAccount__closure1, A._restoreBankAccount_closure, A._restoreBankAccount__closure, A._restoreBankAccount__closure0, A._restoreBankAccount__closure1, A._saveBankAccount_closure, A._saveBankAccount__closure, A._saveBankAccount__closure0, A._loadBankAccount_closure, A._loadBankAccount__closure, A._loadBankAccount__closure0, A._loadBankAccounts_closure, A._loadBankAccounts__closure, A._loadBankAccounts__closure0, A.bankAccountUIReducer_closure, A.editingReducer__closure45, A.bankAccountListReducer__closure, A._viewBankAccountList_closure, A._filterBankAccountsByCustom1_closure, A._filterBankAccountsByCustom1_closure0, A._filterBankAccountsByCustom2_closure, A._filterBankAccountsByCustom2_closure0, A._filterBankAccountsByState_closure, A._filterBankAccountsByState_closure0, A._filterBankAccounts_closure, A._sortBankAccounts_closure, A._startListMultiselect_closure21, A._addToListMultiselect_closure21, A._removeFromListMultiselect_closure21, A._clearListMultiselect_closure21, A._archiveBankAccountSuccess_closure, A._deleteBankAccountSuccess_closure, A._restoreBankAccountSuccess_closure, A._addBankAccount_closure, A._updateBankAccount_closure, A._setLoadedBankAccount_closure, A.memoizedDropdownBankAccountList_closure, A.dropdownBankAccountsSelector_closure, A.memoizedFilteredBankAccountList_closure, A.filteredBankAccountsSelector_closure, A.BankAccountState_loadBankAccounts_closure0, A.BankAccountState_loadBankAccounts_closure1, A.BankAccountState_loadBankAccounts_closure, A.handleClientAction_closure, A.handleClientAction_closure0, A.handleClientAction_closure1, A.handleClientAction_closure2, A.handleClientAction_closure3, A.handleClientAction_closure4, A.handleClientAction_closure5, A.handleClientAction_closure6, A.__MergClientPickerState_build_closure, A._editClient_closure, A._viewClient_closure, A._viewClientList_closure0, A._viewClientList__closure, A._archiveClient_closure, A._archiveClient__closure, A._archiveClient__closure0, A._archiveClient__closure1, A._mergeClients_closure, A._mergeClients__closure, A._mergeClients__closure0, A._deleteClient_closure, A._deleteClient__closure, A._deleteClient__closure0, A._deleteClient__closure1, A._purgeClient_closure, A._purgeClient__closure, A._purgeClient__closure0, A._restoreClient_closure, A._restoreClient__closure, A._restoreClient__closure0, A._restoreClient__closure1, A._saveClient_closure, A._saveClient__closure, A._saveClient__closure0, A._loadClient_closure, A._loadClient__closure, A._loadClient__closure0, A._loadClients_closure, A._loadClients__closure, A._loadClients___closure, A._loadClients____closure, A._loadClients_____closure, A._loadClients__closure0, A._saveDocument_closure12, A._saveDocument__closure25, A._saveDocument___closure12, A._saveDocument____closure12, A._saveDocument__closure26, A._showPdfClient_closure, A.clientUIReducer_closure, A.editingReducer__closure59, A.editingReducer__closure58, A.editingReducer__closure57, A.editingReducer__closure56, A.clientListReducer__closure, A._viewClientList_closure, A._filterClientsByCustom1_closure, A._filterClientsByCustom1_closure0, A._filterClientsByCustom2_closure, A._filterClientsByCustom2_closure0, A._filterClientsByCustom3_closure, A._filterClientsByCustom3_closure0, A._filterClientsByCustom4_closure, A._filterClientsByCustom4_closure0, A._filterClientsByState_closure, A._filterClientsByState_closure0, A._filterClients_closure, A._sortClients_closure, A._startListMultiselect_closure26, A._addToListMultiselect_closure26, A._removeFromListMultiselect_closure26, A._clearListMultiselect_closure26, A._archiveClientSuccess_closure, A._deleteClientSuccess_closure, A._restoreClientSuccess_closure, A._addClient_closure, A._addClient__closure, A._updateClient_closure, A._updateClient__closure, A._setLoadedClient_closure, A._setLoadedClient__closure, A._mergeClientSuccess_closure, A._purgeClientSuccess_closure26, A.memoizedDropdownClientList_closure, A.dropdownClientsSelector_closure, A.memoizedFilteredClientList_closure, A.filteredClientsSelector_closure, A.filteredClientsSelector__closure, A.ClientState_loadClients_closure0, A.ClientState_loadClients_closure1, A.ClientState_loadClients_closure, A.companyReducer_closure, A.userCompanyEntityReducer__closure12, A.userCompanyEntityReducer__closure10, A.userCompanyEntityReducer___closure, A.userCompanyEntityReducer__closure11, A.userCompanyEntityReducer__closure9, A.userCompanyEntityReducer__closure8, A.userCompanyEntityReducer__closure7, A.userCompanyEntityReducer__closure6, A.userCompanyEntityReducer__closure5, A.userCompanyEntityReducer__closure4, A.userCompanyEntityReducer__closure3, A.userCompanyEntityReducer__closure2, A.userCompanyEntityReducer__closure1, A.userCompanyEntityReducer__closure, A.userCompanyEntityReducer__closure0, A.loadCompanySuccessReducer_closure, A.loadCompanySuccessReducer_closure0, A.saveCompanySuccessReducer_closure, A.saveCompanySuccessReducer_closure0, A.dropdownExpenseCategoriesSelector_closure1, A.memoizedHasMultipleCurrencies_closure, A.memoizedGetCurrencyIds_closure, A.filteredSelector_closure, A.filteredSelector_closure0, A.filteredSelector_closure1, A.filteredSelector_closure2, A.filteredSelector_closure3, A.filteredSelector_closure4, A.filteredSelector_closure5, A.filteredSelector_closure6, A.filteredSelector_closure7, A.filteredSelector_closure8, A.filteredSelector_closure9, A.filteredSelector_closure10, A.filteredSelector_closure11, A.filteredSelector_closure12, A.handleCompanyGatewayAction_closure, A.handleCompanyGatewayAction_closure0, A.handleCompanyGatewayAction_closure1, A._editCompanyGateway_closure, A._viewCompanyGateway_closure, A._viewCompanyGatewayList_closure, A._viewCompanyGatewayList__closure, A._archiveCompanyGateway_closure, A._archiveCompanyGateway__closure, A._archiveCompanyGateway__closure0, A._archiveCompanyGateway__closure1, A._deleteCompanyGateway_closure, A._deleteCompanyGateway__closure, A._deleteCompanyGateway__closure0, A._deleteCompanyGateway__closure1, A._restoreCompanyGateway_closure, A._restoreCompanyGateway__closure, A._restoreCompanyGateway__closure0, A._restoreCompanyGateway__closure1, A._disconnectCompanyGateway_closure, A._disconnectCompanyGateway__closure, A._disconnectCompanyGateway__closure0, A._saveCompanyGateway_closure, A._saveCompanyGateway__closure, A._saveCompanyGateway__closure0, A._loadCompanyGateway_closure, A._loadCompanyGateway__closure, A._loadCompanyGateway__closure0, A._loadCompanyGateways_closure, A._loadCompanyGateways__closure, A._loadCompanyGateways__closure0, A.companyGatewayUIReducer_closure, A.editingReducer__closure13, A.companyGatewayListReducer__closure, A._filterCompanyGatewaysByCustom1_closure, A._filterCompanyGatewaysByCustom1_closure0, A._filterCompanyGatewaysByCustom2_closure, A._filterCompanyGatewaysByCustom2_closure0, A._filterCompanyGatewaysByState_closure, A._filterCompanyGatewaysByState_closure0, A._filterCompanyGateways_closure, A._sortCompanyGateways_closure, A._startListMultiselect_closure7, A._addToListMultiselect_closure7, A._removeFromListMultiselect_closure7, A._clearListMultiselect_closure7, A._archiveCompanyGatewaySuccess_closure, A._deleteCompanyGatewaySuccess_closure, A._restoreCompanyGatewaySuccess_closure, A._addCompanyGateway_closure, A._addCompanyGateway__closure, A._updateCompanyGateway_closure, A._updateCompanyGateway__closure, A._setLoadedCompanyGateway_closure, A._setLoadedCompanyGateway__closure, A._setLoadedCompany_closure1, A._setLoadedCompany__closure1, A._setLoadedCompany__closure2, A._setLoadedCompany_closure2, A._setLoadedCompanyGateways_closure, A._setLoadedCompanyGateways__closure, A._setLoadedCompanyGateways__closure0, A._setLoadedCompanyGateways_closure0, A.memoizedFilteredCompanyGatewayList_closure, A.filteredCompanyGatewaysSelector_closure, A.filteredCompanyGatewaysSelector_closure0, A.filteredCompanyGatewaysSelector_closure1, A.clientStatsForCompanyGateway__closure, A.handleCreditAction_closure, A.handleCreditAction_closure0, A.handleCreditAction_closure3, A.handleCreditAction_closure4, A.handleCreditAction_closure5, A.handleCreditAction_closure6, A.handleCreditAction_closure7, A.handleCreditAction_closure8, A.handleCreditAction_closure9, A.handleCreditAction__closure, A.handleCreditAction_closure10, A.handleCreditAction_closure11, A.handleCreditAction_closure12, A.handleCreditAction_closure13, A.handleCreditAction_closure14, A.handleCreditAction_closure15, A._viewCredit_closure, A._viewCreditList_closure0, A._viewCreditList__closure, A._editCredit_closure, A._showEmailCredit_closure, A._showPdfCredit_closure, A._archiveCredit_closure, A._archiveCredit__closure, A._archiveCredit__closure0, A._archiveCredit__closure1, A._deleteCredit_closure, A._deleteCredit__closure, A._deleteCredit__closure0, A._deleteCredit__closure1, A._restoreCredit_closure, A._restoreCredit__closure, A._restoreCredit__closure0, A._restoreCredit__closure1, A._markSentCredit_closure, A._markSentCredit__closure, A._markSentCredit__closure0, A._markPaidCredit_closure, A._markPaidCredit__closure, A._markPaidCredit__closure0, A._emailCredit_closure, A._emailCredit__closure, A._emailCredit__closure0, A._saveCredit_closure, A._saveCredit__closure, A._saveCredit___closure, A._saveCredit__closure0, A._saveCredit__closure1, A._loadCredit_closure, A._loadCredit__closure, A._loadCredit__closure0, A._loadCredits_closure, A._loadCredits__closure, A._loadCredits___closure, A._loadCredits____closure, A._loadCredits_____closure, A._loadCredits__closure0, A._downloadCredits_closure, A._downloadCredits__closure, A._downloadCredits__closure0, A._bulkEmailCredits_closure, A._bulkEmailCredits__closure, A._bulkEmailCredits__closure0, A._saveDocument_closure0, A._saveDocument__closure1, A._saveDocument___closure0, A._saveDocument____closure0, A._saveDocument__closure2, A.creditUIReducer_closure, A.editingReducer__closure22, A.editingReducer__closure21, A.editingReducer__closure20, A.editingReducer__closure19, A.editingReducer__closure18, A.editingReducer___closure0, A.editingReducer__closure17, A.editingReducer__closure16, A._addCreditItem_closure, A._addCreditItem_closure0, A._addCreditItems_closure, A._removeCreditItem_closure, A._updateCreditItem_closure, A.creditListReducer__closure, A._viewCreditList_closure, A._filterCreditsByCustom1_closure, A._filterCreditsByCustom1_closure0, A._filterCreditsByCustom2_closure, A._filterCreditsByCustom2_closure0, A._filterCreditsByCustom3_closure, A._filterCreditsByCustom3_closure0, A._filterCreditsByCustom4_closure, A._filterCreditsByCustom4_closure0, A._filterCreditsByState_closure, A._filterCreditsByState_closure0, A._filterCreditsByStatus_closure, A._filterCreditsByStatus_closure0, A._filterCredits_closure, A._sortCredits_closure, A._startListMultiselect_closure10, A._addToListMultiselect_closure10, A._removeFromListMultiselect_closure10, A._clearListMultiselect_closure10, A._purgeClientSuccess_closure9, A._purgeClientSuccess_closure10, A._purgeClientSuccess_closure8, A._purgeClientSuccess__closure6, A._markSentCreditSuccess_closure0, A._markSentCreditSuccess_closure1, A._markSentCreditSuccess_closure, A._archiveCreditSuccess_closure, A._deleteCreditSuccess_closure, A._restoreCreditSuccess_closure, A._addCredit_closure, A._addCredit__closure, A._updateCredit_closure, A._updateCredit__closure, A.creditContactSelector_closure, A.creditContactSelector_closure0, A.memoizedDropdownCreditList_closure, A.dropdownCreditSelector_closure, A.memoizedFilteredCreditList_closure, A.filteredCreditsSelector__closure0, A.filteredCreditsSelector_closure0, A.filteredCreditsSelector__closure, A.CreditState_loadCredits_closure0, A.CreditState_loadCredits_closure1, A.CreditState_loadCredits_closure, A._createViewDashboard_closure, A._createViewDashboard___closure, A.dashboardUIReducer_closure, A.selectedEntitiesReducer__closure0, A.selectedEntitiesReducer__closure, A.dashboardSettingsReducer_closure, A.dashboardSettingsReducer_closure0, A.dashboardSettingsReducer_closure1, A.dashboardSettingsReducer_closure2, A.dashboardSettingsReducer_closure3, A.memoizedChartInvoices_closure, A.memoizedChartOverviewInvoices_closure, A.memoizedPreviousChartInvoices_closure, A.memoizedChartQuotes_closure, A.memoizedPreviousChartQuotes_closure, A.memoizedChartPayments_closure, A.memoizedPreviousChartPayments_closure, A.memoizedChartTasks_closure, A.memoizedPreviousChartTasks_closure, A.chartTasks__closure, A.memoizedChartExpenses_closure, A.memoizedPreviousChartExpenses_closure, A.handleDesignAction_closure, A.handleDesignAction_closure0, A.handleDesignAction_closure1, A.handleDesignAction_closure2, A.handleDesignAction_closure3, A._editDesign_closure, A._viewDesign_closure, A._viewDesignList_closure0, A._viewDesignList__closure, A._archiveDesign_closure, A._archiveDesign__closure, A._archiveDesign__closure0, A._archiveDesign__closure1, A._deleteDesign_closure, A._deleteDesign__closure, A._deleteDesign__closure0, A._deleteDesign__closure1, A._restoreDesign_closure, A._restoreDesign__closure, A._restoreDesign__closure0, A._restoreDesign__closure1, A._saveDesign_closure, A._saveDesign__closure, A._saveDesign__closure0, A._loadDesign_closure, A._loadDesign__closure, A._loadDesign__closure0, A._loadDesigns_closure, A._loadDesigns__closure, A._loadDesigns__closure0, A.designUIReducer_closure, A.editingReducer__closure23, A.designListReducer__closure, A._viewDesignList_closure, A._filterDesignsByCustom1_closure, A._filterDesignsByCustom1_closure0, A._filterDesignsByCustom2_closure, A._filterDesignsByCustom2_closure0, A._filterDesignsByState_closure, A._filterDesignsByState_closure0, A._filterDesigns_closure, A._sortDesigns_closure, A._startListMultiselect_closure11, A._addToListMultiselect_closure11, A._removeFromListMultiselect_closure11, A._clearListMultiselect_closure11, A._archiveDesignSuccess_closure, A._deleteDesignSuccess_closure, A._restoreDesignSuccess_closure, A._addDesign_closure, A._updateDesign_closure, A._setLoadedDesign_closure, A.memoizedFilteredDesignList_closure, A.filteredDesignsSelector_closure, A.DesignState_cleanDesign_closure, A.DesignState_customDesigns_closure, A.DesignState_customDesigns_closure0, A.DesignState_loadDesigns_closure0, A.DesignState_loadDesigns_closure1, A.DesignState_loadDesigns_closure, A.handleDocumentAction_closure, A.handleDocumentAction_showDocument_closure, A.handleDocumentAction_showDocument__closure0, A.handleDocumentAction_closure0, A.handleDocumentAction_closure1, A.handleDocumentAction_closure2, A.handleDocumentAction___closure, A.handleDocumentAction___closure0, A.handleDocumentAction___closure1, A.handleDocumentAction___closure2, A.handleDocumentAction___closure3, A.handleDocumentAction___closure4, A.handleDocumentAction___closure5, A.handleDocumentAction___closure6, A.handleDocumentAction___closure7, A.handleDocumentAction___closure8, A.handleDocumentAction___closure9, A.handleDocumentAction___closure10, A.handleDocumentAction___closure11, A.handleDocumentAction___closure12, A.handleDocumentAction___closure13, A.handleDocumentAction___closure14, A._editDocument_closure, A._viewDocument_closure, A._viewDocumentList_closure0, A._viewDocumentList__closure, A._saveDocument_closure14, A._saveDocument__closure29, A._saveDocument___closure14, A._saveDocument__closure30, A._archiveDocument_closure, A._archiveDocument__closure, A._archiveDocument__closure0, A._archiveDocument__closure1, A._downloadDocuments_closure, A._downloadDocuments__closure, A._downloadDocuments__closure0, A._deleteDocument_closure, A._deleteDocument__closure, A._deleteDocument__closure0, A._restoreDocument_closure, A._restoreDocument__closure, A._restoreDocument__closure0, A._restoreDocument__closure1, A._loadDocument_closure, A._loadDocument__closure, A._loadDocument__closure0, A._loadDocumentData_closure, A._loadDocumentData__closure, A._loadDocumentData___closure, A._loadDocumentData__closure0, A.documentUIReducer_closure, A.editingReducer__closure11, A.documentListReducer__closure, A._viewDocumentList_closure, A._filterDocumentsByCustom1_closure, A._filterDocumentsByCustom1_closure0, A._filterDocumentsByCustom2_closure, A._filterDocumentsByCustom2_closure0, A._filterDocumentsByState_closure, A._filterDocumentsByState_closure0, A._filterDocumentsByStatus_closure, A._filterDocumentsByStatus_closure0, A._filterDocuments_closure, A._sortDocuments_closure, A._startListMultiselect_closure5, A._addToListMultiselect_closure5, A._removeFromListMultiselect_closure5, A._clearListMultiselect_closure5, A._archiveDocumentSuccess_closure, A._deleteDocumentSuccess_closure, A._restoreDocumentSuccess_closure, A._addDocument_closure, A._addDocument__closure, A._addDocument__closure0, A._addDocument_closure0, A._updateDocument_closure, A._setLoadedDocument_closure, A._setLoadedDocuments_closure, A._setLoadedDocuments__closure, A._setLoadedDocuments__closure0, A._setLoadedDocuments_closure0, A._setLoadedCompany_closure9, A._setLoadedCompany__closure25, A._setLoadedCompany_closure10, A._setLoadedCompany__closure24, A._setLoadedCompany___closure12, A._setLoadedCompany_closure11, A._setLoadedCompany__closure23, A._setLoadedCompany___closure11, A._setLoadedCompany_closure12, A._setLoadedCompany__closure22, A._setLoadedCompany___closure10, A._setLoadedCompany_closure13, A._setLoadedCompany__closure21, A._setLoadedCompany___closure9, A._setLoadedCompany_closure14, A._setLoadedCompany__closure20, A._setLoadedCompany___closure8, A._setLoadedCompany_closure15, A._setLoadedCompany__closure19, A._setLoadedCompany___closure7, A._setLoadedCompany_closure16, A._setLoadedCompany__closure18, A._setLoadedCompany___closure6, A._setLoadedCompany_closure17, A._setLoadedCompany__closure17, A._setLoadedCompany___closure5, A._setLoadedCompany_closure18, A._setLoadedCompany__closure16, A._setLoadedCompany___closure4, A._setLoadedCompany_closure19, A._setLoadedCompany__closure15, A._setLoadedCompany___closure3, A._setLoadedCompany_closure20, A._setLoadedCompany__closure14, A._setLoadedCompany___closure2, A._setLoadedCompany_closure21, A._setLoadedCompany__closure13, A._setLoadedCompany___closure1, A._setLoadedCompany_closure22, A._setLoadedCompany__closure12, A._setLoadedCompany___closure0, A._setLoadedCompany_closure23, A._setLoadedCompany__closure11, A._setLoadedCompany___closure, A._setLoadedCompany_closure24, A._setLoadedCompany__closure9, A._setLoadedCompany__closure10, A._setLoadedCompany_closure25, A.memoizedFilteredDocumentList_closure, A.filteredDocumentsSelector_closure, A.handleExpenseAction_closure, A.handleExpenseAction_closure0, A.handleExpenseAction_closure1, A.handleExpenseAction_closure2, A.handleExpenseAction_closure3, A.handleExpenseAction_closure4, A._editExpense_closure, A._viewExpense_closure, A._viewExpenseList_closure0, A._viewExpenseList__closure, A._archiveExpense_closure, A._archiveExpense__closure, A._archiveExpense__closure0, A._archiveExpense__closure1, A._deleteExpense_closure, A._deleteExpense__closure, A._deleteExpense__closure0, A._deleteExpense__closure1, A._restoreExpense_closure, A._restoreExpense__closure, A._restoreExpense__closure0, A._restoreExpense__closure1, A._saveExpense_closure, A._saveExpense__closure, A._saveExpense__closure0, A._loadExpense_closure, A._loadExpense__closure, A._loadExpense__closure0, A._loadExpenses_closure, A._loadExpenses__closure, A._loadExpenses___closure, A._loadExpenses____closure, A._loadExpenses_____closure, A._loadExpenses__closure0, A._saveDocument_closure10, A._saveDocument__closure21, A._saveDocument___closure10, A._saveDocument____closure10, A._saveDocument__closure22, A.expenseUIReducer_closure, A.editingReducer__closure10, A.expenseListReducer__closure, A._viewExpenseList_closure, A._filterExpensesByCustom1_closure, A._filterExpensesByCustom1_closure0, A._filterExpensesByCustom2_closure, A._filterExpensesByCustom2_closure0, A._filterExpensesByCustom3_closure, A._filterExpensesByCustom3_closure0, A._filterExpensesByCustom4_closure, A._filterExpensesByCustom4_closure0, A._filterExpensesByState_closure, A._filterExpensesByState_closure0, A._filterExpensesByStatus_closure, A._filterExpensesByStatus_closure0, A._filterExpenses_closure, A._sortExpenses_closure, A._startListMultiselect_closure4, A._addToListMultiselect_closure4, A._removeFromListMultiselect_closure4, A._clearListMultiselect_closure4, A._purgeClientSuccess_closure21, A._purgeClientSuccess_closure22, A._purgeClientSuccess_closure20, A._purgeClientSuccess__closure14, A._archiveExpenseSuccess_closure, A._deleteExpenseSuccess_closure, A._restoreExpenseSuccess_closure, A._addExpense_closure, A._updateExpense_closure, A._setLoadedExpense_closure, A.convertExpenseToInvoiceItem_closure, A.memoizedFilteredExpenseList_closure, A.filteredExpensesSelector_closure, A.clientExpenseList_closure, A.ExpenseState_loadExpenses_closure0, A.ExpenseState_loadExpenses_closure1, A.ExpenseState_loadExpenses_closure, A.handleExpenseCategoryAction_closure, A.handleExpenseCategoryAction_closure0, A.handleExpenseCategoryAction_closure1, A._editExpenseCategory_closure, A._viewExpenseCategory_closure, A._viewExpenseCategoryList_closure, A._viewExpenseCategoryList__closure, A._archiveExpenseCategory_closure, A._archiveExpenseCategory__closure, A._archiveExpenseCategory__closure0, A._archiveExpenseCategory__closure1, A._deleteExpenseCategory_closure, A._deleteExpenseCategory__closure, A._deleteExpenseCategory__closure0, A._deleteExpenseCategory__closure1, A._restoreExpenseCategory_closure, A._restoreExpenseCategory__closure, A._restoreExpenseCategory__closure0, A._restoreExpenseCategory__closure1, A._saveExpenseCategory_closure, A._saveExpenseCategory__closure, A._saveExpenseCategory__closure0, A._loadExpenseCategory_closure, A._loadExpenseCategory__closure, A._loadExpenseCategory__closure0, A._loadExpenseCategories_closure, A._loadExpenseCategories__closure, A._loadExpenseCategories__closure0, A.expenseCategoryUIReducer_closure, A.editingReducer__closure34, A.expenseCategoryListReducer__closure, A._filterExpenseCategoriesByCustom1_closure, A._filterExpenseCategoriesByCustom1_closure0, A._filterExpenseCategoriesByCustom2_closure, A._filterExpenseCategoriesByCustom2_closure0, A._filterExpenseCategoriesByState_closure, A._filterExpenseCategoriesByState_closure0, A._filterExpenseCategories_closure, A._sortExpenseCategories_closure, A._startListMultiselect_closure16, A._addToListMultiselect_closure16, A._removeFromListMultiselect_closure16, A._clearListMultiselect_closure16, A._archiveExpenseCategorySuccess_closure, A._deleteExpenseCategorySuccess_closure, A._restoreExpenseCategorySuccess_closure, A._addExpenseCategory_closure, A._updateExpenseCategory_closure, A._setLoadedExpenseCategory_closure, A.memoizedDropdownExpenseCategoryList_closure, A.dropdownExpenseCategoriesSelector_closure, A.memoizedFilteredExpenseCategoryList_closure, A.filteredExpenseCategoriesSelector_closure, A.ExpenseCategoryState_loadExpenseCategories_closure0, A.ExpenseCategoryState_loadExpenseCategories_closure1, A.ExpenseCategoryState_loadExpenseCategories_closure, A.handleGroupAction_closure, A.handleGroupAction_closure0, A._editGroup_closure, A._viewGroup_closure, A._viewGroupList_closure0, A._viewGroupList__closure, A._archiveGroup_closure, A._archiveGroup__closure, A._archiveGroup__closure0, A._archiveGroup__closure1, A._deleteGroup_closure, A._deleteGroup__closure, A._deleteGroup__closure0, A._deleteGroup__closure1, A._restoreGroup_closure, A._restoreGroup__closure, A._restoreGroup__closure0, A._restoreGroup__closure1, A._saveGroup_closure, A._saveGroup__closure, A._saveGroup__closure0, A._loadGroup_closure, A._loadGroup__closure, A._loadGroup__closure0, A._loadGroups_closure, A._loadGroups__closure, A._loadGroups___closure, A._loadGroups____closure, A._loadGroups_____closure, A._loadGroups__closure0, A._saveDocument_closure, A._saveDocument__closure, A._saveDocument___closure, A._saveDocument____closure, A._saveDocument__closure0, A.groupUIReducer_closure, A.editingReducer__closure12, A.groupListReducer__closure, A._viewGroupList_closure, A._filterGroupsByState_closure, A._filterGroupsByState_closure0, A._filterGroups_closure, A._sortGroups_closure, A._startListMultiselect_closure6, A._addToListMultiselect_closure6, A._removeFromListMultiselect_closure6, A._clearListMultiselect_closure6, A._archiveGroupSuccess_closure, A._deleteGroupSuccess_closure, A._restoreGroupSuccess_closure, A._addGroup_closure, A._updateGroup_closure, A._setLoadedGroup_closure, A._setLoadedGroups_closure, A._setLoadedGroups__closure, A._setLoadedGroups__closure0, A._setLoadedGroups_closure0, A._setLoadedCompany_closure, A._setLoadedCompany__closure, A._setLoadedCompany__closure0, A._setLoadedCompany_closure0, A.memoizedFilteredGroupList_closure, A.filteredGroupsSelector_closure, A.handleInvoiceAction_closure, A.handleInvoiceAction_closure0, A.handleInvoiceAction_closure1, A.handleInvoiceAction_closure2, A.handleInvoiceAction_closure3, A.handleInvoiceAction_closure6, A.handleInvoiceAction_closure7, A.handleInvoiceAction__closure1, A.handleInvoiceAction_closure8, A.handleInvoiceAction_closure9, A.handleInvoiceAction_closure10, A.handleInvoiceAction_closure11, A.handleInvoiceAction_closure12, A.handleInvoiceAction__closure, A.handleInvoiceAction__closure0, A.handleInvoiceAction_closure13, A.handleInvoiceAction_closure14, A.handleInvoiceAction_closure15, A.handleInvoiceAction_closure16, A.handleInvoiceAction_closure17, A.handleInvoiceAction_closure18, A.handleInvoiceAction_closure19, A._viewInvoiceList_closure0, A._viewInvoiceList__closure, A._viewInvoice_closure, A._editInvoice_closure, A._showEmailInvoice_closure, A._showPdfInvoice_closure, A._cancelInvoices_closure, A._cancelInvoices__closure, A._cancelInvoices__closure0, A._archiveInvoice_closure, A._archiveInvoice__closure, A._archiveInvoice__closure0, A._archiveInvoice__closure1, A._deleteInvoice_closure, A._deleteInvoice__closure, A._deleteInvoice__closure0, A._deleteInvoice__closure1, A._restoreInvoice_closure, A._restoreInvoice__closure, A._restoreInvoice__closure0, A._restoreInvoice__closure1, A._markInvoiceSent_closure, A._markInvoiceSent__closure, A._markInvoiceSent__closure0, A._autoBillInvoices_closure, A._autoBillInvoices__closure, A._autoBillInvoices__closure0, A._markInvoicePaid_closure, A._markInvoicePaid__closure, A._markInvoicePaid__closure0, A._downloadInvoices_closure, A._downloadInvoices__closure, A._downloadInvoices__closure0, A._emailInvoice_closure, A._emailInvoice__closure, A._emailInvoice__closure0, A._bulkEmailInvoices_closure, A._bulkEmailInvoices__closure, A._bulkEmailInvoices__closure0, A._saveInvoice_closure, A._saveInvoice__closure, A._saveInvoice___closure, A._saveInvoice__closure0, A._saveInvoice__closure1, A._loadInvoice_closure, A._loadInvoice__closure, A._loadInvoice__closure0, A._loadInvoices_closure, A._loadInvoices__closure, A._loadInvoices___closure, A._loadInvoices____closure, A._loadInvoices_____closure, A._loadInvoices__closure0, A._saveDocument_closure11, A._saveDocument__closure23, A._saveDocument___closure11, A._saveDocument____closure11, A._saveDocument__closure24, A.invoiceUIReducer_closure, A.editingReducer__closure55, A.editingReducer__closure54, A.editingReducer__closure53, A.editingReducer__closure52, A.editingReducer__closure51, A.editingReducer___closure3, A.editingReducer__closure50, A.editingReducer__closure49, A._updateEditing_closure, A._addInvoiceItem_closure, A._addInvoiceItem_closure0, A._addInvoiceItems_closure, A._removeInvoiceItem_closure, A._updateInvoiceItem_closure, A.invoiceListReducer__closure, A._viewInvoiceList_closure, A._filterInvoicesByCustom1_closure, A._filterInvoicesByCustom1_closure0, A._filterInvoicesByCustom2_closure, A._filterInvoicesByCustom2_closure0, A._filterInvoicesByCustom3_closure, A._filterInvoicesByCustom3_closure0, A._filterInvoicesByCustom4_closure, A._filterInvoicesByCustom4_closure0, A._filterInvoicesByState_closure, A._filterInvoicesByState_closure0, A._filterInvoicesByStatus_closure, A._filterInvoicesByStatus_closure0, A._filterInvoices_closure, A._sortInvoices_closure, A._startListMultiselect_closure25, A._addToListMultiselect_closure25, A._removeFromListMultiselect_closure25, A._clearListMultiselect_closure25, A._purgeClientSuccess_closure24, A._purgeClientSuccess_closure25, A._purgeClientSuccess_closure23, A._purgeClientSuccess__closure16, A._markInvoicesSentSuccess_closure, A._markInvoicesPaidSuccess_closure, A._cancelInvoicesSuccess_closure, A._archiveInvoiceSuccess_closure, A._deleteInvoiceSuccess_closure, A._emailInvoiceSuccess_closure, A._restoreInvoiceSuccess_closure, A._addInvoice_closure, A._addInvoice__closure, A._updateInvoice_closure, A._updateInvoice__closure, A.invoiceContactSelector_closure, A.invoiceContactSelector_closure0, A.memoizedDropdownInvoiceList_closure, A.dropdownInvoiceSelector_closure, A.memoizedFilteredInvoiceList_closure, A.filteredInvoicesSelector__closure0, A.filteredInvoicesSelector_closure0, A.filteredInvoicesSelector__closure, A.InvoiceState_loadInvoices_closure0, A.InvoiceState_loadInvoices_closure1, A.InvoiceState_loadInvoices_closure, A.handlePaymentAction_closure, A.handlePaymentAction_closure0, A.handlePaymentAction__closure1, A.handlePaymentAction_closure1, A.handlePaymentAction__closure, A.handlePaymentAction__closure0, A.handlePaymentAction_closure2, A._editPayment_closure, A._editPayment__closure, A._viewRefundPayment_closure, A._viewRefundPayment__closure, A._viewPayment_closure, A._viewPaymentList_closure0, A._viewPaymentList__closure, A._archivePayment_closure, A._archivePayment__closure, A._archivePayment__closure0, A._archivePayment__closure1, A._deletePayment_closure, A._deletePayment__closure, A._deletePayment__closure0, A._deletePayment__closure1, A._restorePayment_closure, A._restorePayment__closure, A._restorePayment__closure0, A._restorePayment__closure1, A._savePayment_closure, A._savePayment__closure, A._savePayment__closure0, A._refundPayment_closure, A._refundPayment__closure, A._refundPayment__closure0, A._emailPayment_closure, A._emailPayment__closure, A._emailPayment__closure0, A._loadPayment_closure, A._loadPayment__closure, A._loadPayment__closure0, A._loadPayments_closure, A._loadPayments__closure, A._loadPayments___closure, A._loadPayments____closure, A._loadPayments_____closure, A._loadPayments__closure0, A._saveDocument_closure6, A._saveDocument__closure13, A._saveDocument___closure6, A._saveDocument____closure6, A._saveDocument__closure14, A.paymentUIReducer_closure, A.editingReducer__closure6, A.paymentListReducer__closure, A._viewPaymentList_closure, A._filterPaymentsByCustom1_closure, A._filterPaymentsByCustom1_closure0, A._filterPaymentsByCustom2_closure, A._filterPaymentsByCustom2_closure0, A._filterPaymentsByCustom3_closure, A._filterPaymentsByCustom3_closure0, A._filterPaymentsByCustom4_closure, A._filterPaymentsByCustom4_closure0, A._filterPaymentsByState_closure, A._filterPaymentsByState_closure0, A._filterPaymentsByStatus_closure, A._filterPaymentsByStatus_closure0, A._filterPayments_closure, A._sortPayments_closure, A._startListMultiselect_closure0, A._addToListMultiselect_closure0, A._removeFromListMultiselect_closure0, A._clearListMultiselect_closure0, A._purgeClientSuccess_closure3, A._purgeClientSuccess_closure4, A._purgeClientSuccess_closure2, A._purgeClientSuccess__closure2, A._archivePaymentSuccess_closure, A._deletePaymentSuccess_closure, A._restorePaymentSuccess_closure, A._addPayment_closure, A._updatePayment_closure, A._setLoadedPayment_closure, A.memoizedPaymentsByInvoice_closure, A.paymentsByInvoiceSelector_closure, A.paymentsByInvoiceSelector_closure0, A.paymentsByInvoiceSelector__closure, A.memoizedPaymentsByCredit_closure, A.paymentsByCreditSelector_closure, A.paymentsByCreditSelector_closure0, A.paymentsByCreditSelector__closure, A.memoizedFilteredPaymentList_closure, A.filteredPaymentsSelector_closure, A.filteredPaymentsSelector__closure, A.memoizedPaymentStatsForClient_closure, A.PaymentState_loadPayments_closure0, A.PaymentState_loadPayments_closure1, A.PaymentState_loadPayments_closure, A.handlePaymentTermAction_closure, A._editPaymentTerm_closure, A._viewPaymentTerm_closure, A._viewPaymentTermList_closure0, A._viewPaymentTermList__closure, A._archivePaymentTerm_closure, A._archivePaymentTerm__closure, A._archivePaymentTerm__closure0, A._archivePaymentTerm__closure1, A._deletePaymentTerm_closure, A._deletePaymentTerm__closure, A._deletePaymentTerm__closure0, A._deletePaymentTerm__closure1, A._restorePaymentTerm_closure, A._restorePaymentTerm__closure, A._restorePaymentTerm__closure0, A._restorePaymentTerm__closure1, A._savePaymentTerm_closure, A._savePaymentTerm__closure, A._savePaymentTerm__closure0, A._loadPaymentTerm_closure, A._loadPaymentTerm__closure, A._loadPaymentTerm__closure0, A._loadPaymentTerms_closure, A._loadPaymentTerms__closure, A._loadPaymentTerms__closure0, A.paymentTermUIReducer_closure, A.editingReducer__closure24, A.paymentTermListReducer__closure, A._viewPaymentTermList_closure, A._filterPaymentTermsByCustom1_closure, A._filterPaymentTermsByCustom1_closure0, A._filterPaymentTermsByCustom2_closure, A._filterPaymentTermsByCustom2_closure0, A._filterPaymentTermsByState_closure, A._filterPaymentTermsByState_closure0, A._filterPaymentTerms_closure, A._sortPaymentTerms_closure, A._startListMultiselect_closure12, A._addToListMultiselect_closure12, A._removeFromListMultiselect_closure12, A._clearListMultiselect_closure12, A._archivePaymentTermSuccess_closure, A._deletePaymentTermSuccess_closure, A._restorePaymentTermSuccess_closure, A._addPaymentTerm_closure, A._updatePaymentTerm_closure, A._setLoadedPaymentTerm_closure, A._setLoadedCompany_closure7, A._setLoadedCompany__closure7, A._setLoadedCompany__closure8, A._setLoadedCompany_closure8, A.dropdownPaymentTermsSelector_closure, A.memoizedFilteredPaymentTermList_closure, A.filteredPaymentTermsSelector_closure, A.PaymentTermState_loadPaymentTerms_closure0, A.PaymentTermState_loadPaymentTerms_closure1, A.PaymentTermState_loadPaymentTerms_closure, A.handleProductAction_closure, A.handleProductAction_closure0, A.handleProductAction__closure1, A.handleProductAction_closure1, A.handleProductAction__closure0, A.handleProductAction_closure2, A.handleProductAction__closure, A._editProduct_closure, A._viewProduct_closure, A._viewProductList_closure0, A._viewProductList__closure, A._archiveProduct_closure, A._archiveProduct__closure, A._archiveProduct__closure0, A._archiveProduct__closure1, A._setTaxCategoryProducts_closure, A._setTaxCategoryProducts__closure, A._setTaxCategoryProducts__closure0, A._deleteProduct_closure, A._deleteProduct__closure, A._deleteProduct__closure0, A._deleteProduct__closure1, A._restoreProduct_closure, A._restoreProduct__closure, A._restoreProduct__closure0, A._restoreProduct__closure1, A._saveProduct_closure, A._saveProduct__closure, A._saveProduct__closure0, A._loadProduct_closure, A._loadProduct__closure, A._loadProduct__closure0, A._loadProducts_closure, A._loadProducts__closure, A._loadProducts___closure, A._loadProducts____closure, A._loadProducts_____closure, A._loadProducts__closure0, A._saveDocument_closure13, A._saveDocument__closure27, A._saveDocument___closure13, A._saveDocument____closure13, A._saveDocument__closure28, A.productUIReducer_closure, A.editingReducer__closure60, A.productListReducer__closure, A._viewProductList_closure, A._filterProductsByState_closure, A._filterProductsByState_closure0, A._filterProductsByCustom1_closure, A._filterProductsByCustom1_closure0, A._filterProductsByCustom2_closure, A._filterProductsByCustom2_closure0, A._filterProductsByCustom3_closure, A._filterProductsByCustom3_closure0, A._filterProductsByCustom4_closure, A._filterProductsByCustom4_closure0, A._filterProducts_closure, A._sortProducts_closure, A._startListMultiselect_closure27, A._addToListMultiselect_closure27, A._removeFromListMultiselect_closure27, A._clearListMultiselect_closure27, A._archiveProductSuccess_closure, A._deleteProductSuccess_closure, A._restoreProductSuccess_closure, A._setTaxCategoryProductsSuccess_closure, A._addProduct_closure, A._updateProduct_closure, A._setLoadedProduct_closure, A.convertProductToInvoiceItem_closure, A.memoizedDropdownProductList_closure, A.dropdownProductsSelector_closure, A.memoizedProductList_closure, A.productList_closure, A.memoizedFilteredProductList_closure, A.filteredProductsSelector_closure, A.ProductState_loadProducts_closure0, A.ProductState_loadProducts_closure1, A.ProductState_loadProducts_closure, A.handleProjectAction_closure, A.handleProjectAction_closure0, A.handleProjectAction_closure1, A.handleProjectAction_closure2, A.handleProjectAction_closure3, A.handleProjectAction_closure4, A.handleProjectAction_closure5, A.handleProjectAction_closure6, A.handleProjectAction_closure7, A._editProject_closure, A._viewProject_closure, A._viewProjectList_closure0, A._viewProjectList__closure, A._archiveProject_closure, A._archiveProject__closure, A._archiveProject__closure0, A._archiveProject__closure1, A._deleteProject_closure, A._deleteProject__closure, A._deleteProject__closure0, A._deleteProject__closure1, A._restoreProject_closure, A._restoreProject__closure, A._restoreProject__closure0, A._restoreProject__closure1, A._saveProject_closure, A._saveProject__closure, A._saveProject__closure0, A._loadProject_closure, A._loadProject__closure, A._loadProject__closure0, A._loadProjects_closure, A._loadProjects__closure, A._loadProjects___closure, A._loadProjects____closure, A._loadProjects_____closure, A._loadProjects__closure0, A._saveDocument_closure7, A._saveDocument__closure15, A._saveDocument___closure7, A._saveDocument____closure7, A._saveDocument__closure16, A.projectUIReducer_closure, A.editingReducer__closure7, A.projectListReducer__closure, A._viewProjectList_closure, A._filterProjectsByCustom1_closure, A._filterProjectsByCustom1_closure0, A._filterProjectsByCustom2_closure, A._filterProjectsByCustom2_closure0, A._filterProjectsByCustom3_closure, A._filterProjectsByCustom3_closure0, A._filterProjectsByCustom4_closure, A._filterProjectsByCustom4_closure0, A._filterProjectsByState_closure, A._filterProjectsByState_closure0, A._filterProjects_closure, A._sortProjects_closure, A._startListMultiselect_closure1, A._addToListMultiselect_closure1, A._removeFromListMultiselect_closure1, A._clearListMultiselect_closure1, A._purgeClientSuccess_closure6, A._purgeClientSuccess_closure7, A._purgeClientSuccess_closure5, A._purgeClientSuccess__closure4, A._archiveProjectSuccess_closure, A._deleteProjectSuccess_closure, A._restoreProjectSuccess_closure, A._addProject_closure, A._updateProject_closure, A._setLoadedProject_closure, A.convertProjectToInvoiceItem_closure3, A.convertProjectToInvoiceItem_closure4, A.memoizedDropdownProjectList_closure, A.dropdownProjectsSelector_closure, A.memoizedFilteredProjectList_closure, A.filteredProjectsSelector_closure, A.ProjectState_loadProjects_closure0, A.ProjectState_loadProjects_closure1, A.ProjectState_loadProjects_closure, A.handlePurchaseOrderAction_closure, A.handlePurchaseOrderAction_closure0, A.handlePurchaseOrderAction_closure1, A.handlePurchaseOrderAction_closure2, A.handlePurchaseOrderAction_closure5, A.handlePurchaseOrderAction_closure6, A.handlePurchaseOrderAction_closure7, A.handlePurchaseOrderAction_closure8, A.handlePurchaseOrderAction_closure9, A.handlePurchaseOrderAction_closure10, A.handlePurchaseOrderAction_closure11, A.handlePurchaseOrderAction_closure12, A.handlePurchaseOrderAction_closure13, A.handlePurchaseOrderAction_closure14, A._viewPurchaseOrder_closure, A._viewPurchaseOrderList_closure0, A._viewPurchaseOrderList__closure, A._editPurchaseOrder_closure, A._showEmailPurchaseOrder_closure, A._showPdfPurchaseOrder_closure, A._archivePurchaseOrder_closure, A._archivePurchaseOrder__closure, A._archivePurchaseOrder__closure0, A._archivePurchaseOrder__closure1, A._deletePurchaseOrder_closure, A._deletePurchaseOrder__closure, A._deletePurchaseOrder__closure0, A._deletePurchaseOrder__closure1, A._restorePurchaseOrder_closure, A._restorePurchaseOrder__closure, A._restorePurchaseOrder__closure0, A._restorePurchaseOrder__closure1, A._approvePurchaseOrder_closure, A._approvePurchaseOrder__closure, A._approvePurchaseOrder__closure0, A._markSentPurchaseOrder_closure, A._markSentPurchaseOrder__closure, A._markSentPurchaseOrder__closure0, A._convertPurchaseOrdersToExpense_closure, A._convertPurchaseOrdersToExpense__closure, A._convertPurchaseOrdersToExpense__closure0, A._addPurchaseOrdersToInventory_closure, A._addPurchaseOrdersToInventory__closure, A._addPurchaseOrdersToInventory__closure0, A._acceptPurchaseOrders_closure, A._acceptPurchaseOrders__closure, A._acceptPurchaseOrders__closure0, A._cancelPurchaseOrders_closure, A._cancelPurchaseOrders__closure, A._cancelPurchaseOrders__closure0, A._emailPurchaseOrder_closure, A._emailPurchaseOrder__closure, A._emailPurchaseOrder__closure0, A._savePurchaseOrder_closure, A._savePurchaseOrder__closure, A._savePurchaseOrder___closure, A._savePurchaseOrder__closure0, A._savePurchaseOrder__closure1, A._loadPurchaseOrder_closure, A._loadPurchaseOrder__closure, A._loadPurchaseOrder__closure0, A._downloadPurchaseOrders_closure, A._downloadPurchaseOrders__closure, A._downloadPurchaseOrders__closure0, A._bulkEmailPurchaseOrders_closure, A._bulkEmailPurchaseOrders__closure, A._bulkEmailPurchaseOrders__closure0, A._loadPurchaseOrders_closure, A._loadPurchaseOrders__closure, A._loadPurchaseOrders___closure, A._loadPurchaseOrders____closure, A._loadPurchaseOrders_____closure, A._loadPurchaseOrders__closure0, A._saveDocument_closure3, A._saveDocument__closure7, A._saveDocument___closure3, A._saveDocument____closure3, A._saveDocument__closure8, A.purchaseOrderUIReducer_closure, A.editingReducer__closure44, A.editingReducer__closure43, A.editingReducer__closure42, A.editingReducer__closure41, A.editingReducer__closure40, A.editingReducer___closure2, A.editingReducer__closure39, A.editingReducer__closure38, A._addPurchaseOrderItem_closure, A._addPurchaseOrderItem_closure0, A._addPurchaseOrderItems_closure, A._removePurchaseOrderItem_closure, A._updatePurchaseOrderItem_closure, A.purchaseOrderListReducer__closure, A._viewPurchaseOrderList_closure, A._filterPurchaseOrdersByCustom1_closure, A._filterPurchaseOrdersByCustom1_closure0, A._filterPurchaseOrdersByCustom2_closure, A._filterPurchaseOrdersByCustom2_closure0, A._filterPurchaseOrdersByCustom3_closure, A._filterPurchaseOrdersByCustom3_closure0, A._filterPurchaseOrdersByCustom4_closure, A._filterPurchaseOrdersByCustom4_closure0, A._filterPurchaseOrdersByState_closure, A._filterPurchaseOrdersByState_closure0, A._filterPurchaseOrdersByStatus_closure, A._filterPurchaseOrdersByStatus_closure0, A._filterPurchaseOrders_closure, A._sortPurchaseOrders_closure, A._startListMultiselect_closure20, A._addToListMultiselect_closure20, A._removeFromListMultiselect_closure20, A._clearListMultiselect_closure20, A._markSentPurchaseOrderSuccess_closure0, A._markSentPurchaseOrderSuccess_closure1, A._markSentPurchaseOrderSuccess_closure, A._convertPurchaseOrdersToExpenses_closure0, A._convertPurchaseOrdersToExpenses_closure1, A._convertPurchaseOrdersToExpenses_closure, A._addPurchaseOrdersToInventorySuccess_closure0, A._addPurchaseOrdersToInventorySuccess_closure1, A._addPurchaseOrdersToInventorySuccess_closure, A._acceptPurchaseOrderSuccess_closure0, A._acceptPurchaseOrderSuccess_closure1, A._acceptPurchaseOrderSuccess_closure, A._cancelPurchaseOrderSuccess_closure0, A._cancelPurchaseOrderSuccess_closure1, A._cancelPurchaseOrderSuccess_closure, A._archivePurchaseOrderSuccess_closure, A._deletePurchaseOrderSuccess_closure, A._restorePurchaseOrderSuccess_closure, A._emailPurchaseOrderSuccess_closure, A._approvePurchaseOrderSuccess_closure0, A._approvePurchaseOrderSuccess_closure1, A._approvePurchaseOrderSuccess_closure, A._addPurchaseOrder_closure, A._addPurchaseOrder__closure, A._updatePurchaseOrder_closure, A._updatePurchaseOrder__closure, A.purchaseOrderContactSelector_closure, A.purchaseOrderContactSelector_closure0, A.memoizedDropdownPurchaseOrderList_closure, A.dropdownPurchaseOrdersSelector_closure, A.memoizedFilteredPurchaseOrderList_closure, A.filteredPurchaseOrdersSelector_closure, A.PurchaseOrderState_loadPurchaseOrders_closure0, A.PurchaseOrderState_loadPurchaseOrders_closure1, A.PurchaseOrderState_loadPurchaseOrders_closure, A.handleQuoteAction_closure, A.handleQuoteAction_closure0, A.handleQuoteAction_closure1, A.handleQuoteAction_closure2, A.handleQuoteAction_closure5, A.handleQuoteAction_closure6, A.handleQuoteAction_closure7, A.handleQuoteAction_closure8, A.handleQuoteAction_closure9, A.handleQuoteAction_closure10, A.handleQuoteAction_closure11, A.handleQuoteAction_closure12, A.handleQuoteAction_closure13, A.handleQuoteAction_closure14, A.handleQuoteAction_closure15, A.handleQuoteAction_closure16, A._viewQuote_closure, A._viewQuoteList_closure0, A._viewQuoteList__closure, A._editQuote_closure, A._showEmailQuote_closure, A._showPdfQuote_closure, A._archiveQuote_closure, A._archiveQuote__closure, A._archiveQuote__closure0, A._archiveQuote__closure1, A._deleteQuote_closure, A._deleteQuote__closure, A._deleteQuote__closure0, A._deleteQuote__closure1, A._restoreQuote_closure, A._restoreQuote__closure, A._restoreQuote__closure0, A._restoreQuote__closure1, A._convertQuotesToInvoices_closure, A._convertQuotesToInvoices__closure, A._convertQuotesToInvoices__closure0, A._convertQuotesToProjects_closure, A._convertQuotesToProjects__closure, A._convertQuotesToProjects__closure0, A._approveQuote_closure, A._approveQuote__closure, A._approveQuote__closure0, A._markSentQuote_closure, A._markSentQuote__closure, A._markSentQuote__closure0, A._emailQuote_closure, A._emailQuote__closure, A._emailQuote__closure0, A._saveQuote_closure, A._saveQuote__closure, A._saveQuote___closure, A._saveQuote__closure0, A._saveQuote__closure1, A._loadQuote_closure, A._loadQuote__closure, A._loadQuote__closure0, A._downloadQuotes_closure, A._downloadQuotes__closure, A._downloadQuotes__closure0, A._bulkEmailQuotes_closure, A._bulkEmailQuotes__closure, A._bulkEmailQuotes__closure0, A._loadQuotes_closure, A._loadQuotes__closure, A._loadQuotes___closure, A._loadQuotes____closure, A._loadQuotes_____closure, A._loadQuotes__closure0, A._saveDocument_closure5, A._saveDocument__closure11, A._saveDocument___closure5, A._saveDocument____closure5, A._saveDocument__closure12, A.quoteUIReducer_closure, A.editingReducer__closure5, A.editingReducer__closure4, A.editingReducer__closure3, A.editingReducer__closure2, A.editingReducer__closure1, A.editingReducer___closure, A.editingReducer__closure0, A.editingReducer__closure, A._addQuoteItem_closure, A._addQuoteItem_closure0, A._addQuoteItems_closure, A._removeQuoteItem_closure, A._updateQuoteItem_closure, A.quoteListReducer__closure, A._viewQuoteList_closure, A._filterQuotesByCustom1_closure, A._filterQuotesByCustom1_closure0, A._filterQuotesByCustom2_closure, A._filterQuotesByCustom2_closure0, A._filterQuotesByCustom3_closure, A._filterQuotesByCustom3_closure0, A._filterQuotesByCustom4_closure, A._filterQuotesByCustom4_closure0, A._filterQuotesByState_closure, A._filterQuotesByState_closure0, A._filterQuotesByStatus_closure, A._filterQuotesByStatus_closure0, A._filterQuotes_closure, A._sortQuotes_closure, A._startListMultiselect_closure, A._addToListMultiselect_closure, A._removeFromListMultiselect_closure, A._clearListMultiselect_closure, A._purgeClientSuccess_closure0, A._purgeClientSuccess_closure1, A._purgeClientSuccess_closure, A._purgeClientSuccess__closure0, A._markSentQuoteSuccess_closure0, A._markSentQuoteSuccess_closure1, A._markSentQuoteSuccess_closure, A._archiveQuoteSuccess_closure, A._deleteQuoteSuccess_closure, A._restoreQuoteSuccess_closure, A._emailQuoteSuccess_closure, A._convertQuotesToInvoicesSuccess_closure0, A._convertQuotesToInvoicesSuccess_closure1, A._convertQuotesToInvoicesSuccess_closure, A._convertQuotesToProjectsSuccess_closure0, A._convertQuotesToProjectsSuccess_closure1, A._convertQuotesToProjectsSuccess_closure, A._addQuote_closure, A._addQuote__closure, A._updateQuote_closure, A._updateQuote__closure, A.quoteContactSelector_closure, A.quoteContactSelector_closure0, A.memoizedDropdownQuoteList_closure, A.dropdownQuoteSelector_closure, A.memoizedFilteredQuoteList_closure, A.filteredQuotesSelector_closure, A.QuoteState_loadQuotes_closure0, A.QuoteState_loadQuotes_closure1, A.QuoteState_loadQuotes_closure, A.handleRecurringExpenseAction_closure, A.handleRecurringExpenseAction_closure0, A.handleRecurringExpenseAction_closure1, A._editRecurringExpense_closure, A._viewRecurringExpense_closure, A._viewRecurringExpenseList_closure0, A._viewRecurringExpenseList__closure, A._archiveRecurringExpense_closure, A._archiveRecurringExpense__closure, A._archiveRecurringExpense__closure0, A._archiveRecurringExpense__closure1, A._deleteRecurringExpense_closure, A._deleteRecurringExpense__closure, A._deleteRecurringExpense__closure0, A._deleteRecurringExpense__closure1, A._restoreRecurringExpense_closure, A._restoreRecurringExpense__closure, A._restoreRecurringExpense__closure0, A._restoreRecurringExpense__closure1, A._saveRecurringExpense_closure, A._saveRecurringExpense__closure, A._saveRecurringExpense__closure0, A._loadRecurringExpense_closure, A._loadRecurringExpense__closure, A._loadRecurringExpense__closure0, A._loadRecurringExpenses_closure, A._loadRecurringExpenses__closure, A._loadRecurringExpenses___closure, A._loadRecurringExpenses____closure, A._loadRecurringExpenses_____closure, A._loadRecurringExpenses__closure0, A._startRecurringExpense_closure, A._startRecurringExpense__closure, A._startRecurringExpense__closure0, A._stopRecurringExpense_closure, A._stopRecurringExpense__closure, A._stopRecurringExpense__closure0, A._saveDocument_closure2, A._saveDocument__closure5, A._saveDocument___closure2, A._saveDocument____closure2, A._saveDocument__closure6, A.recurringExpenseUIReducer_closure, A.editingReducer__closure37, A.recurringExpenseListReducer__closure, A._viewRecurringExpenseList_closure, A._filterRecurringExpensesByCustom1_closure, A._filterRecurringExpensesByCustom1_closure0, A._filterRecurringExpensesByCustom2_closure, A._filterRecurringExpensesByCustom2_closure0, A._filterRecurringExpensesByState_closure, A._filterRecurringExpensesByState_closure0, A._filterRecurringExpensesByStatus_closure, A._filterRecurringExpensesByStatus_closure0, A._filterRecurringExpenses_closure, A._sortRecurringExpenses_closure, A._startListMultiselect_closure19, A._addToListMultiselect_closure19, A._removeFromListMultiselect_closure19, A._clearListMultiselect_closure19, A._purgeClientSuccess_closure15, A._purgeClientSuccess_closure16, A._purgeClientSuccess_closure14, A._purgeClientSuccess__closure10, A._archiveRecurringExpenseSuccess_closure, A._deleteRecurringExpenseSuccess_closure, A._restoreRecurringExpenseSuccess_closure, A._addRecurringExpense_closure, A._addRecurringExpense__closure, A._updateRecurringExpense_closure, A._updateRecurringExpense__closure, A._startRecurringExpensesSuccess_closure, A._stopRecurringExpensesSuccess_closure, A._setLoadedRecurringExpense_closure, A._setLoadedRecurringExpense__closure, A.memoizedFilteredRecurringExpenseList_closure, A.filteredRecurringExpensesSelector_closure, A.RecurringExpenseState_loadRecurringExpenses_closure0, A.RecurringExpenseState_loadRecurringExpenses_closure1, A.RecurringExpenseState_loadRecurringExpenses_closure, A.handleRecurringInvoiceAction_closure, A.handleRecurringInvoiceAction_closure0, A.handleRecurringInvoiceAction_closure1, A.handleRecurringInvoiceAction__closure, A.handleRecurringInvoiceAction_closure2, A.handleRecurringInvoiceAction_closure3, A.handleRecurringInvoiceAction_closure4, A.handleRecurringInvoiceAction_closure5, A._editRecurringInvoice_closure, A._viewRecurringInvoice_closure, A._viewRecurringInvoiceList_closure, A._viewRecurringInvoiceList__closure, A._showPdfRecurringInvoice_closure, A._startRecurringInvoice_closure, A._startRecurringInvoice__closure, A._startRecurringInvoice__closure0, A._stopRecurringInvoice_closure, A._stopRecurringInvoice__closure, A._stopRecurringInvoice__closure0, A._updatePricesRecurringInvoice_closure, A._updatePricesRecurringInvoice__closure, A._updatePricesRecurringInvoice__closure0, A._increasePricesRecurringInvoice_closure, A._increasePricesRecurringInvoice__closure, A._increasePricesRecurringInvoice__closure0, A._sendNowRecurringInvoice_closure, A._sendNowRecurringInvoice__closure, A._sendNowRecurringInvoice__closure0, A._archiveRecurringInvoice_closure, A._archiveRecurringInvoice__closure, A._archiveRecurringInvoice__closure0, A._archiveRecurringInvoice__closure1, A._deleteRecurringInvoice_closure, A._deleteRecurringInvoice__closure, A._deleteRecurringInvoice__closure0, A._deleteRecurringInvoice__closure1, A._restoreRecurringInvoice_closure, A._restoreRecurringInvoice__closure, A._restoreRecurringInvoice__closure0, A._restoreRecurringInvoice__closure1, A._saveRecurringInvoice_closure, A._saveRecurringInvoice__closure, A._saveRecurringInvoice___closure, A._saveRecurringInvoice__closure0, A._saveRecurringInvoice__closure1, A._loadRecurringInvoice_closure, A._loadRecurringInvoice__closure, A._loadRecurringInvoice__closure0, A._loadRecurringInvoices_closure, A._loadRecurringInvoices__closure, A._loadRecurringInvoices___closure, A._loadRecurringInvoices____closure, A._loadRecurringInvoices_____closure, A._loadRecurringInvoices__closure0, A._saveDocument_closure1, A._saveDocument__closure3, A._saveDocument___closure1, A._saveDocument____closure1, A._saveDocument__closure4, A.recurringInvoiceUIReducer_closure, A.editingReducer__closure33, A.editingReducer__closure32, A.editingReducer__closure31, A.editingReducer__closure30, A.editingReducer__closure29, A.editingReducer___closure1, A.editingReducer__closure28, A.editingReducer__closure27, A._addRecurringInvoiceItem_closure, A._addRecurringInvoiceItem_closure0, A._addRecurringInvoiceItems_closure, A._removeRecurringInvoiceItem_closure, A._updateRecurringInvoiceItem_closure, A.recurringInvoiceListReducer__closure, A._filterRecurringInvoicesByCustom1_closure, A._filterRecurringInvoicesByCustom1_closure0, A._filterRecurringInvoicesByCustom2_closure, A._filterRecurringInvoicesByCustom2_closure0, A._filterRecurringInvoicesByCustom3_closure, A._filterRecurringInvoicesByCustom3_closure0, A._filterRecurringInvoicesByCustom4_closure, A._filterRecurringInvoicesByCustom4_closure0, A._filterRecurringInvoicesByState_closure, A._filterRecurringInvoicesByState_closure0, A._filterRecurringInvoicesByStatus_closure, A._filterRecurringInvoicesByStatus_closure0, A._filterRecurringInvoices_closure, A._sortRecurringInvoices_closure, A._startListMultiselect_closure15, A._addToListMultiselect_closure15, A._removeFromListMultiselect_closure15, A._clearListMultiselect_closure15, A._purgeClientSuccess_closure12, A._purgeClientSuccess_closure13, A._purgeClientSuccess_closure11, A._purgeClientSuccess__closure8, A._archiveRecurringInvoiceSuccess_closure, A._deleteRecurringInvoiceSuccess_closure, A._emailRecurringInvoiceSuccess_closure, A._restoreRecurringInvoiceSuccess_closure, A._sendNowRecurringInvoiceSuccess_closure, A._startRecurringInvoicesSuccess_closure, A._stopRecurringInvoicesSuccess_closure, A._addRecurringInvoice_closure, A._addRecurringInvoice__closure, A._updateRecurringInvoice_closure, A._updateRecurringInvoice__closure, A.memoizedFilteredRecurringInvoiceList_closure, A.filteredRecurringInvoicesSelector_closure, A.RecurringInvoiceState_loadRecurringInvoices_closure0, A.RecurringInvoiceState_loadRecurringInvoices_closure1, A.RecurringInvoiceState_loadRecurringInvoices_closure, A._viewReports_closure, A._viewReports___closure, A.reportsUIReducer_closure, A.reportsUIReducer_closure0, A.reportsUIReducer_closure1, A.handleScheduleAction_closure, A._editSchedule_closure, A._viewSchedule_closure, A._viewScheduleList_closure0, A._viewScheduleList__closure, A._archiveSchedule_closure, A._archiveSchedule__closure, A._archiveSchedule__closure0, A._archiveSchedule__closure1, A._deleteSchedule_closure, A._deleteSchedule__closure, A._deleteSchedule__closure0, A._deleteSchedule__closure1, A._restoreSchedule_closure, A._restoreSchedule__closure, A._restoreSchedule__closure0, A._restoreSchedule__closure1, A._saveSchedule_closure, A._saveSchedule__closure, A._saveSchedule__closure0, A._loadSchedule_closure, A._loadSchedule__closure, A._loadSchedule__closure0, A._loadSchedules_closure, A._loadSchedules__closure, A._loadSchedules__closure0, A.scheduleUIReducer_closure, A.editingReducer__closure48, A.scheduleListReducer__closure, A._viewScheduleList_closure, A._filterSchedulesByCustom1_closure, A._filterSchedulesByCustom1_closure0, A._filterSchedulesByCustom2_closure, A._filterSchedulesByCustom2_closure0, A._filterSchedulesByState_closure, A._filterSchedulesByState_closure0, A._filterSchedules_closure, A._sortSchedules_closure, A._startListMultiselect_closure24, A._addToListMultiselect_closure24, A._removeFromListMultiselect_closure24, A._clearListMultiselect_closure24, A._archiveScheduleSuccess_closure, A._deleteScheduleSuccess_closure, A._restoreScheduleSuccess_closure, A._addSchedule_closure, A._updateSchedule_closure, A._setLoadedSchedule_closure, A.memoizedFilteredScheduleList_closure, A.filteredSchedulesSelector_closure, A.ScheduleState_loadSchedules_closure0, A.ScheduleState_loadSchedules_closure1, A.ScheduleState_loadSchedules_closure, A._viewSettings_closure, A._viewSettings___closure, A._saveCompany_closure, A._saveCompany__closure, A._saveCompany__closure0, A._saveEInvoiceCertificate_closure, A._saveEInvoiceCertificate__closure, A._saveEInvoiceCertificate__closure0, A._saveAuthUser_closure, A._saveAuthUser__closure, A._saveAuthUser__closure0, A._connectOAuthUser_closure0, A._connectOAuthUser__closure, A._connectOAuthUser__closure0, A._disconnectOAuthUser_closure0, A._disconnectOAuthUser__closure, A._disconnectOAuthUser__closure0, A._disconnectOAuthMailer_closure0, A._disconnectOAuthMailer__closure, A._disconnectOAuthMailer__closure0, A._connectGmailUser_closure0, A._connectGmailUser__closure, A._connectGmailUser__closure0, A._disableTwoFactor_closure, A._disableTwoFactor__closure, A._disableTwoFactor__closure0, A._saveSettings_closure, A._saveSettings__closure, A._saveSettings__closure0, A._uploadLogo_closure, A._uploadLogo__closure, A._uploadLogo__closure0, A._saveDocument_closure4, A._saveDocument__closure9, A._saveDocument___closure4, A._saveDocument____closure4, A._saveDocument__closure10, A.settingsUIReducer__closure20, A.settingsUIReducer__closure19, A.settingsUIReducer__closure16, A.settingsUIReducer__closure17, A.settingsUIReducer__closure18, A.settingsUIReducer__closure15, A.settingsUIReducer__closure14, A.settingsUIReducer__closure13, A.settingsUIReducer__closure12, A.settingsUIReducer__closure11, A.settingsUIReducer__closure10, A.settingsUIReducer__closure9, A.settingsUIReducer__closure8, A.settingsUIReducer__closure7, A.settingsUIReducer__closure6, A.settingsUIReducer__closure5, A.settingsUIReducer__closure4, A.settingsUIReducer__closure3, A.settingsUIReducer__closure2, A.settingsUIReducer__closure1, A.settingsUIReducer__closure0, A.settingsUIReducer__closure, A.staticLoadedReducer_closure, A.staticLoadedReducer__closure, A.staticLoadedReducer__closure0, A.staticLoadedReducer__closure1, A.staticLoadedReducer__closure2, A.staticLoadedReducer__closure3, A.staticLoadedReducer__closure4, A.staticLoadedReducer__closure5, A.staticLoadedReducer__closure6, A.staticLoadedReducer__closure7, A.staticLoadedReducer__closure8, A.staticLoadedReducer__closure9, A.staticLoadedReducer__closure10, A.staticLoadedReducer__closure11, A.staticLoadedReducer__closure12, A.staticLoadedReducer__closure13, A.staticLoadedReducer__closure14, A.staticLoadedReducer__closure15, A.staticLoadedReducer__closure16, A.memoizedCountryList_closure, A.memoizedCountryIso2Map_closure, A.countryIso2Map_closure, A.memoizedGroupList_closure, A.groupList_closure, A.memoizedLanguageList_closure, A.memoizedCurrencyList_closure, A.memoizedTimezoneList_closure, A.memoizedDateFormatList_closure, A.memoizedIndustryList_closure, A.memoizedSizeList_closure, A.gatewayList_closure, A.memoizedPaymentTypeList_closure, A.memoizedFontMap_closure, A.fontMap_closure, A.fontMap_closure0, A.handleSubscriptionAction_closure, A._editSubscription_closure, A._viewSubscription_closure, A._viewSubscriptionList_closure, A._viewSubscriptionList__closure, A._archiveSubscription_closure, A._archiveSubscription__closure, A._archiveSubscription__closure0, A._archiveSubscription__closure1, A._deleteSubscription_closure, A._deleteSubscription__closure, A._deleteSubscription__closure0, A._deleteSubscription__closure1, A._restoreSubscription_closure, A._restoreSubscription__closure, A._restoreSubscription__closure0, A._restoreSubscription__closure1, A._saveSubscription_closure, A._saveSubscription__closure, A._saveSubscription__closure0, A._loadSubscription_closure, A._loadSubscription__closure, A._loadSubscription__closure0, A._loadSubscriptions_closure, A._loadSubscriptions__closure, A._loadSubscriptions__closure0, A.subscriptionUIReducer_closure, A.editingReducer__closure36, A.subscriptionListReducer__closure, A._filterSubscriptionsByCustom1_closure, A._filterSubscriptionsByCustom1_closure0, A._filterSubscriptionsByCustom2_closure, A._filterSubscriptionsByCustom2_closure0, A._filterSubscriptionsByState_closure, A._filterSubscriptionsByState_closure0, A._filterSubscriptions_closure, A._sortSubscriptions_closure, A._startListMultiselect_closure18, A._addToListMultiselect_closure18, A._removeFromListMultiselect_closure18, A._clearListMultiselect_closure18, A._archiveSubscriptionSuccess_closure, A._deleteSubscriptionSuccess_closure, A._restoreSubscriptionSuccess_closure, A._addSubscription_closure, A._updateSubscription_closure, A._setLoadedSubscription_closure, A.memoizedFilteredSubscriptionList_closure, A.filteredSubscriptionsSelector_closure, A.SubscriptionState_loadSubscriptions_closure0, A.SubscriptionState_loadSubscriptions_closure1, A.SubscriptionState_loadSubscriptions_closure, A.handleTaskAction_closure, A.handleTaskAction_closure0, A.handleTaskAction_closure2, A.handleTaskAction_closure3, A.handleTaskAction_closure4, A.handleTaskAction_closure5, A._editTask_closure, A._viewTask_closure, A._viewTaskList_closure0, A._viewTaskList__closure, A._archiveTask_closure, A._archiveTask__closure, A._archiveTask__closure0, A._archiveTask__closure1, A._startTask_closure, A._startTask__closure, A._startTask__closure0, A._startTask__closure1, A._stopTask_closure, A._stopTask__closure, A._stopTask__closure0, A._stopTask__closure1, A._deleteTask_closure, A._deleteTask__closure, A._deleteTask__closure0, A._deleteTask__closure1, A._restoreTask_closure, A._restoreTask__closure, A._restoreTask__closure0, A._restoreTask__closure1, A._saveTask_closure, A._saveTask__closure, A._saveTask__closure0, A._loadTask_closure, A._loadTask__closure, A._loadTask__closure0, A._loadTasks_closure, A._loadTasks__closure, A._loadTasks___closure, A._loadTasks____closure, A._loadTasks_____closure, A._loadTasks__closure0, A._saveDocument_closure8, A._saveDocument__closure17, A._saveDocument___closure8, A._saveDocument____closure8, A._saveDocument__closure18, A._sortTasks_closure0, A._sortTasks__closure, A._sortTasks__closure0, A.taskUIReducer_closure, A.editingReducer__closure8, A.taskListReducer__closure, A._viewTaskList_closure, A._filterTasksByCustom1_closure, A._filterTasksByCustom1_closure0, A._filterTasksByCustom2_closure, A._filterTasksByCustom2_closure0, A._filterTasksByState_closure, A._filterTasksByState_closure0, A._filterTasksByStatus_closure, A._filterTasksByStatus_closure0, A._filterTasks_closure, A._sortTasks_closure, A._startListMultiselect_closure2, A._addToListMultiselect_closure2, A._removeFromListMultiselect_closure2, A._clearListMultiselect_closure2, A._purgeClientSuccess_closure18, A._purgeClientSuccess_closure19, A._purgeClientSuccess_closure17, A._purgeClientSuccess__closure12, A._sortTasksSuccess_closure, A._sortTasksSuccess__closure, A._archiveTaskSuccess_closure, A._startTaskSuccess_closure, A._stopTaskSuccess_closure, A._deleteTaskSuccess_closure, A._restoreTaskSuccess_closure, A._addTask_closure, A._updateTask_closure, A._setLoadedTask_closure, A.convertTaskToInvoiceItem_closure, A.convertTaskToInvoiceItem_closure0, A.convertTaskToInvoiceItem_closure2, A.memoizedTaskList_closure, A.taskList_closure, A.memoizedKanbanTaskList_closure, A.kanbanTasksSelector_closure, A.memoizedFilteredTaskList_closure, A.filteredTasksSelector_closure, A.TaskState_loadTasks_closure0, A.TaskState_loadTasks_closure1, A.TaskState_loadTasks_closure, A.handleTaskStatusAction_closure, A.handleTaskStatusAction_closure0, A._editTaskStatus_closure, A._viewTaskStatus_closure, A._viewTaskStatusList_closure0, A._viewTaskStatusList__closure, A._archiveTaskStatus_closure, A._archiveTaskStatus__closure, A._archiveTaskStatus__closure0, A._archiveTaskStatus__closure1, A._deleteTaskStatus_closure, A._deleteTaskStatus__closure, A._deleteTaskStatus__closure0, A._deleteTaskStatus__closure1, A._restoreTaskStatus_closure, A._restoreTaskStatus__closure, A._restoreTaskStatus__closure0, A._restoreTaskStatus__closure1, A._saveTaskStatus_closure, A._saveTaskStatus__closure, A._saveTaskStatus__closure0, A._loadTaskStatus_closure, A._loadTaskStatus__closure, A._loadTaskStatus__closure0, A._loadTaskStatuses_closure, A._loadTaskStatuses__closure, A._loadTaskStatuses__closure0, A.taskStatusUIReducer_closure, A.editingReducer__closure35, A.taskStatusListReducer__closure, A._viewTaskStatusList_closure, A._filterTaskStatusesByCustom1_closure, A._filterTaskStatusesByCustom1_closure0, A._filterTaskStatusesByCustom2_closure, A._filterTaskStatusesByCustom2_closure0, A._filterTaskStatusesByState_closure, A._filterTaskStatusesByState_closure0, A._filterTaskStatuses_closure, A._sortTaskStatuses_closure, A._startListMultiselect_closure17, A._addToListMultiselect_closure17, A._removeFromListMultiselect_closure17, A._clearListMultiselect_closure17, A._sortTaskStatusSuccess_closure, A._sortTaskStatusSuccess__closure, A._archiveTaskStatusSuccess_closure, A._deleteTaskStatusSuccess_closure, A._restoreTaskStatusSuccess_closure, A._addTaskStatus_closure, A._updateTaskStatus_closure, A._setLoadedTaskStatus_closure, A.sortedActiveTaskStatusIds_closure, A.memoizedDropdownTaskStatusList_closure, A.dropdownTaskStatusesSelector_closure, A.memoizedFilteredTaskStatusList_closure, A.filteredTaskStatusesSelector_closure, A.defaultTaskStatusId_closure, A.TaskStatusState_loadTaskStatuses_closure0, A.TaskStatusState_loadTaskStatuses_closure1, A.TaskStatusState_loadTaskStatuses_closure, A.handleTaxRateAction_closure, A._editTaxRate_closure, A._viewTaxRate_closure, A._viewTaxRateList_closure0, A._viewTaxRateList__closure, A._archiveTaxRate_closure, A._archiveTaxRate__closure, A._archiveTaxRate__closure0, A._archiveTaxRate__closure1, A._deleteTaxRate_closure, A._deleteTaxRate__closure, A._deleteTaxRate__closure0, A._deleteTaxRate__closure1, A._restoreTaxRate_closure, A._restoreTaxRate__closure, A._restoreTaxRate__closure0, A._restoreTaxRate__closure1, A._saveTaxRate_closure, A._saveTaxRate__closure, A._saveTaxRate__closure0, A._loadTaxRate_closure, A._loadTaxRate__closure, A._loadTaxRate__closure0, A._loadTaxRates_closure, A._loadTaxRates__closure, A._loadTaxRates__closure0, A.taxRateUIReducer_closure, A.editingReducer__closure14, A.taxRateListReducer__closure, A._viewTaxRateList_closure, A._filterTaxRatesByState_closure, A._filterTaxRatesByState_closure0, A._filterTaxRates_closure, A._sortTaxRates_closure, A._startListMultiselect_closure8, A._addToListMultiselect_closure8, A._removeFromListMultiselect_closure8, A._clearListMultiselect_closure8, A._archiveTaxRateSuccess_closure, A._deleteTaxRateSuccess_closure, A._restoreTaxRateSuccess_closure, A._addTaxRate_closure, A._updateTaxRate_closure, A._setLoadedTaxRate_closure, A._setLoadedTaxRates_closure, A._setLoadedTaxRates__closure, A._setLoadedTaxRates__closure0, A._setLoadedTaxRates_closure0, A._setLoadedCompany_closure3, A._setLoadedCompany__closure3, A._setLoadedCompany__closure4, A._setLoadedCompany_closure4, A.memoizedFilteredTaxRateList_closure, A.filteredTaxRatesSelector_closure, A.handleTokenAction_closure, A._editToken_closure, A._viewToken_closure, A._viewTokenList_closure0, A._viewTokenList__closure, A._archiveToken_closure, A._archiveToken__closure, A._archiveToken__closure0, A._archiveToken__closure1, A._deleteToken_closure, A._deleteToken__closure, A._deleteToken__closure0, A._deleteToken__closure1, A._restoreToken_closure, A._restoreToken__closure, A._restoreToken__closure0, A._restoreToken__closure1, A._saveToken_closure, A._saveToken__closure, A._saveToken__closure0, A._loadToken_closure, A._loadToken__closure, A._loadToken__closure0, A._loadTokens_closure, A._loadTokens__closure, A._loadTokens__closure0, A.tokenUIReducer_closure, A.editingReducer__closure25, A.tokenListReducer__closure, A._viewTokenList_closure, A._filterTokensByCustom1_closure, A._filterTokensByCustom1_closure0, A._filterTokensByCustom2_closure, A._filterTokensByCustom2_closure0, A._filterTokensByState_closure, A._filterTokensByState_closure0, A._filterTokens_closure, A._sortTokens_closure, A._startListMultiselect_closure13, A._addToListMultiselect_closure13, A._removeFromListMultiselect_closure13, A._clearListMultiselect_closure13, A._archiveTokenSuccess_closure, A._deleteTokenSuccess_closure, A._restoreTokenSuccess_closure, A._addToken_closure, A._updateToken_closure, A._setLoadedToken_closure, A.memoizedFilteredTokenList_closure, A.filteredTokensSelector_closure, A.TokenState_loadTokens_closure0, A.TokenState_loadTokens_closure1, A.TokenState_loadTokens_closure, A.handleTransactionAction_closure, A._editTransaction_closure, A._viewTransaction_closure, A._viewTransactionList_closure0, A._viewTransactionList__closure, A._archiveTransaction_closure, A._archiveTransaction__closure, A._archiveTransaction__closure0, A._archiveTransaction__closure1, A._deleteTransaction_closure, A._deleteTransaction__closure, A._deleteTransaction__closure0, A._deleteTransaction__closure1, A._restoreTransaction_closure, A._restoreTransaction__closure, A._restoreTransaction__closure0, A._restoreTransaction__closure1, A._convertTransactions_closure, A._convertTransactions__closure, A._convertTransactions__closure0, A._unlinkTransactions_closure, A._unlinkTransactions__closure, A._unlinkTransactions__closure0, A._convertToPayment_closure, A._convertToPayment__closure, A._convertToPayment__closure0, A._convertToExpense_closure, A._convertToExpense__closure, A._convertToExpense__closure0, A._linkToPayment_closure, A._linkToPayment__closure, A._linkToPayment__closure0, A._linkToExpense_closure, A._linkToExpense__closure, A._linkToExpense__closure0, A._saveTransaction_closure, A._saveTransaction__closure, A._saveTransaction__closure0, A._loadTransaction_closure, A._loadTransaction__closure, A._loadTransaction__closure0, A._loadTransactions_closure, A._loadTransactions__closure, A._loadTransactions__closure0, A.transactionUIReducer_closure, A.editingReducer__closure46, A.transactionListReducer__closure, A._viewTransactionList_closure, A._filterTransactionsByCustom1_closure, A._filterTransactionsByCustom1_closure0, A._filterTransactionsByCustom2_closure, A._filterTransactionsByCustom2_closure0, A._filterTransactionsByState_closure, A._filterTransactionsByState_closure0, A._filterTransactionsByStatus_closure, A._filterTransactionsByStatus_closure0, A._filterTransactions_closure, A._sortTransactions_closure, A._startListMultiselect_closure22, A._addToListMultiselect_closure22, A._removeFromListMultiselect_closure22, A._clearListMultiselect_closure22, A._archiveTransactionSuccess_closure, A._deleteTransactionSuccess_closure, A._restoreTransactionSuccess_closure, A._addTransaction_closure, A._updateTransaction_closure, A._convertTransactionToPayment_closure, A._linkTransactionToPayment_closure, A._linkTransactionToExpense_closure, A._setLoadedTransaction_closure, A.memoizedFilteredTransactionList_closure, A.filteredTransactionsSelector_closure, A.TransactionState_loadTransactions_closure0, A.TransactionState_loadTransactions_closure1, A.TransactionState_loadTransactions_closure, A.handleTransactionRuleAction_closure, A._editTransactionRule_closure, A._viewTransactionRule_closure, A._viewTransactionRuleList_closure0, A._viewTransactionRuleList__closure, A._archiveTransactionRule_closure, A._archiveTransactionRule__closure, A._archiveTransactionRule__closure0, A._archiveTransactionRule__closure1, A._deleteTransactionRule_closure, A._deleteTransactionRule__closure, A._deleteTransactionRule__closure0, A._deleteTransactionRule__closure1, A._restoreTransactionRule_closure, A._restoreTransactionRule__closure, A._restoreTransactionRule__closure0, A._restoreTransactionRule__closure1, A._saveTransactionRule_closure, A._saveTransactionRule__closure, A._saveTransactionRule__closure0, A._loadTransactionRule_closure, A._loadTransactionRule__closure, A._loadTransactionRule__closure0, A._loadTransactionRules_closure, A._loadTransactionRules__closure, A._loadTransactionRules__closure0, A.transactionRuleUIReducer_closure, A.editingReducer__closure47, A.transactionRuleListReducer__closure, A._viewTransactionRuleList_closure, A._filterTransactionRulesByCustom1_closure, A._filterTransactionRulesByCustom1_closure0, A._filterTransactionRulesByCustom2_closure, A._filterTransactionRulesByCustom2_closure0, A._filterTransactionRulesByState_closure, A._filterTransactionRulesByState_closure0, A._filterTransactionRules_closure, A._sortTransactionRules_closure, A._startListMultiselect_closure23, A._addToListMultiselect_closure23, A._removeFromListMultiselect_closure23, A._clearListMultiselect_closure23, A._archiveTransactionRuleSuccess_closure, A._deleteTransactionRuleSuccess_closure, A._restoreTransactionRuleSuccess_closure, A._addTransactionRule_closure, A._updateTransactionRule_closure, A._setLoadedTransactionRule_closure, A.memoizedFilteredTransactionRuleList_closure, A.filteredTransactionRulesSelector_closure, A.TransactionRuleState_loadTransactionRules_closure0, A.TransactionRuleState_loadTransactionRules_closure1, A.TransactionRuleState_loadTransactionRules_closure, A.prefReducer_closure, A._resortFields_closure, A._resortFields_closure0, A.sidebarEditorReducer__closure, A.sidebarEditorReducer__closure0, A.sidebarViewerReducer__closure, A.sidebarViewerReducer__closure0, A.companyPrefReducer_closure, A.historyReducer__closure0, A.historyReducer__closure, A.historyReducer___closure, A._addToHistory_closure, A._addToHistory_closure0, A._addToHistory_closure1, A.uiReducer_closure, A.previewStackReducer__closure, A.filterStackReducer__closure, A.UIState_mainRoute_closure, A.UIState_subRoute_closure, A.UIState_previousMainRoute_closure, A.UIState_previousSubRoute_closure, A.handleUserAction_closure, A.handleUserAction_closure0, A.handleUserAction_closure1, A.handleUserAction_closure2, A.handleUserAction_closure3, A.handleUserAction_closure4, A.handleUserAction_closure5, A.handleUserAction_closure6, A.handleUserAction_closure7, A.handleUserAction_closure8, A.handleUserAction_closure9, A.handleUserAction_closure11, A.handleUserAction_closure13, A.handleUserAction_closure15, A.handleUserAction_closure17, A.handleUserAction_closure16, A._editUser_closure, A._viewUser_closure, A._viewUserList_closure0, A._viewUserList__closure, A._archiveUser_closure, A._archiveUser__closure, A._archiveUser__closure0, A._archiveUser__closure1, A._deleteUser_closure, A._deleteUser__closure, A._deleteUser__closure0, A._deleteUser__closure1, A._restoreUser_closure, A._restoreUser__closure, A._restoreUser__closure0, A._restoreUser__closure1, A._removeUser_closure, A._removeUser__closure, A._removeUser__closure0, A._resendInvite_closure, A._resendInvite__closure, A._resendInvite__closure0, A._saveUser_closure, A._saveUser__closure, A._saveUser__closure0, A._loadUser_closure, A._loadUser__closure, A._loadUser__closure0, A._loadUsers_closure, A._loadUsers__closure, A._loadUsers__closure0, A.userUIReducer_closure, A.editingReducer__closure15, A.userListReducer__closure, A._viewUserList_closure, A._filterUsersByCustom1_closure, A._filterUsersByCustom1_closure0, A._filterUsersByCustom2_closure, A._filterUsersByCustom2_closure0, A._filterUsersByCustom3_closure, A._filterUsersByCustom3_closure0, A._filterUsersByCustom4_closure, A._filterUsersByCustom4_closure0, A._filterUsersByState_closure, A._filterUsersByState_closure0, A._filterUsers_closure, A._sortUsers_closure, A._startListMultiselect_closure9, A._addToListMultiselect_closure9, A._removeFromListMultiselect_closure9, A._clearListMultiselect_closure9, A._archiveUserSuccess_closure, A._deleteUserSuccess_closure, A._restoreUserSuccess_closure, A._removeUserSuccess_closure, A._addUser_closure, A._updateUser_closure, A._updateAuthUser_closure, A._connectOAuthUser_closure, A._disconnectOAuthUser_closure, A._disconnectOAuthMailer_closure, A._connectGmailUser_closure, A._setLoadedUser_closure, A._setLoadedUsers_closure, A._setLoadedUsers__closure, A._setLoadedUsers__closure0, A._setLoadedUsers_closure0, A._setLoadedCompany_closure5, A._setLoadedCompany__closure5, A._setLoadedCompany__closure6, A._setLoadedCompany_closure6, A.memoizedFilteredUserList_closure, A.filteredUsersSelector_closure, A.memoizedUserList_closure, A.userList_closure, A.memoizedGmailUserList_closure, A.gmailUserList_closure, A.memoizedMicrosoftUserList_closure, A.microsoftUserList_closure, A.handleVendorAction_closure, A.handleVendorAction_closure0, A._editVendor_closure, A._viewVendor_closure, A._viewVendorList_closure0, A._viewVendorList__closure, A._archiveVendor_closure, A._archiveVendor__closure, A._archiveVendor__closure0, A._archiveVendor__closure1, A._deleteVendor_closure, A._deleteVendor__closure, A._deleteVendor__closure0, A._deleteVendor__closure1, A._restoreVendor_closure, A._restoreVendor__closure, A._restoreVendor__closure0, A._restoreVendor__closure1, A._saveVendor_closure, A._saveVendor__closure, A._saveVendor__closure0, A._loadVendor_closure, A._loadVendor__closure, A._loadVendor__closure0, A._loadVendors_closure, A._loadVendors__closure, A._loadVendors___closure, A._loadVendors____closure, A._loadVendors_____closure, A._loadVendors__closure0, A._saveDocument_closure9, A._saveDocument__closure19, A._saveDocument___closure9, A._saveDocument____closure9, A._saveDocument__closure20, A.vendorUIReducer_closure, A.editingReducer__closure9, A._addContact_closure, A._removeContact_closure, A._updateContact_closure, A.vendorListReducer__closure, A._viewVendorList_closure, A._filterVendorsByCustom1_closure, A._filterVendorsByCustom1_closure0, A._filterVendorsByCustom2_closure, A._filterVendorsByCustom2_closure0, A._filterVendorsByCustom3_closure, A._filterVendorsByCustom3_closure0, A._filterVendorsByCustom4_closure, A._filterVendorsByCustom4_closure0, A._filterVendorsByState_closure, A._filterVendorsByState_closure0, A._filterVendors_closure, A._sortVendors_closure, A._startListMultiselect_closure3, A._addToListMultiselect_closure3, A._removeFromListMultiselect_closure3, A._clearListMultiselect_closure3, A._archiveVendorSuccess_closure, A._deleteVendorSuccess_closure, A._restoreVendorSuccess_closure, A._addVendor_closure, A._addVendor__closure, A._updateVendor_closure, A._updateVendor__closure, A._setLoadedVendor_closure, A._setLoadedVendor__closure, A.memoizedDropdownVendorList_closure, A.dropdownVendorsSelector_closure, A.memoizedFilteredVendorList_closure, A.filteredVendorsSelector_closure, A.memoizedCalculateVendorBalance_closure, A.calculateVendorBalance_closure, A.VendorState_loadVendors_closure0, A.VendorState_loadVendors_closure1, A.VendorState_loadVendors_closure, A.handleWebhookAction_closure, A._editWebhook_closure, A._viewWebhook_closure, A._viewWebhookList_closure0, A._viewWebhookList__closure, A._archiveWebhook_closure, A._archiveWebhook__closure, A._archiveWebhook__closure0, A._archiveWebhook__closure1, A._deleteWebhook_closure, A._deleteWebhook__closure, A._deleteWebhook__closure0, A._deleteWebhook__closure1, A._restoreWebhook_closure, A._restoreWebhook__closure, A._restoreWebhook__closure0, A._restoreWebhook__closure1, A._saveWebhook_closure, A._saveWebhook__closure, A._saveWebhook__closure0, A._loadWebhook_closure, A._loadWebhook__closure, A._loadWebhook__closure0, A._loadWebhooks_closure, A._loadWebhooks__closure, A._loadWebhooks__closure0, A.webhookUIReducer_closure, A.editingReducer__closure26, A.webhookListReducer__closure, A._viewWebhookList_closure, A._filterWebhooksByCustom1_closure, A._filterWebhooksByCustom1_closure0, A._filterWebhooksByCustom2_closure, A._filterWebhooksByCustom2_closure0, A._filterWebhooksByState_closure, A._filterWebhooksByState_closure0, A._filterWebhooks_closure, A._sortWebhooks_closure, A._startListMultiselect_closure14, A._addToListMultiselect_closure14, A._removeFromListMultiselect_closure14, A._clearListMultiselect_closure14, A._archiveWebhookSuccess_closure, A._deleteWebhookSuccess_closure, A._restoreWebhookSuccess_closure, A._addWebhook_closure, A._updateWebhook_closure, A._setLoadedWebhook_closure, A.memoizedFilteredWebhookList_closure, A.filteredWebhooksSelector_closure, A.WebhookState_loadWebhooks_closure0, A.WebhookState_loadWebhooks_closure1, A.WebhookState_loadWebhooks_closure, A.ActionMenuButton_build_closure, A.ActionMenuButton_build_closure0, A.ActionMenuButton_build_closure1, A._AppBottomBarState_build__closure14, A._AppBottomBarState_build___closure8, A._AppBottomBarState_build____closure1, A._AppBottomBarState_build_____closure2, A._AppBottomBarState_build__closure12, A._AppBottomBarState_build___closure6, A._AppBottomBarState_build____closure0, A._AppBottomBarState_build_____closure1, A._AppBottomBarState_build__closure2, A._AppBottomBarState_build___closure0, A._AppBottomBarState_build____closure, A._AppBottomBarState_build_____closure, A._AppBottomBarState_build__closure10, A._AppBottomBarState_build___closure4, A._AppBottomBarState_build__closure8, A._AppBottomBarState_build___closure3, A._AppBottomBarState_build__closure6, A._AppBottomBarState_build___closure2, A._AppBottomBarState_build__closure4, A._AppBottomBarState_build___closure1, A._AppBottomBarState_build___onColumnsPressed_closure, A._AppBottomBarState_build___onColumnsPressed__closure, A._AppBottomBarState_build___onColumnsPressed__closure0, A._AppBottomBarState_build___onColumnsPressed__closure1, A.CustomFieldSelector_build_closure0, A.CustomFieldSelector_build__closure, A.CustomFieldSelector_build___closure, A.ConfirmEmail_build___closure, A.ConfirmEmailVM_fromStore_closure2, A.ConfirmEmailVM_fromStore__closure, A._DesktopSessionTimeoutState_initState_closure, A._DesktopSessionTimeoutState_build__closure, A.MessageDialog_build_closure, A.ErrorDialog_build__closure, A._HealthCheckDialogState_runCheck_closure0, A._HealthCheckDialogState_runCheck_closure1, A._HealthCheckDialogState_clearCache_closure0, A._HealthCheckDialogState_clearCache__closure, A._HealthCheckDialogState_clearCache_closure1, A.multiselectDialog_closure, A.multiselectDialog__closure, A.MultiSelectListState_build_closure, A.MultiSelectListState_build_closure0, A.MultiSelectListState_build_closure2, A.MultiSelectListState_build_closure3, A.MultiSelectListState_build_closure4, A.DismissibleEntity_build_closure, A.DismissibleEntity_build_closure0, A.DismissibleEntity_build_closure1, A.DismissibleEntity_build_closure2, A.DismissibleEntity_build_closure3, A._DocumentGridState_build_closure, A._DocumentGridState_build__closure2, A._DocumentGridState_build__closure0, A._DocumentGridState_build__closure1, A._DocumentGridState_build__closure, A.DocumentTile_build_closure1, A.DocumentTile_build__closure, A.DocumentTile_build___closure, A.DocumentTile_build___closure0, A.DocumentTile_build_closure0, A.EditScaffold_build_closure3, A.EditScaffold_build__closure2, A.EditScaffold_build__closure1, A.EditScaffold_build___closure, A.EditScaffold_build_closure6, A.EditScaffold_build_closure7, A.EditScaffold_build_closure8, A.EditScaffold_build__closure, A.EditScaffold_build_closure9, A.showEntityActionsDialog_closure, A.showEntityActionsDialog_closure0, A._EntityListTileState_build_closure3, A._EntityListTileState_build_closure4, A._EntitiesListTileState_build_closure2, A._EntitiesListTileState_build_closure3, A._EntityDropdownState__showOptions_closure, A._EntityDropdownState__showOptions__closure, A._EntityDropdownState__showOptions__closure1, A._EntityDropdownState_build__closure8, A._EntityDropdownState_build_closure4, A._EntityDropdownState_build__closure0, A._EntityDropdownState_build__closure1, A._EntityDropdownState_build__closure2, A._EntityDropdownState_build_closure1, A._EntityDropdownState_build_closure3, A._EntityDropdownState_build_closure__wrapUp, A._EntityDropdownState_build___wrapUp_closure, A._EntityDropdownState_build__closure3, A._EntityDropdownState_build__closure4, A._EntityDropdownState_build__closure5, A._EntityDropdownState_build_closure2, A._EntityDropdownState_build__closure7, A._EntityDropdownState_build__closure6, A._EntityDropdownState_build_closure5, A._EntityDropdownState_build___closure, A._EntityDropdownState_build____closure, A._EntityDropdownState_build____closure0, A._EntityDropdownDialogState_build__selectEntity, A._EntityDropdownDialogState_build__headerRow_closure, A._EntityDropdownDialogState_build__headerRow__closure, A._EntityDropdownDialogState_build__createList_closure, A._EntityDropdownDialogState_build__createList_closure0, A._EntityDropdownDialogState_build__createList__closure, A.EntityTopFilter_build_closure, A.EntityTopFilter_build__closure0, A.EntityTopFilter_build__closure, A.EntityTopFilter_build___closure, A.EntityTopFilter_build___closure0, A.EntityTopFilterHeader_build_closure2, A.EntityTopFilterHeader_build__closure0, A.EntityTopFilterHeader_build__closure, A.EntityTopFilterHeader_build___closure, A.AppDropdownButton_build_closure, A.AppToggleButtons_build__closure, A.AppToggleButtons_build__closure0, A.BoolDropdownButton_build_closure, A.BoolDropdownButton_build_closure0, A.BoolDropdownButton_build_closure1, A.BoolDropdownButton_build_closure3, A.ClientPicker_build_closure, A._FormColorPickerState_didChangeDependencies_closure, A._FormColorPickerState_didChangeDependencies_closure0, A._FormColorPickerState__showPicker_closure, A._FormColorPickerState__showPicker__closure, A._CustomFieldState_build_closure, A._CustomFieldState_build_closure1, A._CustomFieldState_build_closure2, A._DatePickerState_build_closure1, A._DecoratedFormFieldState_build_closure2, A._DecoratedFormFieldState_build_closure0, A._DecoratedFormFieldState_build_closure1, A.DesignPicker_build_closure1, A.DesignPicker_build_closure, A.DesignPicker_build_closure0, A._DurationPickerState_build_closure1, A._DurationPickerState_build_closure, A._DurationPickerState_build__closure0, A._DurationPickerState_build_closure0, A.DynamicSelector_build_closure0, A.DynamicSelector_build_closure, A.DynamicSelector_build_closure1, A.NotificationSettings_build_closure, A.NotificationSettings_build_closure0, A.NotificationSettings_build_closure1, A.NotificationSettings_build__closure, A._NotificationSelector_build_closure, A._PasswordFormFieldState_build_closure0, A.ProjectPicker_build_closure0, A.ProjectPicker_build__closure, A.SaveCancelButtons_build_closure, A.SaveCancelButtons_build_closure0, A._TimePickerState_build_closure0, A._TimePickerState_build__closure, A._TimePickerState_build__closure0, A.VendorPicker_build_closure0, A.VendorPicker_build__closure, A.HistoryDrawer_build_closure, A._HistoryListTileState_build__closure, A._ImportantMessageBannerState_build__closure2, A._ImportantMessageBannerState_build___closure, A._ImportantMessageBannerState_build___closure0, A._ImportantMessageBannerState_build___closure1, A._ImportantMessageBannerState_build__closure0, A._InvoiceEmailViewState_dispose_closure, A._InvoiceEmailViewState__loadTemplate_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure1, A._InvoiceEmailViewState__buildEdit_closure0, A._InvoiceEmailViewState__buildEdit_closure1, A._InvoiceEmailViewState__buildEdit_closure2, A._InvoiceEmailViewState_build_closure, A._InvoiceEmailViewState_build_closure0, A._InvoiceEmailViewState_build_closure1, A._InvoiceEmailViewState_build_closure2, A._TaxRateDropdownState_didChangeDependencies_closure, A._TaxRateDropdownState_didChangeDependencies_closure0, A._TaxRateDropdownState_build_closure, A._TaxRateDropdownState_build_closure0, A._TaxRateDropdownState_build_closure1, A._TaxRateDropdownState_build_closure4, A._TaxRateDropdownState_build_closure3, A.TaxRateField_build_closure, A.TaxRateField_build_closure0, A._LinkTextRelatedEntityState_build_closure2, A._LinkTextRelatedEntityState_build_closure1, A._ListFilterState_build_closure0, A._ListFilterState_build_closure4, A._ListFilterState_build__closure2, A._ListFilterState_build__closure3, A._ListFilterState_build_closure3, A._ListFilterState_build_closure2, A._ListFilterState_build__closure4, A._ListFilterState_build_closure7, A._ListFilterState_build__closure, A._ListFilterState_build___closure0, A._ListFilterState_build__closure0, A._ListFilterState_build___closure, A._ListFilterState_build_closure6, A._ListFilterState_build_closure5, A._ListFilterState_build__closure1, A.ListScaffold_build_closure0, A.ListScaffold_build_closure5, A.ListScaffold_build_closure4, A._LiveTextState_initState_closure, A.MainScreen_build__closure, A._MenuDrawerState_build__companyLogo, A._MenuDrawerState_build__companyLogo_closure, A._MenuDrawerState_build__companyListItem, A._MenuDrawerState_build__companyListItem_closure, A._MenuDrawerState_build__companyListItem_closure2, A._MenuDrawerState_build__companyListItem_closure3, A._MenuDrawerState_build_closure, A._MenuDrawerState_build__closure5, A._MenuDrawerState_build_closure0, A._MenuDrawerState_build__closure4, A._MenuDrawerState_build_closure3, A._MenuDrawerState_build__closure3, A._MenuDrawerState_build_closure1, A._MenuDrawerState_build_closure2, A._MenuDrawerState_build__closure2, A._MenuDrawerState_build__closure1, A._MenuDrawerState_build__closure0, A._MenuDrawerState_build__closure, A._DrawerTileState_build_closure3, A._DrawerTileState_build_closure4, A.SidebarFooter_build__closure, A.SidebarFooterCollapsed_build_closure0, A.SidebarFooterCollapsed_build_closure, A._showContactUs_closure, A._showUpdate_closure, A._showAbout_closure, A._showAbout___closure1, A._showAbout___closure0, A._showAbout_____closure, A._showAbout___closure, A._ContactUsDialogState__sendMessage_closure0, A._ContactUsDialogState__sendMessage__closure1, A._ContactUsDialogState__sendMessage_closure1, A._ContactUsDialogState_build_closure1, A._ContactUsDialogState_build_closure2, A.MenuDrawerVM_fromStore_closure1, A.MenuDrawerVM_fromStore__closure, A.MenuDrawerVM_fromStore_closure, A.MenuDrawerVM_fromStore_closure0, A.MenuDrawerVM_fromStore__closure0, A.MenuDrawerVM_fromStore___closure, A.MenuDrawerVM_fromStore___closure0, A._DropDownMultiSelectState_initState_closure, A._DropDownMultiSelectState_build___closure2, A._DropDownMultiSelectState_build___closure3, A._DropDownMultiSelectState_build__closure1, A._DropDownMultiSelectState_build__closure2, A._DropDownMultiSelectState_build___closure, A._DropDownMultiSelectState_build__closure0, A._DropDownMultiSelectState_build____closure, A.AppPinput_build_closure, A.PortalLinks_build_closure1, A.PortalLinks_build_closure2, A.SearchText_build_closure0, A._AccountSmsVerificationState__sendCode_closure0, A._AccountSmsVerificationState__sendCode_closure1, A._AccountSmsVerificationState__verifyCode_closure0, A._AccountSmsVerificationState__verifyCode_closure1, A._AccountSmsVerificationState_build_closure, A._AccountSmsVerificationState_build_closure0, A._AccountSmsVerificationState_build_closure1, A._UserSmsVerificationState_initState_closure, A._UserSmsVerificationState__sendCode_closure0, A._UserSmsVerificationState__sendCode_closure1, A._UserSmsVerificationState__verifyCode_closure0, A._UserSmsVerificationState__verifyCode_closure1, A._UserSmsVerificationState_build_closure, A._SystemLogViewerState_build_closure, A._SystemLogViewerState_build_closure0, A._SystemLogViewerState_build_closure1, A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, A.AppPaginatedDataTableState_build_closure, A.EntityDataTableSource_getRow_closure, A.EntityDataTableSource_getRow_closure4, A._EntityListState_initState_closure, A._EntityListState_build_closure, A._EntityListState_build__closure, A._EntityListState_build__closure3, A._EntityListState_build__closure8, A._EntityListState_build___closure, A._EntityListState_build___closure0, A._EntityListState_build__closure5, A._EntityListState_build__closure6, A._EntityListState_build__closure7, A._EntityListState_build_closure0, A._EntityListState_build_closure1, A._EntityListState_build__closure13, A._EntityListState_build_closure2, A._EntityListState_build__closure11, A._EntityListState_build__closure10, A._EntityListState_build___closure2, A._EntityListState_build_closure5, A._EntityListState_build__closure9, A._EntityListState_build_closure4, A._UpgradeDialogState_initState_closure, A._UpgradeDialogState_initState_closure1, A._UpgradeDialogState__buildProductList_closure, A._UpgradeDialogState__buildProductList_closure1, A._VariablesHelpState_build_closure, A._VariablesHelpState_build_closure0, A._VariablesHelpState_build_closure1, A._VariableGrid_build__closure, A.ViewScaffold_build_closure4, A._WebSessionTimeoutState_initState_closure, A.InitScreen_build_closure0, A._LoginState__submitSignUpForm_closure0, A._LoginState__submitSignUpForm_closure1, A._LoginState__submitSignUpForm_closure2, A._LoginState__submitLoginForm_closure0, A._LoginState__submitLoginForm___closure, A._LoginState__submitLoginForm_closure1, A._LoginState__submitLoginForm_closure2, A._LoginState_build_closure2, A._LoginState_build_closure3, A._LoginState_build_closure4, A._LoginState_build_closure5, A._LoginState_build_closure6, A._LoginState_build_closure7, A._LoginState_build_closure8, A._LoginState_build_closure9, A.LoginVM_fromStore__handleLogin, A.LoginVM_fromStore__handleLogin_closure, A.LoginVM_fromStore__formatApiUrl, A.LoginVM_fromStore_closure3, A.LoginVM_fromStore___closure2, A.LoginVM_fromStore_closure4, A.LoginVM_fromStore___closure1, A.LoginVM_fromStore_closure5, A.LoginVM_fromStore___closure0, A.LoginVM_fromStore__closure4, A.LoginVM_fromStore_closure6, A.LoginVM_fromStore___closure, A.LoginVM_fromStore__closure2, A.LoginVM_fromStore_closure7, A.LoginVM_fromStore__closure0, A.LoginVM_fromStore_closure8, A.LoginVM_fromStore__closure, A.LoginVM_fromStore_closure1, A.LoginVM_fromStore__closure7, A.LoginVM_fromStore_closure0, A.LoginVM_fromStore_closure, A.LoginVM_fromStore__closure8, A.LoginVM_fromStore_closure2, A.BankAccountListItem_build_closure, A.BankAccountListVM_fromStore__handleRefresh, A.BankAccountListVM_fromStore_closure, A.BankAccountListVM_fromStore_closure0, A.BankAccountScreen_connectAccounts_closure, A.BankAccountScreen__connectAccounts_closure, A.BankAccountScreen__connectAccounts_closure0, A.BankAccountScreen_build_closure12, A.BankAccountScreen_build_closure9, A.BankAccountScreen_build_closure5, A.BankAccountScreen_build_closure6, A.BankAccountScreen_build_closure7, A.BankAccountScreen_build_closure8, A.BankAccountScreenVM_fromStore_closure, A.BankAccountScreenVM_fromStore__closure, A.BankAccountScreenVM_fromStore__closure0, A._BankAccountEditState_didChangeDependencies_closure, A._BankAccountEditState_didChangeDependencies_closure0, A._BankAccountEditState_dispose_closure, A._BankAccountEditState__onChanged_closure, A._BankAccountEditState_build_closure3, A._BankAccountEditState_build_closure4, A._BankAccountEditState_build_closure0, A._BankAccountEditState_build_closure, A._BankAccountEditState_build__closure0, A._BankAccountEditState_build_closure2, A._BankAccountEditState_build__closure, A.BankAccountEditScreen_build_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure1, A.BankAccountEditVM_BankAccountEditVM$fromStore_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore___closure, A.BankAccountEditVM_BankAccountEditVM$fromStore___closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore____closure, A.BankAccountViewScreen_build_closure0, A.ClientListItem_build__closure, A.ClientListItem_build__closure3, A.ClientListVM_fromStore__handleRefresh, A.ClientListVM_fromStore_closure, A.ClientListVM_fromStore_closure0, A._ClientPdfViewState_loadPDF_closure0, A._ClientPdfViewState_loadPDF_closure1, A._ClientPdfViewState_loadPDF__closure0, A._ClientPdfViewState_build_closure1, A._ClientPdfViewState_build_closure, A._ClientPdfViewState_build_closure0, A._ClientPdfViewState_build_closure3, A._ClientPdfViewState_build_closure2, A._ClientPdfViewState_build_closure5, A._ClientPdfViewState_build_closure4, A._ClientPdfViewState_build__closure4, A._ClientPdfViewState_build__closure2, A._ClientPdfViewState_build_closure13, A.ClientPdfScreen_build_closure0, A.ClientPresenter_getField_closure0, A.ClientScreen_build_closure7, A.ClientScreen_build_closure4, A.ClientScreen_build_closure0, A.ClientScreen_build_closure1, A.ClientScreen_build_closure2, A.ClientScreen_build_closure3, A._ClientEditState_build_closure, A._ClientEditState_build_closure0, A.ClientEditBillingAddressState_didChangeDependencies_closure, A.ClientEditBillingAddressState_didChangeDependencies_closure0, A.ClientEditBillingAddressState_dispose_closure, A.ClientEditBillingAddressState__onChanged_closure, A.ClientEditBillingAddressState_build_closure, A.ClientEditBillingAddressState_build__closure0, A.ClientEditBillingAddressState_build__closure, A._ClientEditContactsState__showContactEditor_closure, A._ClientEditContactsState__showContactEditor__closure, A._ClientEditContactsState_build_closure, A._ClientEditContactsState_build_closure0, A.ContactEditDetailsState_didChangeDependencies_closure, A.ContactEditDetailsState_didChangeDependencies_closure0, A.ContactEditDetailsState_dispose_closure, A.ContactEditDetailsState__onChanged_closure, A.ContactEditDetailsState_build_closure0, A.ContactEditDetailsState_build_closure, A.ContactEditDetailsState_build_closure2, A.ContactEditDetailsState_build_closure1, A.ContactEditDetailsState_build_closure4, A.ContactEditDetailsState_build_closure3, A.ContactEditDetailsState_build_closure6, A.ContactEditDetailsState_build_closure5, A.ContactEditDetailsState_build_closure7, A.ContactEditDetailsState_build_closure8, A.ContactEditDetailsState_build_closure9, A.ContactEditDetailsState_build_closure10, A.ContactEditDetailsState_build_closure11, A.ContactEditDetailsState_build_closure12, A.ContactEditDetailsState_build___closure, A.ContactEditDetailsState_build__closure1, A.ContactEditDetailsState_build__closure, A.ClientEditContactsScreen_build_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1, A.ClientEditDetailsState_didChangeDependencies_closure, A.ClientEditDetailsState_didChangeDependencies_closure0, A.ClientEditDetailsState_dispose_closure, A.ClientEditDetailsState__onChanged_closure, A.ClientEditDetailsState_build_closure, A.ClientEditDetailsState_build_closure0, A.ClientEditDetailsState_build__closure3, A.ClientEditDetailsState_build_closure1, A.ClientEditDetailsState_build__closure2, A.ClientEditDetailsState_build_closure3, A.ClientEditDetailsState_build__closure1, A.ClientEditDetailsState_build_closure2, A.ClientEditDetailsState_build_closure4, A.ClientEditDetailsState_build__closure0, A.ClientEditDetailsState_build_closure5, A.ClientEditDetailsState_build__closure, A.ClientEditNotesState_didChangeDependencies_closure, A.ClientEditNotesState_didChangeDependencies_closure0, A.ClientEditNotesState_dispose_closure, A.ClientEditNotesState__onChanged_closure, A.ClientEditSettingsState_didChangeDependencies_closure, A.ClientEditSettingsState_didChangeDependencies_closure0, A.ClientEditSettingsState_dispose_closure, A.ClientEditSettingsState__onChanged_closure, A.ClientEditSettingsState_build_closure, A.ClientEditSettingsState_build__closure5, A.ClientEditSettingsState_build_closure0, A.ClientEditSettingsState_build__closure4, A.ClientEditSettingsState_build_closure1, A.ClientEditSettingsState_build_closure2, A.ClientEditSettingsState_build__closure3, A.ClientEditSettingsState_build_closure3, A.ClientEditSettingsState_build_closure4, A.ClientEditSettingsState_build__closure2, A.ClientEditSettingsState_build_closure5, A.ClientEditSettingsState_build__closure1, A.ClientEditSettingsState_build_closure6, A.ClientEditSettingsState_build_closure7, A.ClientEditSettingsState_build__closure0, A.ClientEditSettingsState_build_closure8, A.ClientEditSettingsState_build__closure, A.ClientEditShippingAddressState_didChangeDependencies_closure, A.ClientEditShippingAddressState_didChangeDependencies_closure0, A.ClientEditShippingAddressState_dispose_closure, A.ClientEditShippingAddressState__onChanged_closure, A.ClientEditShippingAddressState_build_closure, A.ClientEditShippingAddressState_build__closure0, A.ClientEditShippingAddressState_build__closure, A.ClientEditScreen_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure, A.ClientEditVM_ClientEditVM$fromStore__closure, A.ClientEditVM_ClientEditVM$fromStore__closure0, A.ClientEditVM_ClientEditVM$fromStore_closure1, A.ClientEditVM_ClientEditVM$fromStore_closure0, A.ClientEditVM_ClientEditVM$fromStore___closure, A.ClientEditVM_ClientEditVM$fromStore___closure0, A.ClientEditVM_ClientEditVM$fromStore___closure1, A.ClientEditVM_ClientEditVM$fromStore____closure, A._ClientViewState_build_closure, A._ClientViewDetailsState_build__buildDetailsList_closure, A._ClientViewFullwidthState_build_closure, A._ClientViewFullwidthState_build__closure2, A._ClientViewLedgerState_build_closure, A.ClientOverview_build_closure, A.ClientOverview_build_closure0, A.ClientViewPaymentMethods_build__closure, A.ClientViewScreen_build_closure0, A.ClientViewVM_ClientViewVM$fromStore__handleRefresh, A.ClientViewVM_ClientViewVM$fromStore_closure, A.ClientViewVM_ClientViewVM$fromStore_closure0, A.ClientViewVM_ClientViewVM$fromStore__closure, A.ClientViewVM_ClientViewVM$fromStore__closure0, A.ClientViewVM_ClientViewVM$fromStore___closure, A._CompanyGatewayListState_build_closure, A.CompanyGatewayListItem_build_closure, A.CompanyGatewayListVM_fromStore__handleRefresh, A.CompanyGatewayListVM_fromStore_closure, A.CompanyGatewayListVM_fromStore_closure1, A.CompanyGatewayListVM_fromStore__closure, A.CompanyGatewayListVM_fromStore__closure0, A.CompanyGatewayScreen_build_closure, A.CompanyGatewayScreen_build__closure0, A.CompanyGatewayScreen_build__closure1, A.CompanyGatewayScreen_build_closure0, A.CompanyGatewayScreen_build__closure, A.CompanyGatewayScreen_build_closure2, A.CompanyGatewayScreen_build_closure4, A.CompanyGatewayScreen_build_closure5, A.CompanyGatewayScreen_build_closure6, A.CompanyGatewayScreen_build_closure7, A.CompanyGatewayScreenVM_fromStore_closure, A._CompanyGatewayEditState_didChangeDependencies_closure, A._CompanyGatewayEditState_build_closure, A._CompanyGatewayEditState_build_closure0, A._CompanyGatewayEditState_build__closure18, A._CompanyGatewayEditState_build_closure3, A._CompanyGatewayEditState_build__closure17, A._CompanyGatewayEditState_build_closure4, A._CompanyGatewayEditState_build__closure16, A._CompanyGatewayEditState_build_closure6, A._CompanyGatewayEditState_build__closure15, A._CompanyGatewayEditState_build_closure5, A._CompanyGatewayEditState_build_closure7, A._CompanyGatewayEditState_build__closure14, A._CompanyGatewayEditState_build___closure, A._CompanyGatewayEditState_build_closure8, A._CompanyGatewayEditState_build__closure13, A._CompanyGatewayEditState_build_closure9, A._CompanyGatewayEditState_build__closure12, A._CompanyGatewayEditState_build_closure10, A._CompanyGatewayEditState_build__closure11, A._CompanyGatewayEditState_build_closure11, A._CompanyGatewayEditState_build__closure10, A._CompanyGatewayEditState_build_closure12, A._CompanyGatewayEditState_build__closure9, A._CompanyGatewayEditState_build_closure13, A._CompanyGatewayEditState_build__closure8, A._CompanyGatewayEditState_build_closure14, A._CompanyGatewayEditState_build__closure7, A._CompanyGatewayEditState_build_closure15, A._CompanyGatewayEditState_build__closure6, A._CompanyGatewayEditState_build_closure16, A._CompanyGatewayEditState_build__closure5, A._CompanyGatewayEditState_build_closure17, A._CompanyGatewayEditState_build__closure4, A._CompanyGatewayEditState_build_closure18, A._CompanyGatewayEditState_build__closure3, A._CompanyGatewayEditState_build_closure19, A._CompanyGatewayEditState_build__closure2, A._CompanyGatewayEditState_build_closure20, A._CompanyGatewayEditState_build__closure1, A._CompanyGatewayEditState_build_closure21, A._CompanyGatewayEditState_build__closure0, A._CompanyGatewayEditState_build_closure22, A._CompanyGatewayEditState_build_closure23, A.GatewayConfigSettings_build_closure0, A.GatewayConfigSettings_build__closure, A._GatewayConfigFieldState__obscureText_closure, A._GatewayConfigFieldState_build_closure0, A._GatewayConfigFieldState_build_closure, A._GatewayConfigFieldState_build_closure1, A._GatewayConfigFieldState_build_closure2, A._GatewayConfigFieldState_build_closure3, A._LimitEditorState__onChanged_closure, A._LimitEditorState__onChanged_closure0, A._LimitEditorState_build_closure, A._LimitEditorState_build_closure0, A._FeesEditorState_dispose_closure, A._FeesEditorState_didChangeDependencies_closure, A._FeesEditorState_didChangeDependencies_closure0, A._FeesEditorState__onChanged_closure, A._FeesEditorState__onChanged__closure, A._FeesEditorState_build_closure, A._FeesEditorState_build__closure2, A._FeesEditorState_build___closure2, A._FeesEditorState_build_closure0, A._FeesEditorState_build__closure1, A._FeesEditorState_build___closure1, A._FeesEditorState_build_closure1, A._FeesEditorState_build__closure0, A._FeesEditorState_build___closure0, A._FeesEditorState_build_closure2, A._FeesEditorState_build__closure, A._FeesEditorState_build___closure, A.CompanyGatewayEditScreen_build_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0, A._CompanyGatewayOverview_build_closure3, A.CompanyGatewayViewScreen_build_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure3, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure3, A.CreditEmailScreen_build_closure1, A.CreditEmailScreen_build_closure0, A.EmailCreditVM_EmailCreditVM$fromStore_closure, A.EmailCreditVM_EmailCreditVM$fromStore__closure, A.CreditListItem_build__closure, A.CreditListItem_build__closure3, A.CreditListVM_fromStore__handleRefresh, A.CreditListVM_fromStore_closure, A.CreditListVM_fromStore_closure0, A.CreditPdfScreen_build_closure0, A.CreditScreen_build_closure, A.CreditScreen_build_closure0, A.CreditScreen_build_closure1, A.CreditScreen_build_closure2, A.CreditScreen_build_closure3, A.CreditScreen_build_closure4, A.CreditScreen_build_closure14, A.CreditScreen_build_closure10, A.CreditScreen_build_closure6, A.CreditScreen_build_closure7, A.CreditScreen_build_closure8, A.CreditScreen_build_closure9, A._CreditEditState_build_closure1, A._CreditEditState_build_closure2, A._CreditEditState_build__closure, A._CreditEditState_build___closure0, A._CreditEditState_build___closure1, A._CreditEditState_build___closure, A.CreditEditDetailsScreen_build_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0, A.CreditEditItemsScreen_build_closure0, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1, A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0, A.CreditEditNotesScreen_build_closure0, A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure, A.CreditEditPDFScreen_build_closure0, A.CreditEditScreen_build_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure, A.CreditEditVM_CreditEditVM$fromStore___closure0, A.CreditEditVM_CreditEditVM$fromStore___closure1, A.CreditEditVM_CreditEditVM$fromStore___closure2, A.CreditEditVM_CreditEditVM$fromStore____closure, A.CreditEditVM_CreditEditVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure1, A.CreditEditVM_CreditEditVM$fromStore_closure2, A.CreditEditVM_CreditEditVM$fromStore__closure, A.CreditEditVM_CreditEditVM$fromStore__closure0, A.CreditEditVM_CreditEditVM$fromStore___closure, A.CreditViewScreen_build_closure0, A.CreditViewVM_CreditViewVM$fromStore__handleRefresh, A.CreditViewVM_CreditViewVM$fromStore_closure, A.CreditViewVM_CreditViewVM$fromStore_closure0, A.CreditViewVM_CreditViewVM$fromStore_closure1, A.CreditViewVM_CreditViewVM$fromStore__closure, A.CreditViewVM_CreditViewVM$fromStore__closure0, A.CreditViewVM_CreditViewVM$fromStore___closure, A.CreditViewVM_CreditViewVM$fromStore_closure2, A._DashboardChartState__onSelectionChanged_closure, A._DashboardChartState__onSelectionChanged_closure0, A._DashboardChartState_build_closure, A._DashboardDateRangePickerState_build_closure, A._DashboardDateRangePickerState_build_closure0, A._DashboardDateRangePickerState_build_closure1, A._DashboardDateRangePickerState_build_closure2, A._DashboardDateRangePickerState_build_closure5, A._DashboardDateRangePickerState_build_closure6, A._DashboardDateRangePickerState_build__closure, A.DashboardPanels__showDateOptions_closure, A.DashboardPanels__header__closure, A.DashboardPanels__header__closure0, A.DashboardPanels__header__closure1, A.DashboardPanels__header___closure0, A.DashboardPanels__header___closure1, A.DashboardPanels__header__closure2, A.DashboardPanels__header___closure, A.DashboardPanels__header__closure3, A.DashboardPanels__header__closure4, A.DashboardPanels__header___showSettings_closure, A.DashboardPanels__runningTasks_closure, A.DashboardPanels_build_closure, A.DashboardPanels_build_closure0, A.DashboardPanels_build_closure1, A.DashboardPanels_build_closure2, A.DashboardPanels_build_closure3, A.DashboardPanels_build__closure2, A.__DashboardPanelState_build_closure, A.__OverviewPanelState_build_closure, A.__DashboardSettingsState_build_closure, A.__DashboardSettingsState_build_closure0, A.__DashboardSettingsState_build_closure1, A.__DashboardSettingsState_build_closure2, A.__DashboardSettingsState_build__closure6, A.__DashboardSettingsState_build__closure2, A.__DashboardSettingsState_build__closure4, A.__DashboardSettingsState_build__closure0, A.__DashboardSettingsState_build_closure9, A.__DashboardSettingsState_build_closure8, A._DashboardFieldState_build__closure5, A._DashboardFieldState_build_closure0, A._DashboardFieldState_build_closure1, A._DashboardFieldState_build_closure2, A._DashboardFieldState_build_closure3, A._DashboardFieldState_build__closure, A._DashboardFieldState_build__closure0, A._DashboardScreenState_initState_closure, A._DashboardScreenState_initState_closure0, A._DashboardScreenState_initState__closure, A._DashboardScreenState_build_closure, A._DashboardScreenState_build_closure0, A._DashboardScreenState_build__closure0, A._DashboardScreenState_build___closure, A._DashboardScreenState_build___closure0, A._DashboardScreenState_build___closure1, A._DashboardScreenState_build_closure3, A.DashboardVM_fromStore__handleRefresh, A.DashboardVM_fromStore_closure, A.DashboardVM_fromStore_closure0, A.DashboardVM_fromStore_closure4, A.DashboardVM_fromStore_closure5, A.DashboardVM_fromStore_closure2, A.DashboardVM_fromStore_closure3, A.DesignListItem_build_closure, A.DesignListVM_fromStore__handleRefresh, A.DesignListVM_fromStore_closure, A.DesignListVM_fromStore_closure0, A.DesignScreen_build_closure7, A.DesignScreen_build_closure4, A.DesignScreen_build_closure0, A.DesignScreen_build_closure1, A.DesignScreen_build_closure2, A.DesignScreen_build_closure3, A._DesignEditState_didChangeDependencies_closure, A._DesignEditState_didChangeDependencies_closure0, A._DesignEditState_dispose_closure, A._DesignEditState__onChanged_closure, A._DesignEditState__loadDesign_closure, A._DesignEditState__loadDesign_closure0, A._DesignEditState__loadPreview_closure0, A._DesignEditState_build_closure2, A._DesignEditState_build_closure, A._DesignEditState_build_closure0, A._DesignEditState_build_closure1, A._DesignSettingsState_build_closure, A._DesignSettingsState_build_closure0, A._DesignSettingsState_build_closure1, A._DesignSettingsState_build__closure2, A._DesignSettingsState_build_closure4, A._DesignSettingsState_build_closure5, A._DesignSettingsState_build__closure1, A._DesignSettingsState_build___closure, A._DesignSettingsState_build____closure, A._DesignSettingsState_build__closure, A._DesignSettingsState_build__closure0, A._PdfDesignPreviewState_build_closure, A.__DesignImportDialogState_build_closure, A.DesignEditScreen_build_closure0, A.DesignEditVM_DesignEditVM$fromStore_closure, A.DesignEditVM_DesignEditVM$fromStore_closure1, A.DesignEditVM_DesignEditVM$fromStore_closure0, A._DesignViewState_build_closure, A._DesignViewState_build_closure0, A._DesignViewState_build_closure1, A._DesignViewState_build_closure2, A._DesignViewState_build_closure3, A._DesignViewState_build_closure4, A._DesignViewState_build_closure5, A._DesignViewState_build_closure6, A.DesignViewScreen_build_closure0, A.DocumentListItem_build__closure, A.DocumentListItem_build__closure3, A.DocumentListBuilder_build__closure1, A.DocumentListVM_fromStore_closure0, A.DocumentScreen_build_closure, A.DocumentScreen_build_closure0, A.DocumentScreen_build_closure1, A.DocumentScreen_build_closure2, A.DocumentScreen_build_closure3, A.DocumentScreen_build_closure4, A.DocumentScreen_build_closure11, A.DocumentScreen_build_closure7, A.DocumentScreen_build_closure8, A.DocumentScreen_build_closure9, A.DocumentScreen_build_closure10, A._DocumentEditState_didChangeDependencies_closure, A._DocumentEditState_didChangeDependencies_closure0, A._DocumentEditState_dispose_closure, A._DocumentEditState__onChanged_closure, A._DocumentEditState_build_closure1, A._DocumentEditState_build_closure0, A._DocumentEditState_build_closure, A._DocumentEditState_build__closure, A._DocumentEditState_build__closure0, A.DocumentEditScreen_build_closure0, A.DocumentEditVM_DocumentEditVM$fromStore_closure1, A.DocumentEditVM_DocumentEditVM$fromStore_closure, A.DocumentEditVM_DocumentEditVM$fromStore_closure0, A.DocumentEditVM_DocumentEditVM$fromStore___closure, A.DocumentEditVM_DocumentEditVM$fromStore___closure0, A.DocumentEditVM_DocumentEditVM$fromStore____closure, A._DocumentViewState_build_closure, A.DocumentViewScreen_build_closure0, A._ExpenseEditState__onSavePressed_closure, A._ExpenseEditState_build_closure1, A._ExpenseEditState_build_closure2, A.ExpenseEditDetailsState_didChangeDependencies_closure, A.ExpenseEditDetailsState_didChangeDependencies_closure0, A.ExpenseEditDetailsState_dispose_closure, A.ExpenseEditDetailsState__onChanged_closure, A.ExpenseEditDetailsState_build_closure1, A.ExpenseEditDetailsState_build__closure18, A.ExpenseEditDetailsState_build_closure, A.ExpenseEditDetailsState_build__closure19, A.ExpenseEditDetailsState_build_closure3, A.ExpenseEditDetailsState_build__closure17, A.ExpenseEditDetailsState_build_closure2, A.ExpenseEditDetailsState_build_closure4, A.ExpenseEditDetailsState_build__closure16, A.ExpenseEditDetailsState_build_closure6, A.ExpenseEditDetailsState_build__closure14, A.ExpenseEditDetailsState_build__closure15, A.ExpenseEditDetailsState_build_closure7, A.ExpenseEditDetailsState_build__closure13, A.ExpenseEditDetailsState_build_closure8, A.ExpenseEditDetailsState_build__closure12, A.ExpenseEditDetailsState_build_closure9, A.ExpenseEditDetailsState_build__closure11, A.ExpenseEditDetailsState_build_closure10, A.ExpenseEditDetailsState_build__closure10, A.ExpenseEditDetailsState_build_closure11, A.ExpenseEditDetailsState_build__closure9, A.ExpenseEditDetailsState_build_closure12, A.ExpenseEditDetailsState_build__closure8, A.ExpenseEditDetailsState_build_closure13, A.ExpenseEditDetailsState_build__closure7, A.ExpenseEditDetailsState_build_closure14, A.ExpenseEditDetailsState_build__closure6, A.ExpenseEditDetailsState_build_closure15, A.ExpenseEditDetailsState_build__closure5, A.ExpenseEditDetailsState_build_closure16, A.ExpenseEditDetailsState_build__closure4, A.ExpenseEditDetailsState_build_closure17, A.ExpenseEditDetailsState_build__closure3, A.ExpenseEditDetailsState_build__closure2, A.ExpenseEditDetailsState_build_closure20, A.ExpenseEditDetailsState_build__closure1, A.ExpenseEditDetailsState_build_closure19, A.ExpenseEditDetailsState_build__closure0, A.ExpenseEditDetailsState_build_closure23, A.ExpenseEditDetailsState_build__closure, A.ExpenseEditDetailsState_build_closure22, A.ExpenseEditNotesState_didChangeDependencies_closure, A.ExpenseEditNotesState_didChangeDependencies_closure0, A.ExpenseEditNotesState_dispose_closure, A.ExpenseEditNotesState__onChanged_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure0, A.ExpenseEditSettingsState_dispose_closure, A.ExpenseEditSettingsState__onChanged_closure, A.ExpenseEditSettingsState__setCurrency_closure, A.ExpenseEditSettingsState__setCurrency_closure0, A.ExpenseEditSettingsState__calculateExchangeRate_closure, A.ExpenseEditSettingsState_build_closure, A.ExpenseEditSettingsState_build__closure11, A.ExpenseEditSettingsState_build_closure0, A.ExpenseEditSettingsState_build__closure7, A.ExpenseEditSettingsState_build__closure8, A.ExpenseEditSettingsState_build__closure9, A.ExpenseEditSettingsState_build_closure1, A.ExpenseEditSettingsState_build__closure6, A.ExpenseEditSettingsState_build__closure5, A.ExpenseEditSettingsState_build_closure3, A.ExpenseEditSettingsState_build__closure3, A.ExpenseEditSettingsState_build__closure4, A.ExpenseEditSettingsState_build_closure4, A.ExpenseEditSettingsState_build_closure7, A.ExpenseEditSettingsState_build_closure5, A.ExpenseEditSettingsState_build_closure6, A.ExpenseEditSettingsState_build_closure8, A.ExpenseEditSettingsState_build__closure1, A.ExpenseEditSettingsState_build_closure10, A.ExpenseEditSettingsState_build__closure0, A.ExpenseEditSettingsState_build_closure11, A.ExpenseEditSettingsState_build__closure, A.ExpenseEditScreen_build_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore____closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure4, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore___closure, A.ExpenseListItem_build__closure, A.ExpenseListItem_build__closure3, A.ExpenseListVM_fromStore__handleRefresh, A.ExpenseListVM_fromStore_closure, A.ExpenseListVM_fromStore_closure0, A.ExpenseScreen_build_closure, A.ExpenseScreen_build_closure0, A.ExpenseScreen_build_closure1, A.ExpenseScreen_build_closure2, A.ExpenseScreen_build_closure3, A.ExpenseScreen_build_closure14, A.ExpenseScreen_build_closure10, A.ExpenseScreen_build_closure6, A.ExpenseScreen_build_closure7, A.ExpenseScreen_build_closure8, A.ExpenseScreen_build_closure9, A._ExpenseViewState_build_closure, A._ExpenseViewScheduleState_build_closure, A.ExpenseViewScreen_build_closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore___closure, A._ExpenseCategoryEditState_didChangeDependencies_closure, A._ExpenseCategoryEditState_didChangeDependencies_closure0, A._ExpenseCategoryEditState_dispose_closure, A._ExpenseCategoryEditState__onChanged_closure, A._ExpenseCategoryEditState_build_closure0, A._ExpenseCategoryEditState_build_closure1, A._ExpenseCategoryEditState_build_closure, A._ExpenseCategoryEditState_build__closure, A._ExpenseCategoryEditState_build__closure0, A._ExpenseCategoryEditState_build__closure1, A._ExpenseCategoryEditState_build___closure, A.ExpenseCategoryEditScreen_build_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure, A.ExpenseCategoryListItem_build_closure, A.ExpenseCategoryListVM_fromStore__handleRefresh, A.ExpenseCategoryListVM_fromStore_closure, A.ExpenseCategoryListVM_fromStore_closure0, A.ExpenseCategoryScreen_build_closure7, A.ExpenseCategoryScreen_build_closure4, A.ExpenseCategoryScreen_build_closure0, A.ExpenseCategoryScreen_build_closure1, A.ExpenseCategoryScreen_build_closure2, A.ExpenseCategoryScreen_build_closure3, A.ExpenseCategoryViewScreen_build_closure0, A._GroupEditState_didChangeDependencies_closure, A._GroupEditState_didChangeDependencies_closure0, A._GroupEditState_dispose_closure, A._GroupEditState__onChanged_closure, A._GroupEditState_build_closure0, A._GroupEditState_build_closure1, A._GroupEditState_build_closure, A._GroupEditState_build__closure, A._GroupEditState_build__closure0, A.GroupEditScreen_build_closure0, A.GroupEditVM_GroupEditVM$fromStore_closure, A.GroupEditVM_GroupEditVM$fromStore_closure1, A.GroupEditVM_GroupEditVM$fromStore_closure0, A.GroupEditVM_GroupEditVM$fromStore___closure, A.GroupEditVM_GroupEditVM$fromStore___closure0, A.GroupEditVM_GroupEditVM$fromStore____closure, A.GroupListItem_build_closure, A.GroupListVM_fromStore__handleRefresh, A.GroupListVM_fromStore_closure, A.GroupListVM_fromStore_closure0, A.GroupSettingsScreen_build_closure3, A.GroupSettingsScreen_build_closure0, A.GroupViewScreen_build_closure0, A.GroupViewVM_GroupViewVM$fromStore_closure0, A.GroupViewVM_GroupViewVM$fromStore__closure, A.GroupViewVM_GroupViewVM$fromStore__closure0, A.GroupViewVM_GroupViewVM$fromStore___closure, A._InvoiceEditState__onSavePressed_closure, A._InvoiceEditState_build_closure1, A._InvoiceEditState_build_closure2, A._InvoiceEditState_build__closure, A._InvoiceEditState_build___closure0, A._InvoiceEditState_build___closure1, A._InvoiceEditState_build___closure, A.InvoiceEditContacts_build_closure0, A.InvoiceEditContacts_build_closure2, A._ContactListTileState_build_closure, A._ContactListTileState_build_closure0, A._ContactListTileState_build_closure1, A._ContactListTileState_build__closure, A._ContactListTileState_build__closure0, A.InvoiceEditContactsScreen_build_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1, A.InvoiceEditDesktopState_didChangeDependencies_closure, A.InvoiceEditDesktopState_didChangeDependencies_closure0, A.InvoiceEditDesktopState_dispose_closure, A.InvoiceEditDesktopState__onChanged_closure, A.InvoiceEditDesktopState_build_closure, A.InvoiceEditDesktopState_build_closure0, A.InvoiceEditDesktopState_build_closure1, A.InvoiceEditDesktopState_build_closure2, A.InvoiceEditDesktopState_build_closure3, A.InvoiceEditDesktopState_build_closure4, A.InvoiceEditDesktopState_build_closure8, A.InvoiceEditDesktopState_build__closure21, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build__closure20, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure19, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure18, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure17, A.InvoiceEditDesktopState_build__closure16, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build__closure15, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build_closure25, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure26, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build___closure8, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build___closure7, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDesktopState_build___closure5, A.InvoiceEditDesktopState_build___closure6, A.InvoiceEditDesktopState_build__closure3, A.InvoiceEditDesktopState_build___closure4, A.InvoiceEditDesktopState_build__closure5, A.InvoiceEditDesktopState_build___closure2, A.InvoiceEditDesktopState_build___closure3, A.InvoiceEditDesktopState_build__closure6, A.InvoiceEditDesktopState_build___closure1, A.InvoiceEditDesktopState_build__closure7, A.InvoiceEditDesktopState_build___closure0, A.InvoiceEditDesktopState_build__closure8, A.InvoiceEditDesktopState_build___closure, A.InvoiceEditDesktopState_build_closure30, A.InvoiceEditDesktopState_build_closure31, A.InvoiceEditDesktopState_build_closure32, A.InvoiceEditDesktopState_build__closure, A.__PdfPreviewState__loadPdf_closure0, A.__PdfPreviewState__loadPdf_closure1, A.__PdfPreviewState_build_closure1, A.InvoiceEditDetailsState_didChangeDependencies_closure, A.InvoiceEditDetailsState_didChangeDependencies_closure0, A.InvoiceEditDetailsState_dispose_closure, A.InvoiceEditDetailsState__onChanged_closure, A.InvoiceEditDetailsState_build_closure, A.InvoiceEditDetailsState_build_closure0, A.InvoiceEditDetailsState_build_closure1, A.InvoiceEditDetailsState_build_closure2, A.InvoiceEditDetailsState_build_closure3, A.InvoiceEditDetailsState_build_closure4, A.InvoiceEditDetailsState_build__closure19, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build__closure18, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build__closure17, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure16, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build__closure15, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build__closure14, A.InvoiceEditDetailsState_build__closure13, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure25, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure26, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build_closure28, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure29, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build_closure30, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure31, A.InvoiceEditDetailsState_build__closure0, A.InvoiceEditDetailsState_build__closure, A.InvoiceEditDetailsScreen_build_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0, A._InvoiceEditItemsState__showInvoiceItemEditor_closure, A._InvoiceEditItemsState_build_closure, A.ItemEditDetailsState_didChangeDependencies_closure, A.ItemEditDetailsState_dispose_closure, A.ItemEditDetailsState__onChanged_closure, A.ItemEditDetailsState__onChanged_closure0, A.ItemEditDetailsState_build__closure3, A.ItemEditDetailsState_build_closure2, A.ItemEditDetailsState_build_closure1, A.ItemEditDetailsState_build_closure3, A.ItemEditDetailsState_build_closure4, A.ItemEditDetailsState_build_closure5, A._InvoiceEditItemsDesktopState__updateColumns_closure, A._InvoiceEditItemsDesktopState__updateColumns_closure0, A._InvoiceEditItemsDesktopState__updateColumns_closure1, A._InvoiceEditItemsDesktopState__updateColumns_closure2, A._InvoiceEditItemsDesktopState__updateColumns_closure3, A._InvoiceEditItemsDesktopState__onFocusChange_closure, A._InvoiceEditItemsDesktopState_build_closure, A._InvoiceEditItemsDesktopState_build_closure0, A._InvoiceEditItemsDesktopState_build__closure33, A._InvoiceEditItemsDesktopState_build__closure34, A._InvoiceEditItemsDesktopState_build_closure4, A._InvoiceEditItemsDesktopState_build_closure6, A._InvoiceEditItemsDesktopState_build__closure5, A._InvoiceEditItemsDesktopState_build__closure3, A._InvoiceEditItemsDesktopState_build___closure13, A._InvoiceEditItemsDesktopState_build___closure14, A._InvoiceEditItemsDesktopState_build__closure0, A._InvoiceEditItemsDesktopState_build__closure2, A._InvoiceEditItemsDesktopState_build___closure15, A._InvoiceEditItemsDesktopState_build___closure16, A._InvoiceEditItemsDesktopState_build__closure1, A._InvoiceEditItemsDesktopState_build___closure18, A._InvoiceEditItemsDesktopState_build___closure17, A._InvoiceEditItemsDesktopState_build____closure2, A._InvoiceEditItemsDesktopState_build__closure4, A._InvoiceEditItemsDesktopState_build____closure, A._InvoiceEditItemsDesktopState_build____closure1, A._InvoiceEditItemsDesktopState_build____closure0, A._InvoiceEditItemsDesktopState_build__closure7, A._InvoiceEditItemsDesktopState_build__closure6, A._InvoiceEditItemsDesktopState_build___closure11, A._InvoiceEditItemsDesktopState_build__closure9, A._InvoiceEditItemsDesktopState_build__closure8, A._InvoiceEditItemsDesktopState_build___closure10, A._InvoiceEditItemsDesktopState_build__closure11, A._InvoiceEditItemsDesktopState_build__closure10, A._InvoiceEditItemsDesktopState_build___closure9, A._InvoiceEditItemsDesktopState_build__closure13, A._InvoiceEditItemsDesktopState_build__closure12, A._InvoiceEditItemsDesktopState_build___closure8, A._InvoiceEditItemsDesktopState_build__closure15, A._InvoiceEditItemsDesktopState_build__closure14, A._InvoiceEditItemsDesktopState_build___closure7, A._InvoiceEditItemsDesktopState_build__closure18, A._InvoiceEditItemsDesktopState_build__closure17, A._InvoiceEditItemsDesktopState_build___closure6, A._InvoiceEditItemsDesktopState_build__closure16, A._InvoiceEditItemsDesktopState_build__closure20, A._InvoiceEditItemsDesktopState_build__closure19, A._InvoiceEditItemsDesktopState_build___closure5, A._InvoiceEditItemsDesktopState_build___closure4, A._InvoiceEditItemsDesktopState_build__closure23, A._InvoiceEditItemsDesktopState_build__closure22, A._InvoiceEditItemsDesktopState_build___closure3, A._InvoiceEditItemsDesktopState_build__closure25, A._InvoiceEditItemsDesktopState_build__closure24, A._InvoiceEditItemsDesktopState_build___closure2, A._InvoiceEditItemsDesktopState_build__closure27, A._InvoiceEditItemsDesktopState_build__closure26, A._InvoiceEditItemsDesktopState_build___closure1, A._InvoiceEditItemsDesktopState_build__closure29, A._InvoiceEditItemsDesktopState_build__closure28, A._InvoiceEditItemsDesktopState_build___closure0, A._InvoiceEditItemsDesktopState_build__closure31, A._InvoiceEditItemsDesktopState_build__closure30, A._InvoiceEditItemsDesktopState_build___closure, A._InvoiceEditItemsDesktopState_build_closure7, A._InvoiceEditItemsDesktopState_build__closure, A._InvoiceEditItemsDesktopState_build_closure8, A.InvoiceEditItemsScreen_build_closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure, A.InvoiceEditNotesState_didChangeDependencies_closure, A.InvoiceEditNotesState_didChangeDependencies_closure0, A.InvoiceEditNotesState_dispose_closure, A.InvoiceEditNotesState__onChanged_closure, A.InvoiceEditNotesScreen_build_closure0, A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure, A.InvoiceEditPDFState_didChangeDependencies_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure1, A.InvoiceEditPDFState_build_closure, A.InvoiceEditPDFScreen_build_closure0, A.InvoiceEditScreen_build_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure3, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure4, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure5, A.InvoiceEditVM_InvoiceEditVM$fromStore____closure, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure2, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore___closure, A._InvoiceItemSelectorState__onItemsSelected_closure, A._InvoiceItemSelectorState__updateClientId_closure, A._InvoiceItemSelectorState_build_closure, A._InvoiceItemSelectorState_build_closure0, A._InvoiceItemSelectorState_build_closure1, A._InvoiceItemSelectorState_build__productList__closure, A._InvoiceItemSelectorState_build__taskList__closure, A._InvoiceItemSelectorState_build__expenseList__closure, A._InvoiceItemSelectorState_build_closure2, A.InvoiceEmailScreen_build_closure1, A.InvoiceEmailScreen_build_closure0, A.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure, A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure, A.InvoiceListItem_build__closure, A.InvoiceListItem_build__closure3, A.InvoiceListVM_fromStore__handleRefresh, A.InvoiceListVM_fromStore_closure, A.InvoiceListVM_fromStore_closure0, A._InvoicePdfViewState_loadPdf_closure0, A._InvoicePdfViewState_loadPdf_closure1, A._InvoicePdfViewState_loadPdf__closure0, A._InvoicePdfViewState_build_closure0, A._InvoicePdfViewState_build_closure, A._InvoicePdfViewState_build_closure1, A._InvoicePdfViewState_build_closure5, A.InvoicePdfScreen_build_closure0, A.InvoiceScreen_build_closure, A.InvoiceScreen_build_closure0, A.InvoiceScreen_build_closure1, A.InvoiceScreen_build_closure2, A.InvoiceScreen_build_closure3, A.InvoiceScreen_build_closure4, A.InvoiceScreen_build_closure5, A.InvoiceScreen_build_closure6, A.InvoiceScreen_build_closure7, A.InvoiceScreen_build_closure17, A.InvoiceScreen_build_closure13, A.InvoiceScreen_build_closure9, A.InvoiceScreen_build_closure10, A.InvoiceScreen_build_closure11, A.InvoiceScreen_build_closure12, A._InvoiceViewState_build_closure, A.InvoiceViewContacts_build_closure, A._InvitationListTile_build_closure, A._InvitationListTile_build_closure1, A.InvoiceViewDocuments_build_closure0, A._InvoiceViewHistoryState_build_closure, A._InvoiceViewHistoryState_build_closure0, A.InvoiceOverview_build_closure, A.InvoiceOverview_build__closure0, A.InvoiceOverview_build__closure1, A.InvoiceOverview_build_closure0, A.InvoiceOverview_build_closure1, A.InvoiceOverview_build_closure2, A.InvoiceOverview_build__closure, A._InvoiceViewScheduleState_build_closure, A.InvoiceViewScreen_build_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore___closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, A._PaymentEditState_didChangeDependencies_closure, A._PaymentEditState_didChangeDependencies_closure0, A._PaymentEditState_dispose_closure, A._PaymentEditState__onChanged_closure, A._PaymentEditState_convertCurrency_closure, A._PaymentEditState_build_closure, A._PaymentEditState_build_closure0, A._PaymentEditState_build_closure1, A._PaymentEditState_build_closure2, A._PaymentEditState_build_closure4, A._PaymentEditState_build_closure3, A._PaymentEditState_build__closure5, A._PaymentEditState_build_closure5, A._PaymentEditState_build_closure6, A._PaymentEditState_build_closure8, A._PaymentEditState_build__closure4, A._PaymentEditState_build_closure9, A._PaymentEditState_build__closure3, A._PaymentEditState_build_closure10, A._PaymentEditState_build__closure2, A._PaymentEditState_build_closure11, A._PaymentEditState_build__closure0, A._PaymentEditState_build_closure12, A._PaymentEditState_build_closure14, A._PaymentEditState_build__closure, A._PaymentEditState_build_closure13, A._PaymentEditState_build_closure17, A._PaymentableEditorState_didChangeDependencies_closure, A._PaymentableEditorState_didChangeDependencies_closure0, A._PaymentableEditorState_dispose_closure0, A._PaymentableEditorState__onChanged_closure, A._PaymentableEditorState__onChanged_closure0, A._PaymentableEditorState__onChanged_closure1, A._PaymentableEditorState__onChanged_closure2, A._PaymentableEditorState__onChanged_closure3, A._PaymentableEditorState__onChanged_closure4, A._PaymentableEditorState__onChanged_closure5, A._PaymentableEditorState_build_closure, A._PaymentableEditorState_build_closure0, A._PaymentableEditorState_build_closure3, A._PaymentableEditorState_build_closure2, A._PaymentableEditorState_build_closure1, A._PaymentableEditorState_build_closure6, A._PaymentableEditorState_build_closure5, A._PaymentableEditorState_build_closure4, A._PaymentableEditorState_build__closure, A._PaymentableEditorState_build__closure0, A.PaymentEditFooter_build_closure, A.PaymentEditFooter_build_closure0, A.PaymentEditScreen_build_closure0, A.PaymentEditVM_PaymentEditVM$fromStore_closure, A.PaymentEditVM_PaymentEditVM$fromStore_closure1, A.PaymentEditVM_PaymentEditVM$fromStore_closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure, A.PaymentEditVM_PaymentEditVM$fromStore___closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure1, A.PaymentEditVM_PaymentEditVM$fromStore___closure2, A.PaymentEditVM_PaymentEditVM$fromStore___closure3, A.PaymentEditVM_PaymentEditVM$fromStore___closure4, A.PaymentEditVM_PaymentEditVM$fromStore____closure, A.PaymentListItem_build__closure, A.PaymentListItem_build__closure3, A.PaymentListVM_fromStore__handleRefresh, A.PaymentListVM_fromStore_closure, A.PaymentListVM_fromStore_closure0, A.PaymentPresenter_getField_closure, A.PaymentPresenter_getField_closure0, A.PaymentPresenter_getField_closure1, A.PaymentScreen_build_closure, A.PaymentScreen_build_closure0, A.PaymentScreen_build_closure1, A.PaymentScreen_build_closure2, A.PaymentScreen_build_closure3, A.PaymentScreen_build_closure4, A.PaymentScreen_build_closure5, A.PaymentScreen_build_closure6, A.PaymentScreen_build_closure17, A.PaymentScreen_build_closure13, A.PaymentScreen_build_closure9, A.PaymentScreen_build_closure10, A.PaymentScreen_build_closure11, A.PaymentScreen_build_closure12, A._PaymentRefundState_didChangeDependencies_closure, A._PaymentRefundState_didChangeDependencies_closure0, A._PaymentRefundState_dispose_closure, A._PaymentRefundState__onChanged__closure, A._PaymentRefundState_build_closure, A._PaymentRefundState_build_closure1, A._PaymentRefundState_build__closure1, A._PaymentRefundState_build_closure2, A._PaymentRefundState_build__closure0, A._PaymentRefundState_build_closure3, A._PaymentRefundState_build__closure, A._PaymentRefundState_build_onSavePressed, A._PaymentRefundState_build_onSavePressed_closure0, A._PaymentRefundState_build_closure4, A._PaymentRefundState_build_closure5, A._PaymentableEditorState_didChangeDependencies_closure1, A._PaymentableEditorState_didChangeDependencies_closure2, A._PaymentableEditorState_dispose_closure, A._PaymentableEditorState__onChanged_closure6, A._PaymentableEditorState__onChanged_closure7, A._PaymentableEditorState__onChanged_closure8, A._PaymentableEditorState__onChanged_closure9, A._PaymentableEditorState_build_closure8, A._PaymentableEditorState_build_closure10, A._PaymentableEditorState_build_closure9, A._PaymentableEditorState_build_closure11, A._PaymentableEditorState_build__closure1, A.PaymentRefundScreen_build_closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore___closure, A._PaymentViewState_build_closure, A.PaymentViewScreen_build_closure0, A.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh, A.PaymentViewVM_PaymentViewVM$fromStore_closure, A.PaymentViewVM_PaymentViewVM$fromStore_closure0, A.PaymentViewVM_PaymentViewVM$fromStore__closure, A.PaymentViewVM_PaymentViewVM$fromStore__closure0, A.PaymentViewVM_PaymentViewVM$fromStore___closure, A._PaymentTermEditState_didChangeDependencies_closure, A._PaymentTermEditState_didChangeDependencies_closure0, A._PaymentTermEditState_dispose_closure, A._PaymentTermEditState__onChanged_closure, A._PaymentTermEditState_build_closure0, A._PaymentTermEditState_build_closure1, A._PaymentTermEditState_build_closure, A._PaymentTermEditState_build__closure0, A._PaymentTermEditState_build__closure, A.PaymentTermEditScreen_build_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure, A.PaymentTermListItem_build_closure, A.PaymentTermListVM_fromStore__handleRefresh, A.PaymentTermListVM_fromStore_closure, A.PaymentTermListVM_fromStore_closure0, A.PaymentTermScreen_build_closure7, A.PaymentTermScreen_build_closure4, A.PaymentTermScreen_build_closure0, A.PaymentTermScreen_build_closure1, A.PaymentTermScreen_build_closure2, A.PaymentTermScreen_build_closure3, A.PaymentTermViewScreen_build_closure0, A._ProductEditState_didChangeDependencies_closure, A._ProductEditState_didChangeDependencies_closure0, A._ProductEditState_dispose_closure, A._ProductEditState__onChanged_closure, A._ProductEditState_build_closure6, A._ProductEditState_build_closure, A._ProductEditState_build_closure1, A._ProductEditState_build__closure3, A._ProductEditState_build_closure0, A._ProductEditState_build_closure2, A._ProductEditState_build__closure2, A._ProductEditState_build_closure3, A._ProductEditState_build__closure1, A._ProductEditState_build_closure4, A._ProductEditState_build__closure0, A._ProductEditState_build_closure5, A._ProductEditState_build__closure, A.ProductEditScreen_build_closure0, A.ProductEditVM_ProductEditVM$fromStore_closure, A.ProductEditVM_ProductEditVM$fromStore_closure1, A.ProductEditVM_ProductEditVM$fromStore_closure0, A.ProductEditVM_ProductEditVM$fromStore___closure, A.ProductEditVM_ProductEditVM$fromStore___closure0, A.ProductEditVM_ProductEditVM$fromStore____closure, A.ProductListItem_build__closure, A.ProductListItem_build__closure3, A.ProductListVM_fromStore__handleRefresh, A.ProductListVM_fromStore_closure, A.ProductListVM_fromStore_closure0, A.ProductScreen_build_closure8, A.ProductScreen_build_closure5, A.ProductScreen_build_closure1, A.ProductScreen_build_closure2, A.ProductScreen_build_closure3, A.ProductScreen_build_closure4, A._ProductViewState_build_closure, A.ProductViewScreen_build_closure0, A.ProductViewVM_ProductViewVM$fromStore__handleRefresh, A.ProductViewVM_ProductViewVM$fromStore_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, A.ProductViewVM_ProductViewVM$fromStore__closure, A.ProductViewVM_ProductViewVM$fromStore__closure0, A.ProductViewVM_ProductViewVM$fromStore___closure, A._ProjectEditState_didChangeDependencies_closure, A._ProjectEditState_didChangeDependencies_closure0, A._ProjectEditState_dispose_closure, A._ProjectEditState__onChanged_closure, A._ProjectEditState_build_closure0, A._ProjectEditState_build_closure, A._ProjectEditState_build__closure, A._ProjectEditState_build__closure2, A._ProjectEditState_build__closure1, A._ProjectEditState_build___closure1, A._ProjectEditState_build__closure0, A._ProjectEditState_build__closure4, A._ProjectEditState_build___closure, A._ProjectEditState_build___closure0, A.ProjectEditScreen_build_closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure1, A.ProjectEditVM_ProjectEditVM$fromStore__closure, A.ProjectEditVM_ProjectEditVM$fromStore__closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure0, A.ProjectEditVM_ProjectEditVM$fromStore___closure, A.ProjectEditVM_ProjectEditVM$fromStore___closure0, A.ProjectEditVM_ProjectEditVM$fromStore____closure, A.ProjectListItem_build__closure, A.ProjectListItem_build__closure3, A.ProjectListVM_fromStore__handleRefresh, A.ProjectListVM_fromStore_closure, A.ProjectListVM_fromStore_closure0, A.ProjectScreen_build_closure7, A.ProjectScreen_build_closure4, A.ProjectScreen_build_closure0, A.ProjectScreen_build_closure1, A.ProjectScreen_build_closure2, A.ProjectScreen_build_closure3, A._ProjectViewState_build_closure, A._ProjectOverviewState_initState_closure, A.ProjectViewScreen_build_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh, A.ProjectViewVM_ProjectViewVM$fromStore_closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__closure, A.ProjectViewVM_ProjectViewVM$fromStore__closure0, A.ProjectViewVM_ProjectViewVM$fromStore___closure, A._PurchaseOrderEditState_build_closure1, A._PurchaseOrderEditState_build_closure2, A._PurchaseOrderEditState_build__closure, A._PurchaseOrderEditState_build___closure0, A._PurchaseOrderEditState_build___closure1, A._PurchaseOrderEditState_build___closure, A.PurchaseOrderEditDetailsScreen_build_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0, A.PurchaseOrderEditItemsScreen_build_closure0, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0, A.PurchaseOrderEditNotesScreen_build_closure0, A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore_closure, A.PurchaseOrderEditPDFScreen_build_closure0, A.PurchaseOrderEditScreen_build_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure2, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore____closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure2, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure, A.PurchaseOrderEmailScreen_build_closure1, A.PurchaseOrderEmailScreen_build_closure0, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore_closure, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure, A.PurchaseOrderListItem_build__closure, A.PurchaseOrderListItem_build__closure3, A.PurchaseOrderListVM_fromStore__handleRefresh, A.PurchaseOrderListVM_fromStore_closure, A.PurchaseOrderListVM_fromStore_closure0, A.PurchaseOrderPdfScreen_build_closure0, A.PurchaseOrderScreen_build_closure, A.PurchaseOrderScreen_build_closure0, A.PurchaseOrderScreen_build_closure1, A.PurchaseOrderScreen_build_closure2, A.PurchaseOrderScreen_build_closure3, A.PurchaseOrderScreen_build_closure13, A.PurchaseOrderScreen_build_closure9, A.PurchaseOrderScreen_build_closure5, A.PurchaseOrderScreen_build_closure6, A.PurchaseOrderScreen_build_closure7, A.PurchaseOrderScreen_build_closure8, A.PurchaseOrderViewScreen_build_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__handleRefresh, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure1, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2, A._QuoteEditState_build_closure1, A._QuoteEditState_build_closure2, A._QuoteEditState_build__closure, A._QuoteEditState_build___closure0, A._QuoteEditState_build___closure1, A._QuoteEditState_build___closure, A.QuoteEditDetailsScreen_build_closure0, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0, A.QuoteEditItemsScreen_build_closure0, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore__closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, A.QuoteEditNotesScreen_build_closure0, A.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure, A.QuoteEditPDFScreen_build_closure0, A.QuoteEditScreen_build_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure, A.QuoteEditVM_QuoteEditVM$fromStore___closure0, A.QuoteEditVM_QuoteEditVM$fromStore___closure1, A.QuoteEditVM_QuoteEditVM$fromStore___closure2, A.QuoteEditVM_QuoteEditVM$fromStore____closure, A.QuoteEditVM_QuoteEditVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore_closure1, A.QuoteEditVM_QuoteEditVM$fromStore_closure2, A.QuoteEditVM_QuoteEditVM$fromStore__closure, A.QuoteEditVM_QuoteEditVM$fromStore__closure0, A.QuoteEditVM_QuoteEditVM$fromStore___closure, A.QuoteEmailScreen_build_closure1, A.QuoteEmailScreen_build_closure0, A.EmailQuoteVM_EmailQuoteVM$fromStore_closure, A.EmailQuoteVM_EmailQuoteVM$fromStore__closure, A.QuoteListItem_build__closure, A.QuoteListItem_build__closure3, A.QuoteListVM_fromStore__handleRefresh, A.QuoteListVM_fromStore_closure, A.QuoteListVM_fromStore_closure0, A.QuotePdfScreen_build_closure0, A.QuoteScreen_build_closure, A.QuoteScreen_build_closure0, A.QuoteScreen_build_closure1, A.QuoteScreen_build_closure2, A.QuoteScreen_build_closure3, A.QuoteScreen_build_closure4, A.QuoteScreen_build_closure5, A.QuoteScreen_build_closure15, A.QuoteScreen_build_closure11, A.QuoteScreen_build_closure7, A.QuoteScreen_build_closure8, A.QuoteScreen_build_closure9, A.QuoteScreen_build_closure10, A.QuoteViewScreen_build_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh, A.QuoteViewVM_QuoteViewVM$fromStore_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure0, A.QuoteViewVM_QuoteViewVM$fromStore_closure1, A.QuoteViewVM_QuoteViewVM$fromStore__closure, A.QuoteViewVM_QuoteViewVM$fromStore__closure0, A.QuoteViewVM_QuoteViewVM$fromStore___closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure2, A.RecurringExpenseEditScreen_build_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure1, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure4, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure, A.RecurringExpenseListItem_build__closure, A.RecurringExpenseListItem_build__closure3, A.RecurringExpenseListVM_fromStore__handleRefresh, A.RecurringExpenseListVM_fromStore_closure, A.RecurringExpenseListVM_fromStore_closure0, A.RecurringExpenseScreen_build_closure, A.RecurringExpenseScreen_build_closure0, A.RecurringExpenseScreen_build_closure1, A.RecurringExpenseScreen_build_closure2, A.RecurringExpenseScreen_build_closure3, A.RecurringExpenseScreen_build_closure13, A.RecurringExpenseScreen_build_closure9, A.RecurringExpenseScreen_build_closure5, A.RecurringExpenseScreen_build_closure6, A.RecurringExpenseScreen_build_closure7, A.RecurringExpenseScreen_build_closure8, A.RecurringExpenseViewScreen_build_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure, A._RecurringInvoiceEditState_build_closure1, A._RecurringInvoiceEditState_build_closure2, A._RecurringInvoiceEditState_build__closure, A._RecurringInvoiceEditState_build___closure0, A._RecurringInvoiceEditState_build___closure1, A._RecurringInvoiceEditState_build___closure, A.RecurringInvoiceEditDetailsScreen_build_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0, A.RecurringInvoiceEditItemsScreen_build_closure0, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, A.RecurringInvoiceEditNotesScreen_build_closure0, A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure, A.RecurringInvoiceEditPDFScreen_build_closure0, A.RecurringInvoiceEditScreen_build_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure2, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure2, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure, A.RecurringInvoiceListItem_build__closure, A.RecurringInvoiceListItem_build__closure3, A.RecurringInvoiceListVM_fromStore__handleRefresh, A.RecurringInvoiceListVM_fromStore_closure, A.RecurringInvoiceListVM_fromStore_closure0, A.RecurringInvoicePdfScreen_build_closure0, A.RecurringInvoiceScreen_build_closure, A.RecurringInvoiceScreen_build_closure0, A.RecurringInvoiceScreen_build_closure1, A.RecurringInvoiceScreen_build_closure2, A.RecurringInvoiceScreen_build_closure3, A.RecurringInvoiceScreen_build_closure13, A.RecurringInvoiceScreen_build_closure9, A.RecurringInvoiceScreen_build_closure5, A.RecurringInvoiceScreen_build_closure6, A.RecurringInvoiceScreen_build_closure7, A.RecurringInvoiceScreen_build_closure8, A.RecurringInvoiceViewScreen_build_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure2, A.clientReport_closure3, A.memoizedContactReport_closure, A.contactReport_closure, A.contactReport_closure0, A.contactReport_closure2, A.contactReport_closure3, A.memoizedCreditItemReport_closure, A.lineItemReport_closure11, A.lineItemReport_closure12, A.lineItemReport_closure14, A.lineItemReport_closure15, A.lineItemReport_closure16, A.memoizedCreditReport_closure, A.creditReport_closure, A.creditReport_closure0, A.creditReport_closure2, A.creditReport_closure3, A.memoizedDocumentReport_closure, A.documentReport_closure, A.documentReport_closure0, A.documentReport_closure1, A.documentReport_closure3, A.documentReport_closure4, A.memoizedExpenseReport_closure, A.expenseReport_closure, A.expenseReport_closure0, A.expenseReport_closure2, A.expenseReport_closure3, A.memoizedInvoiceItemReport_closure, A.lineItemReport_closure17, A.lineItemReport_closure18, A.lineItemReport_closure20, A.lineItemReport_closure21, A.lineItemReport_closure22, A.memoizedInvoiceReport_closure, A.invoiceReport_closure, A.invoiceReport__closure, A.invoiceReport_closure1, A.invoiceReport_closure3, A.invoiceReport_closure4, A.memoizedInvoiceTaxReport_closure, A.taxReport_closure, A.taxReport_closure1, A.taxReport_closure2, A.taxReport_closure3, A.taxReport_closure4, A.memoizedPaymentReport_closure, A.paymentReport_closure, A.paymentReport_closure0, A.paymentReport_closure2, A.paymentReport_closure3, A.memoizedPaymentTaxReport_closure, A.paymentTaxReport_closure, A.paymentTaxReport_closure1, A.paymentTaxReport_closure2, A.paymentTaxReport_closure3, A.paymentTaxReport_closure4, A.memoizedProductReport_closure, A.productReport_closure, A.productReport_closure0, A.productReport_closure2, A.productReport_closure3, A.memoizedProfitAndLossReport_closure, A.profitAndLossReport_closure, A.profitAndLossReport_closure1, A.profitAndLossReport_closure2, A.profitAndLossReport_closure3, A.profitAndLossReport_closure4, A.memoizedPurchaseOrderItemReport_closure, A.lineItemReport_closure, A.lineItemReport_closure0, A.lineItemReport_closure2, A.lineItemReport_closure3, A.lineItemReport_closure4, A.memoizedPurchaseOrderReport_closure, A.purchaseOrderReport_closure, A.purchaseOrderReport_closure0, A.purchaseOrderReport_closure2, A.purchaseOrderReport_closure3, A.memoizedQuoteItemReport_closure, A.lineItemReport_closure5, A.lineItemReport_closure6, A.lineItemReport_closure8, A.lineItemReport_closure9, A.lineItemReport_closure10, A.memoizedQuoteReport_closure, A.quoteReport_closure, A.quoteReport_closure0, A.quoteReport_closure2, A.quoteReport_closure3, A.memoizedRecurringExpenseReport_closure, A.recurringExpenseReport_closure, A.recurringExpenseReport_closure0, A.recurringExpenseReport_closure2, A.recurringExpenseReport_closure3, A.memoizedRecurringInvoiceReport_closure, A.recurringInvoiceReport_closure, A.recurringInvoiceReport_closure0, A.recurringInvoiceReport_closure2, A.recurringInvoiceReport_closure3, A.ReportCharts_build_closure0, A.ReportCharts_build_closure3, A.ReportCharts_build_closure6, A.ReportsScreen_build_closure, A.ReportsScreen_build_closure0, A.ReportsScreen_build_closure3, A.ReportsScreen_build_closure2, A.ReportsScreen_build_closure6, A.ReportsScreen_build_closure4, A.ReportsScreen_build_closure5, A.ReportsScreen_build_closure7, A.ReportsScreen_build_closure8, A.ReportsScreen_build_closure9, A.ReportsScreen_build_closure11, A.ReportsScreen_build__closure4, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure12, A.ReportsScreen_build__closure3, A.ReportsScreen_build_closure13, A.ReportsScreen_build_closure14, A.ReportsScreen_build_closure19, A.ReportsScreen_build_closure17, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure29, A.ReportsScreen_build_closure20, A.ReportsScreen_build___closure0, A.ReportsScreen_build__closure1, A.ReportsScreen_build_closure24, A.ReportsScreen_build_closure27, A.ReportsScreen_build___closure, A._ReportDataTableState_initState__closure, A._ReportDataTableState__onChanged_closure, A._ReportDataTableState_dispose_closure, A._ReportDataTableState_dispose__closure, A.getReportColumnType_convertCustomFieldType, A.ReportResult_tableFilters_closure, A.ReportResult_tableFilters_closure0, A.ReportResult_tableFilters_closure1, A.ReportResult_tableFilters_closure3, A.ReportResult_tableFilters_closure4, A.ReportResult_tableFilters_closure5, A.ReportResult_tableFilters_closure9, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure8, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure6, A.ReportResult_tableFilters__closure4, A.ReportResult_tableFilters_closure7, A.ReportResult_tableRow__closure, A.ReportResult_totalColumns_closure, A.ReportResult_totalRows_closure0, A.ReportResult_totalRows_closure2, A.ReportResult_totalRows__closure, A.ReportsScreenVM_fromStore__closure7, A.ReportsScreenVM_fromStore___closure0, A.ReportsScreenVM_fromStore__closure8, A.ReportsScreenVM_fromStore__closure9, A.ReportsScreenVM_fromStore_closure5, A.ReportsScreenVM_fromStore_closure1, A.ReportsScreenVM_fromStore__closure0, A.ReportsScreenVM_fromStore_closure0, A.ReportsScreenVM_fromStore__closure1, A.ReportsScreenVM_fromStore__closure2, A.ReportsScreenVM_fromStore__closure3, A.ReportsScreenVM_fromStore__closure5, A.ReportsScreenVM_fromStore__closure6, A.ReportsScreenVM_fromStore___closure, A.memoizeedGroupTotals_closure, A.memoizedTaskItemReport_closure, A.taskItemReport_closure, A.taskItemReport_closure0, A.taskItemReport_closure2, A.taskItemReport_closure3, A.memoizedTaskReport_closure, A.taskReport_closure, A.taskReport_closure0, A.taskReport_closure2, A.taskReport_closure3, A.memoizedTransactionReport_closure, A.transactionReport_closure, A.transactionReport_closure0, A.transactionReport_closure1, A.transactionReport_closure2, A.transactionReport_closure3, A.transactionReport_closure5, A.transactionReport_closure6, A.memoizedVendorReport_closure, A.vendorReport_closure, A.vendorReport_closure0, A.vendorReport_closure2, A.vendorReport_closure3, A._ScheduleEditState_didChangeDependencies_closure, A._ScheduleEditState_didChangeDependencies_closure0, A._ScheduleEditState_dispose_closure, A._ScheduleEditState__onChanged__closure, A._ScheduleEditState_build_closure0, A._ScheduleEditState_build_closure1, A._ScheduleEditState_build_closure, A._ScheduleEditState_build__closure1, A._ScheduleEditState_build___closure17, A._ScheduleEditState_build__closure, A._ScheduleEditState_build__closure0, A._ScheduleEditState_build___closure16, A._ScheduleEditState_build__closure3, A._ScheduleEditState_build__closure5, A._ScheduleEditState_build___closure15, A._ScheduleEditState_build__closure4, A._ScheduleEditState_build__closure7, A._ScheduleEditState_build___closure14, A._ScheduleEditState_build__closure6, A._ScheduleEditState_build__closure9, A._ScheduleEditState_build____closure, A._ScheduleEditState_build__closure8, A._ScheduleEditState_build__closure12, A._ScheduleEditState_build___closure12, A._ScheduleEditState_build__closure10, A._ScheduleEditState_build__closure11, A._ScheduleEditState_build__closure15, A._ScheduleEditState_build___closure11, A._ScheduleEditState_build__closure13, A._ScheduleEditState_build__closure14, A._ScheduleEditState_build__closure17, A._ScheduleEditState_build___closure10, A._ScheduleEditState_build__closure16, A._ScheduleEditState_build__closure18, A._ScheduleEditState_build___closure9, A._ScheduleEditState_build__closure19, A._ScheduleEditState_build___closure8, A._ScheduleEditState_build__closure20, A._ScheduleEditState_build___closure7, A._ScheduleEditState_build__closure21, A._ScheduleEditState_build___closure5, A._ScheduleEditState_build___closure4, A._ScheduleEditState_build__closure24, A._ScheduleEditState_build___closure3, A._ScheduleEditState_build__closure23, A._ScheduleEditState_build__closure25, A._ScheduleEditState_build___closure2, A._ScheduleEditState_build__closure26, A._ScheduleEditState_build___closure1, A._ScheduleEditState_build__closure27, A._ScheduleEditState_build___closure0, A._ScheduleEditState_build__closure28, A._ScheduleEditState_build___closure, A.ScheduleEditScreen_build_closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure1, A.ScheduleEditVM_ScheduleEditVM$fromStore_closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore___closure, A.ScheduleEditVM_ScheduleEditVM$fromStore___closure0, A.ScheduleEditVM_ScheduleEditVM$fromStore____closure, A.ScheduleListItem_build_closure, A.ScheduleListVM_fromStore__handleRefresh, A.ScheduleListVM_fromStore_closure, A.ScheduleListVM_fromStore_closure0, A.ScheduleScreen_build_closure7, A.ScheduleScreen_build_closure4, A.ScheduleScreen_build_closure0, A.ScheduleScreen_build_closure1, A.ScheduleScreen_build_closure2, A.ScheduleScreen_build_closure3, A.ScheduleViewScreen_build_closure0, A._AccountManagementState_didChangeDependencies_closure, A._AccountManagementState_didChangeDependencies_closure0, A._AccountManagementState__onChanged_closure, A._AccountManagementState_dispose_closure, A._AccountManagementState_build_closure, A._AccountManagementState_build__closure2, A._AccountManagementState_build___closure, A._AccountManagementState_build_closure0, A._AccountManagementState_build__closure1, A._AccountManagementState_build_closure1, A._AccountManagementState_build__closure0, A._AccountManagementState_build_closure2, A._AccountManagementState_build__closure, A._AccountOverview_build_closure1, A._AccountOverview_build__closure6, A._AccountOverview_build_closure2, A._AccountOverview_build__closure5, A._AccountOverview_build_closure3, A._AccountOverview_build__closure4, A._AccountOverview_build_closure4, A._AccountOverview_build__closure3, A._AccountOverview_build_closure5, A._AccountOverview_build__closure2, A._AccountOverview_build__closure1, A._AccountOverview_build___closure1, A._AccountOverview_build___closure2, A._AccountOverview_build___closure3, A._AccountOverview_build__closure0, A._AccountOverview_build__closure, A.AccountManagementVM_fromStore_closure1, A.AccountManagementVM_fromStore_closure2, A.AccountManagementVM_fromStore__closure, A.AccountManagementVM_fromStore__closure0, A.AccountManagementVM_fromStore___closure0, A.AccountManagementVM_fromStore__closure1, A.AccountManagementVM_fromStore___closure, A.AccountManagementVM_fromStore_closure, A.AccountManagementVM_fromStore_closure3, A.AccountManagementVM_fromStore_closure0, A._ClientPortalState__validateSubdomain__closure1, A._ClientPortalState__validateSubdomain__closure2, A._ClientPortalState_dispose_closure, A._ClientPortalState_didChangeDependencies_closure, A._ClientPortalState_didChangeDependencies_closure0, A._ClientPortalState__onChanged__closure, A._ClientPortalState__onChanged__closure0, A._ClientPortalState_build_closure22, A._ClientPortalState_build_closure, A._ClientPortalState_build__closure14, A._ClientPortalState_build_closure1, A._ClientPortalState_build_closure0, A._ClientPortalState_build_closure2, A._ClientPortalState_build_closure5, A._ClientPortalState_build__closure13, A._ClientPortalState_build_closure6, A._ClientPortalState_build__closure12, A._ClientPortalState_build_closure7, A._ClientPortalState_build__closure11, A._ClientPortalState_build_closure8, A._ClientPortalState_build__closure10, A._ClientPortalState_build_closure9, A._ClientPortalState_build__closure9, A._ClientPortalState_build_closure10, A._ClientPortalState_build__closure8, A._ClientPortalState_build_closure12, A._ClientPortalState_build__closure7, A._ClientPortalState_build_closure14, A._ClientPortalState_build__closure6, A._ClientPortalState_build___closure, A._ClientPortalState_build____closure, A._ClientPortalState_build_closure15, A._ClientPortalState_build__closure5, A._ClientPortalState_build_closure16, A._ClientPortalState_build__closure4, A._ClientPortalState_build_closure17, A._ClientPortalState_build__closure3, A._ClientPortalState_build_closure18, A._ClientPortalState_build__closure2, A._ClientPortalState_build_closure19, A._ClientPortalState_build__closure1, A._ClientPortalState_build_closure20, A._ClientPortalState_build__closure0, A._ClientPortalState_build_closure21, A._ClientPortalState_build__closure, A.ClientPortalVM_fromStore_closure1, A.ClientPortalVM_fromStore_closure0, A.ClientPortalVM_fromStore_closure, A.ClientPortalVM_fromStore___closure, A._CompanyDetailsState_didChangeDependencies_closure, A._CompanyDetailsState_didChangeDependencies_closure0, A._CompanyDetailsState_dispose_closure, A._CompanyDetailsState__onSettingsChanged_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure12, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure, A.CompanyDetailsVM_fromStore_closure, A.CompanyDetailsVM_fromStore_closure0, A.CompanyDetailsVM_fromStore_closure3, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore__closure2, A.CompanyDetailsVM_fromStore__closure3, A.CompanyDetailsVM_fromStore_closure1, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore_closure5, A.CompanyDetailsVM_fromStore__closure, A.CompanyDetailsVM_fromStore__closure0, A.CompanyDetailsVM_fromStore___closure, A._CreditCardsAndBanksState_dispose_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure0, A._CustomFieldsState_initState_closure, A.CustomFieldsSettings_build_closure, A.CustomFieldsSettings_build__closure6, A.CustomFieldsSettings_build_closure0, A.CustomFieldsSettings_build__closure5, A.CustomFieldsSettings_build_closure1, A.CustomFieldsSettings_build__closure4, A.CustomFieldsSettings_build_closure2, A.CustomFieldsSettings_build__closure3, A.CustomFieldsSettings_build_closure3, A.CustomFieldsSettings_build__closure2, A.CustomFieldsSettings_build_closure4, A.CustomFieldsSettings_build__closure1, A.CustomFieldsSettings_build_closure5, A.CustomFieldsSettings_build__closure0, A.CustomFieldsSettings_build_closure6, A.CustomFieldsSettings_build__closure, A._CustomFormFieldState_dispose_closure, A._CustomFormFieldState_didChangeDependencies_closure, A._CustomFormFieldState_didChangeDependencies_closure0, A._CustomFormFieldState__onChanged_closure, A._CustomFormFieldState_build_closure, A._CustomFormFieldState_build_closure1, A.CustomFieldsVM_fromStore_closure0, A.CustomFieldsVM_fromStore_closure, A._DataVisualizationsState_dispose_closure, A._DataVisualizationsState_didChangeDependencies_closure, A._DataVisualizationsState_didChangeDependencies_closure0, A._DeviceSettingsState_didChangeDependencies_closure, A._DeviceSettingsState_didChangeDependencies_closure0, A._DeviceSettingsState_build_closure, A._DeviceSettingsState_build_closure0, A._DeviceSettingsState_build_closure1, A._DeviceSettingsState_build_closure2, A._DeviceSettingsState_build_closure3, A._DeviceSettingsState_build_closure4, A._DeviceSettingsState_build_closure5, A._DeviceSettingsState_build_closure6, A._DeviceSettingsState_build_closure7, A._DeviceSettingsState_build_closure8, A._DeviceSettingsState_build__closure7, A._DeviceSettingsState_build_closure10, A._DeviceSettingsState_build_closure11, A._DeviceSettingsState_build_closure12, A._DeviceSettingsState_build_closure13, A._DeviceSettingsState_build_closure14, A._DeviceSettingsState_build__closure4, A._DeviceSettingsState_build_closure16, A._DeviceSettingsState_build_closure17, A._DeviceSettingsState_build_closure18, A._DeviceSettingsState_build_closure19, A._DeviceSettingsState_build__closure2, A._DeviceSettingsState_build__closure3, A._DeviceSettingsState_build_closure20, A._DeviceSettingsState_build__closure1, A._DeviceSettingsState_build___closure0, A._DeviceSettingsState_build__closure0, A._DeviceSettingsState_build__closure, A._DeviceSettingsState_build___closure, A.DeviceSettingsVM_fromStore_closure, A.DeviceSettingsVM_fromStore_closure0, A.DeviceSettingsVM_fromStore__closure, A._EInvoiceSettingsState_dispose_closure, A._EInvoiceSettingsState_didChangeDependencies_closure, A._EInvoiceSettingsState_didChangeDependencies_closure0, A._EInvoiceSettingsState__onChanged_closure, A._EInvoiceSettingsState_build_closure, A._EInvoiceSettingsState_build__closure1, A._EInvoiceSettingsState_build_closure1, A._EInvoiceSettingsState_build__closure0, A._EInvoiceSettingsState_build_closure0, A._EInvoiceSettingsState_build_closure3, A._EInvoiceSettingsState_build__closure, A._EInvoiceSettingsState_build_closure2, A.EInvoiceSettingsVM_fromStore_closure1, A.EInvoiceSettingsVM_fromStore_closure0, A.EInvoiceSettingsVM_fromStore_closure, A.EInvoiceSettingsVM_fromStore_closure2, A._EmailSettingsState_dispose_closure, A._EmailSettingsState_didChangeDependencies_closure, A._EmailSettingsState_didChangeDependencies_closure0, A._EmailSettingsState__onChanged_closure, A._EmailSettingsState__onChanged_closure0, A._EmailSettingsState_build_closure, A._EmailSettingsState_build__closure11, A._EmailSettingsState_build_closure1, A._EmailSettingsState_build__closure10, A._EmailSettingsState_build_closure2, A._EmailSettingsState_build_closure4, A._EmailSettingsState_build__closure9, A._EmailSettingsState_build_closure5, A._EmailSettingsState_build_closure6, A._EmailSettingsState_build_closure7, A._EmailSettingsState_build_closure8, A._EmailSettingsState_build_closure10, A._EmailSettingsState_build__closure8, A._EmailSettingsState_build_closure9, A._EmailSettingsState_build_closure11, A._EmailSettingsState_build_closure12, A._EmailSettingsState_build_closure13, A._EmailSettingsState_build_closure14, A._EmailSettingsState_build__closure7, A._EmailSettingsState_build_closure15, A._EmailSettingsState_build_closure16, A._EmailSettingsState_build_closure17, A._EmailSettingsState_build__closure6, A._EmailSettingsState_build_closure20, A._EmailSettingsState_build__closure5, A._EmailSettingsState_build_closure19, A._EmailSettingsState_build_closure21, A._EmailSettingsState_build__closure4, A._EmailSettingsState_build_closure22, A._EmailSettingsState_build__closure3, A._EmailSettingsState_build_closure23, A._EmailSettingsState_build__closure2, A._EmailSettingsState_build_closure24, A._EmailSettingsState_build__closure1, A._EmailSettingsState_build_closure25, A._EmailSettingsState_build__closure0, A._EmailSettingsState_build_closure26, A._EmailSettingsState_build__closure, A.EmailSettingsVM_fromStore_closure1, A.EmailSettingsVM_fromStore_closure0, A.EmailSettingsVM_fromStore_closure, A._ExpenseSettingsState_build_closure, A._ExpenseSettingsState_build__closure6, A._ExpenseSettingsState_build_closure0, A._ExpenseSettingsState_build__closure5, A._ExpenseSettingsState_build_closure1, A._ExpenseSettingsState_build__closure4, A._ExpenseSettingsState_build_closure2, A._ExpenseSettingsState_build__closure3, A._ExpenseSettingsState_build_closure3, A._ExpenseSettingsState_build__closure2, A._ExpenseSettingsState_build_closure4, A._ExpenseSettingsState_build__closure1, A._ExpenseSettingsState_build_closure5, A._ExpenseSettingsState_build__closure0, A._ExpenseSettingsState_build_closure6, A._ExpenseSettingsState_build__closure, A.ExpenseSettingsVM_fromStore_closure0, A.ExpenseSettingsVM_fromStore_closure1, A.ExpenseSettingsVM_fromStore_closure, A.ExpenseSettingsVM_fromStore_closure2, A._GeneratedNumbersState_initState_closure, A._GeneratedNumbersState_dispose_closure, A._GeneratedNumbersState_didChangeDependencies_closure, A._GeneratedNumbersState_didChangeDependencies_closure0, A._GeneratedNumbersState__onChanged__closure, A._GeneratedNumbersState__onSavePressed_closure, A._GeneratedNumbersState__onSavePressed_closure0, A._GeneratedNumbersState_build_closure0, A._GeneratedNumbersState_build__closure16, A._GeneratedNumbersState_build_closure, A._GeneratedNumbersState_build_closure1, A._GeneratedNumbersState_build__closure15, A._GeneratedNumbersState_build_closure3, A._GeneratedNumbersState_build__closure14, A._GeneratedNumbersState_build__closure13, A._GeneratedNumbersState_build_closure5, A._GeneratedNumbersState_build__closure12, A._GeneratedNumbersState_build_closure6, A._GeneratedNumbersState_build__closure11, A._GeneratedNumbersState_build__closure10, A._GeneratedNumbersState_build__closure9, A._GeneratedNumbersState_build__closure8, A._GeneratedNumbersState_build__closure7, A._GeneratedNumbersState_build__closure6, A._GeneratedNumbersState_build__closure5, A._GeneratedNumbersState_build__closure4, A._GeneratedNumbersState_build__closure3, A._GeneratedNumbersState_build__closure2, A._GeneratedNumbersState_build__closure1, A._GeneratedNumbersState_build__closure0, A._GeneratedNumbersState_build__closure, A._EntityNumberSettingsState_dispose_closure, A._EntityNumberSettingsState_didChangeDependencies_closure, A._EntityNumberSettingsState_didChangeDependencies_closure0, A._EntityNumberSettingsState_build_closure0, A.HelpPanel_build_closure, A.HelpPanel_build_closure0, A.HelpPanel_build_closure1, A.HelpPanel_build_closure2, A.GeneratedNumbersVM_fromStore_closure0, A.GeneratedNumbersVM_fromStore_closure, A._ImportExportState_build_closure0, A._ImportExportState_build_closure, A._ImportExportState_build_closure3, A._ImportExportState_build_closure2, A._ImportExportState_build_closure5, A._ImportExportState_build_closure4, A._ImportExportState_build_closure7, A._ImportExportState_build_closure6, A._ImportExportState_build_closure9, A._ImportExportState_build_closure8, A._ImportExportState_build_closure12, A._ImportExportState_build__closure1, A._ImportExportState_build__closure2, A._ImportExportState_build__closure, A._FileImportState_uploadJsonFile_closure0, A._FileImportState_uploadJsonFile_closure1, A._FileImportState_uploadFile_closure0, A._FileImportState_uploadFile_closure1, A._FileImportState_build_closure0, A._FileImportState_build_closure, A._FileImportState_build_closure2, A._FileImportState_build_closure3, A.__FileMapperState_build_closure, A.__FileMapperState_build_closure0, A.__FileMapperState_build_closure1, A.__FileMapperState_build__closure2, A.__FileMapperState_build_closure2, A.__FileMapperState_build_closure3, A.__FileMapperState_build__closure0, A.__FileMapperState_build__closure1, A._FieldMapper_build_closure2, A._FieldMapper_build__closure, A._FieldMapper_build_closure1, A._FieldMapper_build_closure0, A._InvoiceDesignState_initState_closure, A._InvoiceDesignState_didChangeDependencies_closure, A._InvoiceDesignState_didChangeDependencies_closure0, A._InvoiceDesignState__onChanged_closure, A._InvoiceDesignState_dispose_closure, A._InvoiceDesignState_build_closure77, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build__closure30, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build__closure27, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build__closure24, A._InvoiceDesignState_build_closure7, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build__closure21, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build__closure18, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build__closure17, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build__closure16, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build_closure15, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build__closure13, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build_closure21, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build_closure22, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build_closure23, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure24, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build_closure25, A._InvoiceDesignState_build__closure7, A._InvoiceDesignState_build_closure26, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure27, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure28, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure29, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure30, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure31, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure32, A._InvoiceDesignState_build__closure0, A._InvoiceDesignState_build_closure33, A._InvoiceDesignState_build_closure34, A._InvoiceDesignState_build_closure35, A._InvoiceDesignState_build_closure36, A._InvoiceDesignState_build_closure37, A._InvoiceDesignState_build_closure38, A._InvoiceDesignState_build_closure39, A._InvoiceDesignState_build_closure40, A._InvoiceDesignState_build_closure41, A._InvoiceDesignState_build_closure42, A._InvoiceDesignState_build_closure43, A._InvoiceDesignState_build_closure44, A._InvoiceDesignState_build_closure45, A._InvoiceDesignState_build_closure46, A._InvoiceDesignState_build_closure47, A._InvoiceDesignState_build_closure48, A._InvoiceDesignState_build_closure49, A._InvoiceDesignState_build_closure50, A._InvoiceDesignState_build_closure51, A._InvoiceDesignState_build_closure52, A._InvoiceDesignState_build_closure53, A._InvoiceDesignState_build_closure54, A._InvoiceDesignState_build_closure55, A._InvoiceDesignState_build_closure56, A._InvoiceDesignState_build_closure57, A._InvoiceDesignState_build_closure58, A._InvoiceDesignState_build_closure59, A._InvoiceDesignState_build_closure60, A._InvoiceDesignState_build_closure61, A._InvoiceDesignState_build_closure62, A._InvoiceDesignState_build_closure63, A._InvoiceDesignState_build_closure64, A._InvoiceDesignState_build_closure65, A._InvoiceDesignState_build_closure66, A._InvoiceDesignState_build_closure67, A._InvoiceDesignState_build__closure, A._InvoiceDesignState_build_closure68, A._InvoiceDesignState_build_closure69, A._InvoiceDesignState_build_closure70, A._InvoiceDesignState_build_closure71, A._InvoiceDesignState_build_closure72, A._InvoiceDesignState_build_closure73, A._InvoiceDesignState_build_closure74, A._InvoiceDesignState_build_closure75, A._InvoiceDesignState_build_closure76, A._PdfPreviewState__loadPdf_closure0, A._PdfPreviewState_build_closure, A.InvoiceDesignVM_fromStore_closure, A.InvoiceDesignVM_fromStore___closure, A.InvoiceDesignVM_fromStore____closure, A.InvoiceDesignVM_fromStore_____closure, A.InvoiceDesignVM_fromStore_____closure0, A._LocalizationSettingsState_dispose_closure, A._LocalizationSettingsState_didChangeDependencies_closure, A._LocalizationSettingsState_didChangeDependencies_closure0, A._LocalizationSettingsState_build_closure, A._LocalizationSettingsState_build_closure1, A._LocalizationSettingsState_build__closure14, A._LocalizationSettingsState_build_closure2, A._LocalizationSettingsState_build__closure13, A._LocalizationSettingsState_build_closure3, A._LocalizationSettingsState_build__closure12, A._LocalizationSettingsState_build_closure4, A._LocalizationSettingsState_build__closure11, A._LocalizationSettingsState_build_closure5, A._LocalizationSettingsState_build__closure10, A._LocalizationSettingsState_build_closure6, A._LocalizationSettingsState_build__closure9, A._LocalizationSettingsState_build_closure7, A._LocalizationSettingsState_build__closure8, A._LocalizationSettingsState_build_closure8, A._LocalizationSettingsState_build__closure7, A._LocalizationSettingsState_build_closure10, A._LocalizationSettingsState_build__closure6, A._LocalizationSettingsState_build_closure11, A._LocalizationSettingsState_build_closure12, A._LocalizationSettingsState_build__closure5, A._LocalizationSettingsState_build__closure3, A._LocalizationSettingsState_build___closure, A._LocalizationSettingsState_build__closure1, A._LocalizationSettingsState_build__closure2, A._LocalizationSettingsState_build_closure15, A._LocalizationSettingsState_build__closure0, A._LocalizationSettingsState_build__closure, A._AddCompanyDialogState_build_closure1, A.LocalizationSettingsVM_fromStore_closure0, A.LocalizationSettingsVM_fromStore_closure, A.LocalizationSettingsVM_fromStore_closure1, A.LocalizationSettingsVM_fromStore___closure, A.LocalizationSettingsVM_fromStore____closure, A._PaymentSettingsState_didChangeDependencies_closure, A._PaymentSettingsState_didChangeDependencies_closure0, A._PaymentSettingsState__onChanged_closure, A._PaymentSettingsState_build_closure, A._PaymentSettingsState_build__closure14, A._PaymentSettingsState_build_closure2, A._PaymentSettingsState_build__closure12, A._PaymentSettingsState_build_closure0, A._PaymentSettingsState_build__closure13, A._PaymentSettingsState_build_closure1, A._PaymentSettingsState_build_closure3, A._PaymentSettingsState_build__closure11, A._PaymentSettingsState_build_closure4, A._PaymentSettingsState_build__closure10, A._PaymentSettingsState_build_closure5, A._PaymentSettingsState_build__closure9, A._PaymentSettingsState_build_closure6, A._PaymentSettingsState_build__closure8, A._PaymentSettingsState_build_closure7, A._PaymentSettingsState_build__closure7, A._PaymentSettingsState_build_closure8, A._PaymentSettingsState_build__closure6, A._PaymentSettingsState_build_closure9, A._PaymentSettingsState_build__closure5, A._PaymentSettingsState_build_closure10, A._PaymentSettingsState_build__closure4, A._PaymentSettingsState_build_closure11, A._PaymentSettingsState_build__closure3, A._PaymentSettingsState_build_closure12, A._PaymentSettingsState_build__closure2, A._PaymentSettingsState_build_closure13, A._PaymentSettingsState_build__closure1, A._PaymentSettingsState_build_closure14, A._PaymentSettingsState_build__closure0, A._PaymentSettingsState_build_closure15, A._PaymentSettingsState_build__closure, A.PaymentSettingsVM_fromStore_closure0, A.PaymentSettingsVM_fromStore_closure1, A.PaymentSettingsVM_fromStore_closure, A.PaymentSettingsVM_fromStore_closure2, A._ProductSettingsState_didChangeDependencies_closure, A._ProductSettingsState_didChangeDependencies_closure0, A._ProductSettingsState_dispose_closure, A._ProductSettingsState__onChanged_closure, A._ProductSettingsState_build_closure, A._ProductSettingsState_build__closure9, A._ProductSettingsState_build_closure0, A._ProductSettingsState_build__closure8, A._ProductSettingsState_build_closure1, A._ProductSettingsState_build__closure7, A._ProductSettingsState_build_closure2, A._ProductSettingsState_build__closure6, A._ProductSettingsState_build_closure3, A._ProductSettingsState_build__closure5, A._ProductSettingsState_build_closure4, A._ProductSettingsState_build__closure4, A._ProductSettingsState_build_closure5, A._ProductSettingsState_build__closure3, A._ProductSettingsState_build_closure6, A._ProductSettingsState_build__closure2, A._ProductSettingsState_build_closure7, A._ProductSettingsState_build__closure1, A._ProductSettingsState_build_closure8, A._ProductSettingsState_build__closure0, A._ProductSettingsState_build_closure9, A._ProductSettingsState_build__closure, A.ProductSettingsVM_fromStore_closure0, A.ProductSettingsVM_fromStore_closure, A._SettingsListTileState_build_closure0, A._SettingsListTileState_build_closure1, A.SettingsSearch_build_closure0, A.SettingsListVM_fromStore_closure, A.SettingsListVM_fromStore_closure1, A.SettingsListVM_fromStore_closure0, A.SettingsScreen_build_closure, A._SettingsWizardState_dispose_closure, A._SettingsWizardState__validateSubdomain__closure1, A._SettingsWizardState__validateSubdomain__closure2, A._SettingsWizardState__onSavePressed__closure, A._SettingsWizardState__onSavePressed___closure0, A._SettingsWizardState__onSavePressed___closure1, A._SettingsWizardState__onSavePressed___closure2, A._SettingsWizardState__onSavePressed__closure0, A._SettingsWizardState__onSavePressed__closure2, A._SettingsWizardState_build_closure, A._SettingsWizardState_build_closure0, A._SettingsWizardState_build_closure1, A._SettingsWizardState_build_closure2, A._SettingsWizardState_build_closure3, A._SettingsWizardState_build_closure4, A._SettingsWizardState_build_closure5, A._SettingsWizardState_build__closure, A._SettingsWizardState_build_closure8, A._SettingsWizardState_build_closure7, A._TaskSettingsState_didChangeDependencies_closure, A._TaskSettingsState_didChangeDependencies_closure0, A._TaskSettingsState_dispose_closure, A._TaskSettingsState__onChanged_closure, A._TaskSettingsState_build_closure, A._TaskSettingsState_build__closure17, A._TaskSettingsState_build_closure0, A._TaskSettingsState_build__closure16, A._TaskSettingsState_build_closure1, A._TaskSettingsState_build__closure15, A._TaskSettingsState_build_closure2, A._TaskSettingsState_build__closure14, A._TaskSettingsState_build_closure3, A._TaskSettingsState_build__closure13, A._TaskSettingsState_build_closure4, A._TaskSettingsState_build__closure12, A._TaskSettingsState_build_closure6, A._TaskSettingsState_build__closure10, A._TaskSettingsState_build_closure5, A._TaskSettingsState_build_closure8, A._TaskSettingsState_build__closure9, A._TaskSettingsState_build_closure9, A._TaskSettingsState_build__closure8, A._TaskSettingsState_build_closure10, A._TaskSettingsState_build__closure7, A._TaskSettingsState_build_closure11, A._TaskSettingsState_build__closure6, A._TaskSettingsState_build_closure12, A._TaskSettingsState_build__closure5, A._TaskSettingsState_build_closure13, A._TaskSettingsState_build__closure4, A._TaskSettingsState_build_closure14, A._TaskSettingsState_build__closure3, A._TaskSettingsState_build_closure15, A._TaskSettingsState_build__closure2, A._TaskSettingsState_build_closure16, A._TaskSettingsState_build__closure1, A._TaskSettingsState_build_closure17, A._TaskSettingsState_build__closure0, A._TaskSettingsState_build_closure18, A._TaskSettingsState_build__closure, A._TaskSettingsState_build_closure19, A.TaskSettingsVM_fromStore_closure0, A.TaskSettingsVM_fromStore_closure1, A.TaskSettingsVM_fromStore_closure, A.TaskSettingsVM_fromStore_closure2, A._TaxSettingsState_build_closure, A._TaxSettingsState_build__closure11, A._TaxSettingsState_build_closure0, A._TaxSettingsState_build__closure10, A._TaxSettingsState_build_closure1, A._TaxSettingsState_build__closure9, A._TaxSettingsState_build_closure2, A._TaxSettingsState_build__closure8, A._TaxSettingsState_build_closure3, A._TaxSettingsState_build__closure7, A._TaxSettingsState_build_closure4, A._TaxSettingsState_build__closure6, A._TaxSettingsState_build_closure5, A._TaxSettingsState_build__closure5, A._TaxSettingsState_build_closure7, A._TaxSettingsState_build__closure4, A._TaxSettingsState_build_closure9, A._TaxSettingsState_build__closure3, A._TaxSettingsState_build_closure8, A._TaxSettingsState_build_closure10, A._TaxSettingsState_build__closure0, A._TaxSettingsState_build___closure2, A._TaxSettingsState_build____closure1, A._TaxSettingsState_build__closure, A._TaxSettingsState_build__closure2, A._TaxSettingsState_build___closure, A._TaxSettingsState_build____closure0, A._TaxSettingsState_build_____closure, A._TaxSettingsState_build______closure, A._TaxSettingsState_build_______closure, A._TaxSettingsState_build____closure, A.NumberOfRatesSelector_build_closure, A.__EditSubregionDialogState__onDone_closure, A.__EditSubregionDialogState__onDone__closure, A.__EditSubregionDialogState__onDone___closure, A.__EditSubregionDialogState__onDone____closure, A.__EditSubregionDialogState_build_closure0, A.__EditSubregionDialogState_build_closure1, A.__EditSubregionDialogState_build_closure2, A.__EditSubregionDialogState_build_closure3, A.__EditSubregionDialogState_build_closure4, A.__EditSubregionDialogState_build_closure5, A.TaxSettingsVM_fromStore_closure0, A.TaxSettingsVM_fromStore_closure1, A.TaxSettingsVM_fromStore_closure, A.TaxSettingsVM_fromStore_closure2, A._TemplatesAndRemindersState_initState_closure, A._TemplatesAndRemindersState_dispose_closure, A._TemplatesAndRemindersState__onChanged_closure, A._TemplatesAndRemindersState__onChanged_closure0, A._TemplatesAndRemindersState__onChanged_closure1, A._TemplatesAndRemindersState__onChanged_closure2, A._TemplatesAndRemindersState__onChanged_closure3, A._TemplatesAndRemindersState__onChanged_closure4, A._TemplatesAndRemindersState__onChanged_closure5, A._TemplatesAndRemindersState__onChanged_closure6, A._TemplatesAndRemindersState__onChanged_closure7, A._TemplatesAndRemindersState__onChanged_closure8, A._TemplatesAndRemindersState__onChanged_closure9, A._TemplatesAndRemindersState__onChanged_closure10, A._TemplatesAndRemindersState__onChanged_closure11, A._TemplatesAndRemindersState__onChanged_closure12, A._TemplatesAndRemindersState__renderTemplate_closure0, A._TemplatesAndRemindersState_build_closure10, A._TemplatesAndRemindersState_build_closure1, A._TemplatesAndRemindersState_build_closure, A._TemplatesAndRemindersState_build_closure0, A._TemplatesAndRemindersState_build_closure2, A._TemplatesAndRemindersState_build__closure3, A._TemplatesAndRemindersState_build_closure3, A._TemplatesAndRemindersState_build__closure2, A._TemplatesAndRemindersState_build_closure4, A._TemplatesAndRemindersState_build__closure1, A._TemplatesAndRemindersState_build_closure5, A._TemplatesAndRemindersState_build__closure0, A._TemplatesAndRemindersState_build_closure7, A._TemplatesAndRemindersState_build__closure, A._TemplatesAndRemindersState_build_closure9, A._ReminderSettingsState_dispose_closure, A._ReminderSettingsState_didChangeDependencies_closure, A._ReminderSettingsState_didChangeDependencies_closure0, A._ReminderSettingsState_build_closure, A._ReminderSettingsState_build_closure0, A.TemplatesAndRemindersVM_fromStore_closure0, A.TemplatesAndRemindersVM_fromStore_closure, A.TemplatesAndRemindersVM_fromStore____closure, A.TemplatesAndRemindersVM_fromStore____closure0, A.TemplatesAndRemindersVM_fromStore___closure0, A.TemplatesAndRemindersVM_fromStore___closure1, A.TemplatesAndRemindersVM_fromStore___closure2, A._UserDetailsState_dispose_closure, A._UserDetailsState_didChangeDependencies_closure, A._UserDetailsState_didChangeDependencies_closure0, A._UserDetailsState__onChanged_closure, A._UserDetailsState_build_closure4, A._UserDetailsState_build_closure5, A._UserDetailsState_build_closure6, A._UserDetailsState_build__closure5, A._UserDetailsState_build__closure6, A._UserDetailsState_build__closure7, A._UserDetailsState_build_closure8, A._UserDetailsState_build__closure4, A._UserDetailsState_build_closure9, A._UserDetailsState_build__closure3, A._UserDetailsState_build_closure11, A._UserDetailsState_build__closure2, A._UserDetailsState_build_closure10, A._UserDetailsState_build_closure12, A._UserDetailsState_build__closure1, A._UserDetailsState_build_closure13, A._UserDetailsState_build__closure0, A._UserDetailsState_build__closure, A._EnableTwoFactorState_initState_closure, A._EnableTwoFactorState_initState_closure0, A._EnableTwoFactorState__onSavePressed_closure1, A._EnableTwoFactorState__onSavePressed_closure2, A._EnableTwoFactorState_build_closure, A._EnableTwoFactorState_build_closure1, A._EnableTwoFactorState_build_closure0, A.UserDetailsVM_fromStore_closure, A.UserDetailsVM_fromStore_closure5, A.UserDetailsVM_fromStore__closure2, A.UserDetailsVM_fromStore_closure6, A.UserDetailsVM_fromStore__closure1, A.UserDetailsVM_fromStore_closure7, A.UserDetailsVM_fromStore__closure0, A.UserDetailsVM_fromStore_closure2, A.UserDetailsVM_fromStore__closure5, A.UserDetailsVM_fromStore____closure, A.UserDetailsVM_fromStore_closure1, A.UserDetailsVM_fromStore_closure4, A.UserDetailsVM_fromStore__closure3, A.UserDetailsVM_fromStore_closure8, A.UserDetailsVM_fromStore__closure, A.UserDetailsVM_fromStore_closure3, A.UserDetailsVM_fromStore___closure5, A.UserDetailsVM_fromStore_closure0, A.UserDetailsVM_fromStore___closure8, A.UserDetailsVM_fromStore____closure1, A.UserDetailsVM_fromStore____closure2, A.UserDetailsVM_fromStore___closure9, A._WorkflowSettingsState_build_closure, A._WorkflowSettingsState_build__closure5, A._WorkflowSettingsState_build_closure0, A._WorkflowSettingsState_build__closure4, A._WorkflowSettingsState_build_closure1, A._WorkflowSettingsState_build__closure3, A._WorkflowSettingsState_build_closure2, A._WorkflowSettingsState_build__closure2, A._WorkflowSettingsState_build_closure4, A._WorkflowSettingsState_build__closure1, A._WorkflowSettingsState_build_closure3, A._WorkflowSettingsState_build_closure5, A._WorkflowSettingsState_build__closure0, A._WorkflowSettingsState_build_closure6, A._WorkflowSettingsState_build__closure, A.WorkflowSettingsVM_fromStore_closure0, A.WorkflowSettingsVM_fromStore_closure1, A.WorkflowSettingsVM_fromStore_closure, A._SubscriptionEditState_didChangeDependencies_closure, A._SubscriptionEditState_didChangeDependencies_closure0, A._SubscriptionEditState_dispose_closure, A._SubscriptionEditState__onChanged_closure, A._SubscriptionEditState_build_closure33, A._SubscriptionEditState_build_closure, A._SubscriptionEditState_build__closure30, A._SubscriptionEditState_build_closure0, A._SubscriptionEditState_build__closure29, A._SubscriptionEditState_build_closure1, A._SubscriptionEditState_build__closure27, A._SubscriptionEditState_build___closure7, A._SubscriptionEditState_build__closure28, A._SubscriptionEditState_build_closure2, A._SubscriptionEditState_build_closure3, A._SubscriptionEditState_build___closure6, A._SubscriptionEditState_build_closure4, A._SubscriptionEditState_build__closure24, A._SubscriptionEditState_build___closure5, A._SubscriptionEditState_build__closure25, A._SubscriptionEditState_build_closure5, A._SubscriptionEditState_build_closure6, A._SubscriptionEditState_build___closure4, A._SubscriptionEditState_build_closure7, A._SubscriptionEditState_build__closure21, A._SubscriptionEditState_build___closure3, A._SubscriptionEditState_build__closure22, A._SubscriptionEditState_build_closure8, A._SubscriptionEditState_build_closure9, A._SubscriptionEditState_build___closure2, A._SubscriptionEditState_build_closure10, A._SubscriptionEditState_build__closure18, A._SubscriptionEditState_build___closure1, A._SubscriptionEditState_build__closure19, A._SubscriptionEditState_build_closure11, A._SubscriptionEditState_build_closure12, A._SubscriptionEditState_build___closure0, A._SubscriptionEditState_build_closure14, A._SubscriptionEditState_build__closure16, A._SubscriptionEditState_build_closure13, A._SubscriptionEditState_build_closure16, A._SubscriptionEditState_build__closure15, A._SubscriptionEditState_build_closure17, A._SubscriptionEditState_build__closure14, A._SubscriptionEditState_build_closure15, A._SubscriptionEditState_build_closure18, A._SubscriptionEditState_build__closure13, A._SubscriptionEditState_build_closure19, A._SubscriptionEditState_build__closure12, A._SubscriptionEditState_build_closure20, A._SubscriptionEditState_build__closure11, A._SubscriptionEditState_build_closure21, A._SubscriptionEditState_build__closure10, A._SubscriptionEditState_build_closure22, A._SubscriptionEditState_build__closure9, A._SubscriptionEditState_build_closure23, A._SubscriptionEditState_build__closure8, A._SubscriptionEditState_build_closure24, A._SubscriptionEditState_build__closure7, A._SubscriptionEditState_build_closure25, A._SubscriptionEditState_build__closure6, A._SubscriptionEditState_build_closure26, A._SubscriptionEditState_build__closure5, A._SubscriptionEditState_build_closure27, A._SubscriptionEditState_build__closure4, A._SubscriptionEditState_build_closure28, A._SubscriptionEditState_build__closure3, A._SubscriptionEditState_build_closure29, A._SubscriptionEditState_build_closure30, A._SubscriptionEditState_build__closure0, A._SubscriptionEditState_build_closure32, A._SubscriptionEditState_build___closure, A.SubscriptionEditScreen_build_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure, A.SubscriptionListItem_build_closure, A.SubscriptionListVM_fromStore__handleRefresh, A.SubscriptionListVM_fromStore_closure, A.SubscriptionListVM_fromStore_closure0, A.SubscriptionScreen_build_closure7, A.SubscriptionScreen_build_closure4, A.SubscriptionScreen_build_closure0, A.SubscriptionScreen_build_closure1, A.SubscriptionScreen_build_closure2, A.SubscriptionScreen_build_closure3, A.SubscriptionViewScreen_build_closure0, A._UpdateDialogState_updateApp__closure0, A._UpdateDialogState_updateApp__closure1, A._TaskEditState_build_closure1, A._TaskEditState_build_closure2, A._TaskEditDesktopState_didChangeDependencies_closure, A._TaskEditDesktopState_didChangeDependencies_closure0, A._TaskEditDesktopState_dispose_closure, A._TaskEditDesktopState__onChanged_closure, A._TaskEditDesktopState_build_closure, A._TaskEditDesktopState_build_closure0, A._TaskEditDesktopState_build_closure2, A._TaskEditDesktopState_build__closure10, A._TaskEditDesktopState_build_closure1, A._TaskEditDesktopState_build_closure3, A._TaskEditDesktopState_build__closure9, A._TaskEditDesktopState_build_closure4, A._TaskEditDesktopState_build_closure5, A._TaskEditDesktopState_build__closure8, A._TaskEditDesktopState_build_closure6, A._TaskEditDesktopState_build__closure7, A._TaskEditDesktopState_build_closure7, A._TaskEditDesktopState_build__closure0, A._TaskEditDesktopState_build__closure2, A._TaskEditDesktopState_build__closure3, A._TaskEditDesktopState_build__closure4, A._TaskEditDesktopState_build___closure1, A._TaskEditDesktopState_build___closure0, A._TaskEditDesktopState_build___closure, A._TaskEditDetailsState_didChangeDependencies_closure, A._TaskEditDetailsState_didChangeDependencies_closure0, A._TaskEditDetailsState_dispose_closure, A._TaskEditDetailsState__onChanged_closure, A._TaskEditDetailsState_build_closure0, A._TaskEditDetailsState_build__closure2, A._TaskEditDetailsState_build_closure, A._TaskEditDetailsState_build_closure1, A._TaskEditDetailsState_build__closure1, A._TaskEditDetailsState_build_closure2, A._TaskEditDetailsState_build_closure3, A._TaskEditDetailsState_build__closure0, A._TaskEditDetailsState_build_closure4, A._TaskEditDetailsState_build__closure, A.TaskEditDetailsScreen_build_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1, A._TaskEditTimesState__showTaskTimeEditor_closure, A._TaskEditTimesState__showTaskTimeEditor_closure0, A._TaskEditTimesState__showTaskTimeEditor__closure, A._TaskEditTimesState_build_closure, A._TaskEditTimesState_build_closure0, A.TimeEditDetailsState_build_closure0, A.TimeEditDetailsState_build_closure2, A.TimeEditDetailsState_build_closure3, A.TimeEditDetailsState_build_closure4, A.TimeEditDetailsState_build__closure1, A.TimeEditDetailsState_build_closure5, A.TimeEditDetailsState_build__closure, A.TaskEditTimesScreen_build_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure, A.TaskEditScreen_build_closure0, A.TaskEditVM_TaskEditVM$fromStore_closure0, A.TaskEditVM_TaskEditVM$fromStore__closure, A.TaskEditVM_TaskEditVM$fromStore_closure, A.TaskEditVM_TaskEditVM$fromStore___closure, A.TaskEditVM_TaskEditVM$fromStore___closure0, A.TaskEditVM_TaskEditVM$fromStore___closure1, A.TaskEditVM_TaskEditVM$fromStore____closure, A._KanbanTaskCardState_build_closure, A._KanbanTaskCardState_build__closure4, A._KanbanTaskCardState_build_closure10, A._KanbanTaskCardState_build_closure9, A._KanbanTaskCardState_build_closure6, A._KanbanTaskCardState_build__closure2, A._KanbanTaskCardState_build_closure7, A._KanbanStatusCardState__onSavePressed_closure, A._KanbanStatusCardState_build_closure, A._KanbanStatusCardState_build_closure0, A.KanbanViewState__initBoard_closure, A.KanbanViewState__onBoardChanged_closure, A.KanbanViewState_build_closure, A.KanbanViewState_build_closure0, A.KanbanViewState_build____closure3, A.KanbanViewState_build__closure3, A.KanbanViewState_build__closure4, A.KanbanViewState_build___closure3, A.KanbanViewState_build___closure2, A.KanbanVM_fromStore_closure, A.KanbanVM_fromStore_closure1, A.KanbanVM_fromStore__closure, A.KanbanVM_fromStore_closure0, A.KanbanVM_fromStore__closure0, A.KanbanVM_fromStore__closure1, A.KanbanVM_fromStore__closure2, A.KanbanVM_fromStore__closure3, A.TaskListItem_build__closure, A.TaskListItem_build__closure3, A.TaskListVM_fromStore__handleRefresh, A.TaskListVM_fromStore_closure0, A.TaskListVM_fromStore_closure, A.TaskPresenter_getField_closure, A.TaskPresenter_getField_closure0, A.TaskScreen_build_closure, A.TaskScreen_build_closure0, A.TaskScreen_build_closure1, A.TaskScreen_build_closure2, A.TaskScreen_build_closure17, A.TaskScreen_build_closure13, A.TaskScreen_build_closure9, A.TaskScreen_build_closure10, A.TaskScreen_build_closure11, A.TaskScreen_build_closure12, A._TaskViewState_build_closure, A._TaskOverviewState_initState_closure, A._TaskOverviewState_build__buildView_closure, A._TaskOverviewState_build__buildView__closure, A.TaskViewScreen_build_closure0, A.TaskViewVM_TaskViewVM$fromStore__handleRefresh, A.TaskViewVM_TaskViewVM$fromStore_closure, A.TaskViewVM_TaskViewVM$fromStore_closure0, A.TaskViewVM_TaskViewVM$fromStore_closure1, A.TaskViewVM_TaskViewVM$fromStore__closure, A.TaskViewVM_TaskViewVM$fromStore__closure0, A.TaskViewVM_TaskViewVM$fromStore___closure, A._TaskStatusEditState_didChangeDependencies_closure, A._TaskStatusEditState_didChangeDependencies_closure0, A._TaskStatusEditState_dispose_closure, A._TaskStatusEditState__onChanged_closure, A._TaskStatusEditState_build_closure0, A._TaskStatusEditState_build_closure, A._TaskStatusEditState_build__closure, A._TaskStatusEditState_build__closure0, A._TaskStatusEditState_build___closure, A.TaskStatusEditScreen_build_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure, A._TaskStatusListState_build_closure, A.TaskStatusListItem_build_closure, A.TaskStatusListVM_fromStore__handleRefresh, A.TaskStatusListVM_fromStore_closure, A.TaskStatusListVM_fromStore__closure, A.TaskStatusScreen_build_closure8, A.TaskStatusScreen_build__closure, A.TaskStatusScreen_build__closure0, A.TaskStatusScreen_build_closure5, A.TaskStatusScreen_build_closure1, A.TaskStatusScreen_build_closure2, A.TaskStatusScreen_build_closure3, A.TaskStatusScreen_build_closure4, A.TaskStatusViewScreen_build_closure0, A._TaxRateEditState_didChangeDependencies_closure, A._TaxRateEditState_didChangeDependencies_closure0, A._TaxRateEditState_dispose_closure, A._TaxRateEditState__onChanged_closure, A._TaxRateEditState_build_closure, A.TaxRateEditScreen_build_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore____closure, A.TaxRateListItem_build_closure, A.TaxRateListVM_fromStore__handleRefresh, A.TaxRateListVM_fromStore_closure, A.TaxRateListVM_fromStore_closure0, A.TaxRateSettingsScreen_build_closure3, A.TaxRateSettingsScreen_build_closure0, A.TaxRateViewScreen_build_closure0, A._TokenEditState_didChangeDependencies_closure, A._TokenEditState_didChangeDependencies_closure0, A._TokenEditState_dispose_closure, A._TokenEditState__onChanged_closure, A._TokenEditState_build_closure0, A._TokenEditState_build_closure, A._TokenEditState_build__closure, A.TokenEditScreen_build_closure0, A.TokenEditVM_TokenEditVM$fromStore_closure, A.TokenEditVM_TokenEditVM$fromStore_closure1, A.TokenEditVM_TokenEditVM$fromStore_closure0, A.TokenEditVM_TokenEditVM$fromStore____closure, A.TokenEditVM_TokenEditVM$fromStore____closure0, A.TokenEditVM_TokenEditVM$fromStore_____closure, A.TokenListItem_build_closure, A.TokenListVM_fromStore__handleRefresh, A.TokenListVM_fromStore_closure, A.TokenListVM_fromStore_closure0, A.TokenScreen_build_closure7, A.TokenScreen_build_closure4, A.TokenScreen_build_closure0, A.TokenScreen_build_closure1, A.TokenScreen_build_closure2, A.TokenScreen_build_closure3, A.TokenViewScreen_build_closure0, A._TransactionEditState_didChangeDependencies_closure, A._TransactionEditState_didChangeDependencies_closure0, A._TransactionEditState_dispose_closure, A._TransactionEditState__onChanged__closure, A._TransactionEditState_build_closure0, A._TransactionEditState_build_closure1, A._TransactionEditState_build_closure, A._TransactionEditState_build__closure, A._TransactionEditState_build___closure3, A._TransactionEditState_build___closure2, A._TransactionEditState_build__closure1, A._TransactionEditState_build__closure2, A._TransactionEditState_build__closure3, A._TransactionEditState_build___closure1, A._TransactionEditState_build__closure6, A._TransactionEditState_build___closure, A._TransactionEditState_build__closure4, A._TransactionEditState_build___closure0, A._TransactionEditState_build__closure8, A._TransactionEditState_build__closure7, A.TransactionEditScreen_build_closure0, A.TransactionEditVM_TransactionEditVM$fromStore_closure, A.TransactionEditVM_TransactionEditVM$fromStore_closure1, A.TransactionEditVM_TransactionEditVM$fromStore_closure0, A.TransactionEditVM_TransactionEditVM$fromStore___closure, A.TransactionEditVM_TransactionEditVM$fromStore___closure0, A.TransactionEditVM_TransactionEditVM$fromStore____closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure0, A.TransactionListItem_build__closure, A.TransactionListItem_build__closure3, A.TransactionListVM_fromStore__handleRefresh, A.TransactionListVM_fromStore_closure, A.TransactionListVM_fromStore_closure0, A.TransactionPresenter_getField_closure, A.TransactionPresenter_getField_closure0, A.TransactionPresenter_getField_closure1, A.TransactionPresenter_getField_closure2, A.TransactionScreen_build_closure, A.TransactionScreen_build_closure0, A.TransactionScreen_build_closure1, A.TransactionScreen_build_closure2, A.TransactionScreen_build_closure3, A.TransactionScreen_build_closure13, A.TransactionScreen_build_closure10, A.TransactionScreen_build_closure6, A.TransactionScreen_build_closure7, A.TransactionScreen_build_closure8, A.TransactionScreen_build_closure9, A._TransactionViewState_build_closure, A._TransactionViewState_build_closure0, A._TransactionViewState_build_closure1, A._MatchDepositsState_initState_closure, A._MatchDepositsState_updateInvoiceList_closure, A._MatchDepositsState_updatePaymentList_closure, A._MatchDepositsState_build_closure, A._MatchDepositsState_build_closure0, A._MatchDepositsState_build_closure1, A._MatchDepositsState_build_closure2, A._MatchDepositsState_build_closure5, A._MatchDepositsState_build_closure8, A._MatchDepositsState_build_closure9, A._MatchDepositsState_build__closure, A._MatchWithdrawalsState_updateCategoryList_closure, A._MatchWithdrawalsState_updateVendorList_closure, A._MatchWithdrawalsState_updateExpenseList_closure, A._MatchWithdrawalsState_build_closure, A._MatchWithdrawalsState_build_closure0, A._MatchWithdrawalsState_build_closure1, A._MatchWithdrawalsState_build_closure2, A._MatchWithdrawalsState_build_closure5, A._MatchWithdrawalsState_build_closure6, A._MatchWithdrawalsState_build____closure1, A._MatchWithdrawalsState_build_____closure, A._MatchWithdrawalsState_build_closure11, A._MatchWithdrawalsState_build__closure6, A._MatchWithdrawalsState_build__closure7, A._MatchWithdrawalsState_build___closure2, A._MatchWithdrawalsState_build____closure0, A._MatchWithdrawalsState_build_closure16, A._MatchWithdrawalsState_build__closure1, A._MatchWithdrawalsState_build__closure2, A._MatchWithdrawalsState_build___closure0, A._MatchWithdrawalsState_build____closure, A._MatchWithdrawalsState_build__closure, A.TransactionViewScreen_build_closure0, A.TransactionViewScreen_build__closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure1, A.TransactionViewVM_TransactionViewVM$fromStore__closure, A._TransactionRuleEditState_didChangeDependencies_closure, A._TransactionRuleEditState_didChangeDependencies_closure0, A._TransactionRuleEditState_dispose_closure, A._TransactionRuleEditState__onChanged__closure, A._TransactionRuleEditState_build_closure0, A._TransactionRuleEditState_build_closure1, A._TransactionRuleEditState_build_closure, A._TransactionRuleEditState_build__closure, A._TransactionRuleEditState_build__closure0, A._TransactionRuleEditState_build__closure1, A._TransactionRuleEditState_build___closure9, A._TransactionRuleEditState_build__closure2, A._TransactionRuleEditState_build___closure8, A._TransactionRuleEditState_build___closure6, A._TransactionRuleEditState_build___closure7, A._TransactionRuleEditState_build___closure5, A._TransactionRuleEditState_build___closure3, A._TransactionRuleEditState_build___closure4, A._TransactionRuleEditState_build__closure7, A._TransactionRuleEditState_build___closure1, A._TransactionRuleEditState_build___closure2, A._TransactionRuleEditState_build__closure9, A._TransactionRuleEditState_build___closure, A._TransactionRuleEditState_build___closure0, A.__RuleCriteriaState_build_closure, A.__RuleCriteriaState_build___closure1, A.__RuleCriteriaState_build_closure0, A.__RuleCriteriaState_build___closure0, A.__RuleCriteriaState_build_closure1, A.__RuleCriteriaState_build___closure, A.__RuleCriteriaState_build_closure2, A.__RuleCriteriaState_build_closure3, A.TransactionRuleEditScreen_build_closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure1, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore_closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore___closure0, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore____closure, A.TransactionRuleListItem_build_closure, A.TransactionRuleListVM_fromStore__handleRefresh, A.TransactionRuleListVM_fromStore_closure, A.TransactionRuleListVM_fromStore_closure0, A.TransactionRuleScreen_build_closure7, A.TransactionRuleScreen_build_closure4, A.TransactionRuleScreen_build_closure0, A.TransactionRuleScreen_build_closure1, A.TransactionRuleScreen_build_closure2, A.TransactionRuleScreen_build_closure3, A.TransactionRuleViewScreen_build_closure0, A._UserEditState_didChangeDependencies_closure, A._UserEditState_didChangeDependencies_closure0, A._UserEditState_dispose_closure, A._UserEditState__onChanged_closure, A._UserEditState__togglePermission_closure, A._UserEditState__togglePermission_closure0, A._UserEditState_build_closure15, A._UserEditState_build_closure, A._UserEditState_build_closure0, A._UserEditState_build_closure1, A._UserEditState_build__closure12, A._UserEditState_build_closure3, A._UserEditState_build__closure11, A._UserEditState_build_closure4, A._UserEditState_build__closure9, A._UserEditState_build__closure10, A._UserEditState_build_closure5, A._UserEditState_build__closure7, A._UserEditState_build__closure8, A._UserEditState_build__closure6, A._UserEditState_build___closure0, A._UserEditState_build_closure7, A._UserEditState_build_closure9, A._UserEditState_build_closure11, A._UserEditState_build_closure13, A._UserEditState_build_closure14, A._UserEditState_build___closure, A._UserEditState_build____closure, A._UserEditState_build__closure1, A._UserEditState_build__closure3, A._UserEditState_build__closure5, A.UserEditScreen_build_closure0, A.UserEditVM_UserEditVM$fromStore_closure, A.UserEditVM_UserEditVM$fromStore_closure1, A.UserEditVM_UserEditVM$fromStore_closure0, A.UserEditVM_UserEditVM$fromStore___closure0, A.UserEditVM_UserEditVM$fromStore___closure1, A.UserEditVM_UserEditVM$fromStore____closure, A.UserListItem_build_closure, A.UserListVM_fromStore__handleRefresh, A.UserListVM_fromStore_closure, A.UserListVM_fromStore_closure0, A.UserScreen_build_closure7, A.UserScreen_build_closure4, A.UserScreen_build_closure0, A.UserScreen_build_closure1, A.UserScreen_build_closure2, A.UserScreen_build_closure3, A.UserViewScreen_build_closure0, A._VendorEditState_build_closure, A._VendorEditState_build_closure0, A.VendorEditAddressState_didChangeDependencies_closure, A.VendorEditAddressState_didChangeDependencies_closure0, A.VendorEditAddressState_dispose_closure, A.VendorEditAddressState__onChanged_closure, A.VendorEditAddressState_build_closure, A.VendorEditAddressState_build__closure, A._VendorEditContactsState__showContactEditor_closure, A._VendorEditContactsState__showContactEditor__closure, A._VendorEditContactsState_build_closure, A._VendorEditContactsState_build_closure0, A.VendorContactEditDetailsState_didChangeDependencies_closure, A.VendorContactEditDetailsState_didChangeDependencies_closure0, A.VendorContactEditDetailsState_dispose_closure, A.VendorContactEditDetailsState__onChanged_closure, A.VendorContactEditDetailsState_build_closure, A.VendorContactEditDetailsState_build_closure0, A.VendorContactEditDetailsState_build_closure1, A.VendorContactEditDetailsState_build_closure2, A.VendorContactEditDetailsState_build_closure4, A.VendorContactEditDetailsState_build_closure3, A.VendorContactEditDetailsState_build_closure5, A.VendorContactEditDetailsState_build_closure6, A.VendorContactEditDetailsState_build_closure7, A.VendorContactEditDetailsState_build_closure8, A.VendorContactEditDetailsState_build_closure9, A.VendorContactEditDetailsState_build_closure10, A.VendorContactEditDetailsState_build___closure, A.VendorContactEditDetailsState_build__closure1, A.VendorContactEditDetailsState_build__closure, A.VendorEditContactsScreen_build_closure0, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0, A.VendorEditDetailsState_didChangeDependencies_closure, A.VendorEditDetailsState_didChangeDependencies_closure0, A.VendorEditDetailsState_dispose_closure, A.VendorEditDetailsState__onChanged_closure, A.VendorEditDetailsState_build_closure, A.VendorEditDetailsState_build_closure0, A.VendorEditDetailsState_build__closure0, A.VendorEditDetailsState_build_closure2, A.VendorEditDetailsState_build__closure, A.VendorEditDetailsState_build_closure1, A.VendorEditNotesState_didChangeDependencies_closure, A.VendorEditNotesState_didChangeDependencies_closure0, A.VendorEditNotesState_dispose_closure, A.VendorEditNotesState__onChanged_closure, A.VendorEditSettingsState_build_closure, A.VendorEditSettingsState_build__closure0, A.VendorEditSettingsState_build_closure0, A.VendorEditSettingsState_build__closure, A.VendorEditScreen_build_closure0, A.VendorEditVM_VendorEditVM$fromStore_closure, A.VendorEditVM_VendorEditVM$fromStore_closure1, A.VendorEditVM_VendorEditVM$fromStore_closure0, A.VendorEditVM_VendorEditVM$fromStore___closure, A.VendorEditVM_VendorEditVM$fromStore___closure0, A.VendorEditVM_VendorEditVM$fromStore___closure1, A.VendorEditVM_VendorEditVM$fromStore____closure, A.VendorListItem_build__closure, A.VendorListItem_build__closure3, A.VendorListVM_fromStore__handleRefresh, A.VendorListVM_fromStore_closure, A.VendorListVM_fromStore_closure0, A.VendorPresenter_getField_closure, A.VendorScreen_build_closure7, A.VendorScreen_build_closure4, A.VendorScreen_build_closure0, A.VendorScreen_build_closure1, A.VendorScreen_build_closure2, A.VendorScreen_build_closure3, A._VendorViewState_build_closure, A._VendorViewDetailsState_build__buildDetailsList_closure, A._VendorViewFullwidthState_build__closure1, A.VendorViewScreen_build_closure0, A.VendorViewVM_VendorViewVM$fromStore__handleRefresh, A.VendorViewVM_VendorViewVM$fromStore_closure, A.VendorViewVM_VendorViewVM$fromStore_closure0, A.VendorViewVM_VendorViewVM$fromStore__closure, A.VendorViewVM_VendorViewVM$fromStore__closure0, A.VendorViewVM_VendorViewVM$fromStore___closure, A._WebhookEditState_didChangeDependencies_closure, A._WebhookEditState_didChangeDependencies_closure0, A._WebhookEditState_dispose_closure, A._WebhookEditState__onChanged_closure, A._WebhookEditState_build_closure0, A._WebhookEditState_build_closure, A._WebhookEditState_build__closure, A._WebhookEditState_build__closure1, A._WebhookEditState_build___closure4, A._WebhookEditState_build__closure0, A._WebhookEditState_build__closure2, A._WebhookEditState_build___closure3, A._WebhookEditState_build__closure3, A._WebhookEditState_build__closure4, A._WebhookEditState_build___closure0, A._WebhookEditState_build__closure6, A._WebhookEditState_build____closure, A.WebhookEditScreen_build_closure0, A.WebhookEditVM_WebhookEditVM$fromStore_closure, A.WebhookEditVM_WebhookEditVM$fromStore_closure1, A.WebhookEditVM_WebhookEditVM$fromStore_closure0, A.WebhookEditVM_WebhookEditVM$fromStore___closure, A.WebhookEditVM_WebhookEditVM$fromStore___closure0, A.WebhookEditVM_WebhookEditVM$fromStore____closure, A.WebhookViewScreen_build_closure0, A.WebhookListItem_build_closure, A.WebhookListVM_fromStore__handleRefresh, A.WebhookListVM_fromStore_closure, A.WebhookListVM_fromStore_closure0, A.WebhookScreen_build_closure7, A.WebhookScreen_build_closure4, A.WebhookScreen_build_closure0, A.WebhookScreen_build_closure1, A.WebhookScreen_build_closure2, A.WebhookScreen_build_closure3, A.snackBarCompleter_closure, A.snackBarCompleter_closure0, A.snackBarCompleter__closure, A.loadDesign_closure, A.loadDesign_closure0, A.showRefreshDataDialog_closure, A.showErrorDialog_closure, A.showMessageDialog_closure, A.confirmCallback_closure, A.confirmCallback__closure, A.confirmCallback__closure0, A.confirmCallback__closure1, A.passwordCallback_closure0, A.passwordCallback__closure0, A.passwordCallback__closure, A.passwordCallback_closure3, A._PasswordConfirmationState_build_closure0, A._PasswordConfirmationState_build_closure1, A.fieldCallback_closure, A._FieldConfirmationState_build_closure, A._FieldConfirmationState_build_closure0, A.cloneToDialog_closure, A.changeTaskStatusDialog_closure, A.changeTaskStatusDialog_closure0, A.changeTaskStatusDialog__closure, A.changeTaskStatusDialog____closure, A.addToInvoiceDialog_closure, A.addToInvoiceDialog_closure0, A.addToInvoiceDialog__closure, A.addToInvoiceDialog____closure, A._BulkUpdateDialogState_build_closure, A._BulkUpdateDialogState_build_closure2, A._BulkUpdateDialogState_build_closure0, A._BulkUpdateDialogState_build_closure1, A._BulkUpdateDialogState_build_closure3, A._BulkUpdateDialogState_build_closure4, A._BulkUpdateDialogState_build_closure5, A._BulkUpdateDialogState_build_closure6, A._BulkUpdateDialogState_build_closure7, A._BulkUpdateDialogState_build_closure8, A._BulkUpdateDialogState_build_closure9, A._BulkUpdateDialogState_build__closure, A._BulkUpdateDialogState_build__closure1, A._BulkUpdateDialogState_build__closure2, A._RunTemplateDialogState_build__closure1, A._RunTemplateDialogState_build__closure3, A._RunTemplateDialogState_build__closure4, A._RunTemplateDialogState_build_closure2, A._RunTemplateDialogState_build_closure3, A._RunTemplateDialogState_build_closure4, A._RunTemplateDialogState_build_closure5, A.EnumUtils_fromString_closure, A.AttributedTextMarkdownSerializer__encodeLinkMarker_closure, A.GoogleOAuth_signIn_closure, A.GoogleOAuth_signUp_closure, A.initiatePurchase_closure, A.toSnakeCase_closure, A.toCamelCase_closure, A.toSpaceCase_closure, A.toTitleCase_closure, A.matchesStrings_closure, A.matchesString_closure, A.matchesString_closure0, A.matchesStringsValue_closure, A.getRandomString_closure, A._ExampleEditorState__showEditorToolbar_closure, A._ExampleEditorState__showImageToolbar_closure, A._ExampleEditorState_build_closure, A._ExampleEditorState_build_closure0, A._ExampleEditorState__buildMountedToolbar_closure, A._SuperEditorDemoTextItemSelectorState_build_closure, A._EditorToolbarState__getSelectedLinkSpans_closure, A._EditorToolbarState__onLinkPressed_closure, A._EditorToolbarState__onBlockTypeSelected__closure, A._EditorToolbarState__buildBlockTypeSelector_closure, A._EditorToolbarState__buildUrlField_closure0, A._EditorToolbarState__buildUrlField_closure, A._ImageFormatToolbarState_build_closure, A._PositionedToolbar_build_closure, A.loadEmailTemplate_closure, A.loadEmailTemplate_closure0, A.WebUtils_registerWebView_closure, A.WebUtils_warnChanges_closure, A.WebUtils_microsoftLogin_closure, A.WebUtils_microsoftLogin_closure0, A.Element_textContent_closure, A.BlockSyntax_isAtBlockEnd_closure, A.BlockquoteSyntax_parseChildLines_closure, A.ListSyntax_parse_tryMatch, A.ParagraphSyntax__extractReflinkDefinitions_lineStartsReflinkDefinition, A.InlineParser_parse_closure, A.InlineParser__linkOrImage_closure, A.InlineParser__linkOrImage_closure0, A.InlineParser__linkOrImage_closure1, A.InlineParser__processEmphasis_closure0, A.LinkSyntax_closure, A.ImageSyntax__createNode_closure, A.memo1_closure, A.memo3_closure, A.memo4_closure, A.memo5_closure, A.memo6_closure, A.memo7_closure, A.memo8_closure, A.memo9_closure, A.memo10_closure, A.RenderOverflowView_resetOffstage_closure, A.RenderOverflowView_performFixedLayout_getChildOffset, A.RenderOverflowView_visitOnlyOnStageChildren_closure, A.RenderOverflowView_paint_paintChild, A.RenderOverflowView_hitTestChildren_closure, A._RenderIosPagedMenu__scheduleUpdateControllerPageCount_closure, A._PopoverScaffoldState__onPopoverControllerChanged_closure, A.disabledMacIntents_closure0, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A._PinchZoomState_build_closure0, A._PinchZoomState_build_closure, A._PinputState__buildPinput_closure1, A._PinputState__buildPinput__closure0, A._PinputState__buildPinput__closure1, A._PinputState__buildEditable_closure, A._PinputState__buildEditable_closure0, A._PinputState__buildFields_onlyFields_closure, A._SeparatedRaw_build_closure, A._PinputAnimatedCursorState__startCursorAnimation_closure, A._registerFactory_closure, A.PrintingPlugin_layoutPdf_closure, A.PrintingPlugin_layoutPdf_closure0, A.PrintingPlugin_raster_closure, A.PrintingPlugin_raster_closure0, A.MethodChannelPrinting__handleMethod_closure, A.PdfPreviewCustomState_didChangeDependencies_closure, A.PdfPreviewCustomState__createPreview_pageWidget, A.PdfPreviewCustomState__zoomPreview_closure2, A.PdfPreviewCustomState__zoomPreview_closure, A.PdfPreviewState_didChangeDependencies_closure, A.PdfPreviewState_build_closure, A.PdfRaster_toImage_closure, A.Store__createReduceAndNotify_closure, A.Store__createDispatchers_closure, A.RoundedLoadingButtonState_initState_closure1, A.RoundedLoadingButtonState_initState_closure3, A._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.SdkVersion_toJson_closure, A.TimeToInitialDisplayTracker_determineEndTime_closure0, A.SharedPreferencesPlugin__getFilteredKeys_closure, A.MethodChannelSignInWithApple__signInWithAppleAndroid_closure, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.OnBuilder_closure, A.OnBuilder_closure0, A._MyStatefulWidgetState_initState_closure, A.ReactiveModelImp_setStateNullable_closure0, A.ReactiveModelImp_initialize_closure, A.ReactiveModelImp__handleAsyncState_closure, A.ReactiveModelImp__handleAsyncState__closure0, A.MutableDocument_onTransactionEnd_closure, A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.PasteEditorCommand__convertLinesToParagraphs_closure, A.UpdateComposerTextStylesReaction_react_closure, A.UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure, A.UpdateComposerTextStylesReaction__updateComposerStylesAtCaret_closure0, A.defaultRequestHandlers_closure, A.defaultRequestHandlers_closure0, A.defaultRequestHandlers_closure1, A.defaultRequestHandlers_closure2, A.defaultRequestHandlers_closure3, A.defaultRequestHandlers_closure4, A.defaultRequestHandlers_closure5, A.defaultRequestHandlers_closure6, A.defaultRequestHandlers_closure7, A.defaultRequestHandlers_closure8, A.defaultRequestHandlers_closure9, A.defaultRequestHandlers_closure10, A.defaultRequestHandlers_closure11, A.defaultRequestHandlers_closure12, A.defaultRequestHandlers_closure13, A.defaultRequestHandlers_closure14, A.defaultRequestHandlers_closure15, A.defaultRequestHandlers_closure16, A.defaultRequestHandlers_closure17, A.defaultRequestHandlers_closure18, A.defaultRequestHandlers_closure19, A.defaultRequestHandlers_closure20, A.defaultRequestHandlers_closure21, A.defaultRequestHandlers_closure22, A.defaultRequestHandlers_closure23, A.defaultRequestHandlers_closure24, A.defaultRequestHandlers_closure25, A.defaultRequestHandlers_closure26, A.defaultRequestHandlers_closure27, A.defaultRequestHandlers_closure28, A.defaultRequestHandlers_closure29, A.defaultRequestHandlers_closure30, A.defaultRequestHandlers_closure31, A.defaultRequestHandlers_closure32, A.defaultRequestHandlers_closure33, A.defaultRequestHandlers_closure34, A.defaultRequestHandlers_closure35, A.defaultRequestHandlers_closure36, A.defaultRequestHandlers_closure37, A.defaultRequestHandlers_closure38, A.defaultRequestHandlers_closure39, A.defaultRequestHandlers_closure40, A.defaultRequestHandlers_closure41, A.defaultRequestHandlers_closure42, A.ImageUrlConversionReaction_react_closure, A.ImageUrlConversionReaction_react_closure1, A.ImageUrlConversionReaction_react_closure2, A.LinkifyReaction__extractUpstreamWordAndLinkify_closure, A.LinkifyReaction__moveOffsetByWord_closure, A.LinkifyReaction__moveOffsetByWord_closure0, A.LinkifyReaction__moveOffsetByWord_closure1, A.LinkifyReaction__tryUpdateLinkAttribution_closure, A.LinkifyReaction__tryUpdateLinkAttribution_closure0, A.LinkifyReaction__tryUpdateLinkAttribution_closure1, A._EditorSelectionAndFocusPolicyState__onFocusChange_closure, A._DocumentMouseInteractorState__onSelectionChange_closure, A._DocumentMouseInteractorState__buildCursorStyle_closure, A._DocumentMouseInteractorState__buildCursorStyle__closure, A._DocumentMouseInteractorState__buildGestureInput_closure0, A._DocumentMouseInteractorState__buildGestureInput_closure2, A.SuperEditorAndroidControlsScope_maybeRootOf_closure, A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure, A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure, A._AndroidDocumentTouchInteractorState__configureScrollController_closure, A._AndroidDocumentTouchInteractorState__onScrollActivityChange_closure, A._AndroidDocumentTouchInteractorState__onDocumentChange_closure, A._AndroidDocumentTouchInteractorState_build_closure0, A._AndroidDocumentTouchInteractorState_build_closure2, A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle_closure, A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure2, A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure1, A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure0, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles_closure, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure6, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure5, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure4, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles_closure0, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure2, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure1, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure0, A.SuperEditorAndroidControlsOverlayManagerState__buildToolbar_closure, A.SuperEditorAndroidControlsOverlayManagerState__buildMagnifierFocalPoint_closure, A.SuperEditorAndroidControlsOverlayManagerState__buildMagnifier_closure, A.SuperEditorIosControlsScope_maybeRootOf_closure, A._IosDocumentTouchInteractorState_didChangeDependencies_closure, A._IosDocumentTouchInteractorState_didChangeMetrics_closure, A._IosDocumentTouchInteractorState__configureScrollController_closure, A._IosDocumentTouchInteractorState__onScrollActivityChange_closure, A._IosDocumentTouchInteractorState__onDocumentChange_closure, A._IosDocumentTouchInteractorState_build_closure0, A._IosDocumentTouchInteractorState_build_closure2, A._IosDocumentTouchInteractorState_build_closure4, A._IosDocumentTouchInteractorState__buildMagnifierFocalPoint_closure, A.SuperEditorIosMagnifierOverlayManagerState__buildMagnifier_closure, A._EditorFloatingCursorState__buildFloatingCursor_closure, A.DocumentImeInputClient_updateEditingValueWithDeltas_closure, A._DocumentSelectionOpenAndCloseImePolicyState_didUpdateWidget_closure, A._SoftwareKeyboardOpenerState_dispose_closure, A._KeyboardEditingToolbarState__buildToolbarOverlay__closure, A.SuperEditorImeInteractorState__createTextDeltasDocumentEditor_closure, A.SuperEditorImeInteractorState__reportVisualInformationToIme_closure, A._DocumentScrollableState_initState_closure, A.ImageComponent_build_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween_closure, A.SingleColumnLayoutComposingRegionStyler__computeNodeSelection_closure, A.SingleColumnLayoutSelectionStyler__computeNodeSelection_closure, A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.SplitParagraphCommand_execute_closure, A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.SuperEditorState_build_closure, A.SuperEditorState_build__closure, A.SuperEditorState_build__closure0, A.SuperEditorState_build__closure1, A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure, A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure2, A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure3, A.DefaultAndroidEditorToolbar_build_closure, A.TaskComponentBuilder_createViewModel_closure, A._TaskComponentState_build_closure, A._TaskComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.ComputeTextSpan_computeTextSpan_closure, A.ContentLayersElement__onBuildScheduled_closure, A.ContentLayersElement__isSubtreeDirty_closure, A.RenderContentLayers_attach_closure, A.RenderContentLayers_detach_closure, A.RenderContentLayers_performLayout_closure, A._extension_0_findAncestorContentLayers_closure, A._DocumentScaffoldState__buildDocumentLayout_closure, A._CupertinoScrollbarState_handleThumbPress_closure0, A.Scheduler_runAsSoonAsPossible_closure, A.Frames_onNextFrame_closure, A.Frames_scheduleBuildAfterBuild_closure, A._MaterialScrollbarState__trackVisibility_closure0, A._MaterialScrollbarState__thumbColor_closure0, A._MaterialScrollbarState__trackColor_closure0, A._MaterialScrollbarState__trackBorderColor_closure0, A._MaterialScrollbarState__thickness_closure0, A.RawScrollbarWithCustomPhysicsState__gestures_closure0, A.RawScrollbarWithCustomPhysicsState__gestures__closure, A.RawScrollbarWithCustomPhysicsState__gestures__closure0, A.RawScrollbarWithCustomPhysicsState__gestures__closure1, A.RawScrollbarWithCustomPhysicsState__gestures_closure2, A.RawScrollbarWithCustomPhysicsState_build_closure, A.RawScrollbarWithCustomPhysicsState_build_closure0, A.ScrollbarPainter_update_needPaint0, A.disabledMacIntents_closure, A.ItemSelectionListState__activateItem_closure, A.CharacterMovement__moveOffsetByWord_closure, A.CharacterMovement__moveOffsetByWord_closure0, A.CharacterMovement__moveOffsetByWord_closure1, A.CharacterMovement__moveOffsetByCharacter_closure, A._AndroidEditingOverlayControlsState_initState_closure, A._AndroidEditingOverlayControlsState_didUpdateWidget_closure, A._AndroidEditingOverlayControlsState__updateSelectionForDragHandleAfterScrollChange_closure, A._AndroidEditingOverlayControlsState__updateOffsetForCollapsedHandle_closure, A._AndroidEditingOverlayControlsState_build_closure, A._AndroidEditingOverlayControlsState__buildToolbar_closure, A.AndroidTextFieldTouchInteractorState__onTextOrSelectionChange_closure, A.AndroidTextFieldTouchInteractorState__onScrollChange_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure0, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure2, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure4, A.SuperAndroidTextFieldState_initState_closure, A.SuperAndroidTextFieldState_initState_closure0, A.SuperAndroidTextFieldState_dispose_closure, A.SuperAndroidTextFieldState_didChangeMetrics_closure, A.SuperDesktopTextFieldState__onSelectionOrContentChange_closure, A.SuperDesktopTextFieldState_build_closure0, A._SuperTextFieldGestureInteractorState_build_closure3, A._SuperTextFieldGestureInteractorState_build_closure0, A._SuperTextFieldGestureInteractorState_build_closure2, A._SuperTextFieldImeInteractorState_initState_closure, A._SuperTextFieldImeInteractorState_didUpdateWidget_closure, A._SuperTextFieldImeInteractorState__reportVisualInformationToIme_closure, A.SuperTextFieldScrollviewState_didUpdateWidget_closure, A.SuperTextFieldScrollviewState__onSelectionOrContentChange_closure, A._IOSEditingControlsState_build_closure, A._IOSEditingControlsState__buildToolbar_closure, A.IOSTextFieldTouchInteractorState__onTextOrSelectionChange_closure, A.IOSTextFieldTouchInteractorState__onScrollChange_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure0, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure2, A.IOSTextFieldTouchInteractorState__buildTrackerForToolbarFocus_closure, A.SuperIOSTextFieldState_initState_closure, A.SuperIOSTextFieldState_initState_closure0, A.SuperIOSTextFieldState_dispose_closure, A.SuperIOSTextFieldState_didChangeMetrics_closure, A.TextLayoutCaretState_didUpdateWidget_closure, A.format_closure, A.MethodChannelUrlLauncher_launch_closure, A._MaterialScrollbarState__thumbColor_closure1, A._MaterialScrollbarState__trackColor_closure1, A._MaterialScrollbarState__trackBorderColor_closure1, A._MaterialScrollbarState__thickness_closure1, A._EventStreamSubscription_closure0, A._EventStreamSubscription_onData_closure0]); + _inheritMany(A.Closure0Args, [A.AppBootstrap_prepareEngineInitializer_closure, A.HtmlViewEmbedder__compositeWithParams_closure, A.HtmlViewEmbedder__applyMutators_closure, A.HtmlViewEmbedder__applyMutators_closure0, A.SkiaFontCollection__registerWithFontProvider_closure, A.SkiaFontCollection__registerWithFontProvider_closure0, A.skiaDecodeImageFromPixels_closure, A.Frame_raster_closure, A.Frame_raster_closure0, A.MultiSurfaceRasterizer_createViewRasterizer_closure, A.MultiSurfaceViewRasterizer_displayFactory_closure, A.OffscreenCanvasRasterizer_createViewRasterizer_closure, A.OffscreenCanvasViewRasterizer_displayFactory_closure, A.CanvasKitRenderer_initialize_closure, A.CkTextStyle_skTextStyle_closure, A.FontFallbackManager_addMissingCodePoints_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.PersistedPicture__applyBitmapPaint_closure, A.HtmlRenderer_initialize_closure, A.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.GradientLinear_createImageBitmap_closure, A.BrowserImageDecoder__cacheExpirationClock_closure, A.BrowserImageDecoder__getOrCreateWebDecoder_closure, A.initializeEngineServices_closure0, A.initializeEngineServices_initializeRendererCallback, A.FlutterEngineInitializer__staticInteropFactoryStub_closure0, A._cached_closure, A.KeyboardConverter__scheduleAsyncEvent_closure0, A.KeyboardConverter__startGuardingKey_closure, A.KeyboardConverter__startGuardingKey_closure0, A.KeyboardConverter__handleEvent_closure, A.KeyboardConverter__handleEvent_closure0, A.KeyboardConverter__handleEvent_closure1, A.EnginePlatformDispatcher_invokeOnKeyData_closure, A.invoke2_closure, A.PlatformViewManager_renderContent_closure, A._PointerAdapter__ensureSanitizer_closure, A._GlobalPointerState_ensurePointerDeviceState_closure, A.RawKeyboard$__closure, A.RawKeyboard_handleHtmlEvent_closure, A.AccessibilityAnnouncements_announce_closure, A.Dialog_closure, A.RouteName_update_closure, A.AccessibilityFocusManager_changeFocus_closure, A.Scrollable_update_closure, A.EngineSemantics__now_closure, A.EngineSemantics__getGestureModeClock_closure, A.EngineSemanticsOwner_closure, A.MobileSemanticsEnabler_tryEnableSemantics_closure, A.TextField__invokeIosWorkaround_closure, A.TextField_update_closure, A.HtmlFontCollection_loadAssetFonts_closure, A.SafariDesktopTextEditingStrategy_placeElement_closure, A.IOSTextEditingStrategy__schedulePlacement_closure, A.FirefoxTextEditingStrategy__postponeFocus_closure, A.TextEditingChannel_handleTextInput_closure, A._hotRestartCache_closure, A.EngineFlutterWindow_handleNavigationMessage_closure, A.CastMap_putIfAbsent_closure, A.nullFuture_closure, A.Primitives_initTicker_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._asyncStarHelper_closure, A._AsyncStarStreamController__resumeBody, A._AsyncStarStreamController__resumeBody_closure, A._AsyncStarStreamController_closure0, A._AsyncStarStreamController_closure1, A._AsyncStarStreamController_closure, A._AsyncStarStreamController__closure, A.Future_Future_closure, A.Future_Future$delayed_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__chainCoreFutureAsync_closure, A._Future__asyncCompleteWithValue_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A._Future_timeout_closure, A._Future_timeout_closure0, A.Stream_asyncMap_closure, A.Stream_fold_closure, A.Stream_fold__closure, A.Stream_forEach_closure, A.Stream_forEach__closure, A.Stream_length_closure0, A.Stream_isEmpty_closure, A.Stream_toList_closure0, A.Stream_first_closure, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._MultiStream_listen_closure, A._cancelAndError_closure, A._cancelAndValue_closure, A._rootHandleError_closure, A._RootZone_bindCallbackGuarded_closure, A._Utf8Decoder__decoder_closure, A._Utf8Decoder__decoderNonfatal_closure, A._BigIntImpl_toDouble_roundUp, A._FileStream_listen_closure, A._FileStream__closeFile_done, A._File_readAsBytes_readUnsized_read, A._File_readAsBytes_readSized_read, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.KeyData__logicalToString_closure, A.bootstrapEngine_closure0, A.BrowserPlatformLocation_getOrCreateDomEventListener_closure, A.HashUrlStrategy_addPopStateListener_closure, A.AttributedSpans_copyAttributionRegion__closure1, A.AttributedSpans_copyAttributionRegion__closure2, A.AttributedSpans_copyAttributionRegion__closure, A.AttributedSpans_copyAttributionRegion__closure0, A.BoardItemState_onDropItem_closure, A.BoardItemState__startDrag_closure, A.BoardItemState__startDrag_closure0, A.BoardItemState_build_closure2, A.BoardItemState_build_closure1, A.BoardItemState_build_closure0, A.BoardListState_onDropList_closure, A.BoardListState__startDrag_closure, A.BoardListState_build_closure0, A.BoardListState_build_closure1, A.BoardListState_build_closure, A.BoardViewState_moveDown_closure, A.BoardViewState_moveUp_closure, A.BoardViewState_moveListRight_closure, A.BoardViewState_moveListRight__closure, A.BoardViewState_moveListRight_closure0, A.BoardViewState_moveRight_closure, A.BoardViewState_moveRight_closure0, A.BoardViewState_moveRight_closure1, A.BoardViewState_moveRight__closure, A.BoardViewState_moveRight_closure2, A.BoardViewState_moveListLeft_closure, A.BoardViewState_moveListLeft__closure, A.BoardViewState_moveListLeft_closure0, A.BoardViewState_moveLeft_closure, A.BoardViewState_moveLeft_closure0, A.BoardViewState_moveLeft_closure1, A.BoardViewState_moveLeft__closure, A.BoardViewState_moveLeft_closure2, A.BoardViewState_build__closure5, A.BoardViewState_build_closure1, A.BoardViewState_build__closure4, A.BoardViewState_build_closure2, A.BoardViewState_build__closure3, A.BoardViewState_build__closure2, A.BoardViewState_build__closure0, A.BoardViewState_build__closure1, A.BoardViewState_build__closure, A.BoardViewState_run_closure, A.Serializers_Serializers_closure, A.Serializers_Serializers_closure0, A.Serializers_Serializers_closure1, A.Serializers_Serializers_closure2, A.Serializers_Serializers_closure3, A.BaseBarRenderer_preprocessSeries__closure1, A.BaseBarRenderer_update__closure, A.BaseBarRenderer_update__closure1, A._ReversedSeriesIterator_closure, A.BaseChart_getSelectionModel_closure, A.BaseChart_configureSeries__closure, A.BaseChart_preprocessSeries__closure, A.GestureListener_defaultTapCancel_closure, A.MaterialPalette__orderedPalettes_closure, A.MaterialPalette__orderedPalettes_closure0, A.MaterialPalette__orderedPalettes_closure1, A.MaterialPalette__orderedPalettes_closure2, A.MaterialPalette__orderedPalettes_closure3, A.MaterialPalette__orderedPalettes_closure4, A.MaterialPalette__orderedPalettes_closure5, A.MaterialPalette__orderedPalettes_closure6, A.MaterialPalette__orderedPalettes_closure7, A.MaterialPalette__orderedPalettes_closure8, A.MaterialPalette__orderedPalettes_closure9, A.BaseChartState_requestRebuild_closure, A.BaseChartState__animationTick_closure, A.LinePainter__drawDashedLine_closure, A.ChartGestureDetector_makeWidget_closure, A.ChartGestureDetector_onTapDown_closure, A.CanonicalizedMap_putIfAbsent_closure, A._CupertinoDesktopTextSelectionToolbarButtonState__onEnter_closure, A._CupertinoDesktopTextSelectionToolbarButtonState__onExit_closure, A._CupertinoTextMagnifierState_initState_closure, A._CupertinoTextMagnifierState_initState__closure, A._CupertinoTextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, A._CupertinoScrollbarState_initState_closure, A._CupertinoTextSelectionToolbarContentState__statusListener_closure, A._CupertinoTextSelectionToolbarButtonState__onTapDown_closure, A._CupertinoTextSelectionToolbarButtonState__onTapUp_closure, A._CupertinoTextSelectionToolbarButtonState__onTapCancel_closure, A.ToggleableStateMixin__handleTapDown_closure0, A.ToggleableStateMixin__handleTapEnd_closure0, A.ToggleableStateMixin__handleFocusHighlightChanged_closure0, A._testPlatform_closure, A._browserPlatform_closure, A.FlutterErrorDetails_summary_formatException, A.FlutterErrorDetails_summary_closure0, A.BindingBase_initServiceExtensions_closure, A.BindingBase_initServiceExtensions_closure1, A.BindingBase_lockEvents_closure, A.BindingBase_registerServiceExtension__closure, A.ChangeNotifier_notifyListeners_closure, A.LicenseEntryWithLineBreaks_paragraphs_addLine, A.LicenseEntryWithLineBreaks_paragraphs_getParagraph, A.LicenseRegistry_licenses_closure, A.GestureArenaManager_add_closure, A.GestureArenaManager__tryToResolveArena_closure, A.GestureBinding_dispatchEvent_closure, A.GestureBinding_dispatchEvent_closure0, A.ForcePressGestureRecognizer_handleEvent_closure, A.ForcePressGestureRecognizer_acceptGesture_closure, A.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure, A.LongPressGestureRecognizer__checkLongPressDown_closure, A.LongPressGestureRecognizer__checkLongPressStart_closure, A.LongPressGestureRecognizer__checkLongPressMoveUpdate_closure, A.LongPressGestureRecognizer__checkLongPressEnd_closure, A.DragGestureRecognizer__checkDown_closure, A.DragGestureRecognizer__checkStart_closure, A.DragGestureRecognizer__checkUpdate_closure, A.DragGestureRecognizer__checkEnd_closure, A.DragGestureRecognizer__checkEnd_closure0, A.DragGestureRecognizer__checkEnd_closure1, A.DragGestureRecognizer__checkEnd_closure2, A.MultiDragGestureRecognizer__startDrag_closure, A.PointerRouter_addRoute_closure, A.PrimaryPointerGestureRecognizer_addAllowedPointer_closure, A.ScaleGestureRecognizer__reconfigure_closure1, A.ScaleGestureRecognizer__reconfigure_closure2, A.ScaleGestureRecognizer__advanceStateMachine_closure, A.ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure, A.TapGestureRecognizer_handleTapDown_closure, A.TapGestureRecognizer_handleTapDown_closure0, A.TapGestureRecognizer_handleTapUp_closure, A.TapGestureRecognizer_handleTapUp_closure0, A.TapGestureRecognizer_handleTapUp_closure1, A.BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure, A.BaseTapAndDragGestureRecognizer_addAllowedPointer_closure, A.BaseTapAndDragGestureRecognizer__checkTapDown_closure, A.BaseTapAndDragGestureRecognizer__checkTapUp_closure, A.BaseTapAndDragGestureRecognizer__checkDragStart_closure, A.BaseTapAndDragGestureRecognizer__checkDragUpdate_closure, A.BaseTapAndDragGestureRecognizer__checkDragEnd_closure, A.GestureArenaTeam_add_closure, A._PackagesViewState__packagesList__closure, A._PackageLicensePageState__initLicenses_closure, A._PackageLicensePageState__initLicenses_closure0, A._MasterDetailFlowState__nestedUI_closure1, A._MasterDetailFlowState__masterPageRoute__closure, A._ActionButton_build_closure, A.AppBar__getEffectiveCenterTitle_platformCenter, A._AppBarState__handleScrollNotification_closure, A.MaterialPointArcTween__initialize_sweepAngle, A._BottomSheetState__handleDragStart_closure, A._BottomSheetState__handleDragEnd_closure, A._BottomSheetState__handleDragHandleHover_closure, A._BottomSheetGestureDetector_build_closure, A._ButtonStyleState_handleStatesControllerChange_closure, A._ButtonStyleState_build__closure1, A._CalendarDatePickerState__handleModeChanged_closure, A._CalendarDatePickerState__handleMonthChanged_closure, A._CalendarDatePickerState__handleYearChanged_closure, A._CalendarDatePickerState__handleDayChanged_closure, A._CalendarDatePickerState_build_closure, A._MonthPickerState__handleMonthPageChanged_closure, A._MonthPickerState__handleGridFocusChange_closure, A._MonthPickerState__handleDirectionFocus_closure, A._DayState_build_closure1, A._YearPickerState__buildYearItem_closure1, A.DataTable_build_closure5, A.DataTable_build_closure6, A.DataTable_build_closure7, A.TableRowInkWell_getRectCallback_closure, A._SortArrowState__rebuild_closure, A._DatePickerDialogState__handleOk_closure, A._DatePickerDialogState__handleEntryModeToggle_closure, A._DatePickerDialogState__handleDateChanged_closure, A._DatePickerDialogState_build_calendarDatePicker, A._DatePickerDialogState_build_inputDatePicker, A.DrawerControllerState__animationChanged_closure, A._DropdownMenuState_build_closure, A.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable, A.DropdownButtonFormField__closure_resolveInputBorder, A.DropdownButtonFormField__closure_effectiveBorderRadius, A.Feedback_wrapForTap_closure, A._getClipCallback_closure, A._getClipCallback_closure0, A._InkResponseState_activateOnIntent_closure, A._InkResponseState_handleStatesControllerChange_closure, A._InkResponseState_updateHighlight_handleInkRemoval, A._InkResponseState__createSplash_onRemoved, A._InkResponseState_handleFocusHighlightModeChange_closure, A._InputDatePickerFormFieldState_didUpdateWidget__closure, A._HelperErrorState__handleChange_closure, A._InputDecoratorState__handleChange_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint__closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure0, A.MaterialStateMixin_addMaterialState_closure, A.MaterialStateMixin_removeMaterialState_closure, A._MergeableMaterialState__handleTick_closure, A.RadioListTile_build_closure, A.RefreshIndicatorState__handleScrollNotification_closure, A.RefreshIndicatorState__dismiss_closure, A.RefreshIndicatorState__dismiss_closure0, A.RefreshIndicatorState__show__closure, A.RefreshIndicatorState__show__closure0, A._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, A.ScaffoldState__drawerOpenedCallback_closure, A.ScaffoldState__endDrawerOpenedCallback_closure, A.ScaffoldState__updateSnackBar_closure, A.ScaffoldState__updateMaterialBanner_closure, A.ScaffoldState__buildBottomSheet_removePersistentSheetHistoryEntryIfNeeded, A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet, A.ScaffoldState__buildBottomSheet_removeCurrentBottomSheet_closure, A.ScaffoldState__buildBottomSheet_closure, A.ScaffoldState__buildBottomSheet_removeEntryIfNeeded, A.ScaffoldState__buildBottomSheet_closure0, A.ScaffoldState__buildBottomSheet_closure1, A.ScaffoldState__buildBottomSheet__closure, A.ScaffoldState__buildBottomSheet_closure2, A.ScaffoldState_showBottomSheet_closure, A.ScaffoldState__moveFloatingActionButton_closure, A.ScaffoldState_showBodyScrim_closure, A._MaterialScrollbarState_initState_closure, A._MaterialScrollbarState_handleThumbPressStart_closure, A._MaterialScrollbarState_handleThumbPressEnd_closure, A._MaterialScrollbarState_handleHover_closure, A._MaterialScrollbarState_handleHover_closure0, A._MaterialScrollbarState_handleHoverExit_closure, A._SelectableTextState__onControllerChanged_closure, A._SelectableTextState__handleSelectionChanged_closure, A._SelectableTextState_build_closure, A._MaterialSwitchState__handleDragEnd_closure, A.SwitchListTile_build_closure, A.TabController__changeIndex_closure, A._TabBarState__handleTabControllerTick_closure, A._TabBarState_build_closure1, A._TabBarViewState__warpToAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_closure0, A._TextFieldState__handleFocusChanged_closure, A._TextFieldState__handleSelectionChanged_closure, A._TextFieldState__handleHover_closure, A._TextFieldState__handleStatesControllerChange_closure, A._TextFieldState_build_closure, A._TextFieldState_build_closure0, A._TextFieldState_build_closure1, A._TextFieldState_build_closure2, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A._TextFieldState_build__closure, A._TextSelectionToolbarOverflowableState_build_closure, A._TextSelectionToolbarOverflowableState_build__closure, A.ThemeData_localize_closure, A._HourControl_build_closure1, A._HourControl_build_closure0, A._HourControl_build_closure, A._MinuteControl_build_closure1, A._MinuteControl_build_closure0, A._MinuteControl_build_closure, A._DayPeriodControl_build_closure, A._DayPeriodControl_build_closure0, A._DialState_initState_closure, A._DialState_initState__closure0, A._DialState_initState_closure0, A._DialState_initState__closure, A._DialState__updateThetaForPan_closure, A._DialState__selectHour_getAmPmTime, A._DialState__build24HourRing_closure, A._DialState__build24HourRing_closure0, A._DialState__build12HourRing_closure, A._DialState__buildMinutes_closure, A._TimePickerInputState__validateHour_closure, A._TimePickerInputState__validateMinute_closure, A._HourMinuteTextFieldState_initState_closure, A._HourMinuteTextFieldState_initState__closure, A._HourMinuteTextFieldState_build_closure, A._TimePickerDialogState__handleTimeChanged_closure, A._TimePickerDialogState__handleEntryModeChanged_closure, A._TimePickerDialogState__handleOk_closure, A._TimePickerState__vibrate_closure, A._TimePickerState__handleHourMinuteModeChanged_closure, A._TimePickerState__handleEntryModeToggle_closure, A._TimePickerState__handleTimeChanged_closure, A._TimePickerState__handleHourSelected_closure, A.ToggleButtons_build__closure, A.ToggleableStateMixin__handleTapDown_closure, A.ToggleableStateMixin__handleTapEnd_closure, A.ToggleableStateMixin__handleFocusHighlightChanged_closure, A.ToggleableStateMixin__handleHoverChanged_closure, A.TooltipState__scheduleShowTooltip_show, A.ImageCache__trackLiveImage_closure, A.ImageCache__trackLiveImage__closure, A._LiveImage_closure, A.ImageProvider_resolveStreamForKey_closure, A.ImageProvider_resolveStreamForKey_closure0, A.MultiFrameImageStreamCompleter__handleAppFrame_closure, A.RenderAnimatedSize_closure, A.RendererBinding_pipelineOwner_closure, A.RendererBinding_pipelineOwner_closure0, A.RenderBox__computeIntrinsicDimension_closure, A.RenderBox_getDryLayout_closure, A.RenderBox_getDistanceToActualBaseline_closure, A.RenderEditable__createShowOnScreenFor_closure, A.Layer_addCompositionCallback_closure, A.Layer_addCompositionCallback_closure0, A.MouseTracker_updateWithEvent_closure, A.MouseTracker_updateWithEvent__closure, A.MouseTracker_updateAllDevices_closure, A.PaintingContext_pushClipRect_closure, A.PaintingContext_pushClipRRect_closure, A.PaintingContext_pushClipPath_closure, A.RenderObject__reportException_closure, A.RenderObject_invokeLayoutCallback_closure, A.RenderObject_toStringDeep_closure, A.RenderParagraph__createShowOnScreenFor_closure, A.RenderSliverList_performLayout_advance, A.RenderSliverFloatingPersistentHeader__updateAnimation_closure, A._TaskEntry_run_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure0, A.SchedulerBinding_scheduleWarmUpFrame_closure1, A.CachingAssetBundle_loadString_closure, A.ServicesBinding__addLicenses_closure, A.RawKeyEvent_RawKeyEvent$fromMessage_dataFromWeb, A.RestorationBucket__rawChildren_closure, A.RestorationBucket__rawValues_closure, A.RestorationBucket__addChildData_closure, A.SystemChrome_setSystemUIOverlayStyle_closure, A.TextInput__loudlyHandleTextInputInvocation_closure, A.TextInput__scheduleHide_closure, A._ActionsState__handleActionChanged_closure, A._FocusableActionDetectorState__updateHighlightMode_closure, A._FocusableActionDetectorState__handleMouseEnter_closure, A._FocusableActionDetectorState__handleMouseExit_closure, A._FocusableActionDetectorState__handleFocusChange_closure, A._AnimatedCrossFadeState_initState__closure, A._AnimatedSwitcherState__newEntry__closure, A._WidgetsAppState_didChangeLocales_closure, A._StreamBuilderBaseState__subscribe__closure1, A._StreamBuilderBaseState__subscribe__closure, A._StreamBuilderBaseState__subscribe_closure0, A._StreamBuilderBaseState__subscribe__closure0, A._FutureBuilderState__subscribe__closure0, A._FutureBuilderState__subscribe__closure, A.AutofillGroupState_register_closure, A._AutomaticKeepAliveState__createCallback_closure, A._AutomaticKeepAliveState__createCallback__closure, A._AutomaticKeepAliveState__createCallback__closure0, A._AutomaticKeepAliveState__createCallback___closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure5, A.WidgetsBinding_scheduleAttachRootWidget_closure, A.RootWidget_attach_closure, A.RootWidget_attach_closure0, A._DraggableScrollableSheetScrollController_createScrollPosition_closure, A._DraggableScrollableSheetScrollPosition_goBallistic_tick, A._DraggableScrollableSheetScrollPosition_goBallistic_closure, A.EditableTextState__onChangedClipboardStatus_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure0, A.EditableTextState_buttonItemsForToolbarOptions_closure1, A.EditableTextState_buttonItemsForToolbarOptions_closure2, A.EditableTextState_contextMenuButtonItems_closure, A.EditableTextState_contextMenuButtonItems_closure0, A.EditableTextState_contextMenuButtonItems_closure1, A.EditableTextState_contextMenuButtonItems_closure2, A.EditableTextState_contextMenuButtonItems_closure3, A.EditableTextState_contextMenuButtonItems_closure4, A.EditableTextState_contextMenuButtonItems_closure5, A.EditableTextState_contextMenuButtonItems_closure6, A.EditableTextState__textProcessingActionButtonItems_closure, A.EditableTextState__onCursorTick_closure, A.EditableTextState__onCursorTick_closure0, A.EditableTextState__didChangeTextEditingValue_closure, A.EditableTextState__handleFocusChanged_closure, A.EditableTextState_insertTextPlaceholder_closure, A.EditableTextState_removeTextPlaceholder_closure, A.EditableTextState_showAutocorrectionPromptRect_closure, A.EditableTextState__semanticsOnCopy_closure, A.EditableTextState__semanticsOnCut_closure, A.EditableTextState__semanticsOnPaste_closure, A.EditableTextState_build__closure, A._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, A._FocusState__handleFocusChanged_closure2, A.FormState__forceRebuild_closure, A.FormState__validate_closure, A.FormFieldState_validate_closure, A.FormFieldState_didChange_closure, A.BuildOwner_buildScope_closure, A.ComponentElement_performRebuild_closure, A.ComponentElement_performRebuild_closure0, A.GestureDetector_build_closure, A.GestureDetector_build_closure1, A.GestureDetector_build_closure3, A.GestureDetector_build_closure5, A.GestureDetector_build_closure7, A.GestureDetector_build_closure9, A.GestureDetector_build_closure11, A.GestureDetector_build_closure13, A._DefaultSemanticsGestureDelegate__getTapHandler_closure, A._DefaultSemanticsGestureDelegate__getLongPressHandler_closure, A._HeroState_startFlight_closure, A._HeroState_endFlight_closure, A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate, A._ImageState__handleImageFrame_closure, A._ImageState__updateSourceStream_closure, A._ImageState__updateSourceStream_closure0, A.AnimatedWidgetBaseState__handleAnimationChanged_closure, A._InteractiveViewerState__onTransformationControllerChange_closure, A._LayoutBuilderElement__layout_layoutCallback, A._LayoutBuilderElement__layout_layoutCallback_closure, A._LayoutBuilderElement__layout_layoutCallback_closure0, A._LocalizationsState_load__closure, A._MediaQueryFromViewState__updateData_closure, A.ModalBarrier_build_handleDismiss, A._RouteEntry_handlePush_closure, A._RouteEntry_dispose_closure0, A._RouteEntry_dispose__closure, A.NavigatorState__cancelActivePointers_closure, A._NavigatorPopHandlerState_build__closure, A._RenderOverflowBar_performLayout_nextChild, A._OverlayEntryWidgetState__markNeedsBuild_closure, A.OverlayState_insert_closure, A.OverlayState_insertAll_closure, A.OverlayState_rearrange_closure, A.OverlayState__markDirty_closure, A.OverlayState__didChangeEntryOpacity_closure, A._OverlayPortalState__getLocation_closure, A._OverlayPortalState_show_closure, A._OverlayPortalState_hide_closure, A._GlowController_pull_closure, A._PlatformViewLinkState__onPlatformViewCreated_closure, A.SliverReorderableListState_startItemDragReorder_closure, A.SliverReorderableListState_cancelReorder_closure, A.SliverReorderableListState__dragUpdate_closure, A.SliverReorderableListState__dragCancel_closure, A.SliverReorderableListState__dragEnd_closure, A.SliverReorderableListState__dropCompleted_closure, A.SliverReorderableListState__wrapWithSemantics_moveToStart, A.SliverReorderableListState__wrapWithSemantics_moveToEnd, A.SliverReorderableListState__wrapWithSemantics_moveBefore, A.SliverReorderableListState__wrapWithSemantics_moveAfter, A._ReorderableItemState_dragging_closure, A._ReorderableItemState_rebuild_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary__closure, A.RestorationMixin_registerForRestoration_listener, A._RouterState_restoreState_closure, A._RouterState_restoreState_closure0, A._RouterState_didChangeDependencies_closure, A._RouterState__handleRouteInformationProviderNotification_closure, A._RouterState__rebuild_closure, A._RouterState__handleRouterDelegateNotification_closure, A.TransitionRoute__updateSecondaryAnimation_closure, A.TransitionRoute__updateSecondaryAnimation_closure0, A._ModalScopeState__forceRebuildPage_closure, A.ModalRoute_offstage_closure, A.ModalRoute_changedInternalState_closure, A.ScrollAwareImageProvider_resolveStreamForKey__closure, A._SelectionKeepAliveState_listensTo_closure, A.ScrollNotificationObserverState__notifyListeners_closure, A.ScrollableState_setCanDrag_closure, A.ScrollableState_setCanDrag_closure1, A.RawScrollbarState__maybeStartFadeoutTimer_closure, A.RawScrollbarState__gestures_closure, A.RawScrollbarState__gestures_closure1, A.ShortcutManager__indexShortcuts__closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure0, A.SliverMultiBoxAdaptorElement_createChild_closure, A.SliverMultiBoxAdaptorElement_removeChild_closure, A._SliverPersistentHeaderElement__build_closure, A._SelectionHandleOverlayState_build_closure, A._TextSelectionGestureDetectorState_build_closure, A._TextSelectionGestureDetectorState_build_closure1, A._TextSelectionGestureDetectorState_build_closure3, A._TextSelectionGestureDetectorState_build_closure5, A._TextSelectionGestureDetectorState_build_closure7, A._AnimatedState__handleChange_closure, A._throttle__closure, A._ValueListenableBuilderState__valueChanged_closure, A._BlockPickerState_changeColor_closure, A._BlockPickerState_build__closure, A.JsonObjectViewerState__getList_closure, A.JsonObjectViewerState__getList__closure, A.JsonObjectViewerState_getValueWidget_closure, A.JsonObjectViewerState_getValueWidget__closure0, A.JsonObjectViewerState_getValueWidget_closure0, A.JsonObjectViewerState_getValueWidget__closure, A._JsonArrayViewerState_getInkWell_closure, A._JsonArrayViewerState_getInkWell__closure, A._JsonArrayViewerState_getValueWidget_closure, A._JsonArrayViewerState_getValueWidget__closure0, A._JsonArrayViewerState_getValueWidget_closure0, A._JsonArrayViewerState_getValueWidget__closure, A._GlobalCupertinoLocalizationsDelegate_load_closure, A._MaterialLocalizationsDelegate_load_closure, A._WidgetsLocalizationsDelegate_load_closure, A.CustomSlidableAction_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure0, A._ActionPaneState_handleRatioChanged_closure, A._SlidableState_handleActionPanelTypeChanged_closure, A.StyledToastWidgetState_initState_closure, A.StyledToastWidgetState_dismissToast_closure, A.StyledToastWidgetState_didChangeMetrics_closure, A.ToastFuture$create_closure, A.inject_closure, A.init_closure, A.Phase_startTagHtml__closure, A.InBodyPhase_startTagBody__closure, A.entitiesByFirstChar_closure, A.entitiesByFirstChar__closure, A.HtmlTokenizer_emitCurrentToken_closure, A.Rule_findRule_closure1, A._CommonRules_referenceLink_closure, A.MediaType_MediaType$parse_closure, A.BillingClientManager__connect_closure, A.InAppPurchaseStoreKitPlatform_registerPlatform_closure, A.InAppPurchaseStoreKitPlatform_registerPlatform_closure0, A.InAppPurchaseStoreKitPlatform_restorePurchases_closure, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure0, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure1, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure2, A.SKPaymentQueueWrapper_handleObserverCallbacks_closure3, A.NumberFormat__formatFixed_computeFractionDigits, A._CountryPickerDialogState_build__closure1, A._CountryPickerDialogState_build__closure, A._IntlPhoneFieldState_initState_closure0, A._IntlPhoneFieldState__changeCountry____closure, A._IntlPhoneFieldState__changeCountry_closure0, A.ClientEntity_primaryContact_closure0, A.ClientEntity_getContact_closure0, A.InvoiceEntity__calculateTax_closure, A.CalculateInvoiceTotal_calculateTaxes__closure0, A.CalculateInvoiceTotal_calculateTaxes__closure2, A.CalculateInvoiceTotal_calculateTaxes__closure4, A.CalculateInvoiceTotal_calculateTaxes_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure3, A.CalculateInvoiceTotal_calculateTaxes_closure5, A._$serializers_closure, A._$serializers_closure0, A._$serializers_closure1, A._$serializers_closure2, A._$serializers_closure3, A._$serializers_closure4, A._$serializers_closure5, A._$serializers_closure6, A._$serializers_closure7, A._$serializers_closure8, A._$serializers_closure9, A._$serializers_closure10, A._$serializers_closure11, A._$serializers_closure12, A._$serializers_closure13, A._$serializers_closure14, A._$serializers_closure15, A._$serializers_closure16, A._$serializers_closure17, A._$serializers_closure18, A._$serializers_closure19, A._$serializers_closure20, A._$serializers_closure21, A._$serializers_closure22, A._$serializers_closure23, A._$serializers_closure24, A._$serializers_closure25, A._$serializers_closure26, A._$serializers_closure27, A._$serializers_closure28, A._$serializers_closure29, A._$serializers_closure30, A._$serializers_closure31, A._$serializers_closure32, A._$serializers_closure33, A._$serializers_closure34, A._$serializers_closure35, A._$serializers_closure36, A._$serializers_closure37, A._$serializers_closure38, A._$serializers_closure39, A._$serializers_closure40, A._$serializers_closure41, A._$serializers_closure42, A._$serializers_closure43, A._$serializers_closure44, A._$serializers_closure45, A._$serializers_closure46, A._$serializers_closure47, A._$serializers_closure48, A._$serializers_closure49, A._$serializers_closure50, A._$serializers_closure51, A._$serializers_closure52, A._$serializers_closure53, A._$serializers_closure54, A._$serializers_closure55, A._$serializers_closure56, A._$serializers_closure57, A._$serializers_closure58, A._$serializers_closure59, A._$serializers_closure60, A._$serializers_closure61, A._$serializers_closure62, A._$serializers_closure63, A._$serializers_closure64, A._$serializers_closure65, A._$serializers_closure66, A._$serializers_closure67, A._$serializers_closure68, A._$serializers_closure69, A._$serializers_closure70, A._$serializers_closure71, A._$serializers_closure72, A._$serializers_closure73, A._$serializers_closure74, A._$serializers_closure75, A._$serializers_closure76, A._$serializers_closure77, A._$serializers_closure78, A._$serializers_closure79, A._$serializers_closure80, A._$serializers_closure81, A._$serializers_closure82, A._$serializers_closure83, A._$serializers_closure84, A._$serializers_closure85, A._$serializers_closure86, A._$serializers_closure87, A._$serializers_closure88, A._$serializers_closure89, A._$serializers_closure90, A._$serializers_closure91, A._$serializers_closure92, A._$serializers_closure93, A._$serializers_closure94, A._$serializers_closure95, A._$serializers_closure96, A._$serializers_closure97, A._$serializers_closure98, A._$serializers_closure99, A._$serializers_closure100, A._$serializers_closure101, A._$serializers_closure102, A._$serializers_closure103, A._$serializers_closure104, A._$serializers_closure105, A._$serializers_closure106, A._$serializers_closure107, A._$serializers_closure108, A._$serializers_closure109, A._$serializers_closure110, A._$serializers_closure111, A._$serializers_closure112, A._$serializers_closure113, A._$serializers_closure114, A._$serializers_closure115, A._$serializers_closure116, A._$serializers_closure117, A._$serializers_closure118, A._$serializers_closure119, A._$serializers_closure120, A._$serializers_closure121, A._$serializers_closure122, A._$serializers_closure123, A._$serializers_closure124, A._$serializers_closure125, A._$serializers_closure126, A._$serializers_closure127, A._$serializers_closure128, A._$serializers_closure129, A._$serializers_closure130, A._$serializers_closure131, A._$serializers_closure132, A._$serializers_closure133, A._$serializers_closure134, A._$serializers_closure135, A._$serializers_closure136, A._$serializers_closure137, A._$serializers_closure138, A._$serializers_closure139, A._$serializers_closure140, A._$serializers_closure141, A._$serializers_closure142, A._$serializers_closure143, A._$serializers_closure144, A._$serializers_closure145, A._$serializers_closure146, A._$serializers_closure147, A._$serializers_closure148, A._$serializers_closure149, A._$serializers_closure150, A._$serializers_closure151, A._$serializers_closure152, A._$serializers_closure153, A._$serializers_closure154, A._$serializers_closure155, A._$serializers_closure156, A._$serializers_closure157, A._$serializers_closure158, A._$serializers_closure159, A._$serializers_closure160, A._$serializers_closure161, A._$serializers_closure162, A._$serializers_closure163, A._$serializers_closure164, A._$serializers_closure165, A._$serializers_closure166, A._$serializers_closure167, A._$serializers_closure168, A._$serializers_closure169, A._$serializers_closure170, A._$serializers_closure171, A._$serializers_closure172, A._$serializers_closure173, A._$serializers_closure174, A._$serializers_closure175, A._$serializers_closure176, A._$serializers_closure177, A._$serializers_closure178, A._$serializers_closure179, A._$serializers_closure180, A._$serializers_closure181, A._$serializers_closure182, A._$serializers_closure183, A._$serializers_closure184, A._$serializers_closure185, A._$serializers_closure186, A._$serializers_closure187, A._$serializers_closure188, A._$serializers_closure189, A._$serializers_closure190, A._$serializers_closure191, A._$serializers_closure192, A._$serializers_closure193, A._$serializers_closure194, A._$serializers_closure195, A._$serializers_closure196, A._$serializers_closure197, A._$serializers_closure198, A._$serializers_closure199, A._$serializers_closure200, A._$serializers_closure201, A._$serializers_closure202, A._$serializers_closure203, A._$serializers_closure204, A._$serializers_closure205, A._$serializers_closure206, A._$serializers_closure207, A._$serializers_closure208, A._$serializers_closure209, A._$serializers_closure210, A._$serializers_closure211, A._$serializers_closure212, A._$serializers_closure213, A._$serializers_closure214, A._$serializers_closure215, A._$serializers_closure216, A._$serializers_closure217, A._$serializers_closure218, A._$serializers_closure219, A._$serializers_closure220, A._$serializers_closure221, A._$serializers_closure222, A._$serializers_closure223, A.VendorEntity_primaryContact_closure0, A.VendorEntity_getContact_closure0, A.InvoiceNinjaAppState__authenticate_closure, A.viewEntitiesByType_closure, A.viewEntityById_closure, A.createEntityByType_closure, A.createEntity_closure, A.editEntity_closure, A.checkForChanges__closure, A._createPersistUI__closure, A.handleClientAction___closure, A.__MergClientPickerState_build__closure0, A.__MergClientPickerState_build_closure0, A.__MergClientPickerState_build_closure1, A.handleCreditAction_closure1, A.handleCreditAction_closure2, A._createViewDashboard__closure, A.handleDocumentAction_showDocument, A.handleDocumentAction_showDocument__closure, A.handleDocumentAction_downloadDocument, A.handleInvoiceAction_closure4, A.handleInvoiceAction_closure5, A.handleInvoiceAction___closure, A.handleProductAction___closure, A.handlePurchaseOrderAction_closure3, A.handlePurchaseOrderAction_closure4, A.handleQuoteAction_closure3, A.handleQuoteAction_closure4, A.handleRecurringInvoiceAction__closure0, A.handleRecurringInvoiceAction__closure1, A._viewReports__closure, A._viewSettings__closure, A._AppBottomBarState_build_closure0, A._AppBottomBarState_build__closure15, A._AppBottomBarState_build_closure1, A._AppBottomBarState_build__closure13, A._AppBottomBarState_build_closure6, A._AppBottomBarState_build_____closure0, A._AppBottomBarState_build__closure3, A._AppBottomBarState_build_closure2, A._AppBottomBarState_build__closure11, A._AppBottomBarState_build_closure3, A._AppBottomBarState_build__closure9, A._AppBottomBarState_build_closure4, A._AppBottomBarState_build__closure7, A._AppBottomBarState_build_closure5, A._AppBottomBarState_build__closure5, A._AppBottomBarState_build_closure__onColumnsPressed, A._AppBottomBarState_build__closure, A._AppBottomBarState_build__closure0, A._AppBottomBarState_build__closure1, A.AppBuilderState_rebuild_closure, A.AppHeader_build__value1, A.AppHeader_build__value2, A.BottomButtons_build_closure, A.BottomButtons_build_closure0, A.ConfirmEmail_build_closure, A.ConfirmEmailVM_fromStore_closure0, A.ConfirmEmailVM_fromStore_closure1, A.ConfirmEmailVM_fromStore_closure, A.CopyToClipboard_build_closure, A._DesktopSessionTimeoutState_initState__closure, A._DesktopSessionTimeoutState_build_closure, A._DesktopSessionTimeoutState_build___closure, A.MessageDialog_build_closure0, A.MessageDialog_build_closure1, A.ErrorDialog_build_closure, A.ErrorDialog_build_closure0, A.ErrorDialog_build_closure1, A._HealthCheckDialogState_runCheck_closure, A._HealthCheckDialogState_runCheck__closure, A._HealthCheckDialogState_clearCache_closure, A._HealthCheckDialogState_build_closure, A._HealthCheckDialogState_build_closure0, A._HealthCheckDialogState_build_closure1, A._HealthListTile_build_closure, A.MultiSelectListState_build__closure3, A.MultiSelectListState_build__closure2, A.MultiSelectListState_build___closure, A.MultiSelectListState_build__closure1, A.MultiSelectListState_build_closure6, A.MultiSelectListState_build__closure0, A.MultiSelectListState_build_closure7, A.MultiSelectListState_build__closure, A.MultiSelectListState_build_closure8, A.MultiSelectListState_build_closure9, A._DocumentGridState_build__closure4, A._DocumentGridState_build__closure3, A._DocumentGridState_build___closure0, A._DocumentGridState_build___closure, A.DocumentTile_build_closure, A.EditScaffold_build_closure, A.EditScaffold_build_closure0, A.EditScaffold_build_closure1, A.EditScaffold_build__closure0, A.EditScaffold_build_closure4, A.EditScaffold_build_closure5, A.EntityActionListTile_build_closure, A._EntityListTileState_build_closure0, A._EntityListTileState_build__closure0, A._EntityListTileState_build__closure, A._EntityListTileState_build_closure2, A._EntityListTileState_build_closure1, A._EntitiesListTileState_build__closure0, A._EntitiesListTileState_build__closure, A._EntitiesListTileState_build_closure, A._EntitiesListTileState_build_closure1, A._EntitiesListTileState_build_closure0, A._EntityDropdownState_build_closure, A._EntityDropdownState_build_closure0, A._EntityDropdownState_build_closure6, A._EntityDropdownState_build_closure7, A._EntityDropdownDialogState_build__headerRow, A._EntityDropdownDialogState_build__headerRow__closure0, A._EntityDropdownDialogState_build__headerRow_closure0, A._EntityDropdownDialogState_build__headerRow_closure1, A._EntityDropdownDialogState_build__createList, A.EntityAutocompleteListTile_build_closure, A.EntityHeader_build__value1, A.EntityHeader_build__value2, A.EntityTopFilter_build_closure0, A.EntityTopFilter_build_closure2, A.EntityTopFilter_build_closure1, A.EntityTopFilter_build_closure4, A.EntityTopFilter_build_closure3, A.EntityTopFilter_build_closure6, A.EntityTopFilterHeader_build_closure, A.EntityTopFilterHeader_build_closure1, A.EntityTopFilterHeader_build_closure0, A.EntityTopFilterHeader_build__closure1, A.EntityTopFilterHeader_build_closure4, A.BoolDropdownButton_build_closure2, A.BoolDropdownButton_build_closure4, A._FormColorPickerState__onChanged_closure, A._FormColorPickerState__selectColor_closure, A._FormColorPickerState__showPicker__closure0, A._FormColorPickerState__showPicker__closure1, A._FormColorPickerState_build_closure, A._CustomFieldState_build__closure, A._DatePickerState__onFoucsChanged_closure, A._DatePickerState_build_closure, A._DatePickerState_build_closure0, A._DatePickerState_build__closure, A._DecoratedFormFieldState_build_closure, A._DecoratedFormFieldState_build__closure, A._DurationPickerState__onFoucsChanged_closure, A._DurationPickerState_build__closure, A._GrowableFormFieldState__onFoucsChanged_closure, A.LearnMoreUrl_build_closure, A._PasswordFormFieldState_build_closure, A._PasswordFormFieldState_build__closure, A.SaveCancelButtons_build__closure0, A.SaveCancelButtons_build__closure, A._TimePickerState__onFoucsChanged_closure, A._TimePickerState_build_closure, A._TimePickerState_build__closure1, A.HistoryDrawer_build__closure, A.HistoryDrawer_build_closure0, A._HistoryListTileState_build_closure, A._HistoryListTileState_build_closure1, A._HistoryListTileState_build_closure0, A._ImportantMessageBannerState_build_closure, A._ImportantMessageBannerState_build__closure1, A._ImportantMessageBannerState_build_closure0, A._ImportantMessageBannerState_build_closure1, A._ImportantMessageBannerState_build_closure2, A._ImportantMessageBannerState_build__closure, A._InvoiceEmailViewState__onChanged_closure, A._InvoiceEmailViewState__loadTemplate_closure, A._InvoiceEmailViewState__loadTemplate__closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure, A._InvoiceEmailViewState__buildEdit_closure, A._TaxRateDropdownState_didChangeDependencies_closure1, A._TaxRateDropdownState_build_closure2, A._LinkTextRelatedEntityState_build__closure, A._LinkTextRelatedEntityState_build__closure0, A._LinkTextRelatedEntityState_build_closure0, A._LinkTextRelatedEntityState_build_closure, A.LinkTextSpan_closure, A._ListFilterState_onFocusChanged_closure, A._ListFilterState_build_closure, A._ListFilterState_build_closure1, A._ListFilterState_build__closure5, A.ListScaffold_build_closure, A.ListScaffold_build__closure0, A.ListScaffold_build_closure1, A.ListScaffold_build_closure2, A.ListScaffold_build_closure3, A.ListScaffold_build__closure, A.ActivityListTile_build_closure, A.AppListTile_build_closure, A.FilterListTile_build__closure, A._LiveTextState_initState__closure, A._MenuDrawerState_build__companyListItem__closure0, A._MenuDrawerState_build__companyListItem__closure, A._MenuDrawerState_build__companyListItem_closure0, A._MenuDrawerState_build__companyListItem_closure1, A._MenuDrawerState_build_closure4, A._MenuDrawerState_build_closure5, A._MenuDrawerState_build_closure6, A._MenuDrawerState_build_closure7, A._MenuDrawerState_build_closure8, A._MenuDrawerState_build_closure9, A._MenuDrawerState_build_closure10, A._MenuDrawerState_build_closure11, A._MenuDrawerState_build_closure13, A._MenuDrawerState_build_closure12, A._MenuDrawerState_build_closure14, A._MenuDrawerState_build_closure15, A._DrawerTileState_build_closure, A._DrawerTileState_build_closure0, A._DrawerTileState_build_closure1, A._DrawerTileState_build_closure2, A._DrawerTileState_build__closure0, A._DrawerTileState_build__closure, A.SidebarFooter_build_closure, A.SidebarFooter_build__closure0, A.SidebarFooter_build__closure1, A.SidebarFooter_build_closure0, A.SidebarFooter_build_closure1, A.SidebarFooter_build_closure2, A.SidebarFooter_build_closure3, A.SidebarFooter_build_closure4, A.SidebarFooter_build_closure5, A.SidebarFooter_build_closure6, A.SidebarFooter_build_closure7, A.SidebarFooter_build_closure8, A.SidebarFooterCollapsed_build_closure1, A._showConnectStripe_closure, A._showAbout__closure, A._showAbout__closure0, A._showAbout__closure2, A._showAbout__closure1, A._showAbout___closure2, A._showAbout__closure3, A._showAbout____closure, A._showAbout______closure, A._showAbout______closure0, A._showAbout______closure1, A._showAbout______closure2, A._showAbout____closure0, A._showAbout____closure1, A._showAbout____closure2, A._showAbout____closure3, A._showAbout____closure4, A._showAbout____closure5, A._showAbout____closure6, A._showAbout__closure4, A._showAbout__closure5, A._showAbout__closure6, A._showAbout__closure7, A._showAbout__closure8, A._showAbout__closure9, A._showAbout__closure10, A._showAbout__closure11, A._showAbout__closure12, A._ContactUsDialogState__sendMessage_closure, A._ContactUsDialogState__sendMessage__closure0, A._ContactUsDialogState__sendMessage__closure, A._ContactUsDialogState_build_closure, A._ContactUsDialogState_build_closure0, A._ContactUsDialogState_build__closure, A.MenuDrawerVM_fromStore__closure1, A._theState_closure, A._SelectRow_build_closure, A._DropDownMultiSelectState_initState__closure, A._DropDownMultiSelectState_build__closure, A._DropDownMultiSelectState_build___closure0, A._DropDownMultiSelectState_build___closure1, A.PortalLinks_build_closure, A.PortalLinks_build_closure0, A.SearchText_build_closure, A._AccountSmsVerificationState__sendCode_closure, A._AccountSmsVerificationState__sendCode__closure0, A._AccountSmsVerificationState__sendCode__closure, A._AccountSmsVerificationState__verifyCode_closure, A._AccountSmsVerificationState__verifyCode__closure0, A._AccountSmsVerificationState__verifyCode__closure, A._AccountSmsVerificationState_build_closure2, A._AccountSmsVerificationState_build_closure3, A._AccountSmsVerificationState_build_closure4, A._AccountSmsVerificationState_build_closure5, A._UserSmsVerificationState__sendCode_closure, A._UserSmsVerificationState__sendCode__closure0, A._UserSmsVerificationState__sendCode__closure, A._UserSmsVerificationState__verifyCode_closure, A._UserSmsVerificationState__verifyCode__closure0, A._UserSmsVerificationState__verifyCode__closure, A._UserSmsVerificationState_build_closure0, A._UserSmsVerificationState_build_closure1, A._UserSmsVerificationState_build_closure2, A._UserSmsVerificationState_build_closure3, A._SystemLogViewerState_build__closure, A._SystemLogViewerState_build___closure, A._SystemLogViewerState_build____closure, A.AppPaginatedDataTableState__handleDataSourceChanged_closure, A.AppPaginatedDataTableState_pageTo_closure, A.AppPaginatedDataTableState__getRows_closure, A.EntityDataTableSource_getRow_closure1, A.EntityDataTableSource_getRow_closure0, A.EntityDataTableSource_getRow_closure3, A.EntityDataTableSource_getRow__closure0, A.EntityDataTableSource_getRow__closure, A._EntityListState_build_closure6, A._EntityListState_build__closure0, A._EntityListState_build__closure4, A._EntityListState_build_closure7, A._EntityListState_build__closure12, A._UpgradeDialogState_initState_closure0, A._UpgradeDialogState_initStoreInfo_closure, A._UpgradeDialogState_initStoreInfo_closure0, A._UpgradeDialogState_initStoreInfo_closure1, A._UpgradeDialogState_initStoreInfo_closure2, A._UpgradeDialogState_build_closure, A._UpgradeDialogState_build_closure0, A._UpgradeDialogState_build_closure1, A._UpgradeDialogState__buildProductList__closure, A._UpgradeDialogState_showPendingUI_closure, A._UpgradeDialogState_deliverProduct_closure, A._UpgradeDialogState_handleError_closure, A._VariableGrid_build___closure, A.ViewScaffold_build_closure, A.ViewScaffold_build_closure0, A.ViewScaffold_build_closure1, A.ViewScaffold_build_closure2, A.ViewScaffold_build_closure3, A.ViewScaffold_build__closure, A.InitScreen_build__closure, A._LoginState__submitSignUpForm_closure, A._LoginState__submitSignUpForm__closure1, A._LoginState__submitSignUpForm__closure0, A._LoginState__submitSignUpForm__closure, A._LoginState__submitLoginForm_closure, A._LoginState__submitLoginForm__closure0, A._LoginState__submitLoginForm__closure, A._LoginState_build_closure0, A._LoginState_build_closure, A._LoginState_build__closure7, A._LoginState_build_closure1, A._LoginState_build__closure6, A._LoginState_build__closure5, A._LoginState_build__closure4, A._LoginState_build__closure3, A._LoginState_build_closure10, A._LoginState_build_closure11, A._LoginState_build_closure12, A._LoginState_build__closure2, A._LoginState_build_closure13, A._LoginState_build__closure1, A._LoginState_build_closure14, A._LoginState_build__closure0, A._LoginState_build_closure15, A._LoginState_build__closure, A._LoginState_build_closure16, A._LoginState_build_closure17, A.BankAccountListItem_build_closure1, A.BankAccountListItem_build_closure0, A.BankAccountListVM_fromStore_closure1, A.BankAccountScreen_connectAccounts__closure, A.BankAccountScreen_connectAccounts__closure0, A.BankAccountScreen_connectAccounts__closure1, A.BankAccountScreen_connectAccounts__closure2, A.BankAccountScreen_connectAccounts__closure3, A.BankAccountScreen_build_closure15, A.BankAccountScreen_build_closure14, A.BankAccountScreen_build_closure, A.BankAccountScreen_build_closure0, A.BankAccountScreen_build_closure1, A.BankAccountScreen_build_closure2, A.BankAccountScreen_build_closure3, A.BankAccountScreen_build_closure4, A.BankAccountScreen_build_closure11, A._BankAccountEditState__onChanged_closure0, A.BankAccountEditVM_BankAccountEditVM$fromStore__closure, A._BankAccountViewState_build_closure0, A._BankAccountViewState_build_closure, A.BankAccountViewVM_BankAccountViewVM$fromStore_closure, A.ClientListItem_build__closure2, A.ClientListItem_build__closure1, A.ClientListItem_build__closure5, A.ClientListItem_build__closure4, A.ClientListVM_fromStore_closure1, A._ClientPdfViewState_loadPDF_closure, A._ClientPdfViewState_loadPDF__closure1, A._ClientPdfViewState_loadPDF__closure, A._ClientPdfViewState_build__closure6, A._ClientPdfViewState_build__closure5, A._ClientPdfViewState_build_closure6, A._ClientPdfViewState_build_closure7, A._ClientPdfViewState_build__closure3, A._ClientPdfViewState_build_closure8, A._ClientPdfViewState_build__closure1, A._ClientPdfViewState_build_closure9, A._ClientPdfViewState_build__closure0, A._ClientPdfViewState_build__closure, A._ClientPdfViewState_build_closure12, A.ClientPresenter_getField_closure, A.ClientScreen_build_closure10, A.ClientScreen_build_closure9, A.ClientScreen_build_closure, A.ClientScreen_build_closure6, A._ClientEditState_build__closure, A.ClientEditBillingAddressState__onChanged_closure0, A.ClientEditBillingAddressState_build_closure0, A._ClientEditContactsState_build__closure, A._ClientEditContactsState_build_closure1, A.ContactEditDetailsState__onChanged_closure0, A.ContactEditDetailsState_build__closure0, A.ContactEditDetailsState_build_closure13, A.ContactEditDetailsState_build_closure14, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure, A.ClientEditDetailsState__onChanged_closure0, A.ClientEditFooter_build_closure, A.ClientEditNotesState__onChanged_closure0, A.ClientEditSettingsState__onChanged_closure0, A.ClientEditShippingAddressState__onChanged_closure0, A.ClientEditShippingAddressState_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure3, A.ClientEditVM_ClientEditVM$fromStore_closure2, A.ClientEditVM_ClientEditVM$fromStore__closure1, A._ClientViewState_build__closure, A._ClientViewState_build__closure0, A._ClientViewState_build__closure1, A._ClientViewState_build__closure2, A._ClientViewState_build__closure3, A._ClientViewState_build__closure4, A._ClientViewDetailsState_build__buildDetailsList, A._ClientViewDetailsState_build__buildDetailsList__closure1, A._ClientViewDetailsState_build__buildDetailsList___closure0, A._ClientViewDetailsState_build__buildDetailsList__closure2, A._ClientViewDetailsState_build__buildDetailsList___closure, A._ClientViewDetailsState_build__buildDetailsList_closure0, A._ClientViewDetailsState_build__buildDetailsList__closure0, A._ClientViewDetailsState_build__buildDetailsList_closure1, A._ClientViewDetailsState_build__buildDetailsList__closure, A._ClientViewDetailsState_build__buildDetailsList_closure2, A._ClientViewDetailsState_build__buildDetailsList_closure3, A.ClientViewDocuments_build_closure0, A._ClientViewFullwidthState_build__closure, A._ClientViewFullwidthState_build__closure0, A._ClientViewFullwidthState_build__closure1, A._ClientViewFullwidthState_build__closure3, A._ClientViewFullwidthState_build__closure4, A._ClientViewFullwidthState_build__closure5, A._ClientViewFullwidthState_build__closure6, A._ClientViewFullwidthState_build__closure7, A._ClientViewLedgerState_build__closure0, A._ClientViewLedgerState_build__closure, A.ClientOverview_build_closure1, A.ClientOverview_build_closure2, A.ClientOverview_build_closure3, A.ClientViewPaymentMethods_build__closure0, A.ClientViewPaymentMethods_build__closure1, A.ClientViewPaymentMethods_build__closure2, A._CompanyGatewayListState_build_closure1, A._CompanyGatewayListState_build__closure, A.CompanyGatewayListItem_build_closure0, A.CompanyGatewayScreen_build_closure11, A.CompanyGatewayScreen_build_closure10, A.CompanyGatewayScreen_build_closure1, A.CompanyGatewayScreen_build_closure3, A.CompanyGatewayScreen_build_closure9, A.CompanyGatewayScreenVM_fromStore__closure, A._CompanyGatewayEditState_build_closure1, A._CompanyGatewayEditState_build_closure2, A._CompanyGatewayEditState_build__closure, A.GatewayConfigSettings_build_closure, A._LimitEditorState__onTextChange_closure, A._LimitEditorState_build__closure0, A._LimitEditorState_build__closure, A._FeesEditorState__onChanged_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure1, A._CompanyGatewayViewState_build_closure1, A._CompanyGatewayViewState_build_closure, A._CompanyGatewayViewState_build_closure0, A._CompanyGatewayOverview_build_closure, A._CompanyGatewayOverview_build_closure0, A._CompanyGatewayOverview_build_closure1, A._CompanyGatewayOverview_build_closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure, A.CreditListItem_build__closure2, A.CreditListItem_build__closure1, A.CreditListItem_build__closure5, A.CreditListItem_build__closure4, A.CreditListVM_fromStore_closure1, A.CreditPresenter_getField_closure, A.CreditScreen_build_closure18, A.CreditScreen_build_closure17, A.CreditScreen_build_closure5, A.CreditScreen_build_closure13, A._CreditEditState_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2, A.CreditEditVM_CreditEditVM$fromStore__closure1, A._DashboardChartState__onSelectionChanged_closure1, A._DashboardChartState_build__closure, A._DashboardChartState_build___closure, A._DashboardDateRangePickerState_build__closure6, A._DashboardDateRangePickerState_build__closure5, A._DashboardDateRangePickerState_build__closure4, A._DashboardDateRangePickerState_build__closure3, A._DashboardDateRangePickerState_build__closure2, A._DashboardDateRangePickerState_build__closure1, A._DashboardDateRangePickerState_build__closure0, A._DashboardDateRangePickerState_build_closure9, A.DashboardPanels__header_closure__showSettings, A.DashboardPanels__header__closure5, A.DashboardPanels__header__closure6, A.DashboardPanels__header__closure7, A.DashboardPanels__header__closure8, A.DashboardPanels__runningTasks__closure2, A.DashboardPanels__runningTasks__closure1, A.DashboardPanels__runningTasks__closure0, A.DashboardPanels_build__closure, A.DashboardPanels_build__closure0, A.DashboardPanels_build__closure1, A.DashboardPanels_build__closure4, A.DashboardPanels_build__closure6, A.DashboardPanels_build__closure8, A.DashboardPanels_build__closure10, A.DashboardPanels_build__closure12, A.__OverviewPanelState_build_closure0, A.__DashboardSettingsState_build__closure9, A.__DashboardSettingsState_build__closure8, A.__DashboardSettingsState_build__closure7, A.__DashboardSettingsState_build_closure3, A.__DashboardSettingsState_build_closure4, A.__DashboardSettingsState_build__closure3, A.__DashboardSettingsState_build_closure5, A.__DashboardSettingsState_build__closure5, A.__DashboardSettingsState_build_closure7, A.__DashboardSettingsState_build__closure1, A.__DashboardSettingsState_build__closure, A._DashboardFieldState_build__closure4, A._DashboardFieldState_build__closure3, A._DashboardFieldState_build__closure2, A._DashboardFieldState_build__closure1, A._DashboardFieldState_build_closure4, A._DashboardFieldState_build_closure5, A._DashboardScreenState_build__closure1, A._DashboardScreenState_build_closure1, A._DashboardScreenState_build_closure2, A._DashboardScreenState_build__closure, A._CustomTabBarView_build__closure, A._CustomTabBarView_build_closure0, A._CustomTabBarView_build_closure1, A._CustomTabBarView_build_closure2, A.DashboardVM_fromStore_closure6, A.SidebarScaffold_build_closure, A._DashboardSidebar_build_closure, A.DesignListItem_build_closure1, A.DesignListItem_build_closure0, A.DesignListVM_fromStore_closure1, A.DesignScreen_build_closure10, A.DesignScreen_build_closure9, A.DesignScreen_build_closure, A.DesignScreen_build_closure6, A._DesignEditState__onChanged_closure0, A._DesignEditState__onHtmlChanged_closure, A._DesignEditState__onHtmlChanged__closure, A._DesignEditState__loadPreview_closure, A._DesignEditState__loadPreview__closure, A._DesignEditState__setDraftMode_closure, A._DesignSettingsState_build_closure2, A._DesignSettingsState_build_closure3, A._DesignSettingsState_build_closure6, A._DesignSettingsState_build_closure7, A._DesignSettingsState_build_closure8, A.__DesignImportDialogState_build_closure0, A.__DesignImportDialogState_build_closure1, A.DesignEditVM_DesignEditVM$fromStore__closure, A._DesignViewState_build_closure7, A.DesignViewVM_DesignViewVM$fromStore_closure, A.DocumentListItem_build__closure2, A.DocumentListItem_build__closure1, A.DocumentListItem_build__closure5, A.DocumentListItem_build__closure4, A.DocumentListBuilder_build__closure, A.DocumentListVM_fromStore_closure1, A.DocumentScreen_build_closure14, A.DocumentScreen_build_closure13, A.DocumentScreen_build_closure6, A._DocumentEditState__onChanged_closure0, A.DocumentEditVM_DocumentEditVM$fromStore__closure, A._ExpenseEditState_build_closure, A.ExpenseEditDetailsState__onChanged_closure0, A.ExpenseEditNotesState__onChanged_closure0, A.ExpenseEditNotesState_build_closure0, A.ExpenseEditSettingsState__onChanged_closure0, A.ExpenseEditSettingsState_build__closure10, A.ExpenseEditSettingsState_build__closure2, A.ExpenseEditSettingsState_build_closure9, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure5, A.ExpenseListItem_build__closure2, A.ExpenseListItem_build__closure1, A.ExpenseListItem_build__closure5, A.ExpenseListItem_build__closure4, A.ExpenseListVM_fromStore_closure1, A.ExpenseScreen_build_closure18, A.ExpenseScreen_build_closure17, A.ExpenseScreen_build_closure4, A.ExpenseScreen_build_closure5, A.ExpenseScreen_build_closure13, A._ExpenseViewState_build__closure, A._ExpenseViewState_build__closure0, A._ExpenseViewState_build__closure1, A._ExpenseViewState_build__closure2, A.ExpenseViewDocuments_build_closure0, A.ExpenseOverview_build__buildDetailsList, A._ExpenseCategoryEditState__onChanged_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore__closure, A.ExpenseCategoryListItem_build_closure1, A.ExpenseCategoryListItem_build_closure0, A.ExpenseCategoryListVM_fromStore_closure1, A.ExpenseCategoryScreen_build_closure10, A.ExpenseCategoryScreen_build_closure9, A.ExpenseCategoryScreen_build_closure, A.ExpenseCategoryScreen_build_closure6, A._ExpenseCategoryViewState_build_closure, A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure, A._GroupEditState__onChanged_closure0, A.GroupEditVM_GroupEditVM$fromStore__closure, A.GroupListItem_build_closure1, A.GroupListItem_build_closure0, A.GroupListVM_fromStore_closure1, A.GroupSettingsScreen_build_closure6, A.GroupSettingsScreen_build_closure5, A.GroupSettingsScreen_build_closure, A.GroupSettingsScreen_build_closure2, A._GroupViewState_build_closure2, A._GroupViewState_build_closure, A._GroupViewState_build_closure1, A.GroupViewVM_GroupViewVM$fromStore_closure, A._InvoiceEditState_build_closure, A.InvoiceEditContacts_build__closure0, A.InvoiceEditContacts_build__closure, A._ContactListTileState_build_closure2, A._ContactListTileState_build___closure, A.InvoiceEditDesktopState__onChanged_closure0, A.InvoiceEditDesktopState_build_closure5, A.InvoiceEditDesktopState_build_closure6, A.InvoiceEditDesktopState_build__closure11, A.InvoiceEditDesktopState_build_closure29, A.InvoiceEditDesktopState_build_closure33, A.__PdfPreviewState_loadPdf_closure, A.__PdfPreviewState__loadPdf_closure, A.__PdfPreviewState__loadPdf__closure0, A.__PdfPreviewState__loadPdf__closure, A.__PdfPreviewState_build_closure, A.__PdfPreviewState_build__closure0, A.__PdfPreviewState_build_closure0, A.__PdfPreviewState_build__closure, A.InvoiceEditDetailsState__onChanged_closure0, A.InvoiceEditDetailsState_build_closure32, A.InvoiceEditFooter_build_closure, A._InvoiceEditItemsState_build_closure0, A.ItemEditDetailsState__onTextChanged_closure, A.ItemEditDetailsState_build_closure, A.ItemEditDetailsState_build_closure0, A.ItemEditDetailsState_build__closure2, A.ItemEditDetailsState_build__closure1, A.ItemEditDetailsState_build__closure0, A.ItemEditDetailsState_build__closure, A._InvoiceEditItemsDesktopState__updateTable_closure, A._InvoiceEditItemsDesktopState__onChanged_closure, A._InvoiceEditItemsDesktopState_build_closure1, A._InvoiceEditItemsDesktopState_build__closure35, A._InvoiceEditItemsDesktopState_build_closure5, A._InvoiceEditItemsDesktopState_build__closure32, A._InvoiceEditItemsDesktopState_build__closure21, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2, A.InvoiceEditNotesState__onChanged_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure, A.InvoiceEditPDFState_didChangeDependencies__closure0, A.InvoiceEditPDFState_didChangeDependencies__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__closure2, A._InvoiceItemSelectorState__toggleEntity_closure, A._InvoiceItemSelectorState_build__productList, A._InvoiceItemSelectorState_build__productList__closure0, A._InvoiceItemSelectorState_build__taskList, A._InvoiceItemSelectorState_build__taskList__closure0, A._InvoiceItemSelectorState_build__expenseList, A._InvoiceItemSelectorState_build__expenseList__closure0, A._InvoiceItemSelectorState_build__closure0, A._InvoiceItemSelectorState_build_closure3, A._InvoiceItemSelectorState_build__closure, A._InvoiceItemSelectorState_build_closure4, A._InvoiceItemSelectorState_build_closure5, A.InvoiceTaxDetails_build_closure, A.InvoiceListItem_build__closure2, A.InvoiceListItem_build__closure1, A.InvoiceListItem_build__closure5, A.InvoiceListItem_build__closure4, A.InvoiceListVM_fromStore_closure1, A._InvoicePdfViewState_loadPdf_closure, A._InvoicePdfViewState_loadPdf__closure1, A._InvoicePdfViewState_loadPdf__closure, A._InvoicePdfViewState_build__closure0, A._InvoicePdfViewState_build__closure, A._InvoicePdfViewState_build_closure2, A._InvoicePdfViewState_build_closure3, A._InvoicePdfViewState_build_closure4, A.InvoicePresenter_getField_closure, A.InvoiceScreen_build_closure21, A.InvoiceScreen_build_closure20, A.InvoiceScreen_build_closure8, A.InvoiceScreen_build_closure16, A._InvoiceViewState_build__closure5, A._InvoiceViewState_build__closure, A._InvoiceViewState_build__closure0, A._InvoiceViewState_build__closure1, A._InvoiceViewState_build__closure2, A._InvoiceViewState_build__closure3, A._InvoiceViewState_build__closure4, A._InvitationListTile_build_closure0, A._InvitationListTile_build_closure2, A.InvoiceViewDocuments_build_closure1, A._InvoiceViewHistoryState_build__closure, A.InvoiceOverview_build___closure, A._PaymentEditState__onChanged_closure0, A._PaymentEditState_build__closure1, A._PaymentEditState_build_closure15, A._PaymentEditState_build_closure16, A._PaymentableEditorState_build_closure7, A.PaymentEditVM_PaymentEditVM$fromStore__closure, A.PaymentListItem_build__closure2, A.PaymentListItem_build__closure1, A.PaymentListItem_build__closure5, A.PaymentListItem_build__closure4, A.PaymentListVM_fromStore_closure1, A.PaymentScreen_build_closure21, A.PaymentScreen_build_closure20, A.PaymentScreen_build_closure7, A.PaymentScreen_build_closure8, A.PaymentScreen_build_closure16, A._PaymentRefundState__onChanged_closure, A._PaymentRefundState_build_onSavePressed_closure, A._PaymentRefundState_build_closure6, A._PaymentRefundState_build_closure7, A._PaymentableEditorState_build__closure2, A._PaymentableEditorState_build_closure12, A._PaymentViewState_build__closure, A._PaymentViewState_build__closure0, A._PaymentViewState_build__closure1, A.PaymentViewDocuments_build_closure0, A._PaymentOverviewState_build_closure, A._PaymentOverviewState_build_closure0, A._PaymentOverviewState_build_closure1, A._PaymentTermEditState__onChanged_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore__closure, A.PaymentTermListItem_build_closure1, A.PaymentTermListItem_build_closure0, A.PaymentTermListVM_fromStore_closure1, A.PaymentTermScreen_build_closure10, A.PaymentTermScreen_build_closure9, A.PaymentTermScreen_build_closure, A.PaymentTermScreen_build_closure6, A._PaymentTermViewState_build_closure, A.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure, A._ProductEditState__onChanged_closure0, A.ProductEditVM_ProductEditVM$fromStore__closure, A.ProductListItem_build__closure2, A.ProductListItem_build__closure1, A.ProductListItem_build__closure5, A.ProductListItem_build__closure4, A.ProductListVM_fromStore_closure1, A.ProductScreen_build_closure11, A.ProductScreen_build_closure10, A.ProductScreen_build_closure, A.ProductScreen_build_closure0, A.ProductScreen_build_closure7, A._ProductViewState_build__closure, A._ProductViewState_build__closure0, A._ProductViewState_build__closure1, A.ProductViewDocuments_build_closure0, A._ProjectEditState__onChanged_closure0, A.ProjectEditVM_ProjectEditVM$fromStore__closure1, A.ProjectListItem_build__closure2, A.ProjectListItem_build__closure1, A.ProjectListItem_build__closure5, A.ProjectListItem_build__closure4, A.ProjectListVM_fromStore_closure1, A.ProjectScreen_build_closure10, A.ProjectScreen_build_closure9, A.ProjectScreen_build_closure, A.ProjectScreen_build_closure6, A._ProjectViewState_build__closure, A._ProjectViewState_build__closure0, A._ProjectViewState_build__closure1, A.ProjectViewDocuments_build_closure0, A._ProjectOverviewState_initState__closure, A._ProjectOverviewState_build__buildView, A._ProjectOverviewState_build_closure, A._PurchaseOrderEditState_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure1, A.PurchaseOrderListItem_build__closure2, A.PurchaseOrderListItem_build__closure1, A.PurchaseOrderListItem_build__closure5, A.PurchaseOrderListItem_build__closure4, A.PurchaseOrderListVM_fromStore_closure1, A.PurchaseOrderPresenter_getField_closure, A.PurchaseOrderScreen_build_closure17, A.PurchaseOrderScreen_build_closure16, A.PurchaseOrderScreen_build_closure4, A.PurchaseOrderScreen_build_closure12, A._QuoteEditState_build_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2, A.QuoteEditVM_QuoteEditVM$fromStore__closure1, A.QuoteListItem_build__closure2, A.QuoteListItem_build__closure1, A.QuoteListItem_build__closure5, A.QuoteListItem_build__closure4, A.QuoteListVM_fromStore_closure1, A.QuotePresenter_getField_closure, A.QuoteScreen_build_closure19, A.QuoteScreen_build_closure18, A.QuoteScreen_build_closure6, A.QuoteScreen_build_closure14, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure5, A.RecurringExpenseListItem_build__closure2, A.RecurringExpenseListItem_build__closure1, A.RecurringExpenseListItem_build__closure5, A.RecurringExpenseListItem_build__closure4, A.RecurringExpenseListVM_fromStore_closure1, A.RecurringExpenseScreen_build_closure17, A.RecurringExpenseScreen_build_closure16, A.RecurringExpenseScreen_build_closure4, A.RecurringExpenseScreen_build_closure12, A._RecurringInvoiceEditState_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure1, A.RecurringInvoiceListItem_build__closure2, A.RecurringInvoiceListItem_build__closure1, A.RecurringInvoiceListItem_build__closure5, A.RecurringInvoiceListItem_build__closure4, A.RecurringInvoiceListVM_fromStore_closure1, A.RecurringInvoiceScreen_build_closure17, A.RecurringInvoiceScreen_build_closure16, A.RecurringInvoiceScreen_build_closure4, A.RecurringInvoiceScreen_build_closure12, A.ReportsScreen_build__closure5, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure21, A.ReportsScreen_build_closure22, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure25, A.ReportsScreen_build__closure, A.ReportsScreen_build_closure26, A.ReportsScreen_build_closure28, A._ReportDataTableState_didChangeDependencies_closure, A.ReportResult_tableColumns_closure, A.ReportResult_tableFilters_closure2, A.ReportResult_tableFilters__closure3, A.ReportResult_tableFilters___closure, A.ReportResult_tableRow_closure, A.ReportResult_tableRow_closure0, A.ReportsScreenVM_fromStore__closure, A._ScheduleEditState__onChanged_closure, A._ScheduleEditState_build___closure13, A._ScheduleEditState_build___closure6, A._ScheduleEditState_build__closure22, A.ScheduleEditVM_ScheduleEditVM$fromStore__closure, A.ScheduleListItem_build_closure1, A.ScheduleListItem_build_closure0, A.ScheduleListVM_fromStore_closure1, A.ScheduleScreen_build_closure10, A.ScheduleScreen_build_closure9, A.ScheduleScreen_build_closure, A.ScheduleScreen_build_closure6, A._ScheduleViewState_build_closure, A.ScheduleViewVM_ScheduleViewVM$fromStore_closure, A._AccountManagementState__onChanged_closure0, A._AccountOverview_build__getDataStats, A._AccountOverview_build_closure, A._AccountOverview_build_closure0, A._AccountOverview_build_closure6, A._AccountOverview_build_closure7, A._AccountOverview_build_closure8, A._AccountOverview_build_closure9, A._AccountOverview_build_closure10, A._AccountOverview_build_closure11, A._AccountOverview_build_closure12, A._AccountOverview_build_closure13, A.AccountManagementVM_fromStore__closure2, A.AccountManagementVM_fromStore_closure4, A._ClientPortalState__validateSubdomain_closure, A._ClientPortalState__validateSubdomain_closure0, A._ClientPortalState__validateSubdomain__closure, A._ClientPortalState__validateSubdomain__closure0, A._ClientPortalState__validateSubdomain___closure0, A._ClientPortalState__validateSubdomain___closure, A._ClientPortalState__onChanged_closure, A._ClientPortalState_build_closure3, A._ClientPortalState_build_closure4, A._ClientPortalState_build_closure11, A._ClientPortalState_build_closure13, A.ClientPortalVM_fromStore__closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure17, A.CompanyDetailsVM_fromStore__closure4, A._CustomFormFieldState_build_closure0, A._CustomFormFieldState_build__closure, A.CustomFieldsVM_fromStore__closure, A._DeviceSettingsState_build__closure6, A._DeviceSettingsState_build__closure5, A._DeviceSettingsState_build_closure15, A._DeviceSettingsState_build_closure21, A._DeviceSettingsState_build_closure22, A.DeviceSettingsVM_fromStore_closure20, A._EInvoiceSettingsState_build_closure4, A.EInvoiceSettingsVM_fromStore__closure, A._EmailSettingsState_build_closure0, A._EmailSettingsState_build_closure3, A._EmailSettingsState_build_closure18, A.EmailSettingsVM_fromStore__closure, A._ExpenseSettingsState_build_closure7, A.ExpenseSettingsVM_fromStore__closure, A._GeneratedNumbersState__onChanged_closure, A._EntityNumberSettingsState__onChanged_closure, A._EntityNumberSettingsState_build_closure, A.HelpPanel_build__closure, A.GeneratedNumbersVM_fromStore__closure, A._ImportExportState_build__closure11, A._ImportExportState_build__closure12, A._ImportExportState_build_closure1, A._ImportExportState_build__closure10, A._ImportExportState_build__closure9, A._ImportExportState_build__closure8, A._ImportExportState_build__closure7, A._ImportExportState_build__closure6, A._ImportExportState_build__closure5, A._ImportExportState_build__closure4, A._ImportExportState_build__closure3, A._ImportExportState_build_closure13, A._ImportExportState_build__closure0, A._ImportExportState_build___closure0, A._ImportExportState_build___closure, A._ImportExportState_build_closure14, A._FileImportState_uploadJsonFile_closure, A._FileImportState_uploadJsonFile__closure0, A._FileImportState_uploadJsonFile__closure, A._FileImportState_uploadFile_closure, A._FileImportState_uploadFile__closure0, A._FileImportState_uploadFile__closure, A._FileImportState_build_closure1, A._FileImportState_build__closure1, A._FileImportState_build__closure0, A._FileImportState_build__closure, A._FileImportState_build_closure4, A.__FileMapperState_build__closure5, A.__FileMapperState_build__closure4, A.__FileMapperState_build__closure3, A.__FileMapperState_build_closure5, A.__FileMapperState_build_closure6, A.__FileMapperState_build__closure, A.__FileMapperState_build___closure0, A.__FileMapperState_build___closure, A._InvoiceDesignState__onChanged_closure0, A._InvoiceDesignState_build_closure0, A._InvoiceDesignState_build__closure29, A._InvoiceDesignState_build__closure28, A._InvoiceDesignState_build__closure26, A._InvoiceDesignState_build__closure25, A._InvoiceDesignState_build__closure23, A._InvoiceDesignState_build__closure22, A._InvoiceDesignState_build__closure20, A._InvoiceDesignState_build__closure19, A._InvoiceDesignState_build_closure10, A._PdfPreviewState__loadPdf_closure, A._PdfPreviewState__loadPdf_closure1, A.InvoiceDesignVM_fromStore__closure, A._LocalizationSettingsState_build_closure13, A._LocalizationSettingsState_build__closure4, A._LocalizationSettingsState_build_closure14, A._LocalizationSettingsState_build_closure16, A._AddCompanyDialogState_build_closure, A._AddCompanyDialogState_build_closure0, A.LocalizationSettingsVM_fromStore__closure, A._PaymentSettingsState_build_closure16, A.PaymentSettingsVM_fromStore__closure, A._ProductSettingsState__onChanged_closure0, A.ProductSettingsVM_fromStore__closure, A._SettingsListTileState_build__closure0, A._SettingsListTileState_build__closure, A._SettingsListTileState_build_closure, A.SettingsSearch_build_closure1, A.SettingsSearch_build_closure2, A.SettingsListVM_fromStore_closure2, A._SettingsWizardState__validateSubdomain_closure, A._SettingsWizardState__validateSubdomain__closure, A._SettingsWizardState__validateSubdomain__closure0, A._SettingsWizardState__validateSubdomain___closure0, A._SettingsWizardState__validateSubdomain___closure, A._SettingsWizardState__onSavePressed____closure0, A._SettingsWizardState__onSavePressed____closure, A._SettingsWizardState__onSavePressed___closure, A._SettingsWizardState__onSavePressed__closure1, A._SettingsWizardState_build__closure1, A._SettingsWizardState_build__closure0, A._SettingsWizardState_build_closure9, A._SettingsWizardState_build_closure10, A._TaskSettingsState_build__closure11, A._TaskSettingsState_build_closure7, A.TaskSettingsVM_fromStore__closure, A._TaxSettingsState_build_closure6, A._TaxSettingsState_build__closure1, A._TaxSettingsState_build___closure1, A._TaxSettingsState_build___closure0, A.__EditSubregionDialogState_build_closure, A.TaxSettingsVM_fromStore__closure, A._TemplatesAndRemindersState__loadTemplate_closure, A._TemplatesAndRemindersState__onTextChanged_closure, A._TemplatesAndRemindersState__onTabChanged_closure, A._TemplatesAndRemindersState__renderTemplate_closure, A._TemplatesAndRemindersState__renderTemplate__closure, A._TemplatesAndRemindersState_build__closure4, A._TemplatesAndRemindersState_build_closure8, A._ReminderSettingsState__onTextChanged_closure, A.TemplatesAndRemindersVM_fromStore__closure, A.TemplatesAndRemindersVM_fromStore___closure, A.TemplatesAndRemindersVM_fromStore_____closure, A._UserDetailsState__onChanged_closure0, A._UserDetailsState_build_closure, A._UserDetailsState_build_closure0, A._UserDetailsState_build_closure1, A._UserDetailsState_build_closure2, A._UserDetailsState_build_closure3, A._UserDetailsState_build_closure7, A._EnableTwoFactorState_initState__closure, A._EnableTwoFactorState__onSavePressed_closure, A._EnableTwoFactorState__onSavePressed_closure0, A._EnableTwoFactorState__onSavePressed__closure0, A._EnableTwoFactorState__onSavePressed__closure, A._EnableTwoFactorState_build_closure2, A._EnableTwoFactorState_build_closure3, A._EnableTwoFactorState_build_closure4, A.UserDetailsVM_fromStore__closure7, A.WorkflowSettingsVM_fromStore__closure, A._SubscriptionEditState__onChanged_closure0, A._SubscriptionEditState_build__closure26, A._SubscriptionEditState_build__closure23, A._SubscriptionEditState_build__closure20, A._SubscriptionEditState_build__closure17, A._SubscriptionEditState_build__closure2, A._SubscriptionEditState_build__closure1, A._SubscriptionEditState_build_closure31, A._SubscriptionEditState_build__closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore__closure, A.SubscriptionListItem_build_closure1, A.SubscriptionListItem_build_closure0, A.SubscriptionListVM_fromStore_closure1, A.SubscriptionScreen_build_closure10, A.SubscriptionScreen_build_closure9, A.SubscriptionScreen_build_closure, A.SubscriptionScreen_build_closure6, A._SubscriptionViewState_build_closure1, A._SubscriptionViewState_build_closure0, A._SubscriptionViewState_build_closure, A.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure, A._UpdateDialogState_build_closure, A._UpdateDialogState_build_closure0, A._UpdateDialogState_build_closure1, A._UpdateDialogState_build_closure2, A._UpdateDialogState_build_closure3, A._UpdateDialogState_build_closure4, A._UpdateDialogState_updateApp__closure, A._UpdateDialogState_updateApp___closure0, A._UpdateDialogState_updateApp___closure, A._TaskEditState_build_closure, A._TaskEditState_build__closure, A._BottomBar_build_closure, A._BottomBar_build_closure0, A._TaskEditDesktopState__onChanged_closure0, A._TaskEditDesktopState_build___closure6, A._TaskEditDesktopState_build___closure5, A._TaskEditDesktopState_build___closure4, A._TaskEditDesktopState_build___closure3, A._TaskEditDesktopState_build___closure2, A._TaskEditDesktopState_build__closure5, A._TaskEditDesktopState_build__closure6, A._TaskEditDesktopState_build____closure, A._TaskEditDetailsState__onChanged_closure0, A.TimeEditDetailsState_build__closure6, A.TimeEditDetailsState_build__closure5, A.TimeEditDetailsState_build__closure4, A.TimeEditDetailsState_build__closure3, A.TimeEditDetailsState_build__closure2, A.TimeEditDetailsState_build__closure0, A.TimeEditDetailsState_build_closure6, A.TimeEditDetailsState_build_closure7, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2, A.TaskEditVM_TaskEditVM$fromStore_closure1, A.TaskEditVM_TaskEditVM$fromStore__closure0, A._KanbanTaskCardState_build_closure1, A._KanbanTaskCardState_build__closure3, A._KanbanTaskCardState_build_closure0, A._KanbanTaskCardState_build___closure, A._KanbanTaskCardState_build__closure, A._KanbanTaskCardState_build__closure0, A._KanbanTaskCardState_build_closure2, A._KanbanTaskCardState_build_closure3, A._KanbanTaskCardState_build_closure4, A._KanbanTaskCardState_build_closure5, A._KanbanTaskCardState_build_closure8, A._KanbanTaskCardState_build__closure1, A._KanbanStatusCardState__onSavePressed__closure, A._KanbanStatusCardState_build_closure1, A._KanbanStatusCardState_build__closure0, A._KanbanStatusCardState_build_closure2, A._KanbanStatusCardState_build__closure, A.KanbanViewState_build___closure, A.KanbanViewState_build__closure0, A.KanbanViewState_build___closure5, A.KanbanViewState_build__closure2, A.KanbanViewState_build___closure4, A.KanbanViewState_build___closure0, A.KanbanViewState_build____closure2, A.KanbanViewState_build____closure, A.KanbanViewState_build____closure0, A.KanbanViewState_build____closure1, A.TaskListItem_build_closure1, A.TaskListItem_build_closure, A.TaskListItem_build__closure2, A.TaskListItem_build__closure1, A.TaskListItem_build__closure5, A.TaskListItem_build__closure4, A.TaskListVM_fromStore_closure1, A.TaskScreen_build_closure21, A.TaskScreen_build_closure20, A.TaskScreen_build_closure3, A.TaskScreen_build_closure4, A.TaskScreen_build_closure5, A.TaskScreen_build_closure6, A.TaskScreen_build_closure7, A.TaskScreen_build_closure8, A.TaskScreen_build_closure16, A.TaskTimeListTile_build_closure0, A.TaskTimeListTile_build_closure, A._TaskViewState_build__closure, A._TaskViewState_build__closure0, A._TaskViewState_build__closure1, A.TaskViewDocuments_build_closure0, A._TaskOverviewState_initState__closure, A._TaskOverviewState_build__buildView, A._TaskOverviewState_build_closure, A._TaskStatusEditState__onChanged_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure, A._TaskStatusListState_build_closure1, A.TaskStatusListItem_build_closure1, A.TaskStatusListItem_build_closure0, A.TaskStatusScreen_build_closure11, A.TaskStatusScreen_build_closure10, A.TaskStatusScreen_build_closure, A.TaskStatusScreen_build_closure0, A.TaskStatusScreen_build_closure7, A._TaskStatusViewState_build_closure, A.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure, A._TaxRateEditState__onChanged_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore__closure, A.TaxRateListItem_build_closure1, A.TaxRateListItem_build_closure0, A.TaxRateListVM_fromStore_closure1, A.TaxRateSettingsScreen_build_closure6, A.TaxRateSettingsScreen_build_closure5, A.TaxRateSettingsScreen_build_closure, A.TaxRateSettingsScreen_build_closure2, A._TaxRateViewState_build_closure, A.TaxRateViewVM_TaxRateViewVM$fromStore_closure, A._TokenEditState__onChanged_closure0, A.TokenEditVM_TokenEditVM$fromStore__closure, A.TokenListItem_build_closure1, A.TokenListItem_build_closure0, A.TokenListVM_fromStore_closure1, A.TokenScreen_build_closure10, A.TokenScreen_build_closure9, A.TokenScreen_build_closure, A.TokenScreen_build_closure6, A._TokenViewState_build_closure, A._TokenListTile_build_closure, A.TokenViewVM_TokenViewVM$fromStore_closure, A._TransactionEditState__onChanged_closure, A.TransactionEditVM_TransactionEditVM$fromStore__closure1, A.TransactionListItem_build__closure2, A.TransactionListItem_build__closure1, A.TransactionListItem_build__closure5, A.TransactionListItem_build__closure4, A.TransactionListVM_fromStore_closure1, A.TransactionScreen_build_closure17, A.TransactionScreen_build_closure16, A.TransactionScreen_build_closure4, A.TransactionScreen_build_closure5, A.TransactionScreen_build_closure12, A._MatchDepositsState_build__closure12, A._MatchDepositsState_build__closure11, A._MatchDepositsState_build_closure3, A._MatchDepositsState_build__closure10, A._MatchDepositsState_build_closure4, A._MatchDepositsState_build__closure9, A._MatchDepositsState_build__closure8, A._MatchDepositsState_build_closure6, A._MatchDepositsState_build__closure7, A._MatchDepositsState_build_closure7, A._MatchDepositsState_build__closure6, A._MatchDepositsState_build__closure5, A._MatchDepositsState_build__closure4, A._MatchDepositsState_build__closure3, A._MatchDepositsState_build__closure2, A._MatchDepositsState_build__closure1, A._MatchDepositsState_build___closure0, A._MatchDepositsState_build__closure0, A._MatchDepositsState_build___closure, A._MatchDepositsState_build_closure16, A._MatchDepositsState_build_closure17, A._MatchWithdrawalsState_build__closure18, A._MatchWithdrawalsState_build__closure17, A._MatchWithdrawalsState_build_closure3, A._MatchWithdrawalsState_build__closure16, A._MatchWithdrawalsState_build_closure4, A._MatchWithdrawalsState_build__closure15, A._MatchWithdrawalsState_build__closure14, A._MatchWithdrawalsState_build__closure13, A._MatchWithdrawalsState_build__closure12, A._MatchWithdrawalsState_build__closure11, A._MatchWithdrawalsState_build__closure10, A._MatchWithdrawalsState_build___closure3, A._MatchWithdrawalsState_build__closure9, A._MatchWithdrawalsState_build_closure12, A._MatchWithdrawalsState_build__closure8, A._MatchWithdrawalsState_build_closure13, A._MatchWithdrawalsState_build__closure5, A._MatchWithdrawalsState_build___closure1, A._MatchWithdrawalsState_build__closure4, A._MatchWithdrawalsState_build_closure17, A._MatchWithdrawalsState_build__closure3, A._MatchWithdrawalsState_build_closure18, A._MatchWithdrawalsState_build__closure0, A._MatchWithdrawalsState_build___closure, A._MatchWithdrawalsState_build_closure21, A._MatchWithdrawalsState_build_closure22, A._TransactionRuleEditState__onChanged_closure, A._TransactionRuleEditState_build__closure3, A._TransactionRuleEditState_build__closure4, A._TransactionRuleEditState_build__closure5, A.__RuleCriteriaState_build__closure1, A.__RuleCriteriaState_build__closure0, A.__RuleCriteriaState_build__closure, A.__RuleCriteriaState_build_closure4, A.TransactionRuleEditVM_TransactionRuleEditVM$fromStore__closure, A.TransactionRuleListItem_build_closure1, A.TransactionRuleListItem_build_closure0, A.TransactionRuleListVM_fromStore_closure1, A.TransactionRuleScreen_build_closure10, A.TransactionRuleScreen_build_closure9, A.TransactionRuleScreen_build_closure, A.TransactionRuleScreen_build_closure6, A._TransactionRuleViewState_build_closure, A.TransactionRuleViewVM_TransactionRuleViewVM$fromStore_closure, A._UserEditState__onChanged_closure0, A._UserEditState_build_closure6, A._UserEditState_build_closure8, A._UserEditState_build_closure10, A._UserEditState_build_closure12, A._UserEditState_build__closure, A._UserEditState_build__closure0, A._UserEditState_build__closure2, A._UserEditState_build__closure4, A.UserEditVM_UserEditVM$fromStore__closure, A.UserListItem_build_closure1, A.UserListItem_build_closure0, A.UserListBuilder_build__closure_showDialog, A.UserListBuilder_build___closure, A.UserListVM_fromStore_closure1, A.UserScreen_build_closure10, A.UserScreen_build_closure9, A.UserScreen_build_closure, A.UserScreen_build_closure6, A.UserView_build_closure, A.UserViewVM_UserViewVM$fromStore_closure, A.VendorEditAddressState__onChanged_closure0, A._VendorEditContactsState_build__closure, A._VendorEditContactsState_build_closure1, A.VendorContactEditDetailsState__onChanged_closure0, A.VendorContactEditDetailsState_build__closure0, A.VendorContactEditDetailsState_build_closure11, A.VendorContactEditDetailsState_build_closure12, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1, A.VendorEditDetailsState__onChanged_closure0, A.VendorEditFooter_build_closure, A.VendorEditNotesState__onChanged_closure0, A.VendorEditVM_VendorEditVM$fromStore__closure, A.VendorListItem_build__closure2, A.VendorListItem_build__closure1, A.VendorListItem_build__closure5, A.VendorListItem_build__closure4, A.VendorListVM_fromStore_closure1, A.VendorPresenter_getField_closure0, A.VendorScreen_build_closure10, A.VendorScreen_build_closure9, A.VendorScreen_build_closure, A.VendorScreen_build_closure6, A._VendorViewState_build__closure, A._VendorViewState_build__closure0, A._VendorViewState_build__closure1, A._VendorViewState_build__closure2, A._VendorViewDetailsState_build__buildDetailsList, A._VendorViewDetailsState_build__buildDetailsList__closure1, A._VendorViewDetailsState_build__buildDetailsList___closure0, A._VendorViewDetailsState_build__buildDetailsList__closure2, A._VendorViewDetailsState_build__buildDetailsList___closure, A._VendorViewDetailsState_build__buildDetailsList_closure0, A._VendorViewDetailsState_build__buildDetailsList__closure0, A._VendorViewDetailsState_build__buildDetailsList_closure1, A._VendorViewDetailsState_build__buildDetailsList__closure, A._VendorViewDetailsState_build__buildDetailsList_closure2, A.VendorViewDocuments_build_closure0, A._VendorViewFullwidthState_build__closure, A._VendorViewFullwidthState_build__closure0, A._VendorViewFullwidthState_build__closure2, A._VendorViewFullwidthState_build__closure3, A._WebhookEditState__onChanged_closure0, A._WebhookEditState_build___closure2, A._WebhookEditState_build___closure1, A._WebhookEditState_build__closure5, A._WebhookEditState_build___closure, A.WebhookEditVM_WebhookEditVM$fromStore__closure, A._WebhookViewState_build_closure, A.TargetListTile_build_closure, A.WebhookViewVM_WebhookViewVM$fromStore_closure, A.WebhookListItem_build_closure1, A.WebhookListItem_build_closure0, A.WebhookListVM_fromStore_closure1, A.WebhookScreen_build_closure10, A.WebhookScreen_build_closure9, A.WebhookScreen_build_closure, A.WebhookScreen_build_closure6, A.Debouncer_run_closure, A.SimpleDebouncer_run_closure, A.PersistDebouncer_run_closure, A.confirmCallback_closure__onPressed, A.confirmCallback__closure2, A.confirmCallback__closure3, A.passwordCallback_closure, A._PasswordConfirmationState_build_closure, A._PasswordConfirmationState_build__closure, A._PasswordConfirmationState_build_closure2, A._PasswordConfirmationState_build_closure3, A._FieldConfirmationState_build_closure1, A._FieldConfirmationState_build_closure2, A.cloneToDialog__closure, A.cloneToDialog__closure0, A.cloneToDialog__closure1, A.cloneToDialog__closure2, A.cloneToDialog__closure3, A.cloneToDialog__closure4, A.changeTaskStatusDialog___closure, A.changeTaskStatusDialog__closure0, A.addToInvoiceDialog___closure, A._BulkUpdateDialogState_build__closure9, A._BulkUpdateDialogState_build__closure8, A._BulkUpdateDialogState_build__closure7, A._BulkUpdateDialogState_build__closure6, A._BulkUpdateDialogState_build__closure5, A._BulkUpdateDialogState_build__closure4, A._BulkUpdateDialogState_build__closure3, A._BulkUpdateDialogState_build_closure10, A._BulkUpdateDialogState_build_closure11, A._BulkUpdateDialogState_build__closure0, A._BulkUpdateDialogState_build___closure0, A._BulkUpdateDialogState_build___closure, A._RunTemplateDialogState_build_closure, A._RunTemplateDialogState_build_closure0, A._RunTemplateDialogState_build_closure1, A._RunTemplateDialogState_build__closure2, A._RunTemplateDialogState_build___closure0, A._RunTemplateDialogState_build___closure1, A._RunTemplateDialogState_build___closure, A._RunTemplateDialogState_build__closure0, A._RunTemplateDialogState_build__closure, A._ExampleEditorState_initState_closure, A._SuperEditorDemoTextItemSelectorState_build__closure, A._SuperEditorDemoTextItemSelectorState__buildButton_closure, A._EditorToolbarState__onLinkPressed_closure0, A._EditorToolbarState__applyLink_closure, A._EditorToolbarState__onBlockTypeSelected_closure, A._EditorToolbarState__buildUrlField_closure1, A._EditorToolbarState__buildUrlField__closure, A.Logger_Logger_closure, A.ListSyntax_parse_endItem, A.ParagraphSyntax__parseReflinkDefinition_closure, A.InlineParser__linkOrImage_closure2, A.InlineParser__processEmphasis_closure, A.InlineParser__processEmphasis_closure1, A.PublicClientApplication_loginPopup_closure, A._PinputState__handleHover_closure, A._PinputState__validator_closure, A._PinputState__buildPinput_closure, A._PinputState__buildPinput_closure0, A._PinputState__buildFields_onlyFields, A.PrintingPlugin_layoutPdf__closure, A.PdfPreviewAction_build_closure, A.PdfPreviewCustomState_didChangeDependencies__closure, A.PdfPreviewCustomState__createPreview_pageWidget_closure, A.PdfPreviewCustomState__createPreview_pageWidget__closure, A.PdfPreviewCustomState__zoomPreview_closure0, A.PdfPreviewCustomState__zoomPreview__closure, A.PdfPreviewCustomState__zoomPreview_closure1, A.PdfPreviewCustomState__updateCursor_closure, A.PdfPreviewCustomState_build_closure, A.PdfPreviewState_initState_closure, A.PdfPreviewState_initState__closure, A.PdfPreviewState_didChangeDependencies__closure, A.PdfPreviewRaster_raster_closure, A.PdfPreviewRaster__raster_closure, A.PdfPreviewRaster__raster_closure0, A.PdfPreviewRaster__raster_closure1, A.PdfPreviewRaster__raster_closure2, A.PdfPreviewRaster__raster_closure3, A.LoggingMiddleware_call_closure, A.RoundedLoadingButtonState_initState_closure, A.RoundedLoadingButtonState_initState__closure1, A.RoundedLoadingButtonState_initState_closure0, A.RoundedLoadingButtonState_initState__closure0, A.RoundedLoadingButtonState_initState_closure2, A.RoundedLoadingButtonState_initState__closure, A.BehaviorSubject__deferStream_closure, A.Subject_addStream_complete, A.StartWithStreamTransformer_bind_closure, A.StartWithErrorStreamTransformer_bind_closure, A._forwardMulti__closure, A._forward_closure, A._forward_closure0, A._forward__listenToUpstream_closure, A._forward__listenToUpstream_closure0, A._forward_closure1, A.TimeToInitialDisplayTracker_determineEndTime_closure, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.addToContextSet_closure, A.addToActiveReactiveModels_closure, A._MyStatefulWidgetState_initState__closure, A.InjectedImp_closure, A.IObservable_addObserver_closure, A.IObservable_addCleaner_closure, A.ReactiveModelImp_setStateNullable_closure, A.ReactiveModelImp_setStateNullable_closure1, A.ReactiveModelImp__handleAsyncState__closure, A.ReactiveModelImp__handleAsyncState_closure0, A.DocumentComposer_closure, A.InspectDocumentRange_getRangeBetween_closure, A.HeaderConversionReaction_onPrefixMatched_closure, A.CaretDocumentOverlayState__onSelectionChange_closure, A._DocumentMouseInteractorState__onPanUpdate_closure, A._DocumentMouseInteractorState__onDragEnd_closure, A._DocumentMouseInteractorState__buildGestureInput_closure, A._DocumentMouseInteractorState__buildGestureInput_closure1, A.SuperEditorAndroidControlsController_startCollapsedHandleAutoHideCountdown_closure, A._AndroidDocumentTouchInteractorState_initState_closure, A._AndroidDocumentTouchInteractorState_initState_closure0, A._AndroidDocumentTouchInteractorState_didChangeMetrics__closure, A._AndroidDocumentTouchInteractorState__onPanStart_closure, A._AndroidDocumentTouchInteractorState_build_closure, A._AndroidDocumentTouchInteractorState_build_closure1, A.SuperEditorAndroidControlsOverlayManagerState__buildCollapsedHandle__closure, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure3, A.SuperEditorAndroidControlsOverlayManagerState__buildExpandedHandles__closure, A._IosDocumentTouchInteractorState_initState_closure, A._IosDocumentTouchInteractorState_initState_closure0, A._IosDocumentTouchInteractorState_didChangeDependencies__closure, A._IosDocumentTouchInteractorState__startDragScrolling_closure, A._IosDocumentTouchInteractorState_build_closure, A._IosDocumentTouchInteractorState_build_closure1, A._IosDocumentTouchInteractorState_build_closure3, A._ImeFocusPolicyState__onFocusChange_closure, A._DocumentSelectionOpenAndCloseImePolicyState__onSelectionChange_closure, A._KeyboardEditingToolbarState_initState_closure, A._KeyboardEditingToolbarState__onToolbarLayout_closure, A._KeyboardHeightBuilderState_didChangeMetrics_closure, A.SuperEditorImeInteractorState_build_closure, A.SuperEditorImeInteractorState_build_closure0, A._DocumentScrollableState_initState__closure, A._DocumentScrollableState_initState__closure0, A._DocumentScrollableState_didUpdateWidget_closure, A._DocumentScrollableState_didUpdateWidget_closure0, A._SingleColumnDocumentLayoutState__onViewModelChange_closure, A._PresenterComponentBuilderState__onViewModelChange_closure, A.SingleColumnLayoutPresenter__assemblePipeline_closure, A.SuperEditorState_initState_closure, A.SuperEditorState_didUpdateWidget_closure, A.SuperEditorState__createEditContext_closure, A.SuperEditorState__createEditContext_closure0, A.SuperEditorState_build__closure2, A.SuperEditorState_build__closure3, A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure0, A.SuperEditorState__buildPlatformSpecificViewportDecorations_closure1, A.SuperEditorState__buildGestureInteractor_closure, A.SuperEditorState__buildGestureInteractor_closure0, A.SuperEditorState__buildGestureInteractor_closure1, A.ToggleTextAttributionsCommand_execute_closure, A.ContentLayersElement_buildLayers_closure, A._SelectionLeadersDocumentLayerState__onSelectionChange_closure, A._CupertinoScrollbarState_initState_closure0, A.Frames_setStateAsSoonAsPossible_closure, A.Frames_setStateAsSoonAsPossible__closure, A.Frames_scheduleBuildAfterBuild__closure, A._MaterialScrollbarState_initState_closure0, A._MaterialScrollbarState_handleThumbPressStart_closure0, A._MaterialScrollbarState_handleThumbPressEnd_closure0, A._MaterialScrollbarState_handleHover_closure1, A._MaterialScrollbarState_handleHover_closure2, A._MaterialScrollbarState_handleHoverExit_closure0, A.RawScrollbarWithCustomPhysicsState__maybeStartFadeoutTimer_closure, A.RawScrollbarWithCustomPhysicsState__gestures_closure, A.RawScrollbarWithCustomPhysicsState__gestures_closure1, A.RawScrollbarWithCustomPhysicsState_handleHover_closure, A.RawScrollbarWithCustomPhysicsState_handleHoverExit_closure, A._FocusWithCustomParentState__handleFocusChanged_closure, A._FocusWithCustomParentState__handleFocusChanged_closure0, A._FocusWithCustomParentState__handleFocusChanged_closure1, A._FocusWithCustomParentState__handleFocusChanged_closure2, A._MultiListenableBuilderState__onListenableChange_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure0, A.TapSequenceGestureRecognizer_addAllowedPointer_closure1, A.TapSequenceGestureRecognizer__checkUp_closure, A.TapSequenceGestureRecognizer__checkUp_closure0, A.TapSequenceGestureRecognizer__checkUp_closure1, A._AndroidToolbarFocalPointDocumentLayerState__onSelectionChange_closure, A.AndroidControlsDocumentLayerState__onSelectionChange_closure, A.AndroidControlsDocumentLayerState__onShouldShowCollapsedHandleChange_closure, A.ItemSelectionListState__onKeyEvent_closure, A.ItemSelectionListState_build_closure, A._AndroidEditingOverlayControlsState__rebuildOnNextFrame_closure, A._AndroidEditingOverlayControlsState__onCollapsedPanStart_closure, A._AndroidEditingOverlayControlsState__onBasePanStart_closure, A._AndroidEditingOverlayControlsState__onExtentPanStart_closure, A._AndroidEditingOverlayControlsState__onPanUpdate_closure, A._AndroidEditingOverlayControlsState__onHandleDragEnd_closure, A._AndroidEditingOverlayControlsState__updateOffsetForCollapsedHandle_closure0, A._AndroidEditingOverlayControlsState__buildHandle_closure, A.AndroidTextFieldTouchInteractorState__onDoubleTapDown_closure, A.AndroidTextFieldTouchInteractorState__onPanStart_closure, A.AndroidTextFieldTouchInteractorState__onPanUpdate_closure, A.AndroidTextFieldTouchInteractorState__onHandleDragEnd_closure, A.AndroidTextFieldTouchInteractorState_build_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure1, A.AndroidTextFieldTouchInteractorState__buildTapAndDragDetector_closure3, A.SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure, A.SuperAndroidTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._defaultAndroidToolbarBuilder_closure, A._defaultAndroidToolbarBuilder_closure0, A._defaultAndroidToolbarBuilder_closure1, A._defaultAndroidToolbarBuilder_closure2, A.SuperDesktopTextFieldState__createTextFieldContext_closure, A.SuperDesktopTextFieldState__updateViewportHeight_closure, A.SuperDesktopTextFieldState_build_closure, A._SuperTextFieldGestureInteractorState__onTapDown_closure, A._SuperTextFieldGestureInteractorState__onDoubleTapDown_closure, A._SuperTextFieldGestureInteractorState__onTripleTapDown_closure, A._SuperTextFieldGestureInteractorState__onPanUpdate_closure, A._SuperTextFieldGestureInteractorState__onPanEnd_closure, A._SuperTextFieldGestureInteractorState__onPanCancel_closure, A._SuperTextFieldGestureInteractorState__updateDragSelection_closure, A._SuperTextFieldGestureInteractorState__clearSelection_closure, A._SuperTextFieldGestureInteractorState_build_closure, A._SuperTextFieldGestureInteractorState_build_closure1, A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure, A._SuperTextFieldImeInteractorState__updateSelectionAndImeConnectionOnFocusChange_closure0, A.FillWidthIfConstrained__createViewportWidthLookup_closure, A._IOSEditingControlsState__onBasePanStart_closure, A._IOSEditingControlsState__onExtentPanStart_closure, A._IOSEditingControlsState__onPanUpdate_closure, A._IOSEditingControlsState__onHandleDragEnd_closure, A.IOSTextFieldTouchInteractorState__onDoubleTapDown_closure, A.IOSTextFieldTouchInteractorState__onPanStart_closure, A.IOSTextFieldTouchInteractorState__onPanUpdate_closure, A.IOSTextFieldTouchInteractorState__onHandleDragEnd_closure, A.IOSTextFieldTouchInteractorState_build_closure0, A.IOSTextFieldTouchInteractorState_build_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure, A.IOSTextFieldTouchInteractorState__buildTapAndDragDetector_closure1, A.SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure, A.SuperIOSTextFieldState__updateSelectionAndImeConnectionOnFocusChange_closure0, A._defaultPopoverToolbarBuilder_closure, A._defaultPopoverToolbarBuilder_closure0, A._defaultPopoverToolbarBuilder_closure1, A._MaterialScrollbarState_initState_closure1, A._MaterialScrollbarState_handleThumbPressStart_closure1, A._MaterialScrollbarState_handleThumbPressEnd_closure1, A._MaterialScrollbarState_handleHover_closure3, A._MaterialScrollbarState_handleHover_closure4, A._MaterialScrollbarState_handleHoverExit_closure1, A.main_closure0, A.main_closure]); _inheritMany(A._Enum, [A.BrowserEngine, A.OperatingSystem, A.MutatorType, A.CanvasKitVariant, A.IntlSegmenterGranularity, A.PersistedSurfaceState, A.DebugEngineInitializationState, A.Assertiveness, A._CheckableKind, A.PrimaryRole, A.Role, A.AccessibilityMode, A.GestureMode, A.SemanticsUpdatePhase, A.EnabledState, A.LineBreakType, A.FragmentFlow, A._ComparisonResult, A._FindBreakDirection, A.TextCapitalization, A.TransformKind, A.LineCharProperty, A.WordCharProperty, A.ClipOp, A.PathFillType, A.KeyEventType, A.KeyEventDeviceType, A.StrokeCap, A.StrokeJoin, A.PaintingStyle, A.BlendMode, A.Clip, A.BlurStyle, A.FilterQuality, A.ImageByteFormat, A.PixelFormat, A.AppLifecycleState, A.AppExitResponse, A.DartPerformanceMode, A.PointerChange, A.PointerDeviceKind, A.PointerSignalKind, A.FontStyle, A.PlaceholderAlignment, A.TextAlign, A.TextBaseline, A.TextDecorationStyle, A.TextLeadingDistribution, A.TextDirection, A.TextAffinity, A.BoxHeightStyle, A.BoxWidthStyle, A.TileMode, A.Brightness, A.SpanMarkerType, A.AttributionVisitEvent, A.BarGroupingType, A.AxisOrientation, A._PixelVerticalDirection, A.RangeBandType, A.StepSizeType, A.TickLabelAnchor, A.TickLabelJustification, A.CalendarField, A.BehaviorPosition, A.OutsideJustification, A.InsideJustification, A.LegendTapHandling, A.LegendDefaultMeasure, A.LinePointHighlighterFollowLineType, A.SelectionMode, A.SelectionTrigger, A.FillPatternType, A.SelectionModelType, A.LayoutPosition, A.TextDirection0, A.MaxWidthStrategy, A.GestureType, A._HorizontalJustification, A.MessageLevel, A._DragTargetStatus, A.FileType, A.AnimationStatus, A._AnimationDirection, A.AnimationBehavior, A._TrainHoppingMode, A._CupertinoTextSelectionToolbarItemsSlot, A.DiagnosticLevel, A.DiagnosticsTreeStyle, A._WordWrapParseMode, A._LicenseEntryWithLineBreaksParserState, A.TargetPlatform, A.GestureDisposition, A._ForceState, A._DragState, A.DragStartBehavior, A.MultitouchDragStrategy, A.GestureRecognizerState, A._ScaleState, A._DragState0, A._ActionLevel, A._LayoutMode, A._Focus, A.ThemeMode, A._SliverAppVariant, A._CornerId, A.ButtonTextTheme, A.ButtonBarLayoutBehavior, A._CardVariant, A._CheckboxType, A._CheckboxType0, A.DatePickerEntryMode, A.DatePickerMode, A.DrawerAlignment, A._FloatingActionButtonType, A._IconButtonVariant, A._HighlightType, A.FloatingLabelBehavior, A._DecorationSlot, A.ListTileStyle, A.ListTileControlAffinity, A.ListTileTitleAlignment, A._ListTileSlot, A.MaterialType, A.MaterialState, A._ActivityIndicatorType, A._RadioType, A._RadioType0, A._RefreshIndicatorMode, A.RefreshIndicatorTriggerMode, A._IndicatorType, A._ScaffoldSlot, A.SnackBarClosedReason, A._SwitchType, A._SwitchListTileType, A.TabBarIndicatorSize, A.TabAlignment, A._TextSelectionToolbarItemPosition, A.MaterialTapTargetSize, A.DayPeriod, A.TimeOfDayFormat, A.HourFormat, A.TimePickerEntryMode, A._HourMinuteMode, A._TimePickerAspect, A._HourDialType, A.ScriptCategory, A.RenderComparison, A.Axis0, A.VerticalDirection, A.AxisDirection, A.BorderStyle, A.BoxShape, A.BoxFit, A.ImageRepeat, A.TextOverflow, A.TextWidthBasis, A.SpringType, A.RenderAnimatedSizeState, A._IntrinsicDimension, A.FlexFit, A.MainAxisSize, A.MainAxisAlignment, A.CrossAxisAlignment, A.PlatformViewHitTestBehavior, A.HitTestBehavior, A.DecorationPosition, A.SelectionResult, A.SelectionEventType, A.TextGranularity, A.SelectionExtendDirection, A.SelectionStatus, A.TextSelectionHandleType, A.OverflowBoxFit, A.GrowthDirection, A.StackFit, A.TableCellVerticalAlignment, A.CacheExtentStyle, A.ScrollDirection, A.WrapAlignment, A.WrapCrossAlignment, A.SchedulerPhase, A.DebugSemanticsDumpOrder, A.Assertiveness0, A.KeyboardLockMode, A.KeyDataTransitMode, A.KeyboardSide, A.ModifierKey, A.SystemSoundType, A.MaxLengthEnforcement, A.SmartDashesType, A.SmartQuotesType, A.TextInputAction, A.TextCapitalization0, A.FloatingCursorDragState, A.SelectionChangedCause, A.UndoDirection, A.CrossFadeState, A.ConnectionState, A.OptionsViewOpenDirection, A.AutofillContextAction, A.ContextMenuButtonType, A.KeyEventResult, A.UnfocusDisposition, A.FocusHighlightMode, A.FocusHighlightStrategy, A.TraversalDirection, A.TraversalEdgeBehavior, A.AutovalidateMode, A._StateLifecycle, A._ElementLifecycle, A.HeroFlightDirection, A._GestureType, A.PanAxis, A.Orientation, A._MediaQueryAspect, A.NavigationMode, A._ToolbarSlot, A.RoutePopDisposition, A._RouteLifecycle, A._RouteRestorationType, A.OverflowBarAlignment, A._GlowState, A._StretchDirection, A._StretchState, A.RouteInformationReportingType, A.AndroidOverscrollIndicator, A.ScrollDecelerationRate, A.ScrollPositionAlignmentPolicy, A.ScrollViewKeyboardDismissBehavior, A.ScrollIncrementType, A.ScrollbarOrientation, A.SnapshotMode, A.ClipboardStatus, A.ActionPaneType, A.GestureDirection, A.StyledToastAnimation, A.SignInOption, A.Channel, A.Format, A.BlendMode0, A.IfdValueType, A.PngDisposeMode, A.PngBlendMode, A.PngFilterType, A.IccProfileCompression, A.FrameType, A.BillingResponse, A.BillingChoiceMode, A.ProductType, A.RecurrenceMode, A.PurchaseStateWrapper, A.PlatformProductType, A.PlatformBillingChoiceMode, A.PlatformPurchaseState, A.PlatformRecurrenceMode, A.GooglePlayProductType, A.PurchaseStatus, A._TransactionRestoreState, A.SKPaymentTransactionStateMessage, A.SKProductDiscountTypeMessage, A.SKProductDiscountPaymentModeMessage, A.SKSubscriptionPeriodUnitMessage, A.SKPaymentTransactionStateWrapper, A.SKSubscriptionPeriodUnit, A.SKProductDiscountPaymentMode, A.SKProductDiscountType, A.PluralCase, A.IconPosition, A._HealthCheckLevel, A.PortalLinkStyle, A.DashboardSections, A.ClientReportFields, A.ContactReportFields, A.CreditItemReportFields, A.CreditReportFields, A.DocumentReportFields, A.ExpenseReportFields, A.InvoiceItemReportFields, A.InvoiceReportFields, A.TaxRateReportFields0, A.PaymentReportFields, A.TaxRateReportFields, A.ProductReportFields, A.ProfitAndLossReportFields, A.PurchaseOrderItemReportFields, A.PurchaseOrderReportFields, A.QuoteItemReportFields, A.QuoteReportFields, A.RecurringExpenseReportFields, A.RecurringInvoiceReportFields, A.ReportColumnType, A.TaskItemReportFields, A.TaskReportFields, A.TransactionReportFields, A.VendorReportFields, A.UpdateState, A.FormatNumberType, A._TextType, A.OverflowViewLayoutBehavior, A.ArrowDirection, A.PinputAutovalidateMode, A.AndroidSmsAutofillMethod, A.PinAnimationType, A.HapticFeedbackType, A.QrCodeElement, A.FinderPatternPosition, A.QrEyeShape, A.QrDataModuleShape, A.QrValidationStatus, A.ButtonState, A._MissingCase, A.DurationSentryMeasurementUnit, A.SignInWithAppleButtonStyle, A.IconAlignment, A.AppleIDAuthorizationScopes, A.AuthorizationErrorCode, A.StateStatus, A.SelectionChangeType, A.DocumentGestureMode, A.LinkUpdatePolicy, A.SelectionBound, A.DragMode, A.PrependedCharacterPolicy, A.ListItemType, A.AttributionChange, A.SelectionType, A.TapHandlingInstruction, A.ExecutionInstruction, A.TextInputSource, A.HandleType, A._SelectionType, A.TextFieldKeyboardHandlerResult, A.HintBehavior, A._AutoScrollDirection, A.SuperTextFieldPlatformConfiguration, A.BlinkTimingMode, A.LaunchMode, A.PreferredLaunchMode]); _inherit(A.CanvasPool, A._SaveStackTracking); _inheritMany(A.CkColorFilter, [A.CkBlendModeColorFilter, A.CkMatrixColorFilter, A.CkLinearToSrgbGammaColorFilter, A.CkSrgbToLinearGammaColorFilter, A.CkComposeColorFilter]); @@ -634354,7 +634632,7 @@ _inherit(A.CkGradientLinear, A.SimpleCkShader); _inheritMany(A.Error, [A.CanvasKitError, A.FontLoadError, A.LateError, A.ReachabilityError, A.TypeError, A.JsNoSuchMethodError, A.UnknownJsTypeError, A._CyclicInitializationError, A.RuntimeError, A._Error, A.JsonUnsupportedObjectError, A.AssertionError, A.ArgumentError, A.NoSuchMethodError, A.UnsupportedError, A.UnimplementedError, A.StateError, A.ConcurrentModificationError, A.BuiltValueNullFieldError, A.BuiltValueNestedFieldError, A.DeserializationError, A._FlutterError_Error_DiagnosticableTreeMixin, A.StoreProviderError, A.ConverterError, A.ValueStreamError]); _inherit(A.EngineFlutterDisplay, A.Display); - _inheritMany(A.Closure2Args, [A.createDomResizeObserver_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.initializeEngineServices_closure, A.futureToPromise_closure, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure, A._computeLineBreakFragments_setBreak, A.saveForms_closure, A.HybridTextEditing__startEditing_closure0, A.CustomElementDimensionsProvider_closure, A._CastListBase_sort_closure, A.CastMap_forEach_closure, A.ConstantMap_map_closure, A.Primitives_functionNoSuchMethod_closure, A.JsLinkedHashMap_addAll_closure, A.initHooks_closure0, A._awaitOnObject_closure0, A._wrapJsFunctionForAsync_closure, A.Future_wait_handleError, A.FutureExtensions_onError_onError, A._Future__chainForeignFuture_closure0, A._Future_timeout_closure2, A.Stream_Stream$fromFuture_closure0, A._AddStreamState_makeErrorHandler_closure, A._cancelAndErrorClosure_closure, A._RootZone_bindBinaryCallback_closure, A._HashMap_addAll_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.SplayTreeSet__newSet_closure, A.SplayTreeSet__copyNode_copyChildren, A._JsonStringifier_writeMap_closure, A._JsonPrettyPrintMixin_writeMap_closure, A._BigIntImpl_hashCode_combine, A.NoSuchMethodError_toString_closure, A._Uri__makeQueryFromParameters_closure, A.Uri_splitQueryString_closure, A.Uri__parseIPv4Address_error, A.Uri_parseIPv6Address_error, A.Uri_parseIPv6Address_parseHex, A._Uri__makeQueryFromParametersDefault_writeParameter, A._Uri__makeQueryFromParametersDefault_closure, A._createTables_build, A.MidiInputMap_keys_closure, A.MidiInputMap_values_closure, A.MidiOutputMap_keys_closure, A.MidiOutputMap_values_closure, A.RtcStatsReport_keys_closure, A.RtcStatsReport_values_closure, A.Storage_keys_closure, A.Storage_values_closure, A._DataAttributeMap_forEach_closure, A._DataAttributeMap_keys_closure, A._DataAttributeMap_values_closure, A._AcceptStructuredClone_walk_closure, A._FileStream__readBlock_closure0, A._FileStream__start_onOpenFile_closure, A._FileStream__start_openFailed, A._File_readAsBytes_readSized, A.AudioParamMap_keys_closure, A.AudioParamMap_values_closure, A.AttributedSpans_copyAttributionRegion_closure1, A.AttributedSpans_copyAttributionRegion_closure6, A.BoardListState_build_closure3, A.BoardViewState_build_closure0, A.hashObjects_closure, A.BuiltListMultimap_forEach_closure, A.MapBuilder_replace_closure, A.MapBuilder_replace_closure0, A.BuiltSetMultimap_forEach_closure, A.StandardJsonPlugin__toList_closure0, A.StandardJsonPlugin__toListUsingDiscriminator_closure0, A.BaseBarRenderer_preprocessSeries__closure, A.BaseBarRenderer_update_closure0, A.BaseBarRenderer_paint_closure, A.BaseBarRenderer_paint_closure0, A.BaseBarRenderer_paint_closure1, A.BaseBarRenderer__getSegmentsForDomainValue_closure, A._ReversedSeriesIterator_closure0, A.BaseTickDrawStrategy_collides_closure, A.BaseTickDrawStrategy_measureVerticallyDrawnTicks_closure, A.BaseTickDrawStrategy_measureHorizontallyDrawnTicks_closure, A.CartesianChart_init_closure, A.CartesianChart_preprocessSeries_closure, A.CartesianChart_preprocessSeries_closure0, A.CartesianChart_preprocessSeries_closure1, A.CartesianChart_preprocessSeries_closure2, A.CartesianChart_onSkipLayout_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure0, A.BaseChart_configureSeries_closure0, A.BaseChart_preprocessSeries_closure1, A.BaseChart_onPostLayout_closure, A.LinePointHighlighter__updateViewData_closure, A._LinePointLayoutView_paint_closure, A._LinePointLayoutView_paint_closure0, A.SelectNearest__onSelect_closure, A.LayoutManagerImpl_paintOrderedViews_closure, A.LayoutManagerImpl_positionOrderedViews_closure, A.LineRenderer_update_closure0, A.LineRenderer_paint_closure, A.LineRenderer_paint_closure0, A.PointRenderer_paint_closure, A.PointRenderer_paint_closure0, A.BaseChartState_build_closure, A.BaseChartState_dispose_closure, A.TabularLegendLayout__buildTableFromRows_closure0, A.CanonicalizedMap_addAll_closure, A.CanonicalizedMap_forEach_closure, A.CanonicalizedMap_map_closure, A.FilePickerWeb__fileType_closure, A.CupertinoDynamicColor_toString_toString, A._RenderCupertinoTextSelectionToolbarShape_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_hitTestChild_closure, A.BindingBase_registerServiceExtension_closure, A.PointerRouter__dispatchEventToRoutes_closure, A.ScaleGestureRecognizer__reconfigure_closure0, A.ScaleGestureRecognizer_acceptGesture_closure0, A._PackagesViewState_licenses_closure, A._PackagesViewState_build_closure, A._PackagesViewState_build__closure, A._PackagesViewState__packagesList_closure, A._LicenseData_sortPackages_closure, A._PackageLicensePageState_build_closure, A._MasterDetailFlowState_build_closure, A._MasterDetailFlowState__nestedUI_closure, A._MasterDetailFlowState__lateralUI_closure1, A._MasterDetailFlowState__lateralUI_closure, A._MasterDetailScaffoldState_build__closure, A._DetailView_build_closure, A.MaterialApp_createMaterialHeroController_closure, A._MaterialAppState_build_closure, A._RenderInputPadding_hitTest_closure, A._RenderInputPadding_hitTest_closure0, A._DatePickerDialogState_build_closure, A.__DatePickerDialogState_State_RestorationMixin_dispose_closure, A._DropdownRoute_buildPage_closure, A._DropdownRoute_getItemOffset_closure, A._DropdownRoute_getMenuLimits_closure, A._RenderDecoration_performLayout_centerLayout, A._RenderDecoration_performLayout_baselineLayout, A._RenderDecoration_hitTestChildren_closure, A._RenderListTile_hitTestChildren_closure, A._ZoomEnterTransitionPainter_paint_closure, A._ZoomExitTransitionPainter_paint_closure, A._PopupMenu_build_closure0, A._LinearProgressIndicatorPainter_paint_drawBar, A._LinearProgressIndicatorState_build_closure, A._CircularProgressIndicatorState__buildAnimation_closure, A._RefreshProgressIndicatorState__buildAnimation_closure, A.RefreshIndicatorState_build_closure, A.ReorderableListView_closure, A._ReorderableListViewState__proxyDecorator_closure, A.ScaffoldState_build_closure, A._StandardBottomSheetState_build_closure, A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._TextFieldState_build_closure5, A._TextFieldState_build_closure6, A.__TextFieldState_State_RestorationMixin_dispose_closure, A._TextSelectionToolbarTrailingEdgeAlignRenderBox_hitTestChildren_closure, A._RenderTextSelectionToolbarItemsLayout_hitTestChildren_closure, A.ThemeData__lerpThemeExtensions_closure, A._RenderInputPadding_hitTest_closure2, A._DialPainter_paint_getOffsetForTheta, A._DialPainter_paint_paintLabels, A._TimePickerDialogState_build_closure, A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure, A.__TimePickerDialogState_State_RestorationMixin_dispose_closure, A.__TimePickerInputState_State_RestorationMixin_dispose_closure, A.__TimePickerState_State_RestorationMixin_dispose_closure, A._RenderInputPadding_hitTest_closure1, A.NetworkImage__loadAsync_closure, A.NetworkImage__loadAsync_closure2, A._CompoundBorder_dimensions_closure, A.paintImage_closure, A.ImageCache_putIfAbsent_listener, A.ImageProvider_resolve_closure, A.ImageProvider__createErrorHandlerAndKey_handleError, A.AssetImage_obtainKey_closure0, A.MultiFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure0, A.RendererBinding_initMouseTracker_closure, A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, A.RenderEditable_getRectForComposingRange_closure, A.RenderEditable_computeMinIntrinsicWidth_closure, A.RenderEditable_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicWidth_closure, A.RenderFlex_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicHeight_closure, A.RenderFlex_computeMaxIntrinsicHeight_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.PipelineOwner_flushLayout_closure, A.PipelineOwner_flushCompositingBits_closure, A.PipelineOwner_flushPaint_closure, A.PipelineOwner_flushSemantics_closure, A.RenderInlineChildrenContainerDefaults_hitTestInlineChildren_closure, A.RenderParagraph_computeMinIntrinsicWidth_closure, A.RenderParagraph_computeMaxIntrinsicWidth_closure, A.RenderPhysicalModel_paint_closure, A.RenderPhysicalShape_paint_closure, A.RenderTransform_hitTestChildren_closure, A.RenderFittedBox_hitTestChildren_closure, A.RenderFractionalTranslation_hitTestChildren_closure, A.RenderFollowerLayer_hitTestChildren_closure, A.RenderShiftedBox_hitTestChildren_closure, A.RenderIndexedStack_hitTestChildren_closure, A.RenderTable_computeDryLayout_closure, A.RenderTable_hitTestChildren_closure, A.SchedulerBinding_handleBeginFrame_closure, A._SemanticsSortGroup_sortedWithinKnot_closure, A.SemanticsOwner_sendSemanticsUpdate_closure0, A.SemanticsOwner_sendSemanticsUpdate_closure1, A.SemanticsConfiguration_absorb_closure, A.CachingAssetBundle_loadStructuredData_closure0, A._DefaultBinaryMessenger_setMessageHandler_closure, A.StandardMessageCodec_writeValue_closure0, A._debugLaunchProfilePlatformChannels_closure, A.HtmlElementViewImpl_buildImpl_closure, A._StreamBuilderBaseState__subscribe_closure1, A._FutureBuilderState__subscribe_closure0, A._DraggableScrollableSheetState_build__closure, A.EditableTextState__formatAndSetValue_closure, A.EditableTextState_build_closure, A.EditableTextState_build_closure2, A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, A._ReadingOrderSortData_sortWithDirectionality_closure, A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, A.ReadingOrderTraversalPolicy__pickNext_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand, A._FormFieldState_State_RestorationMixin_dispose_closure, A.Element_updateChildren_slotFor, A.Hero__allHeroesFor_inviteHero, A._HeroFlight__buildOverlay_closure, A.HeroController__defaultHeroFlightShuttleBuilder_closure, A._HistoryProperty_fromPrimitives_closure, A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._RenderTheaterMixin_hitTestChildren_childHitTest, A._StretchingOverscrollIndicatorState_build_closure, A._PageViewState_build_closure0, A._PlatformViewLinkState_build_closure, A.SliverReorderableListState__wrapWithSemantics_reorder, A._DragItemProxy_build_closure, A.__RestorationScopeState_State_RestorationMixin_dispose_closure, A.__RouterState_State_RestorationMixin_dispose_closure, A._ModalScopeState_build_closure, A._ModalScopeState_build__closure0, A._ModalScopeState_build___closure, A.ScrollView_build_closure, A.ListView$separated_closure, A.ListView$separated_closure0, A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure0, A.ScrollableDetails_toString_addIfNonNull, A.ShortcutManager__indexShortcuts_closure, A.CallbackShortcuts_build_closure, A.SingleChildScrollView_build_closure, A._RenderSingleChildViewport_paint_paintContents, A._RenderSingleChildViewport_hitTestChildren_closure, A.View_build_closure, A._RenderScaledInlineWidget_paint_closure, A._RenderScaledInlineWidget_hitTestChildren_closure, A.loadDateIntlDataIfNotLoaded_closure, A._StoreStreamListenerState_build_closure, A._RenderFlexEntranceTransition_hitTestChildren_closure, A.RenderStaggeredGrid__computeSize_computeCrossAxisCellCount, A.RenderFollower_hitTestChildren_closure, A.RenderFollower_paint_closure0, A.FollowerFadeOutBeyondBoundary_build_closure, A.RenderLeader_paint_closure, A.Element__addOuterHtml_closure, A.Phase_startTagHtml_closure, A.InBodyPhase_startTagBody_closure, A.formatStr_closure, A._separatingNewlines_closure, A._BaseRules_defaultRule_closure, A._CommonRules_paragraph_closure, A._CommonRules_lineBreak_closure, A._CommonRules_heading_closure, A._CommonRules_blockquote_closure, A._CommonRules_list_closure, A._CommonRules_listItem_closure, A._CommonRules_indentedCodeBlock_closure0, A._CommonRules_fencedCodeBlock_closure0, A._CommonRules_horizontalRule_closure, A._CommonRules_inlineLink_closure0, A._CommonRules_referenceLink_closure1, A._CommonRules_emphasis_closure, A._CommonRules_strong_closure, A._CommonRules_strike_closure, A._CommonRules_code_closure0, A._CommonRules_image_closure, A._TableRules_tableCell_closure, A._TableRules_tableRow_closure, A._TableRules_table_closure, A._TableRules_tableSection_closure, A._TableRules_captionSection_closure, A.BaseRequest_closure, A.mapToQuery_closure, A.MediaType_toString_closure, A.IfdContainer$from_closure, A.IfdDirectory_copy_closure, A.IfdDirectory_copy_closure0, A._$SKErrorFromJson_closure, A._$SKProductDiscountWrapperFromJson_closure, A._$SKProductDiscountWrapperFromJson_closure0, A._$SKProductWrapperFromJson_closure, A._$SKProductWrapperFromJson_closure0, A.DateFormat__fieldConstructors_closure, A.DateFormat__fieldConstructors_closure0, A.DateFormat__fieldConstructors_closure1, A._CountryPickerDialogState_initState_closure, A._CountryPickerDialogState_build__closure0, A._CountryPickerDialogState_build_closure0, A._IntlPhoneFieldState__changeCountry__closure, A.GatewayEntity_supportedEvents_closure, A.InvoiceEntity_getTaxes_calculateAmount, A.TaskEntity_getTaskTimes_closure0, A._parseError_closure, A.InvoiceNinjaAppState_build__closure124, A.lastErrorReducer_closure, A.lastErrorReducer_closure0, A.lastErrorReducer_closure1, A.lastErrorReducer_closure2, A.lastErrorReducer_closure3, A.lastErrorReducer_closure4, A.lastErrorReducer_closure5, A.lastErrorReducer_closure6, A.lastErrorReducer_closure7, A.lastErrorReducer_closure8, A.lastErrorReducer_closure9, A.lastErrorReducer_closure10, A.lastErrorReducer_closure11, A.lastErrorReducer_closure12, A.lastErrorReducer_closure13, A.lastErrorReducer_closure14, A.lastErrorReducer_closure15, A.lastErrorReducer_closure16, A.lastErrorReducer_closure17, A.lastErrorReducer_closure18, A.lastErrorReducer_closure19, A.lastErrorReducer_closure20, A.lastErrorReducer_closure21, A.lastErrorReducer_closure22, A.lastErrorReducer_closure23, A.forceSelectedReducer_closure176, A.forceSelectedReducer_closure177, A.forceSelectedReducer_closure178, A.forceSelectedReducer_closure179, A.forceSelectedReducer_closure180, A.forceSelectedReducer_closure181, A.forceSelectedReducer_closure182, A.forceSelectedReducer_closure183, A.tabIndexReducer_closure21, A.tabIndexReducer_closure22, A.selectedIdReducer_closure338, A.selectedIdReducer_closure339, A.selectedIdReducer_closure340, A.selectedIdReducer_closure341, A.selectedIdReducer_closure342, A.selectedIdReducer_closure343, A.selectedIdReducer_closure344, A.selectedIdReducer_closure345, A.selectedIdReducer_closure346, A.selectedIdReducer_closure347, A.selectedIdReducer_closure348, A.selectedIdReducer_closure349, A.selectedIdReducer_closure350, A.selectedIdReducer_closure351, A.selectedIdReducer_closure352, A.editingReducer_closure114, A.editingReducer_closure115, A.editingReducer_closure116, A.editingReducer_closure117, A.bankAccountListReducer_closure, A.dropdownBankAccountsSelector_closure0, A.filteredBankAccountsSelector_closure0, A.handleClientAction__closure, A.__MergClientPickerState_build__closure, A.forceSelectedReducer_closure218, A.forceSelectedReducer_closure219, A.forceSelectedReducer_closure220, A.forceSelectedReducer_closure221, A.forceSelectedReducer_closure222, A.forceSelectedReducer_closure223, A.forceSelectedReducer_closure224, A.forceSelectedReducer_closure225, A.tabIndexReducer_closure31, A.tabIndexReducer_closure32, A.saveCompleterReducer_closure2, A.cancelCompleterReducer_closure2, A.editingContactReducer_closure, A.editingContactReducer_closure0, A.selectedIdReducer_closure418, A.selectedIdReducer_closure419, A.selectedIdReducer_closure420, A.selectedIdReducer_closure421, A.selectedIdReducer_closure422, A.selectedIdReducer_closure423, A.selectedIdReducer_closure424, A.selectedIdReducer_closure425, A.selectedIdReducer_closure426, A.selectedIdReducer_closure427, A.selectedIdReducer_closure428, A.selectedIdReducer_closure429, A.selectedIdReducer_closure430, A.selectedIdReducer_closure431, A.selectedIdReducer_closure432, A.selectedIdReducer_closure433, A.selectedIdReducer_closure434, A.editingReducer_closure141, A.editingReducer_closure142, A.editingReducer_closure143, A.editingReducer_closure144, A.editingReducer_closure145, A.editingReducer_closure146, A.editingReducer_closure147, A.editingReducer_closure148, A.editingReducer_closure149, A.editingReducer_closure150, A.editingReducer_closure151, A.editingReducer_closure152, A.editingReducer_closure153, A.editingReducer_closure154, A.clientListReducer_closure, A.dropdownClientsSelector_closure0, A.memoizedClientStatsForUser_closure, A.clientStatsForUser_closure, A.filteredClientsSelector_closure0, A.userCompanyEntityReducer_closure, A.userCompanyEntityReducer_closure0, A.userCompanyEntityReducer_closure1, A.userCompanyEntityReducer_closure2, A.userCompanyEntityReducer_closure3, A.userCompanyEntityReducer_closure4, A.userCompanyEntityReducer_closure5, A.userCompanyEntityReducer_closure6, A.userCompanyEntityReducer_closure7, A.userCompanyEntityReducer_closure8, A.userCompanyEntityReducer_closure9, A.userCompanyEntityReducer_closure10, A.lastUpdatedReducer_closure, A.lastUpdatedReducer_closure0, A.memoizedDropdownExpenseCategoriesList_closure, A.dropdownExpenseCategoriesSelector_closure2, A.getCurrencyIds_closure, A.memoizedFilteredSelector_closure, A.filteredSelector_closure13, A.handleCompanyGatewayAction__closure, A.forceSelectedReducer_closure64, A.forceSelectedReducer_closure65, A.forceSelectedReducer_closure66, A.forceSelectedReducer_closure67, A.forceSelectedReducer_closure68, A.forceSelectedReducer_closure69, A.forceSelectedReducer_closure70, A.forceSelectedReducer_closure71, A.selectedIdReducer_closure121, A.selectedIdReducer_closure122, A.selectedIdReducer_closure123, A.selectedIdReducer_closure124, A.selectedIdReducer_closure125, A.selectedIdReducer_closure126, A.selectedIdReducer_closure127, A.selectedIdReducer_closure128, A.selectedIdReducer_closure129, A.selectedIdReducer_closure130, A.selectedIdReducer_closure131, A.selectedIdReducer_closure132, A.selectedIdReducer_closure133, A.selectedIdReducer_closure134, A.selectedIdReducer_closure135, A.editingReducer_closure37, A.editingReducer_closure38, A.editingReducer_closure39, A.editingReducer_closure40, A.companyGatewayListReducer_closure, A.memoizedCalculateCompanyGatewayProcessed_closure, A.calculateCompanyGatewayProcessed_closure, A.memoizedClientStatsForCompanyGateway_closure, A.clientStatsForCompanyGateway_closure, A.memoizedPaymentStatsForCompanyGateway_closure, A.paymentStatsForCompanyGateway_closure, A.getUnconnectedStripeAccount_closure, A.forceSelectedReducer_closure84, A.forceSelectedReducer_closure85, A.forceSelectedReducer_closure86, A.forceSelectedReducer_closure87, A.forceSelectedReducer_closure88, A.forceSelectedReducer_closure89, A.forceSelectedReducer_closure90, A.forceSelectedReducer_closure91, A.forceSelectedReducer_closure92, A.tabIndexReducer_closure11, A.tabIndexReducer_closure12, A.historyActivityIdReducer_closure0, A.editingItemReducer_closure1, A.editingItemReducer_closure2, A.selectedIdReducer_closure162, A.selectedIdReducer_closure163, A.selectedIdReducer_closure164, A.selectedIdReducer_closure165, A.selectedIdReducer_closure166, A.selectedIdReducer_closure167, A.selectedIdReducer_closure168, A.selectedIdReducer_closure169, A.selectedIdReducer_closure170, A.selectedIdReducer_closure171, A.selectedIdReducer_closure172, A.selectedIdReducer_closure173, A.selectedIdReducer_closure174, A.selectedIdReducer_closure175, A.selectedIdReducer_closure176, A.selectedIdReducer_closure177, A.selectedIdReducer_closure178, A.selectedIdReducer_closure179, A.selectedIdReducer_closure180, A.editingReducer_closure49, A.editingReducer_closure50, A.editingReducer_closure51, A.editingReducer_closure52, A.editingReducer_closure53, A.editingReducer_closure54, A.editingReducer_closure55, A.editingReducer_closure56, A.editingReducer_closure57, A.editingReducer_closure58, A.editingReducer_closure59, A.creditListReducer_closure, A._purgeClientSuccess__closure5, A.dropdownCreditSelector_closure0, A.filteredCreditsSelector_closure, A.filteredCreditsSelector_closure1, A.memoizedCreditStatsForDesign_closure, A.creditStatsForDesign_closure, A.memoizedCreditStatsForClient_closure, A.creditStatsForClient_closure, A.memoizedCreditStatsForUser_closure, A.creditStatsForUser_closure, A.selectedEntitiesReducer_closure, A.selectedEntitiesReducer_closure0, A.selectedEntityTypeReducer_closure, A.showSidebarReducer_closure, A._chartInvoices_closure, A.chartQuotes_closure, A.chartPayments_closure, A.chartTasks_closure, A.chartTasks___closure, A.chartExpenses_closure, A.memoizedRunningTasks_closure0, A.runningTasks_closure, A.memoizedUpcomingInvoices_closure, A._upcomingInvoices_closure, A._upcomingInvoices_closure0, A.memoizedPastDueInvoices_closure, A._pastDueInvoices_closure, A._pastDueInvoices_closure0, A.memoizedRecentPayments_closure, A._recentPayments_closure, A._recentPayments_closure0, A.memoizedUpcomingQuotes_closure, A._upcomingQuotes_closure, A._upcomingQuotes_closure0, A.memoizedExpiredQuotes_closure, A._expiredQuotes_closure, A._expiredQuotes_closure0, A.memoizedRunningTasks_closure, A._runningTasks_closure, A._runningTasks_closure0, A.memoizedRecentTasks_closure, A._recentTasks_closure, A._recentTasks_closure0, A.memoizedRecentExpenses_closure, A._recentExpenses_closure, A._recentExpenses_closure0, A.forceSelectedReducer_closure93, A.forceSelectedReducer_closure94, A.forceSelectedReducer_closure95, A.forceSelectedReducer_closure96, A.forceSelectedReducer_closure97, A.forceSelectedReducer_closure98, A.forceSelectedReducer_closure99, A.forceSelectedReducer_closure100, A.selectedIdReducer_closure181, A.selectedIdReducer_closure182, A.selectedIdReducer_closure183, A.selectedIdReducer_closure184, A.selectedIdReducer_closure185, A.selectedIdReducer_closure186, A.selectedIdReducer_closure187, A.selectedIdReducer_closure188, A.selectedIdReducer_closure189, A.selectedIdReducer_closure190, A.selectedIdReducer_closure191, A.selectedIdReducer_closure192, A.selectedIdReducer_closure193, A.selectedIdReducer_closure194, A.editingReducer_closure60, A.editingReducer_closure61, A.editingReducer_closure62, A.editingReducer_closure63, A.designListReducer_closure, A.filteredDesignsSelector_closure0, A.handleDocumentAction__closure, A.forceSelectedReducer_closure51, A.forceSelectedReducer_closure52, A.forceSelectedReducer_closure53, A.forceSelectedReducer_closure54, A.forceSelectedReducer_closure55, A.forceSelectedReducer_closure56, A.forceSelectedReducer_closure57, A.forceSelectedReducer_closure58, A.forceSelectedReducer_closure59, A.selectedIdReducer_closure95, A.selectedIdReducer_closure96, A.selectedIdReducer_closure97, A.selectedIdReducer_closure98, A.selectedIdReducer_closure99, A.selectedIdReducer_closure100, A.selectedIdReducer_closure101, A.selectedIdReducer_closure102, A.selectedIdReducer_closure103, A.selectedIdReducer_closure104, A.selectedIdReducer_closure105, A.selectedIdReducer_closure106, A.selectedIdReducer_closure107, A.selectedIdReducer_closure108, A.editingReducer_closure32, A.documentListReducer_closure, A.filteredDocumentsSelector_closure0, A.forceSelectedReducer_closure42, A.forceSelectedReducer_closure43, A.forceSelectedReducer_closure44, A.forceSelectedReducer_closure45, A.forceSelectedReducer_closure46, A.forceSelectedReducer_closure47, A.forceSelectedReducer_closure48, A.forceSelectedReducer_closure49, A.forceSelectedReducer_closure50, A.tabIndexReducer_closure9, A.tabIndexReducer_closure10, A.selectedIdReducer_closure80, A.selectedIdReducer_closure81, A.selectedIdReducer_closure82, A.selectedIdReducer_closure83, A.selectedIdReducer_closure84, A.selectedIdReducer_closure85, A.selectedIdReducer_closure86, A.selectedIdReducer_closure87, A.selectedIdReducer_closure88, A.selectedIdReducer_closure89, A.selectedIdReducer_closure90, A.selectedIdReducer_closure91, A.selectedIdReducer_closure92, A.selectedIdReducer_closure93, A.selectedIdReducer_closure94, A.editingReducer_closure28, A.editingReducer_closure29, A.editingReducer_closure30, A.editingReducer_closure31, A.expenseListReducer_closure, A._purgeClientSuccess__closure13, A.memoizedExpensePurchaseOrderSelector_closure, A.expensePurchaseOrderSelector_closure, A.filteredExpensesSelector_closure0, A.memoizedExpenseStatsForVendor_closure, A.expenseStatsForVendor_closure, A.memoizedExpenseStatsForClient_closure, A.expenseStatsForClient_closure, A.memoizedClientExpenseList_closure, A.clientExpenseList_closure0, A.memoizedExpenseStatsForProject_closure, A.expenseStatsForProject_closure, A.memoizedExpenseStatsForUser_closure, A.expenseStatsForUser_closure, A.saveCompleterReducer_closure1, A.cancelCompleterReducer_closure1, A.forceSelectedReducer_closure134, A.forceSelectedReducer_closure135, A.forceSelectedReducer_closure136, A.forceSelectedReducer_closure137, A.forceSelectedReducer_closure138, A.forceSelectedReducer_closure139, A.forceSelectedReducer_closure140, A.forceSelectedReducer_closure141, A.selectedIdReducer_closure258, A.selectedIdReducer_closure259, A.selectedIdReducer_closure260, A.selectedIdReducer_closure261, A.selectedIdReducer_closure262, A.selectedIdReducer_closure263, A.selectedIdReducer_closure264, A.selectedIdReducer_closure265, A.selectedIdReducer_closure266, A.selectedIdReducer_closure267, A.selectedIdReducer_closure268, A.selectedIdReducer_closure269, A.selectedIdReducer_closure270, A.selectedIdReducer_closure271, A.selectedIdReducer_closure272, A.editingReducer_closure87, A.editingReducer_closure88, A.editingReducer_closure89, A.editingReducer_closure90, A.expenseCategoryListReducer_closure, A.dropdownExpenseCategoriesSelector_closure0, A.filteredExpenseCategoriesSelector_closure0, A.memoizedCalculateExpenseCategoryAmount_closure, A.calculateExpenseCategoryAmount_closure, A.memoizedExpenseStatsForExpenseCategory_closure, A.expenseStatsForExpenseCategory_closure, A.memoizedTransactionStatsForExpenseCategory_closure, A.transactionStatsForExpenseCategory_closure, A.forceSelectedReducer_closure60, A.forceSelectedReducer_closure61, A.forceSelectedReducer_closure62, A.forceSelectedReducer_closure63, A.selectedIdReducer_closure109, A.selectedIdReducer_closure110, A.selectedIdReducer_closure111, A.selectedIdReducer_closure112, A.selectedIdReducer_closure113, A.selectedIdReducer_closure114, A.selectedIdReducer_closure115, A.selectedIdReducer_closure116, A.selectedIdReducer_closure117, A.selectedIdReducer_closure118, A.selectedIdReducer_closure119, A.selectedIdReducer_closure120, A.editingReducer_closure33, A.editingReducer_closure34, A.editingReducer_closure35, A.editingReducer_closure36, A.groupListReducer_closure, A.filteredGroupsSelector_closure0, A.memoizedClientStatsForGroup_closure, A.clientStatsForGroup_closure, A.forceSelectedReducer_closure209, A.forceSelectedReducer_closure210, A.forceSelectedReducer_closure211, A.forceSelectedReducer_closure212, A.forceSelectedReducer_closure213, A.forceSelectedReducer_closure214, A.forceSelectedReducer_closure215, A.forceSelectedReducer_closure216, A.forceSelectedReducer_closure217, A.tabIndexReducer_closure29, A.tabIndexReducer_closure30, A.historyActivityIdReducer_closure3, A.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, A.selectedIdReducer_closure399, A.selectedIdReducer_closure400, A.selectedIdReducer_closure401, A.selectedIdReducer_closure402, A.selectedIdReducer_closure403, A.selectedIdReducer_closure404, A.selectedIdReducer_closure405, A.selectedIdReducer_closure406, A.selectedIdReducer_closure407, A.selectedIdReducer_closure408, A.selectedIdReducer_closure409, A.selectedIdReducer_closure410, A.selectedIdReducer_closure411, A.selectedIdReducer_closure412, A.selectedIdReducer_closure413, A.selectedIdReducer_closure414, A.selectedIdReducer_closure415, A.selectedIdReducer_closure416, A.selectedIdReducer_closure417, A.editingReducer_closure130, A.editingReducer_closure131, A.editingReducer_closure132, A.editingReducer_closure133, A.editingReducer_closure134, A.editingReducer_closure135, A.editingReducer_closure136, A.editingReducer_closure137, A.editingReducer_closure138, A.editingReducer_closure139, A.editingReducer_closure140, A.invoiceListReducer_closure, A._purgeClientSuccess__closure15, A.memoizedHasActiveUnpaidInvoices_closure, A.memoizedInvoiceQuoteSelector_closure, A.invoiceQuoteSelector_closure, A.dropdownInvoiceSelector_closure0, A.filteredInvoicesSelector_closure, A.filteredInvoicesSelector_closure1, A.memoizedInvoiceStatsForClient_closure, A.invoiceStatsForClient_closure, A.memoizedInvoiceStatsForDesign_closure, A.invoiceStatsForDesign_closure, A.memoizedInvoiceStatsForSubscription_closure, A.invoiceStatsForSubscription_closure, A.memoizedInvoiceStatsForProject_closure, A.invoiceStatsForProject_closure, A.memoizedQuoteStatsForProject_closure, A.quoteStatsForProject_closure, A.memoizedInvoiceStatsForUser_closure, A.invoiceStatsForUser_closure, A.forceSelectedReducer_closure8, A.forceSelectedReducer_closure9, A.forceSelectedReducer_closure10, A.forceSelectedReducer_closure11, A.forceSelectedReducer_closure12, A.forceSelectedReducer_closure13, A.forceSelectedReducer_closure14, A.forceSelectedReducer_closure15, A.forceSelectedReducer_closure16, A.tabIndexReducer_closure1, A.tabIndexReducer_closure2, A.selectedIdReducer_closure18, A.selectedIdReducer_closure19, A.selectedIdReducer_closure20, A.selectedIdReducer_closure21, A.selectedIdReducer_closure22, A.selectedIdReducer_closure23, A.selectedIdReducer_closure24, A.selectedIdReducer_closure25, A.selectedIdReducer_closure26, A.selectedIdReducer_closure27, A.selectedIdReducer_closure28, A.selectedIdReducer_closure29, A.selectedIdReducer_closure30, A.selectedIdReducer_closure31, A.selectedIdReducer_closure32, A.selectedIdReducer_closure33, A.selectedIdReducer_closure34, A.editingReducer_closure10, A.editingReducer_closure11, A.editingReducer_closure12, A.editingReducer_closure13, A.paymentListReducer_closure, A._purgeClientSuccess__closure1, A.filteredPaymentsSelector_closure0, A.paymentStatsForClient_closure, A.forceSelectedReducer_closure101, A.forceSelectedReducer_closure102, A.forceSelectedReducer_closure103, A.forceSelectedReducer_closure104, A.forceSelectedReducer_closure105, A.forceSelectedReducer_closure106, A.forceSelectedReducer_closure107, A.forceSelectedReducer_closure108, A.selectedIdReducer_closure195, A.selectedIdReducer_closure196, A.selectedIdReducer_closure197, A.selectedIdReducer_closure198, A.selectedIdReducer_closure199, A.selectedIdReducer_closure200, A.selectedIdReducer_closure201, A.selectedIdReducer_closure202, A.selectedIdReducer_closure203, A.selectedIdReducer_closure204, A.selectedIdReducer_closure205, A.selectedIdReducer_closure206, A.selectedIdReducer_closure207, A.selectedIdReducer_closure208, A.editingReducer_closure64, A.editingReducer_closure65, A.editingReducer_closure66, A.editingReducer_closure67, A.paymentTermListReducer_closure, A.memoizedDropdownPaymentTermList_closure, A.dropdownPaymentTermsSelector_closure0, A.filteredPaymentTermsSelector_closure0, A.forceSelectedReducer_closure226, A.forceSelectedReducer_closure227, A.forceSelectedReducer_closure228, A.forceSelectedReducer_closure229, A.forceSelectedReducer_closure230, A.forceSelectedReducer_closure231, A.forceSelectedReducer_closure232, A.forceSelectedReducer_closure233, A.tabIndexReducer_closure33, A.tabIndexReducer_closure34, A.editingReducer_closure155, A.editingReducer_closure156, A.editingReducer_closure157, A.editingReducer_closure158, A.selectedIdReducer_closure435, A.selectedIdReducer_closure436, A.selectedIdReducer_closure437, A.selectedIdReducer_closure438, A.selectedIdReducer_closure439, A.selectedIdReducer_closure440, A.selectedIdReducer_closure441, A.selectedIdReducer_closure442, A.selectedIdReducer_closure443, A.selectedIdReducer_closure444, A.selectedIdReducer_closure445, A.selectedIdReducer_closure446, A.selectedIdReducer_closure447, A.selectedIdReducer_closure448, A.productListReducer_closure, A.dropdownProductsSelector_closure0, A.productList_closure0, A.filteredProductsSelector_closure0, A.forceSelectedReducer_closure17, A.forceSelectedReducer_closure18, A.forceSelectedReducer_closure19, A.forceSelectedReducer_closure20, A.forceSelectedReducer_closure21, A.forceSelectedReducer_closure22, A.forceSelectedReducer_closure23, A.forceSelectedReducer_closure24, A.tabIndexReducer_closure3, A.tabIndexReducer_closure4, A.saveCompleterReducer_closure, A.cancelCompleterReducer_closure, A.selectedIdReducer_closure35, A.selectedIdReducer_closure36, A.selectedIdReducer_closure37, A.selectedIdReducer_closure38, A.selectedIdReducer_closure39, A.selectedIdReducer_closure40, A.selectedIdReducer_closure41, A.selectedIdReducer_closure42, A.selectedIdReducer_closure43, A.selectedIdReducer_closure44, A.selectedIdReducer_closure45, A.selectedIdReducer_closure46, A.selectedIdReducer_closure47, A.selectedIdReducer_closure48, A.selectedIdReducer_closure49, A.editingReducer_closure14, A.editingReducer_closure15, A.editingReducer_closure16, A.editingReducer_closure17, A.projectListReducer_closure, A._purgeClientSuccess__closure3, A.convertProjectToInvoiceItem_closure, A.convertProjectToInvoiceItem_closure0, A.convertProjectToInvoiceItem_closure1, A.convertProjectToInvoiceItem_closure2, A.dropdownProjectsSelector_closure0, A.filteredProjectsSelector_closure0, A.taskDurationForProject_closure, A.memoizedProjectStatsForClient_closure, A.projectStatsForClient_closure, A.memoizedProjectStatsForUser_closure, A.forceSelectedReducer_closure167, A.forceSelectedReducer_closure168, A.forceSelectedReducer_closure169, A.forceSelectedReducer_closure170, A.forceSelectedReducer_closure171, A.forceSelectedReducer_closure172, A.forceSelectedReducer_closure173, A.forceSelectedReducer_closure174, A.forceSelectedReducer_closure175, A.tabIndexReducer_closure19, A.tabIndexReducer_closure20, A.historyActivityIdReducer_closure2, A.editingItemReducer_closure3, A.editingItemReducer_closure4, A.selectedIdReducer_closure319, A.selectedIdReducer_closure320, A.selectedIdReducer_closure321, A.selectedIdReducer_closure322, A.selectedIdReducer_closure323, A.selectedIdReducer_closure324, A.selectedIdReducer_closure325, A.selectedIdReducer_closure326, A.selectedIdReducer_closure327, A.selectedIdReducer_closure328, A.selectedIdReducer_closure329, A.selectedIdReducer_closure330, A.selectedIdReducer_closure331, A.selectedIdReducer_closure332, A.selectedIdReducer_closure333, A.selectedIdReducer_closure334, A.selectedIdReducer_closure335, A.selectedIdReducer_closure336, A.selectedIdReducer_closure337, A.editingReducer_closure103, A.editingReducer_closure104, A.editingReducer_closure105, A.editingReducer_closure106, A.editingReducer_closure107, A.editingReducer_closure108, A.editingReducer_closure109, A.editingReducer_closure110, A.editingReducer_closure111, A.editingReducer_closure112, A.editingReducer_closure113, A.purchaseOrderListReducer_closure, A.dropdownPurchaseOrdersSelector_closure0, A.filteredPurchaseOrdersSelector_closure0, A.memoizedPurchaseOrderStatsForVendor_closure, A.purchaseOrderStatsForVendor_closure, A.forceSelectedReducer_closure, A.forceSelectedReducer_closure0, A.forceSelectedReducer_closure1, A.forceSelectedReducer_closure2, A.forceSelectedReducer_closure3, A.forceSelectedReducer_closure4, A.forceSelectedReducer_closure5, A.forceSelectedReducer_closure6, A.forceSelectedReducer_closure7, A.tabIndexReducer_closure, A.tabIndexReducer_closure0, A.historyActivityIdReducer_closure, A.editingItemReducer_closure, A.editingItemReducer_closure0, A.selectedIdReducer_closure, A.selectedIdReducer_closure0, A.selectedIdReducer_closure1, A.selectedIdReducer_closure2, A.selectedIdReducer_closure3, A.selectedIdReducer_closure4, A.selectedIdReducer_closure5, A.selectedIdReducer_closure6, A.selectedIdReducer_closure7, A.selectedIdReducer_closure8, A.selectedIdReducer_closure9, A.selectedIdReducer_closure10, A.selectedIdReducer_closure11, A.selectedIdReducer_closure12, A.selectedIdReducer_closure13, A.selectedIdReducer_closure14, A.selectedIdReducer_closure15, A.selectedIdReducer_closure16, A.selectedIdReducer_closure17, A.editingReducer_closure, A.editingReducer_closure0, A.editingReducer_closure1, A.editingReducer_closure2, A.editingReducer_closure3, A.editingReducer_closure4, A.editingReducer_closure5, A.editingReducer_closure6, A.editingReducer_closure7, A.editingReducer_closure8, A.editingReducer_closure9, A.quoteListReducer_closure, A._purgeClientSuccess__closure, A.dropdownQuoteSelector_closure0, A.filteredQuotesSelector_closure0, A.memoizedQuoteStatsForClient_closure, A.quoteStatsForClient_closure, A.memoizedQuoteStatsForDesign_closure, A.quoteStatsForDesign_closure, A.memoizedQuoteStatsForUser_closure, A.quoteStatsForUser_closure, A.forceSelectedReducer_closure158, A.forceSelectedReducer_closure159, A.forceSelectedReducer_closure160, A.forceSelectedReducer_closure161, A.forceSelectedReducer_closure162, A.forceSelectedReducer_closure163, A.forceSelectedReducer_closure164, A.forceSelectedReducer_closure165, A.forceSelectedReducer_closure166, A.tabIndexReducer_closure17, A.tabIndexReducer_closure18, A.selectedIdReducer_closure303, A.selectedIdReducer_closure304, A.selectedIdReducer_closure305, A.selectedIdReducer_closure306, A.selectedIdReducer_closure307, A.selectedIdReducer_closure308, A.selectedIdReducer_closure309, A.selectedIdReducer_closure310, A.selectedIdReducer_closure311, A.selectedIdReducer_closure312, A.selectedIdReducer_closure313, A.selectedIdReducer_closure314, A.selectedIdReducer_closure315, A.selectedIdReducer_closure316, A.selectedIdReducer_closure317, A.selectedIdReducer_closure318, A.editingReducer_closure99, A.editingReducer_closure100, A.editingReducer_closure101, A.editingReducer_closure102, A.recurringExpenseListReducer_closure, A._purgeClientSuccess__closure9, A.filteredRecurringExpensesSelector_closure0, A.memoizedRecurringExpenseStatsForClient_closure, A.recurringExpenseStatsForClient_closure, A.memoizedRecurringExpenseStatsForVendor_closure, A.recurringExpenseStatsForVendor_closure, A.memoizedTransactionStatsForVendor_closure, A.transactionStatsForVendor_closure, A.memoizedRecurringExpenseStatsForUser_closure, A.recurringExpenseStatsForUser_closure, A.memoizedRecurringExpenseStatsForExpense_closure, A.recurringExpenseStatsForExpense_closure, A.forceSelectedReducer_closure125, A.forceSelectedReducer_closure126, A.forceSelectedReducer_closure127, A.forceSelectedReducer_closure128, A.forceSelectedReducer_closure129, A.forceSelectedReducer_closure130, A.forceSelectedReducer_closure131, A.forceSelectedReducer_closure132, A.forceSelectedReducer_closure133, A.tabIndexReducer_closure13, A.tabIndexReducer_closure14, A.historyActivityIdReducer_closure1, A.editingItemIndexReducer_closure, A.editingItemIndexReducer_closure0, A.selectedIdReducer_closure239, A.selectedIdReducer_closure240, A.selectedIdReducer_closure241, A.selectedIdReducer_closure242, A.selectedIdReducer_closure243, A.selectedIdReducer_closure244, A.selectedIdReducer_closure245, A.selectedIdReducer_closure246, A.selectedIdReducer_closure247, A.selectedIdReducer_closure248, A.selectedIdReducer_closure249, A.selectedIdReducer_closure250, A.selectedIdReducer_closure251, A.selectedIdReducer_closure252, A.selectedIdReducer_closure253, A.selectedIdReducer_closure254, A.selectedIdReducer_closure255, A.selectedIdReducer_closure256, A.selectedIdReducer_closure257, A.editingReducer_closure76, A.editingReducer_closure77, A.editingReducer_closure78, A.editingReducer_closure79, A.editingReducer_closure80, A.editingReducer_closure81, A.editingReducer_closure82, A.editingReducer_closure83, A.editingReducer_closure84, A.editingReducer_closure85, A.editingReducer_closure86, A.recurringInvoiceListReducer_closure, A._purgeClientSuccess__closure7, A.filteredRecurringInvoicesSelector_closure0, A.memoizedRecurringInvoiceStatsForClient_closure, A.recurringInvoiceStatsForClient_closure, A.memoizedRecurringInvoiceStatsForUser_closure, A.recurringInvoiceStatsForUser_closure, A.memoizedRecurringInvoiceStatsForInvoice_closure, A.recurringInvoiceStatsForInvoice_closure, A.memoizedRecurringInvoiceStatsForDesign_closure, A.recurringInvoiceStatsForDesign_closure, A.memoizedRecurringInvoiceStatsForSubscription_closure, A.recurringInvoiceStatsForSubscription_closure, A.forceSelectedReducer_closure201, A.forceSelectedReducer_closure202, A.forceSelectedReducer_closure203, A.forceSelectedReducer_closure204, A.forceSelectedReducer_closure205, A.forceSelectedReducer_closure206, A.forceSelectedReducer_closure207, A.forceSelectedReducer_closure208, A.tabIndexReducer_closure27, A.tabIndexReducer_closure28, A.selectedIdReducer_closure384, A.selectedIdReducer_closure385, A.selectedIdReducer_closure386, A.selectedIdReducer_closure387, A.selectedIdReducer_closure388, A.selectedIdReducer_closure389, A.selectedIdReducer_closure390, A.selectedIdReducer_closure391, A.selectedIdReducer_closure392, A.selectedIdReducer_closure393, A.selectedIdReducer_closure394, A.selectedIdReducer_closure395, A.selectedIdReducer_closure396, A.selectedIdReducer_closure397, A.selectedIdReducer_closure398, A.editingReducer_closure126, A.editingReducer_closure127, A.editingReducer_closure128, A.editingReducer_closure129, A.scheduleListReducer_closure, A.filteredSchedulesSelector_closure0, A.settingsUIReducer_closure, A.settingsUIReducer_closure0, A.settingsUIReducer_closure1, A.settingsUIReducer_closure2, A.settingsUIReducer_closure3, A.settingsUIReducer_closure4, A.settingsUIReducer_closure5, A.settingsUIReducer_closure6, A.settingsUIReducer_closure7, A.settingsUIReducer_closure8, A.settingsUIReducer_closure9, A.settingsUIReducer_closure10, A.settingsUIReducer_closure11, A.settingsUIReducer_closure12, A.settingsUIReducer_closure13, A.settingsUIReducer_closure14, A.settingsUIReducer_closure15, A.settingsUIReducer_closure16, A.settingsUIReducer_closure17, A.settingsUIReducer_closure18, A.countryList_closure, A.groupList_closure0, A.languageList_closure, A.currencyList_closure, A.timezoneList_closure, A.dateFormatList_closure, A.industryList_closure, A.sizeList_closure, A.memoizedGatewayList_closure, A.gatewayList_closure0, A.paymentTypeList_closure, A.forceSelectedReducer_closure150, A.forceSelectedReducer_closure151, A.forceSelectedReducer_closure152, A.forceSelectedReducer_closure153, A.forceSelectedReducer_closure154, A.forceSelectedReducer_closure155, A.forceSelectedReducer_closure156, A.forceSelectedReducer_closure157, A.tabIndexReducer_closure15, A.tabIndexReducer_closure16, A.selectedIdReducer_closure288, A.selectedIdReducer_closure289, A.selectedIdReducer_closure290, A.selectedIdReducer_closure291, A.selectedIdReducer_closure292, A.selectedIdReducer_closure293, A.selectedIdReducer_closure294, A.selectedIdReducer_closure295, A.selectedIdReducer_closure296, A.selectedIdReducer_closure297, A.selectedIdReducer_closure298, A.selectedIdReducer_closure299, A.selectedIdReducer_closure300, A.selectedIdReducer_closure301, A.selectedIdReducer_closure302, A.editingReducer_closure95, A.editingReducer_closure96, A.editingReducer_closure97, A.editingReducer_closure98, A.subscriptionListReducer_closure, A.filteredSubscriptionsSelector_closure0, A.handleTaskAction_closure1, A.forceSelectedReducer_closure25, A.forceSelectedReducer_closure26, A.forceSelectedReducer_closure27, A.forceSelectedReducer_closure28, A.forceSelectedReducer_closure29, A.forceSelectedReducer_closure30, A.forceSelectedReducer_closure31, A.forceSelectedReducer_closure32, A.forceSelectedReducer_closure33, A.tabIndexReducer_closure5, A.tabIndexReducer_closure6, A.kanbanLastUpdatedReducer_closure, A.editingTimeReducer_closure, A.editingTimeReducer_closure0, A.selectedIdReducer_closure50, A.selectedIdReducer_closure51, A.selectedIdReducer_closure52, A.selectedIdReducer_closure53, A.selectedIdReducer_closure54, A.selectedIdReducer_closure55, A.selectedIdReducer_closure56, A.selectedIdReducer_closure57, A.selectedIdReducer_closure58, A.selectedIdReducer_closure59, A.selectedIdReducer_closure60, A.selectedIdReducer_closure61, A.selectedIdReducer_closure62, A.selectedIdReducer_closure63, A.selectedIdReducer_closure64, A.editingReducer_closure18, A.editingReducer_closure19, A.editingReducer_closure20, A.editingReducer_closure21, A.editingReducer_closure22, A.editingReducer_closure23, A.taskListReducer_closure, A._purgeClientSuccess__closure11, A.convertTaskToInvoiceItem_closure1, A.taskList_closure0, A.kanbanTasksSelector_closure0, A.filteredTasksSelector_closure0, A.memoizedTaskStatsForClient_closure, A.taskStatsForClient_closure, A.memoizedTaskStatsForProject_closure, A.taskStatsForProject_closure, A.memoizedTaskStatsForUser_closure, A.forceSelectedReducer_closure142, A.forceSelectedReducer_closure143, A.forceSelectedReducer_closure144, A.forceSelectedReducer_closure145, A.forceSelectedReducer_closure146, A.forceSelectedReducer_closure147, A.forceSelectedReducer_closure148, A.forceSelectedReducer_closure149, A.selectedIdReducer_closure273, A.selectedIdReducer_closure274, A.selectedIdReducer_closure275, A.selectedIdReducer_closure276, A.selectedIdReducer_closure277, A.selectedIdReducer_closure278, A.selectedIdReducer_closure279, A.selectedIdReducer_closure280, A.selectedIdReducer_closure281, A.selectedIdReducer_closure282, A.selectedIdReducer_closure283, A.selectedIdReducer_closure284, A.selectedIdReducer_closure285, A.selectedIdReducer_closure286, A.selectedIdReducer_closure287, A.editingReducer_closure91, A.editingReducer_closure92, A.editingReducer_closure93, A.editingReducer_closure94, A.taskStatusListReducer_closure, A.memoizedSortedActiveTaskStatusIds_closure, A.sortedActiveTaskStatusIds_closure0, A.dropdownTaskStatusesSelector_closure0, A.filteredTaskStatusesSelector_closure0, A.memoizedCalculateTaskStatusAmount_closure, A.calculateTaskStatusAmount_closure, A.memoizedTaskStatsForTaskStatus_closure, A.taskStatsForTaskStatus_closure, A.defaultTaskStatusId_closure0, A.forceSelectedReducer_closure72, A.forceSelectedReducer_closure73, A.forceSelectedReducer_closure74, A.forceSelectedReducer_closure75, A.selectedIdReducer_closure136, A.selectedIdReducer_closure137, A.selectedIdReducer_closure138, A.selectedIdReducer_closure139, A.selectedIdReducer_closure140, A.selectedIdReducer_closure141, A.selectedIdReducer_closure142, A.selectedIdReducer_closure143, A.selectedIdReducer_closure144, A.selectedIdReducer_closure145, A.editingReducer_closure41, A.editingReducer_closure42, A.editingReducer_closure43, A.editingReducer_closure44, A.taxRateListReducer_closure, A.filteredTaxRatesSelector_closure0, A.forceSelectedReducer_closure109, A.forceSelectedReducer_closure110, A.forceSelectedReducer_closure111, A.forceSelectedReducer_closure112, A.forceSelectedReducer_closure113, A.forceSelectedReducer_closure114, A.forceSelectedReducer_closure115, A.forceSelectedReducer_closure116, A.selectedIdReducer_closure209, A.selectedIdReducer_closure210, A.selectedIdReducer_closure211, A.selectedIdReducer_closure212, A.selectedIdReducer_closure213, A.selectedIdReducer_closure214, A.selectedIdReducer_closure215, A.selectedIdReducer_closure216, A.selectedIdReducer_closure217, A.selectedIdReducer_closure218, A.selectedIdReducer_closure219, A.selectedIdReducer_closure220, A.selectedIdReducer_closure221, A.selectedIdReducer_closure222, A.selectedIdReducer_closure223, A.editingReducer_closure68, A.editingReducer_closure69, A.editingReducer_closure70, A.editingReducer_closure71, A.tokenListReducer_closure, A.filteredTokensSelector_closure0, A.forceSelectedReducer_closure184, A.forceSelectedReducer_closure185, A.forceSelectedReducer_closure186, A.forceSelectedReducer_closure187, A.forceSelectedReducer_closure188, A.forceSelectedReducer_closure189, A.forceSelectedReducer_closure190, A.forceSelectedReducer_closure191, A.forceSelectedReducer_closure192, A.tabIndexReducer_closure23, A.tabIndexReducer_closure24, A.selectedIdReducer_closure353, A.selectedIdReducer_closure354, A.selectedIdReducer_closure355, A.selectedIdReducer_closure356, A.selectedIdReducer_closure357, A.selectedIdReducer_closure358, A.selectedIdReducer_closure359, A.selectedIdReducer_closure360, A.selectedIdReducer_closure361, A.selectedIdReducer_closure362, A.selectedIdReducer_closure363, A.selectedIdReducer_closure364, A.selectedIdReducer_closure365, A.selectedIdReducer_closure366, A.selectedIdReducer_closure367, A.selectedIdReducer_closure368, A.editingReducer_closure118, A.editingReducer_closure119, A.editingReducer_closure120, A.editingReducer_closure121, A.transactionListReducer_closure, A.filteredTransactionsSelector_closure0, A.memoizedTransactionStatsForBankAccount_closure, A.transactionStatsForBankAccount_closure, A.forceSelectedReducer_closure193, A.forceSelectedReducer_closure194, A.forceSelectedReducer_closure195, A.forceSelectedReducer_closure196, A.forceSelectedReducer_closure197, A.forceSelectedReducer_closure198, A.forceSelectedReducer_closure199, A.forceSelectedReducer_closure200, A.tabIndexReducer_closure25, A.tabIndexReducer_closure26, A.selectedIdReducer_closure369, A.selectedIdReducer_closure370, A.selectedIdReducer_closure371, A.selectedIdReducer_closure372, A.selectedIdReducer_closure373, A.selectedIdReducer_closure374, A.selectedIdReducer_closure375, A.selectedIdReducer_closure376, A.selectedIdReducer_closure377, A.selectedIdReducer_closure378, A.selectedIdReducer_closure379, A.selectedIdReducer_closure380, A.selectedIdReducer_closure381, A.selectedIdReducer_closure382, A.selectedIdReducer_closure383, A.editingReducer_closure122, A.editingReducer_closure123, A.editingReducer_closure124, A.editingReducer_closure125, A.transactionRuleListReducer_closure, A.filteredTransactionRulesSelector_closure0, A.memoizedTransactionStatsForTransactionRule_closure, A.transactionStatsForTransactionRule_closure, A.sortFieldsReducer_closure, A.sortFieldsReducer_closure0, A.sortFieldsReducer_closure1, A.sortFieldsReducer_closure2, A.sortFieldsReducer_closure3, A.sortFieldsReducer_closure4, A.sortFieldsReducer_closure5, A.sortFieldsReducer_closure6, A.sortFieldsReducer_closure7, A.sortFieldsReducer_closure8, A.sortFieldsReducer_closure9, A.sortFieldsReducer_closure10, A.sortFieldsReducer_closure11, A.sortFieldsReducer_closure12, A.sortFieldsReducer_closure13, A.sortFieldsReducer_closure14, A.sortFieldsReducer_closure15, A.sortFieldsReducer_closure16, A.sortFieldsReducer_closure17, A.sortFieldsReducer_closure18, A.sortFieldsReducer_closure19, A.sortFieldsReducer_closure20, A.sidebarEditorReducer_closure, A.sidebarViewerReducer_closure, A.menuVisibleReducer_closure, A.menuVisibleReducer_closure0, A.textScaleFactorReducer_closure, A.historyVisibleReducer_closure, A.historyVisibleReducer_closure0, A.hideTaskExtensionBannerReducer_closure, A.hideGatewayWarningReducer_closure, A.hideReviewAppReducer_closure, A.hideReviewAppReducer_closure0, A.hideReviewAppReducer_closure1, A.hideOneYearReviewAppReducer_closure, A.hideOneYearReviewAppReducer_closure0, A.hideTwoYearReviewAppReducer_closure, A.layoutReducer_closure, A.moduleLayoutReducer_closure, A.moduleLayoutReducer_closure0, A.rowsPerPageReducer_closure, A.manuSidebarReducer_closure, A.historySidebarReducer_closure, A.darkModeTypeReducer_closure, A.darkModeSystemReducer_closure, A.statementIncludesReducer_closure, A.enableTooltipsReducer_closure, A.enableFlexibleSearchReducer_closure, A.enableNativeBrowserReducer_closure, A.persistDataReducer_closure, A.showKanbanReducer_closure, A.isFilterVisibleReducer_closure, A.longPressReducer_closure, A.tapSelectedToEditReducer_closure, A.downloadsFolderReducer_closure, A.isPreviewVisibleReducer_closure, A.isPreviewVisibleReducer_closure0, A.isPreviewVisibleReducer_closure1, A.isPreviewVisibleReducer_closure2, A.isPreviewVisibleReducer_closure3, A.isPreviewVisibleReducer_closure4, A.isPreviewVisibleReducer_closure5, A.isPreviewVisibleReducer_closure6, A.isPreviewVisibleReducer_closure7, A.isPreviewVisibleReducer_closure8, A.isPreviewVisibleReducer_closure9, A.isPreviewVisibleReducer_closure10, A.isPreviewVisibleReducer_closure11, A.isPreviewVisibleReducer_closure12, A.isPreviewVisibleReducer_closure13, A.isPreviewVisibleReducer_closure14, A.requireAuthenticationReducer_closure, A.colorThemeReducer_closure, A.darkColorThemeReducer_closure, A.showPdfPreviewReducer_closure, A.showPdfPreviewSideBySideReducer_closure, A.editAfterSavingReducer_closure, A.enableTouchEventsReducer_closure, A.customColorsReducer_closure, A.darkCustomColorsReducer_closure, A.historyReducer_closure, A.historyReducer_closure0, A.historyReducer_closure1, A.historyReducer_closure2, A.historyReducer_closure3, A.historyReducer_closure4, A.historyReducer_closure5, A.historyReducer_closure6, A.historyReducer_closure7, A.historyReducer_closure8, A.historyReducer_closure9, A.historyReducer_closure10, A.historyReducer_closure11, A.historyReducer_closure12, A.historyReducer_closure13, A.historyReducer_closure14, A.historyReducer_closure15, A.historyReducer_closure16, A.historyReducer_closure17, A.historyReducer_closure18, A.historyReducer_closure19, A.historyReducer_closure20, A.historyReducer_closure21, A.historyReducer_closure22, A.historyReducer_closure23, A.historyReducer_closure24, A.historyReducer_closure25, A.historyReducer_closure26, A.historyReducer_closure27, A.historyReducer_closure28, A.historyReducer_closure29, A.historyReducer_closure30, A.historyReducer_closure31, A.historyReducer_closure32, A.historyReducer_closure33, A.historyReducer_closure34, A.historyReducer_closure35, A.historyReducer_closure36, A.historyReducer_closure37, A.historyReducer_closure38, A.historyReducer_closure39, A.historyReducer_closure40, A.historyReducer_closure41, A.historyReducer_closure42, A.historyReducer_closure43, A.historyReducer_closure44, A.historyReducer_closure45, A.historyReducer_closure46, A.historyReducer_closure47, A.historyReducer_closure48, A.historyReducer_closure49, A.historyReducer_closure50, A.historyReducer_closure51, A.historyReducer_closure52, A.historyReducer_closure53, A.historyReducer_closure54, A.historyReducer_closure55, A.historyReducer_closure56, A.historyReducer_closure57, A.historyReducer_closure58, A.historyReducer_closure59, A.historyReducer_closure60, A.historyReducer_closure61, A.historyReducer_closure62, A.historyReducer_closure63, A.historyReducer_closure64, A.historyReducer_closure65, A.historyReducer_closure66, A.historyReducer_closure67, A.historyReducer_closure68, A.historyReducer_closure69, A.historyReducer_closure70, A.historyReducer_closure71, A.historyReducer_closure72, A.historyReducer_closure73, A.historyReducer_closure74, A.historyReducer_closure75, A.historyReducer_closure76, A.historyReducer_closure77, A.historyReducer_closure78, A.historyReducer_closure79, A.historyReducer_closure80, A.historyReducer_closure81, A.historyReducer_closure82, A.historyReducer_closure83, A.historyReducer_closure84, A.historyReducer_closure85, A.historyReducer_closure86, A.lastActivityReducer_closure, A.filterReducer_closure, A.filterReducer_closure0, A.loadingEntityTypeReducer_closure, A.loadingEntityTypeReducer_closure0, A.loadingEntityTypeReducer_closure1, A.loadingEntityTypeReducer_closure2, A.loadingEntityTypeReducer_closure3, A.loadingEntityTypeReducer_closure4, A.loadingEntityTypeReducer_closure5, A.loadingEntityTypeReducer_closure6, A.loadingEntityTypeReducer_closure7, A.loadingEntityTypeReducer_closure8, A.loadingEntityTypeReducer_closure9, A.loadingEntityTypeReducer_closure10, A.loadingEntityTypeReducer_closure11, A.loadingEntityTypeReducer_closure12, A.loadingEntityTypeReducer_closure13, A.filterClearedAtReducer_closure, A.filterClearedAtReducer_closure0, A.currentRouteReducer_closure, A.selectedCompanyIndexReducer_closure, A.previewStackReducer_closure, A.previewStackReducer_closure0, A.previewStackReducer_closure1, A.filterStackReducer_closure, A.filterStackReducer_closure0, A.filterStackReducer_closure1, A.handleUserAction_closure10, A.handleUserAction_closure12, A.handleUserAction_closure14, A.handleUserAction__closure, A.handleUserAction_closure18, A.forceSelectedReducer_closure76, A.forceSelectedReducer_closure77, A.forceSelectedReducer_closure78, A.forceSelectedReducer_closure79, A.forceSelectedReducer_closure80, A.forceSelectedReducer_closure81, A.forceSelectedReducer_closure82, A.forceSelectedReducer_closure83, A.selectedIdReducer_closure146, A.selectedIdReducer_closure147, A.selectedIdReducer_closure148, A.selectedIdReducer_closure149, A.selectedIdReducer_closure150, A.selectedIdReducer_closure151, A.selectedIdReducer_closure152, A.selectedIdReducer_closure153, A.selectedIdReducer_closure154, A.selectedIdReducer_closure155, A.selectedIdReducer_closure156, A.selectedIdReducer_closure157, A.selectedIdReducer_closure158, A.selectedIdReducer_closure159, A.selectedIdReducer_closure160, A.selectedIdReducer_closure161, A.editingReducer_closure45, A.editingReducer_closure46, A.editingReducer_closure47, A.editingReducer_closure48, A.userListReducer_closure, A.filteredUsersSelector_closure0, A.userList_closure0, A.forceSelectedReducer_closure34, A.forceSelectedReducer_closure35, A.forceSelectedReducer_closure36, A.forceSelectedReducer_closure37, A.forceSelectedReducer_closure38, A.forceSelectedReducer_closure39, A.forceSelectedReducer_closure40, A.forceSelectedReducer_closure41, A.tabIndexReducer_closure7, A.tabIndexReducer_closure8, A.saveCompleterReducer_closure0, A.cancelCompleterReducer_closure0, A.selectedIdReducer_closure65, A.selectedIdReducer_closure66, A.selectedIdReducer_closure67, A.selectedIdReducer_closure68, A.selectedIdReducer_closure69, A.selectedIdReducer_closure70, A.selectedIdReducer_closure71, A.selectedIdReducer_closure72, A.selectedIdReducer_closure73, A.selectedIdReducer_closure74, A.selectedIdReducer_closure75, A.selectedIdReducer_closure76, A.selectedIdReducer_closure77, A.selectedIdReducer_closure78, A.selectedIdReducer_closure79, A.editingReducer_closure24, A.editingReducer_closure25, A.editingReducer_closure26, A.editingReducer_closure27, A.vendorListReducer_closure, A.dropdownVendorsSelector_closure0, A.filteredVendorsSelector_closure0, A.memoizedVendorStatsForUser_closure, A.vendorStatsForUser_closure, A.forceSelectedReducer_closure117, A.forceSelectedReducer_closure118, A.forceSelectedReducer_closure119, A.forceSelectedReducer_closure120, A.forceSelectedReducer_closure121, A.forceSelectedReducer_closure122, A.forceSelectedReducer_closure123, A.forceSelectedReducer_closure124, A.selectedIdReducer_closure224, A.selectedIdReducer_closure225, A.selectedIdReducer_closure226, A.selectedIdReducer_closure227, A.selectedIdReducer_closure228, A.selectedIdReducer_closure229, A.selectedIdReducer_closure230, A.selectedIdReducer_closure231, A.selectedIdReducer_closure232, A.selectedIdReducer_closure233, A.selectedIdReducer_closure234, A.selectedIdReducer_closure235, A.selectedIdReducer_closure236, A.selectedIdReducer_closure237, A.selectedIdReducer_closure238, A.editingReducer_closure72, A.editingReducer_closure73, A.editingReducer_closure74, A.editingReducer_closure75, A.webhookListReducer_closure, A.filteredWebhooksSelector_closure0, A.FieldGrid_build_closure, A.FieldGrid_build_closure0, A._AppBottomBarState_build___closure7, A._AppBottomBarState_build___closure5, A._AppBottomBarState_build___closure, A._AppBottomBarState_build_closure, A.CustomFieldSelector_build_closure, A.ConfirmEmail_build__closure, A.ConfirmEmailBuilder_build_closure, A.MultiSelectListState_build_closure1, A.MultiSelectListState_build_closure5, A._DocumentGridState_build_closure0, A._DocumentGridState_build_closure1, A.EditScaffold_build_closure2, A._EntityListTileState_build_closure, A._EntityDropdownState__showOptions__closure0, A._EntityDropdownState_build__closure, A._EntityDropdownDialogState_build__createList_closure1, A.EntityTopFilter_build_closure5, A.EntityTopFilterHeader_build_closure3, A.AppToggleButtons_build_closure, A._CustomFieldState_build_closure0, A.ProjectPicker_build_closure, A._TimePickerState__showTimePicker_closure, A.VendorPicker_build_closure, A.HistoryDrawerBuilder_build_closure, A._InvoiceEmailViewState__buildHistory_closure, A.FilterListTile_build_closure, A.MainScreen_build_closure, A.MenuDrawerBuilder_build_closure, A._DropDownMultiSelectState_build_closure, A._DropDownMultiSelectState_build___closure4, A._SystemLogViewerState_build_closure2, A._SystemLogViewerState_build__closure0, A.AppPaginatedDataTableState_build_closure0, A.EntityDataTableSource_getRow_closure2, A._EntityListState_build__closure2, A._EntityListState_build__closure1, A._EntityListState_build___closure1, A._EntityListState_build_closure3, A._UpgradeDialogState__buildProductList_closure0, A._VariableGrid_build_closure, A._VariableGrid_build_closure0, A.ViewScaffold_build_closure5, A.InitScreen_build_closure, A.LoginScreen_build_closure, A.LoginVM_fromStore__closure6, A.LoginVM_fromStore__closure5, A.LoginVM_fromStore__closure3, A.LoginVM_fromStore__closure1, A.BankAccountListBuilder_build_closure, A.BankAccountListBuilder_build__closure, A.BankAccountScreen_build_closure13, A.BankAccountScreen_build_closure10, A.BankAccountScreenBuilder_build_closure, A._BankAccountEditState_build_closure1, A.BankAccountEditScreen_build_closure, A.BankAccountViewScreen_build_closure, A.ClientListItem_build_closure, A.ClientListItem_build__closure0, A.ClientListBuilder_build_closure, A.ClientListBuilder_build__closure, A._ClientPdfViewState_build_closure10, A._ClientPdfViewState_build_closure11, A.ClientPdfScreen_build_closure, A.ClientScreen_build_closure8, A.ClientScreen_build_closure5, A.ClientScreenBuilder_build_closure, A.ClientEditContactsScreen_build_closure, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2, A.ClientEditScreen_build_closure, A._ClientViewActivityState_build_closure0, A._ClientViewActivityState_build_closure, A.ClientViewDocuments_build_closure, A._ClientViewFullwidthState_build_closure0, A._ClientViewLedgerState_build_closure1, A._ClientViewLedgerState_build_closure0, A.ClientViewPaymentMethods_build_closure0, A.ClientViewPaymentMethods_build_closure, A.ClientViewScreen_build_closure, A._CompanyGatewayListState_build_closure0, A.CompanyGatewayListBuilder_build_closure, A.CompanyGatewayListVM_fromStore_closure0, A.CompanyGatewayScreen_build_closure8, A.CompanyGatewayScreenBuilder_build_closure, A.CompanyGatewayEditScreen_build_closure, A.CompanyGatewayViewScreen_build_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure1, A.CreditEmailScreen_build_closure, A.CreditListItem_build_closure, A.CreditListItem_build__closure0, A.CreditListBuilder_build_closure, A.CreditListBuilder_build__closure, A.CreditPdfScreen_build_closure, A.CreditScreen_build_closure16, A.CreditScreen_build_closure15, A.CreditScreen_build_closure11, A.CreditScreen_build_closure12, A.CreditScreenBuilder_build_closure, A._CreditEditState_build_closure0, A.CreditEditDetailsScreen_build_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1, A.CreditEditItemsScreen_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2, A.CreditEditNotesScreen_build_closure, A.CreditEditPDFScreen_build_closure, A.CreditEditScreen_build_closure, A.CreditViewScreen_build_closure, A.DashboardActivity_build_closure0, A.DashboardActivity_build_closure, A._DashboardDateRangePickerState_build_closure3, A._DashboardDateRangePickerState_build_closure4, A._DashboardDateRangePickerState_build_closure7, A._DashboardDateRangePickerState_build_closure8, A.DashboardPanels__header_closure, A.DashboardPanels__runningTasks__closure, A.DashboardPanels_build_closure4, A.DashboardPanels_build__closure3, A.DashboardPanels_build__closure5, A.DashboardPanels_build__closure7, A.DashboardPanels_build__closure9, A.DashboardPanels_build__closure11, A.__DashboardPanelState_build__closure0, A.__DashboardPanelState_build__closure1, A.__DashboardPanelState_build__closure, A.__DashboardPanelState_build__closure2, A.__DashboardPanelState_build__closure4, A.__DashboardPanelState_build__closure5, A.__DashboardPanelState_build__closure3, A.__DashboardPanelState_build__closure6, A.__OverviewPanelState_build__closure0, A.__OverviewPanelState_build__closure1, A.__OverviewPanelState_build__closure, A.__OverviewPanelState_build__closure2, A.__OverviewPanelState_build__closure4, A.__OverviewPanelState_build__closure5, A.__OverviewPanelState_build__closure3, A.__OverviewPanelState_build__closure6, A.__OverviewPanelState_build__closure8, A.__OverviewPanelState_build__closure9, A.__OverviewPanelState_build__closure7, A.__OverviewPanelState_build__closure10, A.__DashboardSettingsState_build_closure6, A._DashboardFieldState_build_closure, A._CustomTabBarView_build_closure, A.DashboardScreenBuilder_build_closure, A.DashboardVM_fromStore_closure1, A.InvoiceSidebar_build_closure, A.InvoiceSidebar_build_closure0, A.InvoiceSidebar_build_closure1, A.InvoiceSidebar_build_closure2, A.InvoiceSidebar_build_closure3, A.InvoiceSidebar_build_closure4, A.PaymentSidebar_build_closure, A.PaymentSidebar_build_closure0, A.PaymentSidebar_build_closure1, A.PaymentSidebar_build_closure2, A.QuoteSidebar_build_closure, A.QuoteSidebar_build_closure0, A.QuoteSidebar_build_closure1, A.QuoteSidebar_build_closure2, A.QuoteSidebar_build_closure3, A.QuoteSidebar_build_closure4, A.TaskSidebar_build_closure, A.TaskSidebar_build_closure0, A.TaskSidebar_build_closure1, A.TaskSidebar_build_closure2, A.TaskSidebar_build_closure3, A.TaskSidebar_build_closure4, A.ExpenseSidbar_build_closure, A.ExpenseSidbar_build_closure0, A.ExpenseSidbar_build_closure1, A.ExpenseSidbar_build_closure2, A.DesignListBuilder_build_closure, A.DesignListBuilder_build__closure, A.DesignScreen_build_closure8, A.DesignScreen_build_closure5, A.DesignScreenBuilder_build_closure, A.DesignEditScreen_build_closure, A.DesignViewScreen_build_closure, A.DocumentListItem_build_closure, A.DocumentListItem_build__closure0, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure0, A.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentScreen_build_closure5, A.DocumentScreen_build_closure12, A.DocumentScreenBuilder_build_closure, A.DocumentEditScreen_build_closure, A.DocumentViewScreen_build_closure, A._ExpenseEditState_build_closure0, A.ExpenseEditDetailsState_build_closure0, A.ExpenseEditDetailsState_build_closure5, A.ExpenseEditDetailsState_build_closure18, A.ExpenseEditDetailsState_build_closure21, A.ExpenseEditNotesState_build_closure, A.ExpenseEditSettingsState_build_closure2, A.ExpenseEditScreen_build_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, A.ExpenseListItem_build_closure, A.ExpenseListItem_build__closure0, A.ExpenseListBuilder_build_closure, A.ExpenseListBuilder_build__closure, A.ExpenseScreen_build_closure16, A.ExpenseScreen_build_closure15, A.ExpenseScreen_build_closure11, A.ExpenseScreen_build_closure12, A.ExpenseScreenBuilder_build_closure, A.ExpenseViewDocuments_build_closure, A.ExpenseViewScreen_build_closure, A.ExpenseCategoryEditScreen_build_closure, A.ExpenseCategoryListBuilder_build_closure, A.ExpenseCategoryListBuilder_build__closure, A.ExpenseCategoryScreen_build_closure8, A.ExpenseCategoryScreen_build_closure5, A.ExpenseCategoryScreenBuilder_build_closure, A.ExpenseCategoryViewScreen_build_closure, A.GroupEditScreen_build_closure, A.GroupListBuilder_build_closure, A.GroupListBuilder_build__closure, A.GroupSettingsScreen_build_closure4, A.GroupSettingsScreen_build_closure1, A.GroupScreenBuilder_build_closure, A._GroupViewState_build_closure0, A.GroupViewScreen_build_closure, A._InvoiceEditState_build_closure0, A.InvoiceEditContacts_build_closure, A.InvoiceEditContacts_build_closure1, A.InvoiceEditContactsScreen_build_closure, A.InvoiceEditDesktopState_build_closure9, A.InvoiceEditDesktopState_build_closure14, A.InvoiceEditDesktopState_build_closure16, A.InvoiceEditDesktopState_build_closure18, A.InvoiceEditDesktopState_build_closure27, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build_closure28, A.InvoiceEditDetailsState_build_closure7, A.InvoiceEditDetailsState_build_closure12, A.InvoiceEditDetailsState_build_closure14, A.InvoiceEditDetailsState_build_closure16, A.InvoiceEditDetailsState_build_closure27, A.InvoiceEditDetailsScreen_build_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, A._InvoiceEditItemsDesktopState_build_closure2, A._InvoiceEditItemsDesktopState_build_closure3, A._InvoiceEditItemsDesktopState_build___closure12, A.InvoiceEditItemsScreen_build_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure3, A.InvoiceEditNotesScreen_build_closure, A.InvoiceEditPDFScreen_build_closure, A.InvoiceEditScreen_build_closure, A._InvoiceItemSelectorState_build__productList_closure, A._InvoiceItemSelectorState_build__taskList_closure, A._InvoiceItemSelectorState_build__expenseList_closure, A.InvoiceEmailScreen_build_closure, A.InvoiceListItem_build_closure, A.InvoiceListItem_build__closure0, A.InvoiceListBuilder_build_closure, A.InvoiceListBuilder_build__closure, A.InvoicePdfScreen_build_closure, A.InvoiceScreen_build_closure19, A.InvoiceScreen_build_closure18, A.InvoiceScreen_build_closure14, A.InvoiceScreen_build_closure15, A.InvoiceScreenBuilder_build_closure, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, A.InvoiceViewDocuments_build_closure, A._InvoiceViewHistoryState_build_closure1, A._InvoiceViewHistoryState_build_closure2, A._InvoiceViewHistoryState_build_closure3, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, A.InvoiceViewScreen_build_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, A._PaymentEditState_build_closure7, A.PaymentEditScreen_build_closure, A.PaymentListItem_build_closure, A.PaymentListItem_build__closure0, A.PaymentListBuilder_build_closure, A.PaymentListBuilder_build__closure, A.PaymentScreen_build_closure19, A.PaymentScreen_build_closure18, A.PaymentScreen_build_closure14, A.PaymentScreen_build_closure15, A.PaymentScreenBuilder_build_closure, A._PaymentRefundState_build_closure0, A.PaymentRefundScreen_build_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure0, A.PaymentViewDocuments_build_closure, A.PaymentViewScreen_build_closure, A.PaymentTermEditScreen_build_closure, A.PaymentTermListBuilder_build_closure, A.PaymentTermListBuilder_build__closure, A.PaymentTermScreen_build_closure8, A.PaymentTermScreen_build_closure5, A.PaymentTermScreenBuilder_build_closure, A.PaymentTermViewScreen_build_closure, A.ProductEditScreen_build_closure, A.ProductListItem_build_closure, A.ProductListItem_build__closure0, A.ProductListBuilder_build_closure, A.ProductListBuilder_build__closure, A.ProductScreen_build_closure9, A.ProductScreen_build_closure6, A.ProductScreenBuilder_build_closure, A.ProductViewDocuments_build_closure, A.ProductViewScreen_build_closure, A._ProjectEditState_build__closure3, A.ProjectEditScreen_build_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure2, A.ProjectListItem_build_closure, A.ProjectListItem_build__closure0, A.ProjectListBuilder_build_closure, A.ProjectListBuilder_build__closure, A.ProjectScreen_build_closure8, A.ProjectScreen_build_closure5, A.ProjectScreenBuilder_build_closure, A.ProjectViewDocuments_build_closure, A.ProjectViewScreen_build_closure, A._PurchaseOrderEditState_build_closure0, A.PurchaseOrderEditDetailsScreen_build_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure1, A.PurchaseOrderEditItemsScreen_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2, A.PurchaseOrderEditNotesScreen_build_closure, A.PurchaseOrderEditPDFScreen_build_closure, A.PurchaseOrderEditScreen_build_closure, A.PurchaseOrderEmailScreen_build_closure, A.PurchaseOrderListItem_build_closure, A.PurchaseOrderListItem_build__closure0, A.PurchaseOrderListBuilder_build_closure, A.PurchaseOrderListBuilder_build__closure, A.PurchaseOrderPdfScreen_build_closure, A.PurchaseOrderScreen_build_closure15, A.PurchaseOrderScreen_build_closure14, A.PurchaseOrderScreen_build_closure10, A.PurchaseOrderScreen_build_closure11, A.PurchaseOrderScreenBuilder_build_closure, A.PurchaseOrderViewScreen_build_closure, A._QuoteEditState_build_closure0, A.QuoteEditDetailsScreen_build_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1, A.QuoteEditItemsScreen_build_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2, A.QuoteEditNotesScreen_build_closure, A.QuoteEditPDFScreen_build_closure, A.QuoteEditScreen_build_closure, A.QuoteEmailScreen_build_closure, A.QuoteListItem_build_closure, A.QuoteListItem_build__closure0, A.QuoteListBuilder_build_closure, A.QuoteListBuilder_build__closure, A.QuotePdfScreen_build_closure, A.QuoteScreen_build_closure17, A.QuoteScreen_build_closure16, A.QuoteScreen_build_closure12, A.QuoteScreen_build_closure13, A.QuoteScreenBuilder_build_closure, A.QuoteViewScreen_build_closure, A.RecurringExpenseEditScreen_build_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3, A.RecurringExpenseListItem_build_closure, A.RecurringExpenseListItem_build__closure0, A.RecurringExpenseListBuilder_build_closure, A.RecurringExpenseListBuilder_build__closure, A.RecurringExpenseScreen_build_closure14, A.RecurringExpenseScreen_build_closure15, A.RecurringExpenseScreen_build_closure11, A.RecurringExpenseScreen_build_closure10, A.RecurringExpenseScreenBuilder_build_closure, A.RecurringExpenseViewScreen_build_closure, A._RecurringInvoiceEditState_build_closure0, A.RecurringInvoiceEditDetailsScreen_build_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1, A.RecurringInvoiceEditItemsScreen_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2, A.RecurringInvoiceEditNotesScreen_build_closure, A.RecurringInvoiceEditPDFScreen_build_closure, A.RecurringInvoiceEditScreen_build_closure, A.RecurringInvoiceListItem_build_closure, A.RecurringInvoiceListItem_build__closure0, A.RecurringInvoiceListBuilder_build_closure, A.RecurringInvoiceListBuilder_build__closure, A.RecurringInvoicePdfScreen_build_closure, A.RecurringInvoiceScreen_build_closure14, A.RecurringInvoiceScreen_build_closure15, A.RecurringInvoiceScreen_build_closure11, A.RecurringInvoiceScreen_build_closure10, A.RecurringInvoiceScreenBuilder_build_closure, A.RecurringInvoiceViewScreen_build_closure, A.clientReport_closure1, A.contactReport_closure1, A.lineItemReport_closure13, A.creditReport_closure1, A.documentReport_closure2, A.expenseReport_closure1, A.lineItemReport_closure19, A.invoiceReport_closure0, A.invoiceReport_closure2, A.taxReport_closure0, A.paymentReport_closure1, A.paymentTaxReport_closure0, A.productReport_closure1, A.profitAndLossReport_closure0, A.lineItemReport_closure1, A.purchaseOrderReport_closure1, A.lineItemReport_closure7, A.quoteReport_closure1, A.recurringExpenseReport_closure1, A.recurringInvoiceReport_closure1, A.ReportCharts_build_closure, A.ReportCharts_build_closure1, A.ReportCharts_build_closure2, A.ReportCharts_build_closure4, A.ReportCharts_build_closure5, A.ReportCharts_build_closure7, A.ReportCharts_build_closure8, A.ReportsScreen_build_closure1, A.ReportsScreen_build_closure15, A.ReportsScreen_build_closure16, A.ReportsScreen_build_closure23, A._ReportDataTableState_initState_closure, A._ReportDataTableState_build_closure, A.TotalsDataTable_build_closure, A.ReportDataTableSource_getRow_closure, A.ReportResult_tableFilters__closure2, A.ReportResult_totalColumns_closure0, A.ReportResult_totalRows_closure, A.ReportResult_totalRows__closure0, A.ReportResult_totalRows_closure1, A.ReportsScreenBuilder_build_closure, A.ReportsScreenVM_fromStore_closure3, A.ReportsScreenVM_fromStore_closure4, A.ReportsScreenVM_fromStore_closure2, A.ReportsScreenVM_fromStore_closure, A.ReportsScreenVM_fromStore__closure4, A.calculateReportTotals_closure, A.taskItemReport_closure1, A.taskReport_closure1, A.transactionReport_closure4, A.vendorReport_closure1, A._ScheduleEditState_build__closure2, A.ScheduleEditScreen_build_closure, A.ScheduleListBuilder_build_closure, A.ScheduleListBuilder_build__closure, A.ScheduleScreen_build_closure8, A.ScheduleScreen_build_closure5, A.ScheduleScreenBuilder_build_closure, A.ScheduleViewScreen_build_closure, A._AccountOverview_build___closure0, A._AccountOverview_build___closure, A.AccountManagementScreen_build_closure, A.ClientPortalScreen_build_closure, A._CompanyDetailsState_build_closure16, A.CompanyDetailsScreen_build_closure, A.CompanyDetailsVM_fromStore_closure2, A.CreditCardsAndBanksScreen_build_closure, A.CustomFieldsScreen_build_closure, A.DataVisualizationsScreen_build_closure, A._DeviceSettingsState_build_closure9, A.DeviceSettingsScreen_build_closure, A.DeviceSettingsVM_fromStore_closure1, A.DeviceSettingsVM_fromStore_closure7, A.DeviceSettingsVM_fromStore_closure4, A.DeviceSettingsVM_fromStore_closure5, A.DeviceSettingsVM_fromStore_closure8, A.DeviceSettingsVM_fromStore_closure19, A.DeviceSettingsVM_fromStore_closure15, A.DeviceSettingsVM_fromStore_closure12, A.DeviceSettingsVM_fromStore_closure13, A.DeviceSettingsVM_fromStore_closure14, A.DeviceSettingsVM_fromStore_closure18, A.DeviceSettingsVM_fromStore_closure16, A.DeviceSettingsVM_fromStore_closure17, A.DeviceSettingsVM_fromStore_closure6, A.DeviceSettingsVM_fromStore_closure9, A.DeviceSettingsVM_fromStore_closure3, A.DeviceSettingsVM_fromStore_closure10, A.DeviceSettingsVM_fromStore_closure2, A.DeviceSettingsVM_fromStore_closure11, A.EInvoiceSettingsScreen_build_closure, A.EmailSettingsScreen_build_closure, A.ExpenseSettingsScreen_build_closure, A._GeneratedNumbersState_build_closure2, A._GeneratedNumbersState_build_closure4, A._GeneratedNumbersState_build_closure7, A._GeneratedNumbersState_build_closure8, A._GeneratedNumbersState_build_closure9, A._GeneratedNumbersState_build_closure10, A._GeneratedNumbersState_build_closure11, A._GeneratedNumbersState_build_closure12, A._GeneratedNumbersState_build_closure13, A._GeneratedNumbersState_build_closure14, A._GeneratedNumbersState_build_closure15, A._GeneratedNumbersState_build_closure16, A._GeneratedNumbersState_build_closure17, A._GeneratedNumbersState_build_closure18, A.GeneratedNumbersScreen_build_closure, A._ImportExportState_build_closure10, A._ImportExportState_build_closure11, A.__FileMapperState_build_closure4, A._FieldMapper_build_closure, A.ImportExportScreen_build_closure, A.InvoiceDesignScreen_build_closure, A.InvoiceDesignVM_fromStore_closure0, A._LocalizationSettingsState_build_closure0, A._LocalizationSettingsState_build_closure9, A.LocalizationScreen_build_closure, A.PaymentsSettingsScreen_build_closure, A.ProductSettingsScreen_build_closure, A.SettingsSearch_build_closure, A.SettingsListBuilder_build_closure, A.SettingsScreenBuilder_build_closure, A._SettingsWizardState__onSavePressed_closure, A._SettingsWizardState_build_closure6, A.TaskSettingsScreen_build_closure, A.TaxSettingsScreen_build_closure, A._TemplatesAndRemindersState_build_closure6, A.TemplatesAndRemindersScreen_build_closure, A.TemplatesAndRemindersVM_fromStore_closure1, A._UserDetailsState_build_closure14, A.UserDetailsScreen_build_closure, A.UserDetailsVM_fromStore___closure2, A.UserDetailsVM_fromStore___closure1, A.UserDetailsVM_fromStore___closure0, A.UserDetailsVM_fromStore___closure6, A.UserDetailsVM_fromStore__closure6, A.UserDetailsVM_fromStore___closure7, A.UserDetailsVM_fromStore___closure3, A.UserDetailsVM_fromStore___closure, A.UserDetailsVM_fromStore__closure4, A.UserDetailsVM_fromStore___closure4, A.UserDetailsVM_fromStore____closure0, A.WorkflowSettingsScreen_build_closure, A.SubscriptionEditScreen_build_closure, A.SubscriptionListBuilder_build_closure, A.SubscriptionListBuilder_build__closure, A.SubscriptionScreen_build_closure8, A.SubscriptionScreen_build_closure5, A.SubscriptionScreenBuilder_build_closure, A.SubscriptionViewScreen_build_closure, A._UpdateDialogState_updateApp_closure, A._TaskEditState_build_closure0, A._TaskEditDesktopState_build__closure, A._TaskEditDesktopState_build__closure1, A.TaskEditDetailsScreen_build_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1, A.TimeEditDetailsState_build_closure, A.TimeEditDetailsState_build_closure1, A.TaskEditTimesScreen_build_closure, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1, A.TaskEditScreen_build_closure, A.KanbanViewState__initBoard_closure0, A.KanbanViewState__initBoard__closure, A.KanbanViewState_build__closure5, A.KanbanViewState_build__closure, A.KanbanViewState_build__closure1, A.KanbanViewState_build___closure1, A._KanbanViewBuilderState_build_closure, A.TaskListItem_build_closure0, A.TaskListItem_build__closure0, A.TaskListBuilder_build_closure, A.TaskListBuilder_build__closure, A.TaskScreen_build_closure19, A.TaskScreen_build_closure18, A.TaskScreen_build_closure15, A.TaskScreen_build_closure14, A.TaskScreenBuilder_build_closure, A.TaskViewDocuments_build_closure, A.TaskViewScreen_build_closure, A.TaskStatusEditScreen_build_closure, A._TaskStatusListState_build_closure0, A.TaskStatusListBuilder_build_closure, A.TaskStatusListVM_fromStore_closure0, A.TaskStatusScreen_build_closure9, A.TaskStatusScreen_build_closure6, A.TaskStatusScreenBuilder_build_closure, A.TaskStatusViewScreen_build_closure, A.TaxRateEditScreen_build_closure, A.TaxRateListBuilder_build_closure, A.TaxRateListBuilder_build__closure, A.TaxRateSettingsScreen_build_closure4, A.TaxRateSettingsScreen_build_closure1, A.TaxRateScreenBuilder_build_closure, A.TaxRateViewScreen_build_closure, A.TokenEditScreen_build_closure, A.TokenEditVM_TokenEditVM$fromStore___closure, A.TokenListBuilder_build_closure, A.TokenListBuilder_build__closure, A.TokenScreen_build_closure8, A.TokenScreen_build_closure5, A.TokenScreenBuilder_build_closure, A.TokenViewScreen_build_closure, A._TransactionEditState_build__closure0, A._TransactionEditState_build__closure5, A.TransactionEditScreen_build_closure, A.TransactionEditVM_TransactionEditVM$fromStore_closure2, A.TransactionListItem_build_closure, A.TransactionListItem_build__closure0, A.TransactionListBuilder_build_closure, A.TransactionListBuilder_build__closure, A.TransactionScreen_build_closure15, A.TransactionScreen_build_closure14, A.TransactionScreen_build_closure11, A.TransactionScreenBuilder_build_closure, A._MatchDepositsState_updateInvoiceList_closure0, A._MatchDepositsState_updatePaymentList_closure0, A._MatchDepositsState_build_closure10, A._MatchDepositsState_build_closure11, A._MatchDepositsState_build_closure13, A._MatchDepositsState_build_closure12, A._MatchDepositsState_build_closure15, A._MatchDepositsState_build_closure14, A._MatchWithdrawalsState_updateCategoryList_closure0, A._MatchWithdrawalsState_updateVendorList_closure0, A._MatchWithdrawalsState_updateExpenseList_closure0, A._MatchWithdrawalsState_build_closure7, A._MatchWithdrawalsState_build_closure8, A._MatchWithdrawalsState_build_closure10, A._MatchWithdrawalsState_build_closure9, A._MatchWithdrawalsState_build_closure15, A._MatchWithdrawalsState_build_closure14, A._MatchWithdrawalsState_build_closure20, A._MatchWithdrawalsState_build_closure19, A.TransactionViewScreen_build_closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure2, A.TransactionViewVM_TransactionViewVM$fromStore_closure3, A.TransactionViewVM_TransactionViewVM$fromStore_closure0, A._TransactionRuleEditState_build__closure6, A._TransactionRuleEditState_build__closure8, A.TransactionRuleEditScreen_build_closure, A.TransactionRuleListBuilder_build_closure, A.TransactionRuleListBuilder_build__closure, A.TransactionRuleScreen_build_closure8, A.TransactionRuleScreen_build_closure5, A.TransactionRuleScreenBuilder_build_closure, A.TransactionRuleViewScreen_build_closure, A._UserEditState_build_closure2, A.UserEditScreen_build_closure, A.UserEditVM_UserEditVM$fromStore___closure, A.UserListBuilder_build_closure, A.UserListBuilder_build__closure, A.UserScreen_build_closure8, A.UserScreen_build_closure5, A.UserScreenBuilder_build_closure, A.UserViewScreen_build_closure, A.VendorEditContactsScreen_build_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2, A.VendorEditScreen_build_closure, A.VendorListItem_build_closure, A.VendorListItem_build__closure0, A.VendorListBuilder_build_closure, A.VendorListBuilder_build__closure, A.VendorScreen_build_closure8, A.VendorScreen_build_closure5, A.VendorScreenBuilder_build_closure, A._VendorViewActivityState_build_closure0, A._VendorViewActivityState_build_closure, A.VendorViewDocuments_build_closure, A._VendorViewFullwidthState_build_closure, A.VendorViewScreen_build_closure, A.WebhookEditScreen_build_closure, A.WebhookViewScreen_build_closure, A.WebhookListBuilder_build_closure, A.WebhookListBuilder_build__closure, A.WebhookScreen_build_closure8, A.WebhookScreen_build_closure5, A.WebhookScreenBuilder_build_closure, A.passwordCallback_closure1, A.passwordCallback_closure2, A._ExampleEditorState__buildImageToolbar_closure, A._darkModeStyles_closure, A._darkModeStyles_closure0, A._darkModeStyles_closure1, A.memo2_closure, A.RenderOverflowView_performFlexibleLayout_closure, A.RenderOverflowView_paint_defaultPaint, A.RenderOverflowView_hitTestChildren__closure, A.OverflowView$_all_closure, A.RenderPopover_paint_closure, A.RenderPopover_hitTestChildren_closure, A._CupertinoPopoverToolbarState__buildContent_closure, A._RenderIosPagedMenu__hitTestChild_closure, A._PopoverScaffoldState__buildPopover_closure, A._PinputState__buildPinput__closure, A._PinputState__buildFields_closure, A.__PinputState_State_RestorationMixin_dispose_closure, A.PdfPreviewCustomState__createPreview_closure, A._QrImageViewState_build_closure, A.combineReducers_closure, A.RoundedLoadingButtonState_build_closure, A.RouteObserverBreadcrumb__formatArgs_closure, A.Highlighter__collateLines_closure0, A.ReactiveModelImp__handleAsyncState_closure1, A.ImageUrlConversionReaction_react_closure0, A.LinkifyReaction__extractUpstreamWordAndLinkify_closure0, A.CaretDocumentOverlayState_doBuild_closure, A._KeyboardEditingToolbarState__buildToolbarOverlay_closure, A._KeyboardEditingToolbarState__buildToolbar_closure, A._KeyboardEditingToolbarState__buildToolbar__closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure0, A.defaultStylesheet_closure, A.defaultStylesheet_closure0, A.defaultStylesheet_closure1, A.defaultStylesheet_closure2, A.defaultStylesheet_closure3, A.defaultStylesheet_closure4, A.defaultStylesheet_closure5, A.defaultStylesheet_closure6, A.defaultStylesheet_closure7, A.defaultStylesheet_closure8, A.defaultStylesheet_closure9, A.taskStyles_closure, A.TextComponentState_build_closure, A.GroupedOverlayPortalController__visibleControllers_closure, A.AndroidControlsDocumentLayerState__buildCaret_closure, A._IosFloatingToolbarOverlayState_build_closure, A.SuperAndroidTextFieldState__buildTextField_closure, A.SuperAndroidTextFieldState__buildSelectableText_closure0, A.SuperAndroidTextFieldState__buildSelectableText_closure, A.SuperAndroidTextFieldState__buildPopoverToolbar_closure, A.SuperDesktopTextFieldState__buildSelectableText_closure0, A.SuperDesktopTextFieldState__buildSelectableText_closure, A.IOSFloatingCursor_build_closure, A.SuperIOSTextFieldState__buildTextField_closure, A.SuperIOSTextFieldState__buildSelectableText_closure0, A.SuperIOSTextFieldState__buildSelectableText_closure, A.SuperIOSTextFieldState__buildOverlayIosControls_closure, A.SuperTextState_build_closure, A.SuperTextState_build_closure0]); + _inheritMany(A.Closure2Args, [A.createDomResizeObserver_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.initializeEngineServices_closure, A.futureToPromise_closure, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure, A._computeLineBreakFragments_setBreak, A.saveForms_closure, A.HybridTextEditing__startEditing_closure0, A.CustomElementDimensionsProvider_closure, A._CastListBase_sort_closure, A.CastMap_forEach_closure, A.ConstantMap_map_closure, A.Primitives_functionNoSuchMethod_closure, A.JsLinkedHashMap_addAll_closure, A.initHooks_closure0, A._awaitOnObject_closure0, A._wrapJsFunctionForAsync_closure, A.Future_wait_handleError, A.FutureExtensions_onError_onError, A._Future__chainForeignFuture_closure0, A._Future_timeout_closure2, A.Stream_Stream$fromFuture_closure0, A._AddStreamState_makeErrorHandler_closure, A._cancelAndErrorClosure_closure, A._RootZone_bindBinaryCallback_closure, A._HashMap_addAll_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.SplayTreeSet__newSet_closure, A.SplayTreeSet__copyNode_copyChildren, A._JsonStringifier_writeMap_closure, A._JsonPrettyPrintMixin_writeMap_closure, A._BigIntImpl_hashCode_combine, A.NoSuchMethodError_toString_closure, A._Uri__makeQueryFromParameters_closure, A.Uri_splitQueryString_closure, A.Uri__parseIPv4Address_error, A.Uri_parseIPv6Address_error, A.Uri_parseIPv6Address_parseHex, A._Uri__makeQueryFromParametersDefault_writeParameter, A._Uri__makeQueryFromParametersDefault_closure, A._createTables_build, A.MidiInputMap_keys_closure, A.MidiInputMap_values_closure, A.MidiOutputMap_keys_closure, A.MidiOutputMap_values_closure, A.RtcStatsReport_keys_closure, A.RtcStatsReport_values_closure, A.Storage_keys_closure, A.Storage_values_closure, A._DataAttributeMap_forEach_closure, A._DataAttributeMap_keys_closure, A._DataAttributeMap_values_closure, A._AcceptStructuredClone_walk_closure, A._FileStream__readBlock_closure0, A._FileStream__start_onOpenFile_closure, A._FileStream__start_openFailed, A._File_readAsBytes_readSized, A.AudioParamMap_keys_closure, A.AudioParamMap_values_closure, A.AttributedSpans_copyAttributionRegion_closure1, A.AttributedSpans_copyAttributionRegion_closure6, A.BoardListState_build_closure3, A.BoardViewState_build_closure0, A.hashObjects_closure, A.BuiltListMultimap_forEach_closure, A.MapBuilder_replace_closure, A.MapBuilder_replace_closure0, A.BuiltSetMultimap_forEach_closure, A.StandardJsonPlugin__toList_closure0, A.StandardJsonPlugin__toListUsingDiscriminator_closure0, A.BaseBarRenderer_preprocessSeries__closure, A.BaseBarRenderer_update_closure0, A.BaseBarRenderer_paint_closure, A.BaseBarRenderer_paint_closure0, A.BaseBarRenderer_paint_closure1, A.BaseBarRenderer__getSegmentsForDomainValue_closure, A._ReversedSeriesIterator_closure0, A.BaseTickDrawStrategy_collides_closure, A.BaseTickDrawStrategy_measureVerticallyDrawnTicks_closure, A.BaseTickDrawStrategy_measureHorizontallyDrawnTicks_closure, A.CartesianChart_init_closure, A.CartesianChart_preprocessSeries_closure, A.CartesianChart_preprocessSeries_closure0, A.CartesianChart_preprocessSeries_closure1, A.CartesianChart_preprocessSeries_closure2, A.CartesianChart_onSkipLayout_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure0, A.BaseChart_configureSeries_closure0, A.BaseChart_preprocessSeries_closure1, A.BaseChart_onPostLayout_closure, A.LinePointHighlighter__updateViewData_closure, A._LinePointLayoutView_paint_closure, A._LinePointLayoutView_paint_closure0, A.SelectNearest__onSelect_closure, A.LayoutManagerImpl_paintOrderedViews_closure, A.LayoutManagerImpl_positionOrderedViews_closure, A.LineRenderer_update_closure0, A.LineRenderer_paint_closure, A.LineRenderer_paint_closure0, A.PointRenderer_paint_closure, A.PointRenderer_paint_closure0, A.BaseChartState_build_closure, A.BaseChartState_dispose_closure, A.TabularLegendLayout__buildTableFromRows_closure0, A.CanonicalizedMap_addAll_closure, A.CanonicalizedMap_forEach_closure, A.CanonicalizedMap_map_closure, A.FilePickerWeb__fileType_closure, A.CupertinoDynamicColor_toString_toString, A._RenderCupertinoTextSelectionToolbarShape_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_hitTestChild_closure, A.BindingBase_registerServiceExtension_closure, A.PointerRouter__dispatchEventToRoutes_closure, A.ScaleGestureRecognizer__reconfigure_closure0, A.ScaleGestureRecognizer_acceptGesture_closure0, A._PackagesViewState_licenses_closure, A._PackagesViewState_build_closure, A._PackagesViewState_build__closure, A._PackagesViewState__packagesList_closure, A._LicenseData_sortPackages_closure, A._PackageLicensePageState_build_closure, A._MasterDetailFlowState_build_closure, A._MasterDetailFlowState__nestedUI_closure, A._MasterDetailFlowState__lateralUI_closure1, A._MasterDetailFlowState__lateralUI_closure, A._MasterDetailScaffoldState_build__closure, A._DetailView_build_closure, A.MaterialApp_createMaterialHeroController_closure, A._MaterialAppState_build_closure, A._RenderInputPadding_hitTest_closure, A._RenderInputPadding_hitTest_closure0, A._DatePickerDialogState_build_closure, A.__DatePickerDialogState_State_RestorationMixin_dispose_closure, A._DropdownRoute_buildPage_closure, A._DropdownRoute_getItemOffset_closure, A._DropdownRoute_getMenuLimits_closure, A._RenderDecoration_performLayout_centerLayout, A._RenderDecoration_performLayout_baselineLayout, A._RenderDecoration_hitTestChildren_closure, A._RenderListTile_hitTestChildren_closure, A._ZoomEnterTransitionPainter_paint_closure, A._ZoomExitTransitionPainter_paint_closure, A._PopupMenu_build_closure0, A._LinearProgressIndicatorPainter_paint_drawBar, A._LinearProgressIndicatorState_build_closure, A._CircularProgressIndicatorState__buildAnimation_closure, A._RefreshProgressIndicatorState__buildAnimation_closure, A.RefreshIndicatorState_build_closure, A.ReorderableListView_closure, A._ReorderableListViewState__proxyDecorator_closure, A.ScaffoldState_build_closure, A._StandardBottomSheetState_build_closure, A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._TextFieldState_build_closure5, A._TextFieldState_build_closure6, A.__TextFieldState_State_RestorationMixin_dispose_closure, A._TextSelectionToolbarTrailingEdgeAlignRenderBox_hitTestChildren_closure, A._RenderTextSelectionToolbarItemsLayout_hitTestChildren_closure, A.ThemeData__lerpThemeExtensions_closure, A._RenderInputPadding_hitTest_closure2, A._DialPainter_paint_getOffsetForTheta, A._DialPainter_paint_paintLabels, A._TimePickerDialogState_build_closure, A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure, A.__TimePickerDialogState_State_RestorationMixin_dispose_closure, A.__TimePickerInputState_State_RestorationMixin_dispose_closure, A.__TimePickerState_State_RestorationMixin_dispose_closure, A._RenderInputPadding_hitTest_closure1, A.NetworkImage__loadAsync_closure, A.NetworkImage__loadAsync_closure2, A._CompoundBorder_dimensions_closure, A.paintImage_closure, A.ImageCache_putIfAbsent_listener, A.ImageProvider_resolve_closure, A.ImageProvider__createErrorHandlerAndKey_handleError, A.AssetImage_obtainKey_closure0, A.MultiFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure0, A.RendererBinding_initMouseTracker_closure, A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, A.RenderEditable_getRectForComposingRange_closure, A.RenderEditable_computeMinIntrinsicWidth_closure, A.RenderEditable_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicWidth_closure, A.RenderFlex_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicHeight_closure, A.RenderFlex_computeMaxIntrinsicHeight_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.PipelineOwner_flushLayout_closure, A.PipelineOwner_flushCompositingBits_closure, A.PipelineOwner_flushPaint_closure, A.PipelineOwner_flushSemantics_closure, A.RenderInlineChildrenContainerDefaults_hitTestInlineChildren_closure, A.RenderParagraph_computeMinIntrinsicWidth_closure, A.RenderParagraph_computeMaxIntrinsicWidth_closure, A.RenderPhysicalModel_paint_closure, A.RenderPhysicalShape_paint_closure, A.RenderTransform_hitTestChildren_closure, A.RenderFittedBox_hitTestChildren_closure, A.RenderFractionalTranslation_hitTestChildren_closure, A.RenderFollowerLayer_hitTestChildren_closure, A.RenderShiftedBox_hitTestChildren_closure, A.RenderIndexedStack_hitTestChildren_closure, A.RenderTable_computeDryLayout_closure, A.RenderTable_hitTestChildren_closure, A.SchedulerBinding_handleBeginFrame_closure, A._SemanticsSortGroup_sortedWithinKnot_closure, A.SemanticsOwner_sendSemanticsUpdate_closure0, A.SemanticsOwner_sendSemanticsUpdate_closure1, A.SemanticsConfiguration_absorb_closure, A.CachingAssetBundle_loadStructuredData_closure0, A._DefaultBinaryMessenger_setMessageHandler_closure, A.StandardMessageCodec_writeValue_closure0, A._debugLaunchProfilePlatformChannels_closure, A.HtmlElementViewImpl_buildImpl_closure, A._StreamBuilderBaseState__subscribe_closure1, A._FutureBuilderState__subscribe_closure0, A._DraggableScrollableSheetState_build__closure, A.EditableTextState__formatAndSetValue_closure, A.EditableTextState_build_closure, A.EditableTextState_build_closure2, A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, A._ReadingOrderSortData_sortWithDirectionality_closure, A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, A.ReadingOrderTraversalPolicy__pickNext_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand, A._FormFieldState_State_RestorationMixin_dispose_closure, A.Element_updateChildren_slotFor, A.Hero__allHeroesFor_inviteHero, A._HeroFlight__buildOverlay_closure, A.HeroController__defaultHeroFlightShuttleBuilder_closure, A._HistoryProperty_fromPrimitives_closure, A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._RenderTheaterMixin_hitTestChildren_childHitTest, A._StretchingOverscrollIndicatorState_build_closure, A._PageViewState_build_closure0, A._PlatformViewLinkState_build_closure, A.SliverReorderableListState__wrapWithSemantics_reorder, A._DragItemProxy_build_closure, A.__RestorationScopeState_State_RestorationMixin_dispose_closure, A.__RouterState_State_RestorationMixin_dispose_closure, A._ModalScopeState_build_closure, A._ModalScopeState_build__closure0, A._ModalScopeState_build___closure, A.ScrollView_build_closure, A.ListView$separated_closure, A.ListView$separated_closure0, A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure0, A.ScrollableDetails_toString_addIfNonNull, A.ShortcutManager__indexShortcuts_closure, A.CallbackShortcuts_build_closure, A.SingleChildScrollView_build_closure, A._RenderSingleChildViewport_paint_paintContents, A._RenderSingleChildViewport_hitTestChildren_closure, A.View_build_closure, A._RenderScaledInlineWidget_paint_closure, A._RenderScaledInlineWidget_hitTestChildren_closure, A.loadDateIntlDataIfNotLoaded_closure, A._StoreStreamListenerState_build_closure, A._RenderFlexEntranceTransition_hitTestChildren_closure, A.RenderStaggeredGrid__computeSize_computeCrossAxisCellCount, A.RenderFollower_hitTestChildren_closure, A.RenderFollower_paint_closure0, A.FollowerFadeOutBeyondBoundary_build_closure, A.RenderLeader_paint_closure, A.Element__addOuterHtml_closure, A.Phase_startTagHtml_closure, A.InBodyPhase_startTagBody_closure, A.formatStr_closure, A._separatingNewlines_closure, A._BaseRules_defaultRule_closure, A._CommonRules_paragraph_closure, A._CommonRules_lineBreak_closure, A._CommonRules_heading_closure, A._CommonRules_blockquote_closure, A._CommonRules_list_closure, A._CommonRules_listItem_closure, A._CommonRules_indentedCodeBlock_closure0, A._CommonRules_fencedCodeBlock_closure0, A._CommonRules_horizontalRule_closure, A._CommonRules_inlineLink_closure0, A._CommonRules_referenceLink_closure1, A._CommonRules_emphasis_closure, A._CommonRules_strong_closure, A._CommonRules_strike_closure, A._CommonRules_code_closure0, A._CommonRules_image_closure, A._TableRules_tableCell_closure, A._TableRules_tableRow_closure, A._TableRules_table_closure, A._TableRules_tableSection_closure, A._TableRules_captionSection_closure, A.BaseRequest_closure, A.mapToQuery_closure, A.MediaType_toString_closure, A.IfdContainer$from_closure, A.IfdDirectory_copy_closure, A.IfdDirectory_copy_closure0, A._$SKErrorFromJson_closure, A._$SKProductDiscountWrapperFromJson_closure, A._$SKProductDiscountWrapperFromJson_closure0, A._$SKProductWrapperFromJson_closure, A._$SKProductWrapperFromJson_closure0, A.DateFormat__fieldConstructors_closure, A.DateFormat__fieldConstructors_closure0, A.DateFormat__fieldConstructors_closure1, A._CountryPickerDialogState_initState_closure, A._CountryPickerDialogState_build__closure0, A._CountryPickerDialogState_build_closure0, A._IntlPhoneFieldState__changeCountry__closure, A.GatewayEntity_supportedEvents_closure, A.InvoiceEntity_getTaxes_calculateAmount, A.TaskEntity_getTaskTimes_closure0, A._parseError_closure, A.InvoiceNinjaAppState_build__closure124, A.lastErrorReducer_closure, A.lastErrorReducer_closure0, A.lastErrorReducer_closure1, A.lastErrorReducer_closure2, A.lastErrorReducer_closure3, A.lastErrorReducer_closure4, A.lastErrorReducer_closure5, A.lastErrorReducer_closure6, A.lastErrorReducer_closure7, A.lastErrorReducer_closure8, A.lastErrorReducer_closure9, A.lastErrorReducer_closure10, A.lastErrorReducer_closure11, A.lastErrorReducer_closure12, A.lastErrorReducer_closure13, A.lastErrorReducer_closure14, A.lastErrorReducer_closure15, A.lastErrorReducer_closure16, A.lastErrorReducer_closure17, A.lastErrorReducer_closure18, A.lastErrorReducer_closure19, A.lastErrorReducer_closure20, A.lastErrorReducer_closure21, A.lastErrorReducer_closure22, A.lastErrorReducer_closure23, A.forceSelectedReducer_closure176, A.forceSelectedReducer_closure177, A.forceSelectedReducer_closure178, A.forceSelectedReducer_closure179, A.forceSelectedReducer_closure180, A.forceSelectedReducer_closure181, A.forceSelectedReducer_closure182, A.forceSelectedReducer_closure183, A.tabIndexReducer_closure21, A.tabIndexReducer_closure22, A.selectedIdReducer_closure338, A.selectedIdReducer_closure339, A.selectedIdReducer_closure340, A.selectedIdReducer_closure341, A.selectedIdReducer_closure342, A.selectedIdReducer_closure343, A.selectedIdReducer_closure344, A.selectedIdReducer_closure345, A.selectedIdReducer_closure346, A.selectedIdReducer_closure347, A.selectedIdReducer_closure348, A.selectedIdReducer_closure349, A.selectedIdReducer_closure350, A.selectedIdReducer_closure351, A.selectedIdReducer_closure352, A.editingReducer_closure114, A.editingReducer_closure115, A.editingReducer_closure116, A.editingReducer_closure117, A.bankAccountListReducer_closure, A.dropdownBankAccountsSelector_closure0, A.filteredBankAccountsSelector_closure0, A.handleClientAction__closure, A.__MergClientPickerState_build__closure, A.forceSelectedReducer_closure218, A.forceSelectedReducer_closure219, A.forceSelectedReducer_closure220, A.forceSelectedReducer_closure221, A.forceSelectedReducer_closure222, A.forceSelectedReducer_closure223, A.forceSelectedReducer_closure224, A.forceSelectedReducer_closure225, A.tabIndexReducer_closure31, A.tabIndexReducer_closure32, A.saveCompleterReducer_closure2, A.cancelCompleterReducer_closure2, A.editingContactReducer_closure, A.editingContactReducer_closure0, A.selectedIdReducer_closure418, A.selectedIdReducer_closure419, A.selectedIdReducer_closure420, A.selectedIdReducer_closure421, A.selectedIdReducer_closure422, A.selectedIdReducer_closure423, A.selectedIdReducer_closure424, A.selectedIdReducer_closure425, A.selectedIdReducer_closure426, A.selectedIdReducer_closure427, A.selectedIdReducer_closure428, A.selectedIdReducer_closure429, A.selectedIdReducer_closure430, A.selectedIdReducer_closure431, A.selectedIdReducer_closure432, A.selectedIdReducer_closure433, A.selectedIdReducer_closure434, A.editingReducer_closure141, A.editingReducer_closure142, A.editingReducer_closure143, A.editingReducer_closure144, A.editingReducer_closure145, A.editingReducer_closure146, A.editingReducer_closure147, A.editingReducer_closure148, A.editingReducer_closure149, A.editingReducer_closure150, A.editingReducer_closure151, A.editingReducer_closure152, A.editingReducer_closure153, A.editingReducer_closure154, A.clientListReducer_closure, A.dropdownClientsSelector_closure0, A.memoizedClientStatsForUser_closure, A.clientStatsForUser_closure, A.filteredClientsSelector_closure0, A.userCompanyEntityReducer_closure, A.userCompanyEntityReducer_closure0, A.userCompanyEntityReducer_closure1, A.userCompanyEntityReducer_closure2, A.userCompanyEntityReducer_closure3, A.userCompanyEntityReducer_closure4, A.userCompanyEntityReducer_closure5, A.userCompanyEntityReducer_closure6, A.userCompanyEntityReducer_closure7, A.userCompanyEntityReducer_closure8, A.userCompanyEntityReducer_closure9, A.userCompanyEntityReducer_closure10, A.lastUpdatedReducer_closure, A.lastUpdatedReducer_closure0, A.memoizedDropdownExpenseCategoriesList_closure, A.dropdownExpenseCategoriesSelector_closure2, A.getCurrencyIds_closure, A.memoizedFilteredSelector_closure, A.filteredSelector_closure13, A.handleCompanyGatewayAction__closure, A.forceSelectedReducer_closure64, A.forceSelectedReducer_closure65, A.forceSelectedReducer_closure66, A.forceSelectedReducer_closure67, A.forceSelectedReducer_closure68, A.forceSelectedReducer_closure69, A.forceSelectedReducer_closure70, A.forceSelectedReducer_closure71, A.selectedIdReducer_closure121, A.selectedIdReducer_closure122, A.selectedIdReducer_closure123, A.selectedIdReducer_closure124, A.selectedIdReducer_closure125, A.selectedIdReducer_closure126, A.selectedIdReducer_closure127, A.selectedIdReducer_closure128, A.selectedIdReducer_closure129, A.selectedIdReducer_closure130, A.selectedIdReducer_closure131, A.selectedIdReducer_closure132, A.selectedIdReducer_closure133, A.selectedIdReducer_closure134, A.selectedIdReducer_closure135, A.editingReducer_closure37, A.editingReducer_closure38, A.editingReducer_closure39, A.editingReducer_closure40, A.companyGatewayListReducer_closure, A.memoizedCalculateCompanyGatewayProcessed_closure, A.calculateCompanyGatewayProcessed_closure, A.memoizedClientStatsForCompanyGateway_closure, A.clientStatsForCompanyGateway_closure, A.memoizedPaymentStatsForCompanyGateway_closure, A.paymentStatsForCompanyGateway_closure, A.getUnconnectedStripeAccount_closure, A.forceSelectedReducer_closure84, A.forceSelectedReducer_closure85, A.forceSelectedReducer_closure86, A.forceSelectedReducer_closure87, A.forceSelectedReducer_closure88, A.forceSelectedReducer_closure89, A.forceSelectedReducer_closure90, A.forceSelectedReducer_closure91, A.forceSelectedReducer_closure92, A.tabIndexReducer_closure11, A.tabIndexReducer_closure12, A.historyActivityIdReducer_closure0, A.editingItemReducer_closure1, A.editingItemReducer_closure2, A.selectedIdReducer_closure162, A.selectedIdReducer_closure163, A.selectedIdReducer_closure164, A.selectedIdReducer_closure165, A.selectedIdReducer_closure166, A.selectedIdReducer_closure167, A.selectedIdReducer_closure168, A.selectedIdReducer_closure169, A.selectedIdReducer_closure170, A.selectedIdReducer_closure171, A.selectedIdReducer_closure172, A.selectedIdReducer_closure173, A.selectedIdReducer_closure174, A.selectedIdReducer_closure175, A.selectedIdReducer_closure176, A.selectedIdReducer_closure177, A.selectedIdReducer_closure178, A.selectedIdReducer_closure179, A.selectedIdReducer_closure180, A.editingReducer_closure49, A.editingReducer_closure50, A.editingReducer_closure51, A.editingReducer_closure52, A.editingReducer_closure53, A.editingReducer_closure54, A.editingReducer_closure55, A.editingReducer_closure56, A.editingReducer_closure57, A.editingReducer_closure58, A.editingReducer_closure59, A.creditListReducer_closure, A._purgeClientSuccess__closure5, A.dropdownCreditSelector_closure0, A.filteredCreditsSelector_closure, A.filteredCreditsSelector_closure1, A.memoizedCreditStatsForDesign_closure, A.creditStatsForDesign_closure, A.memoizedCreditStatsForClient_closure, A.creditStatsForClient_closure, A.memoizedCreditStatsForUser_closure, A.creditStatsForUser_closure, A.selectedEntitiesReducer_closure, A.selectedEntitiesReducer_closure0, A.selectedEntityTypeReducer_closure, A.showSidebarReducer_closure, A._chartInvoices_closure, A.chartQuotes_closure, A.chartPayments_closure, A.chartTasks_closure, A.chartTasks___closure, A.chartExpenses_closure, A.memoizedRunningTasks_closure0, A.runningTasks_closure, A.memoizedUpcomingInvoices_closure, A._upcomingInvoices_closure, A._upcomingInvoices_closure0, A.memoizedPastDueInvoices_closure, A._pastDueInvoices_closure, A._pastDueInvoices_closure0, A.memoizedRecentPayments_closure, A._recentPayments_closure, A._recentPayments_closure0, A.memoizedUpcomingQuotes_closure, A._upcomingQuotes_closure, A._upcomingQuotes_closure0, A.memoizedExpiredQuotes_closure, A._expiredQuotes_closure, A._expiredQuotes_closure0, A.memoizedRunningTasks_closure, A._runningTasks_closure, A._runningTasks_closure0, A.memoizedRecentTasks_closure, A._recentTasks_closure, A._recentTasks_closure0, A.memoizedRecentExpenses_closure, A._recentExpenses_closure, A._recentExpenses_closure0, A.forceSelectedReducer_closure93, A.forceSelectedReducer_closure94, A.forceSelectedReducer_closure95, A.forceSelectedReducer_closure96, A.forceSelectedReducer_closure97, A.forceSelectedReducer_closure98, A.forceSelectedReducer_closure99, A.forceSelectedReducer_closure100, A.selectedIdReducer_closure181, A.selectedIdReducer_closure182, A.selectedIdReducer_closure183, A.selectedIdReducer_closure184, A.selectedIdReducer_closure185, A.selectedIdReducer_closure186, A.selectedIdReducer_closure187, A.selectedIdReducer_closure188, A.selectedIdReducer_closure189, A.selectedIdReducer_closure190, A.selectedIdReducer_closure191, A.selectedIdReducer_closure192, A.selectedIdReducer_closure193, A.selectedIdReducer_closure194, A.editingReducer_closure60, A.editingReducer_closure61, A.editingReducer_closure62, A.editingReducer_closure63, A.designListReducer_closure, A.filteredDesignsSelector_closure0, A.handleDocumentAction__closure, A.forceSelectedReducer_closure51, A.forceSelectedReducer_closure52, A.forceSelectedReducer_closure53, A.forceSelectedReducer_closure54, A.forceSelectedReducer_closure55, A.forceSelectedReducer_closure56, A.forceSelectedReducer_closure57, A.forceSelectedReducer_closure58, A.forceSelectedReducer_closure59, A.selectedIdReducer_closure95, A.selectedIdReducer_closure96, A.selectedIdReducer_closure97, A.selectedIdReducer_closure98, A.selectedIdReducer_closure99, A.selectedIdReducer_closure100, A.selectedIdReducer_closure101, A.selectedIdReducer_closure102, A.selectedIdReducer_closure103, A.selectedIdReducer_closure104, A.selectedIdReducer_closure105, A.selectedIdReducer_closure106, A.selectedIdReducer_closure107, A.selectedIdReducer_closure108, A.editingReducer_closure32, A.documentListReducer_closure, A.filteredDocumentsSelector_closure0, A.forceSelectedReducer_closure42, A.forceSelectedReducer_closure43, A.forceSelectedReducer_closure44, A.forceSelectedReducer_closure45, A.forceSelectedReducer_closure46, A.forceSelectedReducer_closure47, A.forceSelectedReducer_closure48, A.forceSelectedReducer_closure49, A.forceSelectedReducer_closure50, A.tabIndexReducer_closure9, A.tabIndexReducer_closure10, A.selectedIdReducer_closure80, A.selectedIdReducer_closure81, A.selectedIdReducer_closure82, A.selectedIdReducer_closure83, A.selectedIdReducer_closure84, A.selectedIdReducer_closure85, A.selectedIdReducer_closure86, A.selectedIdReducer_closure87, A.selectedIdReducer_closure88, A.selectedIdReducer_closure89, A.selectedIdReducer_closure90, A.selectedIdReducer_closure91, A.selectedIdReducer_closure92, A.selectedIdReducer_closure93, A.selectedIdReducer_closure94, A.editingReducer_closure28, A.editingReducer_closure29, A.editingReducer_closure30, A.editingReducer_closure31, A.expenseListReducer_closure, A._purgeClientSuccess__closure13, A.memoizedExpensePurchaseOrderSelector_closure, A.expensePurchaseOrderSelector_closure, A.filteredExpensesSelector_closure0, A.memoizedExpenseStatsForVendor_closure, A.expenseStatsForVendor_closure, A.memoizedExpenseStatsForClient_closure, A.expenseStatsForClient_closure, A.memoizedClientExpenseList_closure, A.clientExpenseList_closure0, A.memoizedExpenseStatsForProject_closure, A.expenseStatsForProject_closure, A.memoizedExpenseStatsForUser_closure, A.expenseStatsForUser_closure, A.saveCompleterReducer_closure1, A.cancelCompleterReducer_closure1, A.forceSelectedReducer_closure134, A.forceSelectedReducer_closure135, A.forceSelectedReducer_closure136, A.forceSelectedReducer_closure137, A.forceSelectedReducer_closure138, A.forceSelectedReducer_closure139, A.forceSelectedReducer_closure140, A.forceSelectedReducer_closure141, A.selectedIdReducer_closure258, A.selectedIdReducer_closure259, A.selectedIdReducer_closure260, A.selectedIdReducer_closure261, A.selectedIdReducer_closure262, A.selectedIdReducer_closure263, A.selectedIdReducer_closure264, A.selectedIdReducer_closure265, A.selectedIdReducer_closure266, A.selectedIdReducer_closure267, A.selectedIdReducer_closure268, A.selectedIdReducer_closure269, A.selectedIdReducer_closure270, A.selectedIdReducer_closure271, A.selectedIdReducer_closure272, A.editingReducer_closure87, A.editingReducer_closure88, A.editingReducer_closure89, A.editingReducer_closure90, A.expenseCategoryListReducer_closure, A.dropdownExpenseCategoriesSelector_closure0, A.filteredExpenseCategoriesSelector_closure0, A.memoizedCalculateExpenseCategoryAmount_closure, A.calculateExpenseCategoryAmount_closure, A.memoizedExpenseStatsForExpenseCategory_closure, A.expenseStatsForExpenseCategory_closure, A.memoizedTransactionStatsForExpenseCategory_closure, A.transactionStatsForExpenseCategory_closure, A.forceSelectedReducer_closure60, A.forceSelectedReducer_closure61, A.forceSelectedReducer_closure62, A.forceSelectedReducer_closure63, A.selectedIdReducer_closure109, A.selectedIdReducer_closure110, A.selectedIdReducer_closure111, A.selectedIdReducer_closure112, A.selectedIdReducer_closure113, A.selectedIdReducer_closure114, A.selectedIdReducer_closure115, A.selectedIdReducer_closure116, A.selectedIdReducer_closure117, A.selectedIdReducer_closure118, A.selectedIdReducer_closure119, A.selectedIdReducer_closure120, A.editingReducer_closure33, A.editingReducer_closure34, A.editingReducer_closure35, A.editingReducer_closure36, A.groupListReducer_closure, A.filteredGroupsSelector_closure0, A.memoizedClientStatsForGroup_closure, A.clientStatsForGroup_closure, A.forceSelectedReducer_closure209, A.forceSelectedReducer_closure210, A.forceSelectedReducer_closure211, A.forceSelectedReducer_closure212, A.forceSelectedReducer_closure213, A.forceSelectedReducer_closure214, A.forceSelectedReducer_closure215, A.forceSelectedReducer_closure216, A.forceSelectedReducer_closure217, A.tabIndexReducer_closure29, A.tabIndexReducer_closure30, A.historyActivityIdReducer_closure3, A.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, A.selectedIdReducer_closure399, A.selectedIdReducer_closure400, A.selectedIdReducer_closure401, A.selectedIdReducer_closure402, A.selectedIdReducer_closure403, A.selectedIdReducer_closure404, A.selectedIdReducer_closure405, A.selectedIdReducer_closure406, A.selectedIdReducer_closure407, A.selectedIdReducer_closure408, A.selectedIdReducer_closure409, A.selectedIdReducer_closure410, A.selectedIdReducer_closure411, A.selectedIdReducer_closure412, A.selectedIdReducer_closure413, A.selectedIdReducer_closure414, A.selectedIdReducer_closure415, A.selectedIdReducer_closure416, A.selectedIdReducer_closure417, A.editingReducer_closure130, A.editingReducer_closure131, A.editingReducer_closure132, A.editingReducer_closure133, A.editingReducer_closure134, A.editingReducer_closure135, A.editingReducer_closure136, A.editingReducer_closure137, A.editingReducer_closure138, A.editingReducer_closure139, A.editingReducer_closure140, A.invoiceListReducer_closure, A._purgeClientSuccess__closure15, A.memoizedHasActiveUnpaidInvoices_closure, A.memoizedInvoiceQuoteSelector_closure, A.invoiceQuoteSelector_closure, A.dropdownInvoiceSelector_closure0, A.filteredInvoicesSelector_closure, A.filteredInvoicesSelector_closure1, A.memoizedInvoiceStatsForClient_closure, A.invoiceStatsForClient_closure, A.memoizedInvoiceStatsForDesign_closure, A.invoiceStatsForDesign_closure, A.memoizedInvoiceStatsForSubscription_closure, A.invoiceStatsForSubscription_closure, A.memoizedInvoiceStatsForProject_closure, A.invoiceStatsForProject_closure, A.memoizedQuoteStatsForProject_closure, A.quoteStatsForProject_closure, A.memoizedInvoiceStatsForUser_closure, A.invoiceStatsForUser_closure, A.forceSelectedReducer_closure8, A.forceSelectedReducer_closure9, A.forceSelectedReducer_closure10, A.forceSelectedReducer_closure11, A.forceSelectedReducer_closure12, A.forceSelectedReducer_closure13, A.forceSelectedReducer_closure14, A.forceSelectedReducer_closure15, A.forceSelectedReducer_closure16, A.tabIndexReducer_closure1, A.tabIndexReducer_closure2, A.selectedIdReducer_closure18, A.selectedIdReducer_closure19, A.selectedIdReducer_closure20, A.selectedIdReducer_closure21, A.selectedIdReducer_closure22, A.selectedIdReducer_closure23, A.selectedIdReducer_closure24, A.selectedIdReducer_closure25, A.selectedIdReducer_closure26, A.selectedIdReducer_closure27, A.selectedIdReducer_closure28, A.selectedIdReducer_closure29, A.selectedIdReducer_closure30, A.selectedIdReducer_closure31, A.selectedIdReducer_closure32, A.selectedIdReducer_closure33, A.selectedIdReducer_closure34, A.editingReducer_closure10, A.editingReducer_closure11, A.editingReducer_closure12, A.editingReducer_closure13, A.paymentListReducer_closure, A._purgeClientSuccess__closure1, A.filteredPaymentsSelector_closure0, A.paymentStatsForClient_closure, A.forceSelectedReducer_closure101, A.forceSelectedReducer_closure102, A.forceSelectedReducer_closure103, A.forceSelectedReducer_closure104, A.forceSelectedReducer_closure105, A.forceSelectedReducer_closure106, A.forceSelectedReducer_closure107, A.forceSelectedReducer_closure108, A.selectedIdReducer_closure195, A.selectedIdReducer_closure196, A.selectedIdReducer_closure197, A.selectedIdReducer_closure198, A.selectedIdReducer_closure199, A.selectedIdReducer_closure200, A.selectedIdReducer_closure201, A.selectedIdReducer_closure202, A.selectedIdReducer_closure203, A.selectedIdReducer_closure204, A.selectedIdReducer_closure205, A.selectedIdReducer_closure206, A.selectedIdReducer_closure207, A.selectedIdReducer_closure208, A.editingReducer_closure64, A.editingReducer_closure65, A.editingReducer_closure66, A.editingReducer_closure67, A.paymentTermListReducer_closure, A.memoizedDropdownPaymentTermList_closure, A.dropdownPaymentTermsSelector_closure0, A.filteredPaymentTermsSelector_closure0, A.forceSelectedReducer_closure226, A.forceSelectedReducer_closure227, A.forceSelectedReducer_closure228, A.forceSelectedReducer_closure229, A.forceSelectedReducer_closure230, A.forceSelectedReducer_closure231, A.forceSelectedReducer_closure232, A.forceSelectedReducer_closure233, A.tabIndexReducer_closure33, A.tabIndexReducer_closure34, A.editingReducer_closure155, A.editingReducer_closure156, A.editingReducer_closure157, A.editingReducer_closure158, A.selectedIdReducer_closure435, A.selectedIdReducer_closure436, A.selectedIdReducer_closure437, A.selectedIdReducer_closure438, A.selectedIdReducer_closure439, A.selectedIdReducer_closure440, A.selectedIdReducer_closure441, A.selectedIdReducer_closure442, A.selectedIdReducer_closure443, A.selectedIdReducer_closure444, A.selectedIdReducer_closure445, A.selectedIdReducer_closure446, A.selectedIdReducer_closure447, A.selectedIdReducer_closure448, A.productListReducer_closure, A.dropdownProductsSelector_closure0, A.productList_closure0, A.filteredProductsSelector_closure0, A.forceSelectedReducer_closure17, A.forceSelectedReducer_closure18, A.forceSelectedReducer_closure19, A.forceSelectedReducer_closure20, A.forceSelectedReducer_closure21, A.forceSelectedReducer_closure22, A.forceSelectedReducer_closure23, A.forceSelectedReducer_closure24, A.tabIndexReducer_closure3, A.tabIndexReducer_closure4, A.saveCompleterReducer_closure, A.cancelCompleterReducer_closure, A.selectedIdReducer_closure35, A.selectedIdReducer_closure36, A.selectedIdReducer_closure37, A.selectedIdReducer_closure38, A.selectedIdReducer_closure39, A.selectedIdReducer_closure40, A.selectedIdReducer_closure41, A.selectedIdReducer_closure42, A.selectedIdReducer_closure43, A.selectedIdReducer_closure44, A.selectedIdReducer_closure45, A.selectedIdReducer_closure46, A.selectedIdReducer_closure47, A.selectedIdReducer_closure48, A.selectedIdReducer_closure49, A.editingReducer_closure14, A.editingReducer_closure15, A.editingReducer_closure16, A.editingReducer_closure17, A.projectListReducer_closure, A._purgeClientSuccess__closure3, A.convertProjectToInvoiceItem_closure, A.convertProjectToInvoiceItem_closure0, A.convertProjectToInvoiceItem_closure1, A.convertProjectToInvoiceItem_closure2, A.dropdownProjectsSelector_closure0, A.filteredProjectsSelector_closure0, A.taskDurationForProject_closure, A.memoizedProjectStatsForClient_closure, A.projectStatsForClient_closure, A.memoizedProjectStatsForUser_closure, A.forceSelectedReducer_closure167, A.forceSelectedReducer_closure168, A.forceSelectedReducer_closure169, A.forceSelectedReducer_closure170, A.forceSelectedReducer_closure171, A.forceSelectedReducer_closure172, A.forceSelectedReducer_closure173, A.forceSelectedReducer_closure174, A.forceSelectedReducer_closure175, A.tabIndexReducer_closure19, A.tabIndexReducer_closure20, A.historyActivityIdReducer_closure2, A.editingItemReducer_closure3, A.editingItemReducer_closure4, A.selectedIdReducer_closure319, A.selectedIdReducer_closure320, A.selectedIdReducer_closure321, A.selectedIdReducer_closure322, A.selectedIdReducer_closure323, A.selectedIdReducer_closure324, A.selectedIdReducer_closure325, A.selectedIdReducer_closure326, A.selectedIdReducer_closure327, A.selectedIdReducer_closure328, A.selectedIdReducer_closure329, A.selectedIdReducer_closure330, A.selectedIdReducer_closure331, A.selectedIdReducer_closure332, A.selectedIdReducer_closure333, A.selectedIdReducer_closure334, A.selectedIdReducer_closure335, A.selectedIdReducer_closure336, A.selectedIdReducer_closure337, A.editingReducer_closure103, A.editingReducer_closure104, A.editingReducer_closure105, A.editingReducer_closure106, A.editingReducer_closure107, A.editingReducer_closure108, A.editingReducer_closure109, A.editingReducer_closure110, A.editingReducer_closure111, A.editingReducer_closure112, A.editingReducer_closure113, A.purchaseOrderListReducer_closure, A.dropdownPurchaseOrdersSelector_closure0, A.filteredPurchaseOrdersSelector_closure0, A.memoizedPurchaseOrderStatsForVendor_closure, A.purchaseOrderStatsForVendor_closure, A.forceSelectedReducer_closure, A.forceSelectedReducer_closure0, A.forceSelectedReducer_closure1, A.forceSelectedReducer_closure2, A.forceSelectedReducer_closure3, A.forceSelectedReducer_closure4, A.forceSelectedReducer_closure5, A.forceSelectedReducer_closure6, A.forceSelectedReducer_closure7, A.tabIndexReducer_closure, A.tabIndexReducer_closure0, A.historyActivityIdReducer_closure, A.editingItemReducer_closure, A.editingItemReducer_closure0, A.selectedIdReducer_closure, A.selectedIdReducer_closure0, A.selectedIdReducer_closure1, A.selectedIdReducer_closure2, A.selectedIdReducer_closure3, A.selectedIdReducer_closure4, A.selectedIdReducer_closure5, A.selectedIdReducer_closure6, A.selectedIdReducer_closure7, A.selectedIdReducer_closure8, A.selectedIdReducer_closure9, A.selectedIdReducer_closure10, A.selectedIdReducer_closure11, A.selectedIdReducer_closure12, A.selectedIdReducer_closure13, A.selectedIdReducer_closure14, A.selectedIdReducer_closure15, A.selectedIdReducer_closure16, A.selectedIdReducer_closure17, A.editingReducer_closure, A.editingReducer_closure0, A.editingReducer_closure1, A.editingReducer_closure2, A.editingReducer_closure3, A.editingReducer_closure4, A.editingReducer_closure5, A.editingReducer_closure6, A.editingReducer_closure7, A.editingReducer_closure8, A.editingReducer_closure9, A.quoteListReducer_closure, A._purgeClientSuccess__closure, A.dropdownQuoteSelector_closure0, A.filteredQuotesSelector_closure0, A.memoizedQuoteStatsForClient_closure, A.quoteStatsForClient_closure, A.memoizedQuoteStatsForDesign_closure, A.quoteStatsForDesign_closure, A.memoizedQuoteStatsForUser_closure, A.quoteStatsForUser_closure, A.forceSelectedReducer_closure158, A.forceSelectedReducer_closure159, A.forceSelectedReducer_closure160, A.forceSelectedReducer_closure161, A.forceSelectedReducer_closure162, A.forceSelectedReducer_closure163, A.forceSelectedReducer_closure164, A.forceSelectedReducer_closure165, A.forceSelectedReducer_closure166, A.tabIndexReducer_closure17, A.tabIndexReducer_closure18, A.selectedIdReducer_closure303, A.selectedIdReducer_closure304, A.selectedIdReducer_closure305, A.selectedIdReducer_closure306, A.selectedIdReducer_closure307, A.selectedIdReducer_closure308, A.selectedIdReducer_closure309, A.selectedIdReducer_closure310, A.selectedIdReducer_closure311, A.selectedIdReducer_closure312, A.selectedIdReducer_closure313, A.selectedIdReducer_closure314, A.selectedIdReducer_closure315, A.selectedIdReducer_closure316, A.selectedIdReducer_closure317, A.selectedIdReducer_closure318, A.editingReducer_closure99, A.editingReducer_closure100, A.editingReducer_closure101, A.editingReducer_closure102, A.recurringExpenseListReducer_closure, A._purgeClientSuccess__closure9, A.filteredRecurringExpensesSelector_closure0, A.memoizedRecurringExpenseStatsForClient_closure, A.recurringExpenseStatsForClient_closure, A.memoizedRecurringExpenseStatsForVendor_closure, A.recurringExpenseStatsForVendor_closure, A.memoizedTransactionStatsForVendor_closure, A.transactionStatsForVendor_closure, A.memoizedRecurringExpenseStatsForUser_closure, A.recurringExpenseStatsForUser_closure, A.memoizedRecurringExpenseStatsForExpense_closure, A.recurringExpenseStatsForExpense_closure, A.forceSelectedReducer_closure125, A.forceSelectedReducer_closure126, A.forceSelectedReducer_closure127, A.forceSelectedReducer_closure128, A.forceSelectedReducer_closure129, A.forceSelectedReducer_closure130, A.forceSelectedReducer_closure131, A.forceSelectedReducer_closure132, A.forceSelectedReducer_closure133, A.tabIndexReducer_closure13, A.tabIndexReducer_closure14, A.historyActivityIdReducer_closure1, A.editingItemIndexReducer_closure, A.editingItemIndexReducer_closure0, A.selectedIdReducer_closure239, A.selectedIdReducer_closure240, A.selectedIdReducer_closure241, A.selectedIdReducer_closure242, A.selectedIdReducer_closure243, A.selectedIdReducer_closure244, A.selectedIdReducer_closure245, A.selectedIdReducer_closure246, A.selectedIdReducer_closure247, A.selectedIdReducer_closure248, A.selectedIdReducer_closure249, A.selectedIdReducer_closure250, A.selectedIdReducer_closure251, A.selectedIdReducer_closure252, A.selectedIdReducer_closure253, A.selectedIdReducer_closure254, A.selectedIdReducer_closure255, A.selectedIdReducer_closure256, A.selectedIdReducer_closure257, A.editingReducer_closure76, A.editingReducer_closure77, A.editingReducer_closure78, A.editingReducer_closure79, A.editingReducer_closure80, A.editingReducer_closure81, A.editingReducer_closure82, A.editingReducer_closure83, A.editingReducer_closure84, A.editingReducer_closure85, A.editingReducer_closure86, A.recurringInvoiceListReducer_closure, A._purgeClientSuccess__closure7, A.filteredRecurringInvoicesSelector_closure0, A.memoizedRecurringInvoiceStatsForClient_closure, A.recurringInvoiceStatsForClient_closure, A.memoizedRecurringInvoiceStatsForUser_closure, A.recurringInvoiceStatsForUser_closure, A.memoizedRecurringInvoiceStatsForInvoice_closure, A.recurringInvoiceStatsForInvoice_closure, A.memoizedRecurringInvoiceStatsForDesign_closure, A.recurringInvoiceStatsForDesign_closure, A.memoizedRecurringInvoiceStatsForSubscription_closure, A.recurringInvoiceStatsForSubscription_closure, A.forceSelectedReducer_closure201, A.forceSelectedReducer_closure202, A.forceSelectedReducer_closure203, A.forceSelectedReducer_closure204, A.forceSelectedReducer_closure205, A.forceSelectedReducer_closure206, A.forceSelectedReducer_closure207, A.forceSelectedReducer_closure208, A.tabIndexReducer_closure27, A.tabIndexReducer_closure28, A.selectedIdReducer_closure384, A.selectedIdReducer_closure385, A.selectedIdReducer_closure386, A.selectedIdReducer_closure387, A.selectedIdReducer_closure388, A.selectedIdReducer_closure389, A.selectedIdReducer_closure390, A.selectedIdReducer_closure391, A.selectedIdReducer_closure392, A.selectedIdReducer_closure393, A.selectedIdReducer_closure394, A.selectedIdReducer_closure395, A.selectedIdReducer_closure396, A.selectedIdReducer_closure397, A.selectedIdReducer_closure398, A.editingReducer_closure126, A.editingReducer_closure127, A.editingReducer_closure128, A.editingReducer_closure129, A.scheduleListReducer_closure, A.filteredSchedulesSelector_closure0, A.settingsUIReducer_closure, A.settingsUIReducer_closure0, A.settingsUIReducer_closure1, A.settingsUIReducer_closure2, A.settingsUIReducer_closure3, A.settingsUIReducer_closure4, A.settingsUIReducer_closure5, A.settingsUIReducer_closure6, A.settingsUIReducer_closure7, A.settingsUIReducer_closure8, A.settingsUIReducer_closure9, A.settingsUIReducer_closure10, A.settingsUIReducer_closure11, A.settingsUIReducer_closure12, A.settingsUIReducer_closure13, A.settingsUIReducer_closure14, A.settingsUIReducer_closure15, A.settingsUIReducer_closure16, A.settingsUIReducer_closure17, A.settingsUIReducer_closure18, A.countryList_closure, A.groupList_closure0, A.languageList_closure, A.currencyList_closure, A.timezoneList_closure, A.dateFormatList_closure, A.industryList_closure, A.sizeList_closure, A.memoizedGatewayList_closure, A.gatewayList_closure0, A.paymentTypeList_closure, A.forceSelectedReducer_closure150, A.forceSelectedReducer_closure151, A.forceSelectedReducer_closure152, A.forceSelectedReducer_closure153, A.forceSelectedReducer_closure154, A.forceSelectedReducer_closure155, A.forceSelectedReducer_closure156, A.forceSelectedReducer_closure157, A.tabIndexReducer_closure15, A.tabIndexReducer_closure16, A.selectedIdReducer_closure288, A.selectedIdReducer_closure289, A.selectedIdReducer_closure290, A.selectedIdReducer_closure291, A.selectedIdReducer_closure292, A.selectedIdReducer_closure293, A.selectedIdReducer_closure294, A.selectedIdReducer_closure295, A.selectedIdReducer_closure296, A.selectedIdReducer_closure297, A.selectedIdReducer_closure298, A.selectedIdReducer_closure299, A.selectedIdReducer_closure300, A.selectedIdReducer_closure301, A.selectedIdReducer_closure302, A.editingReducer_closure95, A.editingReducer_closure96, A.editingReducer_closure97, A.editingReducer_closure98, A.subscriptionListReducer_closure, A.filteredSubscriptionsSelector_closure0, A.handleTaskAction_closure1, A.forceSelectedReducer_closure25, A.forceSelectedReducer_closure26, A.forceSelectedReducer_closure27, A.forceSelectedReducer_closure28, A.forceSelectedReducer_closure29, A.forceSelectedReducer_closure30, A.forceSelectedReducer_closure31, A.forceSelectedReducer_closure32, A.forceSelectedReducer_closure33, A.tabIndexReducer_closure5, A.tabIndexReducer_closure6, A.kanbanLastUpdatedReducer_closure, A.editingTimeReducer_closure, A.editingTimeReducer_closure0, A.selectedIdReducer_closure50, A.selectedIdReducer_closure51, A.selectedIdReducer_closure52, A.selectedIdReducer_closure53, A.selectedIdReducer_closure54, A.selectedIdReducer_closure55, A.selectedIdReducer_closure56, A.selectedIdReducer_closure57, A.selectedIdReducer_closure58, A.selectedIdReducer_closure59, A.selectedIdReducer_closure60, A.selectedIdReducer_closure61, A.selectedIdReducer_closure62, A.selectedIdReducer_closure63, A.selectedIdReducer_closure64, A.editingReducer_closure18, A.editingReducer_closure19, A.editingReducer_closure20, A.editingReducer_closure21, A.editingReducer_closure22, A.editingReducer_closure23, A.taskListReducer_closure, A._purgeClientSuccess__closure11, A.convertTaskToInvoiceItem_closure1, A.taskList_closure0, A.kanbanTasksSelector_closure0, A.filteredTasksSelector_closure0, A.memoizedTaskStatsForClient_closure, A.taskStatsForClient_closure, A.memoizedTaskStatsForProject_closure, A.taskStatsForProject_closure, A.memoizedTaskStatsForUser_closure, A.forceSelectedReducer_closure142, A.forceSelectedReducer_closure143, A.forceSelectedReducer_closure144, A.forceSelectedReducer_closure145, A.forceSelectedReducer_closure146, A.forceSelectedReducer_closure147, A.forceSelectedReducer_closure148, A.forceSelectedReducer_closure149, A.selectedIdReducer_closure273, A.selectedIdReducer_closure274, A.selectedIdReducer_closure275, A.selectedIdReducer_closure276, A.selectedIdReducer_closure277, A.selectedIdReducer_closure278, A.selectedIdReducer_closure279, A.selectedIdReducer_closure280, A.selectedIdReducer_closure281, A.selectedIdReducer_closure282, A.selectedIdReducer_closure283, A.selectedIdReducer_closure284, A.selectedIdReducer_closure285, A.selectedIdReducer_closure286, A.selectedIdReducer_closure287, A.editingReducer_closure91, A.editingReducer_closure92, A.editingReducer_closure93, A.editingReducer_closure94, A.taskStatusListReducer_closure, A.memoizedSortedActiveTaskStatusIds_closure, A.sortedActiveTaskStatusIds_closure0, A.dropdownTaskStatusesSelector_closure0, A.filteredTaskStatusesSelector_closure0, A.memoizedCalculateTaskStatusAmount_closure, A.calculateTaskStatusAmount_closure, A.memoizedTaskStatsForTaskStatus_closure, A.taskStatsForTaskStatus_closure, A.defaultTaskStatusId_closure0, A.forceSelectedReducer_closure72, A.forceSelectedReducer_closure73, A.forceSelectedReducer_closure74, A.forceSelectedReducer_closure75, A.selectedIdReducer_closure136, A.selectedIdReducer_closure137, A.selectedIdReducer_closure138, A.selectedIdReducer_closure139, A.selectedIdReducer_closure140, A.selectedIdReducer_closure141, A.selectedIdReducer_closure142, A.selectedIdReducer_closure143, A.selectedIdReducer_closure144, A.selectedIdReducer_closure145, A.editingReducer_closure41, A.editingReducer_closure42, A.editingReducer_closure43, A.editingReducer_closure44, A.taxRateListReducer_closure, A.filteredTaxRatesSelector_closure0, A.forceSelectedReducer_closure109, A.forceSelectedReducer_closure110, A.forceSelectedReducer_closure111, A.forceSelectedReducer_closure112, A.forceSelectedReducer_closure113, A.forceSelectedReducer_closure114, A.forceSelectedReducer_closure115, A.forceSelectedReducer_closure116, A.selectedIdReducer_closure209, A.selectedIdReducer_closure210, A.selectedIdReducer_closure211, A.selectedIdReducer_closure212, A.selectedIdReducer_closure213, A.selectedIdReducer_closure214, A.selectedIdReducer_closure215, A.selectedIdReducer_closure216, A.selectedIdReducer_closure217, A.selectedIdReducer_closure218, A.selectedIdReducer_closure219, A.selectedIdReducer_closure220, A.selectedIdReducer_closure221, A.selectedIdReducer_closure222, A.selectedIdReducer_closure223, A.editingReducer_closure68, A.editingReducer_closure69, A.editingReducer_closure70, A.editingReducer_closure71, A.tokenListReducer_closure, A.filteredTokensSelector_closure0, A.forceSelectedReducer_closure184, A.forceSelectedReducer_closure185, A.forceSelectedReducer_closure186, A.forceSelectedReducer_closure187, A.forceSelectedReducer_closure188, A.forceSelectedReducer_closure189, A.forceSelectedReducer_closure190, A.forceSelectedReducer_closure191, A.forceSelectedReducer_closure192, A.tabIndexReducer_closure23, A.tabIndexReducer_closure24, A.selectedIdReducer_closure353, A.selectedIdReducer_closure354, A.selectedIdReducer_closure355, A.selectedIdReducer_closure356, A.selectedIdReducer_closure357, A.selectedIdReducer_closure358, A.selectedIdReducer_closure359, A.selectedIdReducer_closure360, A.selectedIdReducer_closure361, A.selectedIdReducer_closure362, A.selectedIdReducer_closure363, A.selectedIdReducer_closure364, A.selectedIdReducer_closure365, A.selectedIdReducer_closure366, A.selectedIdReducer_closure367, A.selectedIdReducer_closure368, A.editingReducer_closure118, A.editingReducer_closure119, A.editingReducer_closure120, A.editingReducer_closure121, A.transactionListReducer_closure, A.filteredTransactionsSelector_closure0, A.memoizedTransactionStatsForBankAccount_closure, A.transactionStatsForBankAccount_closure, A.forceSelectedReducer_closure193, A.forceSelectedReducer_closure194, A.forceSelectedReducer_closure195, A.forceSelectedReducer_closure196, A.forceSelectedReducer_closure197, A.forceSelectedReducer_closure198, A.forceSelectedReducer_closure199, A.forceSelectedReducer_closure200, A.tabIndexReducer_closure25, A.tabIndexReducer_closure26, A.selectedIdReducer_closure369, A.selectedIdReducer_closure370, A.selectedIdReducer_closure371, A.selectedIdReducer_closure372, A.selectedIdReducer_closure373, A.selectedIdReducer_closure374, A.selectedIdReducer_closure375, A.selectedIdReducer_closure376, A.selectedIdReducer_closure377, A.selectedIdReducer_closure378, A.selectedIdReducer_closure379, A.selectedIdReducer_closure380, A.selectedIdReducer_closure381, A.selectedIdReducer_closure382, A.selectedIdReducer_closure383, A.editingReducer_closure122, A.editingReducer_closure123, A.editingReducer_closure124, A.editingReducer_closure125, A.transactionRuleListReducer_closure, A.filteredTransactionRulesSelector_closure0, A.memoizedTransactionStatsForTransactionRule_closure, A.transactionStatsForTransactionRule_closure, A.sortFieldsReducer_closure, A.sortFieldsReducer_closure0, A.sortFieldsReducer_closure1, A.sortFieldsReducer_closure2, A.sortFieldsReducer_closure3, A.sortFieldsReducer_closure4, A.sortFieldsReducer_closure5, A.sortFieldsReducer_closure6, A.sortFieldsReducer_closure7, A.sortFieldsReducer_closure8, A.sortFieldsReducer_closure9, A.sortFieldsReducer_closure10, A.sortFieldsReducer_closure11, A.sortFieldsReducer_closure12, A.sortFieldsReducer_closure13, A.sortFieldsReducer_closure14, A.sortFieldsReducer_closure15, A.sortFieldsReducer_closure16, A.sortFieldsReducer_closure17, A.sortFieldsReducer_closure18, A.sortFieldsReducer_closure19, A.sortFieldsReducer_closure20, A.sidebarEditorReducer_closure, A.sidebarViewerReducer_closure, A.menuVisibleReducer_closure, A.menuVisibleReducer_closure0, A.textScaleFactorReducer_closure, A.historyVisibleReducer_closure, A.historyVisibleReducer_closure0, A.hideTaskExtensionBannerReducer_closure, A.hideGatewayWarningReducer_closure, A.hideReviewAppReducer_closure, A.hideReviewAppReducer_closure0, A.hideReviewAppReducer_closure1, A.hideOneYearReviewAppReducer_closure, A.hideOneYearReviewAppReducer_closure0, A.hideTwoYearReviewAppReducer_closure, A.layoutReducer_closure, A.moduleLayoutReducer_closure, A.moduleLayoutReducer_closure0, A.rowsPerPageReducer_closure, A.manuSidebarReducer_closure, A.historySidebarReducer_closure, A.darkModeTypeReducer_closure, A.darkModeSystemReducer_closure, A.statementIncludesReducer_closure, A.enableTooltipsReducer_closure, A.enableFlexibleSearchReducer_closure, A.enableNativeBrowserReducer_closure, A.persistDataReducer_closure, A.showKanbanReducer_closure, A.isFilterVisibleReducer_closure, A.longPressReducer_closure, A.tapSelectedToEditReducer_closure, A.downloadsFolderReducer_closure, A.isPreviewVisibleReducer_closure, A.isPreviewVisibleReducer_closure0, A.isPreviewVisibleReducer_closure1, A.isPreviewVisibleReducer_closure2, A.isPreviewVisibleReducer_closure3, A.isPreviewVisibleReducer_closure4, A.isPreviewVisibleReducer_closure5, A.isPreviewVisibleReducer_closure6, A.isPreviewVisibleReducer_closure7, A.isPreviewVisibleReducer_closure8, A.isPreviewVisibleReducer_closure9, A.isPreviewVisibleReducer_closure10, A.isPreviewVisibleReducer_closure11, A.isPreviewVisibleReducer_closure12, A.isPreviewVisibleReducer_closure13, A.isPreviewVisibleReducer_closure14, A.requireAuthenticationReducer_closure, A.colorThemeReducer_closure, A.darkColorThemeReducer_closure, A.showPdfPreviewReducer_closure, A.showPdfPreviewSideBySideReducer_closure, A.editAfterSavingReducer_closure, A.enableTouchEventsReducer_closure, A.customColorsReducer_closure, A.darkCustomColorsReducer_closure, A.historyReducer_closure, A.historyReducer_closure0, A.historyReducer_closure1, A.historyReducer_closure2, A.historyReducer_closure3, A.historyReducer_closure4, A.historyReducer_closure5, A.historyReducer_closure6, A.historyReducer_closure7, A.historyReducer_closure8, A.historyReducer_closure9, A.historyReducer_closure10, A.historyReducer_closure11, A.historyReducer_closure12, A.historyReducer_closure13, A.historyReducer_closure14, A.historyReducer_closure15, A.historyReducer_closure16, A.historyReducer_closure17, A.historyReducer_closure18, A.historyReducer_closure19, A.historyReducer_closure20, A.historyReducer_closure21, A.historyReducer_closure22, A.historyReducer_closure23, A.historyReducer_closure24, A.historyReducer_closure25, A.historyReducer_closure26, A.historyReducer_closure27, A.historyReducer_closure28, A.historyReducer_closure29, A.historyReducer_closure30, A.historyReducer_closure31, A.historyReducer_closure32, A.historyReducer_closure33, A.historyReducer_closure34, A.historyReducer_closure35, A.historyReducer_closure36, A.historyReducer_closure37, A.historyReducer_closure38, A.historyReducer_closure39, A.historyReducer_closure40, A.historyReducer_closure41, A.historyReducer_closure42, A.historyReducer_closure43, A.historyReducer_closure44, A.historyReducer_closure45, A.historyReducer_closure46, A.historyReducer_closure47, A.historyReducer_closure48, A.historyReducer_closure49, A.historyReducer_closure50, A.historyReducer_closure51, A.historyReducer_closure52, A.historyReducer_closure53, A.historyReducer_closure54, A.historyReducer_closure55, A.historyReducer_closure56, A.historyReducer_closure57, A.historyReducer_closure58, A.historyReducer_closure59, A.historyReducer_closure60, A.historyReducer_closure61, A.historyReducer_closure62, A.historyReducer_closure63, A.historyReducer_closure64, A.historyReducer_closure65, A.historyReducer_closure66, A.historyReducer_closure67, A.historyReducer_closure68, A.historyReducer_closure69, A.historyReducer_closure70, A.historyReducer_closure71, A.historyReducer_closure72, A.historyReducer_closure73, A.historyReducer_closure74, A.historyReducer_closure75, A.historyReducer_closure76, A.historyReducer_closure77, A.historyReducer_closure78, A.historyReducer_closure79, A.historyReducer_closure80, A.historyReducer_closure81, A.historyReducer_closure82, A.historyReducer_closure83, A.historyReducer_closure84, A.historyReducer_closure85, A.historyReducer_closure86, A.lastActivityReducer_closure, A.filterReducer_closure, A.filterReducer_closure0, A.loadingEntityTypeReducer_closure, A.loadingEntityTypeReducer_closure0, A.loadingEntityTypeReducer_closure1, A.loadingEntityTypeReducer_closure2, A.loadingEntityTypeReducer_closure3, A.loadingEntityTypeReducer_closure4, A.loadingEntityTypeReducer_closure5, A.loadingEntityTypeReducer_closure6, A.loadingEntityTypeReducer_closure7, A.loadingEntityTypeReducer_closure8, A.loadingEntityTypeReducer_closure9, A.loadingEntityTypeReducer_closure10, A.loadingEntityTypeReducer_closure11, A.loadingEntityTypeReducer_closure12, A.loadingEntityTypeReducer_closure13, A.filterClearedAtReducer_closure, A.filterClearedAtReducer_closure0, A.currentRouteReducer_closure, A.selectedCompanyIndexReducer_closure, A.previewStackReducer_closure, A.previewStackReducer_closure0, A.previewStackReducer_closure1, A.filterStackReducer_closure, A.filterStackReducer_closure0, A.filterStackReducer_closure1, A.handleUserAction_closure10, A.handleUserAction_closure12, A.handleUserAction_closure14, A.handleUserAction__closure, A.handleUserAction_closure18, A.forceSelectedReducer_closure76, A.forceSelectedReducer_closure77, A.forceSelectedReducer_closure78, A.forceSelectedReducer_closure79, A.forceSelectedReducer_closure80, A.forceSelectedReducer_closure81, A.forceSelectedReducer_closure82, A.forceSelectedReducer_closure83, A.selectedIdReducer_closure146, A.selectedIdReducer_closure147, A.selectedIdReducer_closure148, A.selectedIdReducer_closure149, A.selectedIdReducer_closure150, A.selectedIdReducer_closure151, A.selectedIdReducer_closure152, A.selectedIdReducer_closure153, A.selectedIdReducer_closure154, A.selectedIdReducer_closure155, A.selectedIdReducer_closure156, A.selectedIdReducer_closure157, A.selectedIdReducer_closure158, A.selectedIdReducer_closure159, A.selectedIdReducer_closure160, A.selectedIdReducer_closure161, A.editingReducer_closure45, A.editingReducer_closure46, A.editingReducer_closure47, A.editingReducer_closure48, A.userListReducer_closure, A.filteredUsersSelector_closure0, A.userList_closure0, A.forceSelectedReducer_closure34, A.forceSelectedReducer_closure35, A.forceSelectedReducer_closure36, A.forceSelectedReducer_closure37, A.forceSelectedReducer_closure38, A.forceSelectedReducer_closure39, A.forceSelectedReducer_closure40, A.forceSelectedReducer_closure41, A.tabIndexReducer_closure7, A.tabIndexReducer_closure8, A.saveCompleterReducer_closure0, A.cancelCompleterReducer_closure0, A.selectedIdReducer_closure65, A.selectedIdReducer_closure66, A.selectedIdReducer_closure67, A.selectedIdReducer_closure68, A.selectedIdReducer_closure69, A.selectedIdReducer_closure70, A.selectedIdReducer_closure71, A.selectedIdReducer_closure72, A.selectedIdReducer_closure73, A.selectedIdReducer_closure74, A.selectedIdReducer_closure75, A.selectedIdReducer_closure76, A.selectedIdReducer_closure77, A.selectedIdReducer_closure78, A.selectedIdReducer_closure79, A.editingReducer_closure24, A.editingReducer_closure25, A.editingReducer_closure26, A.editingReducer_closure27, A.vendorListReducer_closure, A.dropdownVendorsSelector_closure0, A.filteredVendorsSelector_closure0, A.memoizedVendorStatsForUser_closure, A.vendorStatsForUser_closure, A.forceSelectedReducer_closure117, A.forceSelectedReducer_closure118, A.forceSelectedReducer_closure119, A.forceSelectedReducer_closure120, A.forceSelectedReducer_closure121, A.forceSelectedReducer_closure122, A.forceSelectedReducer_closure123, A.forceSelectedReducer_closure124, A.selectedIdReducer_closure224, A.selectedIdReducer_closure225, A.selectedIdReducer_closure226, A.selectedIdReducer_closure227, A.selectedIdReducer_closure228, A.selectedIdReducer_closure229, A.selectedIdReducer_closure230, A.selectedIdReducer_closure231, A.selectedIdReducer_closure232, A.selectedIdReducer_closure233, A.selectedIdReducer_closure234, A.selectedIdReducer_closure235, A.selectedIdReducer_closure236, A.selectedIdReducer_closure237, A.selectedIdReducer_closure238, A.editingReducer_closure72, A.editingReducer_closure73, A.editingReducer_closure74, A.editingReducer_closure75, A.webhookListReducer_closure, A.filteredWebhooksSelector_closure0, A.FieldGrid_build_closure, A.FieldGrid_build_closure0, A._AppBottomBarState_build___closure7, A._AppBottomBarState_build___closure5, A._AppBottomBarState_build___closure, A._AppBottomBarState_build_closure, A.CustomFieldSelector_build_closure, A.ConfirmEmail_build__closure, A.ConfirmEmailBuilder_build_closure, A.MultiSelectListState_build_closure1, A.MultiSelectListState_build_closure5, A._DocumentGridState_build_closure0, A._DocumentGridState_build_closure1, A.EditScaffold_build_closure2, A._EntityListTileState_build_closure, A._EntityDropdownState__showOptions__closure0, A._EntityDropdownState_build__closure, A._EntityDropdownDialogState_build__createList_closure1, A.EntityTopFilter_build_closure5, A.EntityTopFilterHeader_build_closure3, A.AppToggleButtons_build_closure, A._CustomFieldState_build_closure0, A.ProjectPicker_build_closure, A._TimePickerState__showTimePicker_closure, A.VendorPicker_build_closure, A.HistoryDrawerBuilder_build_closure, A._InvoiceEmailViewState__buildHistory_closure, A.FilterListTile_build_closure, A.MainScreen_build_closure, A.MenuDrawerBuilder_build_closure, A._DropDownMultiSelectState_build_closure, A._DropDownMultiSelectState_build___closure4, A._SystemLogViewerState_build_closure2, A._SystemLogViewerState_build__closure0, A.AppPaginatedDataTableState_build_closure0, A.EntityDataTableSource_getRow_closure2, A._EntityListState_build__closure2, A._EntityListState_build__closure1, A._EntityListState_build___closure1, A._EntityListState_build_closure3, A._UpgradeDialogState__buildProductList_closure0, A._VariableGrid_build_closure, A._VariableGrid_build_closure0, A.ViewScaffold_build_closure5, A.InitScreen_build_closure, A.LoginScreen_build_closure, A.LoginVM_fromStore__closure6, A.LoginVM_fromStore__closure5, A.LoginVM_fromStore__closure3, A.LoginVM_fromStore__closure1, A.BankAccountListBuilder_build_closure, A.BankAccountListBuilder_build__closure, A.BankAccountScreen_build_closure13, A.BankAccountScreen_build_closure10, A.BankAccountScreenBuilder_build_closure, A._BankAccountEditState_build_closure1, A.BankAccountEditScreen_build_closure, A.BankAccountViewScreen_build_closure, A.ClientListItem_build_closure, A.ClientListItem_build__closure0, A.ClientListBuilder_build_closure, A.ClientListBuilder_build__closure, A._ClientPdfViewState_build_closure10, A._ClientPdfViewState_build_closure11, A.ClientPdfScreen_build_closure, A.ClientScreen_build_closure8, A.ClientScreen_build_closure5, A.ClientScreenBuilder_build_closure, A.ClientEditContactsScreen_build_closure, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2, A.ClientEditScreen_build_closure, A._ClientViewActivityState_build_closure0, A._ClientViewActivityState_build_closure, A.ClientViewDocuments_build_closure, A._ClientViewFullwidthState_build_closure0, A._ClientViewLedgerState_build_closure1, A._ClientViewLedgerState_build_closure0, A.ClientViewPaymentMethods_build_closure0, A.ClientViewPaymentMethods_build_closure, A.ClientViewScreen_build_closure, A._CompanyGatewayListState_build_closure0, A.CompanyGatewayListBuilder_build_closure, A.CompanyGatewayListVM_fromStore_closure0, A.CompanyGatewayScreen_build_closure8, A.CompanyGatewayScreenBuilder_build_closure, A.CompanyGatewayEditScreen_build_closure, A.CompanyGatewayViewScreen_build_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure1, A.CreditEmailScreen_build_closure, A.CreditListItem_build_closure, A.CreditListItem_build__closure0, A.CreditListBuilder_build_closure, A.CreditListBuilder_build__closure, A.CreditPdfScreen_build_closure, A.CreditScreen_build_closure16, A.CreditScreen_build_closure15, A.CreditScreen_build_closure11, A.CreditScreen_build_closure12, A.CreditScreenBuilder_build_closure, A._CreditEditState_build_closure0, A.CreditEditDetailsScreen_build_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1, A.CreditEditItemsScreen_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure3, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure4, A.CreditEditNotesScreen_build_closure, A.CreditEditPDFScreen_build_closure, A.CreditEditScreen_build_closure, A.CreditViewScreen_build_closure, A.DashboardActivity_build_closure0, A.DashboardActivity_build_closure, A._DashboardDateRangePickerState_build_closure3, A._DashboardDateRangePickerState_build_closure4, A._DashboardDateRangePickerState_build_closure7, A._DashboardDateRangePickerState_build_closure8, A.DashboardPanels__header_closure, A.DashboardPanels__runningTasks__closure, A.DashboardPanels_build_closure4, A.DashboardPanels_build__closure3, A.DashboardPanels_build__closure5, A.DashboardPanels_build__closure7, A.DashboardPanels_build__closure9, A.DashboardPanels_build__closure11, A.__DashboardPanelState_build__closure0, A.__DashboardPanelState_build__closure1, A.__DashboardPanelState_build__closure, A.__DashboardPanelState_build__closure2, A.__DashboardPanelState_build__closure4, A.__DashboardPanelState_build__closure5, A.__DashboardPanelState_build__closure3, A.__DashboardPanelState_build__closure6, A.__OverviewPanelState_build__closure0, A.__OverviewPanelState_build__closure1, A.__OverviewPanelState_build__closure, A.__OverviewPanelState_build__closure2, A.__OverviewPanelState_build__closure4, A.__OverviewPanelState_build__closure5, A.__OverviewPanelState_build__closure3, A.__OverviewPanelState_build__closure6, A.__OverviewPanelState_build__closure8, A.__OverviewPanelState_build__closure9, A.__OverviewPanelState_build__closure7, A.__OverviewPanelState_build__closure10, A.__DashboardSettingsState_build_closure6, A._DashboardFieldState_build_closure, A._CustomTabBarView_build_closure, A.DashboardScreenBuilder_build_closure, A.DashboardVM_fromStore_closure1, A.InvoiceSidebar_build_closure, A.InvoiceSidebar_build_closure0, A.InvoiceSidebar_build_closure1, A.InvoiceSidebar_build_closure2, A.InvoiceSidebar_build_closure3, A.InvoiceSidebar_build_closure4, A.PaymentSidebar_build_closure, A.PaymentSidebar_build_closure0, A.PaymentSidebar_build_closure1, A.PaymentSidebar_build_closure2, A.QuoteSidebar_build_closure, A.QuoteSidebar_build_closure0, A.QuoteSidebar_build_closure1, A.QuoteSidebar_build_closure2, A.QuoteSidebar_build_closure3, A.QuoteSidebar_build_closure4, A.TaskSidebar_build_closure, A.TaskSidebar_build_closure0, A.TaskSidebar_build_closure1, A.TaskSidebar_build_closure2, A.TaskSidebar_build_closure3, A.TaskSidebar_build_closure4, A.ExpenseSidbar_build_closure, A.ExpenseSidbar_build_closure0, A.ExpenseSidbar_build_closure1, A.ExpenseSidbar_build_closure2, A.DesignListBuilder_build_closure, A.DesignListBuilder_build__closure, A.DesignScreen_build_closure8, A.DesignScreen_build_closure5, A.DesignScreenBuilder_build_closure, A.DesignEditScreen_build_closure, A.DesignViewScreen_build_closure, A.DocumentListItem_build_closure, A.DocumentListItem_build__closure0, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure0, A.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentScreen_build_closure5, A.DocumentScreen_build_closure12, A.DocumentScreenBuilder_build_closure, A.DocumentEditScreen_build_closure, A.DocumentViewScreen_build_closure, A._ExpenseEditState_build_closure0, A.ExpenseEditDetailsState_build_closure0, A.ExpenseEditDetailsState_build_closure5, A.ExpenseEditDetailsState_build_closure18, A.ExpenseEditDetailsState_build_closure21, A.ExpenseEditNotesState_build_closure, A.ExpenseEditSettingsState_build_closure2, A.ExpenseEditScreen_build_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, A.ExpenseListItem_build_closure, A.ExpenseListItem_build__closure0, A.ExpenseListBuilder_build_closure, A.ExpenseListBuilder_build__closure, A.ExpenseScreen_build_closure16, A.ExpenseScreen_build_closure15, A.ExpenseScreen_build_closure11, A.ExpenseScreen_build_closure12, A.ExpenseScreenBuilder_build_closure, A.ExpenseViewDocuments_build_closure, A.ExpenseViewScreen_build_closure, A.ExpenseCategoryEditScreen_build_closure, A.ExpenseCategoryListBuilder_build_closure, A.ExpenseCategoryListBuilder_build__closure, A.ExpenseCategoryScreen_build_closure8, A.ExpenseCategoryScreen_build_closure5, A.ExpenseCategoryScreenBuilder_build_closure, A.ExpenseCategoryViewScreen_build_closure, A.GroupEditScreen_build_closure, A.GroupListBuilder_build_closure, A.GroupListBuilder_build__closure, A.GroupSettingsScreen_build_closure4, A.GroupSettingsScreen_build_closure1, A.GroupScreenBuilder_build_closure, A._GroupViewState_build_closure0, A.GroupViewScreen_build_closure, A._InvoiceEditState_build_closure0, A.InvoiceEditContacts_build_closure, A.InvoiceEditContacts_build_closure1, A.InvoiceEditContactsScreen_build_closure, A.InvoiceEditDesktopState_build_closure9, A.InvoiceEditDesktopState_build_closure14, A.InvoiceEditDesktopState_build_closure16, A.InvoiceEditDesktopState_build_closure18, A.InvoiceEditDesktopState_build_closure27, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build_closure28, A.InvoiceEditDetailsState_build_closure7, A.InvoiceEditDetailsState_build_closure12, A.InvoiceEditDetailsState_build_closure14, A.InvoiceEditDetailsState_build_closure16, A.InvoiceEditDetailsState_build_closure27, A.InvoiceEditDetailsScreen_build_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, A._InvoiceEditItemsDesktopState_build_closure2, A._InvoiceEditItemsDesktopState_build_closure3, A._InvoiceEditItemsDesktopState_build___closure12, A.InvoiceEditItemsScreen_build_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure3, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure4, A.InvoiceEditNotesScreen_build_closure, A.InvoiceEditPDFScreen_build_closure, A.InvoiceEditScreen_build_closure, A._InvoiceItemSelectorState_build__productList_closure, A._InvoiceItemSelectorState_build__taskList_closure, A._InvoiceItemSelectorState_build__expenseList_closure, A.InvoiceEmailScreen_build_closure, A.InvoiceListItem_build_closure, A.InvoiceListItem_build__closure0, A.InvoiceListBuilder_build_closure, A.InvoiceListBuilder_build__closure, A.InvoicePdfScreen_build_closure, A.InvoiceScreen_build_closure19, A.InvoiceScreen_build_closure18, A.InvoiceScreen_build_closure14, A.InvoiceScreen_build_closure15, A.InvoiceScreenBuilder_build_closure, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, A.InvoiceViewDocuments_build_closure, A._InvoiceViewHistoryState_build_closure1, A._InvoiceViewHistoryState_build_closure2, A._InvoiceViewHistoryState_build_closure3, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, A.InvoiceViewScreen_build_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, A._PaymentEditState_build_closure7, A.PaymentEditScreen_build_closure, A.PaymentListItem_build_closure, A.PaymentListItem_build__closure0, A.PaymentListBuilder_build_closure, A.PaymentListBuilder_build__closure, A.PaymentScreen_build_closure19, A.PaymentScreen_build_closure18, A.PaymentScreen_build_closure14, A.PaymentScreen_build_closure15, A.PaymentScreenBuilder_build_closure, A._PaymentRefundState_build_closure0, A.PaymentRefundScreen_build_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure0, A.PaymentViewDocuments_build_closure, A.PaymentViewScreen_build_closure, A.PaymentTermEditScreen_build_closure, A.PaymentTermListBuilder_build_closure, A.PaymentTermListBuilder_build__closure, A.PaymentTermScreen_build_closure8, A.PaymentTermScreen_build_closure5, A.PaymentTermScreenBuilder_build_closure, A.PaymentTermViewScreen_build_closure, A.ProductEditScreen_build_closure, A.ProductListItem_build_closure, A.ProductListItem_build__closure0, A.ProductListBuilder_build_closure, A.ProductListBuilder_build__closure, A.ProductScreen_build_closure9, A.ProductScreen_build_closure6, A.ProductScreenBuilder_build_closure, A.ProductViewDocuments_build_closure, A.ProductViewScreen_build_closure, A._ProjectEditState_build__closure3, A.ProjectEditScreen_build_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure2, A.ProjectListItem_build_closure, A.ProjectListItem_build__closure0, A.ProjectListBuilder_build_closure, A.ProjectListBuilder_build__closure, A.ProjectScreen_build_closure8, A.ProjectScreen_build_closure5, A.ProjectScreenBuilder_build_closure, A.ProjectViewDocuments_build_closure, A.ProjectViewScreen_build_closure, A._PurchaseOrderEditState_build_closure0, A.PurchaseOrderEditDetailsScreen_build_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure1, A.PurchaseOrderEditItemsScreen_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure3, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure4, A.PurchaseOrderEditNotesScreen_build_closure, A.PurchaseOrderEditPDFScreen_build_closure, A.PurchaseOrderEditScreen_build_closure, A.PurchaseOrderEmailScreen_build_closure, A.PurchaseOrderListItem_build_closure, A.PurchaseOrderListItem_build__closure0, A.PurchaseOrderListBuilder_build_closure, A.PurchaseOrderListBuilder_build__closure, A.PurchaseOrderPdfScreen_build_closure, A.PurchaseOrderScreen_build_closure15, A.PurchaseOrderScreen_build_closure14, A.PurchaseOrderScreen_build_closure10, A.PurchaseOrderScreen_build_closure11, A.PurchaseOrderScreenBuilder_build_closure, A.PurchaseOrderViewScreen_build_closure, A._QuoteEditState_build_closure0, A.QuoteEditDetailsScreen_build_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1, A.QuoteEditItemsScreen_build_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure3, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure4, A.QuoteEditNotesScreen_build_closure, A.QuoteEditPDFScreen_build_closure, A.QuoteEditScreen_build_closure, A.QuoteEmailScreen_build_closure, A.QuoteListItem_build_closure, A.QuoteListItem_build__closure0, A.QuoteListBuilder_build_closure, A.QuoteListBuilder_build__closure, A.QuotePdfScreen_build_closure, A.QuoteScreen_build_closure17, A.QuoteScreen_build_closure16, A.QuoteScreen_build_closure12, A.QuoteScreen_build_closure13, A.QuoteScreenBuilder_build_closure, A.QuoteViewScreen_build_closure, A.RecurringExpenseEditScreen_build_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3, A.RecurringExpenseListItem_build_closure, A.RecurringExpenseListItem_build__closure0, A.RecurringExpenseListBuilder_build_closure, A.RecurringExpenseListBuilder_build__closure, A.RecurringExpenseScreen_build_closure14, A.RecurringExpenseScreen_build_closure15, A.RecurringExpenseScreen_build_closure11, A.RecurringExpenseScreen_build_closure10, A.RecurringExpenseScreenBuilder_build_closure, A.RecurringExpenseViewScreen_build_closure, A._RecurringInvoiceEditState_build_closure0, A.RecurringInvoiceEditDetailsScreen_build_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1, A.RecurringInvoiceEditItemsScreen_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure3, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure4, A.RecurringInvoiceEditNotesScreen_build_closure, A.RecurringInvoiceEditPDFScreen_build_closure, A.RecurringInvoiceEditScreen_build_closure, A.RecurringInvoiceListItem_build_closure, A.RecurringInvoiceListItem_build__closure0, A.RecurringInvoiceListBuilder_build_closure, A.RecurringInvoiceListBuilder_build__closure, A.RecurringInvoicePdfScreen_build_closure, A.RecurringInvoiceScreen_build_closure14, A.RecurringInvoiceScreen_build_closure15, A.RecurringInvoiceScreen_build_closure11, A.RecurringInvoiceScreen_build_closure10, A.RecurringInvoiceScreenBuilder_build_closure, A.RecurringInvoiceViewScreen_build_closure, A.clientReport_closure1, A.contactReport_closure1, A.lineItemReport_closure13, A.creditReport_closure1, A.documentReport_closure2, A.expenseReport_closure1, A.lineItemReport_closure19, A.invoiceReport_closure0, A.invoiceReport_closure2, A.taxReport_closure0, A.paymentReport_closure1, A.paymentTaxReport_closure0, A.productReport_closure1, A.profitAndLossReport_closure0, A.lineItemReport_closure1, A.purchaseOrderReport_closure1, A.lineItemReport_closure7, A.quoteReport_closure1, A.recurringExpenseReport_closure1, A.recurringInvoiceReport_closure1, A.ReportCharts_build_closure, A.ReportCharts_build_closure1, A.ReportCharts_build_closure2, A.ReportCharts_build_closure4, A.ReportCharts_build_closure5, A.ReportCharts_build_closure7, A.ReportCharts_build_closure8, A.ReportsScreen_build_closure1, A.ReportsScreen_build_closure15, A.ReportsScreen_build_closure16, A.ReportsScreen_build_closure23, A._ReportDataTableState_initState_closure, A._ReportDataTableState_build_closure, A.TotalsDataTable_build_closure, A.ReportDataTableSource_getRow_closure, A.ReportResult_tableFilters__closure2, A.ReportResult_totalColumns_closure0, A.ReportResult_totalRows_closure, A.ReportResult_totalRows__closure0, A.ReportResult_totalRows_closure1, A.ReportsScreenBuilder_build_closure, A.ReportsScreenVM_fromStore_closure3, A.ReportsScreenVM_fromStore_closure4, A.ReportsScreenVM_fromStore_closure2, A.ReportsScreenVM_fromStore_closure, A.ReportsScreenVM_fromStore__closure4, A.calculateReportTotals_closure, A.taskItemReport_closure1, A.taskReport_closure1, A.transactionReport_closure4, A.vendorReport_closure1, A._ScheduleEditState_build__closure2, A.ScheduleEditScreen_build_closure, A.ScheduleListBuilder_build_closure, A.ScheduleListBuilder_build__closure, A.ScheduleScreen_build_closure8, A.ScheduleScreen_build_closure5, A.ScheduleScreenBuilder_build_closure, A.ScheduleViewScreen_build_closure, A._AccountOverview_build___closure0, A._AccountOverview_build___closure, A.AccountManagementScreen_build_closure, A.ClientPortalScreen_build_closure, A._CompanyDetailsState_build_closure16, A.CompanyDetailsScreen_build_closure, A.CompanyDetailsVM_fromStore_closure2, A.CreditCardsAndBanksScreen_build_closure, A.CustomFieldsScreen_build_closure, A.DataVisualizationsScreen_build_closure, A._DeviceSettingsState_build_closure9, A.DeviceSettingsScreen_build_closure, A.DeviceSettingsVM_fromStore_closure1, A.DeviceSettingsVM_fromStore_closure7, A.DeviceSettingsVM_fromStore_closure4, A.DeviceSettingsVM_fromStore_closure5, A.DeviceSettingsVM_fromStore_closure8, A.DeviceSettingsVM_fromStore_closure19, A.DeviceSettingsVM_fromStore_closure15, A.DeviceSettingsVM_fromStore_closure12, A.DeviceSettingsVM_fromStore_closure13, A.DeviceSettingsVM_fromStore_closure14, A.DeviceSettingsVM_fromStore_closure18, A.DeviceSettingsVM_fromStore_closure16, A.DeviceSettingsVM_fromStore_closure17, A.DeviceSettingsVM_fromStore_closure6, A.DeviceSettingsVM_fromStore_closure9, A.DeviceSettingsVM_fromStore_closure3, A.DeviceSettingsVM_fromStore_closure10, A.DeviceSettingsVM_fromStore_closure2, A.DeviceSettingsVM_fromStore_closure11, A.EInvoiceSettingsScreen_build_closure, A.EmailSettingsScreen_build_closure, A.ExpenseSettingsScreen_build_closure, A._GeneratedNumbersState_build_closure2, A._GeneratedNumbersState_build_closure4, A._GeneratedNumbersState_build_closure7, A._GeneratedNumbersState_build_closure8, A._GeneratedNumbersState_build_closure9, A._GeneratedNumbersState_build_closure10, A._GeneratedNumbersState_build_closure11, A._GeneratedNumbersState_build_closure12, A._GeneratedNumbersState_build_closure13, A._GeneratedNumbersState_build_closure14, A._GeneratedNumbersState_build_closure15, A._GeneratedNumbersState_build_closure16, A._GeneratedNumbersState_build_closure17, A._GeneratedNumbersState_build_closure18, A.GeneratedNumbersScreen_build_closure, A._ImportExportState_build_closure10, A._ImportExportState_build_closure11, A.__FileMapperState_build_closure4, A._FieldMapper_build_closure, A.ImportExportScreen_build_closure, A.InvoiceDesignScreen_build_closure, A.InvoiceDesignVM_fromStore_closure0, A._LocalizationSettingsState_build_closure0, A._LocalizationSettingsState_build_closure9, A.LocalizationScreen_build_closure, A.PaymentsSettingsScreen_build_closure, A.ProductSettingsScreen_build_closure, A.SettingsSearch_build_closure, A.SettingsListBuilder_build_closure, A.SettingsScreenBuilder_build_closure, A._SettingsWizardState__onSavePressed_closure, A._SettingsWizardState_build_closure6, A.TaskSettingsScreen_build_closure, A.TaxSettingsScreen_build_closure, A._TemplatesAndRemindersState_build_closure6, A.TemplatesAndRemindersScreen_build_closure, A.TemplatesAndRemindersVM_fromStore_closure1, A._UserDetailsState_build_closure14, A.UserDetailsScreen_build_closure, A.UserDetailsVM_fromStore___closure2, A.UserDetailsVM_fromStore___closure1, A.UserDetailsVM_fromStore___closure0, A.UserDetailsVM_fromStore___closure6, A.UserDetailsVM_fromStore__closure6, A.UserDetailsVM_fromStore___closure7, A.UserDetailsVM_fromStore___closure3, A.UserDetailsVM_fromStore___closure, A.UserDetailsVM_fromStore__closure4, A.UserDetailsVM_fromStore___closure4, A.UserDetailsVM_fromStore____closure0, A.WorkflowSettingsScreen_build_closure, A.SubscriptionEditScreen_build_closure, A.SubscriptionListBuilder_build_closure, A.SubscriptionListBuilder_build__closure, A.SubscriptionScreen_build_closure8, A.SubscriptionScreen_build_closure5, A.SubscriptionScreenBuilder_build_closure, A.SubscriptionViewScreen_build_closure, A._UpdateDialogState_updateApp_closure, A._TaskEditState_build_closure0, A._TaskEditDesktopState_build__closure, A._TaskEditDesktopState_build__closure1, A.TaskEditDetailsScreen_build_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1, A.TimeEditDetailsState_build_closure, A.TimeEditDetailsState_build_closure1, A.TaskEditTimesScreen_build_closure, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1, A.TaskEditScreen_build_closure, A.KanbanViewState__initBoard_closure0, A.KanbanViewState__initBoard__closure, A.KanbanViewState_build__closure5, A.KanbanViewState_build__closure, A.KanbanViewState_build__closure1, A.KanbanViewState_build___closure1, A._KanbanViewBuilderState_build_closure, A.TaskListItem_build_closure0, A.TaskListItem_build__closure0, A.TaskListBuilder_build_closure, A.TaskListBuilder_build__closure, A.TaskScreen_build_closure19, A.TaskScreen_build_closure18, A.TaskScreen_build_closure15, A.TaskScreen_build_closure14, A.TaskScreenBuilder_build_closure, A.TaskViewDocuments_build_closure, A.TaskViewScreen_build_closure, A.TaskStatusEditScreen_build_closure, A._TaskStatusListState_build_closure0, A.TaskStatusListBuilder_build_closure, A.TaskStatusListVM_fromStore_closure0, A.TaskStatusScreen_build_closure9, A.TaskStatusScreen_build_closure6, A.TaskStatusScreenBuilder_build_closure, A.TaskStatusViewScreen_build_closure, A.TaxRateEditScreen_build_closure, A.TaxRateListBuilder_build_closure, A.TaxRateListBuilder_build__closure, A.TaxRateSettingsScreen_build_closure4, A.TaxRateSettingsScreen_build_closure1, A.TaxRateScreenBuilder_build_closure, A.TaxRateViewScreen_build_closure, A.TokenEditScreen_build_closure, A.TokenEditVM_TokenEditVM$fromStore___closure, A.TokenListBuilder_build_closure, A.TokenListBuilder_build__closure, A.TokenScreen_build_closure8, A.TokenScreen_build_closure5, A.TokenScreenBuilder_build_closure, A.TokenViewScreen_build_closure, A._TransactionEditState_build__closure0, A._TransactionEditState_build__closure5, A.TransactionEditScreen_build_closure, A.TransactionEditVM_TransactionEditVM$fromStore_closure2, A.TransactionListItem_build_closure, A.TransactionListItem_build__closure0, A.TransactionListBuilder_build_closure, A.TransactionListBuilder_build__closure, A.TransactionScreen_build_closure15, A.TransactionScreen_build_closure14, A.TransactionScreen_build_closure11, A.TransactionScreenBuilder_build_closure, A._MatchDepositsState_updateInvoiceList_closure0, A._MatchDepositsState_updatePaymentList_closure0, A._MatchDepositsState_build_closure10, A._MatchDepositsState_build_closure11, A._MatchDepositsState_build_closure13, A._MatchDepositsState_build_closure12, A._MatchDepositsState_build_closure15, A._MatchDepositsState_build_closure14, A._MatchWithdrawalsState_updateCategoryList_closure0, A._MatchWithdrawalsState_updateVendorList_closure0, A._MatchWithdrawalsState_updateExpenseList_closure0, A._MatchWithdrawalsState_build_closure7, A._MatchWithdrawalsState_build_closure8, A._MatchWithdrawalsState_build_closure10, A._MatchWithdrawalsState_build_closure9, A._MatchWithdrawalsState_build_closure15, A._MatchWithdrawalsState_build_closure14, A._MatchWithdrawalsState_build_closure20, A._MatchWithdrawalsState_build_closure19, A.TransactionViewScreen_build_closure, A.TransactionViewVM_TransactionViewVM$fromStore_closure2, A.TransactionViewVM_TransactionViewVM$fromStore_closure3, A.TransactionViewVM_TransactionViewVM$fromStore_closure0, A._TransactionRuleEditState_build__closure6, A._TransactionRuleEditState_build__closure8, A.TransactionRuleEditScreen_build_closure, A.TransactionRuleListBuilder_build_closure, A.TransactionRuleListBuilder_build__closure, A.TransactionRuleScreen_build_closure8, A.TransactionRuleScreen_build_closure5, A.TransactionRuleScreenBuilder_build_closure, A.TransactionRuleViewScreen_build_closure, A._UserEditState_build_closure2, A.UserEditScreen_build_closure, A.UserEditVM_UserEditVM$fromStore___closure, A.UserListBuilder_build_closure, A.UserListBuilder_build__closure, A.UserScreen_build_closure8, A.UserScreen_build_closure5, A.UserScreenBuilder_build_closure, A.UserViewScreen_build_closure, A.VendorEditContactsScreen_build_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2, A.VendorEditScreen_build_closure, A.VendorListItem_build_closure, A.VendorListItem_build__closure0, A.VendorListBuilder_build_closure, A.VendorListBuilder_build__closure, A.VendorScreen_build_closure8, A.VendorScreen_build_closure5, A.VendorScreenBuilder_build_closure, A._VendorViewActivityState_build_closure0, A._VendorViewActivityState_build_closure, A.VendorViewDocuments_build_closure, A._VendorViewFullwidthState_build_closure, A.VendorViewScreen_build_closure, A.WebhookEditScreen_build_closure, A.WebhookViewScreen_build_closure, A.WebhookListBuilder_build_closure, A.WebhookListBuilder_build__closure, A.WebhookScreen_build_closure8, A.WebhookScreen_build_closure5, A.WebhookScreenBuilder_build_closure, A.passwordCallback_closure1, A.passwordCallback_closure2, A._ExampleEditorState__buildImageToolbar_closure, A._darkModeStyles_closure, A._darkModeStyles_closure0, A._darkModeStyles_closure1, A.memo2_closure, A.RenderOverflowView_performFlexibleLayout_closure, A.RenderOverflowView_paint_defaultPaint, A.RenderOverflowView_hitTestChildren__closure, A.OverflowView$_all_closure, A.RenderPopover_paint_closure, A.RenderPopover_hitTestChildren_closure, A._CupertinoPopoverToolbarState__buildContent_closure, A._RenderIosPagedMenu__hitTestChild_closure, A._PopoverScaffoldState__buildPopover_closure, A._PinputState__buildPinput__closure, A._PinputState__buildFields_closure, A.__PinputState_State_RestorationMixin_dispose_closure, A.PdfPreviewCustomState__createPreview_closure, A._QrImageViewState_build_closure, A.combineReducers_closure, A.RoundedLoadingButtonState_build_closure, A.RouteObserverBreadcrumb__formatArgs_closure, A.Highlighter__collateLines_closure0, A.ReactiveModelImp__handleAsyncState_closure1, A.ImageUrlConversionReaction_react_closure0, A.LinkifyReaction__extractUpstreamWordAndLinkify_closure0, A.CaretDocumentOverlayState_doBuild_closure, A._KeyboardEditingToolbarState__buildToolbarOverlay_closure, A._KeyboardEditingToolbarState__buildToolbar_closure, A._KeyboardEditingToolbarState__buildToolbar__closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure0, A.defaultStylesheet_closure, A.defaultStylesheet_closure0, A.defaultStylesheet_closure1, A.defaultStylesheet_closure2, A.defaultStylesheet_closure3, A.defaultStylesheet_closure4, A.defaultStylesheet_closure5, A.defaultStylesheet_closure6, A.defaultStylesheet_closure7, A.defaultStylesheet_closure8, A.defaultStylesheet_closure9, A.taskStyles_closure, A.TextComponentState_build_closure, A.GroupedOverlayPortalController__visibleControllers_closure, A.AndroidControlsDocumentLayerState__buildCaret_closure, A._IosFloatingToolbarOverlayState_build_closure, A.SuperAndroidTextFieldState__buildTextField_closure, A.SuperAndroidTextFieldState__buildSelectableText_closure0, A.SuperAndroidTextFieldState__buildSelectableText_closure, A.SuperAndroidTextFieldState__buildPopoverToolbar_closure, A.SuperDesktopTextFieldState__buildSelectableText_closure0, A.SuperDesktopTextFieldState__buildSelectableText_closure, A.IOSFloatingCursor_build_closure, A.SuperIOSTextFieldState__buildTextField_closure, A.SuperIOSTextFieldState__buildSelectableText_closure0, A.SuperIOSTextFieldState__buildSelectableText_closure, A.SuperIOSTextFieldState__buildOverlayIosControls_closure, A.SuperTextState_build_closure, A.SuperTextState_build_closure0]); _inheritMany(A.FontLoadError, [A.FontNotFoundError, A.FontDownloadError, A.FontInvalidDataError]); _inheritMany(A.PersistedSurface, [A.PersistedContainerSurface, A.PersistedLeafSurface]); _inheritMany(A.PersistedContainerSurface, [A.PersistedBackdropFilter, A._PersistedClipRect_PersistedContainerSurface__DomClip, A._PersistedClipRRect_PersistedContainerSurface__DomClip, A.PersistedClipPath, A.PersistedImageFilter, A.PersistedOffset, A.PersistedOpacity, A.PersistedScene, A.PersistedTransform]); @@ -636650,7 +636928,7 @@ typeUniverse: {eC: new Map(), tR: {}, eT: {}, tPV: {}, sEA: []}, mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List", Object: "Object", Map: "Map"}, mangledNames: {}, - types: ["~()", "ListUIStateBuilder(ListUIStateBuilder)", "Null(Store,@,@(@))", "Null(Object)", "Null()", "Null(@)", "@(String)", "double(double)", "InvoiceEntityBuilder(InvoiceEntityBuilder)", "SettingsEntityBuilder(SettingsEntityBuilder)", "~(@)", "~(Duration)", "bool(String)", "~(bool)", "@()", "~(String)", "Null(BuildContext)", "~(bool?)", "Future(BuildContext)", "Future<~>()", "~(BuildContext)", "CompanyEntityBuilder(CompanyEntityBuilder)", "bool()", "ErrorDialog(BuildContext)", "Color(Set)", "~(TextEditingController)", "@(bool?)", "int(String,String)", "Null(String?)", "String(@)", "String?(String)", "String(String)", "@(@)", "~(JavaScriptObject)", "Future(Store,@,@(@))", "DocumentEntityBuilder(DocumentEntityBuilder)", "Null(Object?)", "Null(String)", "~(DocumentEntity)", "ExpenseEntityBuilder(ExpenseEntityBuilder)", "DropdownMenuItem(String)", "Null(List)", "ExecutionInstruction({editContext!SuperEditorContext,keyEvent!KeyEvent})", "ListBuilder()", "Widget(BuildContext)", "~(Object?)", "~(SuperEditorContext)", "~(AnimationStatus)", "bool(Route<@>)", "Null(SelectableEntity?)", "String(BaseEntity)", "Null(String,bool)", "InvoiceStatusEntityBuilder(InvoiceStatusEntityBuilder)", "ClientEntityBuilder(ClientEntityBuilder)", "@(BuildContext)", "PaymentEntityBuilder(PaymentEntityBuilder)", "InvoiceItemEntityBuilder(InvoiceItemEntityBuilder)", "PluralCase()", "~(TapDownDetails)", "ListUIState(ListUIState,FilterByEntity)", "String(String?,ClearEntityFilter)", "~(int)", "String?(String?,SelectCompany)", "CompanyGatewayEntityBuilder(CompanyGatewayEntityBuilder)", "String?(String?,PreviewEntity)", "Null(EntityState,bool?)", "~(RenderObject)", "Future()", "@(SelectableEntity?)", "Future()", "ScheduleEntityBuilder(ScheduleEntityBuilder)", "Null(EntityState,bool)", "bool(BoxHitTestResult,Offset)", "bool(SpanMarker)", "~(DragUpdateDetails)", "~(String,InvoiceEntity)", "~(BuildContext,EntityAction)", "~(DragStartDetails)", "TaskEntityBuilder(TaskEntityBuilder)", "Null(List)", "ListDivider(BuildContext,int)", "SubscriptionEntityBuilder(SubscriptionEntityBuilder)", "~({textFieldContext!SuperTextFieldContext})", "String?(String?,@)", "Null(String?,String?)", "Null(InvoiceEntity)", "bool(InvoiceItemEntity)", "Color?(Set)", "int(List,List)", "String(String,Node)", "String?(String?,FilterByEntity)", "SettingsUIStateBuilder(SettingsUIStateBuilder)", "~(DragEndDetails)", "InvoiceEntity?(String)", "~(PaintingContext,Offset)", "VendorEntityBuilder(VendorEntityBuilder)", "~(String?)", "Widget(BuildContext,int)", "Future?(Object?)", "UserEntityBuilder(UserEntityBuilder)", "bool(bool,UpdateUserPreferences)", "TextFieldKeyboardHandlerResult({keyEvent!KeyEvent,textFieldContext!SuperTextFieldContext})", "int(int?,PreviewEntity)", "UserCompanyEntityBuilder(UserCompanyEntityBuilder)", "EntityStats(String,BuiltMap)", "String()", "Null(SelectableEntity)", "Null(bool?)", "Null(BuildContext,List,bool)", "~(Element0)", "~(PointerEvent)", "Uint8List(PdfPageFormat)", "~(PointerExitEvent)", "Null(~)", "double(RenderBox)", "InvoiceEntity(@)", "Map(Document3,DocumentNode)", "bool(String?)", "TextStyle(Set)", "Null(List)", "String(Match)", "@(TaxRateEntity)", "StatelessWidget(BuildContext,BoxConstraints)", "~(TapUpDetails)", "bool(Object?)", "bool(Element0)", "@(CompanyEntity)", "Null(BuildContext,Completer)", "UserStateBuilder(UserStateBuilder)", "~(RestorableProperty,~())", "~(String,ExpenseEntity)", "bool(FocusNode)", "@(List,bool)", "~(PointerEnterEvent)", "@(int?,String)", "int(int)", "Future?()", "TransactionEntityBuilder(TransactionEntityBuilder)", "bool(int)", "Widget()", "ScrollableListView(BuildContext)", "Null(DesignEntity?)", "List()", "Null(EntityStatus,bool)", "bool(@)", "ListBuilder()", "~(String,@)", "String?(String?)", "DocumentLayout()", "bool(Attribution)", "~(PaymentableEntity)", "~(InvoiceEntity)", "Palette()", "int(String?,String?)", "Null(Completer,String)", "AlertDialog(BuildContext)", "~(BaseEntity)", "~(ByteData?)", "PurchaseOrderStateBuilder(PurchaseOrderStateBuilder)", "Null(TaxRateEntity)", "ExpenseStatusEntityBuilder(ExpenseStatusEntityBuilder)", "DashboardUISettingsBuilder(DashboardUISettingsBuilder)", "~(Object,StackTrace)", "~(String,TaskEntity)", "Null(int)", "@(InvoiceEntity)", "Null(EntityStatus,bool?)", "TaskStatusEntityBuilder(TaskStatusEntityBuilder)", "Null(ExpenseEntity)", "String(InvoiceEntityBuilder)", "~(ForcePressDetails)", "Null(PaymentEntity)", "String?(String?,ClearEntitySelection)", "Null(String,String)", "~(String,String)", "bool(NotoFont)", "~(LayoutView)", "Null(bool)", "bool(ScrollNotification)", "double()", "SimpleDialog(BuildContext)", "Widget(BuildContext,Widget?)", "AuthStateBuilder(AuthStateBuilder)", "int()", "DocumentStateBuilder(DocumentStateBuilder)", "Future<@>(MethodCall0)", "EntityStats(String,BuiltMap)", "Tween(@)", "Null(SettingsEntity)", "bool(ClientContactEntity)", "TransactionRuleEntityBuilder(TransactionRuleEntityBuilder)", "Null(Object,StackTrace)", "DropdownMenuItem(int)", "Null(UserEntity)", "ProductEntityBuilder(ProductEntityBuilder)", "SystemMouseCursor(Set)", "bool(InvoiceEntity)", "bool(VendorContactEntity)", "bool(FlutterHtmlKeyboardEvent)", "~(PointerDownEvent)", "@(String?)", "KeyEventResult(FocusNode,KeyEvent)", "Null(List)", "Object?(@)", "ProjectEntityBuilder(ProjectEntityBuilder)", "PaymentStatusEntityBuilder(PaymentStatusEntityBuilder)", "TextStyle(Set)", "~(String,PaymentEntity)", "QuoteStateBuilder(QuoteStateBuilder)", "Null(BuildContext[EntityAction?])", "~(int,int)", "~(TaskTime)", "double(double,double)", "ListTile(String)", "TaxRateStateBuilder(TaxRateStateBuilder)", "~(@,@)", "Null(Completer)", "Null(TransactionEntity)", "Null(BuildContext,bool)", "Future(BuildContext,bool)", "~(Timer)", "int(FocusNode,FocusNode)", "TransactionStateBuilder(TransactionStateBuilder)", "GroupStateBuilder(GroupStateBuilder)", "String?(@)", "Widget(BuildContext,BoxConstraints)", "Null(int,int)", "bool(BaseEntity)", "bool(DateRange)", "CompanyGatewayStateBuilder(CompanyGatewayStateBuilder)", "ExpenseEntity?(String)", "Color0(int?)", "InvitationEntity(ClientContactEntity)", "Column(BuildContext)", "MapBuilder()", "FeesAndLimitsSettingsBuilder(FeesAndLimitsSettingsBuilder)", "bool(TaskTime)", "ListBuilder()", "~(LongPressStartDetails)", "bool(PaymentableEntity)", "TapSequenceGestureRecognizer()", "Size(RenderBox,BoxConstraints)", "String?(PaymentableEntity)", "DesignEntityBuilder(DesignEntityBuilder)", "Future<@>()", "~(~())", "double(RenderBox,double)", "Null(InvoiceStateBuilder)", "~(TapSequenceGestureRecognizer)", "TaskTimeBuilder(TaskTimeBuilder)", "PanGestureRecognizer()", "BankAccountEntityBuilder(BankAccountEntityBuilder)", "Null(LoginResponse)", "DropdownMenuItem(DateRange)", "Null(JavaScriptObject)", "Null(TaskStateBuilder)", "~(PointerHoverEvent)", "PaymentTermStateBuilder(PaymentTermStateBuilder)", "~(PanGestureRecognizer)", "WebhookEntityBuilder(WebhookEntityBuilder)", "~(PointerSignalEvent)", "MapBuilder(MapBuilder)", "bool(Node)", "int(Object?)", "Null(TaskEntity)", "ClientStateBuilder(ClientStateBuilder)", "InvoiceEntity(InvoiceEntity?,@)", "~(Selectable)", "~(EntityType)", "Future<~>(bool)", "Null(RecurringInvoiceStateBuilder)", "bool(EntityType)", "~(SelectableEntity)", "~(LongPressEndDetails)", "Null(BuildContext[int?])", "Null(BuildContext,List,bool?)", "Null(BuildContext,InvoiceEntity[String?])", "Null(List,String?,String?)", "Null(int,String)", "Null(InvoiceItemEntity,int)", "DateTime(ChartMoneyData,int?)", "double?(ChartMoneyData,int?)", "ExpenseCategoryEntityBuilder(ExpenseCategoryEntityBuilder)", "Color0(ChartMoneyData,int?)", "Null(List)", "AppStateBuilder(AppStateBuilder)", "bool(_RouteEntry)", "MouseCursor0(Set)", "Future(@)", "BorderSide(Set)", "Null(List[String?,String?])", "BaseEntity?(InvoiceItemEntity)", "InvoiceItemSelector(BuildContext)", "~(VerticalDragGestureRecognizer)", "double(ChartMoneyData,int?)", "~(LongPressMoveUpdateDetails)", "List>(BuildContext)", "ExpenseStateBuilder(ExpenseStateBuilder)", "~(TapDragUpDetails)", "Null(BuiltList)", "RecurringExpenseStateBuilder(RecurringExpenseStateBuilder)", "Null(GroupEntity)", "Null(TaskStatusEntity)", "Null(DocumentEntity)", "DropdownMenuItem(String?)", "RecurringInvoiceStateBuilder(RecurringInvoiceStateBuilder)", "MapBuilder()", "~(TextInputAction)", "InvoiceStateBuilder(InvoiceStateBuilder)", "ProjectStateBuilder(ProjectStateBuilder)", "TaskEntity?(String)", "~(EntityAction)", "PaymentEntity?(String)", "TaxRateEntity?(String)", "TextBoundary()", "Null(ProjectEntity)", "TransactionStatusEntityBuilder(TransactionStatusEntityBuilder)", "~(Object?,Object?)", "DocumentStatusEntityBuilder(DocumentStatusEntityBuilder)", "ActivityListTile(BuildContext,int)", "~(InvoiceItemEntity)", "Future>(Map)", "~(DateTime)", "Null(List)", "Text(String)", "MaterialStateProperty?(ButtonStyle?)", "List(BuildContext)", "Future>(Map)", "PaymentStateBuilder(PaymentStateBuilder)", "bool(GestureListener)", "Null(VendorEntity)", "bool(InlineSpan)", "~(ExpenseEntity)", "bool(InheritedElement)", "List()", "Null(ProductEntity)", "DropdownMenuItem(MapEntry)", "Null(RecurringExpenseStateBuilder)", "TaskStateBuilder(TaskStateBuilder)", "MapBuilder>()", "@(Completer)", "@(DesignEntity?)", "~(JSObject)", "RunTemplateDialog(BuildContext)", "@(String,bool)", "~(String,NumericAxis)", "CreditStateBuilder(CreditStateBuilder)", "String(InvoiceEntity)", "~(Store)", "Null(ClientEntity)", "VerticalDragGestureRecognizer()", "~(SpanMarker)", "Object?(Object?)", "@(int)", "EntityStats(String,BuiltMap)", "Null(TokenEntity)", "DesignStateBuilder(DesignStateBuilder)", "~(ScaleEndDetails)", "UserSmsVerification(BuildContext)", "DesignEntity?(String)", "ListBuilder()", "Null(WebhookEntity)", "bool(InvitationEntity)", "int(InvoiceEntity?,InvoiceEntity?)", "Future<~>(String)", "AppTextButton(BuildContext)", "List(BuiltMap,BuiltMap)", "bool(ActivityEntity)", "bool({textFieldContext!SuperTextFieldContext})", "String(ExpenseEntity)", "ClientContactEntityBuilder(ClientContactEntityBuilder)", "Future()", "Null(@,@)", "Null(BuildContext,EmailTemplate,String,String,String)", "BankAccountEntity?(String)", "VendorContactEntityBuilder(VendorContactEntityBuilder)", "String(String?)", "ScrollPosition()", "Null(TaskStatusStateBuilder)", "TaskStatusStateBuilder(TaskStatusStateBuilder)", "String(int)", "@(SettingsEntity)", "Null(ExpenseCategoryEntity)", "VendorStateBuilder(VendorStateBuilder)", "Future()", "~(TapDragDownDetails)", "MessageDialog(BuildContext)", "Widget(BuildContext,EditableTextState)", "bool(ScrollMetricsNotification)", "~(NavigatorObserver)", "ExpenseCategoryStateBuilder(ExpenseCategoryStateBuilder)", "WebhookStateBuilder(WebhookStateBuilder)", "EntityStats(String,BuiltMap)", "InvoiceListItem(BuildContext,int)", "String(SelectableEntity)", "~(String,TransactionEntity)", "MapEntry(@,@)", "GridView(BuildContext,BoxConstraints)", "Null(List)", "Null(List)", "ExpenseListItem(BuildContext,int)", "~(MouseEvent)", "Null(BankAccountEntity)", "bool(InvoiceEntity?)", "Stack(BuildContext,TextLayout)", "Color(Color)", "Null(DateTime?)", "InvoiceEntity?(InvoiceEntity?,@)", "@([String?,String?])", "ListBuilder(ListBuilder)", "Null(PaymentTermEntity)", "String?(SelectableEntity)", "RenderBox()", "@(bool)", "String(InvitationEntity)", "String(String,UpdateUserPreferences)", "TaskListItem(BuildContext,int)", "bool(String,InvoiceEntity)", "ProductEntity?(String)", "~(SelectableEntity?)", "Null(List)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "int(RenderObject,RenderObject)", "String(SelectableEntity?)", "Null(ProductStateBuilder)", "ProductStateBuilder(ProductStateBuilder)", "MapBuilder(MapBuilder)", "CustomFieldSelector(BuildContext)", "TransactionRuleStateBuilder(TransactionRuleStateBuilder)", "SubscriptionStateBuilder(SubscriptionStateBuilder)", "~(String,ClientEntity)", "ColorTween(@)", "Null(TransactionRuleEntity)", "String(TaxRateReportFields0)", "double(Set)", "Rect()", "String(TaxRateReportFields)", "Null(SubscriptionEntity)", "MaterialStateProperty?(DatePickerThemeData?)", "String(ProfitAndLossReportFields)", "Null(ScheduleEntity)", "ScheduleStateBuilder(ScheduleStateBuilder)", "TokenStateBuilder(TokenStateBuilder)", "Null(CompanyGatewayEntity)", "BankAccountStateBuilder(BankAccountStateBuilder)", "Null(BuildContext,InvoiceEntity,ClientEntity?)", "DateTime()", "CompanyGatewayEntity?(String)", "@(int?)", "bool(PaymentEntity)", "InvoiceEntity(String)", "OutlinedButton(EntityAction)", "PopupMenuButton(BuildContext,int)", "MapEntry>(String,String)", "bool(Point)", "List>(BuildContext)", "PopupMenuItem(EntityAction)", "Null(ClientStateBuilder)", "Null(List)", "ClientEntity?(String)", "TaxConfigRegionEntityBuilder(TaxConfigRegionEntityBuilder)", "Null(bool?,int?,String?,double?,double?)", "Null(CreditStateBuilder)", "Future(String?,String?)", "Null(BankAccountStateBuilder)", "Set()", "Future(BuildContext,String)", "Null(List)", "TransactionRuleCriteriaEntityBuilder(TransactionRuleCriteriaEntityBuilder)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap)", "PasswordConfirmation(BuildContext)", "DecoratedFormField(BuildContext,TextEditingController,FocusNode,~())", "Null(WebhookStateBuilder)", "int(@,@)", "PrefStateBuilder(PrefStateBuilder)", "VendorContactEntity()", "ListBuilder()", "IconButton(BuildContext)", "~(List<@>)", "int(ExpenseEntity?,ExpenseEntity?)", "Text(@)", "InkWell(BuildContext)", "Null(List)", "Null(DesignEntity)", "Null(DesignStateBuilder)", "Future(String?)", "~(Event)", "Null(List)", "Iterable(Iterable)", "Future(BuildContext,Completer{oneTimePassword:String,secret:String,url:String})", "WebhookEntity?(String)", "~(ScaleStartDetails)", "Future(BuildContext,Completer,String)", "bool(_Highlight)", "ListBuilder()", "DocumentEntity(@)", "Row(BuildContext,BoxConstraints)", "Null(VendorStateBuilder)", "~(ProductEntity)", "ListTile(BuildContext,int)", "int(int,int)", "Null(List)", "VendorEntity?(String)", "ListBuilder()", "Null(List)", "Set<0^>()", "InvitationEntity(VendorContactEntity)", "List(BuiltMap)", "bool(ExpenseEntity)", "ClientContactEntity()", "Future>(Object?)", "Future(BillingClient)", "Null(ExpenseStateBuilder)", "Null(UserStateBuilder)", "~(Object[StackTrace?])", "Future<~>(MethodCall0)", "ExpenseCategoryEntity?(String)", "Null(List)", "bool(Node0)", "~(Object,String)", "Null(ExpenseCategoryStateBuilder)", "ListBuilder(ListBuilder)", "EdgeInsetsGeometryTween(@)", "MediaQuery(BuildContext,Widget?)", "GroupEntity?(String)", "Null(List)", "PaymentListItem(BuildContext,int)", "GroupEntityBuilder(GroupEntityBuilder)", "Null(GroupStateBuilder)", "QuoteListItem(BuildContext,int)", "Null(TokenStateBuilder)", "~(HorizontalDragGestureRecognizer)", "UserEntity?(String)", "HorizontalDragGestureRecognizer()", "~(LongPressGestureRecognizer)", "~(TextSelection,SelectionChangedCause?)", "LongPressGestureRecognizer()", "@(double?)", "bool(NavigationNotification)", "Null(PaymentStateBuilder)", "bool(FocusableActionDetector)", "DropdownMenuItem(int)", "int(SemanticsNode,SemanticsNode)", "PaymentTermEntity?(String)", "Null(List)", "bool(SemanticsNode)", "~(List)", "Null(PaymentTermStateBuilder)", "~(SliverConstraints)", "bool(bool,DismissTwoYearReviewAppPermanently)", "bool(Object?,Object?)", "~(TaxRateEntity)", "PaymentableEntityBuilder(PaymentableEntityBuilder)", "TextBox(TextBox)", "String(ClientReportFields)", "~(TimeOfDay)", "ProjectEntity?(String)", "Null(List)", "String(ContactReportFields)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "Null(CompanyGatewayStateBuilder)", "String(CreditItemReportFields)", "String(CreditReportFields)", "Null(TransactionRuleStateBuilder)", "String(DocumentReportFields)", "Null(PurchaseOrderStateBuilder)", "String(ExpenseReportFields)", "String(InvoiceItemReportFields)", "String(InvoiceReportFields)", "Null(QuoteStateBuilder)", "String(PaymentReportFields)", "~(DragDownDetails)", "Null(List)", "bool(DataRow)", "String(ProductReportFields)", "ReportsUIStateBuilder(ReportsUIStateBuilder)", "ScheduleEntity?(String)", "Null(List)", "String(PurchaseOrderItemReportFields)", "Null(ScheduleStateBuilder)", "MaterialStateProperty?(ButtonStyle?)", "Null(CompanyEntity)", "String(PurchaseOrderReportFields)", "String(QuoteItemReportFields)", "SubscriptionEntity?(String)", "Null(List)", "IconData(BuildContext)", "Widget(BuildContext)?(ActionIconThemeData?)", "Null(SubscriptionStateBuilder)", "Widget(Widget,Animation0)", "String(QuoteReportFields)", "String(RecurringExpenseReportFields)", "String(RecurringInvoiceReportFields)", "String(TaskItemReportFields)", "~(Size)", "TransactionRuleEntity?(String)", "String(TaskReportFields)", "TaskStatusEntity?(String)", "Null(List)", "Future()", "String(TransactionReportFields)", "~([Intent?])", "String(VendorReportFields)", "String(Object?)", "Future<~>(~)", "Null(List)", "SingleChildRenderObjectWidget(BuildContext,bool,Widget?)", "Widget(BuildContext,bool,Widget?)", "Null(TaxRateStateBuilder)", "ContentLayerWidget(BuildContext)", "Null(TransactionStateBuilder)", "TokenEntity?(String)", "Null(List)", "JavaScriptObject()", "bool(KeyData)", "String(String,String)", "~(ProgressEvent)", "TransactionEntity?(String)", "Null(ProjectStateBuilder)", "String(MaterialLocalizations)", "ListBuilder()", "TaxRateEntity(@)", "TaxRateEntityBuilder(TaxRateEntityBuilder)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltList,ListUIState)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,AddQuoteItem)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,ListUIState,BuiltMap)", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderItem)", "EntityStats(String,BuiltMap)", "String(InvoiceItemEntityBuilder)", "InvoiceItemEntity(String)", "bool(bool,DismissOneYearReviewAppPermanently)", "PaymentTermEntity(@)", "AppSidebarMode(AppSidebarMode,UpdateUserPreferences)", "PaymentTermEntityBuilder(PaymentTermEntityBuilder)", "BuiltMap(BuiltMap,UpdateUserPreferences)", "bool(PaymentEntity?)", "List(String,BuiltMap,BuiltList)", "InvoiceEntity(InvoiceEntity?,AddInvoiceItem)", "GroupEntity(@)", "ExpenseEntity(@)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap,BuiltMap,StaticState)", "bool(String,ExpenseEntity)", "UserEntity(@)", "Null(BuiltList)", "~(PaymentEntity)", "~(VendorEntity)", "~(TaskEntity)", "~(ProjectEntity)", "~(GroupEntity)", "Null(DocumentStateBuilder)", "DocumentEntity?(String)", "~(~)", "int(TaskEntity,TaskEntity)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap)", "List>(BuildContext)", "MapBuilder>(MapBuilder>)", "InkWell(String)", "InvoiceEntity(InvoiceEntity?,AddCreditItem)", "PaymentableEntity(BaseEntity)", "UserSettingsEntityBuilder(UserSettingsEntityBuilder)", "CompanyGatewayEntity(@)", "bool(TaskEntity)", "TaskEntity(String)", "~(DropEventDetails)", "bool(ProjectEntity)", "bool(ProductEntity)", "ReportSettingsEntityBuilder(ReportSettingsEntityBuilder)", "bool(GatewayTokenEntity)", "EntityStats(String,BuiltMap)", "~(ClientEntity)", "String(ProjectEntityBuilder)", "String(PaymentEntityBuilder)", "bool(SelectableEntity)", "bool(HistoryRecord)", "bool(CompanyEntity)", "~(PersistenceRepository)", "UIStateBuilder(UIStateBuilder)", "ToggleButtons(BuildContext,BoxConstraints)", "PaymentRefundScreen(BuildContext)", "PaymentEditScreen(BuildContext)", "MainScreen(BuildContext)", "LoginScreen(BuildContext)", "MapBuilder()", "MapBuilder()", "MapBuilder()", "ListBuilder()", "AccountEntityBuilder(AccountEntityBuilder)", "Null(String?,String?,String?,String?,String?)", "ListBuilder()", "bool(TaxRateEntity?)", "TaxRateEntity()", "ListBuilder()", "ListBuilder()", "Align(List<@>)", "ListBuilder()", "Widget(CompanyEntity)", "bool(UserCompanyState)", "AccountSmsVerification(BuildContext)", "ListBuilder()", "ListBuilder()", "PointerInterceptor(BuildContext)", "UpgradeDialog(BuildContext)", "ListBuilder()", "DropdownMenuItem<@>(@)", "bool(SystemLogEntity)", "~(int,bool)", "ListBuilder()", "BaseEntity(String?)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "MapBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "Null(BuiltList)", "MapBuilder()", "MapBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "Widget(BuildContext,AsyncSnapshot)", "ListBuilder()", "ListBuilder()", "~(GatewayTokenEntity)", "ListBuilder()", "TokenMeta(GatewayTokenEntity)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "MapBuilder>(MapBuilder>)", "bool(GatewayOptionsEntity)", "bool(Country)", "int(Country,Country)", "List(PurchaseWrapper)", "Future(BillingClient)", "ProductWrapper(String)", "Future(BillingClient)", "~(String,IfdDirectory)", "Null(ProgressEvent)", "bool(Rule)", "List()", "~(Object,StackTrace,Object?)", "~(TapDragEndDetails)", "~(TapDragUpdateDetails)", "~(TapDragStartDetails)", "_SelectionToolbarWrapper(BuildContext)", "bool(Selectable)", "bool(ScrollMetrics?)", "~(String,Object?)", "~(ChartDataGroup)", "bool(Selectable,double)", "VelocityTracker(PointerEvent)", "~(_DragInfo)", "MediaQuery(BuildContext)", "DecorationTween(@)", "AlignmentGeometryTween(@)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "Positioned(BuildContext,Widget?)", "~(ForcePressGestureRecognizer)", "ForcePressGestureRecognizer()", "~(TapGestureRecognizer)", "TapGestureRecognizer()", "Future(Response?)", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "TextPosition(TextPosition,bool,TextBoundary)", "~([Duration?])", "bool(DisplayFeature)", "Future<~>(@)", "Object?(DismissIntent)", "Route<@>(RouteSettings)", "Map()", "~(RestorationBucket)", "ExpenseCategoryListItem(BuildContext,int)", "Future(ByteData?)", "Set(LogicalKeyboardKey)", "InvoiceTaxDetails(BuildContext)", "List(_SemanticsSortGroup)", "Container(BuildContext,int)", "~(SemanticsNode)", "bool(BoxHitTestResult)", "List>(BuildContext)", "PopupMenuItem(String)", "ProductListItem(BuildContext,int)", "~(MapEntry)", "~([String?])", "_InterestingSemanticsFragment(SemanticsConfiguration)", "double?()", "Padding(InvoiceEntity)", "~(SemanticsUpdate0)", "~(ImageStreamListener)", "ImageStreamCompleter()", "bool(_TappableLabel)", "Semantics(BuildContext,Widget?)", "bool(Set)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "LocalKey(MergeableMaterialItem)", "~(RenderBox?)", "ChildSemanticsConfigurationsResult(List)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "~(FocusHighlightMode)", "CustomSingleChildLayout(BuildContext)", "bool(BuildContext)", "Color?(DatePickerThemeData?)", "0^?(MaterialStateProperty<0^>?(DatePickerThemeData?),Set)", "0^?(0^?(DatePickerThemeData?))", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "MaterialStateProperty?(ButtonStyle?)", "bool(DraggableScrollableNotification)", "LicenseEntry(int)", "Widget(BuildContext,bool)", "TokenEntityBuilder(TokenEntityBuilder)", "Color0(@,int?)", "num?(@,int?)", "Map(String?)", "double(_PointerPanZoomData)", "@(int,bool)", "Null(BuildContext,List)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "Drag?(Offset)", "~(DiagnosticsNode)", "~([TapUpDetails?])", "Color?(Color?)", "XFile(String)", "Null(BuildContext,String,String)", "bool(RenderBox)", "~(ScaleUpdateDetails)", "String(MapBuilder)", "~(ChartBehavior<@>)", "Future(BuildContext,AppSidebarMode)", "bool(ChartBehavior<@>)", "num?(int?)", "~(GestureListener)", "bool(LayoutView)", "DropdownMenuItem(ImportType)", "int(LayoutView,LayoutView)", "String(num?)", "TaxConfigEntityBuilder(TaxConfigEntityBuilder)", "TaxConfigSubregionEntityBuilder(TaxConfigSubregionEntityBuilder)", "List()", "Future(Object?)", "_EnableTwoFactor(BuildContext)", "Null(String,List)", "List?(int?)", "~(bool(String))", "bool?(SubscriptionEntityBuilder)", "~(int?)", "Null(Duration)", "Null(Completer,String)", "String?()", "~(int?,int?)", "VendorListItem(BuildContext,int)", "Null(BuildContext,String)", "_RuleCriteria(BuildContext)", "SpanMarker(SpanMarker)", "~(Attribution,int)", "Text(BaseEntity)", "_Channel()", "Null(GoogleSignInAuthentication)", "Future(RandomAccessFile)", "_RandomAccessFile(Object?)", "~(SuperEditorDemoTextItem?)", "~(RandomAccessFile)", "Null(Uint8List)", "String(Node3)", "bool(BlockSyntax)", "bool(InlineSyntax)", "bool(Delimiter)", "List()", "bool(Intent)", "~([Future<@>?])", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "Null(PrintingInfo)", "~([~])", "~(Uint8List,String,int)", "bool(EditEvent)", "ChangeSelectionCommand?(EditRequest)", "ChangeComposingRegionCommand?(EditRequest)", "InsertTextCommand?(EditRequest)", "ConvertListItemToParagraphCommand?(EditRequest)", "int(int,LinkifyElement)", "int(String?)", "~([Future<~>?])", "~(DocumentSelection)", "~([Object?])", "~(MapEntry)", "~(GestureMode)", "bool(SemanticsObject)", "Widget(BuildContext,Offset?,Widget?)", "Widget(BuildContext,Rect?,Widget?)", "DeltaTextInputClientDecorator()", "~({addedComponents!List,changedComponents!List,movedComponents!List,removedComponents!List})", "bool(DocumentNode)", "KeyData()", "Widget(BuildContext,Key,LeaderLink)", "JSObject([JavaScriptObject?])", "Stack(BuildContext)", "Rect?()", "Widget(BuildContext,TextLayout)", "JSObject(int)", "DateTime(int[int,int,int,int,int,int,int])", "Future(String,Map)", "Matrix40(double)", "~(RenderBox,BoxConstraints{parentUsesSize:bool})", "~(Codec)", "~(double)", "~(NativeUint8List)", "ExpenseEntity(ExpenseEntity?,@)", "ExpenseEntity?(ExpenseEntity?,@)", "List()", "ViewListDiffResult?(int)", "Future([JavaScriptObject?])", "TextFieldKeyboardHandlerResult({keyEvent!KeyEvent,textFieldContext!SuperTextFieldContext,textLayout:ProseTextLayout?})", "Widget(BuildContext,Object?,ScrollController?)", "String?(String?,ViewDocument)", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder>()", "MapBuilder()", "MapBuilder()", "DropdownButtonHideUnderline(BuildContext)", "InputBorder?()", "BorderRadius?()", "~(Size?)", "int(TaskTime,TaskTime)", "Map()", "bool(BankAccountEntity?)", "bool(Color?)", "BorderSide?(Set)", "Rect()?(RenderBox)", "~(Intent?)", "num(int?)", "Map(String)", "Null(String,@)", "bool(InkHighlight?)", "Material(FlutterErrorDetails)", "Color(_HighlightType)", "OffscreenCanvasViewRasterizer()", "StyledToast(BuildContext)", "Locale(String)", "ImportantMessageBanner(BuildContext)", "ProductScreenBuilder(BuildContext)", "ProductViewScreen(BuildContext)", "ProductEditScreen(BuildContext)", "ClientScreenBuilder(BuildContext)", "ClientViewScreen(BuildContext)", "ClientEditScreen(BuildContext)", "ClientPdfScreen(BuildContext)", "InvoiceScreenBuilder(BuildContext)", "InvoiceViewScreen(BuildContext)", "InvoiceEditScreen(BuildContext)", "InvoiceEmailScreen(BuildContext)", "InvoicePdfScreen(BuildContext)", "DocumentScreenBuilder(BuildContext)", "DocumentViewScreen(BuildContext)", "DocumentEditScreen(BuildContext)", "ExpenseScreenBuilder(BuildContext)", "ExpenseViewScreen(BuildContext)", "ExpenseEditScreen(BuildContext)", "VendorScreenBuilder(BuildContext)", "VendorViewScreen(BuildContext)", "VendorEditScreen(BuildContext)", "TaskScreenBuilder(BuildContext)", "TaskViewScreen(BuildContext)", "TaskEditScreen(BuildContext)", "ProjectScreenBuilder(BuildContext)", "ProjectViewScreen(BuildContext)", "ProjectEditScreen(BuildContext)", "PaymentScreenBuilder(BuildContext)", "PaymentViewScreen(BuildContext)", "Set(Set,Set)", "Null(FrameInfo)", "QuoteScreenBuilder(BuildContext)", "QuoteViewScreen(BuildContext)", "QuoteEditScreen(BuildContext)", "QuoteEmailScreen(BuildContext)", "QuotePdfScreen(BuildContext)", "ScheduleScreenBuilder(BuildContext)", "ScheduleViewScreen(BuildContext)", "ScheduleEditScreen(BuildContext)", "TransactionRuleScreenBuilder(BuildContext)", "TransactionRuleViewScreen(BuildContext)", "TransactionRuleEditScreen(BuildContext)", "TransactionScreenBuilder(BuildContext)", "TransactionViewScreen(BuildContext)", "TransactionEditScreen(BuildContext)", "BankAccountScreenBuilder(BuildContext)", "BankAccountViewScreen(BuildContext)", "BankAccountEditScreen(BuildContext)", "PurchaseOrderScreenBuilder(BuildContext)", "PurchaseOrderViewScreen(BuildContext)", "PurchaseOrderEditScreen(BuildContext)", "PurchaseOrderEmailScreen(BuildContext)", "PurchaseOrderPdfScreen(BuildContext)", "RecurringExpenseScreenBuilder(BuildContext)", "RecurringExpenseViewScreen(BuildContext)", "RecurringExpenseEditScreen(BuildContext)", "SubscriptionScreenBuilder(BuildContext)", "SubscriptionViewScreen(BuildContext)", "SubscriptionEditScreen(BuildContext)", "TaskStatusScreenBuilder(BuildContext)", "TaskStatusViewScreen(BuildContext)", "TaskStatusEditScreen(BuildContext)", "ExpenseCategoryScreenBuilder(BuildContext)", "ExpenseCategoryViewScreen(BuildContext)", "ExpenseCategoryEditScreen(BuildContext)", "RecurringInvoiceScreenBuilder(BuildContext)", "RecurringInvoiceViewScreen(BuildContext)", "RecurringInvoiceEditScreen(BuildContext)", "RecurringInvoicePdfScreen(BuildContext)", "WebhookScreenBuilder(BuildContext)", "WebhookViewScreen(BuildContext)", "WebhookEditScreen(BuildContext)", "TokenScreenBuilder(BuildContext)", "TokenViewScreen(BuildContext)", "TokenEditScreen(BuildContext)", "PaymentTermScreenBuilder(BuildContext)", "PaymentTermEditScreen(BuildContext)", "PaymentTermViewScreen(BuildContext)", "DesignScreenBuilder(BuildContext)", "DesignViewScreen(BuildContext)", "DesignEditScreen(BuildContext)", "CreditScreenBuilder(BuildContext)", "CreditViewScreen(BuildContext)", "CreditEditScreen(BuildContext)", "CreditEmailScreen(BuildContext)", "CreditPdfScreen(BuildContext)", "UserScreenBuilder(BuildContext)", "UserViewScreen(BuildContext)", "UserEditScreen(BuildContext)", "GroupScreenBuilder(BuildContext)", "GroupViewScreen(BuildContext)", "GroupEditScreen(BuildContext)", "SettingsScreenBuilder(BuildContext)", "ReportsScreenBuilder(BuildContext)", "CompanyDetailsScreen(BuildContext)", "UserDetailsScreen(BuildContext)", "LocalizationScreen(BuildContext)", "PaymentsSettingsScreen(BuildContext)", "CompanyGatewayScreenBuilder(BuildContext)", "CompanyGatewayViewScreen(BuildContext)", "CompanyGatewayEditScreen(BuildContext)", "TaxSettingsScreen(BuildContext)", "TaxRateScreenBuilder(BuildContext)", "TaxRateViewScreen(BuildContext)", "TaxRateEditScreen(BuildContext)", "ProductSettingsScreen(BuildContext)", "ExpenseSettingsScreen(BuildContext)", "TaskSettingsScreen(BuildContext)", "ImportExportScreen(BuildContext)", "DeviceSettingsScreen(BuildContext)", "AccountManagementScreen(BuildContext)", "CustomFieldsScreen(BuildContext)", "GeneratedNumbersScreen(BuildContext)", "WorkflowSettingsScreen(BuildContext)", "InvoiceDesignScreen(BuildContext)", "ClientPortalScreen(BuildContext)", "EmailSettingsScreen(BuildContext)", "TemplatesAndRemindersScreen(BuildContext)", "CreditCardsAndBanksScreen(BuildContext)", "DataVisualizationsScreen(BuildContext)", "EInvoiceSettingsScreen(BuildContext)", "~(String?,List)", "TextElement2(String)", "Color?(Color?,Color?,Color?[Color?])", "ListTileTheme(BuildContext)", "StatefulWidget?(BuildContext,MagnifierController,ValueNotifier)", "bool(LayoutChangedNotification)", "Future(SharedPreferences)", "double(TextElement2)", "bool(Pattern[int])", "String(String,ClearLastError)", "String(String,LoadClientsFailure)", "String(String,LoadProductsFailure)", "String(String,LoadInvoicesFailure)", "String(String,LoadPaymentsFailure)", "String(String,LoadQuotesFailure)", "String(String,LoadProjectsFailure)", "String(String,LoadTasksFailure)", "String(String,LoadVendorsFailure)", "String(String,LoadExpensesFailure)", "String(String,LoadSchedulesFailure)", "String(String,LoadTransactionRulesFailure)", "String(String,LoadTransactionsFailure)", "String(String,LoadBankAccountsFailure)", "String(String,LoadPurchaseOrdersFailure)", "String(String,LoadRecurringExpensesFailure)", "String(String,LoadSubscriptionsFailure)", "String(String,LoadTaskStatusesFailure)", "String(String,LoadRecurringInvoicesFailure)", "String(String,LoadWebhooksFailure)", "String(String,LoadTokensFailure)", "String(String,LoadPaymentTermsFailure)", "String(String,LoadDesignsFailure)", "String(String,LoadCreditsFailure)", "String(String,RefreshDataFailure)", "UserCompanyState(int)", "ShapeBorderTween(@)", "SurfaceScene()", "int(int?)", "SelectableEntity?(@)", "bool(Color)", "PageTransitionsBuilder?(TargetPlatform)", "FadeTransition(BuildContext,Widget?)", "~(UserCompanyEntity)", "~(UserCompanyState)", "~(double,double)", "@(@,String)", "bool(OverscrollIndicatorNotification)", "Widget(Widget,int,Animation0)", "Null(BuiltList)", "BankAccountUIStateBuilder(BankAccountUIStateBuilder)", "bool(bool?,ViewBankAccount)", "bool(bool?,ViewBankAccountList)", "bool(bool?,FilterBankAccountsByState)", "bool(bool?,FilterBankAccounts)", "bool(bool?,FilterBankAccountsByCustom1)", "bool(bool?,FilterBankAccountsByCustom2)", "bool(bool?,FilterBankAccountsByCustom3)", "bool(bool?,FilterBankAccountsByCustom4)", "int?(int?,UpdateBankAccountTab)", "Material(BuildContext,Widget?)", "String(String?,ArchiveBankAccountsSuccess)", "String(String?,DeleteBankAccountsSuccess)", "Actions(BuildContext,Widget?)", "~(DragEndDetails{isClosing:bool?})", "Align(BuildContext,Widget?)", "Object()", "String(String?,SortBankAccounts)", "String(String?,FilterBankAccounts)", "String(String?,FilterBankAccountsByState)", "String(String?,FilterBankAccountsByCustom1)", "String(String?,FilterBankAccountsByCustom2)", "String(String?,FilterBankAccountsByCustom3)", "String(String?,FilterBankAccountsByCustom4)", "bool(Point[double?])", "BankAccountEntity(BankAccountEntity?,UpdateBankAccount)", "bool(Point,double,double)", "BankAccountEntity(BankAccountEntity?,RestoreBankAccountsSuccess)", "BankAccountEntity(BankAccountEntity?,ArchiveBankAccountsSuccess)", "BankAccountEntity(BankAccountEntity?,DeleteBankAccountsSuccess)", "String(int?)", "String?(int)", "MapEntry(MapEntry)", "Animation0(bool)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,String?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "BankAccountEntity(@)", "~(List,TextDirection,double)", "GlobalKey>(Widget)", "Center(int)", "InputDecorator(BuildContext,Widget?)", "_MergClientPicker(BuildContext)", "Color0?(int?)", "BulkUpdateDialog(BuildContext)", "UnmanagedRestorationScope(FormFieldState)", "ThemeDataTween(@)", "ThemeData()", "MapEntry>(Object,ThemeExtension<@>)", "Null(BuiltList)", "bool(MapEntry>)", "TimeOfDay(int)", "Offset(double,double)", "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)", "Completer?(Completer?,EditClient)", "Completer?(Completer?,EditClient)", "ClientContactEntity(ClientContactEntity?,EditClient)", "ClientContactEntity(ClientContactEntity?,EditContact)", "String(String?,ArchiveClientsSuccess)", "String(String?,DeleteClientsSuccess)", "String?(String?,ViewClient)", "String(String?,AddClientSuccess)", "String(String?,ShowPdfClient)", "String(String?,SortClients)", "String(String?,FilterClients)", "String(String?,FilterClientsByState)", "String(String?,FilterClientsByCustom1)", "String(String?,FilterClientsByCustom2)", "String(String?,FilterClientsByCustom3)", "String(String?,FilterClientsByCustom4)", "~(List<_TappableLabel>,double)", "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)", "~(List<_TappableLabel>?)", "~(_LineRendererElement)", "List(BuiltMap,BuiltList,BuiltMap,StaticState)", "~({animation!Animation0,controller!AnimationController,max!double,min!double,target!double,tween!Tween})", "TimeOfDay()", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,ListUIState,BuiltMap,StaticState)", "Null(~())", "ClientEntity(@)", "UserCompanyStateBuilder(UserCompanyStateBuilder)", "UserCompanyEntity(UserCompanyEntity?,SaveEInvoiceCertificateSuccess)", "~(TimePickerEntryMode)", "UserCompanyEntity(UserCompanyEntity?,UpdateReportSettings)", "SingleChildScrollView(BuildContext,BoxConstraints)", "UserCompanyEntity(UserCompanyEntity?,SaveAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,ConnectOAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,ConnecGmailUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisconnectOAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisconnectOAuthMailerSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisableTwoFactorSuccess)", "UserCompanyEntity(UserCompanyEntity?,SaveUserSettingsSuccess)", "UserCompanyEntity(UserCompanyEntity?,UpdateCompanyLanguage)", "UserCompanyEntity(UserCompanyEntity?,UpdateDashboardFields)", "UserCompanyEntity?(UserCompanyEntity?,UpdateDashboardFieldSettingss)", "CompanyEntityBuilder(UserCompanyEntityBuilder)", "int(int,LoadCompanySuccess)", "int(int,LoadExpensesSuccess)", "List(BuiltMap,BuiltList)", "bool(CompanyEntity?,BuiltMap,BuiltMap)", "List(CompanyEntity?,BuiltMap,BuiltMap)", "List(String?,UserCompanyState)", "ProductEntity(String)", "~(_HourMinuteMode)", "ClientEntity(String)", "bool(ClientEntity)", "MergeSemantics(int)", "Palette(Palette())", "PaymentEntity(String)", "Future(ImmutableBuffer{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "ProjectEntity(String)", "Future(ImmutableBuffer{getTargetSize:TargetImageSize(int,int)?})", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "int(BaseEntity?,BaseEntity?)", "bool(ShapeBorder)", "String(ShapeBorder)", "double(double,FlutterView)", "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)", "bool(double)", "Color(double)", "_LiveImage()", "List(BuiltMap,BuiltList,ListUIState,String?,bool)", "double(String,BuiltMap)", "~(ImageInfo?,bool)", "EntityStats(String,BuiltMap)", "~(String,CompanyGatewayEntity)", "Future<~>(Object,StackTrace?)", "int(PaintRequest,PaintRequest)", "Null(AssetManifest)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "~(ImageChunkEvent)", "~(Object,StackTrace?)?(ImageStreamListener)", "~(ImageChunkEvent)?(ImageStreamListener)", "Null(@,StackTrace)", "Paint(BoxShadow)", "CreditUIStateBuilder(CreditUIStateBuilder)", "bool(bool?,ViewCredit)", "bool(bool?,ViewCreditList)", "bool(bool?,FilterCreditsByState)", "bool(bool?,FilterCreditsByStatus)", "bool(bool?,FilterCredits)", "bool(bool?,FilterCreditsByCustom1)", "bool(bool?,FilterCreditsByCustom2)", "bool(bool?,FilterCreditsByCustom3)", "bool(bool?,FilterCreditsByCustom4)", "int?(int?,UpdateCreditTab)", "String?(String?,ShowPdfCredit)", "int?(int?,EditCredit)", "int?(int?,EditCreditItem)", "String(String?,ArchiveCreditsSuccess)", "String(String?,DeleteCreditsSuccess)", "String?(String?,ViewCredit)", "String(String?,AddCreditSuccess)", "String(String?,ShowEmailCredit)", "String(String?,ShowPdfCredit)", "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)", "Rect(BoxShadow)", "InvoiceEntity(InvoiceEntity?,MoveCreditItem)", "InvoiceEntity(InvoiceEntity?,DeleteCreditItem)", "InvoiceEntity(InvoiceEntity?,UpdateCreditItem)", "InvoiceEntity(InvoiceEntity?,UpdateCreditClient)", "InvoiceEntity(InvoiceEntity?,RestoreCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,AddCreditContact)", "InvoiceEntity(InvoiceEntity?,RemoveCreditContact)", "Path(BoxShadow)", "bool(int,bool)", "~(int,@)", "LineMetrics(LineMetrics)", "DiagnosticsNode(InlineSpan)", "~(SelectionModelType)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap)", "HitTestResult(Offset,int)", "String(double,double,String)", "Size()", "DashboardUIStateBuilder(DashboardUIStateBuilder)", "BuiltMap>(BuiltMap>,UpdateDashboardSelection)", "_Future<@>?()", "BuiltMap>(BuiltMap>,SelectCompany)", "EntityType?(EntityType?,UpdateDashboardEntityType)", "bool?(bool?,UpdateDashboardSidebar)", "~(TextSelection)", "bool(InlineSpanSemanticsInformation)", "Rect(Rect?,TextBox)", "~(String,ChartBehavior0<@>)", "~(ChartStateBehavior>,AnimationController)", "MouseCursor0(MouseTrackerAnnotation)", "~(String,Duration)", "~(MouseTrackerAnnotation,Matrix40)", "bool(MouseTrackerAnnotation)", "List(BuiltMap,String)", "Widget(LegendEntry<@>)", "~(List<_InterestingSemanticsFragment>{isMergeUp:bool})", "List(BuiltMap,BuiltMap)", "int(PaymentEntity?,PaymentEntity?)", "List(BuiltMap,BuiltMap)", "RenderCanvas()", "List(BuiltMap,BuiltMap)", "List(BuiltMap,BuiltMap)", "Padding(Widget)", "~(_SelectableFragment)", "bool(_SelectableFragment)", "OneSequenceGestureRecognizer(Factory)", "TransformLayer?(PaintingContext,Offset)", "Null(BuiltList)", "DesignUIStateBuilder(DesignUIStateBuilder)", "bool(bool?,ViewDesign)", "bool(bool?,ViewDesignList)", "bool(bool?,FilterDesignsByState)", "bool(bool?,FilterDesigns)", "bool(bool?,FilterDesignsByCustom1)", "bool(bool?,FilterDesignsByCustom2)", "bool(bool?,FilterDesignsByCustom3)", "bool(bool?,FilterDesignsByCustom4)", "String(String?,ArchiveDesignsSuccess)", "String(String?,DeleteDesignsSuccess)", "String(String?,SortDesigns)", "String(String?,FilterDesigns)", "String(String?,FilterDesignsByState)", "String(String?,FilterDesignsByCustom1)", "String(String?,FilterDesignsByCustom2)", "String(String?,FilterDesignsByCustom3)", "String(String?,FilterDesignsByCustom4)", "DesignEntity(DesignEntity?,RestoreDesignsSuccess)", "DesignEntity(DesignEntity?,ArchiveDesignsSuccess)", "DesignEntity(DesignEntity?,DeleteDesignsSuccess)", "DesignEntity(DesignEntity?,UpdateDesign)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "int(TableRow)", "List(BuiltMap,BuiltList,ListUIState)", "DesignEntity(@)", "Padding(int)", "bool(RenderSliver)", "List(Size)", "~(FrameTiming)", "~(int,_FrameCallbackEntry)", "~(SemanticsActionEvent)", "Null(Uint8List?)", "DocumentUIStateBuilder(DocumentUIStateBuilder)", "bool(bool?,ViewDocument)", "bool(bool?,ViewDocumentList)", "bool(bool?,FilterDocumentsByState)", "bool(bool?,FilterDocumentsByStatus)", "bool(bool?,FilterDocuments)", "bool(bool?,FilterDocumentsByCustom1)", "bool(bool?,FilterDocumentsByCustom2)", "bool(bool?,FilterDocumentsByCustom3)", "bool(bool?,FilterDocumentsByCustom4)", "String(String?,ArchiveDocumentSuccess)", "String(String?,DeleteDocumentSuccess)", "ViewClipChain()", "String(String?,SortDocuments)", "String(String?,FilterDocuments)", "String(String?,FilterDocumentsByState)", "String(String?,FilterDocumentsByStatus)", "String(String?,FilterDocumentsByCustom1)", "String(String?,FilterDocumentsByCustom2)", "String(String?,FilterDocumentsByCustom3)", "String(String?,FilterDocumentsByCustom4)", "DocumentEntity(DocumentEntity?,UpdateDocument)", "JSObject(JavaScriptObject)", "SemanticsNode(_TraversalSortNode)", "DiagnosticsNode(SemanticsNode)", "Future()", "ChartContainerRenderObject<@>()", "int(SemanticsNode)", "SemanticsNode(int)", "~(SemanticsTag)", "~(SemanticsAction,~(Object?))", "ByteData(ByteData?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "Future<_AssetManifestBin>(String)", "InvoiceItemEntity(BaseEntity)", "AssetMetadata(Map)", "Map(TextInputConfiguration)", "TextInputConfiguration(AutofillClient)", "Stream()", "ExpenseUIStateBuilder(ExpenseUIStateBuilder)", "bool(bool?,ViewExpense)", "bool(bool?,ViewExpenseList)", "bool(bool?,FilterExpensesByState)", "bool(bool?,FilterExpensesByStatus)", "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)", "Future(String?)", "Future<~>(ByteData?,~(ByteData?))", "Future>(@)", "~(RawKeyEvent)", "Future(JavaScriptObject)", "InvoiceEntity?(ExpenseEntity,BuiltMap)", "int(_PlatformChannelStats,_PlatformChannelStats)", "_Future<@>(@)", "List(BuiltMap,String?)", "RawKeyEventData()", "Future(JSObject)", "JSObject()", "List()", "Null(BuiltList)", "ExpenseCategoryUIStateBuilder(ExpenseCategoryUIStateBuilder)", "Completer?(Completer?,EditExpenseCategory)", "Completer?(Completer?,EditExpenseCategory)", "bool(bool?,ViewExpenseCategory)", "bool(bool?,ViewExpenseCategoryList)", "bool(bool?,FilterExpenseCategoriesByState)", "bool(bool?,FilterExpenseCategories)", "bool(bool?,FilterExpenseCategoriesByCustom1)", "bool(bool?,FilterExpenseCategoriesByCustom2)", "bool(bool?,FilterExpenseCategoriesByCustom3)", "bool(bool?,FilterExpenseCategoriesByCustom4)", "String(String?,ArchiveExpenseCategoriesSuccess)", "String(String?,DeleteExpenseCategoriesSuccess)", "String(String?,SortExpenseCategories)", "String(String?,FilterExpenseCategories)", "String(String?,FilterExpenseCategoriesByState)", "String(String?,FilterExpenseCategoriesByCustom1)", "String(String?,FilterExpenseCategoriesByCustom2)", "String(String?,FilterExpenseCategoriesByCustom3)", "String(String?,FilterExpenseCategoriesByCustom4)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,RestoreExpenseCategoriesSuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,ArchiveExpenseCategoriesSuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,DeleteExpenseCategoriesSuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,UpdateExpenseCategory)", "List(List)", "double(num)", "List<@>(String)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,String)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "double(String,BuiltMap)", "List(SelectionRect)", "PlatformViewSurface(BuildContext,PlatformViewController)", "ExpenseCategoryEntity(@)", "_HtmlElementViewController(PlatformViewCreationParams)", "Future<~>(PointerEvent)", "Null(JavaScriptFunction,JavaScriptFunction)", "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)", "~(@,StackTrace)", "~(Action)", "Map(WebDropItem)", "~(_ChildEntry)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "EntityStats(BuiltMap,String)", "Widget(_ChildEntry)", "SimpleDialogOption(EmailTemplate)", "InvoiceUIStateBuilder(InvoiceUIStateBuilder)", "bool(bool?,ViewInvoice)", "bool(bool?,ViewInvoiceList)", "bool(bool?,FilterInvoicesByState)", "bool(bool?,FilterInvoicesByStatus)", "bool(bool?,FilterInvoices)", "bool(bool?,FilterInvoicesByCustom1)", "bool(bool?,FilterInvoicesByCustom2)", "bool(bool?,FilterInvoicesByCustom3)", "bool(bool?,FilterInvoicesByCustom4)", "int?(int?,UpdateInvoiceTab)", "String?(String?,ShowPdfInvoice)", "int?(int?,EditInvoice)", "int?(int?,EditInvoiceItem)", "String(String?,ArchiveInvoicesSuccess)", "String(String?,DeleteInvoicesSuccess)", "String?(String?,ViewInvoice)", "String(String?,AddInvoiceSuccess)", "String(String?,ShowEmailInvoice)", "String(String?,ShowPdfInvoice)", "String(String?,SortInvoices)", "String(String?,FilterInvoices)", "String(String?,FilterInvoicesByState)", "String(String?,FilterInvoicesByStatus)", "String(String?,FilterInvoicesByCustom1)", "String(String?,FilterInvoicesByCustom2)", "String(String?,FilterInvoicesByCustom3)", "String(String?,FilterInvoicesByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdateInvoice)", "bool(Widget)", "InvoiceEntity(InvoiceEntity?,MoveInvoiceItem)", "InvoiceEntity(InvoiceEntity?,DeleteInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateInvoiceClient)", "InvoiceEntity(InvoiceEntity?,RestoreInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,AddInvoiceContact)", "InvoiceEntity(InvoiceEntity?,RemoveInvoiceContact)", "int(OverlayGroup)", "Route<@>?(RouteSettings)", "bool(String,BuiltMap)", "InvoiceEntity?(InvoiceEntity,BuiltMap)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List,String?)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap,String?)", "Future(int)", "~(AutocompletePreviousOptionIntent)", "~(AutocompleteNextOptionIntent)", "Null(BuiltList)", "PaymentUIStateBuilder(PaymentUIStateBuilder)", "bool(bool?,ViewPayment)", "bool(bool?,ViewPaymentList)", "bool(bool?,FilterPaymentsByState)", "bool(bool?,FilterPaymentsByStatus)", "bool(bool?,FilterPayments)", "bool(bool?,FilterPaymentsByCustom1)", "bool(bool?,FilterPaymentsByCustom2)", "bool(bool?,FilterPaymentsByCustom3)", "bool(bool?,FilterPaymentsByCustom4)", "int?(int?,UpdatePaymentTab)", "String(String?,ArchivePaymentsSuccess)", "String(String?,DeletePaymentsSuccess)", "String?(String?,ViewPayment)", "String(String?,AddPaymentSuccess)", "String(String?,SortPayments)", "String(String?,FilterPayments)", "String(String?,FilterPaymentsByState)", "String(String?,FilterPaymentsByStatus)", "String(String?,FilterPaymentsByCustom1)", "String(String?,FilterPaymentsByCustom2)", "String(String?,FilterPaymentsByCustom3)", "String(String?,FilterPaymentsByCustom4)", "PaymentEntity(PaymentEntity?,RestorePaymentsSuccess)", "PaymentEntity(PaymentEntity?,ArchivePaymentsSuccess)", "PaymentEntity(PaymentEntity?,DeletePaymentsSuccess)", "PaymentEntity(PaymentEntity?,UpdatePayment)", "String(PaymentEntity)", "WebDropItem(Map<@,@>)", "bool(String,PaymentEntity)", "CompositedTransformFollower(BuildContext)", "bool(AutofillClient)", "AutofillClient()", "bool(KeepAliveNotification)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState)", "EntityStats(String,BuiltMap,BuiltMap)", "PaymentEntity(@)", "XFile(WebDropItem)", "ClipPath(BuildContext)", "~(DropEvent)", "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)", "~(File,Uint8List?,String?,Stream>?)", "Future()", "Future<~>(double)", "~(CkPicture)", "List(BuiltMap,BuiltList)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "DefaultSelectionStyle(BuildContext)", "SimpleDialogOption(String)", "RegisteredFont?(ByteBuffer,String,String)", "Rect(DisplayFeature)", "LayoutBuilder(BuildContext,double,Widget?)", "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)", "_DraggableSheetExtent()", "~(Layer0)", "List(BuiltMap,BuiltList,BuiltMap)", "List(BuiltMap)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap)", "ProductEntity(@)", "Future(String)", "TickerFuture({from:double?})", "~(_AnimationDirection)", "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)", "Completer?(Completer?,EditProject)", "Completer?(Completer?,EditProject)", "String(String?,ArchiveProjectSuccess)", "String(String?,DeleteProjectSuccess)", "String?(String?,ViewProject)", "String(String?,AddProjectSuccess)", "String(String?,SortProjects)", "String(String?,FilterProjects)", "String(String?,FilterProjectsByState)", "String(String?,FilterProjectsByCustom1)", "String(String?,FilterProjectsByCustom2)", "String(String?,FilterProjectsByCustom3)", "String(String?,FilterProjectsByCustom4)", "ProjectEntity(ProjectEntity?,RestoreProjectSuccess)", "ProjectEntity(ProjectEntity?,ArchiveProjectSuccess)", "ProjectEntity(ProjectEntity?,DeleteProjectSuccess)", "ProjectEntity(ProjectEntity?,UpdateProject)", "String(ProjectEntity)", "~(TransposeCharactersIntent)", "bool(String,ProjectEntity)", "~(ReplaceTextIntent)", "int(TaskEntity?,TaskEntity?)", "~(ScrollToDocumentBoundaryIntent)", "List(BuiltMap,BuiltList,BuiltMap,BuiltMap,String?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap,BuiltMap)", "~(ScrollIntent)", "~(String,ProjectEntity)", "ProjectEntity(@)", "PurchaseOrderUIStateBuilder(PurchaseOrderUIStateBuilder)", "bool(bool?,ViewPurchaseOrder)", "bool(bool?,ViewPurchaseOrderList)", "bool(bool?,FilterPurchaseOrdersByState)", "bool(bool?,FilterPurchaseOrdersByStatus)", "bool(bool?,FilterPurchaseOrders)", "bool(bool?,FilterPurchaseOrdersByCustom1)", "bool(bool?,FilterPurchaseOrdersByCustom2)", "bool(bool?,FilterPurchaseOrdersByCustom3)", "bool(bool?,FilterPurchaseOrdersByCustom4)", "int?(int?,UpdatePurchaseOrderTab)", "String?(String?,ShowPdfPurchaseOrder)", "int?(int?,EditPurchaseOrder)", "int?(int?,EditPurchaseOrderItem)", "String(String?,ArchivePurchaseOrdersSuccess)", "String(String?,DeletePurchaseOrdersSuccess)", "String?(String?,ViewPurchaseOrder)", "String(String?,AddPurchaseOrderSuccess)", "String(String?,ShowEmailPurchaseOrder)", "String(String?,ShowPdfPurchaseOrder)", "String(String?,SortPurchaseOrders)", "String(String?,FilterPurchaseOrders)", "String(String?,FilterPurchaseOrdersByState)", "String(String?,FilterPurchaseOrdersByStatus)", "String(String?,FilterPurchaseOrdersByCustom1)", "String(String?,FilterPurchaseOrdersByCustom2)", "String(String?,FilterPurchaseOrdersByCustom3)", "String(String?,FilterPurchaseOrdersByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrder)", "~(ExtendSelectionByPageIntent)", "InvoiceEntity(InvoiceEntity?,MovePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,DeletePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrderVendor)", "InvoiceEntity(InvoiceEntity?,RestorePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,ArchivePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,DeletePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderContact)", "InvoiceEntity(InvoiceEntity?,RemovePurchaseOrderContact)", "~(UpdateSelectionIntent)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,BuiltMap,BuiltMap,String)", "CkCanvas(CkPictureRecorder)", "QuoteUIStateBuilder(QuoteUIStateBuilder)", "bool(bool?,ViewQuote)", "bool(bool?,ViewQuoteList)", "bool(bool?,FilterQuotesByState)", "bool(bool?,FilterQuotesByStatus)", "bool(bool?,FilterQuotes)", "bool(bool?,FilterQuotesByCustom1)", "bool(bool?,FilterQuotesByCustom2)", "bool(bool?,FilterQuotesByCustom3)", "bool(bool?,FilterQuotesByCustom4)", "int?(int?,UpdateQuoteTab)", "String?(String?,ShowPdfQuote)", "int?(int?,EditQuote)", "int?(int?,EditQuoteItem)", "String(String?,ArchiveQuotesSuccess)", "String(String?,DeleteQuotesSuccess)", "String?(String?,ViewQuote)", "String(String?,AddQuoteSuccess)", "String(String?,ShowEmailQuote)", "String(String?,ShowPdfQuote)", "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)", "Future<~>(PasteTextIntent)", "InvoiceEntity(InvoiceEntity?,MoveQuoteItem)", "InvoiceEntity(InvoiceEntity?,DeleteQuoteItem)", "InvoiceEntity(InvoiceEntity?,UpdateQuoteItem)", "InvoiceEntity(InvoiceEntity?,UpdateQuoteClient)", "InvoiceEntity(InvoiceEntity?,RestoreQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,AddQuoteContact)", "InvoiceEntity(InvoiceEntity?,RemoveQuoteContact)", "~(TextEditingValue)", "bool(TextEditingValue?,TextEditingValue)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List)", "RecurringExpenseUIStateBuilder(RecurringExpenseUIStateBuilder)", "bool(bool?,ViewRecurringExpense)", "bool(bool?,ViewRecurringExpenseList)", "bool(bool?,FilterRecurringExpensesByState)", "bool(bool?,FilterRecurringExpensesByStatus)", "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?,FilterRecurringExpensesByStatus)", "String(String?,FilterRecurringExpensesByCustom1)", "String(String?,FilterRecurringExpensesByCustom2)", "String(String?,FilterRecurringExpensesByCustom3)", "String(String?,FilterRecurringExpensesByCustom4)", "ExpenseEntity(ExpenseEntity?,RestoreRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,ArchiveRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,DeleteRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,UpdateRecurringExpense)", "TextEditingValue(TextEditingValue)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "RecurringInvoiceUIStateBuilder(RecurringInvoiceUIStateBuilder)", "bool(bool?,ViewRecurringInvoice)", "bool(bool?,ViewRecurringInvoiceList)", "bool(bool?,FilterRecurringInvoicesByState)", "bool(bool?,FilterRecurringInvoicesByStatus)", "bool(bool?,FilterRecurringInvoices)", "bool(bool?,FilterRecurringInvoicesByCustom1)", "bool(bool?,FilterRecurringInvoicesByCustom2)", "bool(bool?,FilterRecurringInvoicesByCustom3)", "bool(bool?,FilterRecurringInvoicesByCustom4)", "int?(int?,UpdateRecurringInvoiceTab)", "String?(String?,ShowPdfRecurringInvoice)", "int?(int?,EditRecurringInvoice)", "int?(int?,EditRecurringInvoiceItem)", "String(String?,ArchiveRecurringInvoicesSuccess)", "String(String?,DeleteRecurringInvoicesSuccess)", "String?(String?,ViewRecurringInvoice)", "String(String?,AddRecurringInvoiceSuccess)", "String(String?,ShowEmailRecurringInvoice)", "String(String?,ShowPdfRecurringInvoice)", "String(String?,SortRecurringInvoices)", "String(String?,FilterRecurringInvoices)", "String(String?,FilterRecurringInvoicesByState)", "String(String?,FilterRecurringInvoicesByStatus)", "String(String?,FilterRecurringInvoicesByCustom1)", "String(String?,FilterRecurringInvoicesByCustom2)", "String(String?,FilterRecurringInvoicesByCustom3)", "String(String?,FilterRecurringInvoicesByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoice)", "bool(HitTestEntry)", "InvoiceEntity(InvoiceEntity?,MoveRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,DeleteRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoiceClient)", "InvoiceEntity(InvoiceEntity?,RestoreRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceContact)", "InvoiceEntity(InvoiceEntity?,RemoveRecurringInvoiceContact)", "Null(JSArray,JavaScriptObject)", "DiagnosticsNode(FocusNode)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltList,ListUIState,BuiltMap)", "bool(KeyMessage)", "~(_FocusTraversalGroupInfo)", "bool(_DirectionalPolicyDataEntry)", "String(String,Color)", "Null(BuiltList)", "ScheduleUIStateBuilder(ScheduleUIStateBuilder)", "bool(bool?,ViewSchedule)", "bool(bool?,ViewScheduleList)", "bool(bool?,FilterSchedulesByState)", "bool(bool?,FilterSchedules)", "bool(bool?,FilterSchedulesByCustom1)", "bool(bool?,FilterSchedulesByCustom2)", "bool(bool?,FilterSchedulesByCustom3)", "bool(bool?,FilterSchedulesByCustom4)", "int?(int?,UpdateScheduleTab)", "String(String?,ArchiveSchedulesSuccess)", "String(String?,DeleteSchedulesSuccess)", "String(String?,SortSchedules)", "String(String?,FilterSchedules)", "String(String?,FilterSchedulesByState)", "String(String?,FilterSchedulesByCustom1)", "String(String?,FilterSchedulesByCustom2)", "String(String?,FilterSchedulesByCustom3)", "String(String?,FilterSchedulesByCustom4)", "ScheduleEntity(ScheduleEntity?,RestoreSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,ArchiveSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,DeleteSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,UpdateSchedule)", "bool(TraversalDirection)", "Set(_ReadingOrderSortData)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "ScheduleEntity(@)", "~(Symbol0,@)", "List(BuildContext)", "Null(UserCompanyEntity)", "Null(BaseEntity)", "SettingsUIState(SettingsUIState,ViewSettings)", "Rect(_ReadingOrderSortData)", "SettingsUIState(SettingsUIState,UpdateCompany)", "SettingsUIState(SettingsUIState,UpdateSettings)", "SettingsUIState(SettingsUIState,UpdateUserSettings)", "SettingsUIState(SettingsUIState,ResetSettings)", "SettingsUIState(SettingsUIState,SaveCompanySuccess)", "SettingsUIState(SettingsUIState,DeleteDocumentSuccess)", "SettingsUIState(SettingsUIState,SaveGroupSuccess)", "SettingsUIState(SettingsUIState,SaveClientSuccess)", "SettingsUIState(SettingsUIState,SaveAuthUserSuccess)", "SettingsUIState(SettingsUIState,ConnectOAuthUserSuccess)", "SettingsUIState(SettingsUIState,DisconnectOAuthUserSuccess)", "SettingsUIState(SettingsUIState,DisconnectOAuthMailerSuccess)", "SettingsUIState(SettingsUIState,FilterSettings)", "SettingsUIState(SettingsUIState,ClearSettingsFilter)", "SettingsUIState(SettingsUIState,UpdateSettingsTab)", "SettingsUIState(SettingsUIState,UpdateSettingsTemplate)", "SettingsUIState(SettingsUIState,UpdatedSettingUI)", "SettingsUIState(SettingsUIState,ToggleShowNewSettings)", "SettingsUIState(SettingsUIState,ToggleShowPdfPreview)", "StaticStateBuilder(StaticStateBuilder)", "CurrencyEntity(@)", "SizeEntity(@)", "IndustryEntity(@)", "TimezoneEntity(@)", "DateFormatEntity(@)", "LanguageEntity(@)", "PaymentTypeEntity(@)", "CountryEntity(@)", "GatewayEntity(@)", "List(BuiltMap)", "Map(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap,bool)", "List(BuiltMap)", "BuiltMap(List<@>)", "FontEntity(@)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "bool(_ReadingOrderSortData)", "Null(BuiltList)", "SubscriptionUIStateBuilder(SubscriptionUIStateBuilder)", "bool(bool?,ViewSubscription)", "bool(bool?,ViewSubscriptionList)", "bool(bool?,FilterSubscriptionsByState)", "bool(bool?,FilterSubscriptions)", "bool(bool?,FilterSubscriptionsByCustom1)", "bool(bool?,FilterSubscriptionsByCustom2)", "bool(bool?,FilterSubscriptionsByCustom3)", "bool(bool?,FilterSubscriptionsByCustom4)", "int?(int?,UpdateSubscriptionTab)", "String(String?,ArchiveSubscriptionsSuccess)", "String(String?,DeleteSubscriptionsSuccess)", "String(String?,SortSubscriptions)", "String(String?,FilterSubscriptions)", "String(String?,FilterSubscriptionsByState)", "String(String?,FilterSubscriptionsByCustom1)", "String(String?,FilterSubscriptionsByCustom2)", "String(String?,FilterSubscriptionsByCustom3)", "String(String?,FilterSubscriptionsByCustom4)", "SubscriptionEntity(SubscriptionEntity?,RestoreSubscriptionsSuccess)", "SubscriptionEntity(SubscriptionEntity?,ArchiveSubscriptionsSuccess)", "SubscriptionEntity(SubscriptionEntity?,DeleteSubscriptionsSuccess)", "SubscriptionEntity(SubscriptionEntity?,UpdateSubscription)", "bool(FormFieldState<@>)", "DiagnosticsProperty(Element0)", "Element0?(Element0)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "SubscriptionEntity(@)", "int(BaseEntity,BaseEntity)", "Object?(int,Element0?)", "~(int,bool(FlutterHtmlKeyboardEvent))", "Map(Map,String)", "Null(BuiltList)", "TaskUIStateBuilder(TaskUIStateBuilder)", "bool(bool?,ViewTask)", "bool(bool?,ViewTaskList)", "bool(bool?,FilterTasksByState)", "bool(bool?,FilterTasksByStatus)", "bool(bool?,FilterTasks)", "bool(bool?,FilterTasksByCustom1)", "bool(bool?,FilterTasksByCustom2)", "bool(bool?,FilterTasksByCustom3)", "bool(bool?,FilterTasksByCustom4)", "int?(int?,UpdateTaskTab)", "int(int?,UpdateKanban)", "int?(int?,EditTask)", "int?(int?,EditTaskTime)", "String(String?,ArchiveTaskSuccess)", "String(String?,DeleteTaskSuccess)", "String?(String?,ViewTask)", "String(String?,AddTaskSuccess)", "String(String?,SortTasks)", "String(String?,FilterTasks)", "String(String?,FilterTasksByState)", "String(String?,FilterTasksByStatus)", "String(String?,FilterTasksByCustom1)", "String(String?,FilterTasksByCustom2)", "String(String?,FilterTasksByCustom3)", "String(String?,FilterTasksByCustom4)", "TaskEntity(TaskEntity?,RestoreTaskSuccess)", "TaskEntity(TaskEntity?,ArchiveTaskSuccess)", "TaskEntity(TaskEntity?,StartTasksSuccess)", "TaskEntity(TaskEntity?,StopTasksSuccess)", "TaskEntity(TaskEntity?,DeleteTaskSuccess)", "TaskEntity(TaskEntity?,UpdateTask)", "String(TaskEntity)", "DoubleTapGestureRecognizer()", "bool(String,TaskEntity)", "~(DoubleTapGestureRecognizer)", "List(BuiltMap,String?,BuiltMap,BuiltMap,BuiltMap)", "~(String,int)", "~(String,int?)", "TaskEntity(@)", "~(String,String?)", "~(int,int,int)", "Uint8List(@,@)", "Null(BuiltList)", "TaskStatusUIStateBuilder(TaskStatusUIStateBuilder)", "bool(bool?,ViewTaskStatus)", "bool(bool?,ViewTaskStatusList)", "bool(bool?,FilterTaskStatusesByState)", "bool(bool?,FilterTaskStatuses)", "bool(bool?,FilterTaskStatusesByCustom1)", "bool(bool?,FilterTaskStatusesByCustom2)", "bool(bool?,FilterTaskStatusesByCustom3)", "bool(bool?,FilterTaskStatusesByCustom4)", "String(String?,ArchiveTaskStatusesSuccess)", "String(String?,DeleteTaskStatusesSuccess)", "String(String?,SortTaskStatuses)", "String(String?,FilterTaskStatuses)", "String(String?,FilterTaskStatusesByState)", "String(String?,FilterTaskStatusesByCustom1)", "String(String?,FilterTaskStatusesByCustom2)", "String(String?,FilterTaskStatusesByCustom3)", "String(String?,FilterTaskStatusesByCustom4)", "TaskStatusEntity(TaskStatusEntity?,RestoreTaskStatusesSuccess)", "TaskStatusEntity(TaskStatusEntity?,ArchiveTaskStatusesSuccess)", "TaskStatusEntity(TaskStatusEntity?,DeleteTaskStatusesSuccess)", "TaskStatusEntity(TaskStatusEntity?,UpdateTaskStatus)", "bool(int,int)", "ScaleGestureRecognizer()", "~(ScaleGestureRecognizer)", "List(BuiltList,BuiltMap)", "List(BuiltMap,BuiltList,StaticState,BuiltMap)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "int(String,BuiltMap)", "~(Blob?)", "TaskStatusEntity(@)", "Center(Widget)", "~(PointerPanZoomStartEvent)", "~(RenderSemanticsGestureHandler)", "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)", "~(StatefulElement,Object)", "bool(Element2)", "~(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "bool(_HeroFlight)", "~(JSArray,JavaScriptObject)", "IconTheme(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)", "~(ImageInfo,bool)", "~(JavaScriptObject,List)", "_ButtonSanitizer()", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "TokenEntity(@)", "@(@,@)", "TargetPlatform?()", "BoxConstraintsTween(@)", "Matrix4Tween(@)", "TransactionUIStateBuilder(TransactionUIStateBuilder)", "bool(bool?,ViewTransaction)", "bool(bool?,ViewTransactionList)", "bool(bool?,FilterTransactionsByState)", "bool(bool?,FilterTransactionsByStatus)", "bool(bool?,FilterTransactions)", "bool(bool?,FilterTransactionsByCustom1)", "bool(bool?,FilterTransactionsByCustom2)", "bool(bool?,FilterTransactionsByCustom3)", "bool(bool?,FilterTransactionsByCustom4)", "int?(int?,UpdateTransactionTab)", "String(String?,ArchiveTransactionsSuccess)", "String(String?,DeleteTransactionsSuccess)", "String(String?,SortTransactions)", "String(String?,FilterTransactions)", "String(String?,FilterTransactionsByState)", "String(String?,FilterTransactionsByStatus)", "String(String?,FilterTransactionsByCustom1)", "String(String?,FilterTransactionsByCustom2)", "String(String?,FilterTransactionsByCustom3)", "String(String?,FilterTransactionsByCustom4)", "TransactionEntity(TransactionEntity?,RestoreTransactionsSuccess)", "TransactionEntity(TransactionEntity?,ArchiveTransactionsSuccess)", "TransactionEntity(TransactionEntity?,DeleteTransactionsSuccess)", "TransactionEntity(TransactionEntity?,UpdateTransaction)", "TextStyleTween(@)", "BorderRadiusTween(@)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState)", "TransactionEntity(@)", "TargetPlatform()", "Future<@>(_Pending)", "Map(List<@>)", "Null(BuiltList)", "TransactionRuleUIStateBuilder(TransactionRuleUIStateBuilder)", "bool(bool?,ViewTransactionRule)", "bool(bool?,ViewTransactionRuleList)", "bool(bool?,FilterTransactionRulesByState)", "bool(bool?,FilterTransactionRules)", "bool(bool?,FilterTransactionRulesByCustom1)", "bool(bool?,FilterTransactionRulesByCustom2)", "bool(bool?,FilterTransactionRulesByCustom3)", "bool(bool?,FilterTransactionRulesByCustom4)", "int?(int?,UpdateTransactionRuleTab)", "String(String?,ArchiveTransactionRulesSuccess)", "String(String?,DeleteTransactionRulesSuccess)", "String(String?,SortTransactionRules)", "String(String?,FilterTransactionRules)", "String(String?,FilterTransactionRulesByState)", "String(String?,FilterTransactionRulesByCustom1)", "String(String?,FilterTransactionRulesByCustom2)", "String(String?,FilterTransactionRulesByCustom3)", "String(String?,FilterTransactionRulesByCustom4)", "TransactionRuleEntity(TransactionRuleEntity?,RestoreTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,ArchiveTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,DeleteTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,UpdateTransactionRule)", "Map(Map)", "Null(Map)", "Null(BuildContext,MagnifierController,ValueNotifier)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "TransactionRuleEntity(@)", "PrefStateSortFieldBuilder(PrefStateSortFieldBuilder)", "MapBuilder(MapBuilder)", "BuiltMap(BuiltMap,SortClients)", "BuiltMap(BuiltMap,SortProducts)", "BuiltMap(BuiltMap,SortInvoices)", "BuiltMap(BuiltMap,SortPayments)", "BuiltMap(BuiltMap,SortRecurringInvoices)", "BuiltMap(BuiltMap,SortQuotes)", "BuiltMap(BuiltMap,SortCredits)", "BuiltMap(BuiltMap,SortProjects)", "BuiltMap(BuiltMap,SortTasks)", "BuiltMap(BuiltMap,SortVendors)", "BuiltMap(BuiltMap,SortExpenses)", "BuiltMap(BuiltMap,SortPaymentTerms)", "BuiltMap(BuiltMap,SortTaxRates)", "BuiltMap(BuiltMap,SortCompanyGateways)", "BuiltMap(BuiltMap,SortUsers)", "BuiltMap(BuiltMap,SortGroups)", "BuiltMap(BuiltMap,SortDesigns)", "BuiltMap(BuiltMap,SortTokens)", "BuiltMap(BuiltMap,SortWebhooks)", "BuiltMap(BuiltMap,SortExpenseCategories)", "BuiltMap(BuiltMap,SortTaskStatuses)", "BuiltMap(BuiltMap,SortSubscriptions)", "BuiltMap(BuiltMap,ToggleEditorLayout)", "bool(DiagnosticsNode?)", "BuiltMap(BuiltMap,ToggleViewerLayout)", "bool(Route<@>?)", "double(double,UpdateUserPreferences)", "bool(bool,DismissTaskExtensionBanner)", "bool(bool,DismissGatewayWarningPermanently)", "bool(bool,DismissReviewAppPermanently)", "bool(StackFrame)", "bool(OverlayEntry)", "AppLayout(AppLayout,UpdateUserPreferences)", "ModuleLayout?(ModuleLayout?,UpdateUserPreferences)", "ModuleLayout(ModuleLayout?,SwitchListTableLayout)", "int(int,UpdateUserPreferences)", "ErrorDescription(String)", "String(DiagnosticsNode)", "BuiltList(BuiltList,UpdateUserPreferences)", "bool(bool,TogglePreviewSidebar)", "bool(bool,StartClientMultiselect)", "bool(bool,StartProductMultiselect)", "bool(bool,StartInvoiceMultiselect)", "bool(bool,StartRecurringInvoiceMultiselect)", "bool(bool,StartPaymentMultiselect)", "bool(bool,StartQuoteMultiselect)", "bool(bool,StartCreditMultiselect)", "bool(bool,StartProjectMultiselect)", "bool(bool,StartTaskMultiselect)", "bool(bool,StartVendorMultiselect)", "bool(bool,StartPurchaseOrderMultiselect)", "bool(bool,StartExpenseMultiselect)", "bool(bool,StartRecurringExpenseMultiselect)", "bool(bool,StartTransactionMultiselect)", "_RouteEntry(Route<@>)", "CompanyPrefStateBuilder(CompanyPrefStateBuilder)", "BuiltList(BuiltList,PurgeDataSuccess)", "BuiltList(BuiltList,PopLastHistory)", "MapEntry>(@,@)", "BuiltList(BuiltList,UpdateLastHistory)", "int(HistoryRecordBuilder)", "BuiltList(BuiltList,ViewDashboard)", "BuiltList(BuiltList,ViewReports)", "BuiltList(BuiltList,ViewSettings)", "BuiltList(BuiltList,ViewClient)", "BuiltList(BuiltList,ViewClientList)", "BuiltList(BuiltList,EditClient)", "BuiltList(BuiltList,ViewProduct)", "BuiltList(BuiltList,ViewProductList)", "BuiltList(BuiltList,EditProduct)", "BuiltList(BuiltList,ViewInvoice)", "BuiltList(BuiltList,ViewInvoiceList)", "BuiltList(BuiltList,EditInvoice)", "BuiltList(BuiltList,ViewPayment)", "BuiltList(BuiltList,ViewPaymentList)", "BuiltList(BuiltList,EditPayment)", "BuiltList(BuiltList,ViewQuote)", "BuiltList(BuiltList,ViewQuoteList)", "BuiltList(BuiltList,EditQuote)", "BuiltList(BuiltList,ViewTask)", "BuiltList(BuiltList,ViewTaskList)", "BuiltList(BuiltList,EditTask)", "BuiltList(BuiltList,ViewProject)", "BuiltList(BuiltList,ViewProjectList)", "BuiltList(BuiltList,EditProject)", "BuiltList(BuiltList,ViewVendor)", "BuiltList(BuiltList,ViewVendorList)", "BuiltList(BuiltList,EditVendor)", "BuiltList(BuiltList,ViewExpense)", "BuiltList(BuiltList,ViewExpenseList)", "BuiltList(BuiltList,EditExpense)", "BuiltList(BuiltList,ViewCompanyGateway)", "BuiltList(BuiltList,ViewCompanyGatewayList)", "BuiltList(BuiltList,EditCompanyGateway)", "BuiltList(BuiltList,ViewUser)", "BuiltList(BuiltList,ViewUserList)", "BuiltList(BuiltList,EditUser)", "BuiltList(BuiltList,ViewGroup)", "BuiltList(BuiltList,ViewGroupList)", "BuiltList(BuiltList,EditGroup)", "BuiltList(BuiltList,ViewSchedule)", "BuiltList(BuiltList,ViewScheduleList)", "BuiltList(BuiltList,EditSchedule)", "BuiltList(BuiltList,ViewTransactionRule)", "BuiltList(BuiltList,ViewTransactionRuleList)", "BuiltList(BuiltList,EditTransactionRule)", "BuiltList(BuiltList,ViewTransaction)", "BuiltList(BuiltList,ViewTransactionList)", "BuiltList(BuiltList,EditTransaction)", "BuiltList(BuiltList,ViewBankAccount)", "BuiltList(BuiltList,ViewBankAccountList)", "BuiltList(BuiltList,ViewPurchaseOrder)", "BuiltList(BuiltList,ViewPurchaseOrderList)", "BuiltList(BuiltList,EditPurchaseOrder)", "BuiltList(BuiltList,ViewRecurringExpense)", "BuiltList(BuiltList,ViewRecurringExpenseList)", "BuiltList(BuiltList,EditRecurringExpense)", "BuiltList(BuiltList,ViewSubscription)", "BuiltList(BuiltList,ViewSubscriptionList)", "BuiltList(BuiltList,EditSubscription)", "BuiltList(BuiltList,ViewTaskStatus)", "BuiltList(BuiltList,ViewTaskStatusList)", "BuiltList(BuiltList,EditTaskStatus)", "BuiltList(BuiltList,ViewExpenseCategory)", "BuiltList(BuiltList,ViewExpenseCategoryList)", "BuiltList(BuiltList,EditExpenseCategory)", "BuiltList(BuiltList,ViewRecurringInvoice)", "BuiltList(BuiltList,ViewRecurringInvoiceList)", "BuiltList(BuiltList,EditRecurringInvoice)", "BuiltList(BuiltList,ViewWebhook)", "BuiltList(BuiltList,ViewWebhookList)", "BuiltList(BuiltList,EditWebhook)", "BuiltList(BuiltList,ViewToken)", "BuiltList(BuiltList,ViewTokenList)", "BuiltList(BuiltList,EditToken)", "BuiltList(BuiltList,ViewPaymentTerm)", "BuiltList(BuiltList,ViewPaymentTermList)", "BuiltList(BuiltList,EditPaymentTerm)", "BuiltList(BuiltList,EditDesign)", "BuiltList(BuiltList,ViewCredit)", "BuiltList(BuiltList,ViewCreditList)", "BuiltList(BuiltList,EditCredit)", "BuiltList(BuiltList,ViewDocument)", "BuiltList(BuiltList,ViewDocumentList)", "BuiltList(BuiltList,EditDocument)", "BuiltList(BuiltList,FilterByEntity)", "int(int,UpdateCurrentRoute)", "String?(String?,FilterCompany)", "String?(String?,ViewDashboard)", "Null(EntityType?,StopLoading)", "EntityType(EntityType?,LoadClientsRequest)", "EntityType(EntityType?,LoadProductsRequest)", "EntityType(EntityType?,LoadInvoicesRequest)", "EntityType(EntityType?,LoadRecurringInvoicesRequest)", "EntityType(EntityType?,LoadPaymentsRequest)", "EntityType(EntityType?,LoadQuotesRequest)", "EntityType(EntityType?,LoadCreditsRequest)", "EntityType(EntityType?,LoadProjectsRequest)", "EntityType(EntityType?,LoadTasksRequest)", "EntityType(EntityType?,LoadVendorsRequest)", "EntityType(EntityType?,LoadPurchaseOrdersRequest)", "EntityType(EntityType?,LoadExpensesRequest)", "EntityType(EntityType?,LoadRecurringExpensesRequest)", "EntityType(EntityType?,LoadTransactionsRequest)", "int(int,FilterCompany)", "int(int,ViewDashboard)", "String(String,UpdateCurrentRoute)", "int(int,SelectCompany)", "BuiltList(BuiltList,PreviewEntity)", "BuiltList(BuiltList,ClearPreviewStack)", "BuiltList(BuiltList,PopPreviewStack)", "BuiltList(BuiltList,ClearEntityFilter)", "BuiltList(BuiltList,FilterByEntity)", "BuiltList(BuiltList,PopFilterStack)", "String(ClientEntityBuilder)", "String(ExpenseEntityBuilder)", "String(TaskEntityBuilder)", "String(VendorEntityBuilder)", "RenderBox?()", "_RenderTheaterMarker()", "RenderBox(int)", "Null(List?)", "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)", "~(BoxConstraints)", "ClipRect(BuildContext,Widget?)", "Viewport(BuildContext,ViewportOffset)", "~(Size,Offset)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,String)", "~(_DragInfo,Offset,Offset)", "bool(Node1)", "Null(RestorationBucket?)", "~(RestorableProperty)", "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)", "Completer?(Completer?,EditVendor)", "Completer?(Completer?,EditVendor)", "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)", "SynchronousFuture(bool)", "RestorationScope(BuildContext,Widget?)", "Actions(BuildContext)", "List(BuiltMap,BuiltList,BuiltMap,StaticState)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap,StaticState)", "EntityStats(String,BuiltMap)", "~(String,VendorEntity)", "double(String,String,BuiltMap,BuiltList)", "VendorEntity(@)", "IgnorePointer(BuildContext,Widget?)", "bool(PopEntry)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "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)", "MacOSScrollViewFlingVelocityTracker(PointerEvent)", "Element2(Node1)", "~(Element2)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "WebhookEntity(@)", "~(String?,String?)", "Transaction(@,String)", "~(EntityAction?)", "Widget(BuildContext,ViewportOffset)", "bool(ScrollUpdateNotification)", "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)", "Widget?(BuildContext,int)", "int?(Widget,int)", "BottomAppBar(BuildContext,Store)", "Null(List<~>)", "MultiSurfaceViewRasterizer()", "BuiltList?(Store)", "Container(BuildContext,BuiltList?)", "CheckboxListTile(String)", "_PointerDeviceState()", "ConfirmEmail(BuildContext,ConfirmEmailVM)", "Null(BuildContext,String,String?,String?)", "Padding(TextButton)", "MultiSelectList(BuildContext)", "@(List)", "bool(DiagnosticsNode)", "Padding(MapEntry)", "_ThumbPressGestureRecognizer()", "Future<~>(DropDoneDetails)", "~(_ThumbPressGestureRecognizer)", "DocumentTile(DocumentEntity)", "LicenseParagraph()", "_TrackTapGestureRecognizer()", "~(_TrackTapGestureRecognizer)", "String(GestureArenaMember)", "int(Selectable,Selectable)", "Rect(Rect)", "StatefulWidget(EntityAction?)", "StatelessWidget(EntityAction?)", "bool(Rect)", "EntityDropdownDialog(BuildContext)", "Null(SelectableEntity[bool])", "@(BuildContext,Completer<@>)", "_GestureArena()", "List(TextEditingValue)", "SelectableEntity?(String?)", "List(LogicalKeyboardKey)", "~(ShortcutActivator,Intent)", "List<_ActivatorIntentPair>()", "_SingleChildViewport(BuildContext,ViewportOffset)", "Widget(BuildContext,~(SelectableEntity),Iterable)", "Builder(BuildContext,int)", "Container(BuildContext)", "EntityAutocompleteListTile(BuildContext,int)", "PopupMenuButton(BuildContext,int)", "~(RenderBox)", "List>(BuildContext)", "PopupMenuItem(EntityType)", "Element0?()", "Container(String?)", "~(Color)", "bool(TableRow)", "Decoration?(TableRow)", "_TableElementRow(TableRow)", "List>(BuildContext)", "PopupMenuItem(int)", "Element0(Widget)", "DataRow(String)", "bool(_TableElementRow)", "bool(List)", "Iterable(_TableElementRow)", "RenderBox(Element0)", "HistoryDrawer(BuildContext,AppDrawerVM)", "List(_TableElementRow)", "~(PointerDataPacket)", "BaseEntity?(InvitationEntity)", "~(EmailTemplate?)", "double?(int)", "~(Surface)", "bool(PointerData)", "~(TaxRateEntity?)", "DropdownMenuItem(TaxRateEntity?)", "_PointerEventDescription?(PointerData)", "TapAndHorizontalDragGestureRecognizer()", "~(TapAndHorizontalDragGestureRecognizer)", "String(EntityStatus)", "TapAndPanGestureRecognizer()", "Padding(BuildContext)", "ListTile(BuildContext,BoxConstraints)", "Future<~>(Timer)", "Widget(BuildContext,Store)", "~(TapAndPanGestureRecognizer)", "~(UndoTextIntent)", "Widget(CompanyEntity{showAccentColor:bool})", "PopupMenuItem(CompanyEntity)", "List(BuildContext)", "DropdownMenuItem(CompanyEntity)", "~(RedoTextIntent)", "_ViewScope(BuildContext,PipelineOwner)", "Widget(Color)", "ContactUsDialog(BuildContext)", "UpdateDialog(BuildContext)", "SynchronousFuture()", "SynchronousFuture()", "HealthCheckDialog(BuildContext)", "MenuDrawer(BuildContext,MenuDrawerVM)", "~(String,DateSymbols)", "Null(BuildContext,int,CompanyEntity)", "_TheState()", "Stack(BuildContext,BoxConstraints)", "Widget(@)", "List>(BuildContext)", "SynchronousFuture()", "_SelectRow()", "~(PhoneNumber)", "String?(PhoneNumber?)", "String(double)", "Flexible(Widget)", "ExpansionPanel(SystemLogEntity)", "ListTile(BuildContext,bool)", "DataCell(DataColumn)", "DataRow?()", "~(SlidableAutoCloseNotification)", "Column(BuildContext,BoxConstraints)", "DataCell(String)", "Column()", "~(SlidableAutoCloseBarrierNotification)", "DataColumn(String)", "BaseEntity(String)", "int(StaggeredGridParentData,int)", "IgnorePointer(BuildContext)", "~(List)", "MapEntry(PurchaseDetails)", "int(ProductDetails,ProductDetails)", "ListTile(ProductDetails)", "TextButton(String)", "~(ToastFuture)", "Container(BuildContext,Store)", "LoginView(BuildContext,LoginVM)", "Null({context!BuildContext,isSignUp:bool})", "Future<~>(String,ByteData?,~(ByteData?)?)", "AnimatedOpacity(BuildContext,Widget?)", "GoogleSignInAccount?/(~)", "Future(BuildContext,Completer{email!String,password!String})", "Future(BuildContext,Completer{email!String,secret!String,url!String})", "Future(BuildContext,Completer{email!String,oneTimePassword!String,password!String,secret!String,url!String})", "Future(BuildContext,Completer{token!String})", "EntityList(BuildContext,BankAccountListVM)", "BankAccountListItem(BuildContext,int)", "Surface()", "GoogleSignInTokenData(Map?)", "BankAccountScreen(BuildContext,BankAccountScreenVM)", "Null(GoogleAuth)", "BankAccountEditVM(Store)", "BankAccountEdit(BuildContext,BankAccountEditVM)", "BankAccountViewVM(Store)", "BankAccountView(BuildContext,BankAccountViewVM)", "Null(GoogleAuthInitFailureError)", "EntityList(BuildContext,ClientListVM)", "ClientListItem(BuildContext,int)", "Null(Response?)", "Drag?()", "~(_TapTracker)", "ClientPdfVM(Store)", "ClientPdfView(BuildContext,ClientPdfVM)", "String(ClientContactEntity)", "ClientScreen(BuildContext,ClientScreenVM)", "ContactEditDetails(BuildContext)", "ContactListTile0(ClientContactEntity)", "ClientEditContactsVM(Store)", "ClientEditContacts(BuildContext,ClientEditContactsVM)", "~(Element)", "Null(ClientContactEntity,int)", "ClientEditVM(Store)", "ClientEdit(BuildContext,ClientEditVM)", "@(ClientEntity)", "String(StringToken)", "bool(Set)", "bool(Selector)", "Map>()", "Map<~(PointerEvent),Matrix40?>()", "~(ClientContactEntity)", "~(~(PointerEvent),Matrix40?)", "~(Rule)", "~(CkCanvas)", "Row(ClientContactEntity)", "bool(LedgerEntity)", "_CombiningGestureArenaMember()", "Rule()", "ClientViewVM(Store)", "ClientView(BuildContext,ClientViewVM)", "LicensePage(BuildContext)", "CompanyGatewayListItem(String)", "CompanyGatewayList(BuildContext,CompanyGatewayListVM)", "EngineLineMetrics(ParagraphLine)", "CompanyGatewayEntity(String)", "CompanyGatewayScreen(BuildContext,CompanyGatewayScreenVM)", "String?(RegExpMatch)", "Future(Client0)", "bool(String,String)", "GatewayConfigField(String)", "int(String)", "Future(RandomAccessFile,int)", "CompanyGatewayEditVM(Store)", "CompanyGatewayEdit(BuildContext,CompanyGatewayEditVM)", "Future(String)", "CompanyGatewayViewVM(Store)", "CompanyGatewayView(BuildContext,CompanyGatewayViewVM)", "EmailCreditVM(Store)", "InvoiceEmailView(BuildContext,EmailCreditVM)", "~(List)", "EntityList(BuildContext,CreditListVM)", "CreditListItem(BuildContext,int)", "CreditPdfVM(Store)", "InvoicePdfView(BuildContext,CreditPdfVM)", "String(List)", "MediaType()", "_LicenseData(_LicenseData,LicenseEntry)", "CreditScreen(BuildContext,CreditScreenVM)", "~(int,IfdValue)", "~(PurchasesResultWrapper)", "~(UserChoiceDetailsWrapper)", "CreditEditDetailsVM(Store)", "StatefulWidget(BuildContext,CreditEditDetailsVM)", "PlatformQueryProduct(ProductWrapper)", "Map(UserChoiceDetailsProductWrapper)", "Future>(PurchasesResultWrapper)", "CreditEditItemsVM(Store)", "StatefulWidget(BuildContext,CreditEditItemsVM)", "Future(BillingClient)", "CreditEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,CreditEditNotesVM)", "CreditEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,CreditEditPDFVM)", "CreditEditVM(Store)", "CreditEdit(BuildContext,CreditEditVM)", "_LicenseData(_LicenseData)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "List(ProductDetailsResponseWrapper)", "CreditViewVM(Store)", "InvoiceView(BuildContext,CreditViewVM)", "List(ProductDetailsWrapper)", "String(ProductDetails)", "~(SelectionModel<@>)", "bool(SeriesDatum<@>)", "~(SeriesDatum<@>)", "Widget(ChartDataGroup)", "~(DateRange?)", "DropdownMenuItem(DateRangeComparison)", "~(DateRangeComparison?)", "DashboardDateRangePicker(BuildContext)", "Material(BuildContext,BoxConstraints)", "List>(BuildContext)", "PopupMenuItem(DateRange)", "~(DateRange)", "_DashboardSettings(BuildContext)", "Card(TaskEntity?)", "FormCard(DashboardField)", "Future<+(String,FontLoadError?)>()", "Center(BuildContext,int?,Widget?)", "bool(PurchasesResultWrapper)", "String(PurchasesResultWrapper)", "List(PurchasesResultWrapper)", "Future(int)", "GooglePlayPurchaseDetails(GooglePlayPurchaseDetails)", "_DashboardField(BuildContext)", "~(EntityType,List)", "bool(DashboardField)", "SettingsWizard(BuildContext)", "Widget(BuildContext,DashboardVM)", "@(DashboardSettings)", "Future(GooglePlayPurchaseDetails)", "Null(EntityType,List?)", "Uint8List(Object?)", "PlatformProductDetails(PlatformProductDetails?)", "PlatformSubscriptionOfferDetails(PlatformSubscriptionOfferDetails?)", "PlatformPurchase(PlatformPurchase?)", "Localizations(BuildContext,int)", "EntityList(BuildContext,DesignListVM)", "DesignListItem(BuildContext,int)", "DesignScreen(BuildContext,DesignScreenVM)", "~({debounce:bool})", "~(DesignEntity)", "PlatformPricingPhase(PlatformPricingPhase?)", "PlatformUserChoiceProduct(PlatformUserChoiceProduct?)", "GooglePlayPurchaseDetails(String)", "CheckboxListTile(EntityType)", "_DesignImportDialog(BuildContext)", "DesignEditVM(Store)", "DesignEdit(BuildContext,DesignEditVM)", "GooglePlayUserChoiceDetailsProduct(UserChoiceDetailsProductWrapper)", "DesignViewVM(Store)", "DesignView(BuildContext,DesignViewVM)", "Widget(BuildContext,DocumentListVM)", "DocumentListItem(BuildContext,int)", "AppStoreProductDetails(SKProductWrapper)", "bool(SKPaymentTransactionWrapper)", "DocumentScreen(BuildContext,DocumentScreenVM)", "AppStorePurchaseDetails(SKPaymentTransactionWrapper)", "DocumentEditVM(Store)", "DocumentEdit0(BuildContext,DocumentEditVM)", "DocumentViewVM(Store)", "DocumentView(BuildContext,DocumentViewVM)", "SKPaymentTransactionWrapper(@)", "MapEntry(@,@)", "SKProductWrapper(SKProductMessage?)", "ExpenseEditVM(Store)", "ExpenseEdit(BuildContext,ExpenseEditVM)", "EntityList(BuildContext,ExpenseListVM)", "SKProductDiscountWrapper(SKProductDiscountMessage?)", "ExpenseScreen(BuildContext,ExpenseScreenVM)", "Padding(ExpenseScheduleEntity)", "ExpenseViewVM(Store)", "ExpenseView(BuildContext,ExpenseViewVM)", "ExpenseCategoryEditVM(Store)", "ExpenseCategoryEdit(BuildContext,ExpenseCategoryEditVM)", "EntityList(BuildContext,ExpenseCategoryListVM)", "List>(NavigatorState,String)", "ExpenseCategoryScreen(BuildContext,ExpenseCategoryScreenVM)", "ExpenseCategoryViewVM(Store)", "ExpenseCategoryView(BuildContext,ExpenseCategoryViewVM)", "GroupEditVM(Store)", "GroupEdit(BuildContext,GroupEditVM)", "EntityList(BuildContext,GroupListVM)", "GroupListItem(BuildContext,int)", "GroupSettingsScreen(BuildContext,GroupScreenVM)", "GroupViewVM(Store)", "GroupView(BuildContext,GroupViewVM)", "int(VendorContactEntity,VendorContactEntity)", "_ContactListTile(VendorContactEntity)", "int(ClientContactEntity,ClientContactEntity)", "_ContactListTile(ClientContactEntity)", "InvoiceEditContactsVM(Store)", "InvoiceEditContacts(BuildContext,InvoiceEditContactsVM)", "Null(ClientContactEntity)", "Null(VendorContactEntity)", "Null(InvitationEntity)", "SKProductDiscountWrapper(@)", "DateTime(int)", "RegExp()", "DateTime(int,int,int,int,int,int,int,bool)", "InvoiceEditDetailsVM(Store)", "StatefulWidget(BuildContext,InvoiceEditDetailsVM)", "ItemEditDetails(BuildContext)", "Future<~>(Duration)", "Expanded(Widget)", "Text?(String)", "Expanded(Text?)", "Widget(String)", "List(TextEditingValue)", "bool(bool,StopSaving)", "Theme(BuildContext,~(ProductEntity),Iterable)", "bool(_DateFormatField)", "_DateFormatQuotedField(String,DateFormat)", "_DateFormatPatternField(String,DateFormat)", "_DateFormatLiteralField(String,DateFormat)", "String?(NumberSymbols)", "InvoiceEditItemsVM(Store)", "StatefulWidget(BuildContext,InvoiceEditItemsVM)", "Null([int?])", "InvoiceEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,InvoiceEditNotesVM)", "InvoiceEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,InvoiceEditPDFVM)", "InvoiceEditVM(Store)", "InvoiceEdit(BuildContext,InvoiceEditVM)", "String(NumberSymbols)", "EmailInvoiceVM(Store)", "InvoiceEmailView(BuildContext,EmailInvoiceVM)", "EntityList(BuildContext,InvoiceListVM)", "DropdownMenuItem(InvoiceHistoryEntity)", "InvoicePdfVM(Store)", "InvoicePdfView(BuildContext,InvoicePdfVM)", "InvoiceScreen(BuildContext,InvoiceScreenVM)", "RefreshIndicator(BuildContext)", "_InvitationListTile(InvitationEntity)", "@(DocumentEntity)", "int(ActivityEntity,ActivityEntity)", "~(PaymentEntity?)", "MaterialPageRoute<~>(RouteSettings)", "InvoiceItemListTile(BuildContext)", "Widget(String,double)", "~(String,double)", "Padding(InvoiceScheduleEntity)", "InvoiceViewVM(Store)", "InvoiceView(BuildContext,InvoiceViewVM)", "Null(BuildContext,DocumentEntity)", "~(BuildContext)(BuildContext)", "BlockSemantics(BuildContext)", "Column(BuildContext,int)", "PopScope(BuildContext)", "PaymentEditVM(Store)", "PaymentEdit(BuildContext,PaymentEditVM)", "EntityList(BuildContext,PaymentListVM)", "InvoiceEntity?(PaymentableEntity)", "Country()", "String(PaymentableEntity)", "StatefulBuilder(BuildContext)", "PaymentScreen(BuildContext,PaymentScreenVM)", "PaymentRefundVM(Store)", "PaymentRefund(BuildContext,PaymentRefundVM)", "Future(BuildContext,Completer)", "PaymentViewVM(Store)", "PaymentView(BuildContext,PaymentViewVM)", "PaymentTermEditVM(Store)", "PaymentTermEdit(BuildContext,PaymentTermEditVM)", "EntityList(BuildContext,PaymentTermListVM)", "PaymentTermListItem(BuildContext,int)", "PaymentTermScreen(BuildContext,PaymentTermScreenVM)", "PaymentTermViewVM(Store)", "PaymentTermView(BuildContext,PaymentTermViewVM)", "ProductEditVM(Store)", "ProductEdit(BuildContext,ProductEditVM)", "EntityList(BuildContext,ProductListVM)", "ProductScreen(BuildContext,ProductScreenVM)", "ProductViewVM(Store)", "ProductView(BuildContext,ProductViewVM)", "ProjectEditVM(Store)", "ProjectEdit(BuildContext,ProjectEditVM)", "EntityList(BuildContext,ProjectListVM)", "ProjectListItem(BuildContext,int)", "ProjectScreen(BuildContext,ProjectScreenVM)", "ProjectViewVM(Store)", "ProjectView(BuildContext,ProjectViewVM)", "PurchaseOrderEditDetailsVM(Store)", "StatefulWidget(BuildContext,PurchaseOrderEditDetailsVM)", "Null(BuildContext,InvoiceEntity,VendorEntity?)", "PurchaseOrderEditItemsVM(Store)", "StatefulWidget(BuildContext,PurchaseOrderEditItemsVM)", "PurchaseOrderEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,PurchaseOrderEditNotesVM)", "PurchaseOrderEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,PurchaseOrderEditPDFVM)", "PurchaseOrderEditVM(Store)", "PurchaseOrderEdit(BuildContext,PurchaseOrderEditVM)", "EmailPurchaseOrderVM(Store)", "InvoiceEmailView(BuildContext,EmailPurchaseOrderVM)", "EntityList(BuildContext,PurchaseOrderListVM)", "PurchaseOrderListItem(BuildContext,int)", "PurchaseOrderPdfVM(Store)", "InvoicePdfView(BuildContext,PurchaseOrderPdfVM)", "PurchaseOrderScreen(BuildContext,PurchaseOrderScreenVM)", "PurchaseOrderViewVM(Store)", "InvoiceView(BuildContext,PurchaseOrderViewVM)", "QuoteEditDetailsVM(Store)", "StatefulWidget(BuildContext,QuoteEditDetailsVM)", "QuoteEditItemsVM(Store)", "StatefulWidget(BuildContext,QuoteEditItemsVM)", "QuoteEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,QuoteEditNotesVM)", "QuoteEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,QuoteEditPDFVM)", "QuoteEditVM(Store)", "QuoteEdit(BuildContext,QuoteEditVM)", "EmailQuoteVM(Store)", "InvoiceEmailView(BuildContext,EmailQuoteVM)", "EntityList(BuildContext,QuoteListVM)", "QuotePdfVM(Store)", "InvoicePdfView(BuildContext,QuotePdfVM)", "QuoteScreen(BuildContext,QuoteScreenVM)", "QuoteViewVM(Store)", "InvoiceView(BuildContext,QuoteViewVM)", "RecurringExpenseEditVM(Store)", "ExpenseEdit(BuildContext,RecurringExpenseEditVM)", "EntityList(BuildContext,RecurringExpenseListVM)", "RecurringExpenseListItem(BuildContext,int)", "RecurringExpenseScreen(BuildContext,RecurringExpenseScreenVM)", "RecurringExpenseViewVM(Store)", "ExpenseView(BuildContext,RecurringExpenseViewVM)", "RecurringInvoiceEditDetailsVM(Store)", "StatefulWidget(BuildContext,RecurringInvoiceEditDetailsVM)", "RecurringInvoiceEditItemsVM(Store)", "StatefulWidget(BuildContext,RecurringInvoiceEditItemsVM)", "RecurringInvoiceEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,RecurringInvoiceEditNotesVM)", "RecurringInvoiceEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,RecurringInvoiceEditPDFVM)", "RecurringInvoiceEditVM(Store)", "RecurringInvoiceEdit(BuildContext,RecurringInvoiceEditVM)", "EntityList(BuildContext,RecurringInvoiceListVM)", "RecurringInvoiceListItem(BuildContext,int)", "RecurringInvoicePdfVM(Store)", "InvoicePdfView(BuildContext,RecurringInvoicePdfVM)", "RecurringInvoiceScreen(BuildContext,RecurringInvoiceScreenVM)", "RecurringInvoiceViewVM(Store)", "InvoiceView(BuildContext,RecurringInvoiceViewVM)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ClientReportFields?(String)", "CountryPickerDialog(BuildContext,~(~()))", "~(Country)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,StaticState)", "ContactReportFields?(String)", "List(BuildContext,_ActionLevel)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "CreditItemReportFields?(String)", "JsFunction(@)", "bool(CreditItemReportFields)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "CreditReportFields?(String)", "MouseRegion(BuildContext,ScrollController)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap)", "DocumentReportFields?(String)", "JsArray<@>(@)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ExpenseReportFields?(String)", "JsObject(@)", "InvoiceItemReportFields?(String)", "~(ParagraphLine)", "bool(InvoiceItemReportFields)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "InvoiceReportFields?(String)", "~(String,GatewayOptionsEntity)", "CupertinoTextSelectionToolbarButton(ContextMenuButtonItem)", "TaxRateReportFields0?(String)", "DesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "PaymentReportFields?(String)", "CupertinoDesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "TaxRateReportFields?(String)", "MaterialRectArcTween(Rect?,Rect?)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ProductReportFields?(String)", "Widget(BuildContext,~())", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ProfitAndLossReportFields?(String)", "~(LayoutFragment)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "PurchaseOrderItemReportFields?(String)", "~(LineBreakType,int)", "bool(PurchaseOrderItemReportFields)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "PurchaseOrderReportFields?(String)", "InvoiceItemEntity(InvoiceItemEntity)", "QuoteItemReportFields?(String)", "Future<~>([JavaScriptObject?])", "bool(QuoteItemReportFields)", "QuoteReportFields?(String)", "InvitationEntity(InvitationEntity)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "RecurringExpenseReportFields?(String)", "InvoiceHistoryEntity?(ActivityEntity)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "RecurringInvoiceReportFields?(String)", "~(ScrollNotification)", "Map()", "String(@,int?)", "~(Object)", "double(_Diagonal)", "DateTime(@,int?)", "Null(JSObject)", "Null(BuildContext,EntityAction)", "Expanded(BuildContext)", "~(String,JavaScriptObject)", "ReportColumnType(String)", "@(String,String)", "List(TextEditingValue)", "bool(List)", "String?(List)", "Theme(BuildContext,~(String),Iterable)", "ReportsScreen(BuildContext,ReportsScreenVM)", "Null(String?,bool)", "Null(int,bool)", "Null(BuildContext,BuiltMap)", "~(EditingState?,TextEditingDeltaState?)", "Null({chart:String?,customEndDate:String?,customStartDate:String?,group:String?,report:String?,selectedGroup:String?,subgroup:String?})", "~(List)", "GroupTotals(ReportResult?,ReportsUIState,ReportSettingsEntity?,BuiltMap,CompanyEntity?)", "ListBuilder()", "TaskItemReportFields?(String)", "0^?(0^?(ButtonStyle?))", "TaskReportFields?(String)", "ListBuilder()", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "TransactionReportFields?(String)", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "VendorReportFields?(String)", "~(NotoFont)", "DropdownMenuItem(ExportType)", "DropdownMenuItem(EntityType)", "ScheduleEditVM(Store)", "ScheduleEdit(BuildContext,ScheduleEditVM)", "EntityList(BuildContext,ScheduleListVM)", "ScheduleListItem(BuildContext,int)", "ScheduleScreen(BuildContext,ScheduleScreenVM)", "ScheduleViewVM(Store)", "ScheduleView(BuildContext,ScheduleViewVM)", "CheckboxListTile(int)", "bool?(CompanyEntityBuilder)", "AccountManagement(BuildContext,AccountManagementVM)", "MaterialStateProperty?(ButtonStyle?)", "Null(BuildContext,String,String,String)", "double(@)", "Row(RegistrationFieldEntity)", "RegistrationFieldEntityBuilder(RegistrationFieldEntityBuilder)", "ClientPortal(BuildContext,ClientPortalVM)", "MaterialStateProperty?(ButtonStyle?)", "Row(BuildContext)", "CompanyDetails(BuildContext,CompanyDetailsVM)", "Null(BuildContext,MultipartFile)", "CreditCardsAndBanks(BuildContext,CreditCardsAndBanksVM)", "~(List)", "CustomFields(BuildContext,CustomFieldsVM)", "DataVisualizations(BuildContext,DataVisualizationsVM)", "Widget(BuildContext,AsyncSnapshot<@>)", "ListTile(BuildContext)", "~(MapBuilder)", "FormColorPicker(String)", "MaterialStateProperty?(ButtonStyle?)", "DeviceSettings(BuildContext,DeviceSettingsVM)", "MaterialStateProperty?(ButtonStyle?)", "MouseCursor0?(Set)", "MouseCursor0?(ButtonStyle?)", "Null(BuildContext,double)", "Future(BuildContext,AppLayout)", "Null(BuildContext,BuiltMap)", "EInvoiceSettings(BuildContext,EInvoiceSettingsVM)", "ListBuilder()", "Null(MultipartFile)", "EmailSettings(BuildContext,EmailSettingsVM)", "ExpenseSettings(BuildContext,ExpenseSettingsVM)", "FontFamily(@)", "Color?(ButtonStyle?)", "GeneratedNumbers(BuildContext,GeneratedNumbersVM)", "Set>(PreImportResponse?)", "~(ImportType?)", "VisualDensity?(ButtonStyle?)", "DropdownMenuItem(ExportType)", "ImportExport(BuildContext,ImportExportVM)", "Tab(String)", "InvoiceDesign(BuildContext,InvoiceDesignVM)", "Null(BuildContext,List)", "_AddCompanyDialog(BuildContext)", "LocalizationSettings(BuildContext,LocalizationSettingsVM)", "PaymentSettings(BuildContext,PaymentSettingsVM)", "ProductSettings(BuildContext,ProductSettingsVM)", "List(String)", "SettingsList(BuildContext,SettingsListVM)", "Null(BuildContext,String,int?)", "SettingsScreen(BuildContext,SettingsScreenVM)", "bool?(SettingsEntityBuilder)", "DropdownMenuItem(String)", "TaskSettings(BuildContext,TaskSettingsVM)", "ListBuilder()", "Column(String)", "MaterialTapTargetSize?(ButtonStyle?)", "Row(String)", "Duration?(ButtonStyle?)", "bool?(ButtonStyle?)", "_EditSubregionDialog(BuildContext)", "TaxSettings(BuildContext,TaxSettingsVM)", "bool(EmailTemplate)", "DropdownMenuItem(EmailTemplate)", "ListBuilder()", "TemplatesAndReminders(BuildContext,TemplatesAndRemindersVM)", "Null(EmailTemplate)", "AlignmentGeometry?(ButtonStyle?)", "Future(GroupEntity)", "Future(ClientEntity)", "ListBuilder()", "ListBuilder()", "UserDetails(BuildContext,UserDetailsVM)", "@(UserEntity)", "ListBuilder()", "WorkflowSettings(BuildContext,WorkflowSettingsVM)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "ListBuilder()", "SubscriptionEditVM(Store)", "SubscriptionEdit(BuildContext,SubscriptionEditVM)", "EntityList(BuildContext,SubscriptionListVM)", "SubscriptionListItem(BuildContext,int)", "SubscriptionScreen(BuildContext,SubscriptionScreenVM)", "SubscriptionViewVM(Store)", "SubscriptionView(BuildContext,SubscriptionViewVM)", "~(BuildContext[EntityAction?])", "Row(TaskTime)", "ListBuilder()", "~(List,JavaScriptObject)", "TaskEditDetailsVM(Store)", "StatefulWidget(BuildContext,TaskEditDetailsVM)", "Null(TaskTime,int)", "TimeEditDetails(BuildContext)", "TaskEditTimesVM(Store)", "TaskEditTimes(BuildContext,TaskEditTimesVM)", "Null(TaskTime?,int)", "TaskEditVM(Store)", "TaskEdit(BuildContext,TaskEditVM)", "~(String,List)", "BoardList(String)", "Null(Completer,String)", "~(NextFocusIntent)", "BoardItem(TaskEntity)", "~(int?,int?,BoardItemState)", "~(int?,int?,int?,int?,BoardItemState)", "KanbanView(BuildContext,KanbanVM)", "Null(Completer,List?,Map>?)", "Null(Completer,String,String,int)", "Null(Completer,String,String,String,int)", "~(PreviousFocusIntent)", "EntityList(BuildContext,TaskListVM)", "TaskScreen(BuildContext,TaskScreenVM)", "TaskViewVM(Store)", "TaskView(BuildContext,TaskViewVM)", "Null(BuildContext[TaskTime?])", "TaskStatusEditVM(Store)", "TaskStatusEdit(BuildContext,TaskStatusEditVM)", "TaskStatusListItem(String)", "TaskStatusList(BuildContext,TaskStatusListVM)", "TaskStatusEntity(String)", "TaskStatusScreen(BuildContext,TaskStatusScreenVM)", "TaskStatusViewVM(Store)", "TaskStatusView(BuildContext,TaskStatusViewVM)", "TaxRateEditVM(Store)", "TaxRateEdit(BuildContext,TaxRateEditVM)", "EntityList(BuildContext,TaxRateListVM)", "TaxRateListItem(BuildContext,int)", "TaxRateSettingsScreen(BuildContext,TaxRateScreenVM)", "TaxRateViewVM(Store)", "TaxRateView(BuildContext,TaxRateViewVM)", "TokenEditVM(Store)", "TokenEdit(BuildContext,TokenEditVM)", "EntityList(BuildContext,TokenListVM)", "TokenListItem(BuildContext,int)", "TokenScreen(BuildContext,TokenScreenVM)", "TokenViewVM(Store)", "TokenView(BuildContext,TokenViewVM)", "String(TransactionEntityBuilder)", "TransactionEditVM(Store)", "TransactionEdit(BuildContext,TransactionEditVM)", "EntityList(BuildContext,TransactionListVM)", "TransactionListItem(BuildContext,int)", "Padding(ExpenseEntity)", "~(DirectionalFocusIntent)", "TransactionScreen(BuildContext,TransactionScreenVM)", "bool(TransactionEntity)", "EntityListTile(InvoiceEntity)", "int(InvoiceEntity,InvoiceEntity)", "int(PaymentEntity,PaymentEntity)", "bool(ExpenseCategoryEntity)", "int(ExpenseCategoryEntity?,ExpenseCategoryEntity?)", "bool(VendorEntity)", "int(VendorEntity?,VendorEntity?)", "Size(JavaScriptObject)", "TransactionViewVM(Store)", "TransactionView(BuildContext,TransactionViewVM)", "String(TransactionEntity)", "~(PointerMoveEvent)", "FontAsset(@)", "~(PointerUpEvent)", "TransactionRuleEditVM(Store)", "TransactionRuleEdit(BuildContext,TransactionRuleEditVM)", "EntityList(BuildContext,TransactionRuleListVM)", "TransactionRuleListItem(BuildContext,int)", "TransactionRuleScreen(BuildContext,TransactionRuleScreenVM)", "TransactionRuleViewVM(Store)", "TransactionRuleView(BuildContext,TransactionRuleViewVM)", "DataRow(EntityType)", "UserEditVM(Store)", "UserEdit(BuildContext,UserEditVM)", "EntityList(BuildContext,UserListVM)", "UserListItem(BuildContext,int)", "UserScreen(BuildContext,UserScreenVM)", "UserViewVM(Store)", "UserView(BuildContext,UserViewVM)", "VendorContactEditDetails(BuildContext)", "ContactListTile(VendorContactEntity)", "VendorEditContactsVM(Store)", "VendorEditContacts(BuildContext,VendorEditContactsVM)", "Null(VendorContactEntity,int)", "VendorEditVM(Store)", "VendorEdit(BuildContext,VendorEditVM)", "EntityList(BuildContext,VendorListVM)", "String(VendorContactEntity)", "VendorScreen(BuildContext,VendorScreenVM)", "~(VendorContactEntity)", "Row(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)", "int(int,@)", "FieldConfirmation(BuildContext)", "SimpleDialogOption(InvoiceEntity)", "IndentingBuiltValueToStringHelper(String)", "ListBuilder()", "ListMultimapBuilder()", "TableRow(int)", "Theme(BuildContext,Brightness,Widget?)", "OverlayPortal(BuildContext)", "~(String,double?)", "Rect()(RenderBox)", "MapBuilder()", "Widget(BuildContext,SuperEditorDemoTextItem,bool,~())", "RoundedRectanglePopoverAppearance(BuildContext)", "SetBuilder()", "bool(_TextType)", "SuperEditorDemoTextItem(_TextType)", "Text(BuildContext)", "CalendarDatePicker()", "Widget(BuildContext,DocumentSelection?,Widget?)", "SizedBox(BuildContext,Offset?,Widget?)", "IFrameElement(int)", "Null(AuthenticationResult)", "Logger()", "Form()", "Flex(BuildContext,BoxConstraints)", "~(ListItem)", "bool(RegExp)", "LinkReference()", "SetMultimapBuilder()", "ListBuilder()", "bool(Node3)", "Widget(BuildContext,Animation0,Animation0)", "Null(String[String?])", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "SizedBox(BuildContext,Widget?)", "FollowerAlignment(Rect,Size)", "JavaScriptObject?(int)", "String?([String?])", "MouseRegion(FormFieldState)", "_PinItem(int)", "Widget(int)", "Element2(int)", "ListBuilder()", "Null(Event)", "ListBuilder()", "ListBuilder()", "Widget(int{key:Key?})", "~(LongPressDownDetails)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "ListBuilder()", "Map(SentryPackage)", "MapEntry(String,@)", "Future()", "String(AppleIDAuthorizationScopes)", "int(_Line)", "HotRestartCacheHandler?()", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:Object?})", "List>(BuildContext)", "~(ReactiveModelImp<@>)", "~(StateStatus,Object?)", "TextAffinity()", "DocumentChange(DocumentEdit)", "ParagraphNode(AttributedText)", "ListBuilder>()", "MapBuilder()", "ListBuilder()", "ChangeInteractionModeCommand?(EditRequest)", "ListBuilder()", "InsertAttributedTextCommand?(EditRequest)", "PasteStructuredContentEditorCommand?(EditRequest)", "InsertNodeAtIndexCommand?(EditRequest)", "InsertNodeBeforeNodeCommand?(EditRequest)", "InsertNodeAfterNodeCommand?(EditRequest)", "InsertNodeAtCaretCommand?(EditRequest)", "MoveNodeCommand?(EditRequest)", "CombineParagraphsCommand?(EditRequest)", "ReplaceNodeCommand?(EditRequest)", "ReplaceNodeWithEmptyParagraphWithCaretCommand?(EditRequest)", "DeleteContentCommand?(EditRequest)", "ListBuilder()", "DeleteUpstreamAtBeginningOfParagraphCommand?(EditRequest)", "DeleteUpstreamAtBeginningOfBlockNodeCommand?(EditRequest)", "DeleteNodeCommand?(EditRequest)", "DeleteUpstreamCharacterCommand?(EditRequest)", "DeleteDownstreamCharacterCommand?(EditRequest)", "InsertCharacterAtCaretCommand?(EditRequest)", "ChangeParagraphAlignmentCommand?(EditRequest)", "ChangeParagraphBlockTypeCommand?(EditRequest)", "SplitParagraphCommand?(EditRequest)", "ConvertParagraphToTaskCommand?(EditRequest)", "ConvertTaskToParagraphCommand?(EditRequest)", "ChangeTaskCompletionCommand?(EditRequest)", "SplitExistingTaskCommand?(EditRequest)", "SplitListItemCommand?(EditRequest)", "IndentListItemCommand?(EditRequest)", "UnIndentListItemCommand?(EditRequest)", "ChangeListItemTypeCommand?(EditRequest)", "ConvertParagraphToListItemCommand?(EditRequest)", "AddTextAttributionsCommand?(EditRequest)", "ToggleTextAttributionsCommand?(EditRequest)", "RemoveTextAttributionsCommand?(EditRequest)", "ChangeSingleColumnLayoutComponentStylesCommand?(EditRequest)", "ConvertTextNodeToParagraphCommand?(EditRequest)", "PasteEditorCommand?(EditRequest)", "Attribution()", "ListBuilder()", "bool(LinkifyElement)", "Container(BuildContext,Widget?)", "~(DocumentSelectionChange)", "MouseRegion(BuildContext,MouseCursor0,Widget?)", "~(ActivateIntent)", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "ListBuilder()", "MapBuilder()", "MapBuilder()", "~(Offset?)", "MapBuilder()", "bool(TextEditingDelta)", "Padding(BuildContext,double)", "Row(BuildContext,Widget?)", "MapBuilder()", "Widget(BuildContext,Widget,int?,bool)", "MapBuilder()", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "MapBuilder()", "SuperEditorFocusDebugVisuals(BuildContext)", "MapBuilder()", "MapBuilder()", "~(DocumentSelection?)", "AndroidTextEditingFloatingToolbar(BuildContext,DocumentSelection?,Widget?)", "MapBuilder()", "SpanRange()", "TextSpan(MultiAttributionSpan)", "SingleColumnDocumentLayout(~())", "int(GroupedOverlayPortalController,GroupedOverlayPortalController)", "_ThumbPressGestureRecognizer0()", "~(_ThumbPressGestureRecognizer0)", "_TrackTapGestureRecognizer0()", "~(_TrackTapGestureRecognizer0)", "~(_TapTracker0)", "ColoredBox(BuildContext,Widget?)", "Padding(BuildContext,Widget?)", "MapBuilder()", "TapRegion(BuildContext)", "MapBuilder()", "MapBuilder()", "AndroidEditingOverlayControls(BuildContext,Widget?)", "ProseTextLayout()", "Stack(BuildContext,Widget?)", "~(RawFloatingCursorPoint)", "RenderObjectWidget(BuildContext,TextLayout)", "IOSEditingControls(BuildContext,Widget?)", "bool(bool?)", "~(AppLifecycleState)", "JavaScriptObject(int{params:Object?})", "MapBuilder()", "int(Comparable<@>,Comparable<@>)", "MapBuilder()", "List(String,List)", "0^(0^,0^)", "Size?(Size?,Size?,double)", "double?(num?,num?,double)", "Color?(Color?,Color?,double)", "Widget(BuildContext,Offset,Offset,Widget)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "bool?(bool?,bool?,double)", "~(ButtonActivateIntent)", "Widget(BuildContext,Widget)", "OutlinedBorder?(OutlinedBorder?,OutlinedBorder?,double)", "EdgeInsetsGeometry?(EdgeInsetsGeometry?,EdgeInsetsGeometry?,double)", "TextStyle?(TextStyle?,TextStyle?,double)", "int(_TaskEntry<@>,_TaskEntry<@>)", "bool({priority!int,scheduler!SchedulerBinding})", "List(String)", "Widget(Widget,Key,Widget,Key)", "Widget(Widget?,List)", "~(FocusNode{alignment:double?,alignmentPolicy:ScrollPositionAlignmentPolicy?,curve:Curve?,duration:Duration?})", "int(Element0,Element0)", "Widget(FlutterErrorDetails)", "IconThemeData(IconThemeData?,IconThemeData?,double)", "List>(NavigatorState,String)", "int(Widget,int)", "MapBuilder()", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "MapBuilder()", "BillingClient(~(PurchasesResultWrapper),~(UserChoiceDetailsWrapper)?)", "ProductDetailsWrapper(PlatformProductDetails)", "PricingPhaseWrapper(PlatformPricingPhase)", "PurchaseWrapper(PlatformPurchase)", "SubscriptionOfferDetailsWrapper(PlatformSubscriptionOfferDetails)", "UserChoiceDetailsProductWrapper(PlatformUserChoiceProduct)", "GooglePlayUserChoiceDetails(UserChoiceDetailsWrapper)", "MapBuilder()", "~({isTesting:bool})", "AppState(AppState,@)", "AuthState(AuthState,UserLoadUrl)", "AuthState(AuthState,UserSignUpRequest)", "AuthState(AuthState,UserLoginRequest)", "AuthState(AuthState,OAuthLoginRequest)", "AuthState(AuthState,OAuthSignUpRequest)", "AuthState(AuthState,UserLoginSuccess)", "AuthState(AuthState,UserVerifiedPassword)", "AuthState(AuthState,UserUnverifiedPassword)", "BankAccountEntity(BankAccountEntity?,@)", "BankAccountEntity?(BankAccountEntity?,@)", "ListUIState(ListUIState,ViewBankAccountList)", "ListUIState(ListUIState,FilterBankAccountsByCustom1)", "ListUIState(ListUIState,FilterBankAccountsByCustom2)", "ListUIState(ListUIState,FilterBankAccountsByState)", "ListUIState(ListUIState,FilterBankAccounts)", "ListUIState(ListUIState,SortBankAccounts)", "ListUIState(ListUIState,StartBankAccountMultiselect)", "ListUIState(ListUIState,AddToBankAccountMultiselect)", "ListUIState(ListUIState,RemoveFromBankAccountMultiselect)", "ListUIState(ListUIState,ClearBankAccountMultiselect)", "BankAccountState(BankAccountState,ArchiveBankAccountsSuccess)", "BankAccountState(BankAccountState,DeleteBankAccountsSuccess)", "BankAccountState(BankAccountState,RestoreBankAccountsSuccess)", "BankAccountState(BankAccountState,AddBankAccountSuccess)", "BankAccountState(BankAccountState,SaveBankAccountSuccess)", "BankAccountState(BankAccountState,LoadBankAccountSuccess)", "BankAccountState(BankAccountState,LoadBankAccountsSuccess)", "BankAccountState(BankAccountState,LoadCompanySuccess)", "ListUIState(ListUIState,ViewClientList)", "ListUIState(ListUIState,FilterClientsByCustom1)", "ListUIState(ListUIState,FilterClientsByCustom2)", "ListUIState(ListUIState,FilterClientsByCustom3)", "ListUIState(ListUIState,FilterClientsByCustom4)", "ListUIState(ListUIState,FilterClientsByState)", "ListUIState(ListUIState,FilterClients)", "ListUIState(ListUIState,SortClients)", "ListUIState(ListUIState,StartClientMultiselect)", "ListUIState(ListUIState,AddToClientMultiselect)", "ListUIState(ListUIState,RemoveFromClientMultiselect)", "ListUIState(ListUIState,ClearClientMultiselect)", "ClientState(ClientState,ArchiveClientsSuccess)", "ClientState(ClientState,DeleteClientsSuccess)", "ClientState(ClientState,RestoreClientSuccess)", "ClientState(ClientState,AddClientSuccess)", "ClientState(ClientState,SaveClientSuccess)", "ClientState(ClientState,LoadClientSuccess)", "ClientState(ClientState,MergeClientsSuccess)", "ClientState(ClientState,PurgeClientSuccess)", "ClientState(ClientState,LoadClientsSuccess)", "ClientState(ClientState,LoadCompanySuccess)", "UserCompanyEntity(UserCompanyEntity?,LoadCompanySuccess)", "UserCompanyEntity(UserCompanyEntity?,SaveCompanySuccess)", "CompanyGatewayEntity(CompanyGatewayEntity?,@)", "CompanyGatewayEntity?(CompanyGatewayEntity?,@)", "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)", "RenderObjectWidget(Widget)", "MapBuilder()", "InvoiceEntity(InvoiceEntity?,AddCreditItems)", "InvoiceEntity?(InvoiceEntity?,DeleteCreditItem)", "InvoiceEntity?(InvoiceEntity?,UpdateCreditItem)", "ListUIState(ListUIState,ViewCreditList)", "ListUIState(ListUIState,FilterCreditsByCustom1)", "ListUIState(ListUIState,FilterCreditsByCustom2)", "ListUIState(ListUIState,FilterCreditsByCustom3)", "ListUIState(ListUIState,FilterCreditsByCustom4)", "ListUIState(ListUIState,FilterCreditsByState)", "ListUIState(ListUIState,FilterCreditsByStatus)", "ListUIState(ListUIState,FilterCredits)", "ListUIState(ListUIState,SortCredits)", "ListUIState(ListUIState,StartCreditMultiselect)", "ListUIState(ListUIState,AddToCreditMultiselect)", "ListUIState(ListUIState,RemoveFromCreditMultiselect)", "ListUIState(ListUIState,ClearCreditMultiselect)", "CreditState(CreditState,PurgeClientSuccess)", "CreditState(CreditState,MarkSentCreditSuccess)", "CreditState(CreditState,ArchiveCreditsSuccess)", "CreditState(CreditState,DeleteCreditsSuccess)", "CreditState(CreditState,RestoreCreditsSuccess)", "CreditState(CreditState,AddCreditSuccess)", "CreditState(CreditState,@)", "CreditState(CreditState,LoadCreditsSuccess)", "CreditState(CreditState,LoadCompanySuccess)", "DesignEntity(DesignEntity?,@)", "DesignEntity?(DesignEntity?,@)", "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,FilterDocumentsByStatus)", "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,AddDocumentSuccess)", "DocumentState(DocumentState,SaveDocumentSuccess)", "DocumentState(DocumentState,LoadDocumentSuccess)", "DocumentState(DocumentState,LoadDocumentsSuccess)", "DocumentState(DocumentState,LoadCompanySuccess)", "MapBuilder()", "MapBuilder()", "ListUIState(ListUIState,ViewExpenseList)", "ListUIState(ListUIState,FilterExpensesByCustom1)", "ListUIState(ListUIState,FilterExpensesByCustom2)", "ListUIState(ListUIState,FilterExpensesByCustom3)", "ListUIState(ListUIState,FilterExpensesByCustom4)", "ListUIState(ListUIState,FilterExpensesByState)", "ListUIState(ListUIState,FilterExpensesByStatus)", "ListUIState(ListUIState,FilterExpenses)", "ListUIState(ListUIState,SortExpenses)", "ListUIState(ListUIState,StartExpenseMultiselect)", "ListUIState(ListUIState,AddToExpenseMultiselect)", "ListUIState(ListUIState,RemoveFromExpenseMultiselect)", "ListUIState(ListUIState,ClearExpenseMultiselect)", "ExpenseState(ExpenseState,PurgeClientSuccess)", "ExpenseState(ExpenseState,ArchiveExpenseSuccess)", "ExpenseState(ExpenseState,DeleteExpenseSuccess)", "ExpenseState(ExpenseState,RestoreExpenseSuccess)", "ExpenseState(ExpenseState,AddExpenseSuccess)", "ExpenseState(ExpenseState,SaveExpenseSuccess)", "ExpenseState(ExpenseState,LoadExpenseSuccess)", "ExpenseState(ExpenseState,LoadExpensesSuccess)", "ExpenseState(ExpenseState,LoadCompanySuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,@)", "ExpenseCategoryEntity?(ExpenseCategoryEntity?,@)", "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)", "GroupEntity(GroupEntity?,@)", "GroupEntity?(GroupEntity?,@)", "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)", "InvoiceEntity?(InvoiceEntity?,DeleteInvoiceItem)", "InvoiceEntity?(InvoiceEntity?,UpdateInvoiceItem)", "ListUIState(ListUIState,ViewInvoiceList)", "ListUIState(ListUIState,FilterInvoicesByCustom1)", "ListUIState(ListUIState,FilterInvoicesByCustom2)", "ListUIState(ListUIState,FilterInvoicesByCustom3)", "ListUIState(ListUIState,FilterInvoicesByCustom4)", "ListUIState(ListUIState,FilterInvoicesByState)", "ListUIState(ListUIState,FilterInvoicesByStatus)", "ListUIState(ListUIState,FilterInvoices)", "ListUIState(ListUIState,SortInvoices)", "ListUIState(ListUIState,StartInvoiceMultiselect)", "ListUIState(ListUIState,AddToInvoiceMultiselect)", "ListUIState(ListUIState,RemoveFromInvoiceMultiselect)", "ListUIState(ListUIState,ClearInvoiceMultiselect)", "InvoiceState(InvoiceState,PurgeClientSuccess)", "InvoiceState(InvoiceState,MarkInvoicesSentSuccess)", "InvoiceState(InvoiceState,MarkInvoicesPaidSuccess)", "InvoiceState(InvoiceState,CancelInvoicesSuccess)", "InvoiceState(InvoiceState,ArchiveInvoicesSuccess)", "InvoiceState(InvoiceState,DeleteInvoicesSuccess)", "InvoiceState(InvoiceState,EmailInvoiceSuccess)", "InvoiceState(InvoiceState,RestoreInvoicesSuccess)", "InvoiceState(InvoiceState,AddInvoiceSuccess)", "InvoiceState(InvoiceState,@)", "InvoiceState(InvoiceState,LoadInvoicesSuccess)", "InvoiceState(InvoiceState,LoadCompanySuccess)", "PaymentEntity(PaymentEntity?,@)", "PaymentEntity?(PaymentEntity?,@)", "ListUIState(ListUIState,ViewPaymentList)", "ListUIState(ListUIState,FilterPaymentsByCustom1)", "ListUIState(ListUIState,FilterPaymentsByCustom2)", "ListUIState(ListUIState,FilterPaymentsByCustom3)", "ListUIState(ListUIState,FilterPaymentsByCustom4)", "ListUIState(ListUIState,FilterPaymentsByState)", "ListUIState(ListUIState,FilterPaymentsByStatus)", "ListUIState(ListUIState,FilterPayments)", "ListUIState(ListUIState,SortPayments)", "ListUIState(ListUIState,StartPaymentMultiselect)", "ListUIState(ListUIState,AddToPaymentMultiselect)", "ListUIState(ListUIState,RemoveFromPaymentMultiselect)", "ListUIState(ListUIState,ClearPaymentMultiselect)", "PaymentState(PaymentState,PurgeClientSuccess)", "PaymentState(PaymentState,ArchivePaymentsSuccess)", "PaymentState(PaymentState,DeletePaymentsSuccess)", "PaymentState(PaymentState,RestorePaymentsSuccess)", "PaymentState(PaymentState,AddPaymentSuccess)", "PaymentState(PaymentState,SavePaymentSuccess)", "PaymentState(PaymentState,LoadPaymentSuccess)", "PaymentState(PaymentState,LoadPaymentsSuccess)", "PaymentState(PaymentState,LoadCompanySuccess)", "PaymentTermEntity(PaymentTermEntity?,@)", "PaymentTermEntity?(PaymentTermEntity?,@)", "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)", "ProductEntity(ProductEntity?,@)", "ProductEntity?(ProductEntity?,@)", "ListUIState(ListUIState,ViewProductList)", "ListUIState(ListUIState,FilterProductsByState)", "ListUIState(ListUIState,FilterProductsByCustom1)", "ListUIState(ListUIState,FilterProductsByCustom2)", "ListUIState(ListUIState,FilterProductsByCustom3)", "ListUIState(ListUIState,FilterProductsByCustom4)", "ListUIState(ListUIState,FilterProducts)", "ListUIState(ListUIState,SortProducts)", "ListUIState(ListUIState,StartProductMultiselect)", "ListUIState(ListUIState,AddToProductMultiselect)", "ListUIState(ListUIState,RemoveFromProductMultiselect)", "ListUIState(ListUIState,ClearProductMultiselect)", "ProductState(ProductState,ArchiveProductsSuccess)", "ProductState(ProductState,DeleteProductsSuccess)", "ProductState(ProductState,RestoreProductsSuccess)", "ProductState(ProductState,SetTaxCategoryProductsSuccess)", "ProductState(ProductState,AddProductSuccess)", "ProductState(ProductState,SaveProductSuccess)", "ProductState(ProductState,LoadProductSuccess)", "ProductState(ProductState,LoadProductsSuccess)", "ProductState(ProductState,LoadCompanySuccess)", "ProjectEntity(ProjectEntity?,@)", "ProjectEntity?(ProjectEntity?,@)", "ListUIState(ListUIState,ViewProjectList)", "ListUIState(ListUIState,FilterProjectsByCustom1)", "ListUIState(ListUIState,FilterProjectsByCustom2)", "ListUIState(ListUIState,FilterProjectsByCustom3)", "ListUIState(ListUIState,FilterProjectsByCustom4)", "ListUIState(ListUIState,FilterProjectsByState)", "ListUIState(ListUIState,FilterProjects)", "ListUIState(ListUIState,SortProjects)", "ListUIState(ListUIState,StartProjectMultiselect)", "ListUIState(ListUIState,AddToProjectMultiselect)", "ListUIState(ListUIState,RemoveFromProjectMultiselect)", "ListUIState(ListUIState,ClearProjectMultiselect)", "ProjectState(ProjectState,PurgeClientSuccess)", "ProjectState(ProjectState,ArchiveProjectSuccess)", "ProjectState(ProjectState,DeleteProjectSuccess)", "ProjectState(ProjectState,RestoreProjectSuccess)", "ProjectState(ProjectState,AddProjectSuccess)", "ProjectState(ProjectState,SaveProjectSuccess)", "ProjectState(ProjectState,LoadProjectSuccess)", "ProjectState(ProjectState,LoadProjectsSuccess)", "ProjectState(ProjectState,LoadCompanySuccess)", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderItems)", "InvoiceEntity?(InvoiceEntity?,DeletePurchaseOrderItem)", "InvoiceEntity?(InvoiceEntity?,UpdatePurchaseOrderItem)", "ListUIState(ListUIState,ViewPurchaseOrderList)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom1)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom2)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom3)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom4)", "ListUIState(ListUIState,FilterPurchaseOrdersByState)", "ListUIState(ListUIState,FilterPurchaseOrdersByStatus)", "ListUIState(ListUIState,FilterPurchaseOrders)", "ListUIState(ListUIState,SortPurchaseOrders)", "ListUIState(ListUIState,StartPurchaseOrderMultiselect)", "ListUIState(ListUIState,AddToPurchaseOrderMultiselect)", "ListUIState(ListUIState,RemoveFromPurchaseOrderMultiselect)", "ListUIState(ListUIState,ClearPurchaseOrderMultiselect)", "PurchaseOrderState(PurchaseOrderState,MarkPurchaseOrderSentSuccess)", "PurchaseOrderState(PurchaseOrderState,ConvertPurchaseOrdersToExpensesSuccess)", "PurchaseOrderState(PurchaseOrderState,AddPurchaseOrdersToInventorySuccess)", "PurchaseOrderState(PurchaseOrderState,AcceptPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,CancelPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,ArchivePurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,DeletePurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,RestorePurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,EmailPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,ApprovePurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,AddPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,@)", "PurchaseOrderState(PurchaseOrderState,LoadPurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,LoadCompanySuccess)", "InvoiceEntity(InvoiceEntity?,AddQuoteItems)", "InvoiceEntity?(InvoiceEntity?,DeleteQuoteItem)", "InvoiceEntity?(InvoiceEntity?,UpdateQuoteItem)", "ListUIState(ListUIState,ViewQuoteList)", "ListUIState(ListUIState,FilterQuotesByCustom1)", "ListUIState(ListUIState,FilterQuotesByCustom2)", "ListUIState(ListUIState,FilterQuotesByCustom3)", "ListUIState(ListUIState,FilterQuotesByCustom4)", "ListUIState(ListUIState,FilterQuotesByState)", "ListUIState(ListUIState,FilterQuotesByStatus)", "ListUIState(ListUIState,FilterQuotes)", "ListUIState(ListUIState,SortQuotes)", "ListUIState(ListUIState,StartQuoteMultiselect)", "ListUIState(ListUIState,AddToQuoteMultiselect)", "ListUIState(ListUIState,RemoveFromQuoteMultiselect)", "ListUIState(ListUIState,ClearQuoteMultiselect)", "QuoteState(QuoteState,PurgeClientSuccess)", "QuoteState(QuoteState,MarkSentQuoteSuccess)", "QuoteState(QuoteState,ArchiveQuotesSuccess)", "QuoteState(QuoteState,DeleteQuotesSuccess)", "QuoteState(QuoteState,RestoreQuotesSuccess)", "QuoteState(QuoteState,EmailQuoteSuccess)", "QuoteState(QuoteState,ConvertQuotesToInvoicesSuccess)", "QuoteState(QuoteState,ConvertQuotesToProjectsSuccess)", "QuoteState(QuoteState,AddQuoteSuccess)", "QuoteState(QuoteState,@)", "QuoteState(QuoteState,LoadQuotesSuccess)", "QuoteState(QuoteState,LoadCompanySuccess)", "ListUIState(ListUIState,ViewRecurringExpenseList)", "ListUIState(ListUIState,FilterRecurringExpensesByCustom1)", "ListUIState(ListUIState,FilterRecurringExpensesByCustom2)", "ListUIState(ListUIState,FilterRecurringExpensesByState)", "ListUIState(ListUIState,FilterRecurringExpensesByStatus)", "ListUIState(ListUIState,FilterRecurringExpenses)", "ListUIState(ListUIState,SortRecurringExpenses)", "ListUIState(ListUIState,StartRecurringExpenseMultiselect)", "ListUIState(ListUIState,AddToRecurringExpenseMultiselect)", "ListUIState(ListUIState,RemoveFromRecurringExpenseMultiselect)", "ListUIState(ListUIState,ClearRecurringExpenseMultiselect)", "RecurringExpenseState(RecurringExpenseState,PurgeClientSuccess)", "RecurringExpenseState(RecurringExpenseState,ArchiveRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,DeleteRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,RestoreRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,AddRecurringExpenseSuccess)", "RecurringExpenseState(RecurringExpenseState,SaveRecurringExpenseSuccess)", "RecurringExpenseState(RecurringExpenseState,StartRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,StopRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,LoadRecurringExpenseSuccess)", "RecurringExpenseState(RecurringExpenseState,LoadRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,LoadCompanySuccess)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceItems)", "InvoiceEntity?(InvoiceEntity?,DeleteRecurringInvoiceItem)", "InvoiceEntity?(InvoiceEntity?,UpdateRecurringInvoiceItem)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom1)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom2)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom3)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom4)", "ListUIState(ListUIState,FilterRecurringInvoicesByState)", "ListUIState(ListUIState,FilterRecurringInvoicesByStatus)", "ListUIState(ListUIState,FilterRecurringInvoices)", "ListUIState(ListUIState,SortRecurringInvoices)", "ListUIState(ListUIState,StartRecurringInvoiceMultiselect)", "ListUIState(ListUIState,AddToRecurringInvoiceMultiselect)", "ListUIState(ListUIState,RemoveFromRecurringInvoiceMultiselect)", "ListUIState(ListUIState,ClearRecurringInvoiceMultiselect)", "RecurringInvoiceState(RecurringInvoiceState,PurgeClientSuccess)", "RecurringInvoiceState(RecurringInvoiceState,ArchiveRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,DeleteRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,EmailRecurringInvoiceSuccess)", "RecurringInvoiceState(RecurringInvoiceState,RestoreRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,SendNowRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,StartRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,StopRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,AddRecurringInvoiceSuccess)", "RecurringInvoiceState(RecurringInvoiceState,@)", "RecurringInvoiceState(RecurringInvoiceState,LoadRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,LoadCompanySuccess)", "ScheduleEntity(ScheduleEntity?,@)", "ScheduleEntity?(ScheduleEntity?,@)", "ListUIState(ListUIState,ViewScheduleList)", "ListUIState(ListUIState,FilterSchedulesByCustom1)", "ListUIState(ListUIState,FilterSchedulesByCustom2)", "ListUIState(ListUIState,FilterSchedulesByState)", "ListUIState(ListUIState,FilterSchedules)", "ListUIState(ListUIState,SortSchedules)", "ListUIState(ListUIState,StartScheduleMultiselect)", "ListUIState(ListUIState,AddToScheduleMultiselect)", "ListUIState(ListUIState,RemoveFromScheduleMultiselect)", "ListUIState(ListUIState,ClearScheduleMultiselect)", "ScheduleState(ScheduleState,ArchiveSchedulesSuccess)", "ScheduleState(ScheduleState,DeleteSchedulesSuccess)", "ScheduleState(ScheduleState,RestoreSchedulesSuccess)", "ScheduleState(ScheduleState,AddScheduleSuccess)", "ScheduleState(ScheduleState,SaveScheduleSuccess)", "ScheduleState(ScheduleState,LoadScheduleSuccess)", "ScheduleState(ScheduleState,LoadSchedulesSuccess)", "ScheduleState(ScheduleState,LoadCompanySuccess)", "StaticState(StaticState,LoadStaticSuccess)", "SubscriptionEntity(SubscriptionEntity?,@)", "SubscriptionEntity?(SubscriptionEntity?,@)", "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)", "TaskEntity(TaskEntity?,@)", "TaskEntity?(TaskEntity?,@)", "ListUIState(ListUIState,ViewTaskList)", "ListUIState(ListUIState,FilterTasksByCustom1)", "ListUIState(ListUIState,FilterTasksByCustom2)", "ListUIState(ListUIState,FilterTasksByState)", "ListUIState(ListUIState,FilterTasksByStatus)", "ListUIState(ListUIState,FilterTasks)", "ListUIState(ListUIState,SortTasks)", "TaskEntity(TaskEntity?,AddTaskTime)", "TaskEntity(TaskEntity?,DeleteTaskTime)", "TaskEntity(TaskEntity?,UpdateTaskTime)", "ListUIState(ListUIState,StartTaskMultiselect)", "ListUIState(ListUIState,AddToTaskMultiselect)", "ListUIState(ListUIState,RemoveFromTaskMultiselect)", "ListUIState(ListUIState,ClearTaskMultiselect)", "TaskState(TaskState,PurgeClientSuccess)", "TaskState(TaskState,SortTasksSuccess)", "TaskState(TaskState,ArchiveTaskSuccess)", "TaskState(TaskState,StartTasksSuccess)", "TaskState(TaskState,StopTasksSuccess)", "TaskState(TaskState,DeleteTaskSuccess)", "TaskState(TaskState,RestoreTaskSuccess)", "TaskState(TaskState,AddTaskSuccess)", "TaskState(TaskState,SaveTaskSuccess)", "TaskState(TaskState,LoadTaskSuccess)", "TaskState(TaskState,LoadTasksSuccess)", "TaskState(TaskState,LoadCompanySuccess)", "TaskStatusEntity(TaskStatusEntity?,@)", "TaskStatusEntity?(TaskStatusEntity?,@)", "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)", "TaxRateEntity(TaxRateEntity?,@)", "TaxRateEntity?(TaxRateEntity?,@)", "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)", "TokenEntity(TokenEntity?,@)", "TokenEntity?(TokenEntity?,@)", "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)", "TransactionEntity(TransactionEntity?,@)", "TransactionEntity?(TransactionEntity?,@)", "ListUIState(ListUIState,ViewTransactionList)", "ListUIState(ListUIState,FilterTransactionsByCustom1)", "ListUIState(ListUIState,FilterTransactionsByCustom2)", "ListUIState(ListUIState,FilterTransactionsByState)", "ListUIState(ListUIState,FilterTransactionsByStatus)", "ListUIState(ListUIState,FilterTransactions)", "ListUIState(ListUIState,SortTransactions)", "ListUIState(ListUIState,StartTransactionMultiselect)", "ListUIState(ListUIState,AddToTransactionMultiselect)", "ListUIState(ListUIState,RemoveFromTransactionMultiselect)", "ListUIState(ListUIState,ClearTransactionMultiselect)", "TransactionState(TransactionState,ArchiveTransactionsSuccess)", "TransactionState(TransactionState,DeleteTransactionsSuccess)", "TransactionState(TransactionState,RestoreTransactionsSuccess)", "TransactionState(TransactionState,AddTransactionSuccess)", "TransactionState(TransactionState,SaveTransactionSuccess)", "TransactionState(TransactionState,ConvertTransactionToPaymentSuccess)", "TransactionState(TransactionState,ConvertTransactionsToExpensesSuccess)", "TransactionState(TransactionState,LinkTransactionToPaymentSuccess)", "TransactionState(TransactionState,LinkTransactionToExpenseSuccess)", "TransactionState(TransactionState,ConvertTransactionsSuccess)", "TransactionState(TransactionState,LoadTransactionSuccess)", "TransactionState(TransactionState,LoadTransactionsSuccess)", "TransactionState(TransactionState,LoadCompanySuccess)", "TransactionRuleEntity(TransactionRuleEntity?,@)", "TransactionRuleEntity?(TransactionRuleEntity?,@)", "ListUIState(ListUIState,ViewTransactionRuleList)", "ListUIState(ListUIState,FilterTransactionRulesByCustom1)", "ListUIState(ListUIState,FilterTransactionRulesByCustom2)", "ListUIState(ListUIState,FilterTransactionRulesByState)", "ListUIState(ListUIState,FilterTransactionRules)", "ListUIState(ListUIState,SortTransactionRules)", "ListUIState(ListUIState,StartTransactionRuleMultiselect)", "ListUIState(ListUIState,AddToTransactionRuleMultiselect)", "ListUIState(ListUIState,RemoveFromTransactionRuleMultiselect)", "ListUIState(ListUIState,ClearTransactionRuleMultiselect)", "TransactionRuleState(TransactionRuleState,ArchiveTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,DeleteTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,RestoreTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,AddTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,SaveTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,LoadTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,LoadTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,LoadCompanySuccess)", "UserEntity(UserEntity?,@)", "UserEntity?(UserEntity?,@)", "ListUIState(ListUIState,ViewUserList)", "ListUIState(ListUIState,FilterUsersByCustom1)", "ListUIState(ListUIState,FilterUsersByCustom2)", "ListUIState(ListUIState,FilterUsersByCustom3)", "ListUIState(ListUIState,FilterUsersByCustom4)", "ListUIState(ListUIState,FilterUsersByState)", "ListUIState(ListUIState,FilterUsers)", "ListUIState(ListUIState,SortUsers)", "ListUIState(ListUIState,StartUserMultiselect)", "ListUIState(ListUIState,AddToUserMultiselect)", "ListUIState(ListUIState,RemoveFromUserMultiselect)", "ListUIState(ListUIState,ClearUserMultiselect)", "UserState(UserState,ArchiveUserSuccess)", "UserState(UserState,DeleteUserSuccess)", "UserState(UserState,RestoreUserSuccess)", "UserState(UserState,RemoveUserSuccess)", "UserState(UserState,AddUserSuccess)", "UserState(UserState,SaveUserSuccess)", "UserState(UserState,SaveAuthUserSuccess)", "UserState(UserState,ConnectOAuthUserSuccess)", "UserState(UserState,DisconnectOAuthUserSuccess)", "UserState(UserState,DisconnectOAuthMailerSuccess)", "UserState(UserState,ConnecGmailUserSuccess)", "UserState(UserState,LoadUserSuccess)", "UserState(UserState,LoadUsersSuccess)", "UserState(UserState,LoadCompanySuccess)", "VendorContactEntity(VendorContactEntity?,@)", "VendorEntity(VendorEntity?,@)", "VendorEntity?(VendorEntity?,@)", "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)", "WebhookEntity(WebhookEntity?,@)", "WebhookEntity?(WebhookEntity?,@)", "ListUIState(ListUIState,ViewWebhookList)", "ListUIState(ListUIState,FilterWebhooksByCustom1)", "ListUIState(ListUIState,FilterWebhooksByCustom2)", "ListUIState(ListUIState,FilterWebhooksByState)", "ListUIState(ListUIState,FilterWebhooks)", "ListUIState(ListUIState,SortWebhooks)", "ListUIState(ListUIState,StartWebhookMultiselect)", "ListUIState(ListUIState,AddToWebhookMultiselect)", "ListUIState(ListUIState,RemoveFromWebhookMultiselect)", "ListUIState(ListUIState,ClearWebhookMultiselect)", "WebhookState(WebhookState,ArchiveWebhooksSuccess)", "WebhookState(WebhookState,DeleteWebhooksSuccess)", "WebhookState(WebhookState,RestoreWebhooksSuccess)", "WebhookState(WebhookState,AddWebhookSuccess)", "WebhookState(WebhookState,SaveWebhookSuccess)", "WebhookState(WebhookState,LoadWebhookSuccess)", "WebhookState(WebhookState,LoadWebhooksSuccess)", "WebhookState(WebhookState,LoadCompanySuccess)", "ConfirmEmailVM(Store)", "AppDrawerVM(Store)", "MenuDrawerVM(Store)", "LoginVM(Store)", "BankAccountListVM(Store)", "BankAccountScreenVM(Store)", "ClientListVM(Store)", "ClientScreenVM(Store)", "CompanyGatewayListVM(Store)", "CompanyGatewayScreenVM(Store)", "CreditListVM(Store)", "CreditScreenVM(Store)", "DashboardVM(Store)", "DesignListVM(Store)", "DesignScreenVM(Store)", "DocumentListVM(Store)", "DocumentScreenVM(Store)", "ExpenseListVM(Store)", "ExpenseScreenVM(Store)", "ExpenseCategoryListVM(Store)", "ExpenseCategoryScreenVM(Store)", "GroupListVM(Store)", "GroupScreenVM(Store)", "InvoiceListVM(Store)", "InvoiceScreenVM(Store)", "PaymentListVM(Store)", "PaymentScreenVM(Store)", "PaymentTermListVM(Store)", "PaymentTermScreenVM(Store)", "ProductListVM(Store)", "ProductScreenVM(Store)", "ProjectListVM(Store)", "ProjectScreenVM(Store)", "PurchaseOrderListVM(Store)", "PurchaseOrderScreenVM(Store)", "QuoteListVM(Store)", "QuoteScreenVM(Store)", "RecurringExpenseListVM(Store)", "RecurringExpenseScreenVM(Store)", "RecurringInvoiceListVM(Store)", "RecurringInvoiceScreenVM(Store)", "ReportsScreenVM(Store)", "ScheduleListVM(Store)", "ScheduleScreenVM(Store)", "AccountManagementVM(Store)", "ClientPortalVM(Store)", "CompanyDetailsVM(Store)", "CreditCardsAndBanksVM(Store)", "CustomFieldsVM(Store)", "DataVisualizationsVM(Store)", "DeviceSettingsVM(Store)", "EInvoiceSettingsVM(Store)", "EmailSettingsVM(Store)", "ExpenseSettingsVM(Store)", "GeneratedNumbersVM(Store)", "ImportExportVM(Store)", "InvoiceDesignVM(Store)", "LocalizationSettingsVM(Store)", "PaymentSettingsVM(Store)", "ProductSettingsVM(Store)", "SettingsListVM(Store)", "SettingsScreenVM(Store)", "TaskSettingsVM(Store)", "TaxSettingsVM(Store)", "TemplatesAndRemindersVM(Store)", "UserDetailsVM(Store)", "WorkflowSettingsVM(Store)", "SubscriptionListVM(Store)", "SubscriptionScreenVM(Store)", "KanbanVM(Store)", "TaskListVM(Store)", "TaskScreenVM(Store)", "TaskStatusListVM(Store)", "TaskStatusScreenVM(Store)", "TaxRateListVM(Store)", "TaxRateScreenVM(Store)", "TokenListVM(Store)", "TokenScreenVM(Store)", "TransactionListVM(Store)", "TransactionScreenVM(Store)", "TransactionRuleListVM(Store)", "TransactionRuleScreenVM(Store)", "UserListVM(Store)", "UserScreenVM(Store)", "VendorListVM(Store)", "VendorScreenVM(Store)", "WebhookListVM(Store)", "WebhookScreenVM(Store)", "~(PopoverController)", "Future()", "~(SentryLevel,String{exception:Object?,logger:String?,stackTrace:StackTrace?})", "MapBuilder()", "Widget(BuildContext,UnorderedListItemComponent)", "double(TextStyle,int)", "Widget(BuildContext,OrderedListItemComponent)", "MapBuilder()", "TextStyle(Set,TextStyle)", "SuperEditorLaunchLinkTapHandler(SuperEditorContext)", "Widget(BuildContext,Offset[Key?])", "Widget(BuildContext,AndroidEditingOverlayController,ToolbarConfig)", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "Widget(BuildContext,IOSEditingOverlayController)", "~(String?{wrapWidth:int?})", "GoogleSignInUserData?(Map?)", "bool(bool,StartLoading)", "bool(bool,StopLoading)", "bool(bool,StartSaving)", "String(ProductEntity)"], + types: ["~()", "ListUIStateBuilder(ListUIStateBuilder)", "Null(Object)", "Null(Store,@,@(@))", "Null()", "Null(@)", "@(String)", "double(double)", "InvoiceEntityBuilder(InvoiceEntityBuilder)", "SettingsEntityBuilder(SettingsEntityBuilder)", "~(@)", "~(Duration)", "bool(String)", "~(bool)", "@()", "~(String)", "Null(BuildContext)", "~(bool?)", "Future(BuildContext)", "Future<~>()", "~(BuildContext)", "CompanyEntityBuilder(CompanyEntityBuilder)", "bool()", "ErrorDialog(BuildContext)", "Color(Set)", "~(TextEditingController)", "@(bool?)", "int(String,String)", "Null(String?)", "String(@)", "String?(String)", "String(String)", "@(@)", "~(JavaScriptObject)", "Future(Store,@,@(@))", "DocumentEntityBuilder(DocumentEntityBuilder)", "Null(Object?)", "~(DocumentEntity)", "Null(String)", "ExpenseEntityBuilder(ExpenseEntityBuilder)", "DropdownMenuItem(String)", "ExecutionInstruction({editContext!SuperEditorContext,keyEvent!KeyEvent})", "Null(List)", "ListBuilder()", "Widget(BuildContext)", "~(Object?)", "~(SuperEditorContext)", "~(AnimationStatus)", "Null(SelectableEntity?)", "bool(Route<@>)", "Null(String,bool)", "InvoiceStatusEntityBuilder(InvoiceStatusEntityBuilder)", "String(BaseEntity)", "ClientEntityBuilder(ClientEntityBuilder)", "InvoiceItemEntityBuilder(InvoiceItemEntityBuilder)", "@(BuildContext)", "PaymentEntityBuilder(PaymentEntityBuilder)", "~(TapDownDetails)", "PluralCase()", "String?(String?,PreviewEntity)", "String?(String?,SelectCompany)", "String(String?,ClearEntityFilter)", "ListUIState(ListUIState,FilterByEntity)", "~(int)", "CompanyGatewayEntityBuilder(CompanyGatewayEntityBuilder)", "~(RenderObject)", "Future()", "Null(EntityState,bool?)", "@(SelectableEntity?)", "Future()", "ScheduleEntityBuilder(ScheduleEntityBuilder)", "Null(EntityState,bool)", "~(String,InvoiceEntity)", "bool(SpanMarker)", "~(BuildContext,EntityAction)", "~(DragUpdateDetails)", "bool(BoxHitTestResult,Offset)", "~(DragStartDetails)", "Null(List)", "SubscriptionEntityBuilder(SubscriptionEntityBuilder)", "ListDivider(BuildContext,int)", "TaskEntityBuilder(TaskEntityBuilder)", "~({textFieldContext!SuperTextFieldContext})", "String?(String?,@)", "Null(String?,String?)", "Null(InvoiceEntity)", "int(List,List)", "Color?(Set)", "SettingsUIStateBuilder(SettingsUIStateBuilder)", "bool(InvoiceItemEntity)", "String?(String?,FilterByEntity)", "~(DragEndDetails)", "String(String,Node)", "~(PaintingContext,Offset)", "InvoiceEntity?(String)", "VendorEntityBuilder(VendorEntityBuilder)", "Widget(BuildContext,int)", "TextFieldKeyboardHandlerResult({keyEvent!KeyEvent,textFieldContext!SuperTextFieldContext})", "bool(bool,UpdateUserPreferences)", "Future?(Object?)", "~(String?)", "UserEntityBuilder(UserEntityBuilder)", "UserCompanyEntityBuilder(UserCompanyEntityBuilder)", "int(int?,PreviewEntity)", "Null(bool?)", "String()", "EntityStats(String,BuiltMap)", "Null(SelectableEntity)", "~(PointerEvent)", "Null(~)", "Uint8List(PdfPageFormat)", "Null(BuildContext,List,bool)", "~(PointerExitEvent)", "~(Element0)", "double(RenderBox)", "Null(List)", "String(Match)", "TextStyle(Set)", "@(TaxRateEntity)", "bool(String?)", "Map(Document3,DocumentNode)", "~(TapUpDetails)", "StatelessWidget(BuildContext,BoxConstraints)", "InvoiceEntity(@)", "bool(Object?)", "UserStateBuilder(UserStateBuilder)", "@(CompanyEntity)", "Null(BuildContext,Completer)", "~(RestorableProperty,~())", "bool(Element0)", "~(String,ExpenseEntity)", "@(int?,String)", "@(List,bool)", "int(int)", "bool(FocusNode)", "~(PointerEnterEvent)", "Future?()", "TransactionEntityBuilder(TransactionEntityBuilder)", "ScrollableListView(BuildContext)", "~(PaymentableEntity)", "Null(DesignEntity?)", "~(String,@)", "Widget()", "bool(Attribution)", "Palette()", "~(InvoiceEntity)", "ListBuilder()", "DocumentLayout()", "bool(int)", "List()", "bool(@)", "Null(EntityStatus,bool)", "String?(String?)", "int(String?,String?)", "Null(TaxRateEntity)", "Null(Completer,String)", "String(InvoiceEntityBuilder)", "ExpenseStatusEntityBuilder(ExpenseStatusEntityBuilder)", "PurchaseOrderStateBuilder(PurchaseOrderStateBuilder)", "Null(int)", "AlertDialog(BuildContext)", "~(ByteData?)", "~(BaseEntity)", "Null(ExpenseEntity)", "Null(EntityStatus,bool?)", "@(InvoiceEntity)", "~(Object,StackTrace)", "TaskStatusEntityBuilder(TaskStatusEntityBuilder)", "DashboardUISettingsBuilder(DashboardUISettingsBuilder)", "~(String,TaskEntity)", "Null(PaymentEntity)", "bool(ClientContactEntity)", "ProductEntityBuilder(ProductEntityBuilder)", "String?(String?,ClearEntitySelection)", "Null(String,String)", "DropdownMenuItem(int)", "Null(bool)", "AuthStateBuilder(AuthStateBuilder)", "~(ForcePressDetails)", "bool(ScrollNotification)", "Tween(@)", "double()", "Widget(BuildContext,Widget?)", "Future<@>(MethodCall0)", "Null(SettingsEntity)", "~(LayoutView)", "Null(UserEntity)", "bool(NotoFont)", "Null(Object,StackTrace)", "SimpleDialog(BuildContext)", "TransactionRuleEntityBuilder(TransactionRuleEntityBuilder)", "int()", "EntityStats(String,BuiltMap)", "DocumentStateBuilder(DocumentStateBuilder)", "~(String,String)", "~(PointerDownEvent)", "Object?(@)", "QuoteStateBuilder(QuoteStateBuilder)", "bool(VendorContactEntity)", "KeyEventResult(FocusNode,KeyEvent)", "PaymentStatusEntityBuilder(PaymentStatusEntityBuilder)", "Null(List)", "Null(BuildContext[EntityAction?])", "ProjectEntityBuilder(ProjectEntityBuilder)", "@(String?)", "SystemMouseCursor(Set)", "bool(FlutterHtmlKeyboardEvent)", "bool(InvoiceEntity)", "TextStyle(Set)", "~(String,PaymentEntity)", "~(int,int)", "~(LongPressStartDetails)", "InvitationEntity(ClientContactEntity)", "Null(Completer)", "bool(TaskTime)", "int(FocusNode,FocusNode)", "ExpenseEntity?(String)", "~(TaskTime)", "bool(BaseEntity)", "~(Timer)", "TransactionStateBuilder(TransactionStateBuilder)", "bool(DateRange)", "TaxRateStateBuilder(TaxRateStateBuilder)", "ListTile(String)", "Null(int,int)", "Widget(BuildContext,BoxConstraints)", "ListBuilder()", "CompanyGatewayStateBuilder(CompanyGatewayStateBuilder)", "String?(@)", "MapBuilder()", "FeesAndLimitsSettingsBuilder(FeesAndLimitsSettingsBuilder)", "~(@,@)", "Null(BuildContext,bool)", "Column(BuildContext)", "Color0(int?)", "Future(BuildContext,bool)", "double(double,double)", "GroupStateBuilder(GroupStateBuilder)", "Null(TransactionEntity)", "~(~())", "int(Object?)", "WebhookEntityBuilder(WebhookEntityBuilder)", "MapBuilder(MapBuilder)", "ClientStateBuilder(ClientStateBuilder)", "~(SelectableEntity)", "TapSequenceGestureRecognizer()", "BankAccountEntityBuilder(BankAccountEntityBuilder)", "double(RenderBox,double)", "Null(LoginResponse)", "~(EntityType)", "~(TapSequenceGestureRecognizer)", "bool(EntityType)", "Future<~>(bool)", "TaskTimeBuilder(TaskTimeBuilder)", "Null(InvoiceStateBuilder)", "bool(Node)", "String?(PaymentableEntity)", "PaymentTermStateBuilder(PaymentTermStateBuilder)", "Future<@>()", "PanGestureRecognizer()", "~(PanGestureRecognizer)", "~(PointerSignalEvent)", "Null(RecurringInvoiceStateBuilder)", "DropdownMenuItem(DateRange)", "Null(JavaScriptObject)", "bool(PaymentableEntity)", "Null(TaskEntity)", "Null(TaskStateBuilder)", "~(Selectable)", "DesignEntityBuilder(DesignEntityBuilder)", "InvoiceEntity(InvoiceEntity?,@)", "~(PointerHoverEvent)", "Size(RenderBox,BoxConstraints)", "bool(InheritedElement)", "Future>(Map)", "Future(@)", "Future>(Map)", "DropdownMenuItem(String?)", "Null(InvoiceItemEntity,int)", "~(JSObject)", "DropdownMenuItem(MapEntry)", "@(Completer)", "Null(BuiltList)", "bool(GestureListener)", "Null(BuildContext,InvoiceEntity[String?])", "String(InvoiceEntity)", "CreditStateBuilder(CreditStateBuilder)", "Null(List)", "~(String,NumericAxis)", "@(DesignEntity?)", "AppStateBuilder(AppStateBuilder)", "MapBuilder>()", "double(ChartMoneyData,int?)", "~(EntityAction)", "~(TapDragUpDetails)", "TransactionStatusEntityBuilder(TransactionStatusEntityBuilder)", "~(SpanMarker)", "Null(int?)", "Null(int,String)", "~(TextInputAction)", "Null(DocumentEntity)", "DateTime(ChartMoneyData,int?)", "bool(InlineSpan)", "Null([int?])", "~(ExpenseEntity)", "@(String,bool)", "Null(VendorEntity)", "~(InvoiceItemEntity)", "Null(List,String?,String?)", "~(LongPressMoveUpdateDetails)", "~(Object?,Object?)", "ExpenseStateBuilder(ExpenseStateBuilder)", "Null(BuildContext,List,bool?)", "Null(BuildContext[int?])", "ExpenseCategoryEntityBuilder(ExpenseCategoryEntityBuilder)", "Null(GroupEntity)", "~(Store)", "Null(List[String?,String?])", "TextBoundary()", "InvoiceStateBuilder(InvoiceStateBuilder)", "BaseEntity?(InvoiceItemEntity)", "PaymentEntity?(String)", "BorderSide(Set)", "PaymentStateBuilder(PaymentStateBuilder)", "MouseCursor0(Set)", "double?(ChartMoneyData,int?)", "Null(ProductEntity)", "Null(ProjectEntity)", "ProjectStateBuilder(ProjectStateBuilder)", "~(DateTime)", "MaterialStateProperty?(ButtonStyle?)", "RunTemplateDialog(BuildContext)", "RecurringExpenseStateBuilder(RecurringExpenseStateBuilder)", "Null(RecurringExpenseStateBuilder)", "Null(ClientEntity)", "RecurringInvoiceStateBuilder(RecurringInvoiceStateBuilder)", "~(VerticalDragGestureRecognizer)", "VerticalDragGestureRecognizer()", "Text(String)", "ActivityListTile(BuildContext,int)", "TaskEntity?(String)", "Null(List)", "MapBuilder()", "TaskStateBuilder(TaskStateBuilder)", "List(BuildContext)", "Null(TaskStatusEntity)", "DocumentStatusEntityBuilder(DocumentStatusEntityBuilder)", "~(LongPressEndDetails)", "TaxRateEntity?(String)", "Color0(ChartMoneyData,int?)", "List>(BuildContext)", "InvoiceItemSelector(BuildContext)", "List()", "bool(_RouteEntry)", "TaskListItem(BuildContext,int)", "String(String?)", "String?(SelectableEntity)", "UserSmsVerification(BuildContext)", "AppTextButton(BuildContext)", "Null(@,@)", "Color(Color)", "BankAccountEntity?(String)", "VendorContactEntityBuilder(VendorContactEntityBuilder)", "Stack(BuildContext,TextLayout)", "Null(DateTime?)", "MessageDialog(BuildContext)", "bool(InvoiceEntity?)", "Future<~>(String)", "String(int)", "ExpenseListItem(BuildContext,int)", "Null(CompanyGatewayEntity)", "Null(BankAccountEntity)", "RenderBox()", "InvoiceListItem(BuildContext,int)", "BankAccountStateBuilder(BankAccountStateBuilder)", "String(SelectableEntity)", "~(SelectableEntity?)", "~(NavigatorObserver)", "~(String,ClientEntity)", "bool(ScrollMetricsNotification)", "int(RenderObject,RenderObject)", "~(MouseEvent)", "TaskStatusStateBuilder(TaskStatusStateBuilder)", "Null(TaskStatusStateBuilder)", "ProductStateBuilder(ProductStateBuilder)", "Null(ProductStateBuilder)", "String(SelectableEntity?)", "Null(List)", "ProductEntity?(String)", "String(String,UpdateUserPreferences)", "EntityStats(String,BuiltMap)", "Null(TransactionRuleEntity)", "Null(TokenEntity)", "ListBuilder(ListBuilder)", "ListBuilder()", "@([String?,String?])", "Null(PaymentTermEntity)", "Null(List)", "@(int)", "SubscriptionStateBuilder(SubscriptionStateBuilder)", "Null(List)", "ColorTween(@)", "MapBuilder(MapBuilder)", "bool(InvitationEntity)", "InvoiceEntity?(InvoiceEntity?,@)", "~(String,TransactionEntity)", "Object?(Object?)", "EntityStats(String,BuiltMap)", "ExpenseCategoryStateBuilder(ExpenseCategoryStateBuilder)", "@(SettingsEntity)", "Null(ExpenseCategoryEntity)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "bool(ActivityEntity)", "Widget(BuildContext,EditableTextState)", "~(ScaleEndDetails)", "ScrollPosition()", "String(ExpenseEntity)", "String(TaxRateReportFields0)", "Null(BuildContext,EmailTemplate,String,String,String)", "Null(SubscriptionEntity)", "bool({textFieldContext!SuperTextFieldContext})", "@(bool)", "double(Set)", "VendorStateBuilder(VendorStateBuilder)", "~(TapDragDownDetails)", "ScheduleStateBuilder(ScheduleStateBuilder)", "Null(WebhookEntity)", "Rect()", "MapEntry(@,@)", "DesignStateBuilder(DesignStateBuilder)", "Null(ScheduleEntity)", "TransactionRuleStateBuilder(TransactionRuleStateBuilder)", "DesignEntity?(String)", "String(TaxRateReportFields)", "int(InvoiceEntity?,InvoiceEntity?)", "List(BuiltMap,BuiltMap)", "WebhookStateBuilder(WebhookStateBuilder)", "GridView(BuildContext,BoxConstraints)", "CustomFieldSelector(BuildContext)", "Future()", "Null(BuildContext,InvoiceEntity,ClientEntity?)", "MaterialStateProperty?(DatePickerThemeData?)", "String(InvitationEntity)", "TokenStateBuilder(TokenStateBuilder)", "String(ProfitAndLossReportFields)", "bool(String,InvoiceEntity)", "Future()", "ClientContactEntityBuilder(ClientContactEntityBuilder)", "Iterable(Iterable)", "String(QuoteItemReportFields)", "~(Event)", "String(PurchaseOrderReportFields)", "bool(KeyData)", "MaterialStateProperty?(ButtonStyle?)", "@(int?)", "~(Object,String)", "bool(Node0)", "MapEntry>(String,String)", "JavaScriptObject()", "String(PurchaseOrderItemReportFields)", "bool(Point)", "Null(CompanyGatewayStateBuilder)", "~(SliverConstraints)", "Null(List)", "CompanyGatewayEntity?(String)", "String(ProductReportFields)", "String(Object?)", "OutlinedButton(EntityAction)", "Future(BuildContext,String)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap)", "PopupMenuButton(BuildContext,int)", "ContentLayerWidget(BuildContext)", "bool(PaymentEntity)", "Future(BillingClient)", "bool(DataRow)", "bool(_Highlight)", "InvoiceEntity(String)", "List>(BuildContext)", "Null(WebhookStateBuilder)", "int(ExpenseEntity?,ExpenseEntity?)", "PopupMenuItem(EntityAction)", "Set()", "Null(List)", "Null(DesignEntity)", "Null(DesignStateBuilder)", "IconData(BuildContext)", "Future>(Object?)", "LongPressGestureRecognizer()", "Widget(BuildContext)?(ActionIconThemeData?)", "Null(ClientStateBuilder)", "Widget(Widget,Animation0)", "~(ScaleStartDetails)", "~(DragDownDetails)", "Null(List)", "String(PaymentReportFields)", "DocumentEntity(@)", "TaxConfigRegionEntityBuilder(TaxConfigRegionEntityBuilder)", "WebhookEntity?(String)", "~(ProductEntity)", "String(QuoteReportFields)", "Null(VendorStateBuilder)", "Null(bool?,int?,String?,double?,double?)", "ClientContactEntity()", "Null(List)", "ClientEntity?(String)", "String(RecurringExpenseReportFields)", "ListBuilder(ListBuilder)", "Null(List)", "bool(ExpenseEntity)", "EdgeInsetsGeometryTween(@)", "String(RecurringInvoiceReportFields)", "VendorEntity?(String)", "Null(ExpenseStateBuilder)", "List(BuiltMap)", "Null(BankAccountStateBuilder)", "String(InvoiceReportFields)", "ExpenseCategoryEntity?(String)", "Null(List)", "MediaQuery(BuildContext,Widget?)", "PaymentListItem(BuildContext,int)", "Null(ExpenseCategoryStateBuilder)", "QuoteListItem(BuildContext,int)", "String(MaterialLocalizations)", "String(TaskItemReportFields)", "GroupEntity?(String)", "Null(List)", "InvitationEntity(VendorContactEntity)", "GroupEntityBuilder(GroupEntityBuilder)", "Null(GroupStateBuilder)", "String(InvoiceItemReportFields)", "Null(UserStateBuilder)", "Null(TransactionStateBuilder)", "~(HorizontalDragGestureRecognizer)", "HorizontalDragGestureRecognizer()", "Null(List)", "String(ExpenseReportFields)", "~(LongPressGestureRecognizer)", "String(DocumentReportFields)", "String(CreditReportFields)", "Null(PaymentStateBuilder)", "Future(String?,String?)", "UserEntity?(String)", "DateTime()", "PaymentTermEntity?(String)", "Null(List)", "String(TaskReportFields)", "int(int,int)", "Null(PaymentTermStateBuilder)", "DecoratedFormField(BuildContext,TextEditingController,FocusNode,~())", "~(Size)", "Future()", "String(TransactionReportFields)", "~([Intent?])", "String(CreditItemReportFields)", "String(VendorReportFields)", "Set<0^>()", "ProjectEntity?(String)", "Null(List)", "@(double?)", "ListBuilder()", "Null(ProjectStateBuilder)", "bool(bool,DismissTwoYearReviewAppPermanently)", "Future<~>(MethodCall0)", "PrefStateBuilder(PrefStateBuilder)", "Widget(BuildContext,bool,Widget?)", "Null(PurchaseOrderStateBuilder)", "bool(NavigationNotification)", "Null(TransactionRuleStateBuilder)", "~(ProgressEvent)", "Null(QuoteStateBuilder)", "~(TextSelection,SelectionChangedCause?)", "ListTile(BuildContext,int)", "Row(BuildContext,BoxConstraints)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "String(ContactReportFields)", "ReportsUIStateBuilder(ReportsUIStateBuilder)", "ScheduleEntity?(String)", "Null(List)", "bool(FocusableActionDetector)", "Null(ScheduleStateBuilder)", "VendorContactEntity()", "Null(CompanyEntity)", "~(TimeOfDay)", "String(String,String)", "SubscriptionEntity?(String)", "Null(List)", "Future<~>(~)", "int(@,@)", "Null(SubscriptionStateBuilder)", "TransactionRuleCriteriaEntityBuilder(TransactionRuleCriteriaEntityBuilder)", "String(ClientReportFields)", "DropdownMenuItem(int)", "SingleChildRenderObjectWidget(BuildContext,bool,Widget?)", "TextBox(TextBox)", "~(Object[StackTrace?])", "IconButton(BuildContext)", "ListBuilder()", "TaskStatusEntity?(String)", "Null(List)", "ListBuilder()", "int(SemanticsNode,SemanticsNode)", "PasswordConfirmation(BuildContext)", "~(List<@>)", "Text(@)", "InkWell(BuildContext)", "Null(List)", "bool(SemanticsNode)", "Null(List)", "Null(TaxRateStateBuilder)", "Future(BuildContext,Completer,String)", "TransactionRuleEntity?(String)", "TokenEntity?(String)", "Null(List)", "Future(String?)", "~(List)", "Null(TokenStateBuilder)", "PaymentableEntityBuilder(PaymentableEntityBuilder)", "TransactionEntity?(String)", "Future(BuildContext,Completer{oneTimePassword:String,secret:String,url:String})", "~(TaxRateEntity)", "bool(Object?,Object?)", "Null(CreditStateBuilder)", "ListBuilder()", "TaxRateEntity(@)", "TaxRateEntityBuilder(TaxRateEntityBuilder)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltList,ListUIState)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,AddQuoteItem)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,ListUIState,BuiltMap)", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderItem)", "EntityStats(String,BuiltMap)", "bool(bool,DismissOneYearReviewAppPermanently)", "String(InvoiceItemEntityBuilder)", "AppSidebarMode(AppSidebarMode,UpdateUserPreferences)", "InvoiceItemEntity(String)", "BuiltMap(BuiltMap,UpdateUserPreferences)", "PaymentTermEntity(@)", "PaymentTermEntityBuilder(PaymentTermEntityBuilder)", "bool(PaymentEntity?)", "List(String,BuiltMap,BuiltList)", "InvoiceEntity(InvoiceEntity?,AddInvoiceItem)", "GroupEntity(@)", "ExpenseEntity(@)", "UserEntity(@)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap,BuiltMap,StaticState)", "bool(String,ExpenseEntity)", "Null(BuiltList)", "~(PaymentEntity)", "~(VendorEntity)", "~(TaskEntity)", "~(ProjectEntity)", "~(GroupEntity)", "Null(DocumentStateBuilder)", "DocumentEntity?(String)", "~(~)", "int(TaskEntity,TaskEntity)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap)", "List>(BuildContext)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap)", "InkWell(String)", "List(BuiltMap,CompanyEntity?,DashboardUISettings,BuiltMap,BuiltMap,BuiltMap)", "MapBuilder>(MapBuilder>)", "UserSettingsEntityBuilder(UserSettingsEntityBuilder)", "InvoiceEntity(InvoiceEntity?,AddCreditItem)", "PaymentableEntity(BaseEntity)", "CompanyGatewayEntity(@)", "~(DropEventDetails)", "bool(TaskEntity)", "TaskEntity(String)", "bool(ProjectEntity)", "bool(ProductEntity)", "ReportSettingsEntityBuilder(ReportSettingsEntityBuilder)", "bool(GatewayTokenEntity)", "EntityStats(String,BuiltMap)", "~(ClientEntity)", "bool(SelectableEntity)", "String(ProjectEntityBuilder)", "String(PaymentEntityBuilder)", "bool(HistoryRecord)", "bool(CompanyEntity)", "ToggleButtons(BuildContext,BoxConstraints)", "~(PersistenceRepository)", "UIStateBuilder(UIStateBuilder)", "PaymentRefundScreen(BuildContext)", "PaymentEditScreen(BuildContext)", "MainScreen(BuildContext)", "LoginScreen(BuildContext)", "MapBuilder()", "MapBuilder()", "AccountEntityBuilder(AccountEntityBuilder)", "Null(String?,String?,String?,String?,String?)", "MapBuilder()", "bool(TaxRateEntity?)", "TaxRateEntity()", "ListBuilder()", "ListBuilder()", "Align(List<@>)", "ListBuilder()", "Widget(CompanyEntity)", "bool(UserCompanyState)", "AccountSmsVerification(BuildContext)", "ListBuilder()", "ListBuilder()", "PointerInterceptor(BuildContext)", "UpgradeDialog(BuildContext)", "ListBuilder()", "DropdownMenuItem<@>(@)", "bool(SystemLogEntity)", "~(int,bool)", "ListBuilder()", "BaseEntity(String?)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "MapBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "TokenEntityBuilder(TokenEntityBuilder)", "MapBuilder()", "MapBuilder()", "ListBuilder()", "ListBuilder()", "Widget(BuildContext,AsyncSnapshot)", "ListBuilder()", "ListBuilder()", "~(GatewayTokenEntity)", "ListBuilder()", "TokenMeta(GatewayTokenEntity)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ListBuilder()", "MapBuilder>(MapBuilder>)", "bool(GatewayOptionsEntity)", "bool(Country)", "int(Country,Country)", "List(PurchaseWrapper)", "Future(BillingClient)", "ProductWrapper(String)", "Future(BillingClient)", "~(String,IfdDirectory)", "Null(ProgressEvent)", "bool(Rule)", "List()", "~(Object,StackTrace,Object?)", "~(TapDragEndDetails)", "~(TapDragUpdateDetails)", "~(TapDragStartDetails)", "_SelectionToolbarWrapper(BuildContext)", "bool(Selectable)", "bool(ScrollMetrics?)", "~(String,Object?)", "~(ChartDataGroup)", "bool(Selectable,double)", "VelocityTracker(PointerEvent)", "~(_DragInfo)", "MediaQuery(BuildContext)", "DecorationTween(@)", "AlignmentGeometryTween(@)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "Positioned(BuildContext,Widget?)", "~(ForcePressGestureRecognizer)", "ForcePressGestureRecognizer()", "~(TapGestureRecognizer)", "TapGestureRecognizer()", "Future(Response?)", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "TextPosition(TextPosition,bool,TextBoundary)", "~([Duration?])", "bool(DisplayFeature)", "Future<~>(@)", "Object?(DismissIntent)", "Route<@>(RouteSettings)", "Map()", "~(RestorationBucket)", "ExpenseCategoryListItem(BuildContext,int)", "Future(ByteData?)", "Set(LogicalKeyboardKey)", "InvoiceTaxDetails(BuildContext)", "List(_SemanticsSortGroup)", "Container(BuildContext,int)", "~(SemanticsNode)", "bool(BoxHitTestResult)", "List>(BuildContext)", "PopupMenuItem(String)", "ProductListItem(BuildContext,int)", "~(MapEntry)", "~([String?])", "_InterestingSemanticsFragment(SemanticsConfiguration)", "double?()", "Padding(InvoiceEntity)", "~(SemanticsUpdate0)", "~(ImageStreamListener)", "ImageStreamCompleter()", "bool(_TappableLabel)", "Semantics(BuildContext,Widget?)", "bool(Set)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "LocalKey(MergeableMaterialItem)", "~(RenderBox?)", "ChildSemanticsConfigurationsResult(List)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "~(FocusHighlightMode)", "CustomSingleChildLayout(BuildContext)", "bool(BuildContext)", "Color?(DatePickerThemeData?)", "0^?(MaterialStateProperty<0^>?(DatePickerThemeData?),Set)", "0^?(0^?(DatePickerThemeData?))", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "MaterialStateProperty?(ButtonStyle?)", "bool(DraggableScrollableNotification)", "LicenseEntry(int)", "Widget(BuildContext,bool)", "Null(BuiltList)", "Color0(@,int?)", "num?(@,int?)", "Map(String?)", "double(_PointerPanZoomData)", "@(int,bool)", "Null(BuildContext,List)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "Drag?(Offset)", "~(DiagnosticsNode)", "~([TapUpDetails?])", "Color?(Color?)", "XFile(String)", "Null(BuildContext,String,String)", "bool(RenderBox)", "~(ScaleUpdateDetails)", "String(MapBuilder)", "~(ChartBehavior<@>)", "Future(BuildContext,AppSidebarMode)", "bool(ChartBehavior<@>)", "num?(int?)", "~(GestureListener)", "bool(LayoutView)", "DropdownMenuItem(ImportType)", "int(LayoutView,LayoutView)", "String(num?)", "TaxConfigEntityBuilder(TaxConfigEntityBuilder)", "TaxConfigSubregionEntityBuilder(TaxConfigSubregionEntityBuilder)", "List()", "Future(Object?)", "_EnableTwoFactor(BuildContext)", "Null(String,List)", "List?(int?)", "~(bool(String))", "bool?(SubscriptionEntityBuilder)", "~(int?)", "Null(Duration)", "Null(Completer,String)", "String?()", "~(int?,int?)", "VendorListItem(BuildContext,int)", "Null(BuildContext,String)", "_RuleCriteria(BuildContext)", "SpanMarker(SpanMarker)", "~(Attribution,int)", "Text(BaseEntity)", "_Channel()", "Null(GoogleSignInAuthentication)", "Future(RandomAccessFile)", "_RandomAccessFile(Object?)", "~(SuperEditorDemoTextItem?)", "~(RandomAccessFile)", "Null(Uint8List)", "String(Node3)", "bool(BlockSyntax)", "bool(InlineSyntax)", "bool(Delimiter)", "List()", "bool(Intent)", "~([Future<@>?])", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "Null(PrintingInfo)", "~([~])", "~(Uint8List,String,int)", "bool(EditEvent)", "ChangeSelectionCommand?(EditRequest)", "ChangeComposingRegionCommand?(EditRequest)", "InsertTextCommand?(EditRequest)", "ConvertListItemToParagraphCommand?(EditRequest)", "int(int,LinkifyElement)", "int(String?)", "~([Future<~>?])", "~(DocumentSelection)", "~([Object?])", "~(MapEntry)", "~(GestureMode)", "bool(SemanticsObject)", "Widget(BuildContext,Offset?,Widget?)", "Widget(BuildContext,Rect?,Widget?)", "DeltaTextInputClientDecorator()", "~({addedComponents!List,changedComponents!List,movedComponents!List,removedComponents!List})", "bool(DocumentNode)", "KeyData()", "Widget(BuildContext,Key,LeaderLink)", "JSObject([JavaScriptObject?])", "Stack(BuildContext)", "Rect?()", "Widget(BuildContext,TextLayout)", "JSObject(int)", "DateTime(int[int,int,int,int,int,int,int])", "Future(String,Map)", "Matrix40(double)", "~(RenderBox,BoxConstraints{parentUsesSize:bool})", "~(Codec)", "~(double)", "~(NativeUint8List)", "ExpenseEntity(ExpenseEntity?,@)", "ExpenseEntity?(ExpenseEntity?,@)", "List()", "ViewListDiffResult?(int)", "Future([JavaScriptObject?])", "TextFieldKeyboardHandlerResult({keyEvent!KeyEvent,textFieldContext!SuperTextFieldContext,textLayout:ProseTextLayout?})", "Widget(BuildContext,Object?,ScrollController?)", "String(String?,SortDocuments)", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder>()", "MapBuilder()", "MapBuilder()", "DropdownButtonHideUnderline(BuildContext)", "InputBorder?()", "BorderRadius?()", "~(Size?)", "int(TaskTime,TaskTime)", "Map()", "bool(BankAccountEntity?)", "bool(Color?)", "BorderSide?(Set)", "Rect()?(RenderBox)", "~(Intent?)", "num(int?)", "Map(String)", "Null(String,@)", "bool(InkHighlight?)", "Material(FlutterErrorDetails)", "Color(_HighlightType)", "OffscreenCanvasViewRasterizer()", "StyledToast(BuildContext)", "Locale(String)", "ImportantMessageBanner(BuildContext)", "ProductScreenBuilder(BuildContext)", "ProductViewScreen(BuildContext)", "ProductEditScreen(BuildContext)", "ClientScreenBuilder(BuildContext)", "ClientViewScreen(BuildContext)", "ClientEditScreen(BuildContext)", "ClientPdfScreen(BuildContext)", "InvoiceScreenBuilder(BuildContext)", "InvoiceViewScreen(BuildContext)", "InvoiceEditScreen(BuildContext)", "InvoiceEmailScreen(BuildContext)", "InvoicePdfScreen(BuildContext)", "DocumentScreenBuilder(BuildContext)", "DocumentViewScreen(BuildContext)", "DocumentEditScreen(BuildContext)", "ExpenseScreenBuilder(BuildContext)", "ExpenseViewScreen(BuildContext)", "ExpenseEditScreen(BuildContext)", "VendorScreenBuilder(BuildContext)", "VendorViewScreen(BuildContext)", "VendorEditScreen(BuildContext)", "TaskScreenBuilder(BuildContext)", "TaskViewScreen(BuildContext)", "TaskEditScreen(BuildContext)", "ProjectScreenBuilder(BuildContext)", "ProjectViewScreen(BuildContext)", "ProjectEditScreen(BuildContext)", "PaymentScreenBuilder(BuildContext)", "PaymentViewScreen(BuildContext)", "Set(Set,Set)", "Null(FrameInfo)", "QuoteScreenBuilder(BuildContext)", "QuoteViewScreen(BuildContext)", "QuoteEditScreen(BuildContext)", "QuoteEmailScreen(BuildContext)", "QuotePdfScreen(BuildContext)", "ScheduleScreenBuilder(BuildContext)", "ScheduleViewScreen(BuildContext)", "ScheduleEditScreen(BuildContext)", "TransactionRuleScreenBuilder(BuildContext)", "TransactionRuleViewScreen(BuildContext)", "TransactionRuleEditScreen(BuildContext)", "TransactionScreenBuilder(BuildContext)", "TransactionViewScreen(BuildContext)", "TransactionEditScreen(BuildContext)", "BankAccountScreenBuilder(BuildContext)", "BankAccountViewScreen(BuildContext)", "BankAccountEditScreen(BuildContext)", "PurchaseOrderScreenBuilder(BuildContext)", "PurchaseOrderViewScreen(BuildContext)", "PurchaseOrderEditScreen(BuildContext)", "PurchaseOrderEmailScreen(BuildContext)", "PurchaseOrderPdfScreen(BuildContext)", "RecurringExpenseScreenBuilder(BuildContext)", "RecurringExpenseViewScreen(BuildContext)", "RecurringExpenseEditScreen(BuildContext)", "SubscriptionScreenBuilder(BuildContext)", "SubscriptionViewScreen(BuildContext)", "SubscriptionEditScreen(BuildContext)", "TaskStatusScreenBuilder(BuildContext)", "TaskStatusViewScreen(BuildContext)", "TaskStatusEditScreen(BuildContext)", "ExpenseCategoryScreenBuilder(BuildContext)", "ExpenseCategoryViewScreen(BuildContext)", "ExpenseCategoryEditScreen(BuildContext)", "RecurringInvoiceScreenBuilder(BuildContext)", "RecurringInvoiceViewScreen(BuildContext)", "RecurringInvoiceEditScreen(BuildContext)", "RecurringInvoicePdfScreen(BuildContext)", "WebhookScreenBuilder(BuildContext)", "WebhookViewScreen(BuildContext)", "WebhookEditScreen(BuildContext)", "TokenScreenBuilder(BuildContext)", "TokenViewScreen(BuildContext)", "TokenEditScreen(BuildContext)", "PaymentTermScreenBuilder(BuildContext)", "PaymentTermEditScreen(BuildContext)", "PaymentTermViewScreen(BuildContext)", "DesignScreenBuilder(BuildContext)", "DesignViewScreen(BuildContext)", "DesignEditScreen(BuildContext)", "CreditScreenBuilder(BuildContext)", "CreditViewScreen(BuildContext)", "CreditEditScreen(BuildContext)", "CreditEmailScreen(BuildContext)", "CreditPdfScreen(BuildContext)", "UserScreenBuilder(BuildContext)", "UserViewScreen(BuildContext)", "UserEditScreen(BuildContext)", "GroupScreenBuilder(BuildContext)", "GroupViewScreen(BuildContext)", "GroupEditScreen(BuildContext)", "SettingsScreenBuilder(BuildContext)", "ReportsScreenBuilder(BuildContext)", "CompanyDetailsScreen(BuildContext)", "UserDetailsScreen(BuildContext)", "LocalizationScreen(BuildContext)", "PaymentsSettingsScreen(BuildContext)", "CompanyGatewayScreenBuilder(BuildContext)", "CompanyGatewayViewScreen(BuildContext)", "CompanyGatewayEditScreen(BuildContext)", "TaxSettingsScreen(BuildContext)", "TaxRateScreenBuilder(BuildContext)", "TaxRateViewScreen(BuildContext)", "TaxRateEditScreen(BuildContext)", "ProductSettingsScreen(BuildContext)", "ExpenseSettingsScreen(BuildContext)", "TaskSettingsScreen(BuildContext)", "ImportExportScreen(BuildContext)", "DeviceSettingsScreen(BuildContext)", "AccountManagementScreen(BuildContext)", "CustomFieldsScreen(BuildContext)", "GeneratedNumbersScreen(BuildContext)", "WorkflowSettingsScreen(BuildContext)", "InvoiceDesignScreen(BuildContext)", "ClientPortalScreen(BuildContext)", "EmailSettingsScreen(BuildContext)", "TemplatesAndRemindersScreen(BuildContext)", "CreditCardsAndBanksScreen(BuildContext)", "DataVisualizationsScreen(BuildContext)", "EInvoiceSettingsScreen(BuildContext)", "~(String?,List)", "TextElement2(String)", "Color?(Color?,Color?,Color?[Color?])", "ListTileTheme(BuildContext)", "StatefulWidget?(BuildContext,MagnifierController,ValueNotifier)", "bool(LayoutChangedNotification)", "Future(SharedPreferences)", "double(TextElement2)", "bool(Pattern[int])", "String(String,ClearLastError)", "String(String,LoadClientsFailure)", "String(String,LoadProductsFailure)", "String(String,LoadInvoicesFailure)", "String(String,LoadPaymentsFailure)", "String(String,LoadQuotesFailure)", "String(String,LoadProjectsFailure)", "String(String,LoadTasksFailure)", "String(String,LoadVendorsFailure)", "String(String,LoadExpensesFailure)", "String(String,LoadSchedulesFailure)", "String(String,LoadTransactionRulesFailure)", "String(String,LoadTransactionsFailure)", "String(String,LoadBankAccountsFailure)", "String(String,LoadPurchaseOrdersFailure)", "String(String,LoadRecurringExpensesFailure)", "String(String,LoadSubscriptionsFailure)", "String(String,LoadTaskStatusesFailure)", "String(String,LoadRecurringInvoicesFailure)", "String(String,LoadWebhooksFailure)", "String(String,LoadTokensFailure)", "String(String,LoadPaymentTermsFailure)", "String(String,LoadDesignsFailure)", "String(String,LoadCreditsFailure)", "String(String,RefreshDataFailure)", "UserCompanyState(int)", "ShapeBorderTween(@)", "SurfaceScene()", "int(int?)", "SelectableEntity?(@)", "bool(Color)", "PageTransitionsBuilder?(TargetPlatform)", "FadeTransition(BuildContext,Widget?)", "~(UserCompanyEntity)", "~(UserCompanyState)", "~(double,double)", "@(@,String)", "bool(OverscrollIndicatorNotification)", "Widget(Widget,int,Animation0)", "Null(BuiltList)", "BankAccountUIStateBuilder(BankAccountUIStateBuilder)", "bool(bool?,ViewBankAccount)", "bool(bool?,ViewBankAccountList)", "bool(bool?,FilterBankAccountsByState)", "bool(bool?,FilterBankAccounts)", "bool(bool?,FilterBankAccountsByCustom1)", "bool(bool?,FilterBankAccountsByCustom2)", "bool(bool?,FilterBankAccountsByCustom3)", "bool(bool?,FilterBankAccountsByCustom4)", "int?(int?,UpdateBankAccountTab)", "Material(BuildContext,Widget?)", "String(String?,ArchiveBankAccountsSuccess)", "String(String?,DeleteBankAccountsSuccess)", "Actions(BuildContext,Widget?)", "~(DragEndDetails{isClosing:bool?})", "Align(BuildContext,Widget?)", "Object()", "String(String?,SortBankAccounts)", "String(String?,FilterBankAccounts)", "String(String?,FilterBankAccountsByState)", "String(String?,FilterBankAccountsByCustom1)", "String(String?,FilterBankAccountsByCustom2)", "String(String?,FilterBankAccountsByCustom3)", "String(String?,FilterBankAccountsByCustom4)", "bool(Point[double?])", "BankAccountEntity(BankAccountEntity?,UpdateBankAccount)", "bool(Point,double,double)", "BankAccountEntity(BankAccountEntity?,RestoreBankAccountsSuccess)", "BankAccountEntity(BankAccountEntity?,ArchiveBankAccountsSuccess)", "BankAccountEntity(BankAccountEntity?,DeleteBankAccountsSuccess)", "String(int?)", "String?(int)", "MapEntry(MapEntry)", "Animation0(bool)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,String?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "BankAccountEntity(@)", "~(List,TextDirection,double)", "GlobalKey>(Widget)", "Center(int)", "InputDecorator(BuildContext,Widget?)", "_MergClientPicker(BuildContext)", "Color0?(int?)", "BulkUpdateDialog(BuildContext)", "UnmanagedRestorationScope(FormFieldState)", "ThemeDataTween(@)", "ThemeData()", "MapEntry>(Object,ThemeExtension<@>)", "Null(BuiltList)", "bool(MapEntry>)", "TimeOfDay(int)", "Offset(double,double)", "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)", "Completer?(Completer?,EditClient)", "Completer?(Completer?,EditClient)", "ClientContactEntity(ClientContactEntity?,EditClient)", "ClientContactEntity(ClientContactEntity?,EditContact)", "String(String?,ArchiveClientsSuccess)", "String(String?,DeleteClientsSuccess)", "String?(String?,ViewClient)", "String(String?,AddClientSuccess)", "String(String?,ShowPdfClient)", "String(String?,SortClients)", "String(String?,FilterClients)", "String(String?,FilterClientsByState)", "String(String?,FilterClientsByCustom1)", "String(String?,FilterClientsByCustom2)", "String(String?,FilterClientsByCustom3)", "String(String?,FilterClientsByCustom4)", "~(List<_TappableLabel>,double)", "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)", "~(List<_TappableLabel>?)", "~(_LineRendererElement)", "List(BuiltMap,BuiltList,BuiltMap,StaticState)", "~({animation!Animation0,controller!AnimationController,max!double,min!double,target!double,tween!Tween})", "TimeOfDay()", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,ListUIState,BuiltMap,StaticState)", "Null(~())", "ClientEntity(@)", "UserCompanyStateBuilder(UserCompanyStateBuilder)", "UserCompanyEntity(UserCompanyEntity?,SaveEInvoiceCertificateSuccess)", "~(TimePickerEntryMode)", "UserCompanyEntity(UserCompanyEntity?,UpdateReportSettings)", "SingleChildScrollView(BuildContext,BoxConstraints)", "UserCompanyEntity(UserCompanyEntity?,SaveAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,ConnectOAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,ConnecGmailUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisconnectOAuthUserSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisconnectOAuthMailerSuccess)", "UserCompanyEntity(UserCompanyEntity?,DisableTwoFactorSuccess)", "UserCompanyEntity(UserCompanyEntity?,SaveUserSettingsSuccess)", "UserCompanyEntity(UserCompanyEntity?,UpdateCompanyLanguage)", "UserCompanyEntity(UserCompanyEntity?,UpdateDashboardFields)", "UserCompanyEntity?(UserCompanyEntity?,UpdateDashboardFieldSettingss)", "CompanyEntityBuilder(UserCompanyEntityBuilder)", "int(int,LoadCompanySuccess)", "int(int,LoadExpensesSuccess)", "List(BuiltMap,BuiltList)", "bool(CompanyEntity?,BuiltMap,BuiltMap)", "List(CompanyEntity?,BuiltMap,BuiltMap)", "List(String?,UserCompanyState)", "ProductEntity(String)", "~(_HourMinuteMode)", "ClientEntity(String)", "bool(ClientEntity)", "MergeSemantics(int)", "Palette(Palette())", "PaymentEntity(String)", "Future(ImmutableBuffer{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "ProjectEntity(String)", "Future(ImmutableBuffer{getTargetSize:TargetImageSize(int,int)?})", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "int(BaseEntity?,BaseEntity?)", "bool(ShapeBorder)", "String(ShapeBorder)", "double(double,FlutterView)", "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)", "bool(double)", "Color(double)", "_LiveImage()", "List(BuiltMap,BuiltList,ListUIState,String?,bool)", "double(String,BuiltMap)", "~(ImageInfo?,bool)", "EntityStats(String,BuiltMap)", "~(String,CompanyGatewayEntity)", "Future<~>(Object,StackTrace?)", "int(PaintRequest,PaintRequest)", "Null(AssetManifest)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "~(ImageChunkEvent)", "~(Object,StackTrace?)?(ImageStreamListener)", "~(ImageChunkEvent)?(ImageStreamListener)", "Null(@,StackTrace)", "Paint(BoxShadow)", "CreditUIStateBuilder(CreditUIStateBuilder)", "bool(bool?,ViewCredit)", "bool(bool?,ViewCreditList)", "bool(bool?,FilterCreditsByState)", "bool(bool?,FilterCreditsByStatus)", "bool(bool?,FilterCredits)", "bool(bool?,FilterCreditsByCustom1)", "bool(bool?,FilterCreditsByCustom2)", "bool(bool?,FilterCreditsByCustom3)", "bool(bool?,FilterCreditsByCustom4)", "int?(int?,UpdateCreditTab)", "String?(String?,ShowPdfCredit)", "int?(int?,EditCredit)", "int?(int?,EditCreditItem)", "String(String?,ArchiveCreditsSuccess)", "String(String?,DeleteCreditsSuccess)", "String?(String?,ViewCredit)", "String(String?,AddCreditSuccess)", "String(String?,ShowEmailCredit)", "String(String?,ShowPdfCredit)", "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)", "Rect(BoxShadow)", "InvoiceEntity(InvoiceEntity?,MoveCreditItem)", "InvoiceEntity(InvoiceEntity?,DeleteCreditItem)", "InvoiceEntity(InvoiceEntity?,UpdateCreditItem)", "InvoiceEntity(InvoiceEntity?,UpdateCreditClient)", "InvoiceEntity(InvoiceEntity?,RestoreCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteCreditsSuccess)", "InvoiceEntity(InvoiceEntity?,AddCreditContact)", "InvoiceEntity(InvoiceEntity?,RemoveCreditContact)", "Path(BoxShadow)", "bool(int,bool)", "~(int,@)", "LineMetrics(LineMetrics)", "DiagnosticsNode(InlineSpan)", "~(SelectionModelType)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap)", "HitTestResult(Offset,int)", "String(double,double,String)", "Size()", "DashboardUIStateBuilder(DashboardUIStateBuilder)", "BuiltMap>(BuiltMap>,UpdateDashboardSelection)", "_Future<@>?()", "BuiltMap>(BuiltMap>,SelectCompany)", "EntityType?(EntityType?,UpdateDashboardEntityType)", "bool?(bool?,UpdateDashboardSidebar)", "~(TextSelection)", "bool(InlineSpanSemanticsInformation)", "Rect(Rect?,TextBox)", "~(String,ChartBehavior0<@>)", "~(ChartStateBehavior>,AnimationController)", "MouseCursor0(MouseTrackerAnnotation)", "~(String,Duration)", "~(MouseTrackerAnnotation,Matrix40)", "bool(MouseTrackerAnnotation)", "List(BuiltMap,String)", "Widget(LegendEntry<@>)", "~(List<_InterestingSemanticsFragment>{isMergeUp:bool})", "List(BuiltMap,BuiltMap)", "int(PaymentEntity?,PaymentEntity?)", "List(BuiltMap,BuiltMap)", "RenderCanvas()", "List(BuiltMap,BuiltMap)", "List(BuiltMap,BuiltMap)", "Padding(Widget)", "~(_SelectableFragment)", "bool(_SelectableFragment)", "OneSequenceGestureRecognizer(Factory)", "TransformLayer?(PaintingContext,Offset)", "Null(BuiltList)", "DesignUIStateBuilder(DesignUIStateBuilder)", "bool(bool?,ViewDesign)", "bool(bool?,ViewDesignList)", "bool(bool?,FilterDesignsByState)", "bool(bool?,FilterDesigns)", "bool(bool?,FilterDesignsByCustom1)", "bool(bool?,FilterDesignsByCustom2)", "bool(bool?,FilterDesignsByCustom3)", "bool(bool?,FilterDesignsByCustom4)", "String(String?,ArchiveDesignsSuccess)", "String(String?,DeleteDesignsSuccess)", "String(String?,SortDesigns)", "String(String?,FilterDesigns)", "String(String?,FilterDesignsByState)", "String(String?,FilterDesignsByCustom1)", "String(String?,FilterDesignsByCustom2)", "String(String?,FilterDesignsByCustom3)", "String(String?,FilterDesignsByCustom4)", "DesignEntity(DesignEntity?,RestoreDesignsSuccess)", "DesignEntity(DesignEntity?,ArchiveDesignsSuccess)", "DesignEntity(DesignEntity?,DeleteDesignsSuccess)", "DesignEntity(DesignEntity?,UpdateDesign)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "int(TableRow)", "List(BuiltMap,BuiltList,ListUIState)", "DesignEntity(@)", "Padding(int)", "bool(RenderSliver)", "List(Size)", "~(FrameTiming)", "~(int,_FrameCallbackEntry)", "~(SemanticsActionEvent)", "Null(Uint8List?)", "DocumentUIStateBuilder(DocumentUIStateBuilder)", "bool(bool?,ViewDocument)", "bool(bool?,ViewDocumentList)", "bool(bool?,FilterDocumentsByState)", "bool(bool?,FilterDocumentsByStatus)", "bool(bool?,FilterDocuments)", "bool(bool?,FilterDocumentsByCustom1)", "bool(bool?,FilterDocumentsByCustom2)", "bool(bool?,FilterDocumentsByCustom3)", "bool(bool?,FilterDocumentsByCustom4)", "String(String?,ArchiveDocumentSuccess)", "String(String?,DeleteDocumentSuccess)", "String?(String?,ViewDocument)", "ViewClipChain()", "String(String?,FilterDocuments)", "String(String?,FilterDocumentsByState)", "String(String?,FilterDocumentsByStatus)", "String(String?,FilterDocumentsByCustom1)", "String(String?,FilterDocumentsByCustom2)", "String(String?,FilterDocumentsByCustom3)", "String(String?,FilterDocumentsByCustom4)", "DocumentEntity(DocumentEntity?,UpdateDocument)", "JSObject(JavaScriptObject)", "SemanticsNode(_TraversalSortNode)", "DiagnosticsNode(SemanticsNode)", "Future()", "ChartContainerRenderObject<@>()", "int(SemanticsNode)", "SemanticsNode(int)", "~(SemanticsTag)", "~(SemanticsAction,~(Object?))", "ByteData(ByteData?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "Future<_AssetManifestBin>(String)", "InvoiceItemEntity(BaseEntity)", "AssetMetadata(Map)", "Map(TextInputConfiguration)", "TextInputConfiguration(AutofillClient)", "Stream()", "ExpenseUIStateBuilder(ExpenseUIStateBuilder)", "bool(bool?,ViewExpense)", "bool(bool?,ViewExpenseList)", "bool(bool?,FilterExpensesByState)", "bool(bool?,FilterExpensesByStatus)", "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)", "Future(String?)", "Future<~>(ByteData?,~(ByteData?))", "Future>(@)", "~(RawKeyEvent)", "Future(JavaScriptObject)", "InvoiceEntity?(ExpenseEntity,BuiltMap)", "int(_PlatformChannelStats,_PlatformChannelStats)", "_Future<@>(@)", "List(BuiltMap,String?)", "RawKeyEventData()", "Future(JSObject)", "JSObject()", "List()", "Null(BuiltList)", "ExpenseCategoryUIStateBuilder(ExpenseCategoryUIStateBuilder)", "Completer?(Completer?,EditExpenseCategory)", "Completer?(Completer?,EditExpenseCategory)", "bool(bool?,ViewExpenseCategory)", "bool(bool?,ViewExpenseCategoryList)", "bool(bool?,FilterExpenseCategoriesByState)", "bool(bool?,FilterExpenseCategories)", "bool(bool?,FilterExpenseCategoriesByCustom1)", "bool(bool?,FilterExpenseCategoriesByCustom2)", "bool(bool?,FilterExpenseCategoriesByCustom3)", "bool(bool?,FilterExpenseCategoriesByCustom4)", "String(String?,ArchiveExpenseCategoriesSuccess)", "String(String?,DeleteExpenseCategoriesSuccess)", "String(String?,SortExpenseCategories)", "String(String?,FilterExpenseCategories)", "String(String?,FilterExpenseCategoriesByState)", "String(String?,FilterExpenseCategoriesByCustom1)", "String(String?,FilterExpenseCategoriesByCustom2)", "String(String?,FilterExpenseCategoriesByCustom3)", "String(String?,FilterExpenseCategoriesByCustom4)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,RestoreExpenseCategoriesSuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,ArchiveExpenseCategoriesSuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,DeleteExpenseCategoriesSuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,UpdateExpenseCategory)", "List(List)", "double(num)", "List<@>(String)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,String)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "double(String,BuiltMap)", "List(SelectionRect)", "PlatformViewSurface(BuildContext,PlatformViewController)", "ExpenseCategoryEntity(@)", "_HtmlElementViewController(PlatformViewCreationParams)", "Future<~>(PointerEvent)", "Null(JavaScriptFunction,JavaScriptFunction)", "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)", "~(@,StackTrace)", "~(Action)", "Map(WebDropItem)", "~(_ChildEntry)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "EntityStats(BuiltMap,String)", "Widget(_ChildEntry)", "SimpleDialogOption(EmailTemplate)", "InvoiceUIStateBuilder(InvoiceUIStateBuilder)", "bool(bool?,ViewInvoice)", "bool(bool?,ViewInvoiceList)", "bool(bool?,FilterInvoicesByState)", "bool(bool?,FilterInvoicesByStatus)", "bool(bool?,FilterInvoices)", "bool(bool?,FilterInvoicesByCustom1)", "bool(bool?,FilterInvoicesByCustom2)", "bool(bool?,FilterInvoicesByCustom3)", "bool(bool?,FilterInvoicesByCustom4)", "int?(int?,UpdateInvoiceTab)", "String?(String?,ShowPdfInvoice)", "int?(int?,EditInvoice)", "int?(int?,EditInvoiceItem)", "String(String?,ArchiveInvoicesSuccess)", "String(String?,DeleteInvoicesSuccess)", "String?(String?,ViewInvoice)", "String(String?,AddInvoiceSuccess)", "String(String?,ShowEmailInvoice)", "String(String?,ShowPdfInvoice)", "String(String?,SortInvoices)", "String(String?,FilterInvoices)", "String(String?,FilterInvoicesByState)", "String(String?,FilterInvoicesByStatus)", "String(String?,FilterInvoicesByCustom1)", "String(String?,FilterInvoicesByCustom2)", "String(String?,FilterInvoicesByCustom3)", "String(String?,FilterInvoicesByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdateInvoice)", "bool(Widget)", "InvoiceEntity(InvoiceEntity?,MoveInvoiceItem)", "InvoiceEntity(InvoiceEntity?,DeleteInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateInvoiceClient)", "InvoiceEntity(InvoiceEntity?,RestoreInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,AddInvoiceContact)", "InvoiceEntity(InvoiceEntity?,RemoveInvoiceContact)", "int(OverlayGroup)", "Route<@>?(RouteSettings)", "bool(String,BuiltMap)", "InvoiceEntity?(InvoiceEntity,BuiltMap)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List,String?)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,ListUIState,BuiltMap,String?)", "Future(int)", "~(AutocompletePreviousOptionIntent)", "~(AutocompleteNextOptionIntent)", "Null(BuiltList)", "PaymentUIStateBuilder(PaymentUIStateBuilder)", "bool(bool?,ViewPayment)", "bool(bool?,ViewPaymentList)", "bool(bool?,FilterPaymentsByState)", "bool(bool?,FilterPaymentsByStatus)", "bool(bool?,FilterPayments)", "bool(bool?,FilterPaymentsByCustom1)", "bool(bool?,FilterPaymentsByCustom2)", "bool(bool?,FilterPaymentsByCustom3)", "bool(bool?,FilterPaymentsByCustom4)", "int?(int?,UpdatePaymentTab)", "String(String?,ArchivePaymentsSuccess)", "String(String?,DeletePaymentsSuccess)", "String?(String?,ViewPayment)", "String(String?,AddPaymentSuccess)", "String(String?,SortPayments)", "String(String?,FilterPayments)", "String(String?,FilterPaymentsByState)", "String(String?,FilterPaymentsByStatus)", "String(String?,FilterPaymentsByCustom1)", "String(String?,FilterPaymentsByCustom2)", "String(String?,FilterPaymentsByCustom3)", "String(String?,FilterPaymentsByCustom4)", "PaymentEntity(PaymentEntity?,RestorePaymentsSuccess)", "PaymentEntity(PaymentEntity?,ArchivePaymentsSuccess)", "PaymentEntity(PaymentEntity?,DeletePaymentsSuccess)", "PaymentEntity(PaymentEntity?,UpdatePayment)", "String(PaymentEntity)", "WebDropItem(Map<@,@>)", "bool(String,PaymentEntity)", "CompositedTransformFollower(BuildContext)", "bool(AutofillClient)", "AutofillClient()", "bool(KeepAliveNotification)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState)", "EntityStats(String,BuiltMap,BuiltMap)", "PaymentEntity(@)", "XFile(WebDropItem)", "ClipPath(BuildContext)", "~(DropEvent)", "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)", "~(File,Uint8List?,String?,Stream>?)", "Future()", "Future<~>(double)", "~(CkPicture)", "List(BuiltMap,BuiltList)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "DefaultSelectionStyle(BuildContext)", "SimpleDialogOption(String)", "RegisteredFont?(ByteBuffer,String,String)", "Rect(DisplayFeature)", "LayoutBuilder(BuildContext,double,Widget?)", "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)", "_DraggableSheetExtent()", "~(Layer0)", "List(BuiltMap,BuiltList,BuiltMap)", "List(BuiltMap)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap)", "ProductEntity(@)", "Future(String)", "TickerFuture({from:double?})", "~(_AnimationDirection)", "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)", "Completer?(Completer?,EditProject)", "Completer?(Completer?,EditProject)", "String(String?,ArchiveProjectSuccess)", "String(String?,DeleteProjectSuccess)", "String?(String?,ViewProject)", "String(String?,AddProjectSuccess)", "String(String?,SortProjects)", "String(String?,FilterProjects)", "String(String?,FilterProjectsByState)", "String(String?,FilterProjectsByCustom1)", "String(String?,FilterProjectsByCustom2)", "String(String?,FilterProjectsByCustom3)", "String(String?,FilterProjectsByCustom4)", "ProjectEntity(ProjectEntity?,RestoreProjectSuccess)", "ProjectEntity(ProjectEntity?,ArchiveProjectSuccess)", "ProjectEntity(ProjectEntity?,DeleteProjectSuccess)", "ProjectEntity(ProjectEntity?,UpdateProject)", "String(ProjectEntity)", "~(TransposeCharactersIntent)", "bool(String,ProjectEntity)", "~(ReplaceTextIntent)", "int(TaskEntity?,TaskEntity?)", "~(ScrollToDocumentBoundaryIntent)", "List(BuiltMap,BuiltList,BuiltMap,BuiltMap,String?)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap,BuiltMap)", "~(ScrollIntent)", "~(String,ProjectEntity)", "ProjectEntity(@)", "PurchaseOrderUIStateBuilder(PurchaseOrderUIStateBuilder)", "bool(bool?,ViewPurchaseOrder)", "bool(bool?,ViewPurchaseOrderList)", "bool(bool?,FilterPurchaseOrdersByState)", "bool(bool?,FilterPurchaseOrdersByStatus)", "bool(bool?,FilterPurchaseOrders)", "bool(bool?,FilterPurchaseOrdersByCustom1)", "bool(bool?,FilterPurchaseOrdersByCustom2)", "bool(bool?,FilterPurchaseOrdersByCustom3)", "bool(bool?,FilterPurchaseOrdersByCustom4)", "int?(int?,UpdatePurchaseOrderTab)", "String?(String?,ShowPdfPurchaseOrder)", "int?(int?,EditPurchaseOrder)", "int?(int?,EditPurchaseOrderItem)", "String(String?,ArchivePurchaseOrdersSuccess)", "String(String?,DeletePurchaseOrdersSuccess)", "String?(String?,ViewPurchaseOrder)", "String(String?,AddPurchaseOrderSuccess)", "String(String?,ShowEmailPurchaseOrder)", "String(String?,ShowPdfPurchaseOrder)", "String(String?,SortPurchaseOrders)", "String(String?,FilterPurchaseOrders)", "String(String?,FilterPurchaseOrdersByState)", "String(String?,FilterPurchaseOrdersByStatus)", "String(String?,FilterPurchaseOrdersByCustom1)", "String(String?,FilterPurchaseOrdersByCustom2)", "String(String?,FilterPurchaseOrdersByCustom3)", "String(String?,FilterPurchaseOrdersByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrder)", "~(ExtendSelectionByPageIntent)", "InvoiceEntity(InvoiceEntity?,MovePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,DeletePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrderItem)", "InvoiceEntity(InvoiceEntity?,UpdatePurchaseOrderVendor)", "InvoiceEntity(InvoiceEntity?,RestorePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,ArchivePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,DeletePurchaseOrdersSuccess)", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderContact)", "InvoiceEntity(InvoiceEntity?,RemovePurchaseOrderContact)", "~(UpdateSelectionIntent)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "List(BuiltMap,BuiltList,StaticState,BuiltMap,BuiltMap,BuiltMap,String)", "CkCanvas(CkPictureRecorder)", "QuoteUIStateBuilder(QuoteUIStateBuilder)", "bool(bool?,ViewQuote)", "bool(bool?,ViewQuoteList)", "bool(bool?,FilterQuotesByState)", "bool(bool?,FilterQuotesByStatus)", "bool(bool?,FilterQuotes)", "bool(bool?,FilterQuotesByCustom1)", "bool(bool?,FilterQuotesByCustom2)", "bool(bool?,FilterQuotesByCustom3)", "bool(bool?,FilterQuotesByCustom4)", "int?(int?,UpdateQuoteTab)", "String?(String?,ShowPdfQuote)", "int?(int?,EditQuote)", "int?(int?,EditQuoteItem)", "String(String?,ArchiveQuotesSuccess)", "String(String?,DeleteQuotesSuccess)", "String?(String?,ViewQuote)", "String(String?,AddQuoteSuccess)", "String(String?,ShowEmailQuote)", "String(String?,ShowPdfQuote)", "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)", "Future<~>(PasteTextIntent)", "InvoiceEntity(InvoiceEntity?,MoveQuoteItem)", "InvoiceEntity(InvoiceEntity?,DeleteQuoteItem)", "InvoiceEntity(InvoiceEntity?,UpdateQuoteItem)", "InvoiceEntity(InvoiceEntity?,UpdateQuoteClient)", "InvoiceEntity(InvoiceEntity?,RestoreQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteQuotesSuccess)", "InvoiceEntity(InvoiceEntity?,AddQuoteContact)", "InvoiceEntity(InvoiceEntity?,RemoveQuoteContact)", "~(TextEditingValue)", "bool(TextEditingValue?,TextEditingValue)", "List(BuiltMap,BuiltMap,BuiltMap,BuiltList,String,BuiltMap,List)", "RecurringExpenseUIStateBuilder(RecurringExpenseUIStateBuilder)", "bool(bool?,ViewRecurringExpense)", "bool(bool?,ViewRecurringExpenseList)", "bool(bool?,FilterRecurringExpensesByState)", "bool(bool?,FilterRecurringExpensesByStatus)", "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?,FilterRecurringExpensesByStatus)", "String(String?,FilterRecurringExpensesByCustom1)", "String(String?,FilterRecurringExpensesByCustom2)", "String(String?,FilterRecurringExpensesByCustom3)", "String(String?,FilterRecurringExpensesByCustom4)", "ExpenseEntity(ExpenseEntity?,RestoreRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,ArchiveRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,DeleteRecurringExpensesSuccess)", "ExpenseEntity(ExpenseEntity?,UpdateRecurringExpense)", "TextEditingValue(TextEditingValue)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "RecurringInvoiceUIStateBuilder(RecurringInvoiceUIStateBuilder)", "bool(bool?,ViewRecurringInvoice)", "bool(bool?,ViewRecurringInvoiceList)", "bool(bool?,FilterRecurringInvoicesByState)", "bool(bool?,FilterRecurringInvoicesByStatus)", "bool(bool?,FilterRecurringInvoices)", "bool(bool?,FilterRecurringInvoicesByCustom1)", "bool(bool?,FilterRecurringInvoicesByCustom2)", "bool(bool?,FilterRecurringInvoicesByCustom3)", "bool(bool?,FilterRecurringInvoicesByCustom4)", "int?(int?,UpdateRecurringInvoiceTab)", "String?(String?,ShowPdfRecurringInvoice)", "int?(int?,EditRecurringInvoice)", "int?(int?,EditRecurringInvoiceItem)", "String(String?,ArchiveRecurringInvoicesSuccess)", "String(String?,DeleteRecurringInvoicesSuccess)", "String?(String?,ViewRecurringInvoice)", "String(String?,AddRecurringInvoiceSuccess)", "String(String?,ShowEmailRecurringInvoice)", "String(String?,ShowPdfRecurringInvoice)", "String(String?,SortRecurringInvoices)", "String(String?,FilterRecurringInvoices)", "String(String?,FilterRecurringInvoicesByState)", "String(String?,FilterRecurringInvoicesByStatus)", "String(String?,FilterRecurringInvoicesByCustom1)", "String(String?,FilterRecurringInvoicesByCustom2)", "String(String?,FilterRecurringInvoicesByCustom3)", "String(String?,FilterRecurringInvoicesByCustom4)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoice)", "bool(HitTestEntry)", "InvoiceEntity(InvoiceEntity?,MoveRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,DeleteRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoiceItem)", "InvoiceEntity(InvoiceEntity?,UpdateRecurringInvoiceClient)", "InvoiceEntity(InvoiceEntity?,RestoreRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,ArchiveRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,DeleteRecurringInvoicesSuccess)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceContact)", "InvoiceEntity(InvoiceEntity?,RemoveRecurringInvoiceContact)", "Null(JSArray,JavaScriptObject)", "DiagnosticsNode(FocusNode)", "List(SelectionState,BuiltMap,BuiltMap,BuiltMap,BuiltList,ListUIState,BuiltMap)", "bool(KeyMessage)", "~(_FocusTraversalGroupInfo)", "bool(_DirectionalPolicyDataEntry)", "String(String,Color)", "Null(BuiltList)", "ScheduleUIStateBuilder(ScheduleUIStateBuilder)", "bool(bool?,ViewSchedule)", "bool(bool?,ViewScheduleList)", "bool(bool?,FilterSchedulesByState)", "bool(bool?,FilterSchedules)", "bool(bool?,FilterSchedulesByCustom1)", "bool(bool?,FilterSchedulesByCustom2)", "bool(bool?,FilterSchedulesByCustom3)", "bool(bool?,FilterSchedulesByCustom4)", "int?(int?,UpdateScheduleTab)", "String(String?,ArchiveSchedulesSuccess)", "String(String?,DeleteSchedulesSuccess)", "String(String?,SortSchedules)", "String(String?,FilterSchedules)", "String(String?,FilterSchedulesByState)", "String(String?,FilterSchedulesByCustom1)", "String(String?,FilterSchedulesByCustom2)", "String(String?,FilterSchedulesByCustom3)", "String(String?,FilterSchedulesByCustom4)", "ScheduleEntity(ScheduleEntity?,RestoreSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,ArchiveSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,DeleteSchedulesSuccess)", "ScheduleEntity(ScheduleEntity?,UpdateSchedule)", "bool(TraversalDirection)", "Set(_ReadingOrderSortData)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "ScheduleEntity(@)", "~(Symbol0,@)", "List(BuildContext)", "Null(UserCompanyEntity)", "Null(BaseEntity)", "SettingsUIState(SettingsUIState,ViewSettings)", "Rect(_ReadingOrderSortData)", "SettingsUIState(SettingsUIState,UpdateCompany)", "SettingsUIState(SettingsUIState,UpdateSettings)", "SettingsUIState(SettingsUIState,UpdateUserSettings)", "SettingsUIState(SettingsUIState,ResetSettings)", "SettingsUIState(SettingsUIState,SaveCompanySuccess)", "SettingsUIState(SettingsUIState,DeleteDocumentSuccess)", "SettingsUIState(SettingsUIState,SaveGroupSuccess)", "SettingsUIState(SettingsUIState,SaveClientSuccess)", "SettingsUIState(SettingsUIState,SaveAuthUserSuccess)", "SettingsUIState(SettingsUIState,ConnectOAuthUserSuccess)", "SettingsUIState(SettingsUIState,DisconnectOAuthUserSuccess)", "SettingsUIState(SettingsUIState,DisconnectOAuthMailerSuccess)", "SettingsUIState(SettingsUIState,FilterSettings)", "SettingsUIState(SettingsUIState,ClearSettingsFilter)", "SettingsUIState(SettingsUIState,UpdateSettingsTab)", "SettingsUIState(SettingsUIState,UpdateSettingsTemplate)", "SettingsUIState(SettingsUIState,UpdatedSettingUI)", "SettingsUIState(SettingsUIState,ToggleShowNewSettings)", "SettingsUIState(SettingsUIState,ToggleShowPdfPreview)", "StaticStateBuilder(StaticStateBuilder)", "CurrencyEntity(@)", "SizeEntity(@)", "IndustryEntity(@)", "TimezoneEntity(@)", "DateFormatEntity(@)", "LanguageEntity(@)", "PaymentTypeEntity(@)", "CountryEntity(@)", "GatewayEntity(@)", "List(BuiltMap)", "Map(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap)", "List(BuiltMap,bool)", "List(BuiltMap)", "BuiltMap(List<@>)", "FontEntity(@)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "bool(_ReadingOrderSortData)", "Null(BuiltList)", "SubscriptionUIStateBuilder(SubscriptionUIStateBuilder)", "bool(bool?,ViewSubscription)", "bool(bool?,ViewSubscriptionList)", "bool(bool?,FilterSubscriptionsByState)", "bool(bool?,FilterSubscriptions)", "bool(bool?,FilterSubscriptionsByCustom1)", "bool(bool?,FilterSubscriptionsByCustom2)", "bool(bool?,FilterSubscriptionsByCustom3)", "bool(bool?,FilterSubscriptionsByCustom4)", "int?(int?,UpdateSubscriptionTab)", "String(String?,ArchiveSubscriptionsSuccess)", "String(String?,DeleteSubscriptionsSuccess)", "String(String?,SortSubscriptions)", "String(String?,FilterSubscriptions)", "String(String?,FilterSubscriptionsByState)", "String(String?,FilterSubscriptionsByCustom1)", "String(String?,FilterSubscriptionsByCustom2)", "String(String?,FilterSubscriptionsByCustom3)", "String(String?,FilterSubscriptionsByCustom4)", "SubscriptionEntity(SubscriptionEntity?,RestoreSubscriptionsSuccess)", "SubscriptionEntity(SubscriptionEntity?,ArchiveSubscriptionsSuccess)", "SubscriptionEntity(SubscriptionEntity?,DeleteSubscriptionsSuccess)", "SubscriptionEntity(SubscriptionEntity?,UpdateSubscription)", "bool(FormFieldState<@>)", "DiagnosticsProperty(Element0)", "Element0?(Element0)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "SubscriptionEntity(@)", "int(BaseEntity,BaseEntity)", "Object?(int,Element0?)", "~(int,bool(FlutterHtmlKeyboardEvent))", "Map(Map,String)", "Null(BuiltList)", "TaskUIStateBuilder(TaskUIStateBuilder)", "bool(bool?,ViewTask)", "bool(bool?,ViewTaskList)", "bool(bool?,FilterTasksByState)", "bool(bool?,FilterTasksByStatus)", "bool(bool?,FilterTasks)", "bool(bool?,FilterTasksByCustom1)", "bool(bool?,FilterTasksByCustom2)", "bool(bool?,FilterTasksByCustom3)", "bool(bool?,FilterTasksByCustom4)", "int?(int?,UpdateTaskTab)", "int(int?,UpdateKanban)", "int?(int?,EditTask)", "int?(int?,EditTaskTime)", "String(String?,ArchiveTaskSuccess)", "String(String?,DeleteTaskSuccess)", "String?(String?,ViewTask)", "String(String?,AddTaskSuccess)", "String(String?,SortTasks)", "String(String?,FilterTasks)", "String(String?,FilterTasksByState)", "String(String?,FilterTasksByStatus)", "String(String?,FilterTasksByCustom1)", "String(String?,FilterTasksByCustom2)", "String(String?,FilterTasksByCustom3)", "String(String?,FilterTasksByCustom4)", "TaskEntity(TaskEntity?,RestoreTaskSuccess)", "TaskEntity(TaskEntity?,ArchiveTaskSuccess)", "TaskEntity(TaskEntity?,StartTasksSuccess)", "TaskEntity(TaskEntity?,StopTasksSuccess)", "TaskEntity(TaskEntity?,DeleteTaskSuccess)", "TaskEntity(TaskEntity?,UpdateTask)", "String(TaskEntity)", "DoubleTapGestureRecognizer()", "bool(String,TaskEntity)", "~(DoubleTapGestureRecognizer)", "List(BuiltMap,String?,BuiltMap,BuiltMap,BuiltMap)", "~(String,int)", "~(String,int?)", "TaskEntity(@)", "~(String,String?)", "~(int,int,int)", "Uint8List(@,@)", "Null(BuiltList)", "TaskStatusUIStateBuilder(TaskStatusUIStateBuilder)", "bool(bool?,ViewTaskStatus)", "bool(bool?,ViewTaskStatusList)", "bool(bool?,FilterTaskStatusesByState)", "bool(bool?,FilterTaskStatuses)", "bool(bool?,FilterTaskStatusesByCustom1)", "bool(bool?,FilterTaskStatusesByCustom2)", "bool(bool?,FilterTaskStatusesByCustom3)", "bool(bool?,FilterTaskStatusesByCustom4)", "String(String?,ArchiveTaskStatusesSuccess)", "String(String?,DeleteTaskStatusesSuccess)", "String(String?,SortTaskStatuses)", "String(String?,FilterTaskStatuses)", "String(String?,FilterTaskStatusesByState)", "String(String?,FilterTaskStatusesByCustom1)", "String(String?,FilterTaskStatusesByCustom2)", "String(String?,FilterTaskStatusesByCustom3)", "String(String?,FilterTaskStatusesByCustom4)", "TaskStatusEntity(TaskStatusEntity?,RestoreTaskStatusesSuccess)", "TaskStatusEntity(TaskStatusEntity?,ArchiveTaskStatusesSuccess)", "TaskStatusEntity(TaskStatusEntity?,DeleteTaskStatusesSuccess)", "TaskStatusEntity(TaskStatusEntity?,UpdateTaskStatus)", "bool(int,int)", "ScaleGestureRecognizer()", "~(ScaleGestureRecognizer)", "List(BuiltList,BuiltMap)", "List(BuiltMap,BuiltList,StaticState,BuiltMap)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "int(String,BuiltMap)", "~(Blob?)", "TaskStatusEntity(@)", "Center(Widget)", "~(PointerPanZoomStartEvent)", "~(RenderSemanticsGestureHandler)", "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)", "~(StatefulElement,Object)", "bool(Element2)", "~(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "bool(_HeroFlight)", "~(JSArray,JavaScriptObject)", "IconTheme(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)", "~(ImageInfo,bool)", "~(JavaScriptObject,List)", "_ButtonSanitizer()", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "TokenEntity(@)", "@(@,@)", "TargetPlatform?()", "BoxConstraintsTween(@)", "Matrix4Tween(@)", "TransactionUIStateBuilder(TransactionUIStateBuilder)", "bool(bool?,ViewTransaction)", "bool(bool?,ViewTransactionList)", "bool(bool?,FilterTransactionsByState)", "bool(bool?,FilterTransactionsByStatus)", "bool(bool?,FilterTransactions)", "bool(bool?,FilterTransactionsByCustom1)", "bool(bool?,FilterTransactionsByCustom2)", "bool(bool?,FilterTransactionsByCustom3)", "bool(bool?,FilterTransactionsByCustom4)", "int?(int?,UpdateTransactionTab)", "String(String?,ArchiveTransactionsSuccess)", "String(String?,DeleteTransactionsSuccess)", "String(String?,SortTransactions)", "String(String?,FilterTransactions)", "String(String?,FilterTransactionsByState)", "String(String?,FilterTransactionsByStatus)", "String(String?,FilterTransactionsByCustom1)", "String(String?,FilterTransactionsByCustom2)", "String(String?,FilterTransactionsByCustom3)", "String(String?,FilterTransactionsByCustom4)", "TransactionEntity(TransactionEntity?,RestoreTransactionsSuccess)", "TransactionEntity(TransactionEntity?,ArchiveTransactionsSuccess)", "TransactionEntity(TransactionEntity?,DeleteTransactionsSuccess)", "TransactionEntity(TransactionEntity?,UpdateTransaction)", "TextStyleTween(@)", "BorderRadiusTween(@)", "List(SelectionState,BuiltMap,BuiltList,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,ListUIState)", "TransactionEntity(@)", "TargetPlatform()", "Future<@>(_Pending)", "Map(List<@>)", "Null(BuiltList)", "TransactionRuleUIStateBuilder(TransactionRuleUIStateBuilder)", "bool(bool?,ViewTransactionRule)", "bool(bool?,ViewTransactionRuleList)", "bool(bool?,FilterTransactionRulesByState)", "bool(bool?,FilterTransactionRules)", "bool(bool?,FilterTransactionRulesByCustom1)", "bool(bool?,FilterTransactionRulesByCustom2)", "bool(bool?,FilterTransactionRulesByCustom3)", "bool(bool?,FilterTransactionRulesByCustom4)", "int?(int?,UpdateTransactionRuleTab)", "String(String?,ArchiveTransactionRulesSuccess)", "String(String?,DeleteTransactionRulesSuccess)", "String(String?,SortTransactionRules)", "String(String?,FilterTransactionRules)", "String(String?,FilterTransactionRulesByState)", "String(String?,FilterTransactionRulesByCustom1)", "String(String?,FilterTransactionRulesByCustom2)", "String(String?,FilterTransactionRulesByCustom3)", "String(String?,FilterTransactionRulesByCustom4)", "TransactionRuleEntity(TransactionRuleEntity?,RestoreTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,ArchiveTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,DeleteTransactionRulesSuccess)", "TransactionRuleEntity(TransactionRuleEntity?,UpdateTransactionRule)", "Map(Map)", "Null(Map)", "Null(BuildContext,MagnifierController,ValueNotifier)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "TransactionRuleEntity(@)", "PrefStateSortFieldBuilder(PrefStateSortFieldBuilder)", "MapBuilder(MapBuilder)", "BuiltMap(BuiltMap,SortClients)", "BuiltMap(BuiltMap,SortProducts)", "BuiltMap(BuiltMap,SortInvoices)", "BuiltMap(BuiltMap,SortPayments)", "BuiltMap(BuiltMap,SortRecurringInvoices)", "BuiltMap(BuiltMap,SortQuotes)", "BuiltMap(BuiltMap,SortCredits)", "BuiltMap(BuiltMap,SortProjects)", "BuiltMap(BuiltMap,SortTasks)", "BuiltMap(BuiltMap,SortVendors)", "BuiltMap(BuiltMap,SortExpenses)", "BuiltMap(BuiltMap,SortPaymentTerms)", "BuiltMap(BuiltMap,SortTaxRates)", "BuiltMap(BuiltMap,SortCompanyGateways)", "BuiltMap(BuiltMap,SortUsers)", "BuiltMap(BuiltMap,SortGroups)", "BuiltMap(BuiltMap,SortDesigns)", "BuiltMap(BuiltMap,SortTokens)", "BuiltMap(BuiltMap,SortWebhooks)", "BuiltMap(BuiltMap,SortExpenseCategories)", "BuiltMap(BuiltMap,SortTaskStatuses)", "BuiltMap(BuiltMap,SortSubscriptions)", "BuiltMap(BuiltMap,ToggleEditorLayout)", "bool(DiagnosticsNode?)", "BuiltMap(BuiltMap,ToggleViewerLayout)", "bool(Route<@>?)", "double(double,UpdateUserPreferences)", "bool(bool,DismissTaskExtensionBanner)", "bool(bool,DismissGatewayWarningPermanently)", "bool(bool,DismissReviewAppPermanently)", "bool(StackFrame)", "bool(OverlayEntry)", "AppLayout(AppLayout,UpdateUserPreferences)", "ModuleLayout?(ModuleLayout?,UpdateUserPreferences)", "ModuleLayout(ModuleLayout?,SwitchListTableLayout)", "int(int,UpdateUserPreferences)", "ErrorDescription(String)", "String(DiagnosticsNode)", "BuiltList(BuiltList,UpdateUserPreferences)", "bool(bool,TogglePreviewSidebar)", "bool(bool,StartClientMultiselect)", "bool(bool,StartProductMultiselect)", "bool(bool,StartInvoiceMultiselect)", "bool(bool,StartRecurringInvoiceMultiselect)", "bool(bool,StartPaymentMultiselect)", "bool(bool,StartQuoteMultiselect)", "bool(bool,StartCreditMultiselect)", "bool(bool,StartProjectMultiselect)", "bool(bool,StartTaskMultiselect)", "bool(bool,StartVendorMultiselect)", "bool(bool,StartPurchaseOrderMultiselect)", "bool(bool,StartExpenseMultiselect)", "bool(bool,StartRecurringExpenseMultiselect)", "bool(bool,StartTransactionMultiselect)", "_RouteEntry(Route<@>)", "CompanyPrefStateBuilder(CompanyPrefStateBuilder)", "BuiltList(BuiltList,PurgeDataSuccess)", "BuiltList(BuiltList,PopLastHistory)", "MapEntry>(@,@)", "BuiltList(BuiltList,UpdateLastHistory)", "int(HistoryRecordBuilder)", "BuiltList(BuiltList,ViewDashboard)", "BuiltList(BuiltList,ViewReports)", "BuiltList(BuiltList,ViewSettings)", "BuiltList(BuiltList,ViewClient)", "BuiltList(BuiltList,ViewClientList)", "BuiltList(BuiltList,EditClient)", "BuiltList(BuiltList,ViewProduct)", "BuiltList(BuiltList,ViewProductList)", "BuiltList(BuiltList,EditProduct)", "BuiltList(BuiltList,ViewInvoice)", "BuiltList(BuiltList,ViewInvoiceList)", "BuiltList(BuiltList,EditInvoice)", "BuiltList(BuiltList,ViewPayment)", "BuiltList(BuiltList,ViewPaymentList)", "BuiltList(BuiltList,EditPayment)", "BuiltList(BuiltList,ViewQuote)", "BuiltList(BuiltList,ViewQuoteList)", "BuiltList(BuiltList,EditQuote)", "BuiltList(BuiltList,ViewTask)", "BuiltList(BuiltList,ViewTaskList)", "BuiltList(BuiltList,EditTask)", "BuiltList(BuiltList,ViewProject)", "BuiltList(BuiltList,ViewProjectList)", "BuiltList(BuiltList,EditProject)", "BuiltList(BuiltList,ViewVendor)", "BuiltList(BuiltList,ViewVendorList)", "BuiltList(BuiltList,EditVendor)", "BuiltList(BuiltList,ViewExpense)", "BuiltList(BuiltList,ViewExpenseList)", "BuiltList(BuiltList,EditExpense)", "BuiltList(BuiltList,ViewCompanyGateway)", "BuiltList(BuiltList,ViewCompanyGatewayList)", "BuiltList(BuiltList,EditCompanyGateway)", "BuiltList(BuiltList,ViewUser)", "BuiltList(BuiltList,ViewUserList)", "BuiltList(BuiltList,EditUser)", "BuiltList(BuiltList,ViewGroup)", "BuiltList(BuiltList,ViewGroupList)", "BuiltList(BuiltList,EditGroup)", "BuiltList(BuiltList,ViewSchedule)", "BuiltList(BuiltList,ViewScheduleList)", "BuiltList(BuiltList,EditSchedule)", "BuiltList(BuiltList,ViewTransactionRule)", "BuiltList(BuiltList,ViewTransactionRuleList)", "BuiltList(BuiltList,EditTransactionRule)", "BuiltList(BuiltList,ViewTransaction)", "BuiltList(BuiltList,ViewTransactionList)", "BuiltList(BuiltList,EditTransaction)", "BuiltList(BuiltList,ViewBankAccount)", "BuiltList(BuiltList,ViewBankAccountList)", "BuiltList(BuiltList,ViewPurchaseOrder)", "BuiltList(BuiltList,ViewPurchaseOrderList)", "BuiltList(BuiltList,EditPurchaseOrder)", "BuiltList(BuiltList,ViewRecurringExpense)", "BuiltList(BuiltList,ViewRecurringExpenseList)", "BuiltList(BuiltList,EditRecurringExpense)", "BuiltList(BuiltList,ViewSubscription)", "BuiltList(BuiltList,ViewSubscriptionList)", "BuiltList(BuiltList,EditSubscription)", "BuiltList(BuiltList,ViewTaskStatus)", "BuiltList(BuiltList,ViewTaskStatusList)", "BuiltList(BuiltList,EditTaskStatus)", "BuiltList(BuiltList,ViewExpenseCategory)", "BuiltList(BuiltList,ViewExpenseCategoryList)", "BuiltList(BuiltList,EditExpenseCategory)", "BuiltList(BuiltList,ViewRecurringInvoice)", "BuiltList(BuiltList,ViewRecurringInvoiceList)", "BuiltList(BuiltList,EditRecurringInvoice)", "BuiltList(BuiltList,ViewWebhook)", "BuiltList(BuiltList,ViewWebhookList)", "BuiltList(BuiltList,EditWebhook)", "BuiltList(BuiltList,ViewToken)", "BuiltList(BuiltList,ViewTokenList)", "BuiltList(BuiltList,EditToken)", "BuiltList(BuiltList,ViewPaymentTerm)", "BuiltList(BuiltList,ViewPaymentTermList)", "BuiltList(BuiltList,EditPaymentTerm)", "BuiltList(BuiltList,EditDesign)", "BuiltList(BuiltList,ViewCredit)", "BuiltList(BuiltList,ViewCreditList)", "BuiltList(BuiltList,EditCredit)", "BuiltList(BuiltList,ViewDocument)", "BuiltList(BuiltList,ViewDocumentList)", "BuiltList(BuiltList,EditDocument)", "BuiltList(BuiltList,FilterByEntity)", "int(int,UpdateCurrentRoute)", "String?(String?,FilterCompany)", "String?(String?,ViewDashboard)", "Null(EntityType?,StopLoading)", "EntityType(EntityType?,LoadClientsRequest)", "EntityType(EntityType?,LoadProductsRequest)", "EntityType(EntityType?,LoadInvoicesRequest)", "EntityType(EntityType?,LoadRecurringInvoicesRequest)", "EntityType(EntityType?,LoadPaymentsRequest)", "EntityType(EntityType?,LoadQuotesRequest)", "EntityType(EntityType?,LoadCreditsRequest)", "EntityType(EntityType?,LoadProjectsRequest)", "EntityType(EntityType?,LoadTasksRequest)", "EntityType(EntityType?,LoadVendorsRequest)", "EntityType(EntityType?,LoadPurchaseOrdersRequest)", "EntityType(EntityType?,LoadExpensesRequest)", "EntityType(EntityType?,LoadRecurringExpensesRequest)", "EntityType(EntityType?,LoadTransactionsRequest)", "int(int,FilterCompany)", "int(int,ViewDashboard)", "String(String,UpdateCurrentRoute)", "int(int,SelectCompany)", "BuiltList(BuiltList,PreviewEntity)", "BuiltList(BuiltList,ClearPreviewStack)", "BuiltList(BuiltList,PopPreviewStack)", "BuiltList(BuiltList,ClearEntityFilter)", "BuiltList(BuiltList,FilterByEntity)", "BuiltList(BuiltList,PopFilterStack)", "String(ClientEntityBuilder)", "String(ExpenseEntityBuilder)", "String(TaskEntityBuilder)", "String(VendorEntityBuilder)", "RenderBox?()", "_RenderTheaterMarker()", "RenderBox(int)", "Null(List?)", "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)", "~(BoxConstraints)", "ClipRect(BuildContext,Widget?)", "Viewport(BuildContext,ViewportOffset)", "~(Size,Offset)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,String)", "~(_DragInfo,Offset,Offset)", "bool(Node1)", "Null(RestorationBucket?)", "~(RestorableProperty)", "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)", "Completer?(Completer?,EditVendor)", "Completer?(Completer?,EditVendor)", "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)", "SynchronousFuture(bool)", "RestorationScope(BuildContext,Widget?)", "Actions(BuildContext)", "List(BuiltMap,BuiltList,BuiltMap,StaticState)", "List(SelectionState,BuiltMap,BuiltList,ListUIState,BuiltMap,StaticState)", "EntityStats(String,BuiltMap)", "~(String,VendorEntity)", "double(String,String,BuiltMap,BuiltList)", "VendorEntity(@)", "IgnorePointer(BuildContext,Widget?)", "bool(PopEntry)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "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)", "MacOSScrollViewFlingVelocityTracker(PointerEvent)", "Element2(Node1)", "~(Element2)", "List(SelectionState,BuiltMap,BuiltList,ListUIState)", "WebhookEntity(@)", "~(String?,String?)", "Transaction(@,String)", "~(EntityAction?)", "Widget(BuildContext,ViewportOffset)", "bool(ScrollUpdateNotification)", "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)", "Widget?(BuildContext,int)", "int?(Widget,int)", "BottomAppBar(BuildContext,Store)", "Null(List<~>)", "MultiSurfaceViewRasterizer()", "BuiltList?(Store)", "Container(BuildContext,BuiltList?)", "CheckboxListTile(String)", "_PointerDeviceState()", "ConfirmEmail(BuildContext,ConfirmEmailVM)", "Null(BuildContext,String,String?,String?)", "Padding(TextButton)", "MultiSelectList(BuildContext)", "@(List)", "bool(DiagnosticsNode)", "Padding(MapEntry)", "_ThumbPressGestureRecognizer()", "Future<~>(DropDoneDetails)", "~(_ThumbPressGestureRecognizer)", "DocumentTile(DocumentEntity)", "LicenseParagraph()", "_TrackTapGestureRecognizer()", "~(_TrackTapGestureRecognizer)", "String(GestureArenaMember)", "int(Selectable,Selectable)", "Rect(Rect)", "StatefulWidget(EntityAction?)", "StatelessWidget(EntityAction?)", "bool(Rect)", "EntityDropdownDialog(BuildContext)", "Null(SelectableEntity[bool])", "@(BuildContext,Completer<@>)", "_GestureArena()", "List(TextEditingValue)", "SelectableEntity?(String?)", "List(LogicalKeyboardKey)", "~(ShortcutActivator,Intent)", "List<_ActivatorIntentPair>()", "_SingleChildViewport(BuildContext,ViewportOffset)", "Widget(BuildContext,~(SelectableEntity),Iterable)", "Builder(BuildContext,int)", "Container(BuildContext)", "EntityAutocompleteListTile(BuildContext,int)", "PopupMenuButton(BuildContext,int)", "~(RenderBox)", "List>(BuildContext)", "PopupMenuItem(EntityType)", "Element0?()", "Container(String?)", "~(Color)", "bool(TableRow)", "Decoration?(TableRow)", "_TableElementRow(TableRow)", "List>(BuildContext)", "PopupMenuItem(int)", "Element0(Widget)", "DataRow(String)", "bool(_TableElementRow)", "bool(List)", "Iterable(_TableElementRow)", "RenderBox(Element0)", "HistoryDrawer(BuildContext,AppDrawerVM)", "List(_TableElementRow)", "~(PointerDataPacket)", "BaseEntity?(InvitationEntity)", "~(EmailTemplate?)", "double?(int)", "~(Surface)", "bool(PointerData)", "~(TaxRateEntity?)", "DropdownMenuItem(TaxRateEntity?)", "_PointerEventDescription?(PointerData)", "TapAndHorizontalDragGestureRecognizer()", "~(TapAndHorizontalDragGestureRecognizer)", "String(EntityStatus)", "TapAndPanGestureRecognizer()", "Padding(BuildContext)", "ListTile(BuildContext,BoxConstraints)", "Future<~>(Timer)", "Widget(BuildContext,Store)", "~(TapAndPanGestureRecognizer)", "~(UndoTextIntent)", "Widget(CompanyEntity{showAccentColor:bool})", "PopupMenuItem(CompanyEntity)", "List(BuildContext)", "DropdownMenuItem(CompanyEntity)", "~(RedoTextIntent)", "_ViewScope(BuildContext,PipelineOwner)", "Widget(Color)", "ContactUsDialog(BuildContext)", "UpdateDialog(BuildContext)", "SynchronousFuture()", "SynchronousFuture()", "HealthCheckDialog(BuildContext)", "MenuDrawer(BuildContext,MenuDrawerVM)", "~(String,DateSymbols)", "Null(BuildContext,int,CompanyEntity)", "_TheState()", "Stack(BuildContext,BoxConstraints)", "Widget(@)", "List>(BuildContext)", "SynchronousFuture()", "_SelectRow()", "~(PhoneNumber)", "String?(PhoneNumber?)", "String(double)", "Flexible(Widget)", "ExpansionPanel(SystemLogEntity)", "ListTile(BuildContext,bool)", "DataCell(DataColumn)", "DataRow?()", "~(SlidableAutoCloseNotification)", "Column(BuildContext,BoxConstraints)", "DataCell(String)", "Column()", "~(SlidableAutoCloseBarrierNotification)", "DataColumn(String)", "BaseEntity(String)", "int(StaggeredGridParentData,int)", "IgnorePointer(BuildContext)", "~(List)", "MapEntry(PurchaseDetails)", "int(ProductDetails,ProductDetails)", "ListTile(ProductDetails)", "TextButton(String)", "~(ToastFuture)", "Container(BuildContext,Store)", "LoginView(BuildContext,LoginVM)", "Null({context!BuildContext,isSignUp:bool})", "Future<~>(String,ByteData?,~(ByteData?)?)", "AnimatedOpacity(BuildContext,Widget?)", "GoogleSignInAccount?/(~)", "Future(BuildContext,Completer{email!String,password!String})", "Future(BuildContext,Completer{email!String,secret!String,url!String})", "Future(BuildContext,Completer{email!String,oneTimePassword!String,password!String,secret!String,url!String})", "Future(BuildContext,Completer{token!String})", "EntityList(BuildContext,BankAccountListVM)", "BankAccountListItem(BuildContext,int)", "Surface()", "GoogleSignInTokenData(Map?)", "BankAccountScreen(BuildContext,BankAccountScreenVM)", "Null(GoogleAuth)", "BankAccountEditVM(Store)", "BankAccountEdit(BuildContext,BankAccountEditVM)", "BankAccountViewVM(Store)", "BankAccountView(BuildContext,BankAccountViewVM)", "Null(GoogleAuthInitFailureError)", "EntityList(BuildContext,ClientListVM)", "ClientListItem(BuildContext,int)", "Null(Response?)", "Drag?()", "~(_TapTracker)", "ClientPdfVM(Store)", "ClientPdfView(BuildContext,ClientPdfVM)", "String(ClientContactEntity)", "ClientScreen(BuildContext,ClientScreenVM)", "ContactEditDetails(BuildContext)", "ContactListTile0(ClientContactEntity)", "ClientEditContactsVM(Store)", "ClientEditContacts(BuildContext,ClientEditContactsVM)", "~(Element)", "Null(ClientContactEntity,int)", "ClientEditVM(Store)", "ClientEdit(BuildContext,ClientEditVM)", "@(ClientEntity)", "String(StringToken)", "bool(Set)", "bool(Selector)", "Map>()", "Map<~(PointerEvent),Matrix40?>()", "~(ClientContactEntity)", "~(~(PointerEvent),Matrix40?)", "~(Rule)", "~(CkCanvas)", "Row(ClientContactEntity)", "bool(LedgerEntity)", "_CombiningGestureArenaMember()", "Rule()", "ClientViewVM(Store)", "ClientView(BuildContext,ClientViewVM)", "LicensePage(BuildContext)", "CompanyGatewayListItem(String)", "CompanyGatewayList(BuildContext,CompanyGatewayListVM)", "EngineLineMetrics(ParagraphLine)", "CompanyGatewayEntity(String)", "CompanyGatewayScreen(BuildContext,CompanyGatewayScreenVM)", "String?(RegExpMatch)", "Future(Client0)", "bool(String,String)", "GatewayConfigField(String)", "int(String)", "Future(RandomAccessFile,int)", "CompanyGatewayEditVM(Store)", "CompanyGatewayEdit(BuildContext,CompanyGatewayEditVM)", "Future(String)", "CompanyGatewayViewVM(Store)", "CompanyGatewayView(BuildContext,CompanyGatewayViewVM)", "EmailCreditVM(Store)", "InvoiceEmailView(BuildContext,EmailCreditVM)", "~(List)", "EntityList(BuildContext,CreditListVM)", "CreditListItem(BuildContext,int)", "CreditPdfVM(Store)", "InvoicePdfView(BuildContext,CreditPdfVM)", "String(List)", "MediaType()", "_LicenseData(_LicenseData,LicenseEntry)", "CreditScreen(BuildContext,CreditScreenVM)", "~(int,IfdValue)", "~(PurchasesResultWrapper)", "~(UserChoiceDetailsWrapper)", "CreditEditDetailsVM(Store)", "StatefulWidget(BuildContext,CreditEditDetailsVM)", "PlatformQueryProduct(ProductWrapper)", "Map(UserChoiceDetailsProductWrapper)", "Future>(PurchasesResultWrapper)", "CreditEditItemsVM(Store)", "StatefulWidget(BuildContext,CreditEditItemsVM)", "Future(BillingClient)", "_LicenseData(_LicenseData)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "CreditEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,CreditEditNotesVM)", "CreditEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,CreditEditPDFVM)", "CreditEditVM(Store)", "CreditEdit(BuildContext,CreditEditVM)", "List(ProductDetailsResponseWrapper)", "List(ProductDetailsWrapper)", "String(ProductDetails)", "CreditViewVM(Store)", "InvoiceView(BuildContext,CreditViewVM)", "Future<+(String,FontLoadError?)>()", "Center(BuildContext,int?,Widget?)", "~(SelectionModel<@>)", "bool(SeriesDatum<@>)", "~(SeriesDatum<@>)", "Widget(ChartDataGroup)", "~(DateRange?)", "DropdownMenuItem(DateRangeComparison)", "~(DateRangeComparison?)", "DashboardDateRangePicker(BuildContext)", "Material(BuildContext,BoxConstraints)", "List>(BuildContext)", "PopupMenuItem(DateRange)", "~(DateRange)", "_DashboardSettings(BuildContext)", "Card(TaskEntity?)", "FormCard(DashboardField)", "bool(PurchasesResultWrapper)", "String(PurchasesResultWrapper)", "List(PurchasesResultWrapper)", "Future(int)", "GooglePlayPurchaseDetails(GooglePlayPurchaseDetails)", "Future(GooglePlayPurchaseDetails)", "Uint8List(Object?)", "_DashboardField(BuildContext)", "~(EntityType,List)", "bool(DashboardField)", "SettingsWizard(BuildContext)", "Widget(BuildContext,DashboardVM)", "@(DashboardSettings)", "PlatformProductDetails(PlatformProductDetails?)", "Null(EntityType,List?)", "PlatformSubscriptionOfferDetails(PlatformSubscriptionOfferDetails?)", "PlatformPurchase(PlatformPurchase?)", "Localizations(BuildContext,int)", "PlatformPricingPhase(PlatformPricingPhase?)", "PlatformUserChoiceProduct(PlatformUserChoiceProduct?)", "EntityList(BuildContext,DesignListVM)", "DesignListItem(BuildContext,int)", "DesignScreen(BuildContext,DesignScreenVM)", "~({debounce:bool})", "~(DesignEntity)", "GooglePlayPurchaseDetails(String)", "GooglePlayUserChoiceDetailsProduct(UserChoiceDetailsProductWrapper)", "AppStoreProductDetails(SKProductWrapper)", "CheckboxListTile(EntityType)", "_DesignImportDialog(BuildContext)", "DesignEditVM(Store)", "DesignEdit(BuildContext,DesignEditVM)", "bool(SKPaymentTransactionWrapper)", "DesignViewVM(Store)", "DesignView(BuildContext,DesignViewVM)", "Widget(BuildContext,DocumentListVM)", "DocumentListItem(BuildContext,int)", "AppStorePurchaseDetails(SKPaymentTransactionWrapper)", "SKPaymentTransactionWrapper(@)", "DocumentScreen(BuildContext,DocumentScreenVM)", "MapEntry(@,@)", "DocumentEditVM(Store)", "DocumentEdit0(BuildContext,DocumentEditVM)", "DocumentViewVM(Store)", "DocumentView(BuildContext,DocumentViewVM)", "SKProductWrapper(SKProductMessage?)", "SKProductDiscountWrapper(SKProductDiscountMessage?)", "List>(NavigatorState,String)", "ExpenseEditVM(Store)", "ExpenseEdit(BuildContext,ExpenseEditVM)", "EntityList(BuildContext,ExpenseListVM)", "SKProductDiscountWrapper(@)", "ExpenseScreen(BuildContext,ExpenseScreenVM)", "Padding(ExpenseScheduleEntity)", "ExpenseViewVM(Store)", "ExpenseView(BuildContext,ExpenseViewVM)", "ExpenseCategoryEditVM(Store)", "ExpenseCategoryEdit(BuildContext,ExpenseCategoryEditVM)", "EntityList(BuildContext,ExpenseCategoryListVM)", "DateTime(int)", "ExpenseCategoryScreen(BuildContext,ExpenseCategoryScreenVM)", "ExpenseCategoryViewVM(Store)", "ExpenseCategoryView(BuildContext,ExpenseCategoryViewVM)", "GroupEditVM(Store)", "GroupEdit(BuildContext,GroupEditVM)", "EntityList(BuildContext,GroupListVM)", "GroupListItem(BuildContext,int)", "GroupSettingsScreen(BuildContext,GroupScreenVM)", "GroupViewVM(Store)", "GroupView(BuildContext,GroupViewVM)", "int(VendorContactEntity,VendorContactEntity)", "_ContactListTile(VendorContactEntity)", "int(ClientContactEntity,ClientContactEntity)", "_ContactListTile(ClientContactEntity)", "InvoiceEditContactsVM(Store)", "InvoiceEditContacts(BuildContext,InvoiceEditContactsVM)", "Null(ClientContactEntity)", "Null(VendorContactEntity)", "Null(InvitationEntity)", "RegExp()", "DateTime(int,int,int,int,int,int,int,bool)", "bool(_DateFormatField)", "_DateFormatQuotedField(String,DateFormat)", "InvoiceEditDetailsVM(Store)", "StatefulWidget(BuildContext,InvoiceEditDetailsVM)", "ItemEditDetails(BuildContext)", "Future<~>(Duration)", "Expanded(Widget)", "Text?(String)", "Expanded(Text?)", "Widget(String)", "bool(bool,StopSaving)", "String(ProductEntity)", "Theme(BuildContext,~(ProductEntity),Iterable)", "_DateFormatPatternField(String,DateFormat)", "_DateFormatLiteralField(String,DateFormat)", "String?(NumberSymbols)", "String(NumberSymbols)", "MaterialPageRoute<~>(RouteSettings)", "InvoiceEditItemsVM(Store)", "StatefulWidget(BuildContext,InvoiceEditItemsVM)", "InvoiceEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,InvoiceEditNotesVM)", "InvoiceEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,InvoiceEditPDFVM)", "InvoiceEditVM(Store)", "InvoiceEdit(BuildContext,InvoiceEditVM)", "BlockSemantics(BuildContext)", "EmailInvoiceVM(Store)", "InvoiceEmailView(BuildContext,EmailInvoiceVM)", "EntityList(BuildContext,InvoiceListVM)", "DropdownMenuItem(InvoiceHistoryEntity)", "InvoicePdfVM(Store)", "InvoicePdfView(BuildContext,InvoicePdfVM)", "InvoiceScreen(BuildContext,InvoiceScreenVM)", "RefreshIndicator(BuildContext)", "_InvitationListTile(InvitationEntity)", "@(DocumentEntity)", "int(ActivityEntity,ActivityEntity)", "~(PaymentEntity?)", "Column(BuildContext,int)", "InvoiceItemListTile(BuildContext)", "Widget(String,double)", "~(String,double)", "Padding(InvoiceScheduleEntity)", "InvoiceViewVM(Store)", "InvoiceView(BuildContext,InvoiceViewVM)", "Null(BuildContext,DocumentEntity)", "~(BuildContext)(BuildContext)", "PopScope(BuildContext)", "Country()", "StatefulBuilder(BuildContext)", "PaymentEditVM(Store)", "PaymentEdit(BuildContext,PaymentEditVM)", "EntityList(BuildContext,PaymentListVM)", "InvoiceEntity?(PaymentableEntity)", "CountryPickerDialog(BuildContext,~(~()))", "String(PaymentableEntity)", "~(Country)", "PaymentScreen(BuildContext,PaymentScreenVM)", "PaymentRefundVM(Store)", "PaymentRefund(BuildContext,PaymentRefundVM)", "Future(BuildContext,Completer)", "PaymentViewVM(Store)", "PaymentView(BuildContext,PaymentViewVM)", "PaymentTermEditVM(Store)", "PaymentTermEdit(BuildContext,PaymentTermEditVM)", "EntityList(BuildContext,PaymentTermListVM)", "PaymentTermListItem(BuildContext,int)", "PaymentTermScreen(BuildContext,PaymentTermScreenVM)", "PaymentTermViewVM(Store)", "PaymentTermView(BuildContext,PaymentTermViewVM)", "ProductEditVM(Store)", "ProductEdit(BuildContext,ProductEditVM)", "EntityList(BuildContext,ProductListVM)", "ProductScreen(BuildContext,ProductScreenVM)", "ProductViewVM(Store)", "ProductView(BuildContext,ProductViewVM)", "ProjectEditVM(Store)", "ProjectEdit(BuildContext,ProjectEditVM)", "EntityList(BuildContext,ProjectListVM)", "ProjectListItem(BuildContext,int)", "ProjectScreen(BuildContext,ProjectScreenVM)", "ProjectViewVM(Store)", "ProjectView(BuildContext,ProjectViewVM)", "PurchaseOrderEditDetailsVM(Store)", "StatefulWidget(BuildContext,PurchaseOrderEditDetailsVM)", "Null(BuildContext,InvoiceEntity,VendorEntity?)", "PurchaseOrderEditItemsVM(Store)", "StatefulWidget(BuildContext,PurchaseOrderEditItemsVM)", "PurchaseOrderEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,PurchaseOrderEditNotesVM)", "PurchaseOrderEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,PurchaseOrderEditPDFVM)", "PurchaseOrderEditVM(Store)", "PurchaseOrderEdit(BuildContext,PurchaseOrderEditVM)", "EmailPurchaseOrderVM(Store)", "InvoiceEmailView(BuildContext,EmailPurchaseOrderVM)", "EntityList(BuildContext,PurchaseOrderListVM)", "PurchaseOrderListItem(BuildContext,int)", "PurchaseOrderPdfVM(Store)", "InvoicePdfView(BuildContext,PurchaseOrderPdfVM)", "PurchaseOrderScreen(BuildContext,PurchaseOrderScreenVM)", "PurchaseOrderViewVM(Store)", "InvoiceView(BuildContext,PurchaseOrderViewVM)", "QuoteEditDetailsVM(Store)", "StatefulWidget(BuildContext,QuoteEditDetailsVM)", "QuoteEditItemsVM(Store)", "StatefulWidget(BuildContext,QuoteEditItemsVM)", "QuoteEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,QuoteEditNotesVM)", "QuoteEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,QuoteEditPDFVM)", "QuoteEditVM(Store)", "QuoteEdit(BuildContext,QuoteEditVM)", "EmailQuoteVM(Store)", "InvoiceEmailView(BuildContext,EmailQuoteVM)", "EntityList(BuildContext,QuoteListVM)", "QuotePdfVM(Store)", "InvoicePdfView(BuildContext,QuotePdfVM)", "QuoteScreen(BuildContext,QuoteScreenVM)", "QuoteViewVM(Store)", "InvoiceView(BuildContext,QuoteViewVM)", "RecurringExpenseEditVM(Store)", "ExpenseEdit(BuildContext,RecurringExpenseEditVM)", "EntityList(BuildContext,RecurringExpenseListVM)", "RecurringExpenseListItem(BuildContext,int)", "RecurringExpenseScreen(BuildContext,RecurringExpenseScreenVM)", "RecurringExpenseViewVM(Store)", "ExpenseView(BuildContext,RecurringExpenseViewVM)", "RecurringInvoiceEditDetailsVM(Store)", "StatefulWidget(BuildContext,RecurringInvoiceEditDetailsVM)", "RecurringInvoiceEditItemsVM(Store)", "StatefulWidget(BuildContext,RecurringInvoiceEditItemsVM)", "RecurringInvoiceEditNotesVM(Store)", "InvoiceEditNotes(BuildContext,RecurringInvoiceEditNotesVM)", "RecurringInvoiceEditPDFVM(Store)", "InvoiceEditPDF(BuildContext,RecurringInvoiceEditPDFVM)", "RecurringInvoiceEditVM(Store)", "RecurringInvoiceEdit(BuildContext,RecurringInvoiceEditVM)", "EntityList(BuildContext,RecurringInvoiceListVM)", "RecurringInvoiceListItem(BuildContext,int)", "RecurringInvoicePdfVM(Store)", "InvoicePdfView(BuildContext,RecurringInvoicePdfVM)", "RecurringInvoiceScreen(BuildContext,RecurringInvoiceScreenVM)", "RecurringInvoiceViewVM(Store)", "InvoiceView(BuildContext,RecurringInvoiceViewVM)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ClientReportFields?(String)", "List(BuildContext,_ActionLevel)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,StaticState)", "ContactReportFields?(String)", "JsFunction(@)", "MouseRegion(BuildContext,ScrollController)", "CreditItemReportFields?(String)", "JsArray<@>(@)", "bool(CreditItemReportFields)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "CreditReportFields?(String)", "JsObject(@)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap)", "DocumentReportFields?(String)", "~(ParagraphLine)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ExpenseReportFields?(String)", "~(String,GatewayOptionsEntity)", "InvoiceItemReportFields?(String)", "CupertinoTextSelectionToolbarButton(ContextMenuButtonItem)", "bool(InvoiceItemReportFields)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "InvoiceReportFields?(String)", "DesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "CupertinoDesktopTextSelectionToolbarButton(ContextMenuButtonItem)", "TaxRateReportFields0?(String)", "MaterialRectArcTween(Rect?,Rect?)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "PaymentReportFields?(String)", "Widget(BuildContext,~())", "TaxRateReportFields?(String)", "~(LayoutFragment)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ProductReportFields?(String)", "~(LineBreakType,int)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "ProfitAndLossReportFields?(String)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "PurchaseOrderItemReportFields?(String)", "InvoiceItemEntity(InvoiceItemEntity)", "bool(PurchaseOrderItemReportFields)", "Future<~>([JavaScriptObject?])", "PurchaseOrderReportFields?(String)", "InvitationEntity(InvitationEntity)", "QuoteItemReportFields?(String)", "InvoiceHistoryEntity?(ActivityEntity)", "bool(QuoteItemReportFields)", "QuoteReportFields?(String)", "~(ScrollNotification)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "RecurringExpenseReportFields?(String)", "Map()", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "RecurringInvoiceReportFields?(String)", "~(Object)", "double(_Diagonal)", "String(@,int?)", "Null(JSObject)", "~(String,JavaScriptObject)", "DateTime(@,int?)", "~(EditingState?,TextEditingDeltaState?)", "Null(BuildContext,EntityAction)", "Expanded(BuildContext)", "ListBuilder()", "ReportColumnType(String)", "@(String,String)", "List(TextEditingValue)", "bool(List)", "String?(List)", "Theme(BuildContext,~(String),Iterable)", "ReportsScreen(BuildContext,ReportsScreenVM)", "Null(String?,bool)", "Null(int,bool)", "Null(BuildContext,BuiltMap)", "0^?(0^?(ButtonStyle?))", "Null({chart:String?,customEndDate:String?,customStartDate:String?,group:String?,report:String?,selectedGroup:String?,subgroup:String?})", "~(List)", "GroupTotals(ReportResult?,ReportsUIState,ReportSettingsEntity?,BuiltMap,CompanyEntity?)", "ListBuilder()", "TaskItemReportFields?(String)", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "TaskReportFields?(String)", "~(NotoFont)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,BuiltMap,StaticState)", "TransactionReportFields?(String)", "MaterialStateProperty?(ButtonStyle?)", "ReportResult(UserCompanyEntity?,ReportsUIState,BuiltMap,BuiltMap,BuiltMap,StaticState)", "VendorReportFields?(String)", "double(@)", "DropdownMenuItem(ExportType)", "DropdownMenuItem(EntityType)", "ScheduleEditVM(Store)", "ScheduleEdit(BuildContext,ScheduleEditVM)", "EntityList(BuildContext,ScheduleListVM)", "ScheduleListItem(BuildContext,int)", "ScheduleScreen(BuildContext,ScheduleScreenVM)", "ScheduleViewVM(Store)", "ScheduleView(BuildContext,ScheduleViewVM)", "CheckboxListTile(int)", "bool?(CompanyEntityBuilder)", "AccountManagement(BuildContext,AccountManagementVM)", "MaterialStateProperty?(ButtonStyle?)", "Null(BuildContext,String,String,String)", "~(List)", "Row(RegistrationFieldEntity)", "RegistrationFieldEntityBuilder(RegistrationFieldEntityBuilder)", "ClientPortal(BuildContext,ClientPortalVM)", "MaterialStateProperty?(ButtonStyle?)", "Row(BuildContext)", "CompanyDetails(BuildContext,CompanyDetailsVM)", "Null(BuildContext,MultipartFile)", "CreditCardsAndBanks(BuildContext,CreditCardsAndBanksVM)", "MaterialStateProperty?(ButtonStyle?)", "CustomFields(BuildContext,CustomFieldsVM)", "DataVisualizations(BuildContext,DataVisualizationsVM)", "Widget(BuildContext,AsyncSnapshot<@>)", "ListTile(BuildContext)", "~(MapBuilder)", "FormColorPicker(String)", "MouseCursor0?(Set)", "DeviceSettings(BuildContext,DeviceSettingsVM)", "MouseCursor0?(ButtonStyle?)", "ListBuilder()", "FontFamily(@)", "Null(BuildContext,double)", "Future(BuildContext,AppLayout)", "Null(BuildContext,BuiltMap)", "EInvoiceSettings(BuildContext,EInvoiceSettingsVM)", "Color?(ButtonStyle?)", "Null(MultipartFile)", "EmailSettings(BuildContext,EmailSettingsVM)", "ExpenseSettings(BuildContext,ExpenseSettingsVM)", "VisualDensity?(ButtonStyle?)", "ListBuilder()", "GeneratedNumbers(BuildContext,GeneratedNumbersVM)", "Set>(PreImportResponse?)", "~(ImportType?)", "MaterialTapTargetSize?(ButtonStyle?)", "DropdownMenuItem(ExportType)", "ImportExport(BuildContext,ImportExportVM)", "Tab(String)", "InvoiceDesign(BuildContext,InvoiceDesignVM)", "Null(BuildContext,List)", "_AddCompanyDialog(BuildContext)", "LocalizationSettings(BuildContext,LocalizationSettingsVM)", "PaymentSettings(BuildContext,PaymentSettingsVM)", "ProductSettings(BuildContext,ProductSettingsVM)", "List(String)", "SettingsList(BuildContext,SettingsListVM)", "Null(BuildContext,String,int?)", "SettingsScreen(BuildContext,SettingsScreenVM)", "bool?(SettingsEntityBuilder)", "DropdownMenuItem(String)", "TaskSettings(BuildContext,TaskSettingsVM)", "Duration?(ButtonStyle?)", "Column(String)", "bool?(ButtonStyle?)", "Row(String)", "ListBuilder()", "AlignmentGeometry?(ButtonStyle?)", "_EditSubregionDialog(BuildContext)", "TaxSettings(BuildContext,TaxSettingsVM)", "bool(EmailTemplate)", "DropdownMenuItem(EmailTemplate)", "ListBuilder()", "TemplatesAndReminders(BuildContext,TemplatesAndRemindersVM)", "Null(EmailTemplate)", "ListBuilder()", "Future(GroupEntity)", "Future(ClientEntity)", "ListBuilder()", "InteractiveInkFeatureFactory?(ButtonStyle?)", "UserDetails(BuildContext,UserDetailsVM)", "@(UserEntity)", "ListBuilder()", "WorkflowSettings(BuildContext,WorkflowSettingsVM)", "ListBuilder()", "~(List,JavaScriptObject)", "SubscriptionEditVM(Store)", "SubscriptionEdit(BuildContext,SubscriptionEditVM)", "EntityList(BuildContext,SubscriptionListVM)", "SubscriptionListItem(BuildContext,int)", "SubscriptionScreen(BuildContext,SubscriptionScreenVM)", "SubscriptionViewVM(Store)", "SubscriptionView(BuildContext,SubscriptionViewVM)", "~(BuildContext[EntityAction?])", "Row(TaskTime)", "~(NextFocusIntent)", "~(PreviousFocusIntent)", "TaskEditDetailsVM(Store)", "StatefulWidget(BuildContext,TaskEditDetailsVM)", "Null(TaskTime,int)", "TimeEditDetails(BuildContext)", "TaskEditTimesVM(Store)", "TaskEditTimes(BuildContext,TaskEditTimesVM)", "Null(TaskTime?,int)", "TaskEditVM(Store)", "TaskEdit(BuildContext,TaskEditVM)", "~(String,List)", "BoardList(String)", "Null(Completer,String)", "~(DirectionalFocusIntent)", "BoardItem(TaskEntity)", "~(int?,int?,BoardItemState)", "~(int?,int?,int?,int?,BoardItemState)", "KanbanView(BuildContext,KanbanVM)", "Null(Completer,List?,Map>?)", "Null(Completer,String,String,int)", "Null(Completer,String,String,String,int)", "Size(JavaScriptObject)", "EntityList(BuildContext,TaskListVM)", "TaskScreen(BuildContext,TaskScreenVM)", "TaskViewVM(Store)", "TaskView(BuildContext,TaskViewVM)", "Null(BuildContext[TaskTime?])", "TaskStatusEditVM(Store)", "TaskStatusEdit(BuildContext,TaskStatusEditVM)", "TaskStatusListItem(String)", "TaskStatusList(BuildContext,TaskStatusListVM)", "TaskStatusEntity(String)", "TaskStatusScreen(BuildContext,TaskStatusScreenVM)", "TaskStatusViewVM(Store)", "TaskStatusView(BuildContext,TaskStatusViewVM)", "TaxRateEditVM(Store)", "TaxRateEdit(BuildContext,TaxRateEditVM)", "EntityList(BuildContext,TaxRateListVM)", "TaxRateListItem(BuildContext,int)", "TaxRateSettingsScreen(BuildContext,TaxRateScreenVM)", "TaxRateViewVM(Store)", "TaxRateView(BuildContext,TaxRateViewVM)", "TokenEditVM(Store)", "TokenEdit(BuildContext,TokenEditVM)", "EntityList(BuildContext,TokenListVM)", "TokenListItem(BuildContext,int)", "TokenScreen(BuildContext,TokenScreenVM)", "TokenViewVM(Store)", "TokenView(BuildContext,TokenViewVM)", "String(TransactionEntityBuilder)", "TransactionEditVM(Store)", "TransactionEdit(BuildContext,TransactionEditVM)", "EntityList(BuildContext,TransactionListVM)", "TransactionListItem(BuildContext,int)", "Padding(ExpenseEntity)", "~(PointerMoveEvent)", "TransactionScreen(BuildContext,TransactionScreenVM)", "bool(TransactionEntity)", "EntityListTile(InvoiceEntity)", "int(InvoiceEntity,InvoiceEntity)", "int(PaymentEntity,PaymentEntity)", "bool(ExpenseCategoryEntity)", "int(ExpenseCategoryEntity?,ExpenseCategoryEntity?)", "bool(VendorEntity)", "int(VendorEntity?,VendorEntity?)", "FontAsset(@)", "TransactionViewVM(Store)", "TransactionView(BuildContext,TransactionViewVM)", "String(TransactionEntity)", "~(PointerUpEvent)", "int(int,@)", "IndentingBuiltValueToStringHelper(String)", "TransactionRuleEditVM(Store)", "TransactionRuleEdit(BuildContext,TransactionRuleEditVM)", "EntityList(BuildContext,TransactionRuleListVM)", "TransactionRuleListItem(BuildContext,int)", "TransactionRuleScreen(BuildContext,TransactionRuleScreenVM)", "TransactionRuleViewVM(Store)", "TransactionRuleView(BuildContext,TransactionRuleViewVM)", "DataRow(EntityType)", "UserEditVM(Store)", "UserEdit(BuildContext,UserEditVM)", "EntityList(BuildContext,UserListVM)", "UserListItem(BuildContext,int)", "UserScreen(BuildContext,UserScreenVM)", "UserViewVM(Store)", "UserView(BuildContext,UserViewVM)", "VendorContactEditDetails(BuildContext)", "ContactListTile(VendorContactEntity)", "VendorEditContactsVM(Store)", "VendorEditContacts(BuildContext,VendorEditContactsVM)", "Null(VendorContactEntity,int)", "VendorEditVM(Store)", "VendorEdit(BuildContext,VendorEditVM)", "EntityList(BuildContext,VendorListVM)", "String(VendorContactEntity)", "VendorScreen(BuildContext,VendorScreenVM)", "~(VendorContactEntity)", "Row(VendorContactEntity)", "VendorViewVM(Store)", "VendorView(BuildContext,VendorViewVM)", "WebhookEditVM(Store)", "WebhookEdit(BuildContext,WebhookEditVM)", "WebhookViewVM(Store)", "WebhookView(BuildContext,WebhookViewVM)", "EntityList(BuildContext,WebhookListVM)", "WebhookListItem(BuildContext,int)", "WebhookScreen(BuildContext,WebhookScreenVM)", "ListBuilder()", "FieldConfirmation(BuildContext)", "SimpleDialogOption(InvoiceEntity)", "ListMultimapBuilder()", "TableRow(int)", "Rect()(RenderBox)", "MapBuilder()", "Theme(BuildContext,Brightness,Widget?)", "OverlayPortal(BuildContext)", "~(String,double?)", "SetBuilder()", "CalendarDatePicker()", "Widget(BuildContext,SuperEditorDemoTextItem,bool,~())", "RoundedRectanglePopoverAppearance(BuildContext)", "Form()", "bool(_TextType)", "SuperEditorDemoTextItem(_TextType)", "Text(BuildContext)", "Flex(BuildContext,BoxConstraints)", "Widget(BuildContext,DocumentSelection?,Widget?)", "SizedBox(BuildContext,Offset?,Widget?)", "IFrameElement(int)", "Null(AuthenticationResult)", "Logger()", "SetMultimapBuilder()", "ListBuilder()", "~(ListItem)", "bool(RegExp)", "LinkReference()", "Widget(BuildContext,Animation0,Animation0)", "JavaScriptObject?(int)", "bool(Node3)", "ListBuilder()", "Null(String[String?])", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "SizedBox(BuildContext,Widget?)", "FollowerAlignment(Rect,Size)", "ListBuilder()", "String?([String?])", "MouseRegion(FormFieldState)", "_PinItem(int)", "Widget(int)", "Element2(int)", "ListBuilder()", "Null(Event)", "ListBuilder()", "HotRestartCacheHandler?()", "Widget(int{key:Key?})", "~(LongPressDownDetails)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "ListBuilder>()", "Map(SentryPackage)", "MapEntry(String,@)", "Future()", "String(AppleIDAuthorizationScopes)", "int(_Line)", "MapBuilder()", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:Object?})", "List>(BuildContext)", "~(ReactiveModelImp<@>)", "~(StateStatus,Object?)", "TextAffinity()", "DocumentChange(DocumentEdit)", "ParagraphNode(AttributedText)", "ListBuilder()", "ListBuilder()", "ListBuilder()", "ChangeInteractionModeCommand?(EditRequest)", "ListBuilder()", "InsertAttributedTextCommand?(EditRequest)", "PasteStructuredContentEditorCommand?(EditRequest)", "InsertNodeAtIndexCommand?(EditRequest)", "InsertNodeBeforeNodeCommand?(EditRequest)", "InsertNodeAfterNodeCommand?(EditRequest)", "InsertNodeAtCaretCommand?(EditRequest)", "MoveNodeCommand?(EditRequest)", "CombineParagraphsCommand?(EditRequest)", "ReplaceNodeCommand?(EditRequest)", "ReplaceNodeWithEmptyParagraphWithCaretCommand?(EditRequest)", "DeleteContentCommand?(EditRequest)", "~(ActivateIntent)", "DeleteUpstreamAtBeginningOfParagraphCommand?(EditRequest)", "DeleteUpstreamAtBeginningOfBlockNodeCommand?(EditRequest)", "DeleteNodeCommand?(EditRequest)", "DeleteUpstreamCharacterCommand?(EditRequest)", "DeleteDownstreamCharacterCommand?(EditRequest)", "InsertCharacterAtCaretCommand?(EditRequest)", "ChangeParagraphAlignmentCommand?(EditRequest)", "ChangeParagraphBlockTypeCommand?(EditRequest)", "SplitParagraphCommand?(EditRequest)", "ConvertParagraphToTaskCommand?(EditRequest)", "ConvertTaskToParagraphCommand?(EditRequest)", "ChangeTaskCompletionCommand?(EditRequest)", "SplitExistingTaskCommand?(EditRequest)", "SplitListItemCommand?(EditRequest)", "IndentListItemCommand?(EditRequest)", "UnIndentListItemCommand?(EditRequest)", "ChangeListItemTypeCommand?(EditRequest)", "ConvertParagraphToListItemCommand?(EditRequest)", "AddTextAttributionsCommand?(EditRequest)", "ToggleTextAttributionsCommand?(EditRequest)", "RemoveTextAttributionsCommand?(EditRequest)", "ChangeSingleColumnLayoutComponentStylesCommand?(EditRequest)", "ConvertTextNodeToParagraphCommand?(EditRequest)", "PasteEditorCommand?(EditRequest)", "Attribution()", "MapBuilder()", "bool(LinkifyElement)", "Container(BuildContext,Widget?)", "~(DocumentSelectionChange)", "MouseRegion(BuildContext,MouseCursor0,Widget?)", "MapBuilder()", "MapBuilder()", "MapBuilder()", "ListBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "~(Offset?)", "MapBuilder()", "bool(TextEditingDelta)", "Padding(BuildContext,double)", "Row(BuildContext,Widget?)", "MapBuilder()", "Widget(BuildContext,Widget,int?,bool)", "MapBuilder()", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "MapBuilder()", "SuperEditorFocusDebugVisuals(BuildContext)", "MapBuilder()", "MapBuilder()", "~(DocumentSelection?)", "AndroidTextEditingFloatingToolbar(BuildContext,DocumentSelection?,Widget?)", "MapBuilder()", "SpanRange()", "TextSpan(MultiAttributionSpan)", "SingleColumnDocumentLayout(~())", "int(GroupedOverlayPortalController,GroupedOverlayPortalController)", "_ThumbPressGestureRecognizer0()", "~(_ThumbPressGestureRecognizer0)", "_TrackTapGestureRecognizer0()", "~(_TrackTapGestureRecognizer0)", "~(_TapTracker0)", "ColoredBox(BuildContext,Widget?)", "Padding(BuildContext,Widget?)", "MapBuilder()", "TapRegion(BuildContext)", "MapBuilder()", "MapBuilder()", "AndroidEditingOverlayControls(BuildContext,Widget?)", "ProseTextLayout()", "Stack(BuildContext,Widget?)", "~(RawFloatingCursorPoint)", "RenderObjectWidget(BuildContext,TextLayout)", "IOSEditingControls(BuildContext,Widget?)", "bool(bool?)", "~(AppLifecycleState)", "JavaScriptObject(int{params:Object?})", "~(ButtonActivateIntent)", "int(Comparable<@>,Comparable<@>)", "MapBuilder()", "List(String,List)", "0^(0^,0^)", "Size?(Size?,Size?,double)", "double?(num?,num?,double)", "Color?(Color?,Color?,double)", "Widget(BuildContext,Offset,Offset,Widget)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "bool?(bool?,bool?,double)", "MapBuilder()", "Widget(BuildContext,Widget)", "OutlinedBorder?(OutlinedBorder?,OutlinedBorder?,double)", "EdgeInsetsGeometry?(EdgeInsetsGeometry?,EdgeInsetsGeometry?,double)", "TextStyle?(TextStyle?,TextStyle?,double)", "int(_TaskEntry<@>,_TaskEntry<@>)", "bool({priority!int,scheduler!SchedulerBinding})", "List(String)", "Widget(Widget,Key,Widget,Key)", "Widget(Widget?,List)", "~(FocusNode{alignment:double?,alignmentPolicy:ScrollPositionAlignmentPolicy?,curve:Curve?,duration:Duration?})", "int(Element0,Element0)", "Widget(FlutterErrorDetails)", "IconThemeData(IconThemeData?,IconThemeData?,double)", "List>(NavigatorState,String)", "int(Widget,int)", "MapBuilder()", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "RenderObjectWidget(Widget)", "BillingClient(~(PurchasesResultWrapper),~(UserChoiceDetailsWrapper)?)", "ProductDetailsWrapper(PlatformProductDetails)", "PricingPhaseWrapper(PlatformPricingPhase)", "PurchaseWrapper(PlatformPurchase)", "SubscriptionOfferDetailsWrapper(PlatformSubscriptionOfferDetails)", "UserChoiceDetailsProductWrapper(PlatformUserChoiceProduct)", "GooglePlayUserChoiceDetails(UserChoiceDetailsWrapper)", "MapBuilder()", "~({isTesting:bool})", "AppState(AppState,@)", "AuthState(AuthState,UserLoadUrl)", "AuthState(AuthState,UserSignUpRequest)", "AuthState(AuthState,UserLoginRequest)", "AuthState(AuthState,OAuthLoginRequest)", "AuthState(AuthState,OAuthSignUpRequest)", "AuthState(AuthState,UserLoginSuccess)", "AuthState(AuthState,UserVerifiedPassword)", "AuthState(AuthState,UserUnverifiedPassword)", "BankAccountEntity(BankAccountEntity?,@)", "BankAccountEntity?(BankAccountEntity?,@)", "ListUIState(ListUIState,ViewBankAccountList)", "ListUIState(ListUIState,FilterBankAccountsByCustom1)", "ListUIState(ListUIState,FilterBankAccountsByCustom2)", "ListUIState(ListUIState,FilterBankAccountsByState)", "ListUIState(ListUIState,FilterBankAccounts)", "ListUIState(ListUIState,SortBankAccounts)", "ListUIState(ListUIState,StartBankAccountMultiselect)", "ListUIState(ListUIState,AddToBankAccountMultiselect)", "ListUIState(ListUIState,RemoveFromBankAccountMultiselect)", "ListUIState(ListUIState,ClearBankAccountMultiselect)", "BankAccountState(BankAccountState,ArchiveBankAccountsSuccess)", "BankAccountState(BankAccountState,DeleteBankAccountsSuccess)", "BankAccountState(BankAccountState,RestoreBankAccountsSuccess)", "BankAccountState(BankAccountState,AddBankAccountSuccess)", "BankAccountState(BankAccountState,SaveBankAccountSuccess)", "BankAccountState(BankAccountState,LoadBankAccountSuccess)", "BankAccountState(BankAccountState,LoadBankAccountsSuccess)", "BankAccountState(BankAccountState,LoadCompanySuccess)", "ListUIState(ListUIState,ViewClientList)", "ListUIState(ListUIState,FilterClientsByCustom1)", "ListUIState(ListUIState,FilterClientsByCustom2)", "ListUIState(ListUIState,FilterClientsByCustom3)", "ListUIState(ListUIState,FilterClientsByCustom4)", "ListUIState(ListUIState,FilterClientsByState)", "ListUIState(ListUIState,FilterClients)", "ListUIState(ListUIState,SortClients)", "ListUIState(ListUIState,StartClientMultiselect)", "ListUIState(ListUIState,AddToClientMultiselect)", "ListUIState(ListUIState,RemoveFromClientMultiselect)", "ListUIState(ListUIState,ClearClientMultiselect)", "ClientState(ClientState,ArchiveClientsSuccess)", "ClientState(ClientState,DeleteClientsSuccess)", "ClientState(ClientState,RestoreClientSuccess)", "ClientState(ClientState,AddClientSuccess)", "ClientState(ClientState,SaveClientSuccess)", "ClientState(ClientState,LoadClientSuccess)", "ClientState(ClientState,MergeClientsSuccess)", "ClientState(ClientState,PurgeClientSuccess)", "ClientState(ClientState,LoadClientsSuccess)", "ClientState(ClientState,LoadCompanySuccess)", "UserCompanyEntity(UserCompanyEntity?,LoadCompanySuccess)", "UserCompanyEntity(UserCompanyEntity?,SaveCompanySuccess)", "CompanyGatewayEntity(CompanyGatewayEntity?,@)", "CompanyGatewayEntity?(CompanyGatewayEntity?,@)", "ListUIState(ListUIState,FilterCompanyGatewaysByCustom1)", "ListUIState(ListUIState,FilterCompanyGatewaysByCustom2)", "ListUIState(ListUIState,FilterCompanyGatewaysByState)", "ListUIState(ListUIState,FilterCompanyGateways)", "ListUIState(ListUIState,SortCompanyGateways)", "ListUIState(ListUIState,StartCompanyGatewayMultiselect)", "ListUIState(ListUIState,AddToCompanyGatewayMultiselect)", "ListUIState(ListUIState,RemoveFromCompanyGatewayMultiselect)", "ListUIState(ListUIState,ClearCompanyGatewayMultiselect)", "CompanyGatewayState(CompanyGatewayState,ArchiveCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,DeleteCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,RestoreCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,AddCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,SaveCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,LoadCompanyGatewaySuccess)", "CompanyGatewayState(CompanyGatewayState,LoadCompanySuccess)", "CompanyGatewayState(CompanyGatewayState,LoadCompanyGatewaysSuccess)", "MapBuilder()", "MapBuilder()", "InvoiceEntity(InvoiceEntity?,AddCreditItems)", "InvoiceEntity?(InvoiceEntity?,DeleteCreditItem)", "InvoiceEntity?(InvoiceEntity?,UpdateCreditItem)", "ListUIState(ListUIState,ViewCreditList)", "ListUIState(ListUIState,FilterCreditsByCustom1)", "ListUIState(ListUIState,FilterCreditsByCustom2)", "ListUIState(ListUIState,FilterCreditsByCustom3)", "ListUIState(ListUIState,FilterCreditsByCustom4)", "ListUIState(ListUIState,FilterCreditsByState)", "ListUIState(ListUIState,FilterCreditsByStatus)", "ListUIState(ListUIState,FilterCredits)", "ListUIState(ListUIState,SortCredits)", "ListUIState(ListUIState,StartCreditMultiselect)", "ListUIState(ListUIState,AddToCreditMultiselect)", "ListUIState(ListUIState,RemoveFromCreditMultiselect)", "ListUIState(ListUIState,ClearCreditMultiselect)", "CreditState(CreditState,PurgeClientSuccess)", "CreditState(CreditState,MarkSentCreditSuccess)", "CreditState(CreditState,ArchiveCreditsSuccess)", "CreditState(CreditState,DeleteCreditsSuccess)", "CreditState(CreditState,RestoreCreditsSuccess)", "CreditState(CreditState,AddCreditSuccess)", "CreditState(CreditState,@)", "CreditState(CreditState,LoadCreditsSuccess)", "CreditState(CreditState,LoadCompanySuccess)", "DesignEntity(DesignEntity?,@)", "DesignEntity?(DesignEntity?,@)", "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,FilterDocumentsByStatus)", "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,AddDocumentSuccess)", "DocumentState(DocumentState,SaveDocumentSuccess)", "DocumentState(DocumentState,LoadDocumentSuccess)", "DocumentState(DocumentState,LoadDocumentsSuccess)", "DocumentState(DocumentState,LoadCompanySuccess)", "MapBuilder()", "MapBuilder()", "ListUIState(ListUIState,ViewExpenseList)", "ListUIState(ListUIState,FilterExpensesByCustom1)", "ListUIState(ListUIState,FilterExpensesByCustom2)", "ListUIState(ListUIState,FilterExpensesByCustom3)", "ListUIState(ListUIState,FilterExpensesByCustom4)", "ListUIState(ListUIState,FilterExpensesByState)", "ListUIState(ListUIState,FilterExpensesByStatus)", "ListUIState(ListUIState,FilterExpenses)", "ListUIState(ListUIState,SortExpenses)", "ListUIState(ListUIState,StartExpenseMultiselect)", "ListUIState(ListUIState,AddToExpenseMultiselect)", "ListUIState(ListUIState,RemoveFromExpenseMultiselect)", "ListUIState(ListUIState,ClearExpenseMultiselect)", "ExpenseState(ExpenseState,PurgeClientSuccess)", "ExpenseState(ExpenseState,ArchiveExpenseSuccess)", "ExpenseState(ExpenseState,DeleteExpenseSuccess)", "ExpenseState(ExpenseState,RestoreExpenseSuccess)", "ExpenseState(ExpenseState,AddExpenseSuccess)", "ExpenseState(ExpenseState,SaveExpenseSuccess)", "ExpenseState(ExpenseState,LoadExpenseSuccess)", "ExpenseState(ExpenseState,LoadExpensesSuccess)", "ExpenseState(ExpenseState,LoadCompanySuccess)", "ExpenseCategoryEntity(ExpenseCategoryEntity?,@)", "ExpenseCategoryEntity?(ExpenseCategoryEntity?,@)", "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)", "GroupEntity(GroupEntity?,@)", "GroupEntity?(GroupEntity?,@)", "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)", "InvoiceEntity?(InvoiceEntity?,DeleteInvoiceItem)", "InvoiceEntity?(InvoiceEntity?,UpdateInvoiceItem)", "ListUIState(ListUIState,ViewInvoiceList)", "ListUIState(ListUIState,FilterInvoicesByCustom1)", "ListUIState(ListUIState,FilterInvoicesByCustom2)", "ListUIState(ListUIState,FilterInvoicesByCustom3)", "ListUIState(ListUIState,FilterInvoicesByCustom4)", "ListUIState(ListUIState,FilterInvoicesByState)", "ListUIState(ListUIState,FilterInvoicesByStatus)", "ListUIState(ListUIState,FilterInvoices)", "ListUIState(ListUIState,SortInvoices)", "ListUIState(ListUIState,StartInvoiceMultiselect)", "ListUIState(ListUIState,AddToInvoiceMultiselect)", "ListUIState(ListUIState,RemoveFromInvoiceMultiselect)", "ListUIState(ListUIState,ClearInvoiceMultiselect)", "InvoiceState(InvoiceState,PurgeClientSuccess)", "InvoiceState(InvoiceState,MarkInvoicesSentSuccess)", "InvoiceState(InvoiceState,MarkInvoicesPaidSuccess)", "InvoiceState(InvoiceState,CancelInvoicesSuccess)", "InvoiceState(InvoiceState,ArchiveInvoicesSuccess)", "InvoiceState(InvoiceState,DeleteInvoicesSuccess)", "InvoiceState(InvoiceState,EmailInvoiceSuccess)", "InvoiceState(InvoiceState,RestoreInvoicesSuccess)", "InvoiceState(InvoiceState,AddInvoiceSuccess)", "InvoiceState(InvoiceState,@)", "InvoiceState(InvoiceState,LoadInvoicesSuccess)", "InvoiceState(InvoiceState,LoadCompanySuccess)", "PaymentEntity(PaymentEntity?,@)", "PaymentEntity?(PaymentEntity?,@)", "ListUIState(ListUIState,ViewPaymentList)", "ListUIState(ListUIState,FilterPaymentsByCustom1)", "ListUIState(ListUIState,FilterPaymentsByCustom2)", "ListUIState(ListUIState,FilterPaymentsByCustom3)", "ListUIState(ListUIState,FilterPaymentsByCustom4)", "ListUIState(ListUIState,FilterPaymentsByState)", "ListUIState(ListUIState,FilterPaymentsByStatus)", "ListUIState(ListUIState,FilterPayments)", "ListUIState(ListUIState,SortPayments)", "ListUIState(ListUIState,StartPaymentMultiselect)", "ListUIState(ListUIState,AddToPaymentMultiselect)", "ListUIState(ListUIState,RemoveFromPaymentMultiselect)", "ListUIState(ListUIState,ClearPaymentMultiselect)", "PaymentState(PaymentState,PurgeClientSuccess)", "PaymentState(PaymentState,ArchivePaymentsSuccess)", "PaymentState(PaymentState,DeletePaymentsSuccess)", "PaymentState(PaymentState,RestorePaymentsSuccess)", "PaymentState(PaymentState,AddPaymentSuccess)", "PaymentState(PaymentState,SavePaymentSuccess)", "PaymentState(PaymentState,LoadPaymentSuccess)", "PaymentState(PaymentState,LoadPaymentsSuccess)", "PaymentState(PaymentState,LoadCompanySuccess)", "PaymentTermEntity(PaymentTermEntity?,@)", "PaymentTermEntity?(PaymentTermEntity?,@)", "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)", "ProductEntity(ProductEntity?,@)", "ProductEntity?(ProductEntity?,@)", "ListUIState(ListUIState,ViewProductList)", "ListUIState(ListUIState,FilterProductsByState)", "ListUIState(ListUIState,FilterProductsByCustom1)", "ListUIState(ListUIState,FilterProductsByCustom2)", "ListUIState(ListUIState,FilterProductsByCustom3)", "ListUIState(ListUIState,FilterProductsByCustom4)", "ListUIState(ListUIState,FilterProducts)", "ListUIState(ListUIState,SortProducts)", "ListUIState(ListUIState,StartProductMultiselect)", "ListUIState(ListUIState,AddToProductMultiselect)", "ListUIState(ListUIState,RemoveFromProductMultiselect)", "ListUIState(ListUIState,ClearProductMultiselect)", "ProductState(ProductState,ArchiveProductsSuccess)", "ProductState(ProductState,DeleteProductsSuccess)", "ProductState(ProductState,RestoreProductsSuccess)", "ProductState(ProductState,SetTaxCategoryProductsSuccess)", "ProductState(ProductState,AddProductSuccess)", "ProductState(ProductState,SaveProductSuccess)", "ProductState(ProductState,LoadProductSuccess)", "ProductState(ProductState,LoadProductsSuccess)", "ProductState(ProductState,LoadCompanySuccess)", "ProjectEntity(ProjectEntity?,@)", "ProjectEntity?(ProjectEntity?,@)", "ListUIState(ListUIState,ViewProjectList)", "ListUIState(ListUIState,FilterProjectsByCustom1)", "ListUIState(ListUIState,FilterProjectsByCustom2)", "ListUIState(ListUIState,FilterProjectsByCustom3)", "ListUIState(ListUIState,FilterProjectsByCustom4)", "ListUIState(ListUIState,FilterProjectsByState)", "ListUIState(ListUIState,FilterProjects)", "ListUIState(ListUIState,SortProjects)", "ListUIState(ListUIState,StartProjectMultiselect)", "ListUIState(ListUIState,AddToProjectMultiselect)", "ListUIState(ListUIState,RemoveFromProjectMultiselect)", "ListUIState(ListUIState,ClearProjectMultiselect)", "ProjectState(ProjectState,PurgeClientSuccess)", "ProjectState(ProjectState,ArchiveProjectSuccess)", "ProjectState(ProjectState,DeleteProjectSuccess)", "ProjectState(ProjectState,RestoreProjectSuccess)", "ProjectState(ProjectState,AddProjectSuccess)", "ProjectState(ProjectState,SaveProjectSuccess)", "ProjectState(ProjectState,LoadProjectSuccess)", "ProjectState(ProjectState,LoadProjectsSuccess)", "ProjectState(ProjectState,LoadCompanySuccess)", "InvoiceEntity(InvoiceEntity?,AddPurchaseOrderItems)", "InvoiceEntity?(InvoiceEntity?,DeletePurchaseOrderItem)", "InvoiceEntity?(InvoiceEntity?,UpdatePurchaseOrderItem)", "ListUIState(ListUIState,ViewPurchaseOrderList)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom1)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom2)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom3)", "ListUIState(ListUIState,FilterPurchaseOrdersByCustom4)", "ListUIState(ListUIState,FilterPurchaseOrdersByState)", "ListUIState(ListUIState,FilterPurchaseOrdersByStatus)", "ListUIState(ListUIState,FilterPurchaseOrders)", "ListUIState(ListUIState,SortPurchaseOrders)", "ListUIState(ListUIState,StartPurchaseOrderMultiselect)", "ListUIState(ListUIState,AddToPurchaseOrderMultiselect)", "ListUIState(ListUIState,RemoveFromPurchaseOrderMultiselect)", "ListUIState(ListUIState,ClearPurchaseOrderMultiselect)", "PurchaseOrderState(PurchaseOrderState,MarkPurchaseOrderSentSuccess)", "PurchaseOrderState(PurchaseOrderState,ConvertPurchaseOrdersToExpensesSuccess)", "PurchaseOrderState(PurchaseOrderState,AddPurchaseOrdersToInventorySuccess)", "PurchaseOrderState(PurchaseOrderState,AcceptPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,CancelPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,ArchivePurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,DeletePurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,RestorePurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,EmailPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,ApprovePurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,AddPurchaseOrderSuccess)", "PurchaseOrderState(PurchaseOrderState,@)", "PurchaseOrderState(PurchaseOrderState,LoadPurchaseOrdersSuccess)", "PurchaseOrderState(PurchaseOrderState,LoadCompanySuccess)", "InvoiceEntity(InvoiceEntity?,AddQuoteItems)", "InvoiceEntity?(InvoiceEntity?,DeleteQuoteItem)", "InvoiceEntity?(InvoiceEntity?,UpdateQuoteItem)", "ListUIState(ListUIState,ViewQuoteList)", "ListUIState(ListUIState,FilterQuotesByCustom1)", "ListUIState(ListUIState,FilterQuotesByCustom2)", "ListUIState(ListUIState,FilterQuotesByCustom3)", "ListUIState(ListUIState,FilterQuotesByCustom4)", "ListUIState(ListUIState,FilterQuotesByState)", "ListUIState(ListUIState,FilterQuotesByStatus)", "ListUIState(ListUIState,FilterQuotes)", "ListUIState(ListUIState,SortQuotes)", "ListUIState(ListUIState,StartQuoteMultiselect)", "ListUIState(ListUIState,AddToQuoteMultiselect)", "ListUIState(ListUIState,RemoveFromQuoteMultiselect)", "ListUIState(ListUIState,ClearQuoteMultiselect)", "QuoteState(QuoteState,PurgeClientSuccess)", "QuoteState(QuoteState,MarkSentQuoteSuccess)", "QuoteState(QuoteState,ArchiveQuotesSuccess)", "QuoteState(QuoteState,DeleteQuotesSuccess)", "QuoteState(QuoteState,RestoreQuotesSuccess)", "QuoteState(QuoteState,EmailQuoteSuccess)", "QuoteState(QuoteState,ConvertQuotesToInvoicesSuccess)", "QuoteState(QuoteState,ConvertQuotesToProjectsSuccess)", "QuoteState(QuoteState,AddQuoteSuccess)", "QuoteState(QuoteState,@)", "QuoteState(QuoteState,LoadQuotesSuccess)", "QuoteState(QuoteState,LoadCompanySuccess)", "ListUIState(ListUIState,ViewRecurringExpenseList)", "ListUIState(ListUIState,FilterRecurringExpensesByCustom1)", "ListUIState(ListUIState,FilterRecurringExpensesByCustom2)", "ListUIState(ListUIState,FilterRecurringExpensesByState)", "ListUIState(ListUIState,FilterRecurringExpensesByStatus)", "ListUIState(ListUIState,FilterRecurringExpenses)", "ListUIState(ListUIState,SortRecurringExpenses)", "ListUIState(ListUIState,StartRecurringExpenseMultiselect)", "ListUIState(ListUIState,AddToRecurringExpenseMultiselect)", "ListUIState(ListUIState,RemoveFromRecurringExpenseMultiselect)", "ListUIState(ListUIState,ClearRecurringExpenseMultiselect)", "RecurringExpenseState(RecurringExpenseState,PurgeClientSuccess)", "RecurringExpenseState(RecurringExpenseState,ArchiveRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,DeleteRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,RestoreRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,AddRecurringExpenseSuccess)", "RecurringExpenseState(RecurringExpenseState,SaveRecurringExpenseSuccess)", "RecurringExpenseState(RecurringExpenseState,StartRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,StopRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,LoadRecurringExpenseSuccess)", "RecurringExpenseState(RecurringExpenseState,LoadRecurringExpensesSuccess)", "RecurringExpenseState(RecurringExpenseState,LoadCompanySuccess)", "InvoiceEntity(InvoiceEntity?,AddRecurringInvoiceItems)", "InvoiceEntity?(InvoiceEntity?,DeleteRecurringInvoiceItem)", "InvoiceEntity?(InvoiceEntity?,UpdateRecurringInvoiceItem)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom1)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom2)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom3)", "ListUIState(ListUIState,FilterRecurringInvoicesByCustom4)", "ListUIState(ListUIState,FilterRecurringInvoicesByState)", "ListUIState(ListUIState,FilterRecurringInvoicesByStatus)", "ListUIState(ListUIState,FilterRecurringInvoices)", "ListUIState(ListUIState,SortRecurringInvoices)", "ListUIState(ListUIState,StartRecurringInvoiceMultiselect)", "ListUIState(ListUIState,AddToRecurringInvoiceMultiselect)", "ListUIState(ListUIState,RemoveFromRecurringInvoiceMultiselect)", "ListUIState(ListUIState,ClearRecurringInvoiceMultiselect)", "RecurringInvoiceState(RecurringInvoiceState,PurgeClientSuccess)", "RecurringInvoiceState(RecurringInvoiceState,ArchiveRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,DeleteRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,EmailRecurringInvoiceSuccess)", "RecurringInvoiceState(RecurringInvoiceState,RestoreRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,SendNowRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,StartRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,StopRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,AddRecurringInvoiceSuccess)", "RecurringInvoiceState(RecurringInvoiceState,@)", "RecurringInvoiceState(RecurringInvoiceState,LoadRecurringInvoicesSuccess)", "RecurringInvoiceState(RecurringInvoiceState,LoadCompanySuccess)", "ScheduleEntity(ScheduleEntity?,@)", "ScheduleEntity?(ScheduleEntity?,@)", "ListUIState(ListUIState,ViewScheduleList)", "ListUIState(ListUIState,FilterSchedulesByCustom1)", "ListUIState(ListUIState,FilterSchedulesByCustom2)", "ListUIState(ListUIState,FilterSchedulesByState)", "ListUIState(ListUIState,FilterSchedules)", "ListUIState(ListUIState,SortSchedules)", "ListUIState(ListUIState,StartScheduleMultiselect)", "ListUIState(ListUIState,AddToScheduleMultiselect)", "ListUIState(ListUIState,RemoveFromScheduleMultiselect)", "ListUIState(ListUIState,ClearScheduleMultiselect)", "ScheduleState(ScheduleState,ArchiveSchedulesSuccess)", "ScheduleState(ScheduleState,DeleteSchedulesSuccess)", "ScheduleState(ScheduleState,RestoreSchedulesSuccess)", "ScheduleState(ScheduleState,AddScheduleSuccess)", "ScheduleState(ScheduleState,SaveScheduleSuccess)", "ScheduleState(ScheduleState,LoadScheduleSuccess)", "ScheduleState(ScheduleState,LoadSchedulesSuccess)", "ScheduleState(ScheduleState,LoadCompanySuccess)", "StaticState(StaticState,LoadStaticSuccess)", "SubscriptionEntity(SubscriptionEntity?,@)", "SubscriptionEntity?(SubscriptionEntity?,@)", "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)", "TaskEntity(TaskEntity?,@)", "TaskEntity?(TaskEntity?,@)", "ListUIState(ListUIState,ViewTaskList)", "ListUIState(ListUIState,FilterTasksByCustom1)", "ListUIState(ListUIState,FilterTasksByCustom2)", "ListUIState(ListUIState,FilterTasksByState)", "ListUIState(ListUIState,FilterTasksByStatus)", "ListUIState(ListUIState,FilterTasks)", "ListUIState(ListUIState,SortTasks)", "TaskEntity(TaskEntity?,AddTaskTime)", "TaskEntity(TaskEntity?,DeleteTaskTime)", "TaskEntity(TaskEntity?,UpdateTaskTime)", "ListUIState(ListUIState,StartTaskMultiselect)", "ListUIState(ListUIState,AddToTaskMultiselect)", "ListUIState(ListUIState,RemoveFromTaskMultiselect)", "ListUIState(ListUIState,ClearTaskMultiselect)", "TaskState(TaskState,PurgeClientSuccess)", "TaskState(TaskState,SortTasksSuccess)", "TaskState(TaskState,ArchiveTaskSuccess)", "TaskState(TaskState,StartTasksSuccess)", "TaskState(TaskState,StopTasksSuccess)", "TaskState(TaskState,DeleteTaskSuccess)", "TaskState(TaskState,RestoreTaskSuccess)", "TaskState(TaskState,AddTaskSuccess)", "TaskState(TaskState,SaveTaskSuccess)", "TaskState(TaskState,LoadTaskSuccess)", "TaskState(TaskState,LoadTasksSuccess)", "TaskState(TaskState,LoadCompanySuccess)", "TaskStatusEntity(TaskStatusEntity?,@)", "TaskStatusEntity?(TaskStatusEntity?,@)", "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)", "TaxRateEntity(TaxRateEntity?,@)", "TaxRateEntity?(TaxRateEntity?,@)", "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)", "TokenEntity(TokenEntity?,@)", "TokenEntity?(TokenEntity?,@)", "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)", "TransactionEntity(TransactionEntity?,@)", "TransactionEntity?(TransactionEntity?,@)", "ListUIState(ListUIState,ViewTransactionList)", "ListUIState(ListUIState,FilterTransactionsByCustom1)", "ListUIState(ListUIState,FilterTransactionsByCustom2)", "ListUIState(ListUIState,FilterTransactionsByState)", "ListUIState(ListUIState,FilterTransactionsByStatus)", "ListUIState(ListUIState,FilterTransactions)", "ListUIState(ListUIState,SortTransactions)", "ListUIState(ListUIState,StartTransactionMultiselect)", "ListUIState(ListUIState,AddToTransactionMultiselect)", "ListUIState(ListUIState,RemoveFromTransactionMultiselect)", "ListUIState(ListUIState,ClearTransactionMultiselect)", "TransactionState(TransactionState,ArchiveTransactionsSuccess)", "TransactionState(TransactionState,DeleteTransactionsSuccess)", "TransactionState(TransactionState,RestoreTransactionsSuccess)", "TransactionState(TransactionState,AddTransactionSuccess)", "TransactionState(TransactionState,SaveTransactionSuccess)", "TransactionState(TransactionState,ConvertTransactionToPaymentSuccess)", "TransactionState(TransactionState,ConvertTransactionsToExpensesSuccess)", "TransactionState(TransactionState,LinkTransactionToPaymentSuccess)", "TransactionState(TransactionState,LinkTransactionToExpenseSuccess)", "TransactionState(TransactionState,ConvertTransactionsSuccess)", "TransactionState(TransactionState,LoadTransactionSuccess)", "TransactionState(TransactionState,LoadTransactionsSuccess)", "TransactionState(TransactionState,LoadCompanySuccess)", "TransactionRuleEntity(TransactionRuleEntity?,@)", "TransactionRuleEntity?(TransactionRuleEntity?,@)", "ListUIState(ListUIState,ViewTransactionRuleList)", "ListUIState(ListUIState,FilterTransactionRulesByCustom1)", "ListUIState(ListUIState,FilterTransactionRulesByCustom2)", "ListUIState(ListUIState,FilterTransactionRulesByState)", "ListUIState(ListUIState,FilterTransactionRules)", "ListUIState(ListUIState,SortTransactionRules)", "ListUIState(ListUIState,StartTransactionRuleMultiselect)", "ListUIState(ListUIState,AddToTransactionRuleMultiselect)", "ListUIState(ListUIState,RemoveFromTransactionRuleMultiselect)", "ListUIState(ListUIState,ClearTransactionRuleMultiselect)", "TransactionRuleState(TransactionRuleState,ArchiveTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,DeleteTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,RestoreTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,AddTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,SaveTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,LoadTransactionRuleSuccess)", "TransactionRuleState(TransactionRuleState,LoadTransactionRulesSuccess)", "TransactionRuleState(TransactionRuleState,LoadCompanySuccess)", "UserEntity(UserEntity?,@)", "UserEntity?(UserEntity?,@)", "ListUIState(ListUIState,ViewUserList)", "ListUIState(ListUIState,FilterUsersByCustom1)", "ListUIState(ListUIState,FilterUsersByCustom2)", "ListUIState(ListUIState,FilterUsersByCustom3)", "ListUIState(ListUIState,FilterUsersByCustom4)", "ListUIState(ListUIState,FilterUsersByState)", "ListUIState(ListUIState,FilterUsers)", "ListUIState(ListUIState,SortUsers)", "ListUIState(ListUIState,StartUserMultiselect)", "ListUIState(ListUIState,AddToUserMultiselect)", "ListUIState(ListUIState,RemoveFromUserMultiselect)", "ListUIState(ListUIState,ClearUserMultiselect)", "UserState(UserState,ArchiveUserSuccess)", "UserState(UserState,DeleteUserSuccess)", "UserState(UserState,RestoreUserSuccess)", "UserState(UserState,RemoveUserSuccess)", "UserState(UserState,AddUserSuccess)", "UserState(UserState,SaveUserSuccess)", "UserState(UserState,SaveAuthUserSuccess)", "UserState(UserState,ConnectOAuthUserSuccess)", "UserState(UserState,DisconnectOAuthUserSuccess)", "UserState(UserState,DisconnectOAuthMailerSuccess)", "UserState(UserState,ConnecGmailUserSuccess)", "UserState(UserState,LoadUserSuccess)", "UserState(UserState,LoadUsersSuccess)", "UserState(UserState,LoadCompanySuccess)", "VendorContactEntity(VendorContactEntity?,@)", "VendorEntity(VendorEntity?,@)", "VendorEntity?(VendorEntity?,@)", "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)", "WebhookEntity(WebhookEntity?,@)", "WebhookEntity?(WebhookEntity?,@)", "ListUIState(ListUIState,ViewWebhookList)", "ListUIState(ListUIState,FilterWebhooksByCustom1)", "ListUIState(ListUIState,FilterWebhooksByCustom2)", "ListUIState(ListUIState,FilterWebhooksByState)", "ListUIState(ListUIState,FilterWebhooks)", "ListUIState(ListUIState,SortWebhooks)", "ListUIState(ListUIState,StartWebhookMultiselect)", "ListUIState(ListUIState,AddToWebhookMultiselect)", "ListUIState(ListUIState,RemoveFromWebhookMultiselect)", "ListUIState(ListUIState,ClearWebhookMultiselect)", "WebhookState(WebhookState,ArchiveWebhooksSuccess)", "WebhookState(WebhookState,DeleteWebhooksSuccess)", "WebhookState(WebhookState,RestoreWebhooksSuccess)", "WebhookState(WebhookState,AddWebhookSuccess)", "WebhookState(WebhookState,SaveWebhookSuccess)", "WebhookState(WebhookState,LoadWebhookSuccess)", "WebhookState(WebhookState,LoadWebhooksSuccess)", "WebhookState(WebhookState,LoadCompanySuccess)", "ConfirmEmailVM(Store)", "AppDrawerVM(Store)", "MenuDrawerVM(Store)", "LoginVM(Store)", "BankAccountListVM(Store)", "BankAccountScreenVM(Store)", "ClientListVM(Store)", "ClientScreenVM(Store)", "CompanyGatewayListVM(Store)", "CompanyGatewayScreenVM(Store)", "CreditListVM(Store)", "CreditScreenVM(Store)", "DashboardVM(Store)", "DesignListVM(Store)", "DesignScreenVM(Store)", "DocumentListVM(Store)", "DocumentScreenVM(Store)", "ExpenseListVM(Store)", "ExpenseScreenVM(Store)", "ExpenseCategoryListVM(Store)", "ExpenseCategoryScreenVM(Store)", "GroupListVM(Store)", "GroupScreenVM(Store)", "InvoiceListVM(Store)", "InvoiceScreenVM(Store)", "PaymentListVM(Store)", "PaymentScreenVM(Store)", "PaymentTermListVM(Store)", "PaymentTermScreenVM(Store)", "ProductListVM(Store)", "ProductScreenVM(Store)", "ProjectListVM(Store)", "ProjectScreenVM(Store)", "PurchaseOrderListVM(Store)", "PurchaseOrderScreenVM(Store)", "QuoteListVM(Store)", "QuoteScreenVM(Store)", "RecurringExpenseListVM(Store)", "RecurringExpenseScreenVM(Store)", "RecurringInvoiceListVM(Store)", "RecurringInvoiceScreenVM(Store)", "ReportsScreenVM(Store)", "ScheduleListVM(Store)", "ScheduleScreenVM(Store)", "AccountManagementVM(Store)", "ClientPortalVM(Store)", "CompanyDetailsVM(Store)", "CreditCardsAndBanksVM(Store)", "CustomFieldsVM(Store)", "DataVisualizationsVM(Store)", "DeviceSettingsVM(Store)", "EInvoiceSettingsVM(Store)", "EmailSettingsVM(Store)", "ExpenseSettingsVM(Store)", "GeneratedNumbersVM(Store)", "ImportExportVM(Store)", "InvoiceDesignVM(Store)", "LocalizationSettingsVM(Store)", "PaymentSettingsVM(Store)", "ProductSettingsVM(Store)", "SettingsListVM(Store)", "SettingsScreenVM(Store)", "TaskSettingsVM(Store)", "TaxSettingsVM(Store)", "TemplatesAndRemindersVM(Store)", "UserDetailsVM(Store)", "WorkflowSettingsVM(Store)", "SubscriptionListVM(Store)", "SubscriptionScreenVM(Store)", "KanbanVM(Store)", "TaskListVM(Store)", "TaskScreenVM(Store)", "TaskStatusListVM(Store)", "TaskStatusScreenVM(Store)", "TaxRateListVM(Store)", "TaxRateScreenVM(Store)", "TokenListVM(Store)", "TokenScreenVM(Store)", "TransactionListVM(Store)", "TransactionScreenVM(Store)", "TransactionRuleListVM(Store)", "TransactionRuleScreenVM(Store)", "UserListVM(Store)", "UserScreenVM(Store)", "VendorListVM(Store)", "VendorScreenVM(Store)", "WebhookListVM(Store)", "WebhookScreenVM(Store)", "~(PopoverController)", "Future()", "~(SentryLevel,String{exception:Object?,logger:String?,stackTrace:StackTrace?})", "MapBuilder()", "Widget(BuildContext,UnorderedListItemComponent)", "double(TextStyle,int)", "Widget(BuildContext,OrderedListItemComponent)", "MapBuilder()", "TextStyle(Set,TextStyle)", "SuperEditorLaunchLinkTapHandler(SuperEditorContext)", "Widget(BuildContext,Offset[Key?])", "Widget(BuildContext,AndroidEditingOverlayController,ToolbarConfig)", "MapBuilder()", "MapBuilder()", "MapBuilder()", "MapBuilder()", "Widget(BuildContext,IOSEditingOverlayController)", "~(String?{wrapWidth:int?})", "GoogleSignInUserData?(Map?)", "bool(bool,StartLoading)", "bool(bool,StopLoading)", "bool(bool,StartSaving)", "List(TextEditingValue)"], interceptorsByTag: null, leafTags: null, arrayRti: Symbol("$ti"), @@ -637534,6 +637812,7 @@ JSArray_ExpenseEntity: findType("JSArray"), JSArray_ExpenseReportFields: findType("JSArray"), JSArray_ExpenseStatusEntity: findType("JSArray"), + JSArray_ExportType: findType("JSArray"), JSArray_Expression: findType("JSArray"), JSArray_FallbackFontComponent: findType("JSArray"), JSArray_FocusNode: findType("JSArray"), @@ -641543,15 +641822,15 @@ B.ExportType_payments = new A.ExportType("payments"); B.ExportType_products = new A.ExportType("products"); B.ExportType_profitloss = new A.ExportType("profitloss"); - B.ExportType_purchase_order = new A.ExportType("purchase_order"); - B.ExportType_purchase_order_item = new A.ExportType("purchase_order_item"); + B.ExportType_purchase_order_items = new A.ExportType("purchase_order_items"); + B.ExportType_purchase_orders = new A.ExportType("purchase_orders"); B.ExportType_quote_items = new A.ExportType("quote_items"); B.ExportType_quotes = new A.ExportType("quotes"); B.ExportType_recurring_invoices = new A.ExportType("recurring_invoices"); B.ExportType_tasks = new A.ExportType("tasks"); B.ExportType_tax_summary = new A.ExportType("tax_summary"); B.ExportType_user_sales = new A.ExportType("user_sales"); - B.ExportType_vendor = new A.ExportType("vendor"); + B.ExportType_vendors = new A.ExportType("vendors"); B.ExtendSelectionByCharacterIntent_false_false_false_false = new A.ExtendSelectionByCharacterIntent(false, false, false, false); B.ExtendSelectionByCharacterIntent_false_false_false_true = new A.ExtendSelectionByCharacterIntent(false, false, false, true); B.ExtendSelectionByCharacterIntent_true_false_false_false = new A.ExtendSelectionByCharacterIntent(true, false, false, false); @@ -643448,8 +643727,6 @@ B.Type_SizeItemResponse_mV4 = A.typeLiteral("SizeItemResponse"); B.Type__$SizeItemResponse_f7L = A.typeLiteral("_$SizeItemResponse"); B.List_Goz = A._setArrayType(makeConstList([B.Type_SizeItemResponse_mV4, B.Type__$SizeItemResponse_f7L]), type$.JSArray_Type); - B.ExportType_activities = new A.ExportType("activities"); - B.List_Grj = A._setArrayType(makeConstList([B.ExportType_activities, B.ExportType_clients, B.ExportType_client_contacts, B.ExportType_credits, B.ExportType_documents, B.ExportType_expenses, B.ExportType_invoices, B.ExportType_invoice_items, B.ExportType_quotes, B.ExportType_quote_items, B.ExportType_recurring_invoices, B.ExportType_payments, B.ExportType_products, B.ExportType_tasks, B.ExportType_profitloss, B.ExportType_vendor, B.ExportType_purchase_order, B.ExportType_purchase_order_item, B.ExportType_ar_detailed, B.ExportType_ar_summary, B.ExportType_client_balance, B.ExportType_client_sales, B.ExportType_tax_summary, B.ExportType_user_sales]), A.findType("JSArray")); B.List_GsG = A._setArrayType(makeConstList(["\u0436\u0435\u043a.", "\u0434\u04af\u0439.", "\u0448\u0435\u0439\u0448.", "\u0448\u0430\u0440\u0448.", "\u0431\u0435\u0439\u0448.", "\u0436\u0443\u043c\u0430", "\u0438\u0448\u043c."]), type$.JSArray_String); B.Type__$SizeEntity_aLp = A.typeLiteral("_$SizeEntity"); B.List_Gue = A._setArrayType(makeConstList([B.Type_SizeEntity_ROq, B.Type__$SizeEntity_aLp]), type$.JSArray_Type); @@ -644756,6 +645033,8 @@ B.List_am_pm = A._setArrayType(makeConstList(["am", "pm"]), type$.JSArray_String); B.List_ao6 = A._setArrayType(makeConstList(["\u0627\u0644\u0623\u062d\u062f", "\u0627\u0644\u0627\u062b\u0646\u064a\u0646", "\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", "\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", "\u0627\u0644\u062e\u0645\u064a\u0633", "\u0627\u0644\u062c\u0645\u0639\u0629", "\u0627\u0644\u0633\u0628\u062a"]), type$.JSArray_String); B.List_aoW = A._setArrayType(makeConstList([A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_copyTextWhenCmdCIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_pasteTextWhenCmdVIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_selectAllTextFieldWhenCmdAIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnCtrlOrCmdAndHome$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnCtrlOrCmdAndEnd$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_sendKeyEventToMacOs$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollOnPageUp$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollOnPageDown$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToBeginningOfDocumentOnHomeOnMacOrWeb$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_scrollToEndOfDocumentOnEndOnMacOrWeb$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveCaretToStartOrEnd$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveUpDownLeftAndRightWithArrowKeys$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineStartWithHome$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_moveToLineEndWithEnd$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenAltBackSpaceIsPressedOnMac$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteWordWhenCtlBackSpaceIsPressedOnWindowsAndLinux$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextOnLineBeforeCaretWhenShortcutKeyAndBackspaceIsPressed$closure(), A.desktop_textfield_DefaultSuperTextFieldKeyboardHandlers_deleteTextWhenBackspaceOrDeleteIsPressed$closure()]), type$.JSArray_of_TextFieldKeyboardHandlerResult_Function_$named_$req_keyEvent_KeyEvent_and_$req_textFieldContext_SuperTextFieldContext); + B.ExportType_activities = new A.ExportType("activities"); + B.List_apW = A._setArrayType(makeConstList([B.ExportType_activities, B.ExportType_clients, B.ExportType_client_contacts, B.ExportType_credits, B.ExportType_documents, B.ExportType_expenses, B.ExportType_invoices, B.ExportType_invoice_items, B.ExportType_quotes, B.ExportType_quote_items, B.ExportType_recurring_invoices, B.ExportType_payments, B.ExportType_products, B.ExportType_tasks, B.ExportType_profitloss, B.ExportType_vendors, B.ExportType_purchase_orders, B.ExportType_purchase_order_items, B.ExportType_ar_detailed, B.ExportType_ar_summary, B.ExportType_client_balance, B.ExportType_client_sales, B.ExportType_tax_summary, B.ExportType_user_sales]), type$.JSArray_ExportType); B.List_atK = A._setArrayType(makeConstList(["\u0996\u09cd\u09f0\u09c0\u09b7\u09cd\u099f\u09aa\u09c2\u09f0\u09cd\u09ac", "\u0996\u09cd\u09f0\u09c0\u09b7\u09cd\u099f\u09be\u09ac\u09cd\u09a6"]), type$.JSArray_String); B.List_atK0 = A._setArrayType(makeConstList(["EEEE, dd MMMM y", "dd MMMM y", "dd MMM y", "y/MM/dd"]), type$.JSArray_String); B.List_atK1 = A._setArrayType(makeConstList(["\u0d1e\u0d3e\u0d2f\u0d7c", "\u0d24\u0d3f\u0d19\u0d4d\u0d15\u0d7e", "\u0d1a\u0d4a\u0d35\u0d4d\u0d35", "\u0d2c\u0d41\u0d27\u0d7b", "\u0d35\u0d4d\u0d2f\u0d3e\u0d34\u0d02", "\u0d35\u0d46\u0d33\u0d4d\u0d33\u0d3f", "\u0d36\u0d28\u0d3f"]), type$.JSArray_String); @@ -650223,7 +650502,7 @@ _lazyFinal($, "asciiDigitMatcher", "$get$asciiDigitMatcher", () => A.RegExp_RegExp("^\\d+", true, false, false, false)); _lazy($, "messageLookup", "$get$messageLookup", () => A.UninitializedLocaleData$("initializeMessages()", null, type$.Null)); _lazyFinal($, "pluralRules", "$get$pluralRules", () => A.LinkedHashMap_LinkedHashMap$_literal(["en_ISO", A.plural_rules___ast_rule$closure(), "af", A.plural_rules___af_rule$closure(), "am", A.plural_rules___am_rule$closure(), "ar", A.plural_rules___ar_rule$closure(), "ar_DZ", A.plural_rules___ar_rule$closure(), "ar_EG", A.plural_rules___ar_rule$closure(), "as", A.plural_rules___am_rule$closure(), "az", A.plural_rules___af_rule$closure(), "be", A.plural_rules___be_rule$closure(), "bg", A.plural_rules___af_rule$closure(), "bm", A.plural_rules___default_rule$closure(), "bn", A.plural_rules___am_rule$closure(), "br", A.plural_rules___br_rule$closure(), "bs", A.plural_rules___bs_rule$closure(), "ca", A.plural_rules___ca_rule$closure(), "chr", A.plural_rules___af_rule$closure(), "cs", A.plural_rules___cs_rule$closure(), "cy", A.plural_rules___cy_rule$closure(), "da", A.plural_rules___da_rule$closure(), "de", A.plural_rules___ast_rule$closure(), "de_AT", A.plural_rules___ast_rule$closure(), "de_CH", A.plural_rules___ast_rule$closure(), "el", A.plural_rules___af_rule$closure(), "en", A.plural_rules___ast_rule$closure(), "en_AU", A.plural_rules___ast_rule$closure(), "en_CA", A.plural_rules___ast_rule$closure(), "en_GB", A.plural_rules___ast_rule$closure(), "en_IE", A.plural_rules___ast_rule$closure(), "en_IN", A.plural_rules___ast_rule$closure(), "en_MY", A.plural_rules___ast_rule$closure(), "en_NZ", A.plural_rules___ast_rule$closure(), "en_SG", A.plural_rules___ast_rule$closure(), "en_US", A.plural_rules___ast_rule$closure(), "en_ZA", A.plural_rules___ast_rule$closure(), "es", A.plural_rules___es_rule$closure(), "es_419", A.plural_rules___es_rule$closure(), "es_ES", A.plural_rules___es_rule$closure(), "es_MX", A.plural_rules___es_rule$closure(), "es_US", A.plural_rules___es_rule$closure(), "et", A.plural_rules___ast_rule$closure(), "eu", A.plural_rules___af_rule$closure(), "fa", A.plural_rules___am_rule$closure(), "fi", A.plural_rules___ast_rule$closure(), "fil", A.plural_rules___ceb_rule$closure(), "fr", A.plural_rules___fr_rule$closure(), "fr_CA", A.plural_rules___fr_rule$closure(), "fr_CH", A.plural_rules___fr_rule$closure(), "fur", A.plural_rules___af_rule$closure(), "ga", A.plural_rules___ga_rule$closure(), "gl", A.plural_rules___ast_rule$closure(), "gsw", A.plural_rules___af_rule$closure(), "gu", A.plural_rules___am_rule$closure(), "haw", A.plural_rules___af_rule$closure(), "he", A.plural_rules___he_rule$closure(), "hi", A.plural_rules___am_rule$closure(), "hr", A.plural_rules___bs_rule$closure(), "hu", A.plural_rules___af_rule$closure(), "hy", A.plural_rules___ff_rule$closure(), "id", A.plural_rules___default_rule$closure(), "in", A.plural_rules___default_rule$closure(), "is", A.plural_rules___is_rule$closure(), "it", A.plural_rules___ca_rule$closure(), "it_CH", A.plural_rules___ca_rule$closure(), "iw", A.plural_rules___he_rule$closure(), "ja", A.plural_rules___default_rule$closure(), "ka", A.plural_rules___af_rule$closure(), "kk", A.plural_rules___af_rule$closure(), "km", A.plural_rules___default_rule$closure(), "kn", A.plural_rules___am_rule$closure(), "ko", A.plural_rules___default_rule$closure(), "ky", A.plural_rules___af_rule$closure(), "ln", A.plural_rules___ak_rule$closure(), "lo", A.plural_rules___default_rule$closure(), "lt", A.plural_rules___lt_rule$closure(), "lv", A.plural_rules___lv_rule$closure(), "mg", A.plural_rules___ak_rule$closure(), "mk", A.plural_rules___mk_rule$closure(), "ml", A.plural_rules___af_rule$closure(), "mn", A.plural_rules___af_rule$closure(), "mr", A.plural_rules___af_rule$closure(), "ms", A.plural_rules___default_rule$closure(), "mt", A.plural_rules___mt_rule$closure(), "my", A.plural_rules___default_rule$closure(), "nb", A.plural_rules___af_rule$closure(), "ne", A.plural_rules___af_rule$closure(), "nl", A.plural_rules___ast_rule$closure(), "no", A.plural_rules___af_rule$closure(), "no_NO", A.plural_rules___af_rule$closure(), "nyn", A.plural_rules___af_rule$closure(), "or", A.plural_rules___af_rule$closure(), "pa", A.plural_rules___ak_rule$closure(), "pl", A.plural_rules___pl_rule$closure(), "ps", A.plural_rules___af_rule$closure(), "pt", A.plural_rules___pt_rule$closure(), "pt_BR", A.plural_rules___pt_rule$closure(), "pt_PT", A.plural_rules___ca_rule$closure(), "ro", A.plural_rules___mo_rule$closure(), "ru", A.plural_rules___ru_rule$closure(), "si", A.plural_rules___si_rule$closure(), "sk", A.plural_rules___cs_rule$closure(), "sl", A.plural_rules___sl_rule$closure(), "sq", A.plural_rules___af_rule$closure(), "sr", A.plural_rules___bs_rule$closure(), "sr_Latn", A.plural_rules___bs_rule$closure(), "sv", A.plural_rules___ast_rule$closure(), "sw", A.plural_rules___ast_rule$closure(), "ta", A.plural_rules___af_rule$closure(), "te", A.plural_rules___af_rule$closure(), "th", A.plural_rules___default_rule$closure(), "tl", A.plural_rules___ceb_rule$closure(), "tr", A.plural_rules___af_rule$closure(), "uk", A.plural_rules___ru_rule$closure(), "ur", A.plural_rules___ast_rule$closure(), "uz", A.plural_rules___af_rule$closure(), "vi", A.plural_rules___default_rule$closure(), "zh", A.plural_rules___default_rule$closure(), "zh_CN", A.plural_rules___default_rule$closure(), "zh_HK", A.plural_rules___default_rule$closure(), "zh_TW", A.plural_rules___default_rule$closure(), "zu", A.plural_rules___am_rule$closure(), "default", A.plural_rules___default_rule$closure()], type$.String, A.findType("PluralCase()"))); - _lazyFinal($, "kReportMap", "$get$kReportMap", () => A.LinkedHashMap_LinkedHashMap$_literal(["client", B.ExportType_clients, "client_contact", B.ExportType_client_contacts, "credit", B.ExportType_credits, "credit_item", null, "document", B.ExportType_documents, "expense", B.ExportType_expenses, "invoice", B.ExportType_invoices, "payment", B.ExportType_payments, "product", B.ExportType_products, "profit_and_loss", B.ExportType_profitloss, "task", B.ExportType_tasks, "task_item", null, "invoice_tax", B.ExportType_tax_summary, "payment_tax", null, "quote", B.ExportType_quotes, "invoice_item", B.ExportType_invoice_items, "quote_item", B.ExportType_quote_items, "recurring_expense", null, "recurring_invoice", B.ExportType_recurring_invoices, "purchase_order", B.ExportType_purchase_order, "purchase_order_item", B.ExportType_purchase_order_item, "vendor", B.ExportType_vendor, "transaction", null], type$.String, A.findType("ExportType?"))); + _lazyFinal($, "kReportMap", "$get$kReportMap", () => A.LinkedHashMap_LinkedHashMap$_literal(["client", B.ExportType_clients, "client_contact", B.ExportType_client_contacts, "credit", B.ExportType_credits, "credit_item", null, "document", B.ExportType_documents, "expense", B.ExportType_expenses, "invoice", B.ExportType_invoices, "payment", B.ExportType_payments, "product", B.ExportType_products, "profit_and_loss", B.ExportType_profitloss, "task", B.ExportType_tasks, "task_item", null, "invoice_tax", B.ExportType_tax_summary, "payment_tax", null, "quote", B.ExportType_quotes, "invoice_item", B.ExportType_invoice_items, "quote_item", B.ExportType_quote_items, "recurring_expense", null, "recurring_invoice", B.ExportType_recurring_invoices, "purchase_order", B.ExportType_purchase_orders, "purchase_order_item", B.ExportType_purchase_order_items, "vendor", B.ExportType_vendors, "transaction", null], type$.String, A.findType("ExportType?"))); _lazy($, "_$accountEntitySerializer", "$get$_$accountEntitySerializer", () => new A._$AccountEntitySerializer()); _lazy($, "_$bankAccountListResponseSerializer", "$get$_$bankAccountListResponseSerializer", () => new A._$BankAccountListResponseSerializer()); _lazy($, "_$bankAccountItemResponseSerializer", "$get$_$bankAccountItemResponseSerializer", () => new A._$BankAccountItemResponseSerializer()); @@ -650285,7 +650564,7 @@ _lazy($, "_$groupEntitySerializer", "$get$_$groupEntitySerializer", () => new A._$GroupEntitySerializer()); _lazy($, "_$healthCheckResponseSerializer", "$get$_$healthCheckResponseSerializer", () => new A._$HealthCheckResponseSerializer()); _lazy($, "_$healthCheckPHPResponseSerializer", "$get$_$healthCheckPHPResponseSerializer", () => new A._$HealthCheckPHPResponseSerializer()); - _lazyFinal($, "_$exportValues", "$get$_$exportValues", () => A.BuiltSet_BuiltSet(B.List_Grj, type$.ExportType)); + _lazyFinal($, "_$exportValues", "$get$_$exportValues", () => A.BuiltSet_BuiltSet(B.List_apW, type$.ExportType)); _lazy($, "_$preImportResponseSerializer", "$get$_$preImportResponseSerializer", () => new A._$PreImportResponseSerializer()); _lazy($, "_$preImportResponseEntityDetailsSerializer", "$get$_$preImportResponseEntityDetailsSerializer", () => new A._$PreImportResponseEntityDetailsSerializer()); _lazy($, "_$importRequestSerializer", "$get$_$importRequestSerializer", () => new A._$ImportRequestSerializer());