From 2b2e72e75ca31a05d5837432d071336e4b26df18 Mon Sep 17 00:00:00 2001 From: hillelcoren Date: Wed, 1 Jun 2022 08:09:08 +0000 Subject: [PATCH] Admin Portal - Profile --- public/main.profile.dart.js | 344 +++++++++++++++++++----------------- 1 file changed, 184 insertions(+), 160 deletions(-) diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index 9988e4ec1bae..48eefddc4fab 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -87346,9 +87346,9 @@ }, _ClientViewFullwidthState: function _ClientViewFullwidthState(t0, t1, t2) { var _ = this; - _._client_view_fullwidth$_scrollController = null; - _.SingleTickerProviderStateMixin__ticker = t0; - _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; + _._client_view_fullwidth$_scrollController3 = _._client_view_fullwidth$_scrollController2 = _._client_view_fullwidth$_scrollController1 = null; + _.TickerProviderStateMixin__tickers = t0; + _.TickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; _._debugLifecycleState = t2; _._framework$_element = null; @@ -87400,7 +87400,7 @@ this.viewModel = t0; this.context = t1; }, - __ClientViewFullwidthState_State_SingleTickerProviderStateMixin: function __ClientViewFullwidthState_State_SingleTickerProviderStateMixin() { + __ClientViewFullwidthState_State_TickerProviderStateMixin: function __ClientViewFullwidthState_State_TickerProviderStateMixin() { }, ClientViewLedger: function ClientViewLedger(t0, t1) { this.viewModel = t0; @@ -109257,9 +109257,9 @@ }, _VendorViewFullwidthState: function _VendorViewFullwidthState(t0, t1, t2) { var _ = this; - _._vendor_view_fullwidth$_scrollController = null; - _.SingleTickerProviderStateMixin__ticker = t0; - _.SingleTickerProviderStateMixin__tickerModeNotifier = t1; + _._scrollController3 = _._scrollController2 = _._scrollController1 = null; + _.TickerProviderStateMixin__tickers = t0; + _.TickerProviderStateMixin__tickerModeNotifier = t1; _._widget = null; _._debugLifecycleState = t2; _._framework$_element = null; @@ -109284,7 +109284,7 @@ this.viewModel = t0; this.context = t1; }, - __VendorViewFullwidthState_State_SingleTickerProviderStateMixin: function __VendorViewFullwidthState_State_SingleTickerProviderStateMixin() { + __VendorViewFullwidthState_State_TickerProviderStateMixin: function __VendorViewFullwidthState_State_TickerProviderStateMixin() { }, VendorOverview: function VendorOverview(t0, t1, t2) { this.viewModel = t0; @@ -400847,12 +400847,21 @@ }; A._ClientViewFullwidthState.prototype = { initState$0() { - this.super$State$initState(); - this._client_view_fullwidth$_scrollController = new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + var t1, t2, t3, _this = this; + _this.super$State$initState(); + t1 = type$.JSArray_ScrollPosition; + t2 = A._setArrayType([], t1); + t3 = $.$get$ChangeNotifier__emptyListeners(); + _this._client_view_fullwidth$_scrollController1 = new A.ScrollController(0, true, null, t2, t3); + _this._client_view_fullwidth$_scrollController2 = new A.ScrollController(0, true, null, A._setArrayType([], t1), t3); + _this._client_view_fullwidth$_scrollController3 = new A.ScrollController(0, true, null, A._setArrayType([], t1), t3); }, dispose$0(_) { - this._client_view_fullwidth$_scrollController.dispose$0(0); - this.super$__ClientViewFullwidthState_State_SingleTickerProviderStateMixin$dispose(0); + var _this = this; + _this._client_view_fullwidth$_scrollController1.dispose$0(0); + _this._client_view_fullwidth$_scrollController2.dispose$0(0); + _this._client_view_fullwidth$_scrollController3.dispose$0(0); + _this.super$__ClientViewFullwidthState_State_TickerProviderStateMixin$dispose(0); }, build$1(_, context) { var client, documents, viewModel, @@ -400877,77 +400886,80 @@ }; A._ClientViewFullwidthState_build_closure.prototype = { call$2(context, layout) { - var t6, t7, t8, t9, t10, t11, t12, _this = this, _null = null, + var t8, t9, t10, t11, t12, t13, _this = this, _null = null, minHeight = layout.maxHeight - 24 - 43, - t1 = _this.localization, - t2 = type$.JSArray_legacy_Widget, - t3 = A._setArrayType([A.Text$(t1.get$details(t1), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), new A.SizedBox(_null, 4, _null, _null)], t2), - t4 = _this.client, - t5 = t4.idNumber; - if (t5.length !== 0) - t3.push(new A.Padding(B.EdgeInsets_0_0_0_1, new A.CopyToClipboard(_null, t5, false, _null, t1.get$id(t1), _null), _null)); - t5 = t4.vatNumber; - if (t5.length !== 0) - t3.push(new A.CopyToClipboard(_null, t5, false, _null, t1.get$vat(), _null)); - t3.push(new A.SizedBox(_null, 4, _null, _null)); - t5 = t4.phone; - if (t5.length !== 0) - t3.push(new A.Padding(B.EdgeInsets_0_4_0_4, new A.CopyToClipboard(new A.IconText(t5, B.IconData_58530_MaterialIcons_null_false, _null, _null, _null), t5, false, _null, _null, _null), _null)); - t5 = t4.website; - if (t5.length !== 0) - t3.push(new A.Padding(B.EdgeInsets_0_4_0_4, new A.CopyToClipboard(new A.IconText(t5, B._MdiIconData_jVE0, _null, _null, _null), t5, false, _null, _null, _null), _null)); - t3.push(new A.SizedBox(_null, 4, _null, _null)); - t5 = t4.settings; - t6 = t5.currencyId; - t7 = _this.state; - t8 = t7.uiState; - t9 = t8.selectedCompanyIndex; - t10 = t7.userCompanyStates._list; - t11 = t10[t9].userCompany.company.settings.currencyId; - if (t6 !== (t11 == null ? "1" : t11)) { - t6 = t7.staticState.currencyMap._map$_map.$index(0, t6); - t6 = t6 == null ? _null : t6.name; - t3.push(new A.Padding(B.EdgeInsets_0_0_0_1, A.Text$(t6 == null ? "" : t6, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null)); + t1 = _this.$this, + t2 = t1._client_view_fullwidth$_scrollController1, + t3 = _this.localization, + t4 = type$.JSArray_legacy_Widget, + t5 = A._setArrayType([A.Text$(t3.get$details(t3), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), new A.SizedBox(_null, 4, _null, _null)], t4), + t6 = _this.client, + t7 = t6.idNumber; + if (t7.length !== 0) + t5.push(new A.Padding(B.EdgeInsets_0_0_0_1, new A.CopyToClipboard(_null, t7, false, _null, t3.get$id(t3), _null), _null)); + t7 = t6.vatNumber; + if (t7.length !== 0) + t5.push(new A.CopyToClipboard(_null, t7, false, _null, t3.get$vat(), _null)); + t5.push(new A.SizedBox(_null, 4, _null, _null)); + t7 = t6.phone; + if (t7.length !== 0) + t5.push(new A.Padding(B.EdgeInsets_0_4_0_4, new A.CopyToClipboard(new A.IconText(t7, B.IconData_58530_MaterialIcons_null_false, _null, _null, _null), t7, false, _null, _null, _null), _null)); + t7 = t6.website; + if (t7.length !== 0) + t5.push(new A.Padding(B.EdgeInsets_0_4_0_4, new A.CopyToClipboard(new A.IconText(t7, B._MdiIconData_jVE0, _null, _null, _null), t7, false, _null, _null, _null), _null)); + t5.push(new A.SizedBox(_null, 4, _null, _null)); + t7 = t6.settings; + t8 = t7.currencyId; + t9 = _this.state; + t10 = t9.uiState; + t11 = t10.selectedCompanyIndex; + t12 = t9.userCompanyStates._list; + t13 = t12[t11].userCompany.company.settings.currencyId; + if (t8 !== (t13 == null ? "1" : t13)) { + t8 = t9.staticState.currencyMap._map$_map.$index(0, t8); + t8 = t8 == null ? _null : t8.name; + t5.push(new A.Padding(B.EdgeInsets_0_0_0_1, A.Text$(t8 == null ? "" : t8, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null)); } - t6 = t5.languageId; - if ((t6 == null ? "" : t6).length !== 0 && t6 != t10[t9].userCompany.company.settings.languageId) { - t6 = t7.staticState.languageMap._map$_map.$index(0, t6); - t6 = t6 == null ? _null : t6.name; - t3.push(new A.Padding(B.EdgeInsets_0_0_0_1, A.Text$(t6 == null ? "" : t6, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null)); + t8 = t7.languageId; + if ((t8 == null ? "" : t8).length !== 0 && t8 != t12[t11].userCompany.company.settings.languageId) { + t8 = t9.staticState.languageMap._map$_map.$index(0, t8); + t8 = t8 == null ? _null : t8.name; + t5.push(new A.Padding(B.EdgeInsets_0_0_0_1, A.Text$(t8 == null ? "" : t8, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null)); } - t5 = t5.defaultTaskRate; - if ((t5 == null ? 0 : t5) !== 0) - t3.push(A.Text$(t1.get$taskRate() + ": " + A.S(t5), _null, _null, _null, _null, _null, _null, _null, _null, _null)); - t3 = A.Expanded$(A.SingleChildScrollView$(A.FormCard$(_null, t3, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_12_12_4_12), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1), 1); - t5 = A._setArrayType([A.Text$(t1.get$address(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), new A.SizedBox(_null, 4, _null, _null)], t2); - t6 = _this.billingAddress; - if (t6.length !== 0) - B.JSArray_methods.addAll$1(t5, A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(new A.CopyToClipboard(A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(t6, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), t6, false, _null, _null, _null), 1), new A.SizedBox(8, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58312_MaterialIcons_null_false, _null, _null), _null, new A._ClientViewFullwidthState_build__closure(t6), B.EdgeInsets_8_8_8_8, _null, _null, _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 8, _null, _null)], t2)); - t6 = _this.shippingAddress; - if (t6.length !== 0) - B.JSArray_methods.addAll$1(t5, A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(new A.CopyToClipboard(A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(t6, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), t6, false, _null, _null, _null), 1), new A.SizedBox(8, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58312_MaterialIcons_null_false, _null, _null), _null, new A._ClientViewFullwidthState_build__closure0(t6), B.EdgeInsets_8_8_8_8, _null, _null, _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t2)); - t5 = A.Expanded$(A.SingleChildScrollView$(A.FormCard$(_null, t5, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_4_12_4_12), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1), 1); - t6 = _this.$this._client_view_fullwidth$_scrollController; - t7 = t7.prefState.isPreviewVisible; - t9 = t7 ? 1 : 3; - t10 = A._setArrayType([A.Text$(t1.get$contacts(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), new A.SizedBox(_null, 4, _null, _null)], t2); - t11 = t4.contacts._list; + t7 = t7.defaultTaskRate; + if ((t7 == null ? 0 : t7) !== 0) + t5.push(A.Text$(t3.get$taskRate() + ": " + A.S(t7), _null, _null, _null, _null, _null, _null, _null, _null, _null)); + t2 = A.Expanded$(A.FormCard$(A.ListView$(t5, t2, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_12_12_4_12), 1); + t5 = t1._client_view_fullwidth$_scrollController2; + t7 = A._setArrayType([A.Text$(t3.get$address(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), new A.SizedBox(_null, 4, _null, _null)], t4); + t8 = _this.billingAddress; + if (t8.length !== 0) + B.JSArray_methods.addAll$1(t7, A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(new A.CopyToClipboard(A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(t8, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), t8, false, _null, _null, _null), 1), new A.SizedBox(8, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58312_MaterialIcons_null_false, _null, _null), _null, new A._ClientViewFullwidthState_build__closure(t8), B.EdgeInsets_8_8_8_8, _null, _null, _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 8, _null, _null)], t4)); + t8 = _this.shippingAddress; + if (t8.length !== 0) + B.JSArray_methods.addAll$1(t7, A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(new A.CopyToClipboard(A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(t8, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), t8, false, _null, _null, _null), 1), new A.SizedBox(8, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58312_MaterialIcons_null_false, _null, _null), _null, new A._ClientViewFullwidthState_build__closure0(t8), B.EdgeInsets_8_8_8_8, _null, _null, _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null)], t4)); + t5 = A.Expanded$(A.FormCard$(A.ListView$(t7, t5, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_4_12_4_12), 1); + t7 = t9.prefState.isPreviewVisible; + t8 = t7 ? 1 : 3; + t1 = t1._client_view_fullwidth$_scrollController3; + t9 = A._setArrayType([A.Text$(t3.get$contacts(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), new A.SizedBox(_null, 4, _null, _null)], t4); + t11 = t6.contacts._list; t12 = A._arrayInstanceType(t11)._eval$1("MappedListIterable<1,Column*>"); - B.JSArray_methods.addAll$1(t10, A.List_List$of(new A.MappedListIterable(t11, new A._ClientViewFullwidthState_build__closure1(context, t4, t1), t12), true, t12._eval$1("ListIterable.E"))); - t6 = A._setArrayType([t3, t5, A.Expanded$(A.Scrollbar$(A.SingleChildScrollView$(A.FormCard$(_null, t10, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, new A.EdgeInsets(4, 12, 12 / t9, 12)), t6, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1), t6, _null), 1)], t2); - if (!t7 && !t8.get$isEditing()) { - t3 = A.Tab$(A.Text$(t1.get$standing(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); - t5 = _this.documents._list; - t3 = A._setArrayType([t3, A.Tab$(_null, t5.length === 0 ? t1.get$documents() : t1.get$documents() + " (" + t5.length + ")"), A.Tab$(_null, t1.get$ledger()), A.Tab$(_null, t1.get$activity()), A.Tab$(_null, t1.get$systemLogs())], t2); - t5 = t1.get$paidToDate(); - t7 = t4.id; - t8 = A.formatNumber(t4.paidToDate, context, t7, _null, B.FormatNumberType_0, true, _null, false); + B.JSArray_methods.addAll$1(t9, A.List_List$of(new A.MappedListIterable(t11, new A._ClientViewFullwidthState_build__closure1(context, t6, t3), t12), true, t12._eval$1("ListIterable.E"))); + t8 = A._setArrayType([t2, t5, A.Expanded$(A.FormCard$(A.ListView$(t9, t1, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, new A.EdgeInsets(4, 12, 12 / t8, 12)), 1)], t4); + if (!t7 && !t10.get$isEditing()) { + t1 = A.Tab$(A.Text$(t3.get$standing(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); + t2 = _this.documents._list; + t1 = A._setArrayType([t1, A.Tab$(_null, t2.length === 0 ? t3.get$documents() : t3.get$documents() + " (" + t2.length + ")"), A.Tab$(_null, t3.get$ledger()), A.Tab$(_null, t3.get$activity()), A.Tab$(_null, t3.get$systemLogs())], t4); + t2 = t3.get$paidToDate(); + t5 = t6.id; + t7 = A.formatNumber(t6.paidToDate, context, t5, _null, B.FormatNumberType_0, true, _null, false); t9 = _this.viewModel; t10 = t9.client.id; t11 = type$.ValueKey_legacy_String; - t6.push(A.Expanded$(A.FormCard$(A.DefaultTabController$(new A.SizedBox(_null, minHeight, A.Column$(A._setArrayType([new A.AppTabBar(t3, _null, true, _null, _null), new A.Flexible(1, B.FlexFit_1, A.TabBarView$(A._setArrayType([A.EntityHeader$(t4, t5, t1.get$balanceDue(), A.formatNumber(t4.balance, context, t7, _null, B.FormatNumberType_0, true, _null, false), _null, _null, t8), A.RefreshIndicator$(new A.ClientViewDocuments(t9, new A.ValueKey(t10, t11)), new A._ClientViewFullwidthState_build__closure2(t9, context)), A.RefreshIndicator$(new A.ClientViewLedger(t9, new A.ValueKey(t10, t11)), new A._ClientViewFullwidthState_build__closure3(t9, context)), A.RefreshIndicator$(new A.ClientViewActivity(t9, new A.ValueKey(t10, t11)), new A._ClientViewFullwidthState_build__closure4(t9, context)), A.RefreshIndicator$(new A.ClientViewSystemLogs(t9, new A.ValueKey(t10, t11)), new A._ClientViewFullwidthState_build__closure5(t9, context))], t2), _null, _null), _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null), 5), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 600), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_4_12_12_12), 2)); + t8.push(A.Expanded$(A.FormCard$(A.DefaultTabController$(new A.SizedBox(_null, minHeight, A.Column$(A._setArrayType([new A.AppTabBar(t1, _null, true, _null, _null), new A.Flexible(1, B.FlexFit_1, A.TabBarView$(A._setArrayType([A.EntityHeader$(t6, t2, t3.get$balanceDue(), A.formatNumber(t6.balance, context, t5, _null, B.FormatNumberType_0, true, _null, false), _null, _null, t7), A.RefreshIndicator$(new A.ClientViewDocuments(t9, new A.ValueKey(t10, t11)), new A._ClientViewFullwidthState_build__closure2(t9, context)), A.RefreshIndicator$(new A.ClientViewLedger(t9, new A.ValueKey(t10, t11)), new A._ClientViewFullwidthState_build__closure3(t9, context)), A.RefreshIndicator$(new A.ClientViewActivity(t9, new A.ValueKey(t10, t11)), new A._ClientViewFullwidthState_build__closure4(t9, context)), A.RefreshIndicator$(new A.ClientViewSystemLogs(t9, new A.ValueKey(t10, t11)), new A._ClientViewFullwidthState_build__closure5(t9, context))], t4), _null, _null), _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null), 5), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 600), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_4_12_12_12), 2)); } - return A.Row$(t6, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + return A.Row$(t8, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, $signature: 638 }; @@ -401020,19 +401032,19 @@ }, $signature: 31 }; - A.__ClientViewFullwidthState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { - var _this = this, - t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; - if (t1 != null) - t1.removeListener$1(0, _this.get$_updateTicker()); - _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); - }, + A.__ClientViewFullwidthState_State_TickerProviderStateMixin.prototype = { activate$0() { this.super$State$activate(); this._updateTickerModeNotifier$0(); - this._updateTicker$0(); + this._updateTickers$0(); + }, + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; + if (t1 != null) + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.ClientViewLedger.prototype = { @@ -448214,12 +448226,21 @@ }; A._VendorViewFullwidthState.prototype = { initState$0() { - this.super$State$initState(); - this._vendor_view_fullwidth$_scrollController = new A.ScrollController(0, true, null, A._setArrayType([], type$.JSArray_ScrollPosition), $.$get$ChangeNotifier__emptyListeners()); + var t1, t2, t3, _this = this; + _this.super$State$initState(); + t1 = type$.JSArray_ScrollPosition; + t2 = A._setArrayType([], t1); + t3 = $.$get$ChangeNotifier__emptyListeners(); + _this._scrollController1 = new A.ScrollController(0, true, null, t2, t3); + _this._scrollController2 = new A.ScrollController(0, true, null, A._setArrayType([], t1), t3); + _this._scrollController3 = new A.ScrollController(0, true, null, A._setArrayType([], t1), t3); }, dispose$0(_) { - this._vendor_view_fullwidth$_scrollController.dispose$0(0); - this.super$__VendorViewFullwidthState_State_SingleTickerProviderStateMixin$dispose(0); + var _this = this; + _this._scrollController1.dispose$0(0); + _this._scrollController2.dispose$0(0); + _this._scrollController3.dispose$0(0); + _this.super$__VendorViewFullwidthState_State_TickerProviderStateMixin$dispose(0); }, build$1(_, context) { var vendor, documents, viewModel, @@ -448244,63 +448265,66 @@ }; A._VendorViewFullwidthState_build_closure.prototype = { call$2(context, layout) { - var t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, _this = this, _null = null, + var t8, t9, t10, t11, t12, t13, t14, t15, _this = this, _null = null, minHeight = layout.maxHeight - 24 - 43, - t1 = _this.localization, - t2 = type$.JSArray_legacy_Widget, - t3 = A._setArrayType([A.Text$(t1.get$details(t1), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), new A.SizedBox(_null, 4, _null, _null)], t2), - t4 = _this.vendor, - t5 = t4.idNumber; - if (t5.length !== 0) - t3.push(new A.Padding(B.EdgeInsets_0_0_0_1, new A.CopyToClipboard(_null, t5, false, _null, t1.get$id(t1), _null), _null)); - t5 = t4.vatNumber; - if (t5.length !== 0) - t3.push(new A.CopyToClipboard(_null, t5, false, _null, t1.get$vat(), _null)); - t3.push(new A.SizedBox(_null, 4, _null, _null)); - t5 = t4.phone; - if (t5.length !== 0) - t3.push(new A.Padding(B.EdgeInsets_0_4_0_4, new A.CopyToClipboard(new A.IconText(t5, B.IconData_58530_MaterialIcons_null_false, _null, _null, _null), t5, false, _null, _null, _null), _null)); - t5 = t4.website; - if (t5.length !== 0) - t3.push(new A.Padding(B.EdgeInsets_0_4_0_4, new A.CopyToClipboard(new A.IconText(t5, B._MdiIconData_jVE0, _null, _null, _null), t5, false, _null, _null, _null), _null)); - t3.push(new A.SizedBox(_null, 4, _null, _null)); - t5 = t4.currencyId; - t6 = _this.state; - t7 = t6.uiState; - t8 = t7.selectedCompanyIndex; - t9 = t6.userCompanyStates._list; - t10 = t9[t8].userCompany.company.settings.currencyId; - if (t5 !== (t10 == null ? "1" : t10)) { - t10 = t6.staticState.currencyMap._map$_map.$index(0, t5); - t10 = t10 == null ? _null : t10.name; - t3.push(new A.Padding(B.EdgeInsets_0_0_0_1, A.Text$(t10 == null ? "" : t10, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null)); + t1 = _this.$this, + t2 = t1._scrollController1, + t3 = _this.localization, + t4 = type$.JSArray_legacy_Widget, + t5 = A._setArrayType([A.Text$(t3.get$details(t3), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), new A.SizedBox(_null, 4, _null, _null)], t4), + t6 = _this.vendor, + t7 = t6.idNumber; + if (t7.length !== 0) + t5.push(new A.Padding(B.EdgeInsets_0_0_0_1, new A.CopyToClipboard(_null, t7, false, _null, t3.get$id(t3), _null), _null)); + t7 = t6.vatNumber; + if (t7.length !== 0) + t5.push(new A.CopyToClipboard(_null, t7, false, _null, t3.get$vat(), _null)); + t5.push(new A.SizedBox(_null, 4, _null, _null)); + t7 = t6.phone; + if (t7.length !== 0) + t5.push(new A.Padding(B.EdgeInsets_0_4_0_4, new A.CopyToClipboard(new A.IconText(t7, B.IconData_58530_MaterialIcons_null_false, _null, _null, _null), t7, false, _null, _null, _null), _null)); + t7 = t6.website; + if (t7.length !== 0) + t5.push(new A.Padding(B.EdgeInsets_0_4_0_4, new A.CopyToClipboard(new A.IconText(t7, B._MdiIconData_jVE0, _null, _null, _null), t7, false, _null, _null, _null), _null)); + t5.push(new A.SizedBox(_null, 4, _null, _null)); + t7 = t6.currencyId; + t8 = _this.state; + t9 = t8.uiState; + t10 = t9.selectedCompanyIndex; + t11 = t8.userCompanyStates._list; + t12 = t11[t10].userCompany.company.settings.currencyId; + if (t7 !== (t12 == null ? "1" : t12)) { + t12 = t8.staticState.currencyMap._map$_map.$index(0, t7); + t12 = t12 == null ? _null : t12.name; + t5.push(new A.Padding(B.EdgeInsets_0_0_0_1, A.Text$(t12 == null ? "" : t12, _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null)); } - t3 = A.Expanded$(A.SingleChildScrollView$(A.FormCard$(_null, t3, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_12_12_4_12), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1), 1); - t10 = A._setArrayType([A.Text$(t1.get$address(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), new A.SizedBox(_null, 4, _null, _null)], t2); - t11 = _this.billingAddress; - if (t11.length !== 0) - B.JSArray_methods.addAll$1(t10, A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(new A.CopyToClipboard(A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(t11, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), t11, false, _null, _null, _null), 1), new A.SizedBox(8, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58312_MaterialIcons_null_false, _null, _null), _null, new A._VendorViewFullwidthState_build__closure(t11), B.EdgeInsets_8_8_8_8, _null, _null, _null)], t2), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 8, _null, _null)], t2)); - t10 = A.Expanded$(A.SingleChildScrollView$(A.FormCard$(_null, t10, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_4_12_4_12), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1), 1); - t11 = _this.$this._vendor_view_fullwidth$_scrollController; - t6 = t6.prefState.isPreviewVisible; - t12 = t6 ? 1 : 3; - t13 = A._setArrayType([A.Text$(t1.get$contacts(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), new A.SizedBox(_null, 4, _null, _null)], t2); - t14 = t4.contacts._list; + t2 = A.Expanded$(A.FormCard$(A.ListView$(t5, t2, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_12_12_4_12), 1); + t5 = t1._scrollController2; + t12 = A._setArrayType([A.Text$(t3.get$address(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), new A.SizedBox(_null, 4, _null, _null)], t4); + t13 = _this.billingAddress; + if (t13.length !== 0) + B.JSArray_methods.addAll$1(t12, A._setArrayType([A.Row$(A._setArrayType([A.Expanded$(new A.CopyToClipboard(A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.Text$(t13, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), t13, false, _null, _null, _null), 1), new A.SizedBox(8, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58312_MaterialIcons_null_false, _null, _null), _null, new A._VendorViewFullwidthState_build__closure(t13), B.EdgeInsets_8_8_8_8, _null, _null, _null)], t4), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), new A.SizedBox(_null, 8, _null, _null)], t4)); + t5 = A.Expanded$(A.FormCard$(A.ListView$(t12, t5, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_4_12_4_12), 1); + t8 = t8.prefState.isPreviewVisible; + t12 = t8 ? 1 : 3; + t1 = t1._scrollController3; + t13 = A._setArrayType([A.Text$(t3.get$contacts(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleLarge, _null, _null, _null), new A.SizedBox(_null, 4, _null, _null)], t4); + t14 = t6.contacts._list; t15 = A._arrayInstanceType(t14)._eval$1("MappedListIterable<1,Column*>"); B.JSArray_methods.addAll$1(t13, A.List_List$of(new A.MappedListIterable(t14, new A._VendorViewFullwidthState_build__closure0(context), t15), true, t15._eval$1("ListIterable.E"))); - t11 = A._setArrayType([t3, t10, A.Expanded$(A.Scrollbar$(A.SingleChildScrollView$(A.FormCard$(_null, t13, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, new A.EdgeInsets(4, 12, 12 / t12, 12)), t11, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1), t11, _null), 1)], t2); - if (!t6 && !t7.get$isEditing()) { - t3 = A.Tab$(A.Text$(t1.get$standing(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); - t6 = _this.documents._list; - t3 = A._setArrayType([t3, A.Tab$(_null, t6.length === 0 ? t1.get$documents() : t1.get$documents() + " (" + t6.length + ")")], t2); - t1 = t1.get$total(t1); - t6 = $.$get$memoizedCalculateVendorBalance(); - t8 = t9[t8].expenseState; - t8 = t6.call$4(t4.id, t5, t8.map, t8.list); - t6 = _this.viewModel; - t11.push(A.Expanded$(A.FormCard$(A.DefaultTabController$(new A.SizedBox(_null, minHeight, A.Column$(A._setArrayType([new A.AppTabBar(t3, _null, true, _null, _null), new A.Flexible(1, B.FlexFit_1, A.TabBarView$(A._setArrayType([A.EntityHeader$(t4, t1, _null, _null, _null, _null, A.formatNumber(t8, context, _null, t5, B.FormatNumberType_0, true, _null, false)), A.RefreshIndicator$(new A.VendorViewDocuments(t6, new A.ValueKey(t6.vendor.id, type$.ValueKey_legacy_String)), new A._VendorViewFullwidthState_build__closure1(t6, context))], t2), _null, _null), _null)], t2), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null), 2), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 600), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_4_12_12_12), 2)); + t12 = A._setArrayType([t2, t5, A.Expanded$(A.FormCard$(A.ListView$(t13, t1, _null, B.Axis_1, false), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 1 / 0), B.CrossAxisAlignment_0, false, _null, true, new A.EdgeInsets(4, 12, 12 / t12, 12)), 1)], t4); + if (!t8 && !t9.get$isEditing()) { + t1 = A.Tab$(A.Text$(t3.get$standing(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); + t2 = _this.documents._list; + t1 = A._setArrayType([t1, A.Tab$(_null, t2.length === 0 ? t3.get$documents() : t3.get$documents() + " (" + t2.length + ")")], t4); + t3 = t3.get$total(t3); + t2 = $.$get$memoizedCalculateVendorBalance(); + t10 = t11[t10].expenseState; + t10 = t2.call$4(t6.id, t7, t10.map, t10.list); + t2 = _this.viewModel; + t12.push(A.Expanded$(A.FormCard$(A.DefaultTabController$(new A.SizedBox(_null, minHeight, A.Column$(A._setArrayType([new A.AppTabBar(t1, _null, true, _null, _null), new A.Flexible(1, B.FlexFit_1, A.TabBarView$(A._setArrayType([A.EntityHeader$(t6, t3, _null, _null, _null, _null, A.formatNumber(t10, context, _null, t7, B.FormatNumberType_0, true, _null, false)), A.RefreshIndicator$(new A.VendorViewDocuments(t2, new A.ValueKey(t2.vendor.id, type$.ValueKey_legacy_String)), new A._VendorViewFullwidthState_build__closure1(t2, context))], t4), _null, _null), _null)], t4), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null), 2), _null, new A.BoxConstraints(0, 1 / 0, minHeight, 600), B.CrossAxisAlignment_0, false, _null, true, B.EdgeInsets_4_12_12_12), 2)); } - return A.Row$(t11, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); + return A.Row$(t12, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, $signature: 638 }; @@ -448331,19 +448355,19 @@ }, $signature: 31 }; - A.__VendorViewFullwidthState_State_SingleTickerProviderStateMixin.prototype = { - dispose$0(_) { - var _this = this, - t1 = _this.SingleTickerProviderStateMixin__tickerModeNotifier; - if (t1 != null) - t1.removeListener$1(0, _this.get$_updateTicker()); - _this.SingleTickerProviderStateMixin__tickerModeNotifier = null; - _this.super$State$dispose(0); - }, + A.__VendorViewFullwidthState_State_TickerProviderStateMixin.prototype = { activate$0() { this.super$State$activate(); this._updateTickerModeNotifier$0(); - this._updateTicker$0(); + this._updateTickers$0(); + }, + dispose$0(_) { + var _this = this, + t1 = _this.TickerProviderStateMixin__tickerModeNotifier; + if (t1 != null) + t1.removeListener$1(0, _this.get$_updateTickers()); + _this.TickerProviderStateMixin__tickerModeNotifier = null; + _this.super$State$dispose(0); } }; A.VendorOverview.prototype = { @@ -474063,8 +474087,8 @@ _.super$__ClientEditState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__ClientViewState_State_SingleTickerProviderStateMixin.prototype; _.super$__ClientViewState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _ = A.__ClientViewFullwidthState_State_SingleTickerProviderStateMixin.prototype; - _.super$__ClientViewFullwidthState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; + _ = A.__ClientViewFullwidthState_State_TickerProviderStateMixin.prototype; + _.super$__ClientViewFullwidthState_State_TickerProviderStateMixin$dispose = _.dispose$0; _ = A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin.prototype; _.super$__CompanyGatewayEditState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin.prototype; @@ -474133,8 +474157,8 @@ _.super$__VendorEditState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; _ = A.__VendorViewState_State_SingleTickerProviderStateMixin.prototype; _.super$__VendorViewState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; - _ = A.__VendorViewFullwidthState_State_SingleTickerProviderStateMixin.prototype; - _.super$__VendorViewFullwidthState_State_SingleTickerProviderStateMixin$dispose = _.dispose$0; + _ = A.__VendorViewFullwidthState_State_TickerProviderStateMixin.prototype; + _.super$__VendorViewFullwidthState_State_TickerProviderStateMixin$dispose = _.dispose$0; _ = A.LinkifyElement.prototype; _.super$LinkifyElement$equals = _.equals$1; _ = A.LinkableElement.prototype; @@ -476356,7 +476380,7 @@ _inheritMany(A.Widget, [A.StatefulWidget, A.StatelessWidget, A.RenderObjectWidget, A.ProxyWidget, A._NullWidget, A._NullWidget1, A._NullWidget3]); _inheritMany(A.StatefulWidget, [A.BoardItem, A.BoardList, A.BoardView, A.BaseChart, A._CupertinoBackGestureDetector, A.RawScrollbar, A.CupertinoSwitch, A.LicensePage, A._PackagesView, A._PackageLicensePage, A._MasterDetailFlow, A._MasterDetailScaffold, A.MaterialApp, A.AppBar, A.SliverAppBar, A.BottomAppBar, A.BottomSheet, A.RawMaterialButton, A.ButtonStyleButton, A.CalendarDatePicker, A._DatePickerModeToggleButton, A._MonthPicker, A._DayPicker, A.YearPicker, A.Checkbox, A._SortArrow, A.DatePickerDialog, A.DrawerController, A._DropdownMenuItemButton, A._DropdownMenu, A.DropdownButton, A.FormField, A.ExpandIcon, A.ExpansionPanelList, A.Ink, A._InkResponseStateWidget, A.InputDatePickerFormField, A._BorderContainer, A.AnimatedWidget, A._HelperError, A.InputDecorator, A.Material, A.ImplicitlyAnimatedWidget, A.MergeableMaterial, A.PaginatedDataTable, A.PopupMenuEntry, A.PopupMenuButton, A.ProgressIndicator, A.Radio, A.RefreshIndicator, A.ReorderableListView, A.ScaffoldMessenger, A._FloatingActionButtonTransition, A.Scaffold, A._StandardBottomSheet, A.SelectableText, A._MaterialSwitch, A.DefaultTabController, A.TabBar, A.TabBarView, A.TextField, A._Dial, A._TimePickerInput, A._HourMinuteTextField, A.TimePickerDialog, A.Tooltip, A.Actions, A.FocusableActionDetector, A.AnimatedCrossFade, A.AnimatedSize, A.AnimatedSwitcher, A.WidgetsApp, A.StreamBuilderBase, A.FutureBuilder, A.RawAutocomplete, A.AutofillGroup, A.AutomaticKeepAlive, A.Shortcuts, A.DraggableScrollableSheet, A.DualTransitionBuilder, A.EditableText, A._ScribbleFocusable, A._TextEditingHistory, A.Focus, A.FocusTraversalGroup, A.Form, A.RawGestureDetector, A.Hero, A.Image, A.InteractiveViewer, A.Localizations, A._MediaQueryFromWindow, A.Navigator, A._OverlayEntryWidget, A.Overlay, A.GlowingOverscrollIndicator, A.StretchingOverscrollIndicator, A.PageView, A.PlatformViewLink, A.SliverReorderableList, A._ReorderableItem, A.RestorationScope, A.RootRestorationScope, A._ModalScope, A.ScrollNotificationObserver, A.Scrollable, A.SharedAppData, A._FloatingHeader, A._SelectionHandleOverlay, A.TextSelectionGestureDetector, A.TickerMode, A.ValueListenableBuilder, A.WillPopScope, A.BlockPicker, A.JsonViewer, A.JsonObjectViewer, A.JsonArrayViewer, A._StoreStreamListener, A.SlidableAutoCloseBarrierNotificationSender, A.SlidableAutoCloseBarrierBehaviorListener, A._SlidableNotificationSender, A.SlidableDismissal, A.SlidableGestureDetector, A.SlidableGroupBehaviorListener, A.SlidableNotificationSender, A.SlidableScrollingBehavior, A.ActionPane, A.Slidable, A.StyledToast, A._StyledToastWidget, A.InvoiceNinjaApp, A.AppBottomBar, A.AppBuilder, A.ChangeLayoutBanner, A.DesktopSessionTimeout, A.HealthCheckDialog, A.MultiSelectList, A.EntityListTile, A.EntitiesListTile, A.EntityDropdown, A.EntityDropdownDialog, A.FormColorPicker, A.CustomField, A.DatePicker, A.DecoratedFormField, A.DurationPicker, A.GrowableFormField, A.PasswordFormField, A.TimePicker, A.HistoryListTile, A.InvoiceEmailView, A.TaxRateDropdown, A.LinkTextRelatedEntity, A.ListFilter, A.LiveText, A.DrawerTile, A.ContactUsDialog, A.DropDownMultiSelect, A.ScrollableListView, A.ScrollableListViewBuilder, A.SystemLogViewer, A._SortArrow0, A.AppPaginatedDataTable, A.EntityList, A.VariablesHelp, A.WebSessionTimeout, A.WebSocketRefresh, A.LoginView, A.ClientPdfView, A.ClientEdit, A.ClientEditBillingAddress, A.ClientEditContacts, A.ContactEditDetails, A.ClientEditDetails, A.ClientEditNotes, A.ClientEditSettings, A.ClientEditShippingAddress, A.ClientView, A.ClientViewActivity, A.ClientViewDetails, A.ClientViewFullwidth, A.ClientViewLedger, A.ClientViewSystemLogs, A.CompanyGatewayList, A.CompanyGatewayEdit, A.GatewayConfigField, A.LimitEditor, A.FeesEditor, A.CompanyGatewayView, A._CompanyGatewaySystemLog, A.CreditEdit, A.DashboardChart, A.DashboardDateRangePicker, A._DashboardPanel, A.DashboardScreen, A.DesignEdit, A.DesignSettings, A.PdfDesignPreview, A.DesignView, A.DocumentEdit, A.DocumentView, A.ExpenseEdit, A.ExpenseEditDetails, A.ExpenseEditNotes, A.ExpenseEditSettings, A.ExpenseView, A.ExpenseViewSchedule, A.ExpenseCategoryEdit, A.ExpenseCategoryView, A.GroupEdit, A.GroupView, A.InvoiceEdit, A.InvoiceEditDesktop, A._PdfPreview, A.InvoiceEditDetails, A.InvoiceEditItems, A.ItemEditDetails, A.InvoiceEditItemsDesktop, A.InvoiceEditNotes, A.InvoiceEditPDF, A.InvoiceItemSelector, A.InvoicePdfView, A.InvoiceView, A.InvoiceViewActivity, A.InvoiceViewHistory, A.InvoiceViewSchedule, A.PaymentEdit, A.PaymentableEditor, A.PaymentRefund, A.PaymentableEditor0, A.PaymentView, A.PaymentTermEdit, A.PaymentTermView, A.ProductEdit, A.ProductView, A.ProductOverview, A.ProjectEdit, A.ProjectView, A.ProjectOverview, A.QuoteEdit, A.RecurringInvoiceEdit, A.ReportDataTable, A.AccountManagement, A.ClientPortal, A.CompanyDetails, A.CreditCardsAndBanks, A.CustomFields, A.CustomFormField, A.DataVisualizations, A.DeviceSettings, A.EmailSettings, A.ExpenseSettings, A.GeneratedNumbers, A.EntityNumberSettings, A.ImportExport, A._FileImport, A._FileMapper, A.InvoiceDesign, A.LocalizationSettings, A._AddCompanyDialog, A.OnlinePayments, A.ProductSettings, A.SettingsList, A.SettingsWizard, A.TaskSettings, A.TaxSettings, A.TemplatesAndReminders, A.ReminderSettings, A.UserDetails, A._EnableTwoFactor, A.WorkflowSettings, A.SubscriptionEdit, A.SubscriptionView, A.UpdateDialog, A.TaskEdit, A.TaskEditDesktop, A.TaskEditDetails, A.TaskEditTimes, A.TimeEditDetails, A.KanbanTaskCard, A.KanbanStatusCard, A.KanbanView, A.KanbanViewBuilder, A.TaskView, A.TaskOverview, A.TaskStatusEdit, A.TaskStatusView, A.TaxRateEdit, A.TaxRateView, A.TokenEdit, A.TokenView, A.UserEdit, A.VendorEdit, A.VendorEditAddress, A.VendorEditContacts, A.VendorContactEditDetails, A.VendorEditDetails, A.VendorEditNotes, A.VendorView, A.VendorViewDetails, A.VendorViewFullwidth, A.WebhookEdit, A.WebhookView, A.PasswordConfirmation, A.FieldConfirmation, A.ExampleEditor, A.EditorToolbar, A.ImageFormatToolbar, A.FadeWidget, A.OctoImage, A.PdfPreviewCustom, A.PdfPreview, A.QrImageView, A.RoundedLoadingButton, A.MyStatefulWidget, A.BoxComponent, A.DocumentMouseInteractor, A.AndroidDocumentTouchInteractor, A.AndroidDocumentTouchEditingControls, A.IOSDocumentTouchInteractor, A.IosDocumentTouchEditingControls, A.DocumentImeInteractor, A.SingleColumnDocumentLayout, A._PresenterComponentBuilder, A.SuperEditor, A.TextComponent, A.MultiListenableBuilder, A.BlinkingTextCaret, A.BlinkingCaret, A.SuperSelectableText]); _inherit(A.State, A._State_Object_Diagnosticable); - _inheritMany(A.State, [A._BoardItemState_State_AutomaticKeepAliveClientMixin, A._BoardListState_State_AutomaticKeepAliveClientMixin, A._BoardViewState_State_AutomaticKeepAliveClientMixin, A._BaseChartState_State_TickerProviderStateMixin, A._CupertinoBackGestureDetectorState, A._RawScrollbarState_State_TickerProviderStateMixin, A.__CupertinoSwitchState_State_TickerProviderStateMixin, A._LicensePageState, A._PackagesViewState, A._PackageLicensePageState, A._MasterDetailFlowState, A._MasterDetailScaffoldState, A._MaterialAppState, A._AppBarState, A.__SliverAppBarState_State_TickerProviderStateMixin, A._BottomAppBarState, A._BottomSheetState, A.__RawMaterialButtonState_State_MaterialStateMixin, A.__ButtonStyleState_State_MaterialStateMixin, A._CalendarDatePickerState, A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin, A._MonthPickerState, A._DayPickerState, A._YearPickerState, A.__CheckboxState_State_TickerProviderStateMixin, A.__SortArrowState_State_TickerProviderStateMixin, A.__DatePickerDialogState_State_RestorationMixin, A._DrawerControllerState_State_SingleTickerProviderStateMixin, A._DropdownMenuItemButtonState, A._DropdownMenuState, A.__DropdownButtonState_State_WidgetsBindingObserver, A._FormFieldState_State_RestorationMixin, A.__ExpandIconState_State_SingleTickerProviderStateMixin, A._ExpansionPanelListState, A._InkState, A.__InkResponseState_State_AutomaticKeepAliveClientMixin, A._InputDatePickerFormFieldState, A.__BorderContainerState_State_TickerProviderStateMixin, A.__HelperErrorState_State_SingleTickerProviderStateMixin, A.__InputDecoratorState_State_TickerProviderStateMixin, A.__MaterialState_State_TickerProviderStateMixin, A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin, A.__MergeableMaterialState_State_TickerProviderStateMixin, A.PaginatedDataTableState, A._PopupMenuDividerState, A.PopupMenuItemState, A.PopupMenuButtonState, A.__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__RadioState_State_TickerProviderStateMixin, A._RefreshIndicatorState_State_TickerProviderStateMixin, A._ReorderableListViewState, A._ScaffoldMessengerState_State_TickerProviderStateMixin, A.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin, A._ScaffoldState_State_TickerProviderStateMixin, A._StandardBottomSheetState, A._SelectableTextState, A.__MaterialSwitchState_State_TickerProviderStateMixin, A.__DefaultTabControllerState_State_SingleTickerProviderStateMixin, A._TabBarState, A._TabBarViewState, A.__TextFieldState_State_RestorationMixin, A.__DialState_State_SingleTickerProviderStateMixin, A.__TimePickerInputState_State_RestorationMixin, A.__HourMinuteTextFieldState_State_RestorationMixin, A.__TimePickerDialogState_State_RestorationMixin, A._TooltipState_State_SingleTickerProviderStateMixin, A._ActionsState, A._FocusableActionDetectorState, A.__AnimatedCrossFadeState_State_TickerProviderStateMixin, A.__AnimatedSizeState_State_SingleTickerProviderStateMixin, A.__AnimatedSwitcherState_State_TickerProviderStateMixin, A.__WidgetsAppState_State_WidgetsBindingObserver, A._StreamBuilderBaseState, A._FutureBuilderState, A._RawAutocompleteState, A._AutofillGroupState_State_AutofillScopeMixin, A._AutomaticKeepAliveState, A._DraggableScrollableSheetState, A._DualTransitionBuilderState, A._EditableTextState_State_AutomaticKeepAliveClientMixin, A._ScribbleFocusableState, A._TextEditingHistoryState, A._FocusState, A._FocusTraversalGroupState, A.FormState, A.RawGestureDetectorState, A._HeroState, A.__ImageState_State_WidgetsBindingObserver, A.__InteractiveViewerState_State_TickerProviderStateMixin, A._LocalizationsState, A.__MediaQueryFromWindowState_State_WidgetsBindingObserver, A._NavigatorState_State_TickerProviderStateMixin, A._OverlayEntryWidgetState, A._OverlayState_State_TickerProviderStateMixin, A.__GlowingOverscrollIndicatorState_State_TickerProviderStateMixin, A.__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin, A._PageViewState, A._PlatformViewLinkState, A._SliverReorderableListState_State_TickerProviderStateMixin, A._ReorderableItemState, A.__RestorationScopeState_State_RestorationMixin, A._RootRestorationScopeState, A._ModalScopeState, A.ScrollNotificationObserverState, A._ScrollableState_State_TickerProviderStateMixin, A._SharedAppDataState, A._ShortcutsState, A._FloatingHeaderState, A.__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin, A._TextSelectionGestureDetectorState, A._TickerModeState, A._AnimatedState, A._ValueListenableBuilderState, A._WillPopScopeState, A._BlockPickerState, A._JsonViewerState, A.JsonObjectViewerState, A._JsonArrayViewerState, A._StoreStreamListenerState, A._SlidableAutoCloseBarrierNotificationSenderState, A._SlidableAutoCloseBarrierBehaviorListenerState, A._SlidableNotificationSenderState0, A.__SlidableDismissalState_State_SingleTickerProviderStateMixin, A._SlidableGestureDetectorState, A._SlidableGroupBehaviorListenerState, A._SlidableNotificationSenderState, A._SlidableScrollingBehaviorState, A._ActionPaneState, A.__SlidableState_State_TickerProviderStateMixin, A._StyledToastState, A._StyledToastWidgetState_State_TickerProviderStateMixin, A.InvoiceNinjaAppState, A._AppBottomBarState, A.AppBuilderState, A._ChangeLayoutBannerState, A._DesktopSessionTimeoutState, A._HealthCheckDialogState, A.MultiSelectListState, A._EntityListTileState, A._EntitiesListTileState, A._EntityDropdownState, A._EntityDropdownDialogState, A._FormColorPickerState, A._CustomFieldState, A._DatePickerState, A._DecoratedFormFieldState, A._DurationPickerState, A._GrowableFormFieldState, A._PasswordFormFieldState, A._TimePickerState, A._HistoryListTileState, A.__InvoiceEmailViewState_State_SingleTickerProviderStateMixin, A._TaxRateDropdownState, A._LinkTextRelatedEntityState, A._ListFilterState, A._LiveTextState, A._DrawerTileState, A._ContactUsDialogState, A._DropDownMultiSelectState, A._ScrollableListViewState, A._ScrollableListViewBuilderState, A._SystemLogViewerState, A.__SortArrowState_State_TickerProviderStateMixin0, A.AppPaginatedDataTableState, A._EntityListState, A.__VariablesHelpState_State_SingleTickerProviderStateMixin, A._WebSessionTimeoutState, A._WebSocketRefreshState, A._LoginState, A._ClientPdfViewState, A.__ClientEditState_State_SingleTickerProviderStateMixin, A.ClientEditBillingAddressState, A._ClientEditContactsState, A.ContactEditDetailsState, A.ClientEditDetailsState, A.ClientEditNotesState, A.ClientEditSettingsState, A.ClientEditShippingAddressState, A.__ClientViewState_State_SingleTickerProviderStateMixin, A._ClientViewActivityState, A._ClientViewDetailsState, A.__ClientViewFullwidthState_State_SingleTickerProviderStateMixin, A._ClientViewLedgerState, A._ClientViewSystemLogsState, A._CompanyGatewayListState, A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin, A._GatewayConfigFieldState, A._LimitEditorState, A._FeesEditorState, A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin, A.__CompanyGatewaySystemLogState, A.__CreditEditState_State_SingleTickerProviderStateMixin, A._DashboardChartState, A._DashboardDateRangePickerState, A.__DashboardPanelState, A.__DashboardScreenState_State_TickerProviderStateMixin, A.__DesignEditState_State_SingleTickerProviderStateMixin, A._DesignSettingsState, A._PdfDesignPreviewState, A._DesignViewState, A._DocumentEditState, A._DocumentViewState, A.__ExpenseEditState_State_SingleTickerProviderStateMixin, A.ExpenseEditDetailsState, A.ExpenseEditNotesState, A.ExpenseEditSettingsState, A.__ExpenseViewState_State_SingleTickerProviderStateMixin, A._ExpenseViewScheduleState, A._ExpenseCategoryEditState, A._ExpenseCategoryViewState, A._GroupEditState, A.__GroupViewState_State_SingleTickerProviderStateMixin, A.__InvoiceEditState_State_SingleTickerProviderStateMixin, A._InvoiceEditDesktopState_State_TickerProviderStateMixin, A.__PdfPreviewState, A.InvoiceEditDetailsState, A._InvoiceEditItemsState, A.ItemEditDetailsState, A._InvoiceEditItemsDesktopState, A.InvoiceEditNotesState, A.InvoiceEditPDFState, A.__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin, A._InvoicePdfViewState, A.__InvoiceViewState_State_SingleTickerProviderStateMixin, A._InvoiceViewActivityState, A._InvoiceViewHistoryState, A._InvoiceViewScheduleState, A._PaymentEditState, A._PaymentableEditorState, A._PaymentRefundState, A._PaymentableEditorState0, A._PaymentViewState, A._PaymentTermEditState, A._PaymentTermViewState, A._ProductEditState, A.__ProductViewState_State_SingleTickerProviderStateMixin, A._ProductOverviewState, A._ProjectEditState, A.__ProjectViewState_State_SingleTickerProviderStateMixin, A._ProjectOverviewState, A.__QuoteEditState_State_SingleTickerProviderStateMixin, A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin, A._ReportDataTableState, A.__AccountManagementState_State_SingleTickerProviderStateMixin, A.__ClientPortalState_State_SingleTickerProviderStateMixin, A.__CompanyDetailsState_State_SingleTickerProviderStateMixin, A.__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin, A.__CustomFieldsState_State_SingleTickerProviderStateMixin, A._CustomFormFieldState, A._DataVisualizationsState, A.__DeviceSettingsState_State_SingleTickerProviderStateMixin, A._EmailSettingsState, A._ExpenseSettingsState, A.__GeneratedNumbersState_State_SingleTickerProviderStateMixin, A._EntityNumberSettingsState, A._ImportExportState, A._FileImportState, A.__FileMapperState, A.__InvoiceDesignState_State_SingleTickerProviderStateMixin, A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin, A._AddCompanyDialogState, A._OnlinePaymentsState, A._ProductSettingsState, A._SettingsListState, A._SettingsWizardState, A._TaskSettingsState, A._TaxSettingsState, A.__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin, A._ReminderSettingsState, A.__UserDetailsState_State_SingleTickerProviderStateMixin, A._EnableTwoFactorState, A.__WorkflowSettingsState_State_SingleTickerProviderStateMixin, A.__SubscriptionEditState_State_SingleTickerProviderStateMixin, A._SubscriptionViewState, A._UpdateDialogState, A.__TaskEditState_State_SingleTickerProviderStateMixin, A._TaskEditDesktopState, A._TaskEditDetailsState, A._TaskEditTimesState, A.TimeEditDetailsState, A._KanbanTaskCardState, A._KanbanStatusCardState, A.KanbanViewState, A._KanbanViewBuilderState, A.__TaskViewState_State_SingleTickerProviderStateMixin, A._TaskOverviewState, A._TaskStatusEditState, A._TaskStatusViewState, A._TaxRateEditState, A._TaxRateViewState, A._TokenEditState, A._TokenViewState, A.__UserEditState_State_SingleTickerProviderStateMixin, A.__VendorEditState_State_SingleTickerProviderStateMixin, A.VendorEditAddressState, A._VendorEditContactsState, A.VendorContactEditDetailsState, A.VendorEditDetailsState, A.VendorEditNotesState, A.__VendorViewState_State_SingleTickerProviderStateMixin, A._VendorViewDetailsState, A.__VendorViewFullwidthState_State_SingleTickerProviderStateMixin, A._WebhookEditState, A._WebhookViewState, A._PasswordConfirmationState, A._FieldConfirmationState, A._ExampleEditorState, A._EditorToolbarState, A._ImageFormatToolbarState, A.__FadeWidgetState_State_SingleTickerProviderStateMixin, A._OctoImageState, A._PdfPreviewCustomState_State_PdfPreviewRaster, A._PdfPreviewState, A._QrImageViewState, A._RoundedLoadingButtonState_State_TickerProviderStateMixin, A.ExtendedState, A.__BoxComponentState_State_DocumentComponent, A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin, A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver, A.__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver, A.__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A._DocumentImeInteractorState, A._SingleColumnDocumentLayoutState, A._PresenterComponentBuilderState, A._SuperEditorState, A.__TextComponentState_State_DocumentComponent, A._MultiListenableBuilderState, A._BlinkingTextCaretState, A._BlinkingCaretState_State_SingleTickerProviderStateMixin, A.SuperSelectableTextState]); + _inheritMany(A.State, [A._BoardItemState_State_AutomaticKeepAliveClientMixin, A._BoardListState_State_AutomaticKeepAliveClientMixin, A._BoardViewState_State_AutomaticKeepAliveClientMixin, A._BaseChartState_State_TickerProviderStateMixin, A._CupertinoBackGestureDetectorState, A._RawScrollbarState_State_TickerProviderStateMixin, A.__CupertinoSwitchState_State_TickerProviderStateMixin, A._LicensePageState, A._PackagesViewState, A._PackageLicensePageState, A._MasterDetailFlowState, A._MasterDetailScaffoldState, A._MaterialAppState, A._AppBarState, A.__SliverAppBarState_State_TickerProviderStateMixin, A._BottomAppBarState, A._BottomSheetState, A.__RawMaterialButtonState_State_MaterialStateMixin, A.__ButtonStyleState_State_MaterialStateMixin, A._CalendarDatePickerState, A.__DatePickerModeToggleButtonState_State_SingleTickerProviderStateMixin, A._MonthPickerState, A._DayPickerState, A._YearPickerState, A.__CheckboxState_State_TickerProviderStateMixin, A.__SortArrowState_State_TickerProviderStateMixin, A.__DatePickerDialogState_State_RestorationMixin, A._DrawerControllerState_State_SingleTickerProviderStateMixin, A._DropdownMenuItemButtonState, A._DropdownMenuState, A.__DropdownButtonState_State_WidgetsBindingObserver, A._FormFieldState_State_RestorationMixin, A.__ExpandIconState_State_SingleTickerProviderStateMixin, A._ExpansionPanelListState, A._InkState, A.__InkResponseState_State_AutomaticKeepAliveClientMixin, A._InputDatePickerFormFieldState, A.__BorderContainerState_State_TickerProviderStateMixin, A.__HelperErrorState_State_SingleTickerProviderStateMixin, A.__InputDecoratorState_State_TickerProviderStateMixin, A.__MaterialState_State_TickerProviderStateMixin, A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin, A.__MergeableMaterialState_State_TickerProviderStateMixin, A.PaginatedDataTableState, A._PopupMenuDividerState, A.PopupMenuItemState, A.PopupMenuButtonState, A.__LinearProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin, A.__RadioState_State_TickerProviderStateMixin, A._RefreshIndicatorState_State_TickerProviderStateMixin, A._ReorderableListViewState, A._ScaffoldMessengerState_State_TickerProviderStateMixin, A.__FloatingActionButtonTransitionState_State_TickerProviderStateMixin, A._ScaffoldState_State_TickerProviderStateMixin, A._StandardBottomSheetState, A._SelectableTextState, A.__MaterialSwitchState_State_TickerProviderStateMixin, A.__DefaultTabControllerState_State_SingleTickerProviderStateMixin, A._TabBarState, A._TabBarViewState, A.__TextFieldState_State_RestorationMixin, A.__DialState_State_SingleTickerProviderStateMixin, A.__TimePickerInputState_State_RestorationMixin, A.__HourMinuteTextFieldState_State_RestorationMixin, A.__TimePickerDialogState_State_RestorationMixin, A._TooltipState_State_SingleTickerProviderStateMixin, A._ActionsState, A._FocusableActionDetectorState, A.__AnimatedCrossFadeState_State_TickerProviderStateMixin, A.__AnimatedSizeState_State_SingleTickerProviderStateMixin, A.__AnimatedSwitcherState_State_TickerProviderStateMixin, A.__WidgetsAppState_State_WidgetsBindingObserver, A._StreamBuilderBaseState, A._FutureBuilderState, A._RawAutocompleteState, A._AutofillGroupState_State_AutofillScopeMixin, A._AutomaticKeepAliveState, A._DraggableScrollableSheetState, A._DualTransitionBuilderState, A._EditableTextState_State_AutomaticKeepAliveClientMixin, A._ScribbleFocusableState, A._TextEditingHistoryState, A._FocusState, A._FocusTraversalGroupState, A.FormState, A.RawGestureDetectorState, A._HeroState, A.__ImageState_State_WidgetsBindingObserver, A.__InteractiveViewerState_State_TickerProviderStateMixin, A._LocalizationsState, A.__MediaQueryFromWindowState_State_WidgetsBindingObserver, A._NavigatorState_State_TickerProviderStateMixin, A._OverlayEntryWidgetState, A._OverlayState_State_TickerProviderStateMixin, A.__GlowingOverscrollIndicatorState_State_TickerProviderStateMixin, A.__StretchingOverscrollIndicatorState_State_TickerProviderStateMixin, A._PageViewState, A._PlatformViewLinkState, A._SliverReorderableListState_State_TickerProviderStateMixin, A._ReorderableItemState, A.__RestorationScopeState_State_RestorationMixin, A._RootRestorationScopeState, A._ModalScopeState, A.ScrollNotificationObserverState, A._ScrollableState_State_TickerProviderStateMixin, A._SharedAppDataState, A._ShortcutsState, A._FloatingHeaderState, A.__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin, A._TextSelectionGestureDetectorState, A._TickerModeState, A._AnimatedState, A._ValueListenableBuilderState, A._WillPopScopeState, A._BlockPickerState, A._JsonViewerState, A.JsonObjectViewerState, A._JsonArrayViewerState, A._StoreStreamListenerState, A._SlidableAutoCloseBarrierNotificationSenderState, A._SlidableAutoCloseBarrierBehaviorListenerState, A._SlidableNotificationSenderState0, A.__SlidableDismissalState_State_SingleTickerProviderStateMixin, A._SlidableGestureDetectorState, A._SlidableGroupBehaviorListenerState, A._SlidableNotificationSenderState, A._SlidableScrollingBehaviorState, A._ActionPaneState, A.__SlidableState_State_TickerProviderStateMixin, A._StyledToastState, A._StyledToastWidgetState_State_TickerProviderStateMixin, A.InvoiceNinjaAppState, A._AppBottomBarState, A.AppBuilderState, A._ChangeLayoutBannerState, A._DesktopSessionTimeoutState, A._HealthCheckDialogState, A.MultiSelectListState, A._EntityListTileState, A._EntitiesListTileState, A._EntityDropdownState, A._EntityDropdownDialogState, A._FormColorPickerState, A._CustomFieldState, A._DatePickerState, A._DecoratedFormFieldState, A._DurationPickerState, A._GrowableFormFieldState, A._PasswordFormFieldState, A._TimePickerState, A._HistoryListTileState, A.__InvoiceEmailViewState_State_SingleTickerProviderStateMixin, A._TaxRateDropdownState, A._LinkTextRelatedEntityState, A._ListFilterState, A._LiveTextState, A._DrawerTileState, A._ContactUsDialogState, A._DropDownMultiSelectState, A._ScrollableListViewState, A._ScrollableListViewBuilderState, A._SystemLogViewerState, A.__SortArrowState_State_TickerProviderStateMixin0, A.AppPaginatedDataTableState, A._EntityListState, A.__VariablesHelpState_State_SingleTickerProviderStateMixin, A._WebSessionTimeoutState, A._WebSocketRefreshState, A._LoginState, A._ClientPdfViewState, A.__ClientEditState_State_SingleTickerProviderStateMixin, A.ClientEditBillingAddressState, A._ClientEditContactsState, A.ContactEditDetailsState, A.ClientEditDetailsState, A.ClientEditNotesState, A.ClientEditSettingsState, A.ClientEditShippingAddressState, A.__ClientViewState_State_SingleTickerProviderStateMixin, A._ClientViewActivityState, A._ClientViewDetailsState, A.__ClientViewFullwidthState_State_TickerProviderStateMixin, A._ClientViewLedgerState, A._ClientViewSystemLogsState, A._CompanyGatewayListState, A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin, A._GatewayConfigFieldState, A._LimitEditorState, A._FeesEditorState, A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin, A.__CompanyGatewaySystemLogState, A.__CreditEditState_State_SingleTickerProviderStateMixin, A._DashboardChartState, A._DashboardDateRangePickerState, A.__DashboardPanelState, A.__DashboardScreenState_State_TickerProviderStateMixin, A.__DesignEditState_State_SingleTickerProviderStateMixin, A._DesignSettingsState, A._PdfDesignPreviewState, A._DesignViewState, A._DocumentEditState, A._DocumentViewState, A.__ExpenseEditState_State_SingleTickerProviderStateMixin, A.ExpenseEditDetailsState, A.ExpenseEditNotesState, A.ExpenseEditSettingsState, A.__ExpenseViewState_State_SingleTickerProviderStateMixin, A._ExpenseViewScheduleState, A._ExpenseCategoryEditState, A._ExpenseCategoryViewState, A._GroupEditState, A.__GroupViewState_State_SingleTickerProviderStateMixin, A.__InvoiceEditState_State_SingleTickerProviderStateMixin, A._InvoiceEditDesktopState_State_TickerProviderStateMixin, A.__PdfPreviewState, A.InvoiceEditDetailsState, A._InvoiceEditItemsState, A.ItemEditDetailsState, A._InvoiceEditItemsDesktopState, A.InvoiceEditNotesState, A.InvoiceEditPDFState, A.__InvoiceItemSelectorState_State_SingleTickerProviderStateMixin, A._InvoicePdfViewState, A.__InvoiceViewState_State_SingleTickerProviderStateMixin, A._InvoiceViewActivityState, A._InvoiceViewHistoryState, A._InvoiceViewScheduleState, A._PaymentEditState, A._PaymentableEditorState, A._PaymentRefundState, A._PaymentableEditorState0, A._PaymentViewState, A._PaymentTermEditState, A._PaymentTermViewState, A._ProductEditState, A.__ProductViewState_State_SingleTickerProviderStateMixin, A._ProductOverviewState, A._ProjectEditState, A.__ProjectViewState_State_SingleTickerProviderStateMixin, A._ProjectOverviewState, A.__QuoteEditState_State_SingleTickerProviderStateMixin, A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin, A._ReportDataTableState, A.__AccountManagementState_State_SingleTickerProviderStateMixin, A.__ClientPortalState_State_SingleTickerProviderStateMixin, A.__CompanyDetailsState_State_SingleTickerProviderStateMixin, A.__CreditCardsAndBanksState_State_SingleTickerProviderStateMixin, A.__CustomFieldsState_State_SingleTickerProviderStateMixin, A._CustomFormFieldState, A._DataVisualizationsState, A.__DeviceSettingsState_State_SingleTickerProviderStateMixin, A._EmailSettingsState, A._ExpenseSettingsState, A.__GeneratedNumbersState_State_SingleTickerProviderStateMixin, A._EntityNumberSettingsState, A._ImportExportState, A._FileImportState, A.__FileMapperState, A.__InvoiceDesignState_State_SingleTickerProviderStateMixin, A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin, A._AddCompanyDialogState, A._OnlinePaymentsState, A._ProductSettingsState, A._SettingsListState, A._SettingsWizardState, A._TaskSettingsState, A._TaxSettingsState, A.__TemplatesAndRemindersState_State_SingleTickerProviderStateMixin, A._ReminderSettingsState, A.__UserDetailsState_State_SingleTickerProviderStateMixin, A._EnableTwoFactorState, A.__WorkflowSettingsState_State_SingleTickerProviderStateMixin, A.__SubscriptionEditState_State_SingleTickerProviderStateMixin, A._SubscriptionViewState, A._UpdateDialogState, A.__TaskEditState_State_SingleTickerProviderStateMixin, A._TaskEditDesktopState, A._TaskEditDetailsState, A._TaskEditTimesState, A.TimeEditDetailsState, A._KanbanTaskCardState, A._KanbanStatusCardState, A.KanbanViewState, A._KanbanViewBuilderState, A.__TaskViewState_State_SingleTickerProviderStateMixin, A._TaskOverviewState, A._TaskStatusEditState, A._TaskStatusViewState, A._TaxRateEditState, A._TaxRateViewState, A._TokenEditState, A._TokenViewState, A.__UserEditState_State_SingleTickerProviderStateMixin, A.__VendorEditState_State_SingleTickerProviderStateMixin, A.VendorEditAddressState, A._VendorEditContactsState, A.VendorContactEditDetailsState, A.VendorEditDetailsState, A.VendorEditNotesState, A.__VendorViewState_State_SingleTickerProviderStateMixin, A._VendorViewDetailsState, A.__VendorViewFullwidthState_State_TickerProviderStateMixin, A._WebhookEditState, A._WebhookViewState, A._PasswordConfirmationState, A._FieldConfirmationState, A._ExampleEditorState, A._EditorToolbarState, A._ImageFormatToolbarState, A.__FadeWidgetState_State_SingleTickerProviderStateMixin, A._OctoImageState, A._PdfPreviewCustomState_State_PdfPreviewRaster, A._PdfPreviewState, A._QrImageViewState, A._RoundedLoadingButtonState_State_TickerProviderStateMixin, A.ExtendedState, A.__BoxComponentState_State_DocumentComponent, A.__DocumentMouseInteractorState_State_SingleTickerProviderStateMixin, A.__AndroidDocumentTouchInteractorState_State_WidgetsBindingObserver, A.__AndroidDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A.__IOSDocumentTouchInteractorState_State_WidgetsBindingObserver, A.__IosDocumentTouchEditingControlsState_State_SingleTickerProviderStateMixin, A._DocumentImeInteractorState, A._SingleColumnDocumentLayoutState, A._PresenterComponentBuilderState, A._SuperEditorState, A.__TextComponentState_State_DocumentComponent, A._MultiListenableBuilderState, A._BlinkingTextCaretState, A._BlinkingCaretState_State_SingleTickerProviderStateMixin, A.SuperSelectableTextState]); _inherit(A.BoardItemState, A._BoardItemState_State_AutomaticKeepAliveClientMixin); _inherit(A.BoardListState, A._BoardListState_State_AutomaticKeepAliveClientMixin); _inherit(A.BoardViewState, A._BoardViewState_State_AutomaticKeepAliveClientMixin); @@ -477330,7 +477354,7 @@ _inheritMany(A.EntityPresenter, [A.ClientPresenter, A.CreditPresenter, A.ExpensePresenter, A.ExpenseCategoryPresenter, A.InvoicePresenter, A.PaymentPresenter, A.ProductPresenter, A.ProjectPresenter, A.QuotePresenter, A.RecurringExpensePresenter, A.RecurringInvoicePresenter, A.SubscriptionPresenter, A.TaskPresenter, A.TaskStatusPresenter, A.TokenPresenter, A.VendorPresenter, A.WebhookPresenter]); _inherit(A._ClientEditState, A.__ClientEditState_State_SingleTickerProviderStateMixin); _inherit(A._ClientViewState, A.__ClientViewState_State_SingleTickerProviderStateMixin); - _inherit(A._ClientViewFullwidthState, A.__ClientViewFullwidthState_State_SingleTickerProviderStateMixin); + _inherit(A._ClientViewFullwidthState, A.__ClientViewFullwidthState_State_TickerProviderStateMixin); _inherit(A._CompanyGatewayEditState, A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin); _inherit(A._CompanyGatewayViewState, A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin); _inheritMany(A.EmailEntityVM, [A.EmailCreditVM, A.EmailInvoiceVM, A.EmailQuoteVM]); @@ -477379,7 +477403,7 @@ _inherit(A._UserEditState, A.__UserEditState_State_SingleTickerProviderStateMixin); _inherit(A._VendorEditState, A.__VendorEditState_State_SingleTickerProviderStateMixin); _inherit(A._VendorViewState, A.__VendorViewState_State_SingleTickerProviderStateMixin); - _inherit(A._VendorViewFullwidthState, A.__VendorViewFullwidthState_State_SingleTickerProviderStateMixin); + _inherit(A._VendorViewFullwidthState, A.__VendorViewFullwidthState_State_TickerProviderStateMixin); _inherit(A._AppLocalization_LocaleCodeAware_LocalizationsProvider, A.LocaleCodeAware); _inherit(A.AppLocalization, A._AppLocalization_LocaleCodeAware_LocalizationsProvider); _inheritMany(A.LinkifyElement, [A.LinkableElement, A.TextElement]); @@ -477940,7 +477964,7 @@ _mixinHard(A.__VariablesHelpState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixinHard(A.__ClientEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixinHard(A.__ClientViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixinHard(A.__ClientViewFullwidthState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__ClientViewFullwidthState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixinHard(A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixinHard(A.__CompanyGatewayViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixinHard(A.__CreditEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); @@ -477975,7 +477999,7 @@ _mixinHard(A.__UserEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixinHard(A.__VendorEditState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixinHard(A.__VendorViewState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); - _mixinHard(A.__VendorViewFullwidthState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); + _mixinHard(A.__VendorViewFullwidthState_State_TickerProviderStateMixin, A.TickerProviderStateMixin); _mixin(A._AppLocalization_LocaleCodeAware_LocalizationsProvider, A.LocalizationsProvider); _mixinHard(A.__FadeWidgetState_State_SingleTickerProviderStateMixin, A.SingleTickerProviderStateMixin); _mixinHard(A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin, A.ContainerRenderObjectMixin);