@mx-cartographer/experiences 9.2.4-alpha.al4 → 9.3.0-alph.bb2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/accounts/AccountsMiniWidget.es.js +56 -0
- package/dist/accounts/AccountsMiniWidget.es.js.map +1 -0
- package/dist/accounts/AccountsWidget.es.js +75 -0
- package/dist/accounts/AccountsWidget.es.js.map +1 -0
- package/dist/accounts/ConnectMiniWidget.es.js +35 -0
- package/dist/accounts/ConnectMiniWidget.es.js.map +1 -0
- package/dist/accounts/components/AccountListItem.es.js +91 -0
- package/dist/accounts/components/AccountListItem.es.js.map +1 -0
- package/dist/accounts/components/AccountsList.es.js +129 -0
- package/dist/accounts/components/AccountsList.es.js.map +1 -0
- package/dist/accounts/components/AccountsListCompact.es.js +86 -0
- package/dist/accounts/components/AccountsListCompact.es.js.map +1 -0
- package/dist/accounts/components/ConnectImage.es.js +388 -0
- package/dist/accounts/components/ConnectImage.es.js.map +1 -0
- package/dist/accounts/components/ConnectMiniWidgetCard.es.js +27 -0
- package/dist/accounts/components/ConnectMiniWidgetCard.es.js.map +1 -0
- package/dist/accounts/components/ConnectionStatusIcons.es.js +23 -0
- package/dist/accounts/components/ConnectionStatusIcons.es.js.map +1 -0
- package/dist/accounts/components/ConnectionsDrawer.es.js +52 -0
- package/dist/accounts/components/ConnectionsDrawer.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountActions.es.js +134 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountActions.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountActionsRow.es.js +32 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountActionsRow.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountConnection.es.js +158 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountConnection.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailEdit.es.js +119 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailEdit.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetails.es.js +75 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetails.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsChart.es.js +38 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsChart.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsContent.es.js +50 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsContent.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsDrawer.es.js +21 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsDrawer.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsHeader.es.js +81 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsHeader.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsTab.es.js +22 -0
- package/dist/accounts/components/detailsdrawer/Accounts/AccountDetailsTab.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Accounts/ConnectionErrorMessage.es.js +75 -0
- package/dist/accounts/components/detailsdrawer/Accounts/ConnectionErrorMessage.es.js.map +1 -0
- package/dist/accounts/components/detailsdrawer/Transactions/TransactionsTab.es.js +37 -0
- package/dist/accounts/components/detailsdrawer/Transactions/TransactionsTab.es.js.map +1 -0
- package/dist/accounts/constants/Accounts.d.ts +1 -4
- package/dist/accounts/constants/Accounts.es.js +10 -0
- package/dist/accounts/constants/Accounts.es.js.map +1 -0
- package/dist/accounts/hooks/useGetMergeableAccounts.es.js +11 -0
- package/dist/accounts/hooks/useGetMergeableAccounts.es.js.map +1 -0
- package/dist/accounts/hooks/useUiStore.es.js +12 -0
- package/dist/accounts/hooks/useUiStore.es.js.map +1 -0
- package/dist/accounts/index.es.js +23 -784
- package/dist/accounts/utils/AccountDetails.es.js +28 -0
- package/dist/accounts/utils/AccountDetails.es.js.map +1 -0
- package/dist/accounts/utils/AccountFields.es.js +131 -0
- package/dist/accounts/utils/AccountFields.es.js.map +1 -0
- package/dist/accounts/utils/getConnectionMessages.es.js +131 -0
- package/dist/accounts/utils/getConnectionMessages.es.js.map +1 -0
- package/dist/analytics/SurveyMiniWidget.es.js +117 -0
- package/dist/analytics/SurveyMiniWidget.es.js.map +1 -0
- package/dist/analytics/components/OpenTextField.es.js +23 -0
- package/dist/analytics/components/OpenTextField.es.js.map +1 -0
- package/dist/analytics/components/RatingScale.es.js +56 -0
- package/dist/analytics/components/RatingScale.es.js.map +1 -0
- package/dist/analytics/index.es.js +2 -151
- package/dist/budgets/BubbleBudgetsMiniWidget.es.js +100 -0
- package/dist/budgets/BubbleBudgetsMiniWidget.es.js.map +1 -0
- package/dist/budgets/BubbleBudgetsWidget.es.js +143 -0
- package/dist/budgets/BubbleBudgetsWidget.es.js.map +1 -0
- package/dist/budgets/components/AddBudgets.es.js +31 -0
- package/dist/budgets/components/AddBudgets.es.js.map +1 -0
- package/dist/budgets/components/BubbleBudgets.es.js +47 -0
- package/dist/budgets/components/BubbleBudgets.es.js.map +1 -0
- package/dist/budgets/components/BubbleChart.es.js +59 -0
- package/dist/budgets/components/BubbleChart.es.js.map +1 -0
- package/dist/budgets/components/BudgetDetailsDrawer.es.js +106 -0
- package/dist/budgets/components/BudgetDetailsDrawer.es.js.map +1 -0
- package/dist/budgets/components/BudgetDetailsDrawerV2.es.js +126 -0
- package/dist/budgets/components/BudgetDetailsDrawerV2.es.js.map +1 -0
- package/dist/budgets/components/BudgetList.es.js +44 -0
- package/dist/budgets/components/BudgetList.es.js.map +1 -0
- package/dist/budgets/components/BudgetsEmptyState.es.js +109 -0
- package/dist/budgets/components/BudgetsEmptyState.es.js.map +1 -0
- package/dist/budgets/components/MerchantBudgetDetailsDrawer.es.js +54 -0
- package/dist/budgets/components/MerchantBudgetDetailsDrawer.es.js.map +1 -0
- package/dist/budgets/components/Overview.es.js +129 -0
- package/dist/budgets/components/Overview.es.js.map +1 -0
- package/dist/budgets/components/addbudget/Header.es.js +70 -0
- package/dist/budgets/components/addbudget/Header.es.js.map +1 -0
- package/dist/budgets/components/addbudget/RecalculateBudgetRow.es.js +30 -0
- package/dist/budgets/components/addbudget/RecalculateBudgetRow.es.js.map +1 -0
- package/dist/budgets/components/addbudget/RecalculateBudgets.es.js +62 -0
- package/dist/budgets/components/addbudget/RecalculateBudgets.es.js.map +1 -0
- package/dist/budgets/components/addbudget/UnbudgetedRow.es.js +50 -0
- package/dist/budgets/components/addbudget/UnbudgetedRow.es.js.map +1 -0
- package/dist/budgets/components/bubblechart/Bubble.es.js +128 -0
- package/dist/budgets/components/bubblechart/Bubble.es.js.map +1 -0
- package/dist/budgets/components/bubblechart/Mercury.es.js +29 -0
- package/dist/budgets/components/bubblechart/Mercury.es.js.map +1 -0
- package/dist/budgets/components/budgetdetails/AddSubBudget.es.js +98 -0
- package/dist/budgets/components/budgetdetails/AddSubBudget.es.js.map +1 -0
- package/dist/budgets/components/budgetdetails/BudgetDetails.es.js +66 -0
- package/dist/budgets/components/budgetdetails/BudgetDetails.es.js.map +1 -0
- package/dist/budgets/components/budgetdetails/Header.es.js +48 -0
- package/dist/budgets/components/budgetdetails/Header.es.js.map +1 -0
- package/dist/budgets/components/budgetdetails/SubBudgetList.es.js +98 -0
- package/dist/budgets/components/budgetdetails/SubBudgetList.es.js.map +1 -0
- package/dist/budgets/components/budgetlist/BudgetRow.es.js +71 -0
- package/dist/budgets/components/budgetlist/BudgetRow.es.js.map +1 -0
- package/dist/budgets/components/budgetlist/SubBudgetRow.es.js +62 -0
- package/dist/budgets/components/budgetlist/SubBudgetRow.es.js.map +1 -0
- package/dist/budgets/components/budgetlist/SubBudgetZeroState.es.js +38 -0
- package/dist/budgets/components/budgetlist/SubBudgetZeroState.es.js.map +1 -0
- package/dist/budgets/components/shared/BudgetAmount.es.js +27 -0
- package/dist/budgets/components/shared/BudgetAmount.es.js.map +1 -0
- package/dist/budgets/components/shared/BudgetDetailsTopSection.es.js +84 -0
- package/dist/budgets/components/shared/BudgetDetailsTopSection.es.js.map +1 -0
- package/dist/budgets/index.es.js +6 -1400
- package/dist/budgets/utils/BubblesSVG.es.js +73 -0
- package/dist/budgets/utils/BubblesSVG.es.js.map +1 -0
- package/dist/cashflow/CashflowMiniWidget.es.js +45 -0
- package/dist/cashflow/CashflowMiniWidget.es.js.map +1 -0
- package/dist/cashflow/CashflowOnboarding.es.js +224 -0
- package/dist/cashflow/CashflowOnboarding.es.js.map +1 -0
- package/dist/cashflow/CashflowWidget.es.js +101 -0
- package/dist/cashflow/CashflowWidget.es.js.map +1 -0
- package/dist/cashflow/components/CashflowAmountHeading.es.js +45 -0
- package/dist/cashflow/components/CashflowAmountHeading.es.js.map +1 -0
- package/dist/cashflow/components/CashflowContent.es.js +63 -0
- package/dist/cashflow/components/CashflowContent.es.js.map +1 -0
- package/dist/cashflow/components/CashflowHeading.es.js +101 -0
- package/dist/cashflow/components/CashflowHeading.es.js.map +1 -0
- package/dist/cashflow/components/CashflowWidgetContent.es.js +167 -0
- package/dist/cashflow/components/CashflowWidgetContent.es.js.map +1 -0
- package/dist/cashflow/components/DetailsExpenseHeader.es.js +37 -0
- package/dist/cashflow/components/DetailsExpenseHeader.es.js.map +1 -0
- package/dist/cashflow/components/DetailsExpenseRow.es.js +57 -0
- package/dist/cashflow/components/DetailsExpenseRow.es.js.map +1 -0
- package/dist/cashflow/components/DetailsFooter.es.js +21 -0
- package/dist/cashflow/components/DetailsFooter.es.js.map +1 -0
- package/dist/cashflow/components/DetailsTab.es.js +90 -0
- package/dist/cashflow/components/DetailsTab.es.js.map +1 -0
- package/dist/cashflow/components/RemainingCash.es.js +35 -0
- package/dist/cashflow/components/RemainingCash.es.js.map +1 -0
- package/dist/cashflow/components/SummaryTab.es.js +258 -0
- package/dist/cashflow/components/SummaryTab.es.js.map +1 -0
- package/dist/cashflow/components/onboarding/StepOne.es.js +128 -0
- package/dist/cashflow/components/onboarding/StepOne.es.js.map +1 -0
- package/dist/cashflow/components/onboarding/StepTwo.es.js +26 -0
- package/dist/cashflow/components/onboarding/StepTwo.es.js.map +1 -0
- package/dist/cashflow/constants/CashflowImages.es.js +9 -0
- package/dist/cashflow/constants/CashflowImages.es.js.map +1 -0
- package/dist/cashflow/context/hooks.d.ts +1 -1
- package/dist/cashflow/context/hooks.es.js +12 -0
- package/dist/cashflow/context/hooks.es.js.map +1 -0
- package/dist/cashflow/index.es.js +6 -1058
- package/dist/cashflow/util/Filters.es.js +9 -0
- package/dist/cashflow/util/Filters.es.js.map +1 -0
- package/dist/categories/components/CategoryList.es.js +38 -0
- package/dist/categories/components/CategoryList.es.js.map +1 -0
- package/dist/categories/components/CategoryRow.es.js +65 -0
- package/dist/categories/components/CategoryRow.es.js.map +1 -0
- package/dist/categories/components/CategorySelector.es.js +39 -0
- package/dist/categories/components/CategorySelector.es.js.map +1 -0
- package/dist/categories/components/CategorySelectorDrawer.es.js +24 -0
- package/dist/categories/components/CategorySelectorDrawer.es.js.map +1 -0
- package/dist/categories/components/CustomCategories/AddSubcategory.es.js +46 -0
- package/dist/categories/components/CustomCategories/AddSubcategory.es.js.map +1 -0
- package/dist/categories/components/CustomCategories/CustomCategoryModal.es.js +61 -0
- package/dist/categories/components/CustomCategories/CustomCategoryModal.es.js.map +1 -0
- package/dist/categories/components/CustomCategories/DeleteSubcategory.es.js +26 -0
- package/dist/categories/components/CustomCategories/DeleteSubcategory.es.js.map +1 -0
- package/dist/categories/components/CustomCategories/RenameSubcategory.es.js +29 -0
- package/dist/categories/components/CustomCategories/RenameSubcategory.es.js.map +1 -0
- package/dist/categories/components/SubcategoryList.es.js +41 -0
- package/dist/categories/components/SubcategoryList.es.js.map +1 -0
- package/dist/categories/components/SubcategoryRow.es.js +90 -0
- package/dist/categories/components/SubcategoryRow.es.js.map +1 -0
- package/dist/categories/constants/OnClickEvents.es.js +18 -0
- package/dist/categories/constants/OnClickEvents.es.js.map +1 -0
- package/dist/categories/context/hooks.es.js +12 -0
- package/dist/categories/context/hooks.es.js.map +1 -0
- package/dist/categories/index.es.js +8 -6
- package/dist/common/components/Banner.es.js +39 -0
- package/dist/common/components/Banner.es.js.map +1 -0
- package/dist/common/components/ConnectCard.es.js +58 -0
- package/dist/common/components/ConnectCard.es.js.map +1 -0
- package/dist/common/components/ConnectDrawer.es.js +53 -0
- package/dist/common/components/ConnectDrawer.es.js.map +1 -0
- package/dist/common/components/ConnectStatus.d.ts +6 -0
- package/dist/common/components/ConnectStatus.es.js +39 -0
- package/dist/common/components/ConnectStatus.es.js.map +1 -0
- package/dist/common/components/CurrencyDialog.es.js +119 -0
- package/dist/common/components/CurrencyDialog.es.js.map +1 -0
- package/dist/common/components/CurrencyInput.es.js +49 -0
- package/dist/common/components/CurrencyInput.es.js.map +1 -0
- package/dist/common/components/CurrencyText.es.js +17 -0
- package/dist/common/components/CurrencyText.es.js.map +1 -0
- package/dist/common/components/DataRow.es.js +53 -0
- package/dist/common/components/DataRow.es.js.map +1 -0
- package/dist/common/components/EmptyState.es.js +68 -0
- package/dist/common/components/EmptyState.es.js.map +1 -0
- package/dist/common/components/Error.es.js +86 -0
- package/dist/common/components/Error.es.js.map +1 -0
- package/dist/common/components/ErrorBoundary.es.js +26 -0
- package/dist/common/components/ErrorBoundary.es.js.map +1 -0
- package/dist/common/components/GlobalAccountFilter.es.js +97 -0
- package/dist/common/components/GlobalAccountFilter.es.js.map +1 -0
- package/dist/common/components/IconBacking.es.js +25 -0
- package/dist/common/components/IconBacking.es.js.map +1 -0
- package/dist/common/components/InformationTooltip.es.js +49 -0
- package/dist/common/components/InformationTooltip.es.js.map +1 -0
- package/dist/common/components/ListItemAction.es.js +55 -0
- package/dist/common/components/ListItemAction.es.js.map +1 -0
- package/dist/common/components/ListItemRow.es.js +65 -0
- package/dist/common/components/ListItemRow.es.js.map +1 -0
- package/dist/common/components/ListItemWrapper.es.js +37 -0
- package/dist/common/components/ListItemWrapper.es.js.map +1 -0
- package/dist/common/components/Loader.es.js +17 -0
- package/dist/common/components/Loader.es.js.map +1 -0
- package/dist/common/components/MicroWidgetContainer.es.js +60 -0
- package/dist/common/components/MicroWidgetContainer.es.js.map +1 -0
- package/dist/common/components/MiniWidgetContainer.es.js +77 -0
- package/dist/common/components/MiniWidgetContainer.es.js.map +1 -0
- package/dist/common/components/ResponsiveButton.es.js +37 -0
- package/dist/common/components/ResponsiveButton.es.js.map +1 -0
- package/dist/common/components/SearchBox.es.js +59 -0
- package/dist/common/components/SearchBox.es.js.map +1 -0
- package/dist/common/components/Select.d.ts +1 -1
- package/dist/common/components/Select.es.js +33 -0
- package/dist/common/components/Select.es.js.map +1 -0
- package/dist/common/components/SelectionBox.es.js +45 -0
- package/dist/common/components/SelectionBox.es.js.map +1 -0
- package/dist/common/components/SkeletonLoader.es.js +104 -0
- package/dist/common/components/SkeletonLoader.es.js.map +1 -0
- package/dist/common/components/SubheaderRow.es.js +23 -0
- package/dist/common/components/SubheaderRow.es.js.map +1 -0
- package/dist/common/components/TabContentContainer.es.js +14 -0
- package/dist/common/components/TabContentContainer.es.js.map +1 -0
- package/dist/common/components/TinyBarChart.d.ts +1 -1
- package/dist/common/components/TinyBarChart.es.js +81 -0
- package/dist/common/components/TinyBarChart.es.js.map +1 -0
- package/dist/common/components/WidgetContainer.es.js +146 -0
- package/dist/common/components/WidgetContainer.es.js.map +1 -0
- package/dist/common/components/WidgetDateRangeSelector.es.js +38 -0
- package/dist/common/components/WidgetDateRangeSelector.es.js.map +1 -0
- package/dist/common/components/addaccounts/AddAccounts.es.js +50 -0
- package/dist/common/components/addaccounts/AddAccounts.es.js.map +1 -0
- package/dist/common/components/calendar/Calendar.es.js +148 -0
- package/dist/common/components/calendar/Calendar.es.js.map +1 -0
- package/dist/common/components/calendar/Day.es.js +82 -0
- package/dist/common/components/calendar/Day.es.js.map +1 -0
- package/dist/common/components/calendar/Header.es.js +42 -0
- package/dist/common/components/calendar/Header.es.js.map +1 -0
- package/dist/common/components/charts/Donut.es.js +82 -0
- package/dist/common/components/charts/Donut.es.js.map +1 -0
- package/dist/common/components/charts/LineChart.es.js +195 -0
- package/dist/common/components/charts/LineChart.es.js.map +1 -0
- package/dist/common/components/charts/StackedLineChart.es.js +208 -0
- package/dist/common/components/charts/StackedLineChart.es.js.map +1 -0
- package/dist/common/components/charts/StatusBar.es.js +25 -0
- package/dist/common/components/charts/StatusBar.es.js.map +1 -0
- package/dist/common/components/charts/chartSlotProps.d.ts +16 -0
- package/dist/common/components/charts/chartSlotProps.es.js +16 -0
- package/dist/common/components/charts/chartSlotProps.es.js.map +1 -0
- package/dist/common/components/charts/linechart/CustomLegend.es.js +95 -0
- package/dist/common/components/charts/linechart/CustomLegend.es.js.map +1 -0
- package/dist/common/components/charts/linechart/CustomLine.es.js +27 -0
- package/dist/common/components/charts/linechart/CustomLine.es.js.map +1 -0
- package/dist/common/components/charts/linechart/CustomMark.es.js +56 -0
- package/dist/common/components/charts/linechart/CustomMark.es.js.map +1 -0
- package/dist/common/components/charts/linechart/CustomTooltip.es.js +138 -0
- package/dist/common/components/charts/linechart/CustomTooltip.es.js.map +1 -0
- package/dist/common/components/charts/linechart/utils/markerShapes.es.js +26 -0
- package/dist/common/components/charts/linechart/utils/markerShapes.es.js.map +1 -0
- package/dist/common/components/charts/stackedlinechart/CategoryIconLabel.es.js +31 -0
- package/dist/common/components/charts/stackedlinechart/CategoryIconLabel.es.js.map +1 -0
- package/dist/common/components/charts/stackedlinechart/CustomAreaTooltip.es.js +97 -0
- package/dist/common/components/charts/stackedlinechart/CustomAreaTooltip.es.js.map +1 -0
- package/dist/common/components/charts/stackedlinechart/CustomLegend.es.js +54 -0
- package/dist/common/components/charts/stackedlinechart/CustomLegend.es.js.map +1 -0
- package/dist/common/components/charts/stackedlinechart/CustomPointTooltip.es.js +51 -0
- package/dist/common/components/charts/stackedlinechart/CustomPointTooltip.es.js.map +1 -0
- package/dist/common/components/daterangeselector/DateRangeSelector.es.js +262 -0
- package/dist/common/components/daterangeselector/DateRangeSelector.es.js.map +1 -0
- package/dist/common/components/dialog/Dialog.es.js +58 -0
- package/dist/common/components/dialog/Dialog.es.js.map +1 -0
- package/dist/common/components/donuts/MultiSegmentDonut.es.js +53 -0
- package/dist/common/components/donuts/MultiSegmentDonut.es.js.map +1 -0
- package/dist/common/components/donuts/SingleSegmentDonut.es.js +50 -0
- package/dist/common/components/donuts/SingleSegmentDonut.es.js.map +1 -0
- package/dist/common/components/drawer/Drawer.es.js +57 -0
- package/dist/common/components/drawer/Drawer.es.js.map +1 -0
- package/dist/common/components/drawer/Footer.es.js +31 -0
- package/dist/common/components/drawer/Footer.es.js.map +1 -0
- package/dist/common/components/drawer/Header.es.js +52 -0
- package/dist/common/components/drawer/Header.es.js.map +1 -0
- package/dist/common/components/globalaccountfilter/GlobalAccountFilterList.es.js +133 -0
- package/dist/common/components/globalaccountfilter/GlobalAccountFilterList.es.js.map +1 -0
- package/dist/common/components/listitems/CollapseExpandListItem.es.js +41 -0
- package/dist/common/components/listitems/CollapseExpandListItem.es.js.map +1 -0
- package/dist/common/components/listitems/ToggleButtonListItem.es.js +54 -0
- package/dist/common/components/listitems/ToggleButtonListItem.es.js.map +1 -0
- package/dist/common/components/listitems/ToggleListItem.es.js +37 -0
- package/dist/common/components/listitems/ToggleListItem.es.js.map +1 -0
- package/dist/common/constants/Account.es.js +32 -0
- package/dist/common/constants/Account.es.js.map +1 -0
- package/dist/common/constants/Analytics.es.js +139 -0
- package/dist/common/constants/Analytics.es.js.map +1 -0
- package/dist/common/constants/Connect.d.ts +4 -0
- package/dist/common/constants/Connect.es.js +10 -0
- package/dist/common/constants/Connect.es.js.map +1 -0
- package/dist/common/constants/Donut.es.js +7 -0
- package/dist/common/constants/Donut.es.js.map +1 -0
- package/dist/common/constants/FinStrong.es.js +33 -0
- package/dist/common/constants/FinStrong.es.js.map +1 -0
- package/dist/common/constants/ScheduledPayment.es.js +40 -0
- package/dist/common/constants/ScheduledPayment.es.js.map +1 -0
- package/dist/common/constants/Sizes.es.js +9 -0
- package/dist/common/constants/Sizes.es.js.map +1 -0
- package/dist/common/constants/SpendingPlan.es.js +10 -0
- package/dist/common/constants/SpendingPlan.es.js.map +1 -0
- package/dist/common/constants/index.d.ts +1 -0
- package/dist/common/context/GlobalDataProvider.es.js +19 -0
- package/dist/common/context/GlobalDataProvider.es.js.map +1 -0
- package/dist/common/context/WidgetContainerProvider.es.js +16 -0
- package/dist/common/context/WidgetContainerProvider.es.js.map +1 -0
- package/dist/common/context/hooks.es.js +46 -0
- package/dist/common/context/hooks.es.js.map +1 -0
- package/dist/common/hooks/useAccountDisplayName.es.js +13 -0
- package/dist/common/hooks/useAccountDisplayName.es.js.map +1 -0
- package/dist/common/hooks/useAriaLive.es.js +34 -0
- package/dist/common/hooks/useAriaLive.es.js.map +1 -0
- package/dist/common/hooks/useCombineEvents.es.js +22 -0
- package/dist/common/hooks/useCombineEvents.es.js.map +1 -0
- package/dist/common/hooks/useDimensions.es.js +41 -0
- package/dist/common/hooks/useDimensions.es.js.map +1 -0
- package/dist/common/hooks/useInsightsEnabled.es.js +13 -0
- package/dist/common/hooks/useInsightsEnabled.es.js.map +1 -0
- package/dist/common/hooks/usePrevious.es.js +13 -0
- package/dist/common/hooks/usePrevious.es.js.map +1 -0
- package/dist/common/hooks/useScreenSize.es.js +26 -0
- package/dist/common/hooks/useScreenSize.es.js.map +1 -0
- package/dist/common/hooks/useWidgetHeaderStyles.es.js +46 -0
- package/dist/common/hooks/useWidgetHeaderStyles.es.js.map +1 -0
- package/dist/common/hooks/useWidgetLoadTimer.d.ts +1 -0
- package/dist/common/hooks/useWidgetLoadTimer.es.js +24 -0
- package/dist/common/hooks/useWidgetLoadTimer.es.js.map +1 -0
- package/dist/common/index.es.js +154 -310
- package/dist/common/types/Charts.d.ts +10 -0
- package/dist/common/utils/AccountDisplayName.es.js +14 -0
- package/dist/common/utils/AccountDisplayName.es.js.map +1 -0
- package/dist/common/utils/AccountFilter.es.js +31 -0
- package/dist/common/utils/AccountFilter.es.js.map +1 -0
- package/dist/common/utils/Analytics.es.js +31 -0
- package/dist/common/utils/Analytics.es.js.map +1 -0
- package/dist/common/utils/PostMessage.es.js +29 -0
- package/dist/common/utils/PostMessage.es.js.map +1 -0
- package/dist/common/utils/Theme.es.js +96 -0
- package/dist/common/utils/Theme.es.js.map +1 -0
- package/dist/core/api/AccountApi.es.js +22 -0
- package/dist/core/api/AccountApi.es.js.map +1 -0
- package/dist/core/api/AnalyticsApi.es.js +34 -0
- package/dist/core/api/AnalyticsApi.es.js.map +1 -0
- package/dist/core/api/AppDataApi.es.js +14 -0
- package/dist/core/api/AppDataApi.es.js.map +1 -0
- package/dist/core/api/BannerApi.es.js +23 -0
- package/dist/core/api/BannerApi.es.js.map +1 -0
- package/dist/core/api/BeatApi.es.js +24 -0
- package/dist/core/api/BeatApi.es.js.map +1 -0
- package/dist/core/api/BudgetsApi.es.js +28 -0
- package/dist/core/api/BudgetsApi.es.js.map +1 -0
- package/dist/core/api/CategoryApi.es.js +29 -0
- package/dist/core/api/CategoryApi.es.js.map +1 -0
- package/dist/core/api/FinstrongApi.es.js +22 -0
- package/dist/core/api/FinstrongApi.es.js.map +1 -0
- package/dist/core/api/GlobalCopyApi.es.js +14 -0
- package/dist/core/api/GlobalCopyApi.es.js.map +1 -0
- package/dist/core/api/GoalApi.es.js +28 -0
- package/dist/core/api/GoalApi.es.js.map +1 -0
- package/dist/core/api/HelpApi.es.js +14 -0
- package/dist/core/api/HelpApi.es.js.map +1 -0
- package/dist/core/api/HoldingApi.es.js +15 -0
- package/dist/core/api/HoldingApi.es.js.map +1 -0
- package/dist/core/api/MerchantApi.es.js +18 -0
- package/dist/core/api/MerchantApi.es.js.map +1 -0
- package/dist/core/api/NotificationApi.es.js +19 -0
- package/dist/core/api/NotificationApi.es.js.map +1 -0
- package/dist/core/api/RepeatingTransactionsApi.es.js +17 -0
- package/dist/core/api/RepeatingTransactionsApi.es.js.map +1 -0
- package/dist/core/api/ScheduledPaymentsApi.es.js +22 -0
- package/dist/core/api/ScheduledPaymentsApi.es.js.map +1 -0
- package/dist/core/api/SettingsApi.es.js +24 -0
- package/dist/core/api/SettingsApi.es.js.map +1 -0
- package/dist/core/api/TransactionApi.es.js +55 -0
- package/dist/core/api/TransactionApi.es.js.map +1 -0
- package/dist/core/api/UserApi.es.js +16 -0
- package/dist/core/api/UserApi.es.js.map +1 -0
- package/dist/core/api/WidgetApi.es.js +14 -0
- package/dist/core/api/WidgetApi.es.js.map +1 -0
- package/dist/core/constants/ApiEndpoints.es.js +51 -0
- package/dist/core/constants/ApiEndpoints.es.js.map +1 -0
- package/dist/core/constants/Category.es.js +299 -0
- package/dist/core/constants/Category.es.js.map +1 -0
- package/dist/core/constants/DateFormats.es.js +55 -0
- package/dist/core/constants/DateFormats.es.js.map +1 -0
- package/dist/core/constants/Debts.es.js +8 -0
- package/dist/core/constants/Debts.es.js.map +1 -0
- package/dist/core/constants/DefaultConfig.es.js +109 -0
- package/dist/core/constants/DefaultConfig.es.js.map +1 -0
- package/dist/core/constants/Help.es.js +183 -0
- package/dist/core/constants/Help.es.js.map +1 -0
- package/dist/core/constants/Investments.es.js +56 -0
- package/dist/core/constants/Investments.es.js.map +1 -0
- package/dist/core/constants/Numbers.es.js +9 -0
- package/dist/core/constants/Numbers.es.js.map +1 -0
- package/dist/core/constants/Table.es.js +18 -0
- package/dist/core/constants/Table.es.js.map +1 -0
- package/dist/core/constants/Transaction.es.js +43 -0
- package/dist/core/constants/Transaction.es.js.map +1 -0
- package/dist/core/constants/repeatingTransactions.es.js +8 -0
- package/dist/core/constants/repeatingTransactions.es.js.map +1 -0
- package/dist/core/index.es.js +134 -107
- package/dist/core/stores/AccountStore.es.js +247 -0
- package/dist/core/stores/AccountStore.es.js.map +1 -0
- package/dist/core/stores/AnalyticsStore.es.js +55 -0
- package/dist/core/stores/AnalyticsStore.es.js.map +1 -0
- package/dist/core/stores/AppDataStore.d.ts +2 -2
- package/dist/core/stores/AppDataStore.es.js +61 -0
- package/dist/core/stores/AppDataStore.es.js.map +1 -0
- package/dist/core/stores/BeatStore.es.js +43 -0
- package/dist/core/stores/BeatStore.es.js.map +1 -0
- package/dist/core/stores/BudgetsStore.es.js +155 -0
- package/dist/core/stores/BudgetsStore.es.js.map +1 -0
- package/dist/core/stores/CashflowStore.es.js +62 -0
- package/dist/core/stores/CashflowStore.es.js.map +1 -0
- package/dist/core/stores/CategoryStore.es.js +147 -0
- package/dist/core/stores/CategoryStore.es.js.map +1 -0
- package/dist/core/stores/ConnectStore.es.js +19 -0
- package/dist/core/stores/ConnectStore.es.js.map +1 -0
- package/dist/core/stores/DebtsStore.es.js +40 -0
- package/dist/core/stores/DebtsStore.es.js.map +1 -0
- package/dist/core/stores/FinstrongStore.es.js +156 -0
- package/dist/core/stores/FinstrongStore.es.js.map +1 -0
- package/dist/core/stores/GlobalCopyStore.es.js +32 -0
- package/dist/core/stores/GlobalCopyStore.es.js.map +1 -0
- package/dist/core/stores/GlobalStore.es.js +87 -0
- package/dist/core/stores/GlobalStore.es.js.map +1 -0
- package/dist/core/stores/GlobalUiStore.d.ts +2 -2
- package/dist/core/stores/GlobalUiStore.es.js +68 -0
- package/dist/core/stores/GlobalUiStore.es.js.map +1 -0
- package/dist/core/stores/GoalStore.es.js +233 -0
- package/dist/core/stores/GoalStore.es.js.map +1 -0
- package/dist/core/stores/HelpStore.d.ts +1 -1
- package/dist/core/stores/HelpStore.es.js +45 -0
- package/dist/core/stores/HelpStore.es.js.map +1 -0
- package/dist/core/stores/HoldingStore.es.js +60 -0
- package/dist/core/stores/HoldingStore.es.js.map +1 -0
- package/dist/core/stores/MerchantStore.es.js +28 -0
- package/dist/core/stores/MerchantStore.es.js.map +1 -0
- package/dist/core/stores/NetWorthStore.es.js +73 -0
- package/dist/core/stores/NetWorthStore.es.js.map +1 -0
- package/dist/core/stores/NotificationStore.es.js +46 -0
- package/dist/core/stores/NotificationStore.es.js.map +1 -0
- package/dist/core/stores/RecurringTransactionsStore.es.js +198 -0
- package/dist/core/stores/RecurringTransactionsStore.es.js.map +1 -0
- package/dist/core/stores/SettingsStore.d.ts +1 -1
- package/dist/core/stores/SettingsStore.es.js +184 -0
- package/dist/core/stores/SettingsStore.es.js.map +1 -0
- package/dist/core/stores/TransactionStore.es.js +372 -0
- package/dist/core/stores/TransactionStore.es.js.map +1 -0
- package/dist/core/stores/TrendsStore.es.js +51 -0
- package/dist/core/stores/TrendsStore.es.js.map +1 -0
- package/dist/core/stores/UserStore.es.js +49 -0
- package/dist/core/stores/UserStore.es.js.map +1 -0
- package/dist/core/types/Account.es.js +118 -0
- package/dist/core/types/Account.es.js.map +1 -0
- package/dist/core/types/Beat.es.js +8 -0
- package/dist/core/types/Beat.es.js.map +1 -0
- package/dist/core/types/Expense.es.js +11 -0
- package/dist/core/types/Expense.es.js.map +1 -0
- package/dist/core/types/Finstrong.es.js +14 -0
- package/dist/core/types/Finstrong.es.js.map +1 -0
- package/dist/core/types/Goal.es.js +14 -0
- package/dist/core/types/Goal.es.js.map +1 -0
- package/dist/core/types/Notification.es.js +17 -0
- package/dist/core/types/Notification.es.js.map +1 -0
- package/dist/core/types/RepeatingTransaction.es.js +17 -0
- package/dist/core/types/RepeatingTransaction.es.js.map +1 -0
- package/dist/core/types/ScreenSize.es.js +8 -0
- package/dist/core/types/ScreenSize.es.js.map +1 -0
- package/dist/core/types/Transaction.es.js +11 -0
- package/dist/core/types/Transaction.es.js.map +1 -0
- package/dist/core/utils/AccountUtils.es.js +27 -0
- package/dist/core/utils/AccountUtils.es.js.map +1 -0
- package/dist/core/utils/BeatUtils.es.js +50 -0
- package/dist/core/utils/BeatUtils.es.js.map +1 -0
- package/dist/core/utils/BudgetUtil.es.js +71 -0
- package/dist/core/utils/BudgetUtil.es.js.map +1 -0
- package/dist/core/utils/CategoryUtil.es.js +60 -0
- package/dist/core/utils/CategoryUtil.es.js.map +1 -0
- package/dist/core/utils/DateUtil.es.js +70 -0
- package/dist/core/utils/DateUtil.es.js.map +1 -0
- package/dist/core/utils/DebtUtils.es.js +144 -0
- package/dist/core/utils/DebtUtils.es.js.map +1 -0
- package/dist/core/utils/Fetch.es.js +74 -0
- package/dist/core/utils/Fetch.es.js.map +1 -0
- package/dist/core/utils/FinstrongUtils.es.js +11 -0
- package/dist/core/utils/FinstrongUtils.es.js.map +1 -0
- package/dist/core/utils/GoalsUtil.es.js +113 -0
- package/dist/core/utils/GoalsUtil.es.js.map +1 -0
- package/dist/core/utils/HelpUtil.es.js +23 -0
- package/dist/core/utils/HelpUtil.es.js.map +1 -0
- package/dist/core/utils/InvestmentUtil.es.js +77 -0
- package/dist/core/utils/InvestmentUtil.es.js.map +1 -0
- package/dist/core/utils/Localization.es.js +34 -0
- package/dist/core/utils/Localization.es.js.map +1 -0
- package/dist/core/utils/NetWorthUtils.es.js +115 -0
- package/dist/core/utils/NetWorthUtils.es.js.map +1 -0
- package/dist/core/utils/NotificationUtils.es.js +17 -0
- package/dist/core/utils/NotificationUtils.es.js.map +1 -0
- package/dist/core/utils/NumberFormatting.es.js +31 -0
- package/dist/core/utils/NumberFormatting.es.js.map +1 -0
- package/dist/core/utils/RecurringTransactionsUtil.es.js +285 -0
- package/dist/core/utils/RecurringTransactionsUtil.es.js.map +1 -0
- package/dist/core/utils/SettingsUtil.es.js +56 -0
- package/dist/core/utils/SettingsUtil.es.js.map +1 -0
- package/dist/core/utils/TransactionUtils.es.js +113 -0
- package/dist/core/utils/TransactionUtils.es.js.map +1 -0
- package/dist/core/utils/TrendsUtil.es.js +72 -0
- package/dist/core/utils/TrendsUtil.es.js.map +1 -0
- package/dist/core/utils/UserUtils.es.js +6 -0
- package/dist/core/utils/UserUtils.es.js.map +1 -0
- package/dist/dashboard/Dashboard.es.js +99 -0
- package/dist/dashboard/Dashboard.es.js.map +1 -0
- package/dist/dashboard/Greeting.es.js +49 -0
- package/dist/dashboard/Greeting.es.js.map +1 -0
- package/dist/dashboard/constants/Dashboard.es.js +8 -0
- package/dist/dashboard/constants/Dashboard.es.js.map +1 -0
- package/dist/dashboard/index.es.js +4 -153
- package/dist/debts/DebtsWidget.es.js +138 -0
- package/dist/debts/DebtsWidget.es.js.map +1 -0
- package/dist/debts/components/DebtDrawer.es.js +26 -0
- package/dist/debts/components/DebtDrawer.es.js.map +1 -0
- package/dist/debts/components/DebtsChart.es.js +135 -0
- package/dist/debts/components/DebtsChart.es.js.map +1 -0
- package/dist/debts/components/DebtsTable.es.js +193 -0
- package/dist/debts/components/DebtsTable.es.js.map +1 -0
- package/dist/debts/components/PaydownDrawer.es.js +19 -0
- package/dist/debts/components/PaydownDrawer.es.js.map +1 -0
- package/dist/debts/components/SnowballCard.es.js +87 -0
- package/dist/debts/components/SnowballCard.es.js.map +1 -0
- package/dist/debts/components/SnowballDrawer.es.js +457 -0
- package/dist/debts/components/SnowballDrawer.es.js.map +1 -0
- package/dist/debts/components/actions/DebtsPriorityAction.es.js +37 -0
- package/dist/debts/components/actions/DebtsPriorityAction.es.js.map +1 -0
- package/dist/debts/components/actions/ExtraPaymentAction.es.js +43 -0
- package/dist/debts/components/actions/ExtraPaymentAction.es.js.map +1 -0
- package/dist/debts/components/actions/InterestRateAction.es.js +41 -0
- package/dist/debts/components/actions/InterestRateAction.es.js.map +1 -0
- package/dist/debts/components/actions/MonthlyPaymentAction.es.js +43 -0
- package/dist/debts/components/actions/MonthlyPaymentAction.es.js.map +1 -0
- package/dist/debts/components/actions/OriginalBalanceAction.es.js +43 -0
- package/dist/debts/components/actions/OriginalBalanceAction.es.js.map +1 -0
- package/dist/debts/components/debtsdrawer/DebtDetailsChart.es.js +43 -0
- package/dist/debts/components/debtsdrawer/DebtDetailsChart.es.js.map +1 -0
- package/dist/debts/components/debtsdrawer/DebtDetailsContent.es.js +54 -0
- package/dist/debts/components/debtsdrawer/DebtDetailsContent.es.js.map +1 -0
- package/dist/debts/components/debtsdrawer/DebtDetailsTab.es.js +40 -0
- package/dist/debts/components/debtsdrawer/DebtDetailsTab.es.js.map +1 -0
- package/dist/debts/components/debtsdrawer/DebtScheduleTab.es.js +108 -0
- package/dist/debts/components/debtsdrawer/DebtScheduleTab.es.js.map +1 -0
- package/dist/debts/components/debtsdrawer/DebtStatusCard.es.js +86 -0
- package/dist/debts/components/debtsdrawer/DebtStatusCard.es.js.map +1 -0
- package/dist/debts/components/debtspaydown/PaydownButton.es.js +32 -0
- package/dist/debts/components/debtspaydown/PaydownButton.es.js.map +1 -0
- package/dist/debts/components/debtspaydown/PaydownContent.es.js +77 -0
- package/dist/debts/components/debtspaydown/PaydownContent.es.js.map +1 -0
- package/dist/debts/components/debtspriority/DebtsPriorityButton.es.js +32 -0
- package/dist/debts/components/debtspriority/DebtsPriorityButton.es.js.map +1 -0
- package/dist/debts/components/debtspriority/DebtsPrioriyPopover.es.js +78 -0
- package/dist/debts/components/debtspriority/DebtsPrioriyPopover.es.js.map +1 -0
- package/dist/debts/components/debtstable/AccountCell.es.js +30 -0
- package/dist/debts/components/debtstable/AccountCell.es.js.map +1 -0
- package/dist/debts/components/debtstable/PriorityCell.es.js +35 -0
- package/dist/debts/components/debtstable/PriorityCell.es.js.map +1 -0
- package/dist/debts/hooks/useDebtsUiStore.es.js +12 -0
- package/dist/debts/hooks/useDebtsUiStore.es.js.map +1 -0
- package/dist/debts/index.es.js +6 -1496
- package/dist/debts/utils/DebtsChart.es.js +15 -0
- package/dist/debts/utils/DebtsChart.es.js.map +1 -0
- package/dist/debts/utils/DebtsTable.es.js +17 -0
- package/dist/debts/utils/DebtsTable.es.js.map +1 -0
- package/dist/debts/utils/SnowballCard.es.js +40 -0
- package/dist/debts/utils/SnowballCard.es.js.map +1 -0
- package/dist/finstrong/FinancialStrengthCard.es.js +127 -0
- package/dist/finstrong/FinancialStrengthCard.es.js.map +1 -0
- package/dist/finstrong/FinstrongWidget.es.js +175 -0
- package/dist/finstrong/FinstrongWidget.es.js.map +1 -0
- package/dist/finstrong/components/ConnectMoreAccountsCard.es.js +80 -0
- package/dist/finstrong/components/ConnectMoreAccountsCard.es.js.map +1 -0
- package/dist/finstrong/components/CreditScore/CreditScoreContent.es.js +39 -0
- package/dist/finstrong/components/CreditScore/CreditScoreContent.es.js.map +1 -0
- package/dist/finstrong/components/CreditScore/CreditScoreHeader.es.js +22 -0
- package/dist/finstrong/components/CreditScore/CreditScoreHeader.es.js.map +1 -0
- package/dist/finstrong/components/CreditScoreGraph.es.js +61 -0
- package/dist/finstrong/components/CreditScoreGraph.es.js.map +1 -0
- package/dist/finstrong/components/FinancialStrengthGraph.es.js +44 -0
- package/dist/finstrong/components/FinancialStrengthGraph.es.js.map +1 -0
- package/dist/finstrong/components/HaveManageableDebt/DebtPaymentTabContent.es.js +43 -0
- package/dist/finstrong/components/HaveManageableDebt/DebtPaymentTabContent.es.js.map +1 -0
- package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtComponent.es.js +88 -0
- package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtComponent.es.js.map +1 -0
- package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtProgressBar.es.js +73 -0
- package/dist/finstrong/components/HaveManageableDebt/HaveManageableDebtProgressBar.es.js.map +1 -0
- package/dist/finstrong/components/HaveManageableDebt/IncomeTabContent.es.js +40 -0
- package/dist/finstrong/components/HaveManageableDebt/IncomeTabContent.es.js.map +1 -0
- package/dist/finstrong/components/HealthChart.es.js +117 -0
- package/dist/finstrong/components/HealthChart.es.js.map +1 -0
- package/dist/finstrong/components/KeyIndicatorsBorrowTab.es.js +71 -0
- package/dist/finstrong/components/KeyIndicatorsBorrowTab.es.js.map +1 -0
- package/dist/finstrong/components/KeyIndicatorsDrawer.es.js +92 -0
- package/dist/finstrong/components/KeyIndicatorsDrawer.es.js.map +1 -0
- package/dist/finstrong/components/KeyIndicatorsSaveTab.es.js +73 -0
- package/dist/finstrong/components/KeyIndicatorsSaveTab.es.js.map +1 -0
- package/dist/finstrong/components/KeyIndicatorsSpendTab.es.js +58 -0
- package/dist/finstrong/components/KeyIndicatorsSpendTab.es.js.map +1 -0
- package/dist/finstrong/components/KeyIndicatorsTabItem.es.js +65 -0
- package/dist/finstrong/components/KeyIndicatorsTabItem.es.js.map +1 -0
- package/dist/finstrong/components/KeyIndicatorsTabItemDrawer.es.js +93 -0
- package/dist/finstrong/components/KeyIndicatorsTabItemDrawer.es.js.map +1 -0
- package/dist/finstrong/components/KeyIndicatorsTabsWidget.es.js +78 -0
- package/dist/finstrong/components/KeyIndicatorsTabsWidget.es.js.map +1 -0
- package/dist/finstrong/components/MaintainingEmergencySavings/EstimatedContributionCalculator.es.js +170 -0
- package/dist/finstrong/components/MaintainingEmergencySavings/EstimatedContributionCalculator.es.js.map +1 -0
- package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsContent.es.js +51 -0
- package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsContent.es.js.map +1 -0
- package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsSticky.es.js +53 -0
- package/dist/finstrong/components/MaintainingEmergencySavings/MaintainingEmergencySavingsSticky.es.js.map +1 -0
- package/dist/finstrong/components/ManageCreditScore.es.js +52 -0
- package/dist/finstrong/components/ManageCreditScore.es.js.map +1 -0
- package/dist/finstrong/components/ManageDOB.es.js +79 -0
- package/dist/finstrong/components/ManageDOB.es.js.map +1 -0
- package/dist/finstrong/components/MissingData.es.js +51 -0
- package/dist/finstrong/components/MissingData.es.js.map +1 -0
- package/dist/finstrong/components/ProfileDrawer.es.js +124 -0
- package/dist/finstrong/components/ProfileDrawer.es.js.map +1 -0
- package/dist/finstrong/components/ProfileList.es.js +65 -0
- package/dist/finstrong/components/ProfileList.es.js.map +1 -0
- package/dist/finstrong/components/ProfileProgressBar.es.js +32 -0
- package/dist/finstrong/components/ProfileProgressBar.es.js.map +1 -0
- package/dist/finstrong/components/ProgressBar.es.js +53 -0
- package/dist/finstrong/components/ProgressBar.es.js.map +1 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/AvailableTabContent.es.js +27 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/AvailableTabContent.es.js.map +1 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnDrawerContent.es.js +51 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnDrawerContent.es.js.map +1 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnProgressBar.es.js +56 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/SaveEnoughToLiveOnProgressBar.es.js.map +1 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/SpendingTabContent.es.js +34 -0
- package/dist/finstrong/components/SaveEnoughToLiveOn/SpendingTabContent.es.js.map +1 -0
- package/dist/finstrong/components/ScoreHistoryDrawer.es.js +90 -0
- package/dist/finstrong/components/ScoreHistoryDrawer.es.js.map +1 -0
- package/dist/finstrong/components/ScoreRubricDrawer.es.js +118 -0
- package/dist/finstrong/components/ScoreRubricDrawer.es.js.map +1 -0
- package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeComponent.es.js +130 -0
- package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeComponent.es.js.map +1 -0
- package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeProgressBar.es.js +50 -0
- package/dist/finstrong/components/SpendLessThanYouMake/SpendLessThanYouMakeProgressBar.es.js.map +1 -0
- package/dist/finstrong/components/StatusChip.es.js +37 -0
- package/dist/finstrong/components/StatusChip.es.js.map +1 -0
- package/dist/finstrong/components/onboarding/Onboarding.es.js +57 -0
- package/dist/finstrong/components/onboarding/Onboarding.es.js.map +1 -0
- package/dist/finstrong/components/onboarding/OnboardingAddMonthlyIncome.es.js +57 -0
- package/dist/finstrong/components/onboarding/OnboardingAddMonthlyIncome.es.js.map +1 -0
- package/dist/finstrong/components/onboarding/OnboardingBirthday.es.js +46 -0
- package/dist/finstrong/components/onboarding/OnboardingBirthday.es.js.map +1 -0
- package/dist/finstrong/components/onboarding/OnboardingCreditScore.es.js +28 -0
- package/dist/finstrong/components/onboarding/OnboardingCreditScore.es.js.map +1 -0
- package/dist/finstrong/components/onboarding/OnboardingStepsDrawer.es.js +313 -0
- package/dist/finstrong/components/onboarding/OnboardingStepsDrawer.es.js.map +1 -0
- package/dist/finstrong/components/onboarding/OnboardingStepsHeader.es.js +25 -0
- package/dist/finstrong/components/onboarding/OnboardingStepsHeader.es.js.map +1 -0
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeDrawerComponent.es.js +69 -0
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeDrawerComponent.es.js.map +1 -0
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeStickyComponent.es.js +38 -0
- package/dist/finstrong/components/paybillsontime/PayBillsOnTimeStickyComponent.es.js.map +1 -0
- package/dist/finstrong/components/shared/Accounts.es.js +102 -0
- package/dist/finstrong/components/shared/Accounts.es.js.map +1 -0
- package/dist/finstrong/components/shared/CustomDoubleBarPlot.es.js +49 -0
- package/dist/finstrong/components/shared/CustomDoubleBarPlot.es.js.map +1 -0
- package/dist/finstrong/components/shared/CustomPieArc.es.js +52 -0
- package/dist/finstrong/components/shared/CustomPieArc.es.js.map +1 -0
- package/dist/finstrong/components/shared/DialScoreCard.es.js +186 -0
- package/dist/finstrong/components/shared/DialScoreCard.es.js.map +1 -0
- package/dist/finstrong/components/shared/DoubleBarChart.es.js +196 -0
- package/dist/finstrong/components/shared/DoubleBarChart.es.js.map +1 -0
- package/dist/finstrong/components/shared/LineGraph.es.js +136 -0
- package/dist/finstrong/components/shared/LineGraph.es.js.map +1 -0
- package/dist/finstrong/components/shared/ScoreHistoryTimeline.es.js +107 -0
- package/dist/finstrong/components/shared/ScoreHistoryTimeline.es.js.map +1 -0
- package/dist/finstrong/components/shared/ScoreHistoryTimelineItem.es.js +40 -0
- package/dist/finstrong/components/shared/ScoreHistoryTimelineItem.es.js.map +1 -0
- package/dist/finstrong/components/shared/TotalCard.es.js +30 -0
- package/dist/finstrong/components/shared/TotalCard.es.js.map +1 -0
- package/dist/finstrong/components/shared/Transactions.es.js +129 -0
- package/dist/finstrong/components/shared/Transactions.es.js.map +1 -0
- package/dist/finstrong/constants/index.es.js +9 -0
- package/dist/finstrong/constants/index.es.js.map +1 -0
- package/dist/finstrong/index.es.js +8 -3912
- package/dist/finstrong/util/finstrongUtils.es.js +206 -0
- package/dist/finstrong/util/finstrongUtils.es.js.map +1 -0
- package/dist/goals/GoalsMicroWidget.es.js +44 -0
- package/dist/goals/GoalsMicroWidget.es.js.map +1 -0
- package/dist/goals/GoalsWidget.es.js +141 -0
- package/dist/goals/GoalsWidget.es.js.map +1 -0
- package/dist/goals/components/AccountSelectionDrawer.es.js +54 -0
- package/dist/goals/components/AccountSelectionDrawer.es.js.map +1 -0
- package/dist/goals/components/AddGoal.es.js +59 -0
- package/dist/goals/components/AddGoal.es.js.map +1 -0
- package/dist/goals/components/GoalDetails.es.js +115 -0
- package/dist/goals/components/GoalDetails.es.js.map +1 -0
- package/dist/goals/components/GoalDetailsDrawer.es.js +83 -0
- package/dist/goals/components/GoalDetailsDrawer.es.js.map +1 -0
- package/dist/goals/components/GoalList.es.js +135 -0
- package/dist/goals/components/GoalList.es.js.map +1 -0
- package/dist/goals/components/GoalStatusCard.es.js +95 -0
- package/dist/goals/components/GoalStatusCard.es.js.map +1 -0
- package/dist/goals/components/ManageGoals.es.js +89 -0
- package/dist/goals/components/ManageGoals.es.js.map +1 -0
- package/dist/goals/components/TabTitle.es.js +19 -0
- package/dist/goals/components/TabTitle.es.js.map +1 -0
- package/dist/goals/components/actions/AccountAction.es.js +28 -0
- package/dist/goals/components/actions/AccountAction.es.js.map +1 -0
- package/dist/goals/components/actions/AddRetirementAccountAction.es.js +56 -0
- package/dist/goals/components/actions/AddRetirementAccountAction.es.js.map +1 -0
- package/dist/goals/components/actions/AmountToSaveAction.es.js +45 -0
- package/dist/goals/components/actions/AmountToSaveAction.es.js.map +1 -0
- package/dist/goals/components/actions/BirthdayAction.es.js +44 -0
- package/dist/goals/components/actions/BirthdayAction.es.js.map +1 -0
- package/dist/goals/components/actions/ChangeAccountAction.es.js +127 -0
- package/dist/goals/components/actions/ChangeAccountAction.es.js.map +1 -0
- package/dist/goals/components/actions/ContributionAction.es.js +49 -0
- package/dist/goals/components/actions/ContributionAction.es.js.map +1 -0
- package/dist/goals/components/actions/GoalNameAction.es.js +41 -0
- package/dist/goals/components/actions/GoalNameAction.es.js.map +1 -0
- package/dist/goals/components/actions/InterestRateAction.es.js +42 -0
- package/dist/goals/components/actions/InterestRateAction.es.js.map +1 -0
- package/dist/goals/components/actions/MonthlyPaymentAction.es.js +47 -0
- package/dist/goals/components/actions/MonthlyPaymentAction.es.js.map +1 -0
- package/dist/goals/components/actions/OriginalBalanceAction.es.js +47 -0
- package/dist/goals/components/actions/OriginalBalanceAction.es.js.map +1 -0
- package/dist/goals/components/actions/RetirementAgeAction.es.js +42 -0
- package/dist/goals/components/actions/RetirementAgeAction.es.js.map +1 -0
- package/dist/goals/components/addgoal/AddGoalListItem.es.js +72 -0
- package/dist/goals/components/addgoal/AddGoalListItem.es.js.map +1 -0
- package/dist/goals/components/managegoals/CompleteListItem.es.js +59 -0
- package/dist/goals/components/managegoals/CompleteListItem.es.js.map +1 -0
- package/dist/goals/components/managegoals/OngoingListItem.es.js +83 -0
- package/dist/goals/components/managegoals/OngoingListItem.es.js.map +1 -0
- package/dist/goals/components/micro/GoalMicroStatusCard.es.js +64 -0
- package/dist/goals/components/micro/GoalMicroStatusCard.es.js.map +1 -0
- package/dist/goals/components/micro/GoalsMicroEmptyState.es.js +35 -0
- package/dist/goals/components/micro/GoalsMicroEmptyState.es.js.map +1 -0
- package/dist/goals/index.es.js +4 -1088
- package/dist/help/HelpWidget.es.js +25 -0
- package/dist/help/HelpWidget.es.js.map +1 -0
- package/dist/help/components/Help.es.js +48 -0
- package/dist/help/components/Help.es.js.map +1 -0
- package/dist/help/components/HelpContent.es.js +25 -0
- package/dist/help/components/HelpContent.es.js.map +1 -0
- package/dist/help/components/HelpList.es.js +142 -0
- package/dist/help/components/HelpList.es.js.map +1 -0
- package/dist/help/components/content/BottomImageContent.es.js +51 -0
- package/dist/help/components/content/BottomImageContent.es.js.map +1 -0
- package/dist/help/components/content/ContentItem.es.js +46 -0
- package/dist/help/components/content/ContentItem.es.js.map +1 -0
- package/dist/help/components/content/Header.es.js +83 -0
- package/dist/help/components/content/Header.es.js.map +1 -0
- package/dist/help/components/content/LeftImageContent.es.js +57 -0
- package/dist/help/components/content/LeftImageContent.es.js.map +1 -0
- package/dist/help/components/content/NoImageContent.es.js +15 -0
- package/dist/help/components/content/NoImageContent.es.js.map +1 -0
- package/dist/help/components/content/RightImageContent.es.js +55 -0
- package/dist/help/components/content/RightImageContent.es.js.map +1 -0
- package/dist/help/components/content/TopImageContent.es.js +51 -0
- package/dist/help/components/content/TopImageContent.es.js.map +1 -0
- package/dist/help/components/content/section/Accounts.es.js +159 -0
- package/dist/help/components/content/section/Accounts.es.js.map +1 -0
- package/dist/help/components/content/section/Budgets.es.js +66 -0
- package/dist/help/components/content/section/Budgets.es.js.map +1 -0
- package/dist/help/components/content/section/CashFlow.es.js +47 -0
- package/dist/help/components/content/section/CashFlow.es.js.map +1 -0
- package/dist/help/components/content/section/Debts.es.js +168 -0
- package/dist/help/components/content/section/Debts.es.js.map +1 -0
- package/dist/help/components/content/section/General.es.js +84 -0
- package/dist/help/components/content/section/General.es.js.map +1 -0
- package/dist/help/components/content/section/Goals.es.js +112 -0
- package/dist/help/components/content/section/Goals.es.js.map +1 -0
- package/dist/help/components/content/section/Insights.es.js +79 -0
- package/dist/help/components/content/section/Insights.es.js.map +1 -0
- package/dist/help/components/content/section/Investments.es.js +48 -0
- package/dist/help/components/content/section/Investments.es.js.map +1 -0
- package/dist/help/components/content/section/Mobile.es.js +48 -0
- package/dist/help/components/content/section/Mobile.es.js.map +1 -0
- package/dist/help/components/content/section/NetWorth.es.js +61 -0
- package/dist/help/components/content/section/NetWorth.es.js.map +1 -0
- package/dist/help/components/content/section/Notifications.es.js +53 -0
- package/dist/help/components/content/section/Notifications.es.js.map +1 -0
- package/dist/help/components/content/section/RecurringTransactions.es.js +72 -0
- package/dist/help/components/content/section/RecurringTransactions.es.js.map +1 -0
- package/dist/help/components/content/section/Spending.es.js +63 -0
- package/dist/help/components/content/section/Spending.es.js.map +1 -0
- package/dist/help/components/content/section/Transactions.es.js +209 -0
- package/dist/help/components/content/section/Transactions.es.js.map +1 -0
- package/dist/help/components/content/section/Trends.es.js +43 -0
- package/dist/help/components/content/section/Trends.es.js.map +1 -0
- package/dist/help/components/content/section/index.es.js +37 -0
- package/dist/help/components/content/section/index.es.js.map +1 -0
- package/dist/help/components/requestsupport/ContactSupport.es.js +90 -0
- package/dist/help/components/requestsupport/ContactSupport.es.js.map +1 -0
- package/dist/help/components/requestsupport/HelpByCategoryList.es.js +99 -0
- package/dist/help/components/requestsupport/HelpByCategoryList.es.js.map +1 -0
- package/dist/help/components/requestsupport/MissingInstitution.es.js +103 -0
- package/dist/help/components/requestsupport/MissingInstitution.es.js.map +1 -0
- package/dist/help/components/requestsupport/PopularTopicsDrawer.es.js +52 -0
- package/dist/help/components/requestsupport/PopularTopicsDrawer.es.js.map +1 -0
- package/dist/help/components/requestsupport/PopularTopicsList.es.js +24 -0
- package/dist/help/components/requestsupport/PopularTopicsList.es.js.map +1 -0
- package/dist/help/components/requestsupport/PopularTopicsRow.es.js +40 -0
- package/dist/help/components/requestsupport/PopularTopicsRow.es.js.map +1 -0
- package/dist/help/components/requestsupport/RequestSupport.es.js +172 -0
- package/dist/help/components/requestsupport/RequestSupport.es.js.map +1 -0
- package/dist/help/components/requestsupport/RequestSupportFooter.es.js +46 -0
- package/dist/help/components/requestsupport/RequestSupportFooter.es.js.map +1 -0
- package/dist/help/components/requestsupport/RequestSupportHeader.es.js +47 -0
- package/dist/help/components/requestsupport/RequestSupportHeader.es.js.map +1 -0
- package/dist/help/components/requestsupport/RequestSupportInstitution.es.js +68 -0
- package/dist/help/components/requestsupport/RequestSupportInstitution.es.js.map +1 -0
- package/dist/help/components/requestsupport/SupportSuccessMessage.es.js +71 -0
- package/dist/help/components/requestsupport/SupportSuccessMessage.es.js.map +1 -0
- package/dist/help/constants/HelpImages.es.js +49 -0
- package/dist/help/constants/HelpImages.es.js.map +1 -0
- package/dist/help/index.es.js +4 -26
- package/dist/help/utils/getInstitutionsBasedOnGuid.es.js +16 -0
- package/dist/help/utils/getInstitutionsBasedOnGuid.es.js.map +1 -0
- package/dist/insights/components/feed/Header.es.js +75 -0
- package/dist/insights/components/feed/Header.es.js.map +1 -0
- package/dist/insights/components/insights/AccountDiscoverability/AccountDiscoverability.es.js +12 -0
- package/dist/insights/components/insights/AccountDiscoverability/AccountDiscoverability.es.js.map +1 -0
- package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/AmericanUpcomingTaxDeadlineAlert.es.js +22 -0
- package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/AmericanUpcomingTaxDeadlineAlert.es.js.map +1 -0
- package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/images/AmericanUpcomingTaxDeadlineAlert.es.js +274 -0
- package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/images/AmericanUpcomingTaxDeadlineAlert.es.js.map +1 -0
- package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/images/UpcomingTaxDeadlineAlertCIBC.es.js +56 -0
- package/dist/insights/components/insights/AmericanUpcomingTaxDeadlineAlert/images/UpcomingTaxDeadlineAlertCIBC.es.js.map +1 -0
- package/dist/insights/components/insights/BillAmountNotStandard/BillAmountNotStandard.es.js +35 -0
- package/dist/insights/components/insights/BillAmountNotStandard/BillAmountNotStandard.es.js.map +1 -0
- package/dist/insights/components/insights/BillAmountNotStandard/BillAmountNotStandardMUI.es.js +41 -0
- package/dist/insights/components/insights/BillAmountNotStandard/BillAmountNotStandardMUI.es.js.map +1 -0
- package/dist/insights/components/insights/CashBack/CashBack.es.js +45 -0
- package/dist/insights/components/insights/CashBack/CashBack.es.js.map +1 -0
- package/dist/insights/components/insights/CashBack/images/CashBack.es.js +6 -0
- package/dist/insights/components/insights/CashBack/images/CashBack.es.js.map +1 -0
- package/dist/insights/components/insights/CategoryBudget/CategoryBudget.es.js +55 -0
- package/dist/insights/components/insights/CategoryBudget/CategoryBudget.es.js.map +1 -0
- package/dist/insights/components/insights/CategorySpendingV2/CategorySpendingV2.es.js +46 -0
- package/dist/insights/components/insights/CategorySpendingV2/CategorySpendingV2.es.js.map +1 -0
- package/dist/insights/components/insights/CategorySpendingV2/CategorySpendingV2MUI.es.js +48 -0
- package/dist/insights/components/insights/CategorySpendingV2/CategorySpendingV2MUI.es.js.map +1 -0
- package/dist/insights/components/insights/CelebrateCreditCardPayoff/CelebrateCreditCardPayoff.es.js +66 -0
- package/dist/insights/components/insights/CelebrateCreditCardPayoff/CelebrateCreditCardPayoff.es.js.map +1 -0
- package/dist/insights/components/insights/CelebrateCreditCardPayoff/images/CelebrateCreditCardPayoffDark.es.js +85 -0
- package/dist/insights/components/insights/CelebrateCreditCardPayoff/images/CelebrateCreditCardPayoffDark.es.js.map +1 -0
- package/dist/insights/components/insights/CelebrateCreditCardPayoff/images/CelebrateCreditCardPayoffLight.es.js +85 -0
- package/dist/insights/components/insights/CelebrateCreditCardPayoff/images/CelebrateCreditCardPayoffLight.es.js.map +1 -0
- package/dist/insights/components/insights/CustomTransaction/CustomTransaction.es.js +24 -0
- package/dist/insights/components/insights/CustomTransaction/CustomTransaction.es.js.map +1 -0
- package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsBody.es.js +120 -0
- package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsBody.es.js.map +1 -0
- package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsLearnMoreDrawerContent.es.js +143 -0
- package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsLearnMoreDrawerContent.es.js.map +1 -0
- package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsMiniInsight.es.js +20 -0
- package/dist/insights/components/insights/DiscoveredAccounts/DiscoveredAccountsMiniInsight.es.js.map +1 -0
- package/dist/insights/components/insights/FederalBankHoliday/FederalBankHoliday.es.js +29 -0
- package/dist/insights/components/insights/FederalBankHoliday/FederalBankHoliday.es.js.map +1 -0
- package/dist/insights/components/insights/FederalBankHoliday/FederalBankHolidayMUI.es.js +20 -0
- package/dist/insights/components/insights/FederalBankHoliday/FederalBankHolidayMUI.es.js.map +1 -0
- package/dist/insights/components/insights/FederalBankHoliday/images/FederalBankHoliday.es.js +55 -0
- package/dist/insights/components/insights/FederalBankHoliday/images/FederalBankHoliday.es.js.map +1 -0
- package/dist/insights/components/insights/FederalBankHoliday/images/FederalBankHolidayMUI.es.js +494 -0
- package/dist/insights/components/insights/FederalBankHoliday/images/FederalBankHolidayMUI.es.js.map +1 -0
- package/dist/insights/components/insights/FederalBankHoliday/images/FederalHolidayCibc.es.js +88 -0
- package/dist/insights/components/insights/FederalBankHoliday/images/FederalHolidayCibc.es.js.map +1 -0
- package/dist/insights/components/insights/MarketingHub/Offer.es.js +44 -0
- package/dist/insights/components/insights/MarketingHub/Offer.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlyDebtToIncomeComparisonV2/MonthlyDebtToIncomeComparisonV2.es.js +33 -0
- package/dist/insights/components/insights/MonthlyDebtToIncomeComparisonV2/MonthlyDebtToIncomeComparisonV2.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/LastMonthsContributionSection.es.js +29 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/LastMonthsContributionSection.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/MonthlyEmergencyFundReviewBody.es.js +42 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/MonthlyEmergencyFundReviewBody.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/ProjectedCompletionSection.es.js +27 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/ProjectedCompletionSection.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/TotalSection.es.js +28 -0
- package/dist/insights/components/insights/MonthlyEmergencyFundReview/TotalSection.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlySavingsToIncomeComparison/MonthlySavingsToIncomeComparison.es.js +33 -0
- package/dist/insights/components/insights/MonthlySavingsToIncomeComparison/MonthlySavingsToIncomeComparison.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlySpendToIncomeComparisonV2/MonthlySpendToIncomeComparisonV2.es.js +37 -0
- package/dist/insights/components/insights/MonthlySpendToIncomeComparisonV2/MonthlySpendToIncomeComparisonV2.es.js.map +1 -0
- package/dist/insights/components/insights/MonthlySpendingComparisonV2/MonthlySpendingComparisonV2.es.js +35 -0
- package/dist/insights/components/insights/MonthlySpendingComparisonV2/MonthlySpendingComparisonV2.es.js.map +1 -0
- package/dist/insights/components/insights/P2pCategorization/P2pCategorization.es.js +20 -0
- package/dist/insights/components/insights/P2pCategorization/P2pCategorization.es.js.map +1 -0
- package/dist/insights/components/insights/P2pCategorization/shared/P2pCategorizationMultipleTransactions.es.js +83 -0
- package/dist/insights/components/insights/P2pCategorization/shared/P2pCategorizationMultipleTransactions.es.js.map +1 -0
- package/dist/insights/components/insights/P2pCategorization/shared/P2pCategorizationSingleTransaction.es.js +42 -0
- package/dist/insights/components/insights/P2pCategorization/shared/P2pCategorizationSingleTransaction.es.js.map +1 -0
- package/dist/insights/components/insights/SavingsAccountBalancesSummary/SavingsAccountBalancesSummary.es.js +40 -0
- package/dist/insights/components/insights/SavingsAccountBalancesSummary/SavingsAccountBalancesSummary.es.js.map +1 -0
- package/dist/insights/components/insights/SetUpDirectDeposit/SetUpDirectDepositBody.es.js +19 -0
- package/dist/insights/components/insights/SetUpDirectDeposit/SetUpDirectDepositBody.es.js.map +1 -0
- package/dist/insights/components/insights/SharedDeposit/SharedDeposit.es.js +104 -0
- package/dist/insights/components/insights/SharedDeposit/SharedDeposit.es.js.map +1 -0
- package/dist/insights/components/insights/SwitchDirectDeposit/AccountBox.es.js +37 -0
- package/dist/insights/components/insights/SwitchDirectDeposit/AccountBox.es.js.map +1 -0
- package/dist/insights/components/insights/SwitchDirectDeposit/SwitchDirectDepositBody.es.js +25 -0
- package/dist/insights/components/insights/SwitchDirectDeposit/SwitchDirectDepositBody.es.js.map +1 -0
- package/dist/insights/components/insights/SwitchDirectDeposit/SwitchDirectDepositMainContainer.es.js +36 -0
- package/dist/insights/components/insights/SwitchDirectDeposit/SwitchDirectDepositMainContainer.es.js.map +1 -0
- package/dist/insights/components/insights/UnifiedDeposit/UnifiedDeposit.es.js +38 -0
- package/dist/insights/components/insights/UnifiedDeposit/UnifiedDeposit.es.js.map +1 -0
- package/dist/insights/components/insights/UnifiedDeposit/UnifiedDepositBody.es.js +86 -0
- package/dist/insights/components/insights/UnifiedDeposit/UnifiedDepositBody.es.js.map +1 -0
- package/dist/insights/components/insights/UserFeedback/StyledToggleButton.es.js +34 -0
- package/dist/insights/components/insights/UserFeedback/StyledToggleButton.es.js.map +1 -0
- package/dist/insights/components/insights/UserFeedback/UserFeedback.es.js +133 -0
- package/dist/insights/components/insights/UserFeedback/UserFeedback.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/BubbleWeek.es.js +59 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/BubbleWeek.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/NoSpendIcons.es.js +23 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/NoSpendIcons.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/WeeklyNoSpendDays.es.js +51 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/WeeklyNoSpendDays.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_0.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_0.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_1.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_1.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_2.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_2.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_3.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_3.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_4.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_4.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_5.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_5.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_6.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_6.es.js.map +1 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_7.es.js +6 -0
- package/dist/insights/components/insights/WeeklyNoSpendDays/images/no_spend_7.es.js.map +1 -0
- package/dist/insights/components/shared/BottomSheet.es.js +39 -0
- package/dist/insights/components/shared/BottomSheet.es.js.map +1 -0
- package/dist/insights/components/shared/ChartDrawerTemplate/ChartDrawerTemplate.es.js +66 -0
- package/dist/insights/components/shared/ChartDrawerTemplate/ChartDrawerTemplate.es.js.map +1 -0
- package/dist/insights/components/shared/ChartDrawerTemplate/TipSection.es.js +60 -0
- package/dist/insights/components/shared/ChartDrawerTemplate/TipSection.es.js.map +1 -0
- package/dist/insights/components/shared/ChartTransactionWithDrillDown.es.js +76 -0
- package/dist/insights/components/shared/ChartTransactionWithDrillDown.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/BarChart.es.js +147 -0
- package/dist/insights/components/shared/Charts/BarChart/BarChart.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/BarChartV2.es.js +148 -0
- package/dist/insights/components/shared/Charts/BarChart/BarChartV2.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/ChartLegend.es.js +75 -0
- package/dist/insights/components/shared/Charts/BarChart/ChartLegend.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/ChartLegendV2.es.js +80 -0
- package/dist/insights/components/shared/Charts/BarChart/ChartLegendV2.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomBarPlot.es.js +73 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomBarPlot.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomBarPlotV2.d.ts +4 -1
- package/dist/insights/components/shared/Charts/BarChart/CustomBarPlotV2.es.js +32 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomBarPlotV2.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomDoubleBarPlot.es.js +52 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomDoubleBarPlot.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomDoubleBarPlotMXUI.es.js +46 -0
- package/dist/insights/components/shared/Charts/BarChart/CustomDoubleBarPlotMXUI.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChart.es.js +118 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChart.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartLegend.es.js +73 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartLegend.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartLegendMXUI.es.js +73 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartLegendMXUI.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartMXUI.es.js +116 -0
- package/dist/insights/components/shared/Charts/BarChart/DoubleBarChartMXUI.es.js.map +1 -0
- package/dist/insights/components/shared/Charts/EmptyBarChart.es.js +14 -0
- package/dist/insights/components/shared/Charts/EmptyBarChart.es.js.map +1 -0
- package/dist/insights/components/shared/Confetti.es.js +32 -0
- package/dist/insights/components/shared/Confetti.es.js.map +1 -0
- package/dist/insights/components/shared/ConnectionCard.es.js +90 -0
- package/dist/insights/components/shared/ConnectionCard.es.js.map +1 -0
- package/dist/insights/components/shared/Coupon.es.js +66 -0
- package/dist/insights/components/shared/Coupon.es.js.map +1 -0
- package/dist/insights/components/shared/DeepLinks/DeepLinkDialog.es.js +34 -0
- package/dist/insights/components/shared/DeepLinks/DeepLinkDialog.es.js.map +1 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/Circle.es.js +20 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/Circle.es.js.map +1 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/DirectDepositDeepLink.es.js +163 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/DirectDepositDeepLink.es.js.map +1 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/Dot.es.js +19 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/Dot.es.js.map +1 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/Oval.es.js +16 -0
- package/dist/insights/components/shared/DeepLinks/DirectDeposit/Oval.es.js.map +1 -0
- package/dist/insights/components/shared/DirectDeposit/DirectDeposit.es.js +85 -0
- package/dist/insights/components/shared/DirectDeposit/DirectDeposit.es.js.map +1 -0
- package/dist/insights/components/shared/DirectDeposit/DirectDepositSubHeader.es.js +20 -0
- package/dist/insights/components/shared/DirectDeposit/DirectDepositSubHeader.es.js.map +1 -0
- package/dist/insights/components/shared/DirectDeposit/FullFeedBodyHeader.es.js +33 -0
- package/dist/insights/components/shared/DirectDeposit/FullFeedBodyHeader.es.js.map +1 -0
- package/dist/insights/components/shared/DirectDeposit/LeftBox.es.js +29 -0
- package/dist/insights/components/shared/DirectDeposit/LeftBox.es.js.map +1 -0
- package/dist/insights/components/shared/DirectDeposit/MiniBodyHeader.es.js +29 -0
- package/dist/insights/components/shared/DirectDeposit/MiniBodyHeader.es.js.map +1 -0
- package/dist/insights/components/shared/DirectDeposit/RightBox.es.js +43 -0
- package/dist/insights/components/shared/DirectDeposit/RightBox.es.js.map +1 -0
- package/dist/insights/components/shared/DiscoveredAccountsConnect.es.js +82 -0
- package/dist/insights/components/shared/DiscoveredAccountsConnect.es.js.map +1 -0
- package/dist/insights/components/shared/DrillDownCalculation/BalanceStepper.es.js +58 -0
- package/dist/insights/components/shared/DrillDownCalculation/BalanceStepper.es.js.map +1 -0
- package/dist/insights/components/shared/DrillDownCalculation/DrillDownCalculation.es.js +264 -0
- package/dist/insights/components/shared/DrillDownCalculation/DrillDownCalculation.es.js.map +1 -0
- package/dist/insights/components/shared/ErrorCard/ErrorCard.es.js +76 -0
- package/dist/insights/components/shared/ErrorCard/ErrorCard.es.js.map +1 -0
- package/dist/insights/components/shared/ErrorCard/images/ErrorViewCibc.es.js +57 -0
- package/dist/insights/components/shared/ErrorCard/images/ErrorViewCibc.es.js.map +1 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackButtons.es.js +47 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackButtons.es.js.map +1 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackDescription.es.js +16 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackDescription.es.js.map +1 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackHeader.es.js +29 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackHeader.es.js.map +1 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackOptions.es.js +50 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackOptions.es.js.map +1 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackText.es.js +45 -0
- package/dist/insights/components/shared/GenericFeedback/FeedbackText.es.js.map +1 -0
- package/dist/insights/components/shared/GoalProgress.es.js +42 -0
- package/dist/insights/components/shared/GoalProgress.es.js.map +1 -0
- package/dist/insights/components/shared/GradientBox.es.js +33 -0
- package/dist/insights/components/shared/GradientBox.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/BeatCard.es.js +31 -0
- package/dist/insights/components/shared/InsightsCard/BeatCard.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/BeatCardMUI.es.js +32 -0
- package/dist/insights/components/shared/InsightsCard/BeatCardMUI.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/CardButtonSection.es.js +20 -0
- package/dist/insights/components/shared/InsightsCard/CardButtonSection.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/CardError.es.js +30 -0
- package/dist/insights/components/shared/InsightsCard/CardError.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/CardFooter.es.js +24 -0
- package/dist/insights/components/shared/InsightsCard/CardFooter.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/CardHeader.es.js +28 -0
- package/dist/insights/components/shared/InsightsCard/CardHeader.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/CardHeaderMUI.es.js +30 -0
- package/dist/insights/components/shared/InsightsCard/CardHeaderMUI.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/CardLoading.es.js +21 -0
- package/dist/insights/components/shared/InsightsCard/CardLoading.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/ClientConfigurableCta.es.js +38 -0
- package/dist/insights/components/shared/InsightsCard/ClientConfigurableCta.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/ContentAndDescription.es.js +43 -0
- package/dist/insights/components/shared/InsightsCard/ContentAndDescription.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/ContentAndDescriptionMUI.es.js +43 -0
- package/dist/insights/components/shared/InsightsCard/ContentAndDescriptionMUI.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/Description.es.js +31 -0
- package/dist/insights/components/shared/InsightsCard/Description.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/DescriptionMUI.es.js +30 -0
- package/dist/insights/components/shared/InsightsCard/DescriptionMUI.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/EmbeddedCard.es.js +69 -0
- package/dist/insights/components/shared/InsightsCard/EmbeddedCard.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/FeedbackCard.es.js +120 -0
- package/dist/insights/components/shared/InsightsCard/FeedbackCard.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/InsightButton.es.js +25 -0
- package/dist/insights/components/shared/InsightsCard/InsightButton.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/MiniDescription.es.js +44 -0
- package/dist/insights/components/shared/InsightsCard/MiniDescription.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/MiniDescriptionMUI.es.js +42 -0
- package/dist/insights/components/shared/InsightsCard/MiniDescriptionMUI.es.js.map +1 -0
- package/dist/insights/components/shared/InsightsCard/images/BeatErrorView.es.js +728 -0
- package/dist/insights/components/shared/InsightsCard/images/BeatErrorView.es.js.map +1 -0
- package/dist/insights/components/shared/MenuAction.es.js +68 -0
- package/dist/insights/components/shared/MenuAction.es.js.map +1 -0
- package/dist/insights/components/shared/MiniInsightCard.es.js +69 -0
- package/dist/insights/components/shared/MiniInsightCard.es.js.map +1 -0
- package/dist/insights/components/shared/P2P/P2PMultipleCategorization.es.js +107 -0
- package/dist/insights/components/shared/P2P/P2PMultipleCategorization.es.js.map +1 -0
- package/dist/insights/components/shared/P2PCategorizationSingleAccount/P2PCategorizationSingleAccount.es.js +75 -0
- package/dist/insights/components/shared/P2PCategorizationSingleAccount/P2PCategorizationSingleAccount.es.js.map +1 -0
- package/dist/insights/components/shared/ProgressBar.es.js +39 -0
- package/dist/insights/components/shared/ProgressBar.es.js.map +1 -0
- package/dist/insights/components/shared/SaveAnExtra100/SaveAnExtra100.es.js +55 -0
- package/dist/insights/components/shared/SaveAnExtra100/SaveAnExtra100.es.js.map +1 -0
- package/dist/insights/components/shared/SaveEnoughToLiveOnBottomSection.es.js +77 -0
- package/dist/insights/components/shared/SaveEnoughToLiveOnBottomSection.es.js.map +1 -0
- package/dist/insights/components/shared/SaveEnoughToLiveOnTopSection.es.js +12 -0
- package/dist/insights/components/shared/SaveEnoughToLiveOnTopSection.es.js.map +1 -0
- package/dist/insights/components/shared/StatusIndicator.es.js +69 -0
- package/dist/insights/components/shared/StatusIndicator.es.js.map +1 -0
- package/dist/insights/components/shared/ThemedSVGImage.es.js +49 -0
- package/dist/insights/components/shared/ThemedSVGImage.es.js.map +1 -0
- package/dist/insights/components/shared/TransactionCard.es.js +93 -0
- package/dist/insights/components/shared/TransactionCard.es.js.map +1 -0
- package/dist/insights/components/shared/ZeroState/LinedCardZeroState.es.js +23 -0
- package/dist/insights/components/shared/ZeroState/LinedCardZeroState.es.js.map +1 -0
- package/dist/insights/components/shared/images/BarChartEmptyState.es.js +101 -0
- package/dist/insights/components/shared/images/BarChartEmptyState.es.js.map +1 -0
- package/dist/insights/components/shared/images/CouponLeft.es.js +104 -0
- package/dist/insights/components/shared/images/CouponLeft.es.js.map +1 -0
- package/dist/insights/components/shared/images/CouponLeftDark.es.js +104 -0
- package/dist/insights/components/shared/images/CouponLeftDark.es.js.map +1 -0
- package/dist/insights/components/shared/images/CouponPerferation.es.js +38 -0
- package/dist/insights/components/shared/images/CouponPerferation.es.js.map +1 -0
- package/dist/insights/components/shared/images/EmptyBarChart.es.js +101 -0
- package/dist/insights/components/shared/images/EmptyBarChart.es.js.map +1 -0
- package/dist/insights/components/shared/images/LinedCardZeroState.es.js +91 -0
- package/dist/insights/components/shared/images/LinedCardZeroState.es.js.map +1 -0
- package/dist/insights/components/shared/images/SaveEnoughToLiveOnBottom.es.js +21 -0
- package/dist/insights/components/shared/images/SaveEnoughToLiveOnBottom.es.js.map +1 -0
- package/dist/insights/components/shared/images/SaveEnoughToLiveOnTop.es.js +815 -0
- package/dist/insights/components/shared/images/SaveEnoughToLiveOnTop.es.js.map +1 -0
- package/dist/insights/hooks/useContainerDimensions.es.js +26 -0
- package/dist/insights/hooks/useContainerDimensions.es.js.map +1 -0
- package/dist/insights/images/Loading.es.js +6 -0
- package/dist/insights/images/Loading.es.js.map +1 -0
- package/dist/insights/index.es.js +183 -4871
- package/dist/insights/types/Charts/BarChart.d.ts +2 -11
- package/dist/insights/types/CommonBeat.es.js +8 -0
- package/dist/insights/types/CommonBeat.es.js.map +1 -0
- package/dist/investments/InvestmentsWidget.es.js +98 -0
- package/dist/investments/InvestmentsWidget.es.js.map +1 -0
- package/dist/investments/components/Allocation.es.js +55 -0
- package/dist/investments/components/Allocation.es.js.map +1 -0
- package/dist/investments/components/Analysis.es.js +167 -0
- package/dist/investments/components/Analysis.es.js.map +1 -0
- package/dist/investments/components/AnalysisDetails.es.js +86 -0
- package/dist/investments/components/AnalysisDetails.es.js.map +1 -0
- package/dist/investments/components/EmptyStateFooterComponent.es.js +52 -0
- package/dist/investments/components/EmptyStateFooterComponent.es.js.map +1 -0
- package/dist/investments/components/HeaderCell.es.js +28 -0
- package/dist/investments/components/HeaderCell.es.js.map +1 -0
- package/dist/investments/components/HoldingDrawer.es.js +343 -0
- package/dist/investments/components/HoldingDrawer.es.js.map +1 -0
- package/dist/investments/components/HoldingTable.es.js +199 -0
- package/dist/investments/components/HoldingTable.es.js.map +1 -0
- package/dist/investments/components/InfoToolTip.es.js +45 -0
- package/dist/investments/components/InfoToolTip.es.js.map +1 -0
- package/dist/investments/components/Overview.es.js +456 -0
- package/dist/investments/components/Overview.es.js.map +1 -0
- package/dist/investments/components/TabTitle.es.js +12 -0
- package/dist/investments/components/TabTitle.es.js.map +1 -0
- package/dist/investments/components/allocation/InvestementAllocationList.es.js +136 -0
- package/dist/investments/components/allocation/InvestementAllocationList.es.js.map +1 -0
- package/dist/investments/components/allocation/InvestmentsAllocationChart.es.js +86 -0
- package/dist/investments/components/allocation/InvestmentsAllocationChart.es.js.map +1 -0
- package/dist/investments/components/allocation/util/createInvestementsAllocationData.es.js +103 -0
- package/dist/investments/components/allocation/util/createInvestementsAllocationData.es.js.map +1 -0
- package/dist/investments/index.es.js +2 -1675
- package/dist/merchants/components/MerchantLookup.es.js +91 -0
- package/dist/merchants/components/MerchantLookup.es.js.map +1 -0
- package/dist/merchants/index.es.js +2 -76
- package/dist/microinsights/InsightsMicroWidget.es.js +109 -0
- package/dist/microinsights/InsightsMicroWidget.es.js.map +1 -0
- package/dist/microinsights/MicroCardTemplate.es.js +159 -0
- package/dist/microinsights/MicroCardTemplate.es.js.map +1 -0
- package/dist/microinsights/MicroWidgetContainer.es.js +24 -0
- package/dist/microinsights/MicroWidgetContainer.es.js.map +1 -0
- package/dist/microinsights/Spinner.es.js +19 -0
- package/dist/microinsights/Spinner.es.js.map +1 -0
- package/dist/microinsights/analytics.es.js +12 -0
- package/dist/microinsights/analytics.es.js.map +1 -0
- package/dist/microinsights/beaticons/AreaChartIcon.es.js +18 -0
- package/dist/microinsights/beaticons/AreaChartIcon.es.js.map +1 -0
- package/dist/microinsights/beaticons/AverageSpendComparisonIcon.es.js +23 -0
- package/dist/microinsights/beaticons/AverageSpendComparisonIcon.es.js.map +1 -0
- package/dist/microinsights/beaticons/BeatCategoryIcon.es.js +16 -0
- package/dist/microinsights/beaticons/BeatCategoryIcon.es.js.map +1 -0
- package/dist/microinsights/beaticons/BeatIcon.es.js +162 -0
- package/dist/microinsights/beaticons/BeatIcon.es.js.map +1 -0
- package/dist/microinsights/beaticons/BeatMaterialIcon.es.js +25 -0
- package/dist/microinsights/beaticons/BeatMaterialIcon.es.js.map +1 -0
- package/dist/microinsights/beaticons/BeatMerchantLogo.es.js +20 -0
- package/dist/microinsights/beaticons/BeatMerchantLogo.es.js.map +1 -0
- package/dist/microinsights/beaticons/ChartFilledIcon.es.js +21 -0
- package/dist/microinsights/beaticons/ChartFilledIcon.es.js.map +1 -0
- package/dist/microinsights/beaticons/InstitutionLogoIcon.es.js +12 -0
- package/dist/microinsights/beaticons/InstitutionLogoIcon.es.js.map +1 -0
- package/dist/microinsights/beaticons/MonthlySpendComparisonIcon.es.js +17 -0
- package/dist/microinsights/beaticons/MonthlySpendComparisonIcon.es.js.map +1 -0
- package/dist/microinsights/beaticons/ZeroStateIcon.es.js +722 -0
- package/dist/microinsights/beaticons/ZeroStateIcon.es.js.map +1 -0
- package/dist/microinsights/cards/InsightCard.es.js +71 -0
- package/dist/microinsights/cards/InsightCard.es.js.map +1 -0
- package/dist/microinsights/cards/NoRelevantInsightsCard.es.js +38 -0
- package/dist/microinsights/cards/NoRelevantInsightsCard.es.js.map +1 -0
- package/dist/microinsights/cards/ViewMoreMicroCard.es.js +43 -0
- package/dist/microinsights/cards/ViewMoreMicroCard.es.js.map +1 -0
- package/dist/microinsights/cards/ZeroStateCard.es.js +32 -0
- package/dist/microinsights/cards/ZeroStateCard.es.js.map +1 -0
- package/dist/microinsights/carousel/BeatList.es.js +37 -0
- package/dist/microinsights/carousel/BeatList.es.js.map +1 -0
- package/dist/microinsights/carousel/CarouselControls.es.js +63 -0
- package/dist/microinsights/carousel/CarouselControls.es.js.map +1 -0
- package/dist/microinsights/carousel/CarouselHeader.es.js +39 -0
- package/dist/microinsights/carousel/CarouselHeader.es.js.map +1 -0
- package/dist/microinsights/carousel/MicroBeatCarousel.es.js +147 -0
- package/dist/microinsights/carousel/MicroBeatCarousel.es.js.map +1 -0
- package/dist/microinsights/constants/Analytics.es.js +148 -0
- package/dist/microinsights/constants/Analytics.es.js.map +1 -0
- package/dist/microinsights/constants/App.es.js +11 -0
- package/dist/microinsights/constants/App.es.js.map +1 -0
- package/dist/microinsights/context/InsightsMicroWidgetDataProvider.es.js +17 -0
- package/dist/microinsights/context/InsightsMicroWidgetDataProvider.es.js.map +1 -0
- package/dist/microinsights/context/hooks.es.js +27 -0
- package/dist/microinsights/context/hooks.es.js.map +1 -0
- package/dist/microinsights/index.es.js +28 -826
- package/dist/microinsights/stores/AppStore.es.js +27 -0
- package/dist/microinsights/stores/AppStore.es.js.map +1 -0
- package/dist/microinsights/stores/CopyStore.es.js +34 -0
- package/dist/microinsights/stores/CopyStore.es.js.map +1 -0
- package/dist/microinsights/stores/InsightsMicroWidgetStore.es.js +33 -0
- package/dist/microinsights/stores/InsightsMicroWidgetStore.es.js.map +1 -0
- package/dist/microinsights/utils/DataSeries.es.js +11 -0
- package/dist/microinsights/utils/DataSeries.es.js.map +1 -0
- package/dist/microinsights/utils/colorType.es.js +13 -0
- package/dist/microinsights/utils/colorType.es.js.map +1 -0
- package/dist/networth/NetWorthMicroWidget.es.js +40 -0
- package/dist/networth/NetWorthMicroWidget.es.js.map +1 -0
- package/dist/networth/NetWorthWidget.es.js +78 -0
- package/dist/networth/NetWorthWidget.es.js.map +1 -0
- package/dist/networth/components/AssetsLiabilitiesDetail.es.js +158 -0
- package/dist/networth/components/AssetsLiabilitiesDetail.es.js.map +1 -0
- package/dist/networth/components/GainsLossesDetail.es.js +137 -0
- package/dist/networth/components/GainsLossesDetail.es.js.map +1 -0
- package/dist/networth/components/NetWorthChange.es.js +34 -0
- package/dist/networth/components/NetWorthChange.es.js.map +1 -0
- package/dist/networth/components/NetWorthChart.es.js +58 -0
- package/dist/networth/components/NetWorthChart.es.js.map +1 -0
- package/dist/networth/components/NetWorthList.es.js +99 -0
- package/dist/networth/components/NetWorthList.es.js.map +1 -0
- package/dist/networth/components/NetWorthListItem.es.js +50 -0
- package/dist/networth/components/NetWorthListItem.es.js.map +1 -0
- package/dist/networth/components/NetWorthSummary.es.js +38 -0
- package/dist/networth/components/NetWorthSummary.es.js.map +1 -0
- package/dist/networth/components/micro/NetworthData.es.js +49 -0
- package/dist/networth/components/micro/NetworthData.es.js.map +1 -0
- package/dist/networth/components/micro/ZeroState.es.js +31 -0
- package/dist/networth/components/micro/ZeroState.es.js.map +1 -0
- package/dist/networth/index.es.js +4 -565
- package/dist/notifications/components/DateRow.es.js +23 -0
- package/dist/notifications/components/DateRow.es.js.map +1 -0
- package/dist/notifications/components/NotificationBadge.es.js +33 -0
- package/dist/notifications/components/NotificationBadge.es.js.map +1 -0
- package/dist/notifications/components/NotificationCard.es.js +56 -0
- package/dist/notifications/components/NotificationCard.es.js.map +1 -0
- package/dist/notifications/components/NotificationDrawer.es.js +47 -0
- package/dist/notifications/components/NotificationDrawer.es.js.map +1 -0
- package/dist/notifications/components/NotificationList.es.js +42 -0
- package/dist/notifications/components/NotificationList.es.js.map +1 -0
- package/dist/notifications/components/NotificationsEmptyState.es.js +49 -0
- package/dist/notifications/components/NotificationsEmptyState.es.js.map +1 -0
- package/dist/notifications/constants/NotificationConstants.es.js +24 -0
- package/dist/notifications/constants/NotificationConstants.es.js.map +1 -0
- package/dist/notifications/index.es.js +6 -198
- package/dist/recurringtransactions/RecurringTransactionsMicroWidget.es.js +54 -0
- package/dist/recurringtransactions/RecurringTransactionsMicroWidget.es.js.map +1 -0
- package/dist/recurringtransactions/RecurringTransactionsMiniWidget.es.js +47 -0
- package/dist/recurringtransactions/RecurringTransactionsMiniWidget.es.js.map +1 -0
- package/dist/recurringtransactions/RecurringTransactionsWidget.es.js +89 -0
- package/dist/recurringtransactions/RecurringTransactionsWidget.es.js.map +1 -0
- package/dist/recurringtransactions/ZeroStateMicroWidget.es.js +30 -0
- package/dist/recurringtransactions/ZeroStateMicroWidget.es.js.map +1 -0
- package/dist/recurringtransactions/components/MicroWidgetContent.es.js +103 -0
- package/dist/recurringtransactions/components/MicroWidgetContent.es.js.map +1 -0
- package/dist/recurringtransactions/components/MiniWidgetContent.es.js +45 -0
- package/dist/recurringtransactions/components/MiniWidgetContent.es.js.map +1 -0
- package/dist/recurringtransactions/components/PaymentSchedule.es.js +133 -0
- package/dist/recurringtransactions/components/PaymentSchedule.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurrenceBadges.es.js +64 -0
- package/dist/recurringtransactions/components/RecurrenceBadges.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurrenceList.es.js +87 -0
- package/dist/recurringtransactions/components/RecurrenceList.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurrenceRow.es.js +133 -0
- package/dist/recurringtransactions/components/RecurrenceRow.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurringSettingsDrawer.es.js +20 -0
- package/dist/recurringtransactions/components/RecurringSettingsDrawer.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurringStatus.es.js +114 -0
- package/dist/recurringtransactions/components/RecurringStatus.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurringTransactionDetails.es.js +181 -0
- package/dist/recurringtransactions/components/RecurringTransactionDetails.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurringTransactionDetailsDrawer.es.js +27 -0
- package/dist/recurringtransactions/components/RecurringTransactionDetailsDrawer.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurringTransactionList.es.js +181 -0
- package/dist/recurringtransactions/components/RecurringTransactionList.es.js.map +1 -0
- package/dist/recurringtransactions/components/RecurringTransactions.es.js +155 -0
- package/dist/recurringtransactions/components/RecurringTransactions.es.js.map +1 -0
- package/dist/recurringtransactions/components/UpcomingRecurrenceCard.es.js +63 -0
- package/dist/recurringtransactions/components/UpcomingRecurrenceCard.es.js.map +1 -0
- package/dist/recurringtransactions/components/actions/LinkTransactionDrawer.es.js +46 -0
- package/dist/recurringtransactions/components/actions/LinkTransactionDrawer.es.js.map +1 -0
- package/dist/recurringtransactions/components/actions/MarkAsPaidDialog.es.js +28 -0
- package/dist/recurringtransactions/components/actions/MarkAsPaidDialog.es.js.map +1 -0
- package/dist/recurringtransactions/components/actions/MarkAsUnpaidDialog.es.js +28 -0
- package/dist/recurringtransactions/components/actions/MarkAsUnpaidDialog.es.js.map +1 -0
- package/dist/recurringtransactions/components/actions/PaymentScheduleAction.es.js +47 -0
- package/dist/recurringtransactions/components/actions/PaymentScheduleAction.es.js.map +1 -0
- package/dist/recurringtransactions/components/micro/MerchantLogosRow.es.js +19 -0
- package/dist/recurringtransactions/components/micro/MerchantLogosRow.es.js.map +1 -0
- package/dist/recurringtransactions/components/micro/OverlappingMerchantLogos.es.js +33 -0
- package/dist/recurringtransactions/components/micro/OverlappingMerchantLogos.es.js.map +1 -0
- package/dist/recurringtransactions/components/micro/RecurrenceLegend.es.js +37 -0
- package/dist/recurringtransactions/components/micro/RecurrenceLegend.es.js.map +1 -0
- package/dist/recurringtransactions/components/recurrencecalendar/Legend.es.js +48 -0
- package/dist/recurringtransactions/components/recurrencecalendar/Legend.es.js.map +1 -0
- package/dist/recurringtransactions/components/recurrencecalendar/RecurrenceCalendar.es.js +111 -0
- package/dist/recurringtransactions/components/recurrencecalendar/RecurrenceCalendar.es.js.map +1 -0
- package/dist/recurringtransactions/components/recurrencecalendar/RecurrenceDay.es.js +48 -0
- package/dist/recurringtransactions/components/recurrencecalendar/RecurrenceDay.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings.es.js +37 -0
- package/dist/recurringtransactions/components/shared/RecurringSettings.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/recurringsettings/AddRecurringTransaction.es.js +93 -0
- package/dist/recurringtransactions/components/shared/recurringsettings/AddRecurringTransaction.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/recurringsettings/AddRecurringTransactionDetails.es.js +42 -0
- package/dist/recurringtransactions/components/shared/recurringsettings/AddRecurringTransactionDetails.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/recurringsettings/ManageExpenses.es.js +57 -0
- package/dist/recurringtransactions/components/shared/recurringsettings/ManageExpenses.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/recurringsettings/ManageIncome.es.js +72 -0
- package/dist/recurringtransactions/components/shared/recurringsettings/ManageIncome.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/recurringsettings/RecurringRow.es.js +96 -0
- package/dist/recurringtransactions/components/shared/recurringsettings/RecurringRow.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/recurringsettings/RecurringSettingsZeroState.es.js +47 -0
- package/dist/recurringtransactions/components/shared/recurringsettings/RecurringSettingsZeroState.es.js.map +1 -0
- package/dist/recurringtransactions/components/shared/recurringsettings/SelectTransaction.es.js +45 -0
- package/dist/recurringtransactions/components/shared/recurringsettings/SelectTransaction.es.js.map +1 -0
- package/dist/recurringtransactions/index.es.js +18 -1022
- package/dist/settings/NotificationSettingsWidget.es.js +32 -0
- package/dist/settings/NotificationSettingsWidget.es.js.map +1 -0
- package/dist/settings/SettingsWidget.es.js +82 -0
- package/dist/settings/SettingsWidget.es.js.map +1 -0
- package/dist/settings/TransactionRulesWidget.es.js +28 -0
- package/dist/settings/TransactionRulesWidget.es.js.map +1 -0
- package/dist/settings/components/SettingsWidgetContents.es.js +47 -0
- package/dist/settings/components/SettingsWidgetContents.es.js.map +1 -0
- package/dist/settings/components/devices/DeviceDialog.es.js +127 -0
- package/dist/settings/components/devices/DeviceDialog.es.js.map +1 -0
- package/dist/settings/components/devices/DeviceList.es.js +125 -0
- package/dist/settings/components/devices/DeviceList.es.js.map +1 -0
- package/dist/settings/components/devices/DeviceTab.es.js +107 -0
- package/dist/settings/components/devices/DeviceTab.es.js.map +1 -0
- package/dist/settings/components/devices/DeviceTable.es.js +120 -0
- package/dist/settings/components/devices/DeviceTable.es.js.map +1 -0
- package/dist/settings/components/notifications/AccountNotificationProfile.es.js +92 -0
- package/dist/settings/components/notifications/AccountNotificationProfile.es.js.map +1 -0
- package/dist/settings/components/notifications/AccountNotificationProfiles.es.js +44 -0
- package/dist/settings/components/notifications/AccountNotificationProfiles.es.js.map +1 -0
- package/dist/settings/components/notifications/AccountProfileListItem.es.js +84 -0
- package/dist/settings/components/notifications/AccountProfileListItem.es.js.map +1 -0
- package/dist/settings/components/notifications/BudgetNotificationProfiles.es.js +14 -0
- package/dist/settings/components/notifications/BudgetNotificationProfiles.es.js.map +1 -0
- package/dist/settings/components/notifications/DeliveryMethods.es.js +78 -0
- package/dist/settings/components/notifications/DeliveryMethods.es.js.map +1 -0
- package/dist/settings/components/notifications/InsightsNotificationProfiles.es.js +14 -0
- package/dist/settings/components/notifications/InsightsNotificationProfiles.es.js.map +1 -0
- package/dist/settings/components/notifications/NotificationProfile.es.js +80 -0
- package/dist/settings/components/notifications/NotificationProfile.es.js.map +1 -0
- package/dist/settings/components/notifications/NotificationSettings.es.js +94 -0
- package/dist/settings/components/notifications/NotificationSettings.es.js.map +1 -0
- package/dist/settings/components/notifications/PersonalDetails.es.js +111 -0
- package/dist/settings/components/notifications/PersonalDetails.es.js.map +1 -0
- package/dist/settings/components/profile/ProfileTab.es.js +178 -0
- package/dist/settings/components/profile/ProfileTab.es.js.map +1 -0
- package/dist/settings/components/profile/actions/VerifyEmailAction.es.js +88 -0
- package/dist/settings/components/profile/actions/VerifyEmailAction.es.js.map +1 -0
- package/dist/settings/components/profile/actions/VerifyPhoneAction.es.js +105 -0
- package/dist/settings/components/profile/actions/VerifyPhoneAction.es.js.map +1 -0
- package/dist/settings/components/profile/actions/VerifyTokenAction.es.js +40 -0
- package/dist/settings/components/profile/actions/VerifyTokenAction.es.js.map +1 -0
- package/dist/settings/components/transactionrules/TransactionRulesTab.es.js +35 -0
- package/dist/settings/components/transactionrules/TransactionRulesTab.es.js.map +1 -0
- package/dist/settings/components/transactionrules/actions/DeleteRuleAction.es.js +34 -0
- package/dist/settings/components/transactionrules/actions/DeleteRuleAction.es.js.map +1 -0
- package/dist/settings/components/transactionrules/actions/EditCategoryAction.es.js +31 -0
- package/dist/settings/components/transactionrules/actions/EditCategoryAction.es.js.map +1 -0
- package/dist/settings/components/transactionrules/actions/EditPayeeAction.es.js +45 -0
- package/dist/settings/components/transactionrules/actions/EditPayeeAction.es.js.map +1 -0
- package/dist/settings/components/transactionrules/actions/EditRuleAction.es.js +36 -0
- package/dist/settings/components/transactionrules/actions/EditRuleAction.es.js.map +1 -0
- package/dist/settings/components/transactionrules/components/EditRuleDetails.es.js +46 -0
- package/dist/settings/components/transactionrules/components/EditRuleDetails.es.js.map +1 -0
- package/dist/settings/components/transactionrules/components/RuleListItem.es.js +26 -0
- package/dist/settings/components/transactionrules/components/RuleListItem.es.js.map +1 -0
- package/dist/settings/constants/Settings.es.js +8 -0
- package/dist/settings/constants/Settings.es.js.map +1 -0
- package/dist/settings/index.es.js +23 -892
- package/dist/spending/SpendingMiniWidget.es.js +41 -0
- package/dist/spending/SpendingMiniWidget.es.js.map +1 -0
- package/dist/spending/SpendingWidget.es.js +51 -0
- package/dist/spending/SpendingWidget.es.js.map +1 -0
- package/dist/spending/components/MiniSpendingChart.es.js +112 -0
- package/dist/spending/components/MiniSpendingChart.es.js.map +1 -0
- package/dist/spending/components/Spending.es.js +123 -0
- package/dist/spending/components/Spending.es.js.map +1 -0
- package/dist/spending/components/SpendingChart.es.js +60 -0
- package/dist/spending/components/SpendingChart.es.js.map +1 -0
- package/dist/spending/components/SpendingDonut.es.js +132 -0
- package/dist/spending/components/SpendingDonut.es.js.map +1 -0
- package/dist/spending/components/SpendingLegend.es.js +46 -0
- package/dist/spending/components/SpendingLegend.es.js.map +1 -0
- package/dist/spending/components/SpendingList.es.js +124 -0
- package/dist/spending/components/SpendingList.es.js.map +1 -0
- package/dist/spending/components/SpendingTabLabel.es.js +22 -0
- package/dist/spending/components/SpendingTabLabel.es.js.map +1 -0
- package/dist/spending/index.es.js +4 -491
- package/dist/spending/utils/SpendingData.es.js +72 -0
- package/dist/spending/utils/SpendingData.es.js.map +1 -0
- package/dist/transactions/TransactionWidget.es.js +189 -0
- package/dist/transactions/TransactionWidget.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionDetails.es.js +255 -0
- package/dist/transactions/components/shared/TransactionDetails.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionList.es.js +92 -0
- package/dist/transactions/components/shared/TransactionList.es.js.map +1 -0
- package/dist/transactions/components/shared/TransactionTable.es.js +124 -0
- package/dist/transactions/components/shared/TransactionTable.es.js.map +1 -0
- package/dist/transactions/components/shared/getEmbeddedInstanceSlotByBeatTemplates.es.js +25 -0
- package/dist/transactions/components/shared/getEmbeddedInstanceSlotByBeatTemplates.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiondetails/Description.es.js +85 -0
- package/dist/transactions/components/shared/transactiondetails/Description.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiondetails/FlagTransaction.es.js +49 -0
- package/dist/transactions/components/shared/transactiondetails/FlagTransaction.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiondetails/ManualTransactionDetails.es.js +151 -0
- package/dist/transactions/components/shared/transactiondetails/ManualTransactionDetails.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiondetails/TransactionAmountHeader.es.js +39 -0
- package/dist/transactions/components/shared/transactiondetails/TransactionAmountHeader.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiondetails/TransactionDetailsView.es.js +82 -0
- package/dist/transactions/components/shared/transactiondetails/TransactionDetailsView.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiondetails/actions/AddMerchantBudgetAction.es.js +161 -0
- package/dist/transactions/components/shared/transactiondetails/actions/AddMerchantBudgetAction.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiondetails/actions/CategoryAction.es.js +105 -0
- package/dist/transactions/components/shared/transactiondetails/actions/CategoryAction.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiondetails/actions/DateAction.es.js +103 -0
- package/dist/transactions/components/shared/transactiondetails/actions/DateAction.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiondetails/actions/DeleteAction.es.js +66 -0
- package/dist/transactions/components/shared/transactiondetails/actions/DeleteAction.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiondetails/actions/DeleteLogoAction.es.js +77 -0
- package/dist/transactions/components/shared/transactiondetails/actions/DeleteLogoAction.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiondetails/actions/ExcludeAction.es.js +90 -0
- package/dist/transactions/components/shared/transactiondetails/actions/ExcludeAction.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiondetails/actions/MemoAction.es.js +101 -0
- package/dist/transactions/components/shared/transactiondetails/actions/MemoAction.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiondetails/actions/SplitAction.es.js +150 -0
- package/dist/transactions/components/shared/transactiondetails/actions/SplitAction.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiondetails/actions/TagsAction.es.js +94 -0
- package/dist/transactions/components/shared/transactiondetails/actions/TagsAction.es.js.map +1 -0
- package/dist/transactions/components/shared/transactionlist/TransactionRow.es.js +92 -0
- package/dist/transactions/components/shared/transactionlist/TransactionRow.es.js.map +1 -0
- package/dist/transactions/components/shared/transactionlist/ZeroState.es.js +39 -0
- package/dist/transactions/components/shared/transactionlist/ZeroState.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiontable/cells/AccountCell.es.js +12 -0
- package/dist/transactions/components/shared/transactiontable/cells/AccountCell.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiontable/cells/AmountCell.es.js +30 -0
- package/dist/transactions/components/shared/transactiontable/cells/AmountCell.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiontable/cells/CategoryCell.es.js +38 -0
- package/dist/transactions/components/shared/transactiontable/cells/CategoryCell.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiontable/cells/DateCell.es.js +14 -0
- package/dist/transactions/components/shared/transactiontable/cells/DateCell.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiontable/cells/FlagCell.es.js +46 -0
- package/dist/transactions/components/shared/transactiontable/cells/FlagCell.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiontable/cells/HeaderCell.es.js +12 -0
- package/dist/transactions/components/shared/transactiontable/cells/HeaderCell.es.js.map +1 -0
- package/dist/transactions/components/shared/transactiontable/cells/PayeeCell.es.js +28 -0
- package/dist/transactions/components/shared/transactiontable/cells/PayeeCell.es.js.map +1 -0
- package/dist/transactions/components/splitmanager/SplitManager.es.js +68 -0
- package/dist/transactions/components/splitmanager/SplitManager.es.js.map +1 -0
- package/dist/transactions/components/splitmanager/SplitRow.es.js +119 -0
- package/dist/transactions/components/splitmanager/SplitRow.es.js.map +1 -0
- package/dist/transactions/components/tagmanager/Header.es.js +68 -0
- package/dist/transactions/components/tagmanager/Header.es.js.map +1 -0
- package/dist/transactions/components/tagmanager/SearchBox.es.js +48 -0
- package/dist/transactions/components/tagmanager/SearchBox.es.js.map +1 -0
- package/dist/transactions/components/tagmanager/TagManager.es.js +36 -0
- package/dist/transactions/components/tagmanager/TagManager.es.js.map +1 -0
- package/dist/transactions/components/tagmanager/TagRow.es.js +108 -0
- package/dist/transactions/components/tagmanager/TagRow.es.js.map +1 -0
- package/dist/transactions/components/transactionwidget/AddAccountModal.es.js +33 -0
- package/dist/transactions/components/transactionwidget/AddAccountModal.es.js.map +1 -0
- package/dist/transactions/components/transactionwidget/actions/EditCategoryAction.es.js +44 -0
- package/dist/transactions/components/transactionwidget/actions/EditCategoryAction.es.js.map +1 -0
- package/dist/transactions/components/transactionwidget/actions/ExportCsvAction.es.js +26 -0
- package/dist/transactions/components/transactionwidget/actions/ExportCsvAction.es.js.map +1 -0
- package/dist/transactions/constants/Actions.es.js +22 -0
- package/dist/transactions/constants/Actions.es.js.map +1 -0
- package/dist/transactions/constants/OnClickEvents.es.js +50 -0
- package/dist/transactions/constants/OnClickEvents.es.js.map +1 -0
- package/dist/transactions/context/hooks.es.js +12 -0
- package/dist/transactions/context/hooks.es.js.map +1 -0
- package/dist/transactions/index.es.js +17 -604
- package/dist/transactions/utils/Filters.es.js +11 -0
- package/dist/transactions/utils/Filters.es.js.map +1 -0
- package/dist/transactions/utils/Transactions.es.js +24 -0
- package/dist/transactions/utils/Transactions.es.js.map +1 -0
- package/dist/trends/TrendsFullWidget.es.js +154 -0
- package/dist/trends/TrendsFullWidget.es.js.map +1 -0
- package/dist/trends/TrendsMicroWidget.es.js +72 -0
- package/dist/trends/TrendsMicroWidget.es.js.map +1 -0
- package/dist/trends/TrendsMiniWidget.es.js +43 -0
- package/dist/trends/TrendsMiniWidget.es.js.map +1 -0
- package/dist/trends/TrendsWidget.es.js +207 -0
- package/dist/trends/TrendsWidget.es.js.map +1 -0
- package/dist/trends/ZeroStateMicroWidget.es.js +30 -0
- package/dist/trends/ZeroStateMicroWidget.es.js.map +1 -0
- package/dist/trends/components/CategoriesList.es.js +64 -0
- package/dist/trends/components/CategoriesList.es.js.map +1 -0
- package/dist/trends/components/CategoriesListItem.es.js +44 -0
- package/dist/trends/components/CategoriesListItem.es.js.map +1 -0
- package/dist/trends/components/CategoryDetailChart.es.js +45 -0
- package/dist/trends/components/CategoryDetailChart.es.js.map +1 -0
- package/dist/trends/components/CategoryDetails.es.js +104 -0
- package/dist/trends/components/CategoryDetails.es.js.map +1 -0
- package/dist/trends/components/DateRangeText.es.js +26 -0
- package/dist/trends/components/DateRangeText.es.js.map +1 -0
- package/dist/trends/components/SpendingChart.es.js +28 -0
- package/dist/trends/components/SpendingChart.es.js.map +1 -0
- package/dist/trends/components/TrendsChart.es.js +63 -0
- package/dist/trends/components/TrendsChart.es.js.map +1 -0
- package/dist/trends/components/TrendsChartTotals.es.js +58 -0
- package/dist/trends/components/TrendsChartTotals.es.js.map +1 -0
- package/dist/trends/components/TrendsDrawer.es.js +38 -0
- package/dist/trends/components/TrendsDrawer.es.js.map +1 -0
- package/dist/trends/components/TrendsInsights.es.js +38 -0
- package/dist/trends/components/TrendsInsights.es.js.map +1 -0
- package/dist/trends/components/TrendsMicroSpendingIncomeBox.es.js +82 -0
- package/dist/trends/components/TrendsMicroSpendingIncomeBox.es.js.map +1 -0
- package/dist/trends/components/TrendsTableContainer.es.js +56 -0
- package/dist/trends/components/TrendsTableContainer.es.js.map +1 -0
- package/dist/trends/components/TrendsViewToggle.es.js +28 -0
- package/dist/trends/components/TrendsViewToggle.es.js.map +1 -0
- package/dist/trends/components/trendstable/AccessibleSortIcon.es.js +49 -0
- package/dist/trends/components/trendstable/AccessibleSortIcon.es.js.map +1 -0
- package/dist/trends/components/trendstable/AmountCell.es.js +24 -0
- package/dist/trends/components/trendstable/AmountCell.es.js.map +1 -0
- package/dist/trends/components/trendstable/CategoryCell.es.js +30 -0
- package/dist/trends/components/trendstable/CategoryCell.es.js.map +1 -0
- package/dist/trends/components/trendstable/HeaderCell.es.js +12 -0
- package/dist/trends/components/trendstable/HeaderCell.es.js.map +1 -0
- package/dist/trends/components/trendstable/TrendsTable.es.js +53 -0
- package/dist/trends/components/trendstable/TrendsTable.es.js.map +1 -0
- package/dist/trends/constants/TrendsInsights.es.js +40 -0
- package/dist/trends/constants/TrendsInsights.es.js.map +1 -0
- package/dist/trends/constants/TrendsWidget.es.js +6 -0
- package/dist/trends/constants/TrendsWidget.es.js.map +1 -0
- package/dist/trends/index.es.js +8 -1612
- package/dist/trends/utils/SpendingData.es.js +53 -0
- package/dist/trends/utils/SpendingData.es.js.map +1 -0
- package/dist/trends/utils/TrendsTable.es.js +101 -0
- package/dist/trends/utils/TrendsTable.es.js.map +1 -0
- package/dist/trends/utils/TrendsWidget.es.js +11 -0
- package/dist/trends/utils/TrendsWidget.es.js.map +1 -0
- package/dist/trends/utils/shared.es.js +18 -0
- package/dist/trends/utils/shared.es.js.map +1 -0
- package/package.json +34 -39
- package/dist/Account-DR7Plrqy.mjs +0 -119
- package/dist/Account-DR7Plrqy.mjs.map +0 -1
- package/dist/AccountDetailsDrawer-BcwBkxIE.mjs +0 -922
- package/dist/AccountDetailsDrawer-BcwBkxIE.mjs.map +0 -1
- package/dist/AccountDetailsHeader-C84CSN2K.mjs +0 -230
- package/dist/AccountDetailsHeader-C84CSN2K.mjs.map +0 -1
- package/dist/AccountUtils-Cbh8r9cP.mjs +0 -29
- package/dist/AccountUtils-Cbh8r9cP.mjs.map +0 -1
- package/dist/Analytics-B8AaC22u.mjs +0 -54
- package/dist/Analytics-B8AaC22u.mjs.map +0 -1
- package/dist/Analytics-D-jdcL72.mjs +0 -140
- package/dist/Analytics-D-jdcL72.mjs.map +0 -1
- package/dist/ApiEndpoints-DXwIYNUV.mjs +0 -50
- package/dist/ApiEndpoints-DXwIYNUV.mjs.map +0 -1
- package/dist/BeatMaterialIcon-1KOfRZrA.mjs +0 -27
- package/dist/BeatMaterialIcon-1KOfRZrA.mjs.map +0 -1
- package/dist/BudgetUtil-Bg2AQJpQ.mjs +0 -75
- package/dist/BudgetUtil-Bg2AQJpQ.mjs.map +0 -1
- package/dist/Category-DEKZGLYe.mjs +0 -302
- package/dist/Category-DEKZGLYe.mjs.map +0 -1
- package/dist/CategorySelectorDrawer-BIsncOhX.mjs +0 -431
- package/dist/CategorySelectorDrawer-BIsncOhX.mjs.map +0 -1
- package/dist/Connect-BH0Pt6zc.mjs +0 -43
- package/dist/Connect-BH0Pt6zc.mjs.map +0 -1
- package/dist/ConnectCard-BdxyIUkW.mjs +0 -55
- package/dist/ConnectCard-BdxyIUkW.mjs.map +0 -1
- package/dist/ConnectDrawer-CYP3sd5f.mjs +0 -58
- package/dist/ConnectDrawer-CYP3sd5f.mjs.map +0 -1
- package/dist/ConnectionsDrawer-Pjc0E6uI.mjs +0 -54
- package/dist/ConnectionsDrawer-Pjc0E6uI.mjs.map +0 -1
- package/dist/CurrencyDialog-DumQCTPO.mjs +0 -374
- package/dist/CurrencyDialog-DumQCTPO.mjs.map +0 -1
- package/dist/CurrencyInput-DaGEQaLW.mjs +0 -88
- package/dist/CurrencyInput-DaGEQaLW.mjs.map +0 -1
- package/dist/CurrencyText-CCbE6MmF.mjs +0 -21
- package/dist/CurrencyText-CCbE6MmF.mjs.map +0 -1
- package/dist/DateFormats-HudZ3Bjs.mjs +0 -65
- package/dist/DateFormats-HudZ3Bjs.mjs.map +0 -1
- package/dist/DateUtil-Bl7d7C1W.mjs +0 -76
- package/dist/DateUtil-Bl7d7C1W.mjs.map +0 -1
- package/dist/DebtUtils-i4pI2Uoe.mjs +0 -154
- package/dist/DebtUtils-i4pI2Uoe.mjs.map +0 -1
- package/dist/Dialog-Bvd2n8hz.mjs +0 -67
- package/dist/Dialog-Bvd2n8hz.mjs.map +0 -1
- package/dist/Donut-SzzfZDHF.mjs +0 -89
- package/dist/Donut-SzzfZDHF.mjs.map +0 -1
- package/dist/Drawer-DLUMdk6P.mjs +0 -201
- package/dist/Drawer-DLUMdk6P.mjs.map +0 -1
- package/dist/EmbeddedCard-DCR-ziFE.mjs +0 -860
- package/dist/EmbeddedCard-DCR-ziFE.mjs.map +0 -1
- package/dist/EmptyState-CJUDc3kD.mjs +0 -85
- package/dist/EmptyState-CJUDc3kD.mjs.map +0 -1
- package/dist/Error-Dtw6yxkf.mjs +0 -85
- package/dist/Error-Dtw6yxkf.mjs.map +0 -1
- package/dist/ErrorBoundary-C7BlHx04.mjs +0 -27
- package/dist/ErrorBoundary-C7BlHx04.mjs.map +0 -1
- package/dist/ExportCsvAction-C2Y4D7Kn.mjs +0 -25
- package/dist/ExportCsvAction-C2Y4D7Kn.mjs.map +0 -1
- package/dist/GlobalAccountFilter-BhzR5Vb1.mjs +0 -230
- package/dist/GlobalAccountFilter-BhzR5Vb1.mjs.map +0 -1
- package/dist/GlobalCopyApi-CLhyon-B.mjs +0 -145
- package/dist/GlobalCopyApi-CLhyon-B.mjs.map +0 -1
- package/dist/GoalsUtil-C9EnLWvC.mjs +0 -108
- package/dist/GoalsUtil-C9EnLWvC.mjs.map +0 -1
- package/dist/HeaderCell-P8w6CmfO.mjs +0 -7
- package/dist/HeaderCell-P8w6CmfO.mjs.map +0 -1
- package/dist/Help-CTmDMtG2.mjs +0 -3210
- package/dist/Help-CTmDMtG2.mjs.map +0 -1
- package/dist/Help-CkQTjORd.mjs +0 -300
- package/dist/Help-CkQTjORd.mjs.map +0 -1
- package/dist/IconBacking-DgT8DCeh.mjs +0 -40
- package/dist/IconBacking-DgT8DCeh.mjs.map +0 -1
- package/dist/InformationTooltip-4su8bn1e.mjs +0 -42
- package/dist/InformationTooltip-4su8bn1e.mjs.map +0 -1
- package/dist/InvestmentUtil-BItV7uEs.mjs +0 -135
- package/dist/InvestmentUtil-BItV7uEs.mjs.map +0 -1
- package/dist/LineChart-CUfiH86G.mjs +0 -613
- package/dist/LineChart-CUfiH86G.mjs.map +0 -1
- package/dist/ListItemAction-BqUCLj_w.mjs +0 -70
- package/dist/ListItemAction-BqUCLj_w.mjs.map +0 -1
- package/dist/ListItemRow-kH1rn8Xu.mjs +0 -68
- package/dist/ListItemRow-kH1rn8Xu.mjs.map +0 -1
- package/dist/ListItemWrapper-DRse79Iu.mjs +0 -44
- package/dist/ListItemWrapper-DRse79Iu.mjs.map +0 -1
- package/dist/Loader-CxeBwuPG.mjs +0 -22
- package/dist/Loader-CxeBwuPG.mjs.map +0 -1
- package/dist/Localization-DnoVyBNK.mjs +0 -39
- package/dist/Localization-DnoVyBNK.mjs.map +0 -1
- package/dist/ManageIncome-CRSMKFWt.mjs +0 -906
- package/dist/ManageIncome-CRSMKFWt.mjs.map +0 -1
- package/dist/MicroWidgetContainer-B2NnKBgW.mjs +0 -46
- package/dist/MicroWidgetContainer-B2NnKBgW.mjs.map +0 -1
- package/dist/MiniWidgetContainer-Bmv_WeUd.mjs +0 -67
- package/dist/MiniWidgetContainer-Bmv_WeUd.mjs.map +0 -1
- package/dist/NetWorthUtils-Dj7CgAg2.mjs +0 -96
- package/dist/NetWorthUtils-Dj7CgAg2.mjs.map +0 -1
- package/dist/Notification-DTNYSd8P.mjs +0 -8
- package/dist/Notification-DTNYSd8P.mjs.map +0 -1
- package/dist/NotificationSettings-BXpzPNjH.mjs +0 -678
- package/dist/NotificationSettings-BXpzPNjH.mjs.map +0 -1
- package/dist/NotificationUtils-BRGFTePr.mjs +0 -24
- package/dist/NotificationUtils-BRGFTePr.mjs.map +0 -1
- package/dist/NumberFormatting--XMeeBfr.mjs +0 -50
- package/dist/NumberFormatting--XMeeBfr.mjs.map +0 -1
- package/dist/OriginalBalanceAction-YrvxBYAl.mjs +0 -115
- package/dist/OriginalBalanceAction-YrvxBYAl.mjs.map +0 -1
- package/dist/RecurringSettings-7zGNq-fh.mjs +0 -89
- package/dist/RecurringSettings-7zGNq-fh.mjs.map +0 -1
- package/dist/RecurringTransactionsUtil-CfWviBh1.mjs +0 -299
- package/dist/RecurringTransactionsUtil-CfWviBh1.mjs.map +0 -1
- package/dist/ResponsiveButton-CC9F_Ezk.mjs +0 -46
- package/dist/ResponsiveButton-CC9F_Ezk.mjs.map +0 -1
- package/dist/SearchBox-Cpgu_gdO.mjs +0 -51
- package/dist/SearchBox-Cpgu_gdO.mjs.map +0 -1
- package/dist/Select-CSpkK5cR.mjs +0 -62
- package/dist/Select-CSpkK5cR.mjs.map +0 -1
- package/dist/SelectionBox-B4xELRgp.mjs +0 -49
- package/dist/SelectionBox-B4xELRgp.mjs.map +0 -1
- package/dist/SingleSegmentDonut-7Uy6VEld.mjs +0 -70
- package/dist/SingleSegmentDonut-7Uy6VEld.mjs.map +0 -1
- package/dist/Sizes-DISGrlUg.mjs +0 -7
- package/dist/Sizes-DISGrlUg.mjs.map +0 -1
- package/dist/SkeletonLoader-BaNboJjD.mjs +0 -39
- package/dist/SkeletonLoader-BaNboJjD.mjs.map +0 -1
- package/dist/SpendingData-Fii_xATx.mjs +0 -54
- package/dist/SpendingData-Fii_xATx.mjs.map +0 -1
- package/dist/SpendingLegend-CxvNOg3c.mjs +0 -204
- package/dist/SpendingLegend-CxvNOg3c.mjs.map +0 -1
- package/dist/StatusBar-CPfSXe80.mjs +0 -31
- package/dist/StatusBar-CPfSXe80.mjs.map +0 -1
- package/dist/TabContentContainer-B0eYJP5p.mjs +0 -49
- package/dist/TabContentContainer-B0eYJP5p.mjs.map +0 -1
- package/dist/ToggleListItem-Dl1lXNwj.mjs +0 -92
- package/dist/ToggleListItem-Dl1lXNwj.mjs.map +0 -1
- package/dist/TransactionDetails-C5JAB8SL.mjs +0 -1710
- package/dist/TransactionDetails-C5JAB8SL.mjs.map +0 -1
- package/dist/TransactionUtils-BphBJBbU.mjs +0 -235
- package/dist/TransactionUtils-BphBJBbU.mjs.map +0 -1
- package/dist/TrendsUtil-D9z3kIj_.mjs +0 -70
- package/dist/TrendsUtil-D9z3kIj_.mjs.map +0 -1
- package/dist/UserStore-Cp-2Jtnw.mjs +0 -3210
- package/dist/UserStore-Cp-2Jtnw.mjs.map +0 -1
- package/dist/ViewMoreMicroCard-B4oeGrbE.mjs +0 -1280
- package/dist/ViewMoreMicroCard-B4oeGrbE.mjs.map +0 -1
- package/dist/WidgetContainer-DKRs7nIV.mjs +0 -487
- package/dist/WidgetContainer-DKRs7nIV.mjs.map +0 -1
- package/dist/accounts/components/ConnectStatus.d.ts +0 -7
- package/dist/accounts/index.es.js.map +0 -1
- package/dist/analytics/index.es.js.map +0 -1
- package/dist/budgets/index.es.js.map +0 -1
- package/dist/cashflow/index.es.js.map +0 -1
- package/dist/categories/index.es.js.map +0 -1
- package/dist/common/index.es.js.map +0 -1
- package/dist/core/index.es.js.map +0 -1
- package/dist/dashboard/index.es.js.map +0 -1
- package/dist/debts/index.es.js.map +0 -1
- package/dist/finstrong/index.es.js.map +0 -1
- package/dist/goals/index.es.js.map +0 -1
- package/dist/help/index.es.js.map +0 -1
- package/dist/hooks-97sNJ_lf.mjs +0 -78
- package/dist/hooks-97sNJ_lf.mjs.map +0 -1
- package/dist/insights/index.es.js.map +0 -1
- package/dist/investments/index.es.js.map +0 -1
- package/dist/merchants/index.es.js.map +0 -1
- package/dist/microinsights/index.es.js.map +0 -1
- package/dist/networth/index.es.js.map +0 -1
- package/dist/notifications/index.es.js.map +0 -1
- package/dist/recurringtransactions/index.es.js.map +0 -1
- package/dist/settings/index.es.js.map +0 -1
- package/dist/spending/index.es.js.map +0 -1
- package/dist/transactions/index.es.js.map +0 -1
- package/dist/trends/index.es.js.map +0 -1
- package/dist/useAccountDisplayName-BsiXA0qf.mjs +0 -24
- package/dist/useAccountDisplayName-BsiXA0qf.mjs.map +0 -1
- package/dist/useAriaLive-MkYebyUR.mjs +0 -36
- package/dist/useAriaLive-MkYebyUR.mjs.map +0 -1
- package/dist/useDimensions-CeDR9V8N.mjs +0 -37
- package/dist/useDimensions-CeDR9V8N.mjs.map +0 -1
- package/dist/useInsightsEnabled-D5Sdm0TJ.mjs +0 -12
- package/dist/useInsightsEnabled-D5Sdm0TJ.mjs.map +0 -1
- package/dist/useScreenSize-mWpmnh5w.mjs +0 -37
- package/dist/useScreenSize-mWpmnh5w.mjs.map +0 -1
- package/dist/useWidgetLoadTimer-B0tB-yzL.mjs +0 -20
- package/dist/useWidgetLoadTimer-B0tB-yzL.mjs.map +0 -1
|
@@ -1,1677 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import k, { useState as O } from "react";
|
|
3
|
-
import { observer as $ } from "mobx-react-lite";
|
|
4
|
-
import _ from "@mui/material/Stack";
|
|
5
|
-
import Fe from "@mui/material/Tab";
|
|
6
|
-
import Ee from "@mui/material/Tabs";
|
|
7
|
-
import { C as pe } from "../ConnectionsDrawer-Pjc0E6uI.mjs";
|
|
8
|
-
import xe from "@mui/material/useMediaQuery";
|
|
9
|
-
import Ne from "@mui/material/Box";
|
|
10
|
-
import Me from "@mui/material/Collapse";
|
|
11
|
-
import Y from "@mui/material/Divider";
|
|
12
|
-
import ne from "@mui/material/List";
|
|
13
|
-
import ie from "@mui/material/ListItem";
|
|
14
|
-
import Ge from "@mui/material/ListItemButton";
|
|
15
|
-
import ye from "@mui/material/ToggleButton";
|
|
16
|
-
import fe from "@mui/material/ToggleButtonGroup";
|
|
17
|
-
import { Text as o, P as X, InstitutionLogo as oe } from "@mxenabled/mxui";
|
|
18
|
-
import Ue from "@mui/material/Button";
|
|
19
|
-
import { u as N, f as ve, v as U, a as J, c as ce } from "../hooks-97sNJ_lf.mjs";
|
|
20
|
-
import { A as z } from "../Analytics-D-jdcL72.mjs";
|
|
21
|
-
import { f as re, a as je } from "../NumberFormatting--XMeeBfr.mjs";
|
|
22
|
-
import { u as j } from "../useScreenSize-mWpmnh5w.mjs";
|
|
23
|
-
import { useTheme as Z } from "@mui/material/styles";
|
|
24
|
-
import { Icon as W } from "@mxenabled/mx-icons";
|
|
25
|
-
import { D as He } from "../Donut-SzzfZDHF.mjs";
|
|
26
|
-
import { f as ze, A as V } from "../InvestmentUtil-BItV7uEs.mjs";
|
|
27
|
-
import Oe from "@mui/material/ListItemText";
|
|
28
|
-
import de from "@mui/material/IconButton";
|
|
29
|
-
import Ve from "@mui/material/Tooltip";
|
|
30
|
-
import be from "@mui/material/Accordion";
|
|
31
|
-
import _e from "@mui/material/AccordionDetails";
|
|
32
|
-
import we from "@mui/material/AccordionSummary";
|
|
33
|
-
import se from "@mui/material/Paper";
|
|
34
|
-
import p from "@mui/system/Stack";
|
|
35
|
-
import Ce from "@mui/material/TextField";
|
|
36
|
-
import { D as Re } from "../Drawer-DLUMdk6P.mjs";
|
|
37
|
-
import { DataGridPro as $e } from "@mui/x-data-grid-pro";
|
|
38
|
-
import { Stack as Pe } from "@mui/material";
|
|
39
|
-
import { L as De } from "../Loader-CxeBwuPG.mjs";
|
|
40
|
-
import { u as qe } from "../useWidgetLoadTimer-B0tB-yzL.mjs";
|
|
41
|
-
import { W as Ke } from "../WidgetContainer-DKRs7nIV.mjs";
|
|
42
|
-
import { c as Ye } from "../Account-DR7Plrqy.mjs";
|
|
43
|
-
import { E as Qe } from "../EmptyState-CJUDc3kD.mjs";
|
|
44
|
-
const me = ({ sx: t = {} }) => {
|
|
45
|
-
const { investments: u } = N(), { onEvent: c } = ve(), { setShowConnectionsWidget: m } = U();
|
|
46
|
-
return /* @__PURE__ */ i(_, { sx: { alignItems: "center", gap: 24, height: 164, p: 24, width: "100%", ...t }, children: [
|
|
47
|
-
/* @__PURE__ */ i(
|
|
48
|
-
_,
|
|
49
|
-
{
|
|
50
|
-
className: "inner-container",
|
|
51
|
-
sx: {
|
|
52
|
-
alignItems: "center",
|
|
53
|
-
gap: 8,
|
|
54
|
-
width: "100%",
|
|
55
|
-
textAlign: "center"
|
|
56
|
-
},
|
|
57
|
-
children: [
|
|
58
|
-
/* @__PURE__ */ e(o, { sx: { fontWeight: 600 }, variant: "body1", children: u.overview.investment_accounts_footer }),
|
|
59
|
-
/* @__PURE__ */ e(
|
|
60
|
-
o,
|
|
61
|
-
{
|
|
62
|
-
sx: {
|
|
63
|
-
color: "text.secondary",
|
|
64
|
-
fontWeight: 400
|
|
65
|
-
},
|
|
66
|
-
variant: "subtitle2",
|
|
67
|
-
children: u.overview.connect_more_accounts_description
|
|
68
|
-
}
|
|
69
|
-
)
|
|
70
|
-
]
|
|
71
|
-
}
|
|
72
|
-
),
|
|
73
|
-
/* @__PURE__ */ e(
|
|
74
|
-
Ue,
|
|
75
|
-
{
|
|
76
|
-
onClick: () => {
|
|
77
|
-
m(!0), c(z.ACCOUNTS_CLICK_CONNECT);
|
|
78
|
-
},
|
|
79
|
-
sx: { fontWeight: 600 },
|
|
80
|
-
variant: "outlined",
|
|
81
|
-
children: u.overview.connect_accounts
|
|
82
|
-
}
|
|
83
|
-
)
|
|
84
|
-
] });
|
|
85
|
-
}, Je = {
|
|
86
|
-
allocations_cash: "#AEDCCC",
|
|
87
|
-
allocations_convertible: "#80CAD0",
|
|
88
|
-
allocations_foreign_bond: "#51B9D4",
|
|
89
|
-
allocations_foreign_stock: "#3DA0C9",
|
|
90
|
-
allocations_other: "#3583B8",
|
|
91
|
-
allocations_preferred: "#2D66A7",
|
|
92
|
-
allocations_unknown: "#161D6A",
|
|
93
|
-
allocations_us_bond: "#254995",
|
|
94
|
-
allocations_us_stock: "#1E2D84"
|
|
95
|
-
}, Xe = [
|
|
96
|
-
{
|
|
97
|
-
name: "allocations_cash"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
name: "allocations_convertible"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
name: "allocations_foreign_bond"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
name: "allocations_foreign_stock"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: "allocations_other"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
name: "allocations_preferred"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
name: "allocations_us_bond"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
name: "allocations_us_stock"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
name: "allocations_unknown"
|
|
122
|
-
}
|
|
123
|
-
], Ze = (t, u, c) => {
|
|
124
|
-
const m = u, f = c;
|
|
125
|
-
return t >= Math.min(m, f) && t < Math.max(m, f);
|
|
126
|
-
}, et = (t, u, c) => {
|
|
127
|
-
const m = [
|
|
128
|
-
...new Set(t.map((d) => d.name.toLowerCase()))
|
|
129
|
-
];
|
|
130
|
-
let f;
|
|
131
|
-
return m.map((d) => {
|
|
132
|
-
const l = t.reduce((x, h) => {
|
|
133
|
-
const b = h.name;
|
|
134
|
-
return b.toLowerCase() === d ? (f = b, Q(h) * h[u] / 100 + x) : x;
|
|
135
|
-
}, 0);
|
|
136
|
-
return {
|
|
137
|
-
displayName: f,
|
|
138
|
-
name: f,
|
|
139
|
-
value: l,
|
|
140
|
-
percentage: l / c
|
|
141
|
-
};
|
|
142
|
-
});
|
|
143
|
-
}, Q = (t) => t.calculated_market_value ? t.calculated_market_value : t.market_value, tt = (t, u, c) => {
|
|
144
|
-
const m = Object.values(u.allocations_list), f = [];
|
|
145
|
-
let v = 0;
|
|
146
|
-
const d = t.map(({ guid: n }) => n), l = c.filter(({ account_guid: n }) => d.includes(n)).map((n) => ({
|
|
147
|
-
...n,
|
|
148
|
-
name: n.symbol || n.description,
|
|
149
|
-
gainLoss: n.cost_basis || n.cost_basis === 0 ? Q(n) - n.cost_basis : 0
|
|
150
|
-
})), { cashBalance: x, totalAccountBalance: h } = t.reduce(
|
|
151
|
-
(n, g) => ({
|
|
152
|
-
cashBalance: n.cashBalance + (g.cash_balance || 0),
|
|
153
|
-
totalAccountBalance: n.totalAccountBalance + (g.balance || 0)
|
|
154
|
-
}),
|
|
155
|
-
{ cashBalance: 0, totalAccountBalance: 0 }
|
|
156
|
-
), { marketValue: b, totalGainLoss: s } = l.reduce(
|
|
157
|
-
(n, g) => ({
|
|
158
|
-
marketValue: n.marketValue + Q(g),
|
|
159
|
-
totalGainLoss: n.totalGainLoss + g.gainLoss
|
|
160
|
-
}),
|
|
161
|
-
{ marketValue: 0, totalGainLoss: 0 }
|
|
162
|
-
), y = b + x;
|
|
163
|
-
Xe.forEach((n, g) => {
|
|
164
|
-
const C = l.filter(
|
|
165
|
-
(B) => !!B[n.name]
|
|
166
|
-
);
|
|
167
|
-
let D = C.reduce(
|
|
168
|
-
(B, A) => B + Q(A) * A[n.name] / 100,
|
|
169
|
-
0
|
|
170
|
-
);
|
|
171
|
-
const T = et(
|
|
172
|
-
C,
|
|
173
|
-
n.name,
|
|
174
|
-
D
|
|
175
|
-
);
|
|
176
|
-
if (n.name === "allocations_cash" && x > 0) {
|
|
177
|
-
D += x;
|
|
178
|
-
const B = {
|
|
179
|
-
displayName: u.cash_balance_display_name,
|
|
180
|
-
name: "allocations_name",
|
|
181
|
-
value: x,
|
|
182
|
-
percentage: x / y
|
|
183
|
-
};
|
|
184
|
-
T.push(B);
|
|
185
|
-
}
|
|
186
|
-
D > 0 && (f.push({
|
|
187
|
-
name: n.name,
|
|
188
|
-
displayName: m[g],
|
|
189
|
-
guid: `${n.name}-${g}`,
|
|
190
|
-
holdings: T,
|
|
191
|
-
percentage: D / y,
|
|
192
|
-
value: D,
|
|
193
|
-
color: Je[n.name]
|
|
194
|
-
}), v += D);
|
|
195
|
-
});
|
|
196
|
-
const r = f.map(
|
|
197
|
-
({ displayName: n, guid: g, color: C, value: D }) => ({
|
|
198
|
-
id: g,
|
|
199
|
-
color: C,
|
|
200
|
-
label: n,
|
|
201
|
-
value: D / v * 100
|
|
202
|
-
})
|
|
203
|
-
);
|
|
204
|
-
return {
|
|
205
|
-
investmentsData: f,
|
|
206
|
-
donutData: r,
|
|
207
|
-
totalAmount: v,
|
|
208
|
-
totalGainLoss: s,
|
|
209
|
-
totalMarketValue: y,
|
|
210
|
-
totalGainLossPercentage: s / h
|
|
211
|
-
};
|
|
212
|
-
}, ae = (t) => t < 1e-3 ? "< 0.1%" : je(t), R = (t) => t === 0 ? re(t, "0,0.00") : Ze(t, -0.01, 0.01) ? "< $0.01" : re(t, "0,0.00"), nt = ({
|
|
213
|
-
data: t,
|
|
214
|
-
onSelected: u,
|
|
215
|
-
selectedId: c,
|
|
216
|
-
selectedTabs: m,
|
|
217
|
-
setSelectedTabs: f
|
|
218
|
-
}) => {
|
|
219
|
-
const v = (s, y) => {
|
|
220
|
-
y !== null && f(y);
|
|
221
|
-
}, { isMobile: d } = j(), {
|
|
222
|
-
investments: { allocation: l }
|
|
223
|
-
} = N(), x = [
|
|
224
|
-
{ label: l.tabs_label_dollar, value: 0 },
|
|
225
|
-
{ label: l.tabs_label_percent, value: 1 }
|
|
226
|
-
], h = !t?.investmentsData.length, { isSmallMobile: b } = j();
|
|
227
|
-
return /* @__PURE__ */ i(_, { sx: { mt: 15, gap: 12, width: d ? 250 : 412 }, children: [
|
|
228
|
-
/* @__PURE__ */ e(
|
|
229
|
-
fe,
|
|
230
|
-
{
|
|
231
|
-
exclusive: !0,
|
|
232
|
-
fullWidth: !0,
|
|
233
|
-
onChange: v,
|
|
234
|
-
value: h ? -1 : m,
|
|
235
|
-
children: x.map(({ label: s, value: y }) => /* @__PURE__ */ e(ye, { color: "primary", value: y, children: /* @__PURE__ */ e(o, { bold: !0, textTransform: "capitalize", variant: "body1", children: s }) }, s))
|
|
236
|
-
}
|
|
237
|
-
),
|
|
238
|
-
/* @__PURE__ */ e(ne, { sx: { px: 12 }, children: t.investmentsData.map((s) => /* @__PURE__ */ i(k.Fragment, { children: [
|
|
239
|
-
/* @__PURE__ */ e(
|
|
240
|
-
ie,
|
|
241
|
-
{
|
|
242
|
-
disableGutters: !0,
|
|
243
|
-
disablePadding: !0,
|
|
244
|
-
sx: {
|
|
245
|
-
minHeight: 44
|
|
246
|
-
},
|
|
247
|
-
children: /* @__PURE__ */ i(
|
|
248
|
-
Ge,
|
|
249
|
-
{
|
|
250
|
-
"aria-expanded": c === s.guid,
|
|
251
|
-
onClick: () => u(s.guid),
|
|
252
|
-
sx: { minHeight: 44, px: 12, py: 0 },
|
|
253
|
-
children: [
|
|
254
|
-
/* @__PURE__ */ e(
|
|
255
|
-
Ne,
|
|
256
|
-
{
|
|
257
|
-
borderRadius: 4,
|
|
258
|
-
flexShrink: 0,
|
|
259
|
-
height: 8,
|
|
260
|
-
sx: { backgroundColor: s.color, mr: 8 },
|
|
261
|
-
width: 8
|
|
262
|
-
}
|
|
263
|
-
),
|
|
264
|
-
/* @__PURE__ */ i(
|
|
265
|
-
_,
|
|
266
|
-
{
|
|
267
|
-
alignItems: "center",
|
|
268
|
-
direction: "row",
|
|
269
|
-
justifyContent: "space-between",
|
|
270
|
-
width: "100%",
|
|
271
|
-
children: [
|
|
272
|
-
/* @__PURE__ */ e(o, { bold: c === s.guid, children: s.displayName }),
|
|
273
|
-
/* @__PURE__ */ e(o, { bold: c === s.guid, variant: "body1", children: m === 0 ? R(s.value) : ae(s.percentage) })
|
|
274
|
-
]
|
|
275
|
-
}
|
|
276
|
-
)
|
|
277
|
-
]
|
|
278
|
-
}
|
|
279
|
-
)
|
|
280
|
-
}
|
|
281
|
-
),
|
|
282
|
-
/* @__PURE__ */ e(Y, {}),
|
|
283
|
-
s.holdings && s.holdings.length > 0 && /* @__PURE__ */ e(Me, { in: c === s.guid, unmountOnExit: !0, children: /* @__PURE__ */ i(ne, { children: [
|
|
284
|
-
s?.holdings?.map((y) => /* @__PURE__ */ e(
|
|
285
|
-
ie,
|
|
286
|
-
{
|
|
287
|
-
sx: {
|
|
288
|
-
pl: 24,
|
|
289
|
-
pr: 8,
|
|
290
|
-
py: 0
|
|
291
|
-
},
|
|
292
|
-
children: /* @__PURE__ */ i(_, { direction: "row", justifyContent: "space-between", width: "100%", children: [
|
|
293
|
-
/* @__PURE__ */ i(o, { children: [
|
|
294
|
-
y.displayName,
|
|
295
|
-
" "
|
|
296
|
-
] }),
|
|
297
|
-
/* @__PURE__ */ e(o, { children: m === 0 ? R(y.value) : ae(y.percentage) })
|
|
298
|
-
] })
|
|
299
|
-
},
|
|
300
|
-
y.displayName
|
|
301
|
-
)),
|
|
302
|
-
/* @__PURE__ */ e(Y, {})
|
|
303
|
-
] }) })
|
|
304
|
-
] }, s.guid)) }),
|
|
305
|
-
h ? /* @__PURE__ */ i(le, { children: [
|
|
306
|
-
/* @__PURE__ */ e(o, { sx: { color: "secondary.main", p: 8, textAlign: "center" }, children: l.empty_data }),
|
|
307
|
-
/* @__PURE__ */ e(Y, {}),
|
|
308
|
-
/* @__PURE__ */ e(
|
|
309
|
-
me,
|
|
310
|
-
{
|
|
311
|
-
sx: {
|
|
312
|
-
".inner-container": { width: b ? "100%" : 364 }
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
)
|
|
316
|
-
] }) : m === 0 && /* @__PURE__ */ e(o, { bold: !0, sx: { textAlign: "right", pr: 24 }, children: `${l.total_label_text} ${R(t.totalAmount)}` })
|
|
317
|
-
] });
|
|
318
|
-
}, it = ({
|
|
319
|
-
data: t,
|
|
320
|
-
hoveredId: u,
|
|
321
|
-
isPercentage: c,
|
|
322
|
-
onMouseEnter: m,
|
|
323
|
-
onMouseLeave: f,
|
|
324
|
-
onSelected: v,
|
|
325
|
-
selectedId: d,
|
|
326
|
-
size: l = 150,
|
|
327
|
-
totalLabel: x
|
|
328
|
-
}) => {
|
|
329
|
-
const h = Z(), b = h.palette.mode === "dark", s = k.useMemo(
|
|
330
|
-
() => d ? t.investmentsData.find(({ guid: T }) => T === d) : void 0,
|
|
331
|
-
[d]
|
|
332
|
-
), {
|
|
333
|
-
investments: { allocation: y }
|
|
334
|
-
} = N(), r = k.useMemo(() => t.donutData.length > 0 ? t.donutData : [{ id: "0", color: h.palette.neutral.light, value: 100 }], [t, h]), n = b ? "#0AC295" : "#09A57F", g = b ? "grey.300" : "grey.700", C = () => s ? y.pie_chart_centered_click_for_details : c ? ae(t.totalGainLossPercentage) : R(t.totalGainLoss), D = t.totalGainLoss >= 0 ? n : g;
|
|
335
|
-
return /* @__PURE__ */ e(
|
|
336
|
-
He,
|
|
337
|
-
{
|
|
338
|
-
data: r,
|
|
339
|
-
hoveredId: u,
|
|
340
|
-
onClick: v,
|
|
341
|
-
onMouseEnter: m,
|
|
342
|
-
onMouseLeave: f,
|
|
343
|
-
selectedId: d,
|
|
344
|
-
size: l,
|
|
345
|
-
children: /* @__PURE__ */ e(_, { alignItems: "center", height: "100%", justifyContent: "center", width: "100%", children: /* @__PURE__ */ e(_, { alignItems: "center", justifyContent: "center", minHeight: l, minWidth: l, children: /* @__PURE__ */ i(_, { alignItems: "center", sx: { gap: { xs: 4, xl: 8 }, mb: { xs: 4, xl: 8 } }, children: [
|
|
346
|
-
/* @__PURE__ */ e(o, { color: "text.secondary", noWrap: !0, children: s?.displayName ?? x }),
|
|
347
|
-
/* @__PURE__ */ e(X, { color: "text.primary", variant: "h1", children: R(s?.value ?? t.totalMarketValue) }),
|
|
348
|
-
/* @__PURE__ */ i(_, { sx: { alignItems: "center", flexDirection: "row", gap: 4 }, children: [
|
|
349
|
-
!s && /* @__PURE__ */ e(
|
|
350
|
-
W,
|
|
351
|
-
{
|
|
352
|
-
name: t.totalGainLoss >= 0 ? "trending_up" : "trending_down",
|
|
353
|
-
size: 20,
|
|
354
|
-
sx: { color: D }
|
|
355
|
-
}
|
|
356
|
-
),
|
|
357
|
-
/* @__PURE__ */ e(
|
|
358
|
-
o,
|
|
359
|
-
{
|
|
360
|
-
sx: {
|
|
361
|
-
color: D,
|
|
362
|
-
fontWeight: 700
|
|
363
|
-
},
|
|
364
|
-
variant: "body2",
|
|
365
|
-
children: C()
|
|
366
|
-
}
|
|
367
|
-
)
|
|
368
|
-
] })
|
|
369
|
-
] }) }) })
|
|
370
|
-
}
|
|
371
|
-
);
|
|
372
|
-
}, ot = () => {
|
|
373
|
-
const [t, u] = k.useState(0), [c, m] = k.useState(""), [f, v] = k.useState(""), d = (n) => {
|
|
374
|
-
c !== n ? m(n) : (m(""), v(""));
|
|
375
|
-
}, { selectedAccountGuids: l } = J(), { visibleHoldings: x } = U(), { visibleInvestmentAccounts: h } = ce(), {
|
|
376
|
-
investments: { allocation: b }
|
|
377
|
-
} = N(), s = tt(
|
|
378
|
-
h.filter(({ guid: n }) => l.includes(n)),
|
|
379
|
-
b,
|
|
380
|
-
x
|
|
381
|
-
), { isMobile: y } = j(), r = xe("(max-width:768px)");
|
|
382
|
-
return /* @__PURE__ */ i(
|
|
383
|
-
_,
|
|
384
|
-
{
|
|
385
|
-
alignItems: r ? "center" : "flex-start",
|
|
386
|
-
direction: r ? "column" : "row",
|
|
387
|
-
gap: { xs: 16, md: 64, xl: 100 },
|
|
388
|
-
sx: {
|
|
389
|
-
justifyContent: "center",
|
|
390
|
-
mt: 50,
|
|
391
|
-
width: "100%"
|
|
392
|
-
},
|
|
393
|
-
children: [
|
|
394
|
-
/* @__PURE__ */ e(
|
|
395
|
-
it,
|
|
396
|
-
{
|
|
397
|
-
data: s,
|
|
398
|
-
hoveredId: f,
|
|
399
|
-
isPercentage: t === 1,
|
|
400
|
-
onMouseEnter: (n) => {
|
|
401
|
-
c === n ? v("") : c || v(n);
|
|
402
|
-
},
|
|
403
|
-
onMouseLeave: () => {
|
|
404
|
-
v("");
|
|
405
|
-
},
|
|
406
|
-
onSelected: d,
|
|
407
|
-
selectedId: c,
|
|
408
|
-
size: y ? 280 : 400,
|
|
409
|
-
totalLabel: b.pie_chart_centered_text
|
|
410
|
-
}
|
|
411
|
-
),
|
|
412
|
-
/* @__PURE__ */ e(
|
|
413
|
-
nt,
|
|
414
|
-
{
|
|
415
|
-
data: s,
|
|
416
|
-
onSelected: d,
|
|
417
|
-
selectedId: c,
|
|
418
|
-
selectedTabs: t,
|
|
419
|
-
setSelectedTabs: u
|
|
420
|
-
}
|
|
421
|
-
)
|
|
422
|
-
]
|
|
423
|
-
}
|
|
424
|
-
);
|
|
425
|
-
}, rt = $(ot), st = ({
|
|
426
|
-
analysisDetails: t,
|
|
427
|
-
analysisType: u,
|
|
428
|
-
copy: c,
|
|
429
|
-
setAnalysisType: m
|
|
430
|
-
}) => {
|
|
431
|
-
const { isSmallMobile: f } = j(), v = k.useMemo(() => Object.keys(t).filter((l) => t[l] >= 1).map((l) => ({
|
|
432
|
-
key: l,
|
|
433
|
-
value: re(t[l], "0,0"),
|
|
434
|
-
formattedKey: ze(l)
|
|
435
|
-
})), [t]), d = [
|
|
436
|
-
{ label: c.equities, value: V.Stocks },
|
|
437
|
-
{ label: c.bonds, value: V.Bonds }
|
|
438
|
-
];
|
|
439
|
-
return /* @__PURE__ */ i(_, { sx: { gap: 12, width: { md: 412 } }, children: [
|
|
440
|
-
/* @__PURE__ */ e(
|
|
441
|
-
fe,
|
|
442
|
-
{
|
|
443
|
-
color: "primary",
|
|
444
|
-
exclusive: !0,
|
|
445
|
-
onChange: (l, x) => x && m(x),
|
|
446
|
-
sx: {
|
|
447
|
-
width: "100%",
|
|
448
|
-
"& .MuiToggleButton-root": {
|
|
449
|
-
color: "secondary.main",
|
|
450
|
-
fontWeight: 600,
|
|
451
|
-
textTransform: "capitalize"
|
|
452
|
-
}
|
|
453
|
-
},
|
|
454
|
-
value: v.length ? u : -1,
|
|
455
|
-
children: d.map(({ label: l, value: x }) => /* @__PURE__ */ e(ye, { sx: { width: "100%" }, value: x, children: l }, x))
|
|
456
|
-
}
|
|
457
|
-
),
|
|
458
|
-
v.length ? /* @__PURE__ */ e(
|
|
459
|
-
ne,
|
|
460
|
-
{
|
|
461
|
-
sx: {
|
|
462
|
-
"& .MuiListItemSecondaryAction-root": { pr: 12 },
|
|
463
|
-
"& .MuiListItem-divider": { borderColor: "neutral.light" },
|
|
464
|
-
"& .MuiListItem-root": { minHeight: 44, px: 12 }
|
|
465
|
-
},
|
|
466
|
-
children: v.map(({ value: l, formattedKey: x }) => /* @__PURE__ */ e(ie, { divider: !0, secondaryAction: /* @__PURE__ */ e(o, { children: l }), children: /* @__PURE__ */ e(
|
|
467
|
-
Oe,
|
|
468
|
-
{
|
|
469
|
-
primary: x,
|
|
470
|
-
slotProps: { primary: { fontStyle: "normal" } }
|
|
471
|
-
}
|
|
472
|
-
) }, x))
|
|
473
|
-
}
|
|
474
|
-
) : /* @__PURE__ */ i(le, { children: [
|
|
475
|
-
/* @__PURE__ */ e(o, { sx: { color: "secondary.main", p: 8, textAlign: "center" }, children: c.empty_data }),
|
|
476
|
-
/* @__PURE__ */ e(Y, { sx: { borderColor: "neutral.light" } }),
|
|
477
|
-
/* @__PURE__ */ e(
|
|
478
|
-
me,
|
|
479
|
-
{
|
|
480
|
-
sx: {
|
|
481
|
-
".inner-container": { width: f ? "100%" : 364 }
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
)
|
|
485
|
-
] })
|
|
486
|
-
] });
|
|
487
|
-
}, at = ({ body: t, title: u }) => /* @__PURE__ */ i(_, { sx: { gap: 4, p: 12 }, children: [
|
|
488
|
-
/* @__PURE__ */ e(o, { bold: !0, variant: "body1", children: u }),
|
|
489
|
-
/* @__PURE__ */ e(X, { variant: "subtitle2", children: t })
|
|
490
|
-
] }), lt = ({
|
|
491
|
-
placement: t = "bottom",
|
|
492
|
-
tooltip_info_body: u,
|
|
493
|
-
tooltip_info_title: c
|
|
494
|
-
}) => /* @__PURE__ */ e(
|
|
495
|
-
Ve,
|
|
496
|
-
{
|
|
497
|
-
enterTouchDelay: 500,
|
|
498
|
-
placement: t,
|
|
499
|
-
title: /* @__PURE__ */ e(at, { body: u, title: c }),
|
|
500
|
-
children: /* @__PURE__ */ e(de, { "aria-label": c, sx: { minHeight: 0, minWidth: 0, p: 0 }, children: /* @__PURE__ */ e(W, { name: "info", sx: { color: "info.main" } }) })
|
|
501
|
-
}
|
|
502
|
-
), ct = () => {
|
|
503
|
-
const {
|
|
504
|
-
investments: { analysis: t }
|
|
505
|
-
} = N(), { analysisChartData: u, analysisDetails: c, analysisType: m, setAnalysisType: f } = U(), v = xe("(min-width:320px) and (max-width:375px)"), { isMobile: d } = j(), x = Z().palette.mode === "dark", { cellDimension: h, columns: b, rows: s, textVariant: y } = k.useMemo(() => {
|
|
506
|
-
const r = m === V.Stocks, n = Object.values(r ? t.stock_column_labels : t.bond_column_labels), g = Object.values(r ? t.stock_row_labels : t.bond_row_labels);
|
|
507
|
-
return { cellDimension: d ? 72 : 100, columns: n, rows: g, textVariant: d ? "caption" : "body1" };
|
|
508
|
-
}, [t, d, m]);
|
|
509
|
-
return /* @__PURE__ */ i(
|
|
510
|
-
_,
|
|
511
|
-
{
|
|
512
|
-
sx: {
|
|
513
|
-
flexDirection: { md: "row" },
|
|
514
|
-
gap: d ? 48 : 64,
|
|
515
|
-
justifyContent: "center",
|
|
516
|
-
pt: 48,
|
|
517
|
-
px: 16
|
|
518
|
-
},
|
|
519
|
-
children: [
|
|
520
|
-
/* @__PURE__ */ i(
|
|
521
|
-
_,
|
|
522
|
-
{
|
|
523
|
-
sx: {
|
|
524
|
-
alignItems: "center",
|
|
525
|
-
flexDirection: "row",
|
|
526
|
-
justifyContent: "center",
|
|
527
|
-
pr: { lg: 72 }
|
|
528
|
-
},
|
|
529
|
-
children: [
|
|
530
|
-
/* @__PURE__ */ i(
|
|
531
|
-
_,
|
|
532
|
-
{
|
|
533
|
-
sx: {
|
|
534
|
-
alignItems: "center",
|
|
535
|
-
bottom: d ? 10 : 24,
|
|
536
|
-
gap: d ? 0 : 24,
|
|
537
|
-
position: "relative",
|
|
538
|
-
transform: "rotate(-180deg)",
|
|
539
|
-
writingMode: "vertical-rl"
|
|
540
|
-
},
|
|
541
|
-
children: [
|
|
542
|
-
/* @__PURE__ */ e(X, { bold: !0, color: "secondary.main", variant: y, children: m === V.Stocks ? t.market_capitalization : t.credit_quality }),
|
|
543
|
-
/* @__PURE__ */ e(
|
|
544
|
-
_,
|
|
545
|
-
{
|
|
546
|
-
sx: {
|
|
547
|
-
flexDirection: "row",
|
|
548
|
-
height: d ? 224 : 308,
|
|
549
|
-
justifyContent: "space-around"
|
|
550
|
-
},
|
|
551
|
-
children: b.map((r) => /* @__PURE__ */ e(
|
|
552
|
-
o,
|
|
553
|
-
{
|
|
554
|
-
sx: {
|
|
555
|
-
color: "secondary.main",
|
|
556
|
-
pl: 12,
|
|
557
|
-
pr: d ? 4 : 0
|
|
558
|
-
},
|
|
559
|
-
variant: y,
|
|
560
|
-
children: r
|
|
561
|
-
},
|
|
562
|
-
r
|
|
563
|
-
))
|
|
564
|
-
}
|
|
565
|
-
)
|
|
566
|
-
]
|
|
567
|
-
}
|
|
568
|
-
),
|
|
569
|
-
/* @__PURE__ */ i(_, { sx: { gap: 4 }, children: [
|
|
570
|
-
/* @__PURE__ */ i(
|
|
571
|
-
_,
|
|
572
|
-
{
|
|
573
|
-
sx: {
|
|
574
|
-
alignSelf: v ? "start" : "center",
|
|
575
|
-
flexDirection: "row",
|
|
576
|
-
gap: 8,
|
|
577
|
-
pb: 12
|
|
578
|
-
},
|
|
579
|
-
children: [
|
|
580
|
-
/* @__PURE__ */ e(o, { bold: !0, children: t.invest_analysis }),
|
|
581
|
-
/* @__PURE__ */ e(
|
|
582
|
-
lt,
|
|
583
|
-
{
|
|
584
|
-
tooltip_info_body: t.tooltip_info_body,
|
|
585
|
-
tooltip_info_title: t.tooltip_info_title
|
|
586
|
-
}
|
|
587
|
-
)
|
|
588
|
-
]
|
|
589
|
-
}
|
|
590
|
-
),
|
|
591
|
-
u.map((r, n, g) => /* @__PURE__ */ e(_, { sx: { flexDirection: "row", gap: 4 }, children: r.map((C, D) => {
|
|
592
|
-
const T = n === 0, B = n === g.length - 1, A = D === 0, G = D === r.length - 1, F = Number(C.replace("%", "")) >= 25;
|
|
593
|
-
let L = "grey.200", H = "grey.900";
|
|
594
|
-
return x ? (L = F ? "grey.200" : "grey.700", H = F ? "grey.900" : "common.white") : (L = F ? "grey.700" : "grey.200", H = F ? "common.white" : "grey.900"), /* @__PURE__ */ e(
|
|
595
|
-
_,
|
|
596
|
-
{
|
|
597
|
-
sx: {
|
|
598
|
-
...{
|
|
599
|
-
borderBottomLeftRadius: B && A ? 4 : 0,
|
|
600
|
-
borderBottomRightRadius: B && G ? 4 : 0,
|
|
601
|
-
borderTopLeftRadius: T && A ? 4 : 0,
|
|
602
|
-
borderTopRightRadius: T && G ? 4 : 0
|
|
603
|
-
},
|
|
604
|
-
alignItems: "center",
|
|
605
|
-
bgcolor: L,
|
|
606
|
-
height: h,
|
|
607
|
-
justifyContent: "center",
|
|
608
|
-
width: h
|
|
609
|
-
},
|
|
610
|
-
children: /* @__PURE__ */ e(
|
|
611
|
-
o,
|
|
612
|
-
{
|
|
613
|
-
sx: {
|
|
614
|
-
color: H,
|
|
615
|
-
fontWeight: d ? 600 : 700
|
|
616
|
-
},
|
|
617
|
-
variant: d ? "body1" : "h3",
|
|
618
|
-
children: C
|
|
619
|
-
}
|
|
620
|
-
)
|
|
621
|
-
},
|
|
622
|
-
D
|
|
623
|
-
);
|
|
624
|
-
}) }, n)),
|
|
625
|
-
/* @__PURE__ */ e(_, { sx: { alignSelf: "center", flexDirection: "row", pt: 12 }, children: s.map((r) => /* @__PURE__ */ e(_, { sx: { alignItems: "center", width: h }, children: /* @__PURE__ */ e(o, { color: "secondary.main", variant: y, children: r }) }, r)) }),
|
|
626
|
-
/* @__PURE__ */ e(
|
|
627
|
-
o,
|
|
628
|
-
{
|
|
629
|
-
bold: !0,
|
|
630
|
-
sx: { color: "secondary.main", pt: d ? 4 : 24, textAlign: "center" },
|
|
631
|
-
variant: y,
|
|
632
|
-
children: m === V.Stocks ? t.valuation : t.duration
|
|
633
|
-
}
|
|
634
|
-
)
|
|
635
|
-
] })
|
|
636
|
-
]
|
|
637
|
-
}
|
|
638
|
-
),
|
|
639
|
-
/* @__PURE__ */ e(
|
|
640
|
-
st,
|
|
641
|
-
{
|
|
642
|
-
analysisDetails: c,
|
|
643
|
-
analysisType: m,
|
|
644
|
-
copy: {
|
|
645
|
-
empty_data: t.empty_data,
|
|
646
|
-
equities: t.equities,
|
|
647
|
-
bonds: t.bonds
|
|
648
|
-
},
|
|
649
|
-
setAnalysisType: f
|
|
650
|
-
}
|
|
651
|
-
)
|
|
652
|
-
]
|
|
653
|
-
}
|
|
654
|
-
);
|
|
655
|
-
}, dt = $(ct), mt = ({
|
|
656
|
-
accountHoldingsData: t,
|
|
657
|
-
currentEditedCostBasis: u,
|
|
658
|
-
editingHoldingId: c,
|
|
659
|
-
handleCostBasisBlur: m,
|
|
660
|
-
handleCostBasisClick: f,
|
|
661
|
-
handleCostBasisChange: v,
|
|
662
|
-
handleCostBasisKeyDown: d,
|
|
663
|
-
isOpen: l,
|
|
664
|
-
onClose: x
|
|
665
|
-
}) => {
|
|
666
|
-
const { investments: h } = N(), [b, s] = k.useState({}), y = (r) => (n, g) => {
|
|
667
|
-
s((C) => ({
|
|
668
|
-
...C,
|
|
669
|
-
[r]: g
|
|
670
|
-
}));
|
|
671
|
-
};
|
|
672
|
-
return /* @__PURE__ */ i(
|
|
673
|
-
Re,
|
|
674
|
-
{
|
|
675
|
-
ariaLabelClose: h.overview.close_investment_drawer,
|
|
676
|
-
isOpen: l,
|
|
677
|
-
onClose: x,
|
|
678
|
-
title: h.overview.investment_details,
|
|
679
|
-
children: [
|
|
680
|
-
/* @__PURE__ */ i(p, { sx: { gap: 8, p: 24 }, children: [
|
|
681
|
-
/* @__PURE__ */ e(
|
|
682
|
-
oe,
|
|
683
|
-
{
|
|
684
|
-
alt: t.accounts.institutionName || "",
|
|
685
|
-
institutionGuid: t.accounts.institution_guid || "",
|
|
686
|
-
size: 64
|
|
687
|
-
}
|
|
688
|
-
),
|
|
689
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.primary" }, variant: "body2", children: t.accounts.memberName }),
|
|
690
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.primary" }, variant: "h2", children: t.accounts.user_name || t.accounts.name }),
|
|
691
|
-
/* @__PURE__ */ i(p, { sx: { alignItems: "center", flexDirection: "row", justifyContent: "space-between" }, children: [
|
|
692
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.primary", fontWeight: 600 }, variant: "body1", children: h.overview.current_balance }),
|
|
693
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.primary", fontWeight: 600 }, variant: "body1", children: t.accounts.balance?.toLocaleString("en-US", {
|
|
694
|
-
currency: "USD",
|
|
695
|
-
maximumFractionDigits: 2,
|
|
696
|
-
minimumFractionDigits: 2,
|
|
697
|
-
style: "currency"
|
|
698
|
-
}) })
|
|
699
|
-
] })
|
|
700
|
-
] }),
|
|
701
|
-
/* @__PURE__ */ i(
|
|
702
|
-
p,
|
|
703
|
-
{
|
|
704
|
-
sx: {
|
|
705
|
-
bgcolor: "background.default",
|
|
706
|
-
flexDirection: "row",
|
|
707
|
-
justifyContent: "space-between",
|
|
708
|
-
px: 24,
|
|
709
|
-
py: 10
|
|
710
|
-
},
|
|
711
|
-
children: [
|
|
712
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.primary", fontWeight: 700 }, variant: "caption", children: h.overview.holding }),
|
|
713
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.primary", fontWeight: 700 }, variant: "caption", children: h.overview.market_value })
|
|
714
|
-
]
|
|
715
|
-
}
|
|
716
|
-
),
|
|
717
|
-
t.holdings?.map((r, n) => {
|
|
718
|
-
const g = c === r.id;
|
|
719
|
-
return /* @__PURE__ */ i(
|
|
720
|
-
be,
|
|
721
|
-
{
|
|
722
|
-
disableGutters: !0,
|
|
723
|
-
expanded: b[r.id] === !0,
|
|
724
|
-
onChange: r ? y(r?.id) : () => {
|
|
725
|
-
},
|
|
726
|
-
sx: {
|
|
727
|
-
":before": n === 0 ? { opacity: 0 } : {},
|
|
728
|
-
".MuiAccordionDetails-root": { p: 0 }
|
|
729
|
-
},
|
|
730
|
-
children: [
|
|
731
|
-
/* @__PURE__ */ e(
|
|
732
|
-
we,
|
|
733
|
-
{
|
|
734
|
-
"aria-controls": "panel1a-content",
|
|
735
|
-
id: "panel1a-header",
|
|
736
|
-
sx: [
|
|
737
|
-
{ height: 64 },
|
|
738
|
-
b[r.id] && n > 0 && {
|
|
739
|
-
borderTop: 1,
|
|
740
|
-
borderColor: "divider"
|
|
741
|
-
}
|
|
742
|
-
],
|
|
743
|
-
children: /* @__PURE__ */ i(p, { sx: { flexDirection: "row", width: "100%" }, children: [
|
|
744
|
-
/* @__PURE__ */ e("div", { style: { width: 24 } }),
|
|
745
|
-
/* @__PURE__ */ i(
|
|
746
|
-
p,
|
|
747
|
-
{
|
|
748
|
-
sx: [
|
|
749
|
-
{
|
|
750
|
-
alignItems: "center",
|
|
751
|
-
flexDirection: "row",
|
|
752
|
-
justifyContent: "space-between",
|
|
753
|
-
pr: 24,
|
|
754
|
-
py: 14,
|
|
755
|
-
width: "100%"
|
|
756
|
-
},
|
|
757
|
-
b[r.id] && {
|
|
758
|
-
borderBottom: 1,
|
|
759
|
-
borderColor: "divider"
|
|
760
|
-
}
|
|
761
|
-
],
|
|
762
|
-
children: [
|
|
763
|
-
/* @__PURE__ */ e(
|
|
764
|
-
p,
|
|
765
|
-
{
|
|
766
|
-
sx: {
|
|
767
|
-
alignItems: "center",
|
|
768
|
-
flex: 1,
|
|
769
|
-
flexDirection: "row",
|
|
770
|
-
gap: 12,
|
|
771
|
-
minWidth: 0
|
|
772
|
-
},
|
|
773
|
-
children: /* @__PURE__ */ i(p, { sx: { minWidth: 0, overflow: "hidden" }, children: [
|
|
774
|
-
/* @__PURE__ */ e(
|
|
775
|
-
o,
|
|
776
|
-
{
|
|
777
|
-
sx: {
|
|
778
|
-
fontWeight: 600,
|
|
779
|
-
display: "-webkit-box",
|
|
780
|
-
WebkitBoxOrient: "vertical",
|
|
781
|
-
WebkitLineClamp: 1,
|
|
782
|
-
overflow: "hidden",
|
|
783
|
-
overflowWrap: "anywhere"
|
|
784
|
-
},
|
|
785
|
-
variant: "body1",
|
|
786
|
-
children: r.holding
|
|
787
|
-
}
|
|
788
|
-
),
|
|
789
|
-
/* @__PURE__ */ e(
|
|
790
|
-
o,
|
|
791
|
-
{
|
|
792
|
-
sx: {
|
|
793
|
-
display: "-webkit-box",
|
|
794
|
-
WebkitBoxOrient: "vertical",
|
|
795
|
-
WebkitLineClamp: 2,
|
|
796
|
-
overflow: "hidden",
|
|
797
|
-
overflowWrap: "anywhere"
|
|
798
|
-
},
|
|
799
|
-
variant: "caption",
|
|
800
|
-
children: r.description
|
|
801
|
-
}
|
|
802
|
-
)
|
|
803
|
-
] })
|
|
804
|
-
}
|
|
805
|
-
),
|
|
806
|
-
/* @__PURE__ */ i(
|
|
807
|
-
p,
|
|
808
|
-
{
|
|
809
|
-
sx: {
|
|
810
|
-
alignItems: "center",
|
|
811
|
-
flexShrink: 0,
|
|
812
|
-
flexDirection: "row",
|
|
813
|
-
gap: 12,
|
|
814
|
-
justifyContent: "flex-end"
|
|
815
|
-
},
|
|
816
|
-
children: [
|
|
817
|
-
/* @__PURE__ */ i(p, { children: [
|
|
818
|
-
/* @__PURE__ */ e(o, { sx: { fontWeight: 600, textAlign: "right" }, variant: "body1", children: r.marketValue?.toLocaleString("en-US", {
|
|
819
|
-
currency: "USD",
|
|
820
|
-
maximumFractionDigits: 2,
|
|
821
|
-
minimumFractionDigits: 2,
|
|
822
|
-
style: "currency"
|
|
823
|
-
}) }),
|
|
824
|
-
/* @__PURE__ */ i(p, { sx: { alignItems: "center", gap: 2, flexDirection: "row" }, children: [
|
|
825
|
-
r.totalGainLoss !== 0 && /* @__PURE__ */ e(
|
|
826
|
-
W,
|
|
827
|
-
{
|
|
828
|
-
name: r.totalGainLoss >= 0 ? "trending_up" : "trending_down",
|
|
829
|
-
size: 12,
|
|
830
|
-
sx: {
|
|
831
|
-
verticalAlign: "middle",
|
|
832
|
-
mr: 1,
|
|
833
|
-
color: r.totalGainLoss >= 0 ? "success.main" : "grey.700"
|
|
834
|
-
}
|
|
835
|
-
}
|
|
836
|
-
),
|
|
837
|
-
/* @__PURE__ */ e(
|
|
838
|
-
o,
|
|
839
|
-
{
|
|
840
|
-
sx: {
|
|
841
|
-
color: r.totalGainLoss <= 0 ? "grey.700" : "success.main",
|
|
842
|
-
fontWeight: r.totalGainLoss <= 0 ? 400 : 700
|
|
843
|
-
},
|
|
844
|
-
variant: "caption",
|
|
845
|
-
children: r.costBasis ? `${(r.totalGainLoss / r.costBasis * 100).toFixed(2)}%` : "0.00%"
|
|
846
|
-
}
|
|
847
|
-
),
|
|
848
|
-
/* @__PURE__ */ e(o, { sx: { color: "grey.700" }, variant: "caption", children: "|" }),
|
|
849
|
-
/* @__PURE__ */ e(
|
|
850
|
-
o,
|
|
851
|
-
{
|
|
852
|
-
sx: {
|
|
853
|
-
color: r.totalGainLoss <= 0 ? "grey.700" : "success.main",
|
|
854
|
-
fontWeight: r.totalGainLoss <= 0 ? 400 : 700
|
|
855
|
-
},
|
|
856
|
-
variant: "caption",
|
|
857
|
-
children: Math.abs(r.totalGainLoss).toLocaleString("en-US", {
|
|
858
|
-
currency: "USD",
|
|
859
|
-
maximumFractionDigits: 2,
|
|
860
|
-
minimumFractionDigits: 2,
|
|
861
|
-
style: "currency"
|
|
862
|
-
})
|
|
863
|
-
}
|
|
864
|
-
)
|
|
865
|
-
] })
|
|
866
|
-
] }),
|
|
867
|
-
/* @__PURE__ */ e(
|
|
868
|
-
W,
|
|
869
|
-
{
|
|
870
|
-
name: b[r.id] ? "expand_less" : "expand_more",
|
|
871
|
-
size: 20
|
|
872
|
-
}
|
|
873
|
-
)
|
|
874
|
-
]
|
|
875
|
-
}
|
|
876
|
-
)
|
|
877
|
-
]
|
|
878
|
-
}
|
|
879
|
-
)
|
|
880
|
-
] })
|
|
881
|
-
}
|
|
882
|
-
),
|
|
883
|
-
/* @__PURE__ */ e(_e, { children: /* @__PURE__ */ i(
|
|
884
|
-
p,
|
|
885
|
-
{
|
|
886
|
-
sx: {
|
|
887
|
-
alignItems: "center",
|
|
888
|
-
bgcolor: "background.default",
|
|
889
|
-
flexDirection: "row",
|
|
890
|
-
pl: 24
|
|
891
|
-
},
|
|
892
|
-
children: [
|
|
893
|
-
/* @__PURE__ */ e(p, { sx: { width: 32 } }),
|
|
894
|
-
/* @__PURE__ */ i(p, { sx: { flex: 1 }, children: [
|
|
895
|
-
/* @__PURE__ */ i(
|
|
896
|
-
p,
|
|
897
|
-
{
|
|
898
|
-
sx: {
|
|
899
|
-
alignItems: "center",
|
|
900
|
-
borderBottom: 1,
|
|
901
|
-
borderColor: "divider",
|
|
902
|
-
flexDirection: "row",
|
|
903
|
-
height: 48,
|
|
904
|
-
justifyContent: "space-between",
|
|
905
|
-
pr: 24
|
|
906
|
-
},
|
|
907
|
-
children: [
|
|
908
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.primary" }, variant: "body1", children: h.overview.quantity }),
|
|
909
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.primary" }, variant: "body2", children: r.qty })
|
|
910
|
-
]
|
|
911
|
-
}
|
|
912
|
-
),
|
|
913
|
-
/* @__PURE__ */ i(
|
|
914
|
-
p,
|
|
915
|
-
{
|
|
916
|
-
sx: {
|
|
917
|
-
alignItems: "center",
|
|
918
|
-
flexDirection: "row",
|
|
919
|
-
height: 48,
|
|
920
|
-
justifyContent: "space-between",
|
|
921
|
-
pr: 24
|
|
922
|
-
},
|
|
923
|
-
children: [
|
|
924
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.primary" }, variant: "body1", children: h.overview.cost_basis_header }),
|
|
925
|
-
/* @__PURE__ */ i(
|
|
926
|
-
p,
|
|
927
|
-
{
|
|
928
|
-
direction: "row",
|
|
929
|
-
sx: {
|
|
930
|
-
alignItems: "center",
|
|
931
|
-
gap: 4
|
|
932
|
-
},
|
|
933
|
-
children: [
|
|
934
|
-
g ? /* @__PURE__ */ e(
|
|
935
|
-
Ce,
|
|
936
|
-
{
|
|
937
|
-
autoFocus: !0,
|
|
938
|
-
onBlur: () => m(r.id),
|
|
939
|
-
onChange: v,
|
|
940
|
-
onKeyDown: (C) => d(C, r.id),
|
|
941
|
-
size: "small",
|
|
942
|
-
sx: {
|
|
943
|
-
fontSize: 14,
|
|
944
|
-
width: 58,
|
|
945
|
-
"& .MuiInputBase-input": {
|
|
946
|
-
padding: "4px 0",
|
|
947
|
-
textAlign: "center",
|
|
948
|
-
fontWeight: 600,
|
|
949
|
-
color: "text.primary"
|
|
950
|
-
},
|
|
951
|
-
"& .MuiOutlinedInput-notchedOutline": {
|
|
952
|
-
border: "none"
|
|
953
|
-
}
|
|
954
|
-
},
|
|
955
|
-
value: u
|
|
956
|
-
}
|
|
957
|
-
) : /* @__PURE__ */ e(o, { sx: { fontSize: 14, width: 58 }, variant: "body2", children: r.costBasis?.toLocaleString("en-US", {
|
|
958
|
-
currency: "USD",
|
|
959
|
-
maximumFractionDigits: 2,
|
|
960
|
-
minimumFractionDigits: 2,
|
|
961
|
-
style: "currency"
|
|
962
|
-
}) }),
|
|
963
|
-
/* @__PURE__ */ e(
|
|
964
|
-
de,
|
|
965
|
-
{
|
|
966
|
-
onClick: () => f(r.id, r.costBasis),
|
|
967
|
-
sx: { minWidth: 16, minHeight: 16 },
|
|
968
|
-
children: /* @__PURE__ */ e(W, { name: "stylus", size: 16, sx: { color: "grey.700" } })
|
|
969
|
-
}
|
|
970
|
-
)
|
|
971
|
-
]
|
|
972
|
-
}
|
|
973
|
-
)
|
|
974
|
-
]
|
|
975
|
-
}
|
|
976
|
-
)
|
|
977
|
-
] })
|
|
978
|
-
]
|
|
979
|
-
}
|
|
980
|
-
) })
|
|
981
|
-
]
|
|
982
|
-
},
|
|
983
|
-
r.id
|
|
984
|
-
);
|
|
985
|
-
})
|
|
986
|
-
]
|
|
987
|
-
}
|
|
988
|
-
);
|
|
989
|
-
}, ut = $(mt), K = (t) => /* @__PURE__ */ i(Pe, { sx: { alignItems: "center", flexDirection: "row", gap: 4 }, children: [
|
|
990
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.primary", fontWeight: 600, fontSize: 14 }, variant: "body2", children: t.colDef.headerName }),
|
|
991
|
-
/* @__PURE__ */ e(W, { name: "expand_all", size: 12 })
|
|
992
|
-
] }), ht = ({
|
|
993
|
-
data: t,
|
|
994
|
-
editingHoldingId: u,
|
|
995
|
-
currentEditedCostBasis: c,
|
|
996
|
-
handleCostBasisClick: m,
|
|
997
|
-
handleCostBasisChange: f,
|
|
998
|
-
handleCostBasisKeyDown: v,
|
|
999
|
-
handleCostBasisBlur: d
|
|
1000
|
-
}) => {
|
|
1001
|
-
const { investments: l } = N(), h = Z().palette.mode === "dark", b = "success.main", s = h ? "grey.300" : "grey.700", y = (n, g = "lesserThan") => g === "greaterThan" ? n >= 0 ? b : s : n <= 0 ? s : b, r = [
|
|
1002
|
-
{
|
|
1003
|
-
field: "qty",
|
|
1004
|
-
headerName: l.overview.qty_header,
|
|
1005
|
-
sortable: !1,
|
|
1006
|
-
width: 48,
|
|
1007
|
-
align: "center",
|
|
1008
|
-
headerAlign: "center"
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
field: "holding",
|
|
1012
|
-
headerName: l.overview.holding_header,
|
|
1013
|
-
flex: 1,
|
|
1014
|
-
renderHeader: K,
|
|
1015
|
-
renderCell: (n) => /* @__PURE__ */ e(_, { sx: { alignItems: "center", gap: 16, flexDirection: "row" }, children: /* @__PURE__ */ i(_, { children: [
|
|
1016
|
-
/* @__PURE__ */ e(o, { sx: { fontWeight: 700 }, children: n.row.holding }),
|
|
1017
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.secondary", fontWeight: 400 }, variant: "tiny", children: n.row.description })
|
|
1018
|
-
] }) })
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
field: "costBasis",
|
|
1022
|
-
headerName: l.overview.cost_basis_header,
|
|
1023
|
-
width: 132,
|
|
1024
|
-
renderHeader: K,
|
|
1025
|
-
renderCell: (n) => {
|
|
1026
|
-
const g = u === n.row.id;
|
|
1027
|
-
return /* @__PURE__ */ i(_, { sx: { alignItems: "center", flexDirection: "row", gap: 4 }, children: [
|
|
1028
|
-
g ? /* @__PURE__ */ e(
|
|
1029
|
-
Ce,
|
|
1030
|
-
{
|
|
1031
|
-
autoFocus: !0,
|
|
1032
|
-
onBlur: () => d(n.row.id),
|
|
1033
|
-
onChange: f,
|
|
1034
|
-
onKeyDown: (C) => v(C, n.row.id),
|
|
1035
|
-
size: "small",
|
|
1036
|
-
sx: {
|
|
1037
|
-
fontSize: 14,
|
|
1038
|
-
width: 57,
|
|
1039
|
-
"& .MuiInputBase-input": {
|
|
1040
|
-
padding: "4px 0",
|
|
1041
|
-
textAlign: "center",
|
|
1042
|
-
fontWeight: 600,
|
|
1043
|
-
color: "text.primary"
|
|
1044
|
-
},
|
|
1045
|
-
"& .MuiOutlinedInput-notchedOutline": {
|
|
1046
|
-
border: "none"
|
|
1047
|
-
}
|
|
1048
|
-
},
|
|
1049
|
-
value: c
|
|
1050
|
-
}
|
|
1051
|
-
) : /* @__PURE__ */ e(o, { sx: { fontSize: 14, width: 57 }, variant: "body2", children: n.value?.toLocaleString("en-US", {
|
|
1052
|
-
currency: "USD",
|
|
1053
|
-
maximumFractionDigits: 2,
|
|
1054
|
-
minimumFractionDigits: 2,
|
|
1055
|
-
style: "currency"
|
|
1056
|
-
}) }),
|
|
1057
|
-
/* @__PURE__ */ e(
|
|
1058
|
-
de,
|
|
1059
|
-
{
|
|
1060
|
-
onClick: () => m(n.row.id, n.row.costBasis),
|
|
1061
|
-
sx: { minWidth: 12, minHeight: 12 },
|
|
1062
|
-
children: /* @__PURE__ */ e(W, { name: "stylus", size: 12, sx: { color: "grey.700" } })
|
|
1063
|
-
}
|
|
1064
|
-
)
|
|
1065
|
-
] });
|
|
1066
|
-
},
|
|
1067
|
-
align: "center",
|
|
1068
|
-
headerAlign: "center"
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
field: "totalGainLoss",
|
|
1072
|
-
headerName: l.overview.total_gain_loss_header,
|
|
1073
|
-
width: 196,
|
|
1074
|
-
renderHeader: K,
|
|
1075
|
-
renderCell: (n) => {
|
|
1076
|
-
const g = n.row.costBasis, C = g ? n.row.totalGainLoss / g * 100 : 0;
|
|
1077
|
-
return /* @__PURE__ */ i(_, { sx: { alignItems: "center", flexDirection: "row", gap: 2 }, children: [
|
|
1078
|
-
n.value !== 0 && /* @__PURE__ */ e(
|
|
1079
|
-
W,
|
|
1080
|
-
{
|
|
1081
|
-
name: n.value > 0 ? "trending_up" : "trending_down",
|
|
1082
|
-
size: 16,
|
|
1083
|
-
sx: {
|
|
1084
|
-
color: y(n.value),
|
|
1085
|
-
mr: 1,
|
|
1086
|
-
verticalAlign: "middle"
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
),
|
|
1090
|
-
/* @__PURE__ */ e(
|
|
1091
|
-
o,
|
|
1092
|
-
{
|
|
1093
|
-
sx: {
|
|
1094
|
-
color: y(n.value),
|
|
1095
|
-
fontWeight: n.value > 0 ? 700 : 400
|
|
1096
|
-
},
|
|
1097
|
-
variant: "body2",
|
|
1098
|
-
children: g ? `${C.toFixed(2)}%` : "0.00%"
|
|
1099
|
-
}
|
|
1100
|
-
),
|
|
1101
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.secondary" }, variant: "caption", children: "|" }),
|
|
1102
|
-
/* @__PURE__ */ e(
|
|
1103
|
-
o,
|
|
1104
|
-
{
|
|
1105
|
-
sx: {
|
|
1106
|
-
color: y(n.value),
|
|
1107
|
-
fontWeight: n.value > 0 ? 700 : 400
|
|
1108
|
-
},
|
|
1109
|
-
variant: "body2",
|
|
1110
|
-
children: Math.abs(n.value).toLocaleString("en-US", {
|
|
1111
|
-
currency: "USD",
|
|
1112
|
-
maximumFractionDigits: 2,
|
|
1113
|
-
minimumFractionDigits: 2,
|
|
1114
|
-
style: "currency"
|
|
1115
|
-
})
|
|
1116
|
-
}
|
|
1117
|
-
)
|
|
1118
|
-
] });
|
|
1119
|
-
},
|
|
1120
|
-
align: "right",
|
|
1121
|
-
headerAlign: "right",
|
|
1122
|
-
sortable: !1
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
field: "marketValue",
|
|
1126
|
-
headerName: l.overview.market_value_header,
|
|
1127
|
-
width: 132,
|
|
1128
|
-
renderHeader: K,
|
|
1129
|
-
renderCell: (n) => /* @__PURE__ */ e(o, { sx: { fontWeight: 700 }, variant: "body2", children: n.value?.toLocaleString("en-US", {
|
|
1130
|
-
currency: "USD",
|
|
1131
|
-
maximumFractionDigits: 2,
|
|
1132
|
-
minimumFractionDigits: 2,
|
|
1133
|
-
style: "currency"
|
|
1134
|
-
}) }),
|
|
1135
|
-
align: "right",
|
|
1136
|
-
headerAlign: "right"
|
|
1137
|
-
}
|
|
1138
|
-
];
|
|
1139
|
-
return /* @__PURE__ */ e(
|
|
1140
|
-
se,
|
|
1141
|
-
{
|
|
1142
|
-
sx: {
|
|
1143
|
-
boxShadow: "none",
|
|
1144
|
-
width: "100%"
|
|
1145
|
-
},
|
|
1146
|
-
children: /* @__PURE__ */ e(
|
|
1147
|
-
$e,
|
|
1148
|
-
{
|
|
1149
|
-
columns: r,
|
|
1150
|
-
disableColumnFilter: !0,
|
|
1151
|
-
disableColumnMenu: !0,
|
|
1152
|
-
disableRowSelectionOnClick: !0,
|
|
1153
|
-
hideFooter: !0,
|
|
1154
|
-
rows: t,
|
|
1155
|
-
slotProps: { baseIconButton: { sx: { display: "none" } } }
|
|
1156
|
-
}
|
|
1157
|
-
)
|
|
1158
|
-
}
|
|
1159
|
-
);
|
|
1160
|
-
}, gt = () => {
|
|
1161
|
-
const { isMobile: t } = j(), [u, c] = O({}), [m, f] = O(!1), { selectedAccountGuids: v } = J(), { visibleHoldings: d, updateHoldings: l } = U(), [x, h] = k.useState(!1), [b, s] = O({
|
|
1162
|
-
accounts: [],
|
|
1163
|
-
holdings: []
|
|
1164
|
-
}), { accounts: y, investments: r } = N(), { isCopyLoaded: n } = J(), [g, C] = O(null), [D, T] = O(""), A = Z().palette.mode === "dark", G = A ? "#0AC295" : "#09A57F", F = A ? "grey.300" : "grey.700", L = (a, w = "lesserThan") => w === "greaterThan" ? a >= 0 ? G : F : a <= 0 ? F : G, H = (a, w) => {
|
|
1165
|
-
C(a), T(w.toFixed(2));
|
|
1166
|
-
}, ee = (a) => {
|
|
1167
|
-
const w = a.target.value;
|
|
1168
|
-
/^\d*\.?\d*$/.test(w) && T(w);
|
|
1169
|
-
}, ue = (a, w) => {
|
|
1170
|
-
a.key === "Enter" ? te(w) : a.key === "Escape" && C(null);
|
|
1171
|
-
}, te = (a) => {
|
|
1172
|
-
const w = d.find(({ guid: E }) => E === a);
|
|
1173
|
-
if (!w) return;
|
|
1174
|
-
const M = Number(D);
|
|
1175
|
-
if (l({ ...w, cost_basis: M }), t) {
|
|
1176
|
-
const E = b.holdings.map(
|
|
1177
|
-
(S) => S.id === a ? { ...S, costBasis: M } : S
|
|
1178
|
-
);
|
|
1179
|
-
s((S) => ({
|
|
1180
|
-
...S,
|
|
1181
|
-
holdings: E
|
|
1182
|
-
}));
|
|
1183
|
-
}
|
|
1184
|
-
C(null);
|
|
1185
|
-
}, Se = (a) => (w, M) => {
|
|
1186
|
-
c((E) => ({
|
|
1187
|
-
...E,
|
|
1188
|
-
[a]: M
|
|
1189
|
-
}));
|
|
1190
|
-
}, { visibleHoldings: he } = U(), { visibleInvestmentAccounts: Le } = ce(), P = Le.filter(
|
|
1191
|
-
({ guid: a }) => v.includes(a)
|
|
1192
|
-
), Ie = P.reduce((a, w) => a + (w.balance || 0), 0), Ae = P.map(({ guid: a }) => a), q = he.filter(
|
|
1193
|
-
({ account_guid: a }) => Ae.includes(a)
|
|
1194
|
-
).reduce((a, w) => {
|
|
1195
|
-
const M = w.market_value ? w.market_value - (w.cost_basis || 0) : 0;
|
|
1196
|
-
return a + M;
|
|
1197
|
-
}, 0), ke = () => {
|
|
1198
|
-
f(!1);
|
|
1199
|
-
};
|
|
1200
|
-
return n ? /* @__PURE__ */ i(p, { sx: { alignItems: "center", gap: 48, pt: 48, width: "100%" }, children: [
|
|
1201
|
-
!!P.length && /* @__PURE__ */ i(p, { sx: { alignItems: "center" }, children: [
|
|
1202
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.secondary" }, children: r.overview.total_portfolio }),
|
|
1203
|
-
/* @__PURE__ */ e(X, { variant: "h1", children: Ie.toLocaleString("en-US", {
|
|
1204
|
-
currency: "USD",
|
|
1205
|
-
maximumFractionDigits: 2,
|
|
1206
|
-
minimumFractionDigits: 2,
|
|
1207
|
-
style: "currency"
|
|
1208
|
-
}) }),
|
|
1209
|
-
/* @__PURE__ */ i(p, { sx: { alignItems: "center", flexDirection: "row", gap: 8 }, children: [
|
|
1210
|
-
/* @__PURE__ */ e(
|
|
1211
|
-
W,
|
|
1212
|
-
{
|
|
1213
|
-
name: q >= 0 ? "trending_up" : "trending_down",
|
|
1214
|
-
size: 20,
|
|
1215
|
-
sx: { color: L(q, "greaterThan") }
|
|
1216
|
-
}
|
|
1217
|
-
),
|
|
1218
|
-
/* @__PURE__ */ e(
|
|
1219
|
-
o,
|
|
1220
|
-
{
|
|
1221
|
-
sx: { color: L(q, "greaterThan"), fontWeight: 700 },
|
|
1222
|
-
variant: "body2",
|
|
1223
|
-
children: q.toLocaleString("en-US", {
|
|
1224
|
-
currency: "USD",
|
|
1225
|
-
maximumFractionDigits: 2,
|
|
1226
|
-
minimumFractionDigits: 2,
|
|
1227
|
-
style: "currency"
|
|
1228
|
-
})
|
|
1229
|
-
}
|
|
1230
|
-
)
|
|
1231
|
-
] })
|
|
1232
|
-
] }),
|
|
1233
|
-
P.map((a) => {
|
|
1234
|
-
const w = he.filter((I) => I.account_guid === a.guid).map((I) => ({
|
|
1235
|
-
id: I.guid,
|
|
1236
|
-
qty: I.shares || 0,
|
|
1237
|
-
holding: I.symbol || I.description || "Unknown",
|
|
1238
|
-
costBasis: I.cost_basis || 0,
|
|
1239
|
-
totalGainLoss: I.market_value ? I.market_value - (I.cost_basis || 0) : 0,
|
|
1240
|
-
marketValue: I.market_value || 0,
|
|
1241
|
-
description: I.description || ""
|
|
1242
|
-
})), M = w.length > 0, E = a.balance, S = w.reduce(
|
|
1243
|
-
(I, Be) => Be.totalGainLoss + I,
|
|
1244
|
-
0
|
|
1245
|
-
), ge = E ? S / E * 100 : 0;
|
|
1246
|
-
if (t)
|
|
1247
|
-
return /* @__PURE__ */ e(
|
|
1248
|
-
se,
|
|
1249
|
-
{
|
|
1250
|
-
onClick: w.length ? () => {
|
|
1251
|
-
f(!0), s({
|
|
1252
|
-
holdings: w,
|
|
1253
|
-
accounts: a
|
|
1254
|
-
});
|
|
1255
|
-
} : void 0,
|
|
1256
|
-
sx: {
|
|
1257
|
-
width: "100%",
|
|
1258
|
-
overflow: "hidden"
|
|
1259
|
-
},
|
|
1260
|
-
children: /* @__PURE__ */ i(
|
|
1261
|
-
p,
|
|
1262
|
-
{
|
|
1263
|
-
sx: {
|
|
1264
|
-
border: 1,
|
|
1265
|
-
borderColor: "divider",
|
|
1266
|
-
borderRadius: "8px",
|
|
1267
|
-
ml: 16,
|
|
1268
|
-
mr: 16,
|
|
1269
|
-
overflow: "hidden",
|
|
1270
|
-
pt: 14
|
|
1271
|
-
},
|
|
1272
|
-
children: [
|
|
1273
|
-
/* @__PURE__ */ i(
|
|
1274
|
-
p,
|
|
1275
|
-
{
|
|
1276
|
-
sx: {
|
|
1277
|
-
alignItems: "center",
|
|
1278
|
-
borderBottom: 1,
|
|
1279
|
-
borderColor: "divider",
|
|
1280
|
-
flexDirection: "row",
|
|
1281
|
-
pb: 14,
|
|
1282
|
-
pl: 14,
|
|
1283
|
-
pr: 14
|
|
1284
|
-
},
|
|
1285
|
-
children: [
|
|
1286
|
-
/* @__PURE__ */ e(
|
|
1287
|
-
oe,
|
|
1288
|
-
{
|
|
1289
|
-
alt: a.institutionName || "",
|
|
1290
|
-
institutionGuid: a.institution_guid || "",
|
|
1291
|
-
size: 32
|
|
1292
|
-
}
|
|
1293
|
-
),
|
|
1294
|
-
/* @__PURE__ */ i(p, { sx: { overflow: "hidden", pl: 13, pr: 13 }, children: [
|
|
1295
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.secondary" }, variant: "caption", children: a.memberName }),
|
|
1296
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.primary", fontWeight: 600 }, variant: "body1", children: a.user_name || a.name })
|
|
1297
|
-
] })
|
|
1298
|
-
]
|
|
1299
|
-
}
|
|
1300
|
-
),
|
|
1301
|
-
/* @__PURE__ */ i(
|
|
1302
|
-
p,
|
|
1303
|
-
{
|
|
1304
|
-
sx: {
|
|
1305
|
-
alignItems: "center",
|
|
1306
|
-
flexDirection: "row",
|
|
1307
|
-
justifyContent: "space-between",
|
|
1308
|
-
pb: 8,
|
|
1309
|
-
pt: 8
|
|
1310
|
-
},
|
|
1311
|
-
children: [
|
|
1312
|
-
/* @__PURE__ */ i(
|
|
1313
|
-
p,
|
|
1314
|
-
{
|
|
1315
|
-
sx: {
|
|
1316
|
-
alignItems: "center",
|
|
1317
|
-
borderRight: 1,
|
|
1318
|
-
borderColor: "divider",
|
|
1319
|
-
flex: 1,
|
|
1320
|
-
justifyContent: "center",
|
|
1321
|
-
pb: 14,
|
|
1322
|
-
pl: 7,
|
|
1323
|
-
pr: 7,
|
|
1324
|
-
pt: 14
|
|
1325
|
-
},
|
|
1326
|
-
children: [
|
|
1327
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.secondary", fontSize: 11 }, variant: "body2", children: r.overview.total_gain_Loss }),
|
|
1328
|
-
/* @__PURE__ */ i(
|
|
1329
|
-
p,
|
|
1330
|
-
{
|
|
1331
|
-
sx: {
|
|
1332
|
-
alignItems: "center",
|
|
1333
|
-
flexDirection: "row",
|
|
1334
|
-
gap: 2,
|
|
1335
|
-
justifyContent: "flex-end"
|
|
1336
|
-
},
|
|
1337
|
-
children: [
|
|
1338
|
-
S !== 0 && /* @__PURE__ */ e(
|
|
1339
|
-
W,
|
|
1340
|
-
{
|
|
1341
|
-
name: S > 0 ? "trending_up" : "trending_down",
|
|
1342
|
-
size: 20,
|
|
1343
|
-
sx: { color: L(S) }
|
|
1344
|
-
}
|
|
1345
|
-
),
|
|
1346
|
-
/* @__PURE__ */ i(
|
|
1347
|
-
o,
|
|
1348
|
-
{
|
|
1349
|
-
sx: {
|
|
1350
|
-
color: L(S),
|
|
1351
|
-
fontWeight: 600
|
|
1352
|
-
},
|
|
1353
|
-
variant: "body1",
|
|
1354
|
-
children: [
|
|
1355
|
-
ge.toFixed(2),
|
|
1356
|
-
"%"
|
|
1357
|
-
]
|
|
1358
|
-
}
|
|
1359
|
-
),
|
|
1360
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.secondary" }, variant: "caption", children: "|" }),
|
|
1361
|
-
/* @__PURE__ */ e(
|
|
1362
|
-
o,
|
|
1363
|
-
{
|
|
1364
|
-
sx: {
|
|
1365
|
-
color: L(S),
|
|
1366
|
-
fontWeight: 600
|
|
1367
|
-
},
|
|
1368
|
-
variant: "body1",
|
|
1369
|
-
children: Math.abs(S).toLocaleString("en-US", {
|
|
1370
|
-
currency: "USD",
|
|
1371
|
-
maximumFractionDigits: 2,
|
|
1372
|
-
minimumFractionDigits: 2,
|
|
1373
|
-
style: "currency"
|
|
1374
|
-
})
|
|
1375
|
-
}
|
|
1376
|
-
)
|
|
1377
|
-
]
|
|
1378
|
-
}
|
|
1379
|
-
)
|
|
1380
|
-
]
|
|
1381
|
-
}
|
|
1382
|
-
),
|
|
1383
|
-
/* @__PURE__ */ i(
|
|
1384
|
-
p,
|
|
1385
|
-
{
|
|
1386
|
-
sx: {
|
|
1387
|
-
alignItems: "center",
|
|
1388
|
-
flex: 1,
|
|
1389
|
-
justifyContent: "center",
|
|
1390
|
-
pb: 14,
|
|
1391
|
-
pl: 7,
|
|
1392
|
-
pr: 7,
|
|
1393
|
-
pt: 14
|
|
1394
|
-
},
|
|
1395
|
-
children: [
|
|
1396
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.secondary" }, variant: "caption", children: r.overview.total_value }),
|
|
1397
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.primary", fontWeight: 600 }, variant: "body1", children: E?.toLocaleString("en-US", {
|
|
1398
|
-
currency: "USD",
|
|
1399
|
-
maximumFractionDigits: 2,
|
|
1400
|
-
minimumFractionDigits: 2,
|
|
1401
|
-
style: "currency"
|
|
1402
|
-
}) })
|
|
1403
|
-
]
|
|
1404
|
-
}
|
|
1405
|
-
)
|
|
1406
|
-
]
|
|
1407
|
-
}
|
|
1408
|
-
)
|
|
1409
|
-
]
|
|
1410
|
-
}
|
|
1411
|
-
)
|
|
1412
|
-
},
|
|
1413
|
-
a.guid
|
|
1414
|
-
);
|
|
1415
|
-
const Te = A ? "grey.700" : "grey.400", We = w.length ? "text.primary" : Te;
|
|
1416
|
-
return /* @__PURE__ */ i(
|
|
1417
|
-
be,
|
|
1418
|
-
{
|
|
1419
|
-
expanded: u[a.guid] === !0,
|
|
1420
|
-
onChange: M ? Se(a.guid) : () => {
|
|
1421
|
-
},
|
|
1422
|
-
sx: {
|
|
1423
|
-
border: 1,
|
|
1424
|
-
borderColor: "divider",
|
|
1425
|
-
borderRadius: "4px",
|
|
1426
|
-
width: "100%"
|
|
1427
|
-
},
|
|
1428
|
-
children: [
|
|
1429
|
-
/* @__PURE__ */ i(
|
|
1430
|
-
we,
|
|
1431
|
-
{
|
|
1432
|
-
"aria-controls": "panel1a-content",
|
|
1433
|
-
id: "panel1a-header",
|
|
1434
|
-
sx: [
|
|
1435
|
-
u[a.guid] && {
|
|
1436
|
-
borderBottom: 1,
|
|
1437
|
-
borderColor: "divider",
|
|
1438
|
-
maxHeight: 88
|
|
1439
|
-
}
|
|
1440
|
-
],
|
|
1441
|
-
children: [
|
|
1442
|
-
/* @__PURE__ */ i(
|
|
1443
|
-
p,
|
|
1444
|
-
{
|
|
1445
|
-
sx: {
|
|
1446
|
-
alignItems: "center",
|
|
1447
|
-
flexDirection: "row",
|
|
1448
|
-
gap: 13,
|
|
1449
|
-
p: 14,
|
|
1450
|
-
width: "100%"
|
|
1451
|
-
},
|
|
1452
|
-
children: [
|
|
1453
|
-
/* @__PURE__ */ e(W, { name: "expand_more", size: 20, sx: { color: We } }),
|
|
1454
|
-
/* @__PURE__ */ e(
|
|
1455
|
-
oe,
|
|
1456
|
-
{
|
|
1457
|
-
alt: a.institutionName || "",
|
|
1458
|
-
institutionGuid: a.institution_guid || "",
|
|
1459
|
-
size: 32
|
|
1460
|
-
}
|
|
1461
|
-
),
|
|
1462
|
-
/* @__PURE__ */ i(p, { sx: { alignItems: "flex-start" }, children: [
|
|
1463
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.secondary" }, variant: "caption", children: a.memberName }),
|
|
1464
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.primary", fontWeight: 600 }, variant: "body1", children: a.user_name || a.name })
|
|
1465
|
-
] })
|
|
1466
|
-
]
|
|
1467
|
-
}
|
|
1468
|
-
),
|
|
1469
|
-
/* @__PURE__ */ i(p, { sx: { flexDirection: "row" }, children: [
|
|
1470
|
-
/* @__PURE__ */ i(p, { sx: { alignItems: "flex-end", pb: 14, pl: 24, pr: 24, pt: 14 }, children: [
|
|
1471
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.secondary" }, variant: "caption", children: r.overview.total_gain_Loss }),
|
|
1472
|
-
/* @__PURE__ */ i(
|
|
1473
|
-
p,
|
|
1474
|
-
{
|
|
1475
|
-
sx: {
|
|
1476
|
-
alignItems: "center",
|
|
1477
|
-
flexDirection: "row",
|
|
1478
|
-
gap: 2,
|
|
1479
|
-
justifyContent: "flex-end"
|
|
1480
|
-
},
|
|
1481
|
-
children: [
|
|
1482
|
-
S !== 0 && /* @__PURE__ */ e(
|
|
1483
|
-
W,
|
|
1484
|
-
{
|
|
1485
|
-
name: S >= 0 ? "trending_up" : "trending_down",
|
|
1486
|
-
size: 20,
|
|
1487
|
-
sx: { color: L(S) }
|
|
1488
|
-
}
|
|
1489
|
-
),
|
|
1490
|
-
/* @__PURE__ */ i(
|
|
1491
|
-
o,
|
|
1492
|
-
{
|
|
1493
|
-
sx: {
|
|
1494
|
-
color: L(S),
|
|
1495
|
-
fontWeight: 600
|
|
1496
|
-
},
|
|
1497
|
-
variant: "body1",
|
|
1498
|
-
children: [
|
|
1499
|
-
ge.toFixed(2),
|
|
1500
|
-
"%"
|
|
1501
|
-
]
|
|
1502
|
-
}
|
|
1503
|
-
),
|
|
1504
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.secondary" }, variant: "caption", children: "|" }),
|
|
1505
|
-
/* @__PURE__ */ e(
|
|
1506
|
-
o,
|
|
1507
|
-
{
|
|
1508
|
-
sx: {
|
|
1509
|
-
color: L(S),
|
|
1510
|
-
fontWeight: 600
|
|
1511
|
-
},
|
|
1512
|
-
variant: "body1",
|
|
1513
|
-
children: Math.abs(S).toLocaleString("en-US", {
|
|
1514
|
-
currency: "USD",
|
|
1515
|
-
maximumFractionDigits: 2,
|
|
1516
|
-
minimumFractionDigits: 2,
|
|
1517
|
-
style: "currency"
|
|
1518
|
-
})
|
|
1519
|
-
}
|
|
1520
|
-
)
|
|
1521
|
-
]
|
|
1522
|
-
}
|
|
1523
|
-
)
|
|
1524
|
-
] }),
|
|
1525
|
-
/* @__PURE__ */ e(p, { sx: { alignItems: "flex-end", gap: 12, pb: 14, pl: 16, pr: 16, pt: 14 }, children: /* @__PURE__ */ i(p, { sx: { alignItems: "flex-end" }, children: [
|
|
1526
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.secondary" }, variant: "caption", children: r.overview.total_value }),
|
|
1527
|
-
/* @__PURE__ */ e(o, { sx: { color: "text.primary", fontWeight: 600 }, variant: "body1", children: E?.toLocaleString("en-US", {
|
|
1528
|
-
currency: "USD",
|
|
1529
|
-
maximumFractionDigits: 2,
|
|
1530
|
-
minimumFractionDigits: 2,
|
|
1531
|
-
style: "currency"
|
|
1532
|
-
}) })
|
|
1533
|
-
] }) })
|
|
1534
|
-
] })
|
|
1535
|
-
]
|
|
1536
|
-
}
|
|
1537
|
-
),
|
|
1538
|
-
/* @__PURE__ */ e(_e, { sx: { bgcolor: "background.default", p: 12 }, children: /* @__PURE__ */ e(se, { sx: { border: 1, borderColor: "neutral.light" }, children: /* @__PURE__ */ e(
|
|
1539
|
-
ht,
|
|
1540
|
-
{
|
|
1541
|
-
currentEditedCostBasis: D,
|
|
1542
|
-
data: w,
|
|
1543
|
-
editingHoldingId: g,
|
|
1544
|
-
handleCostBasisBlur: te,
|
|
1545
|
-
handleCostBasisChange: ee,
|
|
1546
|
-
handleCostBasisClick: H,
|
|
1547
|
-
handleCostBasisKeyDown: ue
|
|
1548
|
-
}
|
|
1549
|
-
) }) })
|
|
1550
|
-
]
|
|
1551
|
-
},
|
|
1552
|
-
a.guid
|
|
1553
|
-
);
|
|
1554
|
-
}),
|
|
1555
|
-
/* @__PURE__ */ e(me, {}),
|
|
1556
|
-
/* @__PURE__ */ e(
|
|
1557
|
-
ut,
|
|
1558
|
-
{
|
|
1559
|
-
accountHoldingsData: b,
|
|
1560
|
-
currentEditedCostBasis: D,
|
|
1561
|
-
editingHoldingId: g,
|
|
1562
|
-
handleCostBasisBlur: te,
|
|
1563
|
-
handleCostBasisChange: ee,
|
|
1564
|
-
handleCostBasisClick: H,
|
|
1565
|
-
handleCostBasisKeyDown: ue,
|
|
1566
|
-
isOpen: m,
|
|
1567
|
-
onClose: ke
|
|
1568
|
-
}
|
|
1569
|
-
),
|
|
1570
|
-
/* @__PURE__ */ e(
|
|
1571
|
-
pe,
|
|
1572
|
-
{
|
|
1573
|
-
onClose: () => h(!1),
|
|
1574
|
-
showConnectionsWidget: x,
|
|
1575
|
-
title: y.manage_connections
|
|
1576
|
-
}
|
|
1577
|
-
)
|
|
1578
|
-
] }) : /* @__PURE__ */ e(De, {});
|
|
1579
|
-
}, pt = $(gt), xt = ({ title: t }) => /* @__PURE__ */ e(o, { bold: !0, variant: "body1", children: t }), ln = $(({ onBackClick: t, onMenuClick: u, sx: c }) => {
|
|
1580
|
-
const { onEvent: m } = ve(), { isMobile: f } = j(), {
|
|
1581
|
-
isAccountDataLoaded: v,
|
|
1582
|
-
loadAccountData: d,
|
|
1583
|
-
visibleInvestmentAccounts: l
|
|
1584
|
-
} = ce(), {
|
|
1585
|
-
visibleHoldings: x,
|
|
1586
|
-
setShowConnectionsWidget: h,
|
|
1587
|
-
showConnectionsWidget: b
|
|
1588
|
-
} = U(), { investments: s, accounts: y } = N(), { isInitialized: r } = J(), [n, g] = k.useState(0), { loadHoldings: C, holdingsLoaded: D } = U();
|
|
1589
|
-
qe({
|
|
1590
|
-
widgetName: "InvestmentsWidget",
|
|
1591
|
-
isLoaded: D
|
|
1592
|
-
}), k.useEffect(() => {
|
|
1593
|
-
v || d().finally();
|
|
1594
|
-
}, []), k.useEffect(() => {
|
|
1595
|
-
r && C().finally();
|
|
1596
|
-
}, [r]);
|
|
1597
|
-
const T = () => {
|
|
1598
|
-
m(z.INVESTMENT_WIDGET_ACCOUNT_FILTER_CLICK);
|
|
1599
|
-
};
|
|
1600
|
-
if (!r || !D) return /* @__PURE__ */ e(De, {});
|
|
1601
|
-
const B = [
|
|
1602
|
-
z.INVESTMENT_WIDGET_DETAILS_CLICK,
|
|
1603
|
-
z.INVESTMENT_WIDGET_ALLOCATION_CLICK,
|
|
1604
|
-
z.INVESTMENT_WIDGET_ANALYSIS_CLICK
|
|
1605
|
-
], A = l.length === 0 && x.length === 0, G = [
|
|
1606
|
-
s.tab_overview_title,
|
|
1607
|
-
s.tab_allocation_title,
|
|
1608
|
-
s.tab_analysis_title
|
|
1609
|
-
];
|
|
1610
|
-
return /* @__PURE__ */ i(
|
|
1611
|
-
Ke,
|
|
1612
|
-
{
|
|
1613
|
-
allowedAccountTypes: [Ye.INVESTMENT],
|
|
1614
|
-
onAccountsFilterClick: T,
|
|
1615
|
-
onBackClick: t,
|
|
1616
|
-
onMenuClick: u,
|
|
1617
|
-
sx: c,
|
|
1618
|
-
title: s.title,
|
|
1619
|
-
children: [
|
|
1620
|
-
/* @__PURE__ */ i(_, { mx: f ? 0 : 48, my: 24, children: [
|
|
1621
|
-
/* @__PURE__ */ e(
|
|
1622
|
-
Ee,
|
|
1623
|
-
{
|
|
1624
|
-
onChange: (F, L) => {
|
|
1625
|
-
g(L), m(B[L]);
|
|
1626
|
-
},
|
|
1627
|
-
sx: { bgcolor: "background.paper" },
|
|
1628
|
-
textColor: "primary",
|
|
1629
|
-
value: A ? -1 : n,
|
|
1630
|
-
variant: "fullWidth",
|
|
1631
|
-
children: G.map((F) => /* @__PURE__ */ e(Fe, { disabled: A, label: /* @__PURE__ */ e(xt, { title: F }) }, F))
|
|
1632
|
-
}
|
|
1633
|
-
),
|
|
1634
|
-
A ? /* @__PURE__ */ e(
|
|
1635
|
-
Qe,
|
|
1636
|
-
{
|
|
1637
|
-
header: s.empty_state_header,
|
|
1638
|
-
icon: "bid_landscape",
|
|
1639
|
-
onClick: () => {
|
|
1640
|
-
h(!0), m(z.ACCOUNTS_CLICK_CONNECT);
|
|
1641
|
-
},
|
|
1642
|
-
primaryButton: s.overview.connect_accounts,
|
|
1643
|
-
subText: s.empty_state_description,
|
|
1644
|
-
sx: {
|
|
1645
|
-
width: { sm: 432 },
|
|
1646
|
-
".buttons-footer": {
|
|
1647
|
-
width: 167
|
|
1648
|
-
},
|
|
1649
|
-
".MuiTypography-h2": {
|
|
1650
|
-
mt: 20,
|
|
1651
|
-
mb: 4
|
|
1652
|
-
},
|
|
1653
|
-
px: 16
|
|
1654
|
-
}
|
|
1655
|
-
}
|
|
1656
|
-
) : /* @__PURE__ */ i(le, { children: [
|
|
1657
|
-
n === 0 && /* @__PURE__ */ e(pt, {}),
|
|
1658
|
-
n === 1 && /* @__PURE__ */ e(rt, {}),
|
|
1659
|
-
n === 2 && /* @__PURE__ */ e(dt, {})
|
|
1660
|
-
] })
|
|
1661
|
-
] }),
|
|
1662
|
-
/* @__PURE__ */ e(
|
|
1663
|
-
pe,
|
|
1664
|
-
{
|
|
1665
|
-
onClose: () => h(!1),
|
|
1666
|
-
showConnectionsWidget: b,
|
|
1667
|
-
title: y.manage_connections
|
|
1668
|
-
}
|
|
1669
|
-
)
|
|
1670
|
-
]
|
|
1671
|
-
}
|
|
1672
|
-
);
|
|
1673
|
-
});
|
|
1
|
+
import { InvestmentsWidget as e } from "./InvestmentsWidget.es.js";
|
|
1674
2
|
export {
|
|
1675
|
-
|
|
3
|
+
e as InvestmentsWidget
|
|
1676
4
|
};
|
|
1677
|
-
//# sourceMappingURL=index.es.js.map
|