@greatapps/common 1.1.789 → 1.1.791
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/components/account/AccountHubLinkHandler.mjs +36 -0
- package/dist/components/account/AccountHubLinkHandler.mjs.map +1 -0
- package/dist/components/account/AccountModalLayout.mjs +137 -0
- package/dist/components/account/AccountModalLayout.mjs.map +1 -0
- package/dist/components/account/AccountModals.mjs +10 -3
- package/dist/components/account/AccountModals.mjs.map +1 -1
- package/dist/components/account/DeleteAccountModal.mjs +1 -1
- package/dist/components/account/DeleteAccountModal.mjs.map +1 -1
- package/dist/components/account/IsntPossibleDeleteAccountModal.mjs +8 -1
- package/dist/components/account/IsntPossibleDeleteAccountModal.mjs.map +1 -1
- package/dist/components/account/MyAccountModal.mjs +167 -0
- package/dist/components/account/MyAccountModal.mjs.map +1 -0
- package/dist/components/account/TwoFactorAuthModal.mjs +1 -1
- package/dist/components/account/TwoFactorAuthModal.mjs.map +1 -1
- package/dist/components/account/hooks/useAccountHubActions.mjs +85 -0
- package/dist/components/account/hooks/useAccountHubActions.mjs.map +1 -0
- package/dist/components/account/hooks/useAddCardWithPaymentSwitch.mjs +44 -0
- package/dist/components/account/hooks/useAddCardWithPaymentSwitch.mjs.map +1 -0
- package/dist/components/account/hooks/useAffiliatesActions.mjs +69 -0
- package/dist/components/account/hooks/useAffiliatesActions.mjs.map +1 -0
- package/dist/components/account/hooks/useMyAccountModal.mjs +27 -0
- package/dist/components/account/hooks/useMyAccountModal.mjs.map +1 -0
- package/dist/components/account/hooks/useProjectsActions.mjs +40 -0
- package/dist/components/account/hooks/useProjectsActions.mjs.map +1 -0
- package/dist/components/account/hooks/useSubscriptionActions.mjs +87 -0
- package/dist/components/account/hooks/useSubscriptionActions.mjs.map +1 -0
- package/dist/components/account/hooks/useTeamActions.mjs +31 -0
- package/dist/components/account/hooks/useTeamActions.mjs.map +1 -0
- package/dist/components/account/sections/AffiliatesSection.mjs +313 -0
- package/dist/components/account/sections/AffiliatesSection.mjs.map +1 -0
- package/dist/components/account/sections/ChangePasswordSection.mjs +5 -5
- package/dist/components/account/sections/ChangePasswordSection.mjs.map +1 -1
- package/dist/components/account/sections/MyProfileSection.mjs +194 -144
- package/dist/components/account/sections/MyProfileSection.mjs.map +1 -1
- package/dist/components/account/sections/PreferencesSection.mjs +60 -49
- package/dist/components/account/sections/PreferencesSection.mjs.map +1 -1
- package/dist/components/account/sections/ProjectsSection.mjs +77 -0
- package/dist/components/account/sections/ProjectsSection.mjs.map +1 -0
- package/dist/components/account/sections/SecuritySection.mjs +55 -36
- package/dist/components/account/sections/SecuritySection.mjs.map +1 -1
- package/dist/components/account/sections/SubscriptionSection.mjs +29 -0
- package/dist/components/account/sections/SubscriptionSection.mjs.map +1 -0
- package/dist/components/account/sections/TeamSection.mjs +119 -0
- package/dist/components/account/sections/TeamSection.mjs.map +1 -0
- package/dist/components/account/sections/TokenSection.mjs +41 -43
- package/dist/components/account/sections/TokenSection.mjs.map +1 -1
- package/dist/components/account/sections/affiliates/AffiliateCommissionCard.mjs +73 -0
- package/dist/components/account/sections/affiliates/AffiliateCommissionCard.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/AffiliateFlows.mjs +20 -0
- package/dist/components/account/sections/affiliates/AffiliateFlows.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/AffiliateLeadsSheet.mjs +99 -0
- package/dist/components/account/sections/affiliates/AffiliateLeadsSheet.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/AffiliateStatsCard.mjs +31 -0
- package/dist/components/account/sections/affiliates/AffiliateStatsCard.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/AffiliateStepCard.mjs +15 -0
- package/dist/components/account/sections/affiliates/AffiliateStepCard.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/AffiliateTransactionsList.mjs +108 -0
- package/dist/components/account/sections/affiliates/AffiliateTransactionsList.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/NoReceivingAccountModal.mjs +49 -0
- package/dist/components/account/sections/affiliates/NoReceivingAccountModal.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/ReceivingAccountModal.mjs +182 -0
- package/dist/components/account/sections/affiliates/ReceivingAccountModal.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/RequestWithdrawalSheet.mjs +476 -0
- package/dist/components/account/sections/affiliates/RequestWithdrawalSheet.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/ViewAttachmentModal.mjs +34 -0
- package/dist/components/account/sections/affiliates/ViewAttachmentModal.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/reports/AffiliatesIndicatorsChart.mjs +27 -0
- package/dist/components/account/sections/affiliates/reports/AffiliatesIndicatorsChart.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/reports/AffiliatesReportsTab.mjs +30 -0
- package/dist/components/account/sections/affiliates/reports/AffiliatesReportsTab.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/reports/useAffiliatesIndicatorsChart.mjs +120 -0
- package/dist/components/account/sections/affiliates/reports/useAffiliatesIndicatorsChart.mjs.map +1 -0
- package/dist/components/account/sections/projects/DeleteProjectModal.mjs +205 -0
- package/dist/components/account/sections/projects/DeleteProjectModal.mjs.map +1 -0
- package/dist/components/account/sections/projects/ProjectFlows.mjs +16 -0
- package/dist/components/account/sections/projects/ProjectFlows.mjs.map +1 -0
- package/dist/components/account/sections/projects/ProjectMembersStack.mjs +53 -0
- package/dist/components/account/sections/projects/ProjectMembersStack.mjs.map +1 -0
- package/dist/components/account/sections/projects/ProjectRow.mjs +85 -0
- package/dist/components/account/sections/projects/ProjectRow.mjs.map +1 -0
- package/dist/components/account/sections/projects/ProjectSheet.mjs +499 -0
- package/dist/components/account/sections/projects/ProjectSheet.mjs.map +1 -0
- package/dist/components/account/sections/projects/ProjectsDisabledModal.mjs +55 -0
- package/dist/components/account/sections/projects/ProjectsDisabledModal.mjs.map +1 -0
- package/dist/components/account/sections/projects/project-form.schema.mjs +28 -0
- package/dist/components/account/sections/projects/project-form.schema.mjs.map +1 -0
- package/dist/components/account/sections/shared/ConnectListRow.mjs +45 -0
- package/dist/components/account/sections/shared/ConnectListRow.mjs.map +1 -0
- package/dist/components/account/sections/shared/DateFilterPopover.mjs +51 -0
- package/dist/components/account/sections/shared/DateFilterPopover.mjs.map +1 -0
- package/dist/components/account/sections/shared/EntityAvatar.mjs +41 -0
- package/dist/components/account/sections/shared/EntityAvatar.mjs.map +1 -0
- package/dist/components/account/sections/shared/FilterPopover.mjs +62 -0
- package/dist/components/account/sections/shared/FilterPopover.mjs.map +1 -0
- package/dist/components/account/sections/shared/FormSection.mjs +14 -0
- package/dist/components/account/sections/shared/FormSection.mjs.map +1 -0
- package/dist/components/account/sections/shared/IconBox.mjs +18 -0
- package/dist/components/account/sections/shared/IconBox.mjs.map +1 -0
- package/dist/components/account/sections/shared/InfiniteScrollList.mjs +36 -0
- package/dist/components/account/sections/shared/InfiniteScrollList.mjs.map +1 -0
- package/dist/components/account/sections/shared/ListPagination.mjs +69 -0
- package/dist/components/account/sections/shared/ListPagination.mjs.map +1 -0
- package/dist/components/account/sections/shared/RowActionsMenu.mjs +52 -0
- package/dist/components/account/sections/shared/RowActionsMenu.mjs.map +1 -0
- package/dist/components/account/sections/shared/SectionLoadError.mjs +20 -0
- package/dist/components/account/sections/shared/SectionLoadError.mjs.map +1 -0
- package/dist/components/account/sections/shared/StatusBadge.mjs +26 -0
- package/dist/components/account/sections/shared/StatusBadge.mjs.map +1 -0
- package/dist/components/account/sections/shared/WorkspaceSection.mjs +10 -0
- package/dist/components/account/sections/shared/WorkspaceSection.mjs.map +1 -0
- package/dist/components/account/sections/subscription/AiCreditsUsage.mjs +106 -0
- package/dist/components/account/sections/subscription/AiCreditsUsage.mjs.map +1 -0
- package/dist/components/account/sections/subscription/BillingAddressSheet.mjs +407 -0
- package/dist/components/account/sections/subscription/BillingAddressSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/BoletoDetailsDialog.mjs +73 -0
- package/dist/components/account/sections/subscription/BoletoDetailsDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/BoletoGeneratedDialog.mjs +22 -0
- package/dist/components/account/sections/subscription/BoletoGeneratedDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/CancelPlanDialog.mjs +161 -0
- package/dist/components/account/sections/subscription/CancelPlanDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/ChargeRow.mjs +127 -0
- package/dist/components/account/sections/subscription/ChargeRow.mjs.map +1 -0
- package/dist/components/account/sections/subscription/ChargeStatusBadge.mjs +27 -0
- package/dist/components/account/sections/subscription/ChargeStatusBadge.mjs.map +1 -0
- package/dist/components/account/sections/subscription/ChargesList.mjs +88 -0
- package/dist/components/account/sections/subscription/ChargesList.mjs.map +1 -0
- package/dist/components/account/sections/subscription/ManageCardsSheet.mjs +49 -0
- package/dist/components/account/sections/subscription/ManageCardsSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/OverdueReceiptOpener.mjs +26 -0
- package/dist/components/account/sections/subscription/OverdueReceiptOpener.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PayChargeDialog.mjs +222 -0
- package/dist/components/account/sections/subscription/PayChargeDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PaymentConfirmationDialog.mjs +61 -0
- package/dist/components/account/sections/subscription/PaymentConfirmationDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PaymentMethodsCard.mjs +72 -0
- package/dist/components/account/sections/subscription/PaymentMethodsCard.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PendingChangeDialog.mjs +117 -0
- package/dist/components/account/sections/subscription/PendingChangeDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PixDetailsDialog.mjs +165 -0
- package/dist/components/account/sections/subscription/PixDetailsDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PixPaymentDialog.mjs +155 -0
- package/dist/components/account/sections/subscription/PixPaymentDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PlanDetailsSheet.mjs +253 -0
- package/dist/components/account/sections/subscription/PlanDetailsSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/ReceiptDetailsSheet.mjs +237 -0
- package/dist/components/account/sections/subscription/ReceiptDetailsSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/SubscriptionFlows.mjs +40 -0
- package/dist/components/account/sections/subscription/SubscriptionFlows.mjs.map +1 -0
- package/dist/components/account/sections/subscription/SubscriptionPlanCard.mjs +303 -0
- package/dist/components/account/sections/subscription/SubscriptionPlanCard.mjs.map +1 -0
- package/dist/components/account/sections/subscription/UsageReportSheet.mjs +163 -0
- package/dist/components/account/sections/subscription/UsageReportSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/ChangePlanSheet.mjs +75 -0
- package/dist/components/account/sections/subscription/change-plan/ChangePlanSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/AbTestDetailsDialog.mjs +55 -0
- package/dist/components/account/sections/subscription/change-plan/components/AbTestDetailsDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/AddonsBlock.mjs +188 -0
- package/dist/components/account/sections/subscription/change-plan/components/AddonsBlock.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/AlternativeBucketsSection.mjs +66 -0
- package/dist/components/account/sections/subscription/change-plan/components/AlternativeBucketsSection.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/CouponBlock.mjs +42 -0
- package/dist/components/account/sections/subscription/change-plan/components/CouponBlock.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/CouponDialog.mjs +119 -0
- package/dist/components/account/sections/subscription/change-plan/components/CouponDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/PricePreview.mjs +17 -0
- package/dist/components/account/sections/subscription/change-plan/components/PricePreview.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/SummaryBlock.mjs +130 -0
- package/dist/components/account/sections/subscription/change-plan/components/SummaryBlock.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/plan-comparison.mjs +38 -0
- package/dist/components/account/sections/subscription/change-plan/plan-comparison.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PaymentSummaryStep.mjs +127 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PaymentSummaryStep.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PlanComparisonStep.mjs +111 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PlanComparisonStep.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PlanViewStep.mjs +69 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PlanViewStep.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/steps/ReactivationConfigStep.mjs +88 -0
- package/dist/components/account/sections/subscription/change-plan/steps/ReactivationConfigStep.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/steps/ReactivationPaymentStep.mjs +115 -0
- package/dist/components/account/sections/subscription/change-plan/steps/ReactivationPaymentStep.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/useChangePlanState.mjs +918 -0
- package/dist/components/account/sections/subscription/change-plan/useChangePlanState.mjs.map +1 -0
- package/dist/components/account/sections/subscription/downgrade/CannotDowngradeDialog.mjs +216 -0
- package/dist/components/account/sections/subscription/downgrade/CannotDowngradeDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/downgrade/DowngradeReasonDialog.mjs +128 -0
- package/dist/components/account/sections/subscription/downgrade/DowngradeReasonDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/plans/PlanCard.mjs +281 -0
- package/dist/components/account/sections/subscription/plans/PlanCard.mjs.map +1 -0
- package/dist/components/account/sections/subscription/plans/PlanCardSkeleton.mjs +53 -0
- package/dist/components/account/sections/subscription/plans/PlanCardSkeleton.mjs.map +1 -0
- package/dist/components/account/sections/subscription/plans/PlansCatalogDialog.mjs +119 -0
- package/dist/components/account/sections/subscription/plans/PlansCatalogDialog.mjs.map +1 -0
- package/dist/components/account/sections/team/DeleteUserModal.mjs +116 -0
- package/dist/components/account/sections/team/DeleteUserModal.mjs.map +1 -0
- package/dist/components/account/sections/team/TeamFlows.mjs +14 -0
- package/dist/components/account/sections/team/TeamFlows.mjs.map +1 -0
- package/dist/components/account/sections/team/TeamMemberRow.mjs +99 -0
- package/dist/components/account/sections/team/TeamMemberRow.mjs.map +1 -0
- package/dist/components/account/sections/team/UserSheet.mjs +570 -0
- package/dist/components/account/sections/team/UserSheet.mjs.map +1 -0
- package/dist/components/account/sections/team/steps/NotificationsStep.mjs +80 -0
- package/dist/components/account/sections/team/steps/NotificationsStep.mjs.map +1 -0
- package/dist/components/account/sections/team/steps/ProjectSelectionStep.mjs +180 -0
- package/dist/components/account/sections/team/steps/ProjectSelectionStep.mjs.map +1 -0
- package/dist/components/account/sections/team/steps/UserInformationStep.mjs +371 -0
- package/dist/components/account/sections/team/steps/UserInformationStep.mjs.map +1 -0
- package/dist/components/account/sections/team/user-form.schema.mjs +37 -0
- package/dist/components/account/sections/team/user-form.schema.mjs.map +1 -0
- package/dist/components/account/types/workspace-actions.type.mjs +1 -0
- package/dist/components/account/types/workspace-actions.type.mjs.map +1 -0
- package/dist/components/layouts/ProfilePopover.mjs +10 -12
- package/dist/components/layouts/ProfilePopover.mjs.map +1 -1
- package/dist/components/layouts/UsersSelectorPopover.mjs +7 -4
- package/dist/components/layouts/UsersSelectorPopover.mjs.map +1 -1
- package/dist/components/modals/AccountDeletionWarningModal.mjs +4 -5
- package/dist/components/modals/AccountDeletionWarningModal.mjs.map +1 -1
- package/dist/components/modals/AccountFrozenModal.mjs +6 -3
- package/dist/components/modals/AccountFrozenModal.mjs.map +1 -1
- package/dist/components/modals/Modals.mjs +3 -3
- package/dist/components/modals/Modals.mjs.map +1 -1
- package/dist/components/modals/PaidPlanRequiredModal.mjs +4 -5
- package/dist/components/modals/PaidPlanRequiredModal.mjs.map +1 -1
- package/dist/components/modals/cards/AddFirstCardWarningModal.mjs +63 -0
- package/dist/components/modals/cards/AddFirstCardWarningModal.mjs.map +1 -0
- package/dist/components/modals/cards/SwitchPaymentToCardModal.mjs +187 -0
- package/dist/components/modals/cards/SwitchPaymentToCardModal.mjs.map +1 -0
- package/dist/components/modals/promo/AiCreditsOfferModal/AiCreditsOfferModal.mjs +5 -4
- package/dist/components/modals/promo/AiCreditsOfferModal/AiCreditsOfferModal.mjs.map +1 -1
- package/dist/components/ui/data-display/CardItem.mjs +9 -1
- package/dist/components/ui/data-display/CardItem.mjs.map +1 -1
- package/dist/components/ui/data-display/PaymentMethodIcons.mjs +50 -0
- package/dist/components/ui/data-display/PaymentMethodIcons.mjs.map +1 -0
- package/dist/components/ui/form/BillingPeriodSelector.mjs +108 -0
- package/dist/components/ui/form/BillingPeriodSelector.mjs.map +1 -0
- package/dist/components/ui/form/PaymentMethodToggle.mjs +82 -0
- package/dist/components/ui/form/PaymentMethodToggle.mjs.map +1 -0
- package/dist/components/ui/form/RadioOptionFieldIcon.mjs +57 -0
- package/dist/components/ui/form/RadioOptionFieldIcon.mjs.map +1 -0
- package/dist/components/ui/form/SegmentedControl.mjs +56 -0
- package/dist/components/ui/form/SegmentedControl.mjs.map +1 -0
- package/dist/components/ui/overlay/Dialog.mjs +41 -6
- package/dist/components/ui/overlay/Dialog.mjs.map +1 -1
- package/dist/components/ui/overlay/Sheet.mjs +43 -13
- package/dist/components/ui/overlay/Sheet.mjs.map +1 -1
- package/dist/components/ui/overlay/layers.mjs +72 -26
- package/dist/components/ui/overlay/layers.mjs.map +1 -1
- package/dist/enums/AccountHubFlow.mjs +13 -0
- package/dist/enums/AccountHubFlow.mjs.map +1 -0
- package/dist/enums/DateFilterPeriod.mjs +22 -0
- package/dist/enums/DateFilterPeriod.mjs.map +1 -0
- package/dist/enums/WorkspaceSectionType.mjs +11 -0
- package/dist/enums/WorkspaceSectionType.mjs.map +1 -0
- package/dist/handlers.mjs +24 -0
- package/dist/handlers.mjs.map +1 -1
- package/dist/hooks/useDebounce.mjs +5 -3
- package/dist/hooks/useDebounce.mjs.map +1 -1
- package/dist/hooks/useUploadProgress.mjs +33 -0
- package/dist/hooks/useUploadProgress.mjs.map +1 -0
- package/dist/i18n/messages/en-us.mjs +863 -3
- package/dist/i18n/messages/en-us.mjs.map +1 -1
- package/dist/i18n/messages/es-es.mjs +863 -3
- package/dist/i18n/messages/es-es.mjs.map +1 -1
- package/dist/i18n/messages/pt-br.mjs +863 -3
- package/dist/i18n/messages/pt-br.mjs.map +1 -1
- package/dist/index.mjs +87 -7
- package/dist/index.mjs.map +1 -1
- package/dist/infra/http/paged.mjs +20 -0
- package/dist/infra/http/paged.mjs.map +1 -0
- package/dist/middleware.mjs +2 -0
- package/dist/middleware.mjs.map +1 -1
- package/dist/middlewares/create-auth-middleware.mjs +1 -3
- package/dist/middlewares/create-auth-middleware.mjs.map +1 -1
- package/dist/middlewares/create-legacy-account-routes-middleware.mjs +44 -0
- package/dist/middlewares/create-legacy-account-routes-middleware.mjs.map +1 -0
- package/dist/middlewares/is-route-equals.mjs +7 -0
- package/dist/middlewares/is-route-equals.mjs.map +1 -0
- package/dist/modules/accounts/actions/account-management.action.mjs +20 -1
- package/dist/modules/accounts/actions/account-management.action.mjs.map +1 -1
- package/dist/modules/accounts/constants/account-hub-link.constants.mjs +9 -0
- package/dist/modules/accounts/constants/account-hub-link.constants.mjs.map +1 -0
- package/dist/modules/accounts/constants/legacy-account-routes.constants.mjs +5 -0
- package/dist/modules/accounts/constants/legacy-account-routes.constants.mjs.map +1 -0
- package/dist/modules/accounts/handlers/list-account-members.handler.mjs +22 -0
- package/dist/modules/accounts/handlers/list-account-members.handler.mjs.map +1 -0
- package/dist/modules/accounts/hooks/add-user-projects.hook.mjs +51 -0
- package/dist/modules/accounts/hooks/add-user-projects.hook.mjs.map +1 -0
- package/dist/modules/accounts/hooks/create-account-user.hook.mjs +20 -0
- package/dist/modules/accounts/hooks/create-account-user.hook.mjs.map +1 -0
- package/dist/modules/accounts/hooks/remove-user-projects.hook.mjs +47 -0
- package/dist/modules/accounts/hooks/remove-user-projects.hook.mjs.map +1 -0
- package/dist/modules/accounts/hooks/use-account-members.hook.mjs +20 -0
- package/dist/modules/accounts/hooks/use-account-members.hook.mjs.map +1 -0
- package/dist/modules/accounts/services/account.service.mjs +59 -0
- package/dist/modules/accounts/services/account.service.mjs.map +1 -1
- package/dist/modules/accounts/types/account-hub-link.type.mjs +1 -0
- package/dist/modules/accounts/types/account-hub-link.type.mjs.map +1 -0
- package/dist/modules/accounts/utils/build-account-hub-url.mjs +16 -0
- package/dist/modules/accounts/utils/build-account-hub-url.mjs.map +1 -0
- package/dist/modules/accounts/utils/is-account-hub-flow.mjs +9 -0
- package/dist/modules/accounts/utils/is-account-hub-flow.mjs.map +1 -0
- package/dist/modules/accounts/utils/is-account-section.mjs +9 -0
- package/dist/modules/accounts/utils/is-account-section.mjs.map +1 -0
- package/dist/modules/accounts/utils/is-my-account-section.mjs +13 -0
- package/dist/modules/accounts/utils/is-my-account-section.mjs.map +1 -0
- package/dist/modules/accounts/utils/map-legacy-account-route.mjs +93 -0
- package/dist/modules/accounts/utils/map-legacy-account-route.mjs.map +1 -0
- package/dist/modules/accounts/utils/parse-account-hub-link.mjs +20 -0
- package/dist/modules/accounts/utils/parse-account-hub-link.mjs.map +1 -0
- package/dist/modules/affiliates/actions/ensure-affiliate.action.mjs +10 -0
- package/dist/modules/affiliates/actions/ensure-affiliate.action.mjs.map +1 -0
- package/dist/modules/affiliates/actions/request-deposit.action.mjs +10 -0
- package/dist/modules/affiliates/actions/request-deposit.action.mjs.map +1 -0
- package/dist/modules/affiliates/actions/update-affiliate.action.mjs +10 -0
- package/dist/modules/affiliates/actions/update-affiliate.action.mjs.map +1 -0
- package/dist/modules/affiliates/constants/affiliate.constants.mjs +11 -0
- package/dist/modules/affiliates/constants/affiliate.constants.mjs.map +1 -0
- package/dist/modules/affiliates/constants/query-keys.constants.mjs +15 -0
- package/dist/modules/affiliates/constants/query-keys.constants.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/affiliate-report-analytics.handler.mjs +16 -0
- package/dist/modules/affiliates/handlers/affiliate-report-analytics.handler.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/affiliate-withdrawal-limits.handler.mjs +12 -0
- package/dist/modules/affiliates/handlers/affiliate-withdrawal-limits.handler.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/current-affiliate.handler.mjs +12 -0
- package/dist/modules/affiliates/handlers/current-affiliate.handler.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/list-affiliate-coupons.handler.mjs +12 -0
- package/dist/modules/affiliates/handlers/list-affiliate-coupons.handler.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/list-affiliate-leads.handler.mjs +22 -0
- package/dist/modules/affiliates/handlers/list-affiliate-leads.handler.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/list-affiliate-transactions.handler.mjs +22 -0
- package/dist/modules/affiliates/handlers/list-affiliate-transactions.handler.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-affiliate-coupons.hook.mjs +17 -0
- package/dist/modules/affiliates/hooks/use-affiliate-coupons.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-affiliate-leads.hook.mjs +22 -0
- package/dist/modules/affiliates/hooks/use-affiliate-leads.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-affiliate-report-analytics.hook.mjs +17 -0
- package/dist/modules/affiliates/hooks/use-affiliate-report-analytics.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-affiliate-transactions.hook.mjs +20 -0
- package/dist/modules/affiliates/hooks/use-affiliate-transactions.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-current-affiliate.hook.mjs +17 -0
- package/dist/modules/affiliates/hooks/use-current-affiliate.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-ensure-affiliate.hook.mjs +23 -0
- package/dist/modules/affiliates/hooks/use-ensure-affiliate.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-request-deposit.hook.mjs +28 -0
- package/dist/modules/affiliates/hooks/use-request-deposit.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-update-affiliate.hook.mjs +22 -0
- package/dist/modules/affiliates/hooks/use-update-affiliate.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-withdrawal-limits.hook.mjs +17 -0
- package/dist/modules/affiliates/hooks/use-withdrawal-limits.hook.mjs.map +1 -0
- package/dist/modules/affiliates/services/affiliates.service.mjs +183 -0
- package/dist/modules/affiliates/services/affiliates.service.mjs.map +1 -0
- package/dist/modules/affiliates/types/affiliate.type.mjs +100 -0
- package/dist/modules/affiliates/types/affiliate.type.mjs.map +1 -0
- package/dist/modules/affiliates/utils/get-affiliate-share-link.mjs +9 -0
- package/dist/modules/affiliates/utils/get-affiliate-share-link.mjs.map +1 -0
- package/dist/modules/charges/actions/get-nota-fiscal.action.mjs +10 -0
- package/dist/modules/charges/actions/get-nota-fiscal.action.mjs.map +1 -0
- package/dist/modules/charges/actions/refresh-pix.action.mjs +10 -0
- package/dist/modules/charges/actions/refresh-pix.action.mjs.map +1 -0
- package/dist/modules/charges/hooks/nota-fiscal.hook.mjs +13 -0
- package/dist/modules/charges/hooks/nota-fiscal.hook.mjs.map +1 -0
- package/dist/modules/charges/hooks/refresh-pix.hook.mjs +13 -0
- package/dist/modules/charges/hooks/refresh-pix.hook.mjs.map +1 -0
- package/dist/modules/charges/services/charges.service.mjs +67 -0
- package/dist/modules/charges/services/charges.service.mjs.map +1 -1
- package/dist/modules/charges/types/nota-fiscal.type.mjs +1 -0
- package/dist/modules/charges/types/nota-fiscal.type.mjs.map +1 -0
- package/dist/modules/charges/types/refresh-pix.type.mjs +1 -0
- package/dist/modules/charges/types/refresh-pix.type.mjs.map +1 -0
- package/dist/modules/charges/utils/get-charge-download-url.mjs +8 -0
- package/dist/modules/charges/utils/get-charge-download-url.mjs.map +1 -0
- package/dist/modules/coupons/constants/query-keys.constants.mjs +5 -0
- package/dist/modules/coupons/constants/query-keys.constants.mjs.map +1 -0
- package/dist/modules/coupons/handlers/find-coupon-by-code.handler.mjs +17 -0
- package/dist/modules/coupons/handlers/find-coupon-by-code.handler.mjs.map +1 -0
- package/dist/modules/coupons/handlers/find-coupon-by-id.handler.mjs +16 -0
- package/dist/modules/coupons/handlers/find-coupon-by-id.handler.mjs.map +1 -0
- package/dist/modules/coupons/hooks/use-coupon-by-code.hook.mjs +15 -0
- package/dist/modules/coupons/hooks/use-coupon-by-code.hook.mjs.map +1 -0
- package/dist/modules/coupons/hooks/use-coupon-by-id.hook.mjs +18 -0
- package/dist/modules/coupons/hooks/use-coupon-by-id.hook.mjs.map +1 -0
- package/dist/modules/coupons/services/coupons.service.mjs +44 -0
- package/dist/modules/coupons/services/coupons.service.mjs.map +1 -0
- package/dist/modules/coupons/types/coupon.type.mjs +61 -0
- package/dist/modules/coupons/types/coupon.type.mjs.map +1 -0
- package/dist/modules/coupons/utils/coupon-restrictions.mjs +60 -0
- package/dist/modules/coupons/utils/coupon-restrictions.mjs.map +1 -0
- package/dist/modules/domains/handlers/count-domains.handler.mjs +12 -0
- package/dist/modules/domains/handlers/count-domains.handler.mjs.map +1 -0
- package/dist/modules/domains/hooks/count-domains.hook.mjs +17 -0
- package/dist/modules/domains/hooks/count-domains.hook.mjs.map +1 -0
- package/dist/modules/domains/services/domains.service.mjs +18 -0
- package/dist/modules/domains/services/domains.service.mjs.map +1 -0
- package/dist/modules/ia-credits/handlers/list-ia-credit-operations.handler.mjs +15 -0
- package/dist/modules/ia-credits/handlers/list-ia-credit-operations.handler.mjs.map +1 -0
- package/dist/modules/ia-credits/hooks/ia-credit-operations.hook.mjs +28 -0
- package/dist/modules/ia-credits/hooks/ia-credit-operations.hook.mjs.map +1 -0
- package/dist/modules/ia-credits/services/ia-credits.service.mjs +23 -2
- package/dist/modules/ia-credits/services/ia-credits.service.mjs.map +1 -1
- package/dist/modules/pages/handlers/count-pages.handler.mjs +4 -2
- package/dist/modules/pages/handlers/count-pages.handler.mjs.map +1 -1
- package/dist/modules/pages/hooks/count-published-pages.hook.mjs +26 -0
- package/dist/modules/pages/hooks/count-published-pages.hook.mjs.map +1 -0
- package/dist/modules/pages/services/pages.service.mjs +3 -2
- package/dist/modules/pages/services/pages.service.mjs.map +1 -1
- package/dist/modules/plans/constants/plan-tooltips.constants.mjs +14 -0
- package/dist/modules/plans/constants/plan-tooltips.constants.mjs.map +1 -0
- package/dist/modules/plans/hooks/use-enriched-plans.hook.mjs +28 -0
- package/dist/modules/plans/hooks/use-enriched-plans.hook.mjs.map +1 -0
- package/dist/modules/plans/hooks/use-ui-plans.hook.mjs +20 -0
- package/dist/modules/plans/hooks/use-ui-plans.hook.mjs.map +1 -0
- package/dist/modules/projects/hooks/add-project-users.hook.mjs +25 -0
- package/dist/modules/projects/hooks/add-project-users.hook.mjs.map +1 -0
- package/dist/modules/projects/hooks/list-all-account-users.hook.mjs +3 -6
- package/dist/modules/projects/hooks/list-all-account-users.hook.mjs.map +1 -1
- package/dist/modules/projects/hooks/list-available-users.hook.mjs +3 -6
- package/dist/modules/projects/hooks/list-available-users.hook.mjs.map +1 -1
- package/dist/modules/projects/hooks/list-infinite-projects.hook.mjs +3 -6
- package/dist/modules/projects/hooks/list-infinite-projects.hook.mjs.map +1 -1
- package/dist/modules/projects/hooks/list-project-users.hook.mjs +3 -6
- package/dist/modules/projects/hooks/list-project-users.hook.mjs.map +1 -1
- package/dist/modules/projects/hooks/remove-project-users.hook.mjs +25 -0
- package/dist/modules/projects/hooks/remove-project-users.hook.mjs.map +1 -0
- package/dist/modules/projects/services/project-users.service.mjs +5 -0
- package/dist/modules/projects/services/project-users.service.mjs.map +1 -1
- package/dist/modules/projects/types.mjs +3 -2
- package/dist/modules/projects/types.mjs.map +1 -1
- package/dist/modules/subscriptions/actions/cancel-subscription.action.mjs +10 -0
- package/dist/modules/subscriptions/actions/cancel-subscription.action.mjs.map +1 -0
- package/dist/modules/subscriptions/actions/create-subscription.action.mjs +10 -0
- package/dist/modules/subscriptions/actions/create-subscription.action.mjs.map +1 -0
- package/dist/modules/subscriptions/actions/find-pending-pix-status.action.mjs +10 -0
- package/dist/modules/subscriptions/actions/find-pending-pix-status.action.mjs.map +1 -0
- package/dist/modules/subscriptions/actions/find-subscription-by-id.action.mjs +10 -0
- package/dist/modules/subscriptions/actions/find-subscription-by-id.action.mjs.map +1 -0
- package/dist/modules/subscriptions/constants/addons.constants.mjs +35 -0
- package/dist/modules/subscriptions/constants/addons.constants.mjs.map +1 -1
- package/dist/modules/subscriptions/constants/downgrade.constants.mjs +25 -0
- package/dist/modules/subscriptions/constants/downgrade.constants.mjs.map +1 -0
- package/dist/modules/subscriptions/constants/subscription.constants.mjs +2 -0
- package/dist/modules/subscriptions/constants/subscription.constants.mjs.map +1 -1
- package/dist/modules/subscriptions/handlers/pending-pix-status.handler.mjs +15 -0
- package/dist/modules/subscriptions/handlers/pending-pix-status.handler.mjs.map +1 -0
- package/dist/modules/subscriptions/hooks/cancel-subscription.hook.mjs +25 -0
- package/dist/modules/subscriptions/hooks/cancel-subscription.hook.mjs.map +1 -0
- package/dist/modules/subscriptions/hooks/create-subscription.hook.mjs +33 -0
- package/dist/modules/subscriptions/hooks/create-subscription.hook.mjs.map +1 -0
- package/dist/modules/subscriptions/hooks/find-subscription-by-id.hook.mjs +18 -0
- package/dist/modules/subscriptions/hooks/find-subscription-by-id.hook.mjs.map +1 -0
- package/dist/modules/subscriptions/hooks/pending-pix-status.hook.mjs +25 -0
- package/dist/modules/subscriptions/hooks/pending-pix-status.hook.mjs.map +1 -0
- package/dist/modules/subscriptions/services/subscriptions.service.mjs +71 -0
- package/dist/modules/subscriptions/services/subscriptions.service.mjs.map +1 -1
- package/dist/modules/subscriptions/types/cancel-subscription.type.mjs +9 -0
- package/dist/modules/subscriptions/types/cancel-subscription.type.mjs.map +1 -0
- package/dist/modules/subscriptions/types/create-subscription.type.mjs +62 -0
- package/dist/modules/subscriptions/types/create-subscription.type.mjs.map +1 -0
- package/dist/modules/subscriptions/types/pending-pix-status.type.mjs +28 -0
- package/dist/modules/subscriptions/types/pending-pix-status.type.mjs.map +1 -0
- package/dist/modules/subscriptions/types/subscription.type.mjs +9 -1
- package/dist/modules/subscriptions/types/subscription.type.mjs.map +1 -1
- package/dist/modules/subscriptions/utils/addon-buckets.mjs +69 -0
- package/dist/modules/subscriptions/utils/addon-buckets.mjs.map +1 -0
- package/dist/modules/subscriptions/utils/confirm-payment-if-required.mjs +8 -2
- package/dist/modules/subscriptions/utils/confirm-payment-if-required.mjs.map +1 -1
- package/dist/modules/subscriptions/utils/first-period-pricing.mjs +25 -0
- package/dist/modules/subscriptions/utils/first-period-pricing.mjs.map +1 -0
- package/dist/modules/subscriptions/utils/is-api-subscription.mjs +8 -0
- package/dist/modules/subscriptions/utils/is-api-subscription.mjs.map +1 -0
- package/dist/modules/subscriptions/utils/is-boleto-payer.mjs +17 -0
- package/dist/modules/subscriptions/utils/is-boleto-payer.mjs.map +1 -0
- package/dist/modules/subscriptions/utils/is-free-subscription.mjs +8 -0
- package/dist/modules/subscriptions/utils/is-free-subscription.mjs.map +1 -0
- package/dist/modules/subscriptions/utils/periodicity.mjs +55 -1
- package/dist/modules/subscriptions/utils/periodicity.mjs.map +1 -1
- package/dist/modules/subscriptions/utils/resolve-subscription-plan-name.mjs +27 -0
- package/dist/modules/subscriptions/utils/resolve-subscription-plan-name.mjs.map +1 -0
- package/dist/modules/users/hooks/messages.hook.mjs +3 -5
- package/dist/modules/users/hooks/messages.hook.mjs.map +1 -1
- package/dist/server.mjs +6 -0
- package/dist/server.mjs.map +1 -1
- package/dist/store/useAccountModals.mjs +9 -2
- package/dist/store/useAccountModals.mjs.map +1 -1
- package/dist/store/useAffiliateFlows.mjs +23 -0
- package/dist/store/useAffiliateFlows.mjs.map +1 -0
- package/dist/store/useProjectFlows.mjs +18 -0
- package/dist/store/useProjectFlows.mjs.map +1 -0
- package/dist/store/useSubscriptionFlows.mjs +58 -0
- package/dist/store/useSubscriptionFlows.mjs.map +1 -0
- package/dist/store/useTeamFlows.mjs +15 -0
- package/dist/store/useTeamFlows.mjs.map +1 -0
- package/dist/testing/factories/coupon.factory.mjs +19 -0
- package/dist/testing/factories/coupon.factory.mjs.map +1 -0
- package/dist/testing/factories/index.mjs +6 -0
- package/dist/testing/factories/index.mjs.map +1 -1
- package/dist/testing/factories/project-user.factory.mjs +17 -0
- package/dist/testing/factories/project-user.factory.mjs.map +1 -0
- package/dist/testing/factories/project.factory.mjs +21 -0
- package/dist/testing/factories/project.factory.mjs.map +1 -0
- package/dist/testing/react/providers.mjs +1 -1
- package/dist/testing/react/providers.mjs.map +1 -1
- package/dist/utils/browser/chart-custom-tooltip.mjs +69 -0
- package/dist/utils/browser/chart-custom-tooltip.mjs.map +1 -0
- package/dist/utils/browser/get-css-variable.mjs +9 -0
- package/dist/utils/browser/get-css-variable.mjs.map +1 -0
- package/dist/utils/constants/scrollbar.mjs +5 -0
- package/dist/utils/constants/scrollbar.mjs.map +1 -0
- package/dist/utils/date-filter-period.mjs +34 -0
- package/dist/utils/date-filter-period.mjs.map +1 -0
- package/dist/utils/file/index.mjs +11 -1
- package/dist/utils/file/index.mjs.map +1 -1
- package/dist/utils/format/initials.mjs +8 -0
- package/dist/utils/format/initials.mjs.map +1 -0
- package/dist/utils/format/masks.mjs +32 -1
- package/dist/utils/format/masks.mjs.map +1 -1
- package/dist/utils/qrcode/to-data-url.mjs +12 -0
- package/dist/utils/qrcode/to-data-url.mjs.map +1 -0
- package/dist/utils/validators/account.mjs +1 -7
- package/dist/utils/validators/account.mjs.map +1 -1
- package/package.json +20 -8
- package/src/components/account/AccountHubLinkHandler.tsx +39 -0
- package/src/components/account/AccountModalLayout.tsx +190 -0
- package/src/components/account/AccountModals.tsx +12 -2
- package/src/components/account/DeleteAccountModal.tsx +1 -1
- package/src/components/account/IsntPossibleDeleteAccountModal.tsx +9 -1
- package/src/components/account/MyAccountModal.tsx +215 -0
- package/src/components/account/TwoFactorAuthModal.tsx +1 -1
- package/src/components/account/hooks/useAccountHubActions.ts +95 -0
- package/src/components/account/hooks/useAddCardWithPaymentSwitch.ts +70 -0
- package/src/components/account/hooks/useAffiliatesActions.tsx +78 -0
- package/src/components/account/hooks/useMyAccountModal.ts +40 -0
- package/src/components/account/hooks/useProjectsActions.ts +44 -0
- package/src/components/account/hooks/useSubscriptionActions.ts +99 -0
- package/src/components/account/hooks/useTeamActions.ts +35 -0
- package/src/components/account/sections/AffiliatesSection.tsx +342 -0
- package/src/components/account/sections/ChangePasswordSection.tsx +6 -10
- package/src/components/account/sections/MyProfileSection.tsx +207 -143
- package/src/components/account/sections/PreferencesSection.tsx +55 -51
- package/src/components/account/sections/ProjectsSection.tsx +110 -0
- package/src/components/account/sections/SecuritySection.tsx +72 -62
- package/src/components/account/sections/SubscriptionSection.tsx +36 -0
- package/src/components/account/sections/TeamSection.tsx +161 -0
- package/src/components/account/sections/TokenSection.tsx +4 -8
- package/src/components/account/sections/affiliates/AffiliateCommissionCard.tsx +83 -0
- package/src/components/account/sections/affiliates/AffiliateFlows.tsx +20 -0
- package/src/components/account/sections/affiliates/AffiliateLeadsSheet.tsx +143 -0
- package/src/components/account/sections/affiliates/AffiliateStatsCard.tsx +56 -0
- package/src/components/account/sections/affiliates/AffiliateStepCard.tsx +20 -0
- package/src/components/account/sections/affiliates/AffiliateTransactionsList.tsx +194 -0
- package/src/components/account/sections/affiliates/NoReceivingAccountModal.tsx +63 -0
- package/src/components/account/sections/affiliates/ReceivingAccountModal.tsx +213 -0
- package/src/components/account/sections/affiliates/RequestWithdrawalSheet.tsx +586 -0
- package/src/components/account/sections/affiliates/ViewAttachmentModal.tsx +47 -0
- package/src/components/account/sections/affiliates/reports/AffiliatesIndicatorsChart.tsx +45 -0
- package/src/components/account/sections/affiliates/reports/AffiliatesReportsTab.tsx +44 -0
- package/src/components/account/sections/affiliates/reports/useAffiliatesIndicatorsChart.ts +148 -0
- package/src/components/account/sections/projects/DeleteProjectModal.tsx +246 -0
- package/src/components/account/sections/projects/ProjectFlows.tsx +16 -0
- package/src/components/account/sections/projects/ProjectMembersStack.tsx +75 -0
- package/src/components/account/sections/projects/ProjectRow.tsx +96 -0
- package/src/components/account/sections/projects/ProjectSheet.tsx +603 -0
- package/src/components/account/sections/projects/ProjectsDisabledModal.tsx +69 -0
- package/src/components/account/sections/projects/project-form.schema.ts +30 -0
- package/src/components/account/sections/shared/ConnectListRow.tsx +68 -0
- package/src/components/account/sections/shared/DateFilterPopover.tsx +58 -0
- package/src/components/account/sections/shared/EntityAvatar.tsx +54 -0
- package/src/components/account/sections/shared/FilterPopover.tsx +79 -0
- package/src/components/account/sections/shared/FormSection.tsx +23 -0
- package/src/components/account/sections/shared/IconBox.tsx +21 -0
- package/src/components/account/sections/shared/InfiniteScrollList.tsx +57 -0
- package/src/components/account/sections/shared/ListPagination.tsx +84 -0
- package/src/components/account/sections/shared/RowActionsMenu.tsx +66 -0
- package/src/components/account/sections/shared/SectionLoadError.tsx +27 -0
- package/src/components/account/sections/shared/StatusBadge.tsx +33 -0
- package/src/components/account/sections/shared/WorkspaceSection.tsx +22 -0
- package/src/components/account/sections/subscription/AiCreditsUsage.tsx +152 -0
- package/src/components/account/sections/subscription/BillingAddressSheet.tsx +460 -0
- package/src/components/account/sections/subscription/BoletoDetailsDialog.tsx +104 -0
- package/src/components/account/sections/subscription/BoletoGeneratedDialog.tsx +24 -0
- package/src/components/account/sections/subscription/CancelPlanDialog.tsx +221 -0
- package/src/components/account/sections/subscription/ChargeRow.tsx +161 -0
- package/src/components/account/sections/subscription/ChargeStatusBadge.tsx +29 -0
- package/src/components/account/sections/subscription/ChargesList.tsx +125 -0
- package/src/components/account/sections/subscription/ManageCardsSheet.tsx +93 -0
- package/src/components/account/sections/subscription/OverdueReceiptOpener.tsx +29 -0
- package/src/components/account/sections/subscription/PayChargeDialog.tsx +306 -0
- package/src/components/account/sections/subscription/PaymentConfirmationDialog.tsx +70 -0
- package/src/components/account/sections/subscription/PaymentMethodsCard.tsx +117 -0
- package/src/components/account/sections/subscription/PendingChangeDialog.tsx +168 -0
- package/src/components/account/sections/subscription/PixDetailsDialog.tsx +246 -0
- package/src/components/account/sections/subscription/PixPaymentDialog.tsx +242 -0
- package/src/components/account/sections/subscription/PlanDetailsSheet.tsx +380 -0
- package/src/components/account/sections/subscription/ReceiptDetailsSheet.tsx +318 -0
- package/src/components/account/sections/subscription/SubscriptionFlows.tsx +40 -0
- package/src/components/account/sections/subscription/SubscriptionPlanCard.tsx +433 -0
- package/src/components/account/sections/subscription/UsageReportSheet.tsx +244 -0
- package/src/components/account/sections/subscription/change-plan/ChangePlanSheet.tsx +95 -0
- package/src/components/account/sections/subscription/change-plan/components/AbTestDetailsDialog.tsx +57 -0
- package/src/components/account/sections/subscription/change-plan/components/AddonsBlock.tsx +214 -0
- package/src/components/account/sections/subscription/change-plan/components/AlternativeBucketsSection.tsx +92 -0
- package/src/components/account/sections/subscription/change-plan/components/CouponBlock.tsx +42 -0
- package/src/components/account/sections/subscription/change-plan/components/CouponDialog.tsx +134 -0
- package/src/components/account/sections/subscription/change-plan/components/PricePreview.tsx +28 -0
- package/src/components/account/sections/subscription/change-plan/components/SummaryBlock.tsx +194 -0
- package/src/components/account/sections/subscription/change-plan/plan-comparison.ts +52 -0
- package/src/components/account/sections/subscription/change-plan/steps/PaymentSummaryStep.tsx +161 -0
- package/src/components/account/sections/subscription/change-plan/steps/PlanComparisonStep.tsx +165 -0
- package/src/components/account/sections/subscription/change-plan/steps/PlanViewStep.tsx +89 -0
- package/src/components/account/sections/subscription/change-plan/steps/ReactivationConfigStep.tsx +117 -0
- package/src/components/account/sections/subscription/change-plan/steps/ReactivationPaymentStep.tsx +139 -0
- package/src/components/account/sections/subscription/change-plan/useChangePlanState.tsx +1158 -0
- package/src/components/account/sections/subscription/downgrade/CannotDowngradeDialog.tsx +297 -0
- package/src/components/account/sections/subscription/downgrade/DowngradeReasonDialog.tsx +154 -0
- package/src/components/account/sections/subscription/plans/PlanCard.tsx +417 -0
- package/src/components/account/sections/subscription/plans/PlanCardSkeleton.tsx +70 -0
- package/src/components/account/sections/subscription/plans/PlansCatalogDialog.tsx +156 -0
- package/src/components/account/sections/team/DeleteUserModal.tsx +134 -0
- package/src/components/account/sections/team/TeamFlows.tsx +14 -0
- package/src/components/account/sections/team/TeamMemberRow.tsx +151 -0
- package/src/components/account/sections/team/UserSheet.tsx +688 -0
- package/src/components/account/sections/team/steps/NotificationsStep.tsx +109 -0
- package/src/components/account/sections/team/steps/ProjectSelectionStep.tsx +219 -0
- package/src/components/account/sections/team/steps/UserInformationStep.tsx +423 -0
- package/src/components/account/sections/team/user-form.schema.ts +43 -0
- package/src/components/account/types/workspace-actions.type.ts +56 -0
- package/src/components/layouts/ProfilePopover.tsx +11 -12
- package/src/components/layouts/UsersSelectorPopover.tsx +7 -4
- package/src/components/modals/AccountDeletionWarningModal.tsx +4 -5
- package/src/components/modals/AccountFrozenModal.tsx +6 -3
- package/src/components/modals/Modals.tsx +6 -3
- package/src/components/modals/PaidPlanRequiredModal.tsx +4 -5
- package/src/components/modals/cards/AddFirstCardWarningModal.tsx +72 -0
- package/src/components/modals/cards/SwitchPaymentToCardModal.tsx +232 -0
- package/src/components/modals/promo/AiCreditsOfferModal/AiCreditsOfferModal.tsx +5 -4
- package/src/components/ui/data-display/CardItem.tsx +9 -5
- package/src/components/ui/data-display/PaymentMethodIcons.tsx +43 -0
- package/src/components/ui/form/BillingPeriodSelector.tsx +173 -0
- package/src/components/ui/form/PaymentMethodToggle.tsx +119 -0
- package/src/components/ui/form/RadioOptionFieldIcon.tsx +64 -0
- package/src/components/ui/form/SegmentedControl.tsx +77 -0
- package/src/components/ui/overlay/Dialog.tsx +70 -33
- package/src/components/ui/overlay/Sheet.tsx +89 -56
- package/src/components/ui/overlay/layers.tsx +114 -27
- package/src/enums/AccountHubFlow.ts +8 -0
- package/src/enums/DateFilterPeriod.ts +17 -0
- package/src/enums/WorkspaceSectionType.ts +6 -0
- package/src/handlers.ts +14 -0
- package/src/hooks/useDebounce.ts +5 -3
- package/src/hooks/useUploadProgress.ts +42 -0
- package/src/i18n/messages/en-us.ts +904 -2
- package/src/i18n/messages/es-es.ts +908 -2
- package/src/i18n/messages/pt-br.ts +908 -2
- package/src/index.ts +56 -1
- package/src/infra/http/paged.ts +24 -0
- package/src/middleware.ts +1 -0
- package/src/middlewares/create-auth-middleware.ts +1 -4
- package/src/middlewares/create-legacy-account-routes-middleware.ts +54 -0
- package/src/middlewares/is-route-equals.ts +3 -0
- package/src/modules/accounts/actions/account-management.action.ts +22 -1
- package/src/modules/accounts/constants/account-hub-link.constants.ts +3 -0
- package/src/modules/accounts/constants/legacy-account-routes.constants.ts +1 -0
- package/src/modules/accounts/handlers/list-account-members.handler.ts +23 -0
- package/src/modules/accounts/hooks/add-user-projects.hook.ts +72 -0
- package/src/modules/accounts/hooks/create-account-user.hook.ts +21 -0
- package/src/modules/accounts/hooks/remove-user-projects.hook.ts +68 -0
- package/src/modules/accounts/hooks/use-account-members.hook.ts +31 -0
- package/src/modules/accounts/services/account.service.ts +71 -0
- package/src/modules/accounts/types/account-hub-link.type.ts +13 -0
- package/src/modules/accounts/types.ts +9 -0
- package/src/modules/accounts/utils/build-account-hub-url.ts +14 -0
- package/src/modules/accounts/utils/is-account-hub-flow.ts +7 -0
- package/src/modules/accounts/utils/is-account-section.ts +7 -0
- package/src/modules/accounts/utils/is-my-account-section.ts +12 -0
- package/src/modules/accounts/utils/map-legacy-account-route.ts +108 -0
- package/src/modules/accounts/utils/parse-account-hub-link.ts +21 -0
- package/src/modules/affiliates/actions/ensure-affiliate.action.ts +9 -0
- package/src/modules/affiliates/actions/request-deposit.action.ts +9 -0
- package/src/modules/affiliates/actions/update-affiliate.action.ts +9 -0
- package/src/modules/affiliates/constants/affiliate.constants.ts +11 -0
- package/src/modules/affiliates/constants/query-keys.constants.ts +7 -0
- package/src/modules/affiliates/handlers/affiliate-report-analytics.handler.ts +16 -0
- package/src/modules/affiliates/handlers/affiliate-withdrawal-limits.handler.ts +10 -0
- package/src/modules/affiliates/handlers/current-affiliate.handler.ts +10 -0
- package/src/modules/affiliates/handlers/list-affiliate-coupons.handler.ts +10 -0
- package/src/modules/affiliates/handlers/list-affiliate-leads.handler.ts +23 -0
- package/src/modules/affiliates/handlers/list-affiliate-transactions.handler.ts +23 -0
- package/src/modules/affiliates/hooks/use-affiliate-coupons.hook.ts +19 -0
- package/src/modules/affiliates/hooks/use-affiliate-leads.hook.ts +27 -0
- package/src/modules/affiliates/hooks/use-affiliate-report-analytics.hook.ts +19 -0
- package/src/modules/affiliates/hooks/use-affiliate-transactions.hook.ts +25 -0
- package/src/modules/affiliates/hooks/use-current-affiliate.hook.ts +19 -0
- package/src/modules/affiliates/hooks/use-ensure-affiliate.hook.ts +24 -0
- package/src/modules/affiliates/hooks/use-request-deposit.hook.ts +29 -0
- package/src/modules/affiliates/hooks/use-update-affiliate.hook.ts +24 -0
- package/src/modules/affiliates/hooks/use-withdrawal-limits.hook.ts +20 -0
- package/src/modules/affiliates/services/affiliates.service.ts +240 -0
- package/src/modules/affiliates/types/affiliate.type.ts +180 -0
- package/src/modules/affiliates/utils/get-affiliate-share-link.ts +8 -0
- package/src/modules/charges/actions/get-nota-fiscal.action.ts +8 -0
- package/src/modules/charges/actions/refresh-pix.action.ts +8 -0
- package/src/modules/charges/hooks/nota-fiscal.hook.ts +13 -0
- package/src/modules/charges/hooks/refresh-pix.hook.ts +13 -0
- package/src/modules/charges/services/charges.service.ts +121 -0
- package/src/modules/charges/types/nota-fiscal.type.ts +20 -0
- package/src/modules/charges/types/refresh-pix.type.ts +14 -0
- package/src/modules/charges/utils/get-charge-download-url.ts +10 -0
- package/src/modules/coupons/constants/query-keys.constants.ts +1 -0
- package/src/modules/coupons/handlers/find-coupon-by-code.handler.ts +16 -0
- package/src/modules/coupons/handlers/find-coupon-by-id.handler.ts +15 -0
- package/src/modules/coupons/hooks/use-coupon-by-code.hook.ts +16 -0
- package/src/modules/coupons/hooks/use-coupon-by-id.hook.ts +20 -0
- package/src/modules/coupons/services/coupons.service.ts +54 -0
- package/src/modules/coupons/types/coupon.type.ts +70 -0
- package/src/modules/coupons/utils/coupon-restrictions.ts +112 -0
- package/src/modules/domains/handlers/count-domains.handler.ts +10 -0
- package/src/modules/domains/hooks/count-domains.hook.ts +17 -0
- package/src/modules/domains/services/domains.service.ts +18 -0
- package/src/modules/ia-credits/handlers/list-ia-credit-operations.handler.ts +14 -0
- package/src/modules/ia-credits/hooks/ia-credit-operations.hook.ts +33 -0
- package/src/modules/ia-credits/services/ia-credits.service.ts +32 -1
- package/src/modules/pages/handlers/count-pages.handler.ts +5 -2
- package/src/modules/pages/hooks/count-published-pages.hook.ts +26 -0
- package/src/modules/pages/services/pages.service.ts +3 -2
- package/src/modules/plans/constants/plan-tooltips.constants.ts +16 -0
- package/src/modules/plans/hooks/use-enriched-plans.hook.ts +31 -0
- package/src/modules/plans/hooks/use-ui-plans.hook.ts +22 -0
- package/src/modules/projects/hooks/add-project-users.hook.ts +29 -0
- package/src/modules/projects/hooks/list-all-account-users.hook.ts +3 -6
- package/src/modules/projects/hooks/list-available-users.hook.ts +3 -6
- package/src/modules/projects/hooks/list-infinite-projects.hook.ts +3 -6
- package/src/modules/projects/hooks/list-project-users.hook.ts +3 -6
- package/src/modules/projects/hooks/remove-project-users.hook.ts +29 -0
- package/src/modules/projects/services/project-users.service.ts +135 -130
- package/src/modules/projects/types.ts +89 -88
- package/src/modules/subscriptions/actions/cancel-subscription.action.ts +12 -0
- package/src/modules/subscriptions/actions/create-subscription.action.ts +9 -0
- package/src/modules/subscriptions/actions/find-pending-pix-status.action.ts +8 -0
- package/src/modules/subscriptions/actions/find-subscription-by-id.action.ts +8 -0
- package/src/modules/subscriptions/constants/addons.constants.ts +50 -0
- package/src/modules/subscriptions/constants/downgrade.constants.ts +30 -0
- package/src/modules/subscriptions/constants/subscription.constants.ts +3 -0
- package/src/modules/subscriptions/handlers/pending-pix-status.handler.ts +17 -0
- package/src/modules/subscriptions/hooks/cancel-subscription.hook.ts +28 -0
- package/src/modules/subscriptions/hooks/create-subscription.hook.ts +34 -0
- package/src/modules/subscriptions/hooks/find-subscription-by-id.hook.ts +17 -0
- package/src/modules/subscriptions/hooks/pending-pix-status.hook.ts +30 -0
- package/src/modules/subscriptions/services/subscriptions.service.ts +401 -301
- package/src/modules/subscriptions/types/cancel-subscription.type.ts +8 -0
- package/src/modules/subscriptions/types/create-subscription.type.ts +79 -0
- package/src/modules/subscriptions/types/pending-pix-status.type.ts +33 -0
- package/src/modules/subscriptions/types/subscription.type.ts +157 -147
- package/src/modules/subscriptions/utils/addon-buckets.ts +129 -0
- package/src/modules/subscriptions/utils/confirm-payment-if-required.ts +9 -2
- package/src/modules/subscriptions/utils/first-period-pricing.ts +63 -0
- package/src/modules/subscriptions/utils/is-api-subscription.ts +6 -0
- package/src/modules/subscriptions/utils/is-boleto-payer.ts +21 -0
- package/src/modules/subscriptions/utils/is-free-subscription.ts +6 -0
- package/src/modules/subscriptions/utils/periodicity.ts +101 -0
- package/src/modules/subscriptions/utils/resolve-subscription-plan-name.ts +44 -0
- package/src/modules/users/hooks/messages.hook.ts +3 -5
- package/src/server.ts +102 -99
- package/src/store/useAccountModals.ts +22 -5
- package/src/store/useAffiliateFlows.ts +46 -0
- package/src/store/useProjectFlows.ts +42 -0
- package/src/store/useSubscriptionFlows.ts +176 -0
- package/src/store/useTeamFlows.ts +34 -0
- package/src/testing/factories/coupon.factory.ts +17 -0
- package/src/testing/factories/index.ts +3 -0
- package/src/testing/factories/project-user.factory.ts +15 -0
- package/src/testing/factories/project.factory.ts +19 -0
- package/src/testing/react/providers.tsx +2 -1
- package/src/utils/browser/chart-custom-tooltip.ts +85 -0
- package/src/utils/browser/get-css-variable.ts +6 -0
- package/src/utils/constants/scrollbar.ts +10 -0
- package/src/utils/date-filter-period.ts +34 -0
- package/src/utils/file/index.ts +13 -0
- package/src/utils/format/initials.ts +10 -0
- package/src/utils/format/masks.ts +41 -0
- package/src/utils/qrcode/to-data-url.ts +23 -0
- package/src/utils/validators/account.ts +0 -8
- package/dist/components/account/ConfigurationsMyAccountModal.mjs +0 -143
- package/dist/components/account/ConfigurationsMyAccountModal.mjs.map +0 -1
- package/dist/components/account/hooks/useConfigurationsModal.mjs +0 -34
- package/dist/components/account/hooks/useConfigurationsModal.mjs.map +0 -1
- package/src/components/account/ConfigurationsMyAccountModal.tsx +0 -179
- package/src/components/account/hooks/useConfigurationsModal.ts +0 -45
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../src/components/account/sections/team/UserSheet.tsx"],"sourcesContent":["'use client';\n\nimport { useCallback, useEffect, useMemo, useRef, useState, type ChangeEvent } from 'react';\nimport { FormProvider, useForm, useWatch } from 'react-hook-form';\nimport { zodResolver } from '@hookform/resolvers/zod';\nimport { IconBell, IconCheck, IconMail, IconStack2, IconUser, IconX } from '@tabler/icons-react';\nimport { useTranslations } from 'next-intl';\nimport { toast } from 'sonner';\nimport { Button } from '../../../ui/buttons/Button';\nimport { Tabs, TabsContent, TabsList, TabsTrigger } from '../../../ui/data-display/Tabs';\nimport { Toast } from '../../../ui/feedback/Toast';\nimport { Dialog, DialogContent } from '../../../ui/overlay/Dialog';\nimport { Sheet, SheetContent, SheetFooter, SheetHeader, SheetTitle } from '../../../ui/overlay/Sheet';\nimport { ImageCropModal } from '../../../widgets/ImageUpload/ImageCropModal';\nimport { ACCEPTED_IMAGE_FORMATS_STRING } from '../../../../modules/images/constants/image.constants';\nimport { useImageUpload } from '../../../../modules/images/hooks/use-image-upload.hook';\nimport { useCreateAccountUser } from '../../../../modules/accounts/hooks/create-account-user.hook';\nimport { useUpdateAccountUserById } from '../../../../modules/accounts/hooks/useAccountManagement';\nimport { useAddUserProjects } from '../../../../modules/accounts/hooks/add-user-projects.hook';\nimport { useRemoveUserProjects } from '../../../../modules/accounts/hooks/remove-user-projects.hook';\nimport { useProjects } from '../../../../modules/projects/hooks/list-projects.hook';\nimport { useInvalidateUser } from '../../../../modules/auth/hooks/useUserQuery';\nimport { UserProfile, type User } from '../../../../modules/users/schema';\nimport { useAuth } from '../../../../providers/auth.provider';\nimport { useIsDefaultWhitelabel } from '../../../../providers/whitelabel.provider';\nimport { base64ToFile } from '../../../../modules/images/utils/base64';\nimport useIsMobile from '../../../../hooks/useIsMobile';\nimport { cn } from '../../../../infra/utils/clsx';\nimport { useTeamFlows, type UserSheetState } from '../../../../store/useTeamFlows';\nimport { ChangeEmailModal } from '../ChangeEmailModal';\nimport { ChangePhoneModal } from '../ChangePhoneModal';\nimport { ChangePasswordSection } from '../ChangePasswordSection';\nimport TwoFactorAuthModal from '../../TwoFactorAuthModal';\nimport DisableTwoFactorAuthModal from '../../DisableTwoFactorAuthModal';\nimport { NotificationsStep } from './steps/NotificationsStep';\nimport { ProjectSelectionStep } from './steps/ProjectSelectionStep';\nimport { UserInformationStep } from './steps/UserInformationStep';\nimport { buildUserFormDefaults, buildUserFormSchema, type UserFormData } from './user-form.schema';\n\nconst USER_AVATAR_CONFIG = { width: 200, height: 200, aspectRatio: 1 };\n\nconst STORAGE_URL = process.env.NEXT_PUBLIC_STORAGE_URL || '';\n\nconst EMAIL_REGEX = /^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$/;\n\nconst tabTriggerClasses =\n 'flex items-center gap-2 px-2 py-2 rounded-none border-b-2 border-transparent data-[state=active]:border-zinc-950 data-[state=active]:bg-transparent data-[state=active]:shadow-none bg-transparent';\n\ntype UserSheetContentProps = {\n open: boolean;\n mode: 'add' | 'edit';\n initialData?: User;\n onClose: () => void;\n};\n\nfunction UserSheetContent({ open, mode, initialData, onClose }: UserSheetContentProps) {\n const translate = useTranslations();\n const translateSheet = useTranslations('common.account.workspace.team.sheet');\n const isMobile = useIsMobile();\n const isDefaultWhitelabel = useIsDefaultWhitelabel();\n const isEditMode = mode === 'edit';\n\n const [currentStep, setCurrentStep] = useState(1);\n const [photoRemoved, setPhotoRemoved] = useState(false);\n const [emailExistsError, setEmailExistsError] = useState<string | null>(null);\n const [isCheckingEmail, setIsCheckingEmail] = useState(false);\n const [showChangePhone, setShowChangePhone] = useState(false);\n const [showChangeEmail, setShowChangeEmail] = useState(false);\n const [showTwoFactor, setShowTwoFactor] = useState(false);\n const [showDisableTwoFactor, setShowDisableTwoFactor] = useState(false);\n const [showChangePassword, setShowChangePassword] = useState(false);\n const selectAnotherInputRef = useRef<HTMLInputElement>(null);\n\n const { user: currentUser } = useAuth();\n const invalidateUser = useInvalidateUser();\n\n const isOwnProfile = isEditMode && currentUser?.id === initialData?.id;\n const currentProfile = currentUser?.profile;\n const targetProfile = initialData?.profile;\n const canManageUsers = currentProfile === UserProfile.owner || currentProfile === UserProfile.admin;\n\n // Admin edita todo mundo menos o proprietário; qualquer um edita o próprio perfil.\n const canEditUser = isEditMode\n ? isOwnProfile\n ? true\n : currentProfile === UserProfile.owner\n ? true\n : currentProfile === UserProfile.admin\n ? targetProfile !== UserProfile.owner\n : false\n : canManageUsers;\n\n const canChangeProfile = isEditMode\n ? initialData?.profile === UserProfile.owner\n ? false\n : canManageUsers\n : canManageUsers;\n\n const userFormSchema = useMemo(\n () =>\n buildUserFormSchema({\n required: translate('common.validations.required'),\n invalidEmail: translate('common.validations.invalidEmail'),\n }),\n [translate]\n );\n\n const form = useForm<UserFormData>({\n mode: 'onTouched',\n resolver: zodResolver(userFormSchema),\n defaultValues: buildUserFormDefaults(initialData),\n });\n\n const { originalImage, showCropModal, setShowCropModal, fileName, handleFileSelect, handleCropConfirm } =\n useImageUpload({\n config: USER_AVATAR_CONFIG,\n onSuccess: (base64) => {\n form.setValue('photo', base64ToFile(base64, 'avatar.webp'), { shouldDirty: true });\n setPhotoRemoved(false);\n },\n onError: (error) => {\n toast.custom((toastId) => <Toast toastId={toastId} variant=\"error\" message={error} />, {\n duration: 5000,\n });\n },\n });\n\n const twoFactorSource = isOwnProfile\n ? currentUser?.two_factor_authentication ?? false\n : initialData?.two_factor_authentication ?? false;\n const [twoFactorEnabled, setTwoFactorEnabled] = useState(twoFactorSource);\n useEffect(() => setTwoFactorEnabled(twoFactorSource), [twoFactorSource]);\n\n const createAccountUser = useCreateAccountUser();\n const updateAccountUser = useUpdateAccountUserById();\n const addUserProjects = useAddUserProjects();\n const removeUserProjects = useRemoveUserProjects();\n // Sem `limit` o backend devolve só a primeira página: admin/proprietário precisa de todos os ids\n // para receber acesso a todos os projetos (mesmo limite da lista do passo de projetos).\n const { data: projectsData } = useProjects({ limit: 5000 });\n\n const allProjectIds = useMemo(() => projectsData?.data?.map((project) => project.id) || [], [projectsData]);\n\n const initialProfile = initialData?.profile || UserProfile.admin;\n const hasFullAccessOnOpen = initialProfile === UserProfile.admin || initialProfile === UserProfile.owner;\n\n useEffect(() => {\n form.reset({ ...buildUserFormDefaults(initialData), profile: initialProfile });\n\n setPhotoRemoved(false);\n setCurrentStep(1);\n setEmailExistsError(null);\n setIsCheckingEmail(false);\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, []);\n\n // Admin e proprietário têm acesso a todos os projetos: marca os que faltam quando a lista de\n // 5.000 projetos chega, sem sobrescrever uma seleção que o usuário já tenha alterado.\n useEffect(() => {\n if (!hasFullAccessOnOpen || allProjectIds.length === 0) return;\n if (form.getFieldState('selectedProjects').isDirty) return;\n\n form.setValue(\n 'selectedProjects',\n Object.fromEntries(allProjectIds.map((id) => [id.toString(), true])),\n { shouldDirty: true }\n );\n }, [allProjectIds, hasFullAccessOnOpen, form]);\n\n const photo = useWatch({ control: form.control, name: 'photo' });\n const selectedProjects = useWatch({ control: form.control, name: 'selectedProjects' });\n const profile = useWatch({ control: form.control, name: 'profile' });\n const nameValue = useWatch({ control: form.control, name: 'name' });\n const emailValue = useWatch({ control: form.control, name: 'email' });\n const isAdmin = profile === UserProfile.admin;\n\n const canContinue =\n !!nameValue?.trim() && EMAIL_REGEX.test(emailValue || '') && !isCheckingEmail && !emailExistsError;\n\n const photoPreview = useMemo(() => {\n if (photo instanceof File) return URL.createObjectURL(photo);\n if (!photo && !photoRemoved && initialData?.photo) return `${STORAGE_URL}/${initialData.photo}`;\n return null;\n }, [photo, photoRemoved, initialData?.photo]);\n\n const selectedCount = useMemo(() => {\n if (isAdmin) return allProjectIds.length;\n return Object.values(selectedProjects).filter(Boolean).length;\n }, [selectedProjects, isAdmin, allProjectIds]);\n\n const getProjectsForSubmit = useCallback(\n (formData: UserFormData) => {\n if (formData.profile === UserProfile.admin || formData.profile === UserProfile.owner) {\n return allProjectIds;\n }\n return Object.keys(formData.selectedProjects)\n .filter((key) => formData.selectedProjects[key])\n .map(Number);\n },\n [allProjectIds]\n );\n\n const handleClose = useCallback(() => {\n form.reset(buildUserFormDefaults(initialData));\n setCurrentStep(1);\n setPhotoRemoved(false);\n setEmailExistsError(null);\n setIsCheckingEmail(false);\n onClose();\n }, [form, initialData, onClose]);\n\n const handleProfileChange = useCallback(\n (newProfile: UserProfile) => {\n const hasFullAccess = newProfile === UserProfile.admin || newProfile === UserProfile.owner;\n form.setValue(\n 'selectedProjects',\n hasFullAccess\n ? Object.fromEntries(allProjectIds.map((id) => [id.toString(), true]))\n : Object.fromEntries(initialData?.projects?.map((project) => [project.id.toString(), true]) || []),\n { shouldDirty: true }\n );\n },\n [form, allProjectIds, initialData]\n );\n\n const handlePhotoChange = useCallback(\n (event: ChangeEvent<HTMLInputElement>) => {\n const file = event.target.files?.[0];\n if (file) handleFileSelect(file);\n event.target.value = '';\n },\n [handleFileSelect]\n );\n\n const handleRemovePhoto = useCallback(() => {\n form.setValue('photo', null, { shouldDirty: true });\n setPhotoRemoved(true);\n }, [form]);\n\n const handleAddUser = useCallback(\n async (formData: UserFormData) => {\n const userEmail = formData.email;\n\n try {\n await createAccountUser.mutateAsync({\n name: formData.name,\n email: formData.email,\n profile: formData.profile,\n language: 'pt-br',\n last_name: formData.lastName || '',\n ddi: '55',\n gender: formData.gender,\n phone: formData.phone,\n photo: formData.photo,\n projects: getProjectsForSubmit(formData),\n receive_sms: formData.receiveSms,\n receive_email: formData.receiveEmail,\n });\n } catch (error) {\n toast.custom(\n (toastId) => (\n <Toast\n toastId={toastId}\n variant=\"error\"\n message={error instanceof Error ? error.message : translateSheet('createError')}\n />\n ),\n { duration: 5000 }\n );\n return;\n }\n\n handleClose();\n\n toast.custom(\n (toastId) => (\n <Toast toastId={toastId}>\n <div className=\"flex items-center gap-3 flex-1 min-w-0\">\n <div\n className={cn(\n 'size-10 rounded-lg flex items-center justify-center shrink-0',\n isDefaultWhitelabel ? 'bg-cyan-50' : 'bg-zinc-50'\n )}\n >\n <IconMail size={20} className={isDefaultWhitelabel ? 'text-cyan-500' : 'text-zinc-500'} />\n </div>\n <p className=\"flex-1 text-zinc-600 paragraph-small-medium\">\n {translateSheet('inviteSent', { userEmail })}\n </p>\n <Button\n variant=\"ghost\"\n className=\"size-8 rounded-full shrink-0\"\n onClick={() => toast.dismiss(toastId)}\n >\n <IconX size={18} />\n </Button>\n </div>\n </Toast>\n ),\n { duration: 5000 }\n );\n },\n [createAccountUser, getProjectsForSubmit, handleClose, isDefaultWhitelabel, translateSheet]\n );\n\n const handleSaveChanges = useCallback(\n async (formData: UserFormData) => {\n const userName = formData.name;\n const dirtyFields = form.formState.dirtyFields;\n const userFieldsChanged =\n !!dirtyFields.name ||\n !!dirtyFields.lastName ||\n !!dirtyFields.email ||\n !!dirtyFields.phone ||\n !!dirtyFields.profile ||\n !!dirtyFields.photo ||\n !!dirtyFields.gender ||\n !!dirtyFields.receiveSms ||\n !!dirtyFields.receiveEmail ||\n formData.photo instanceof File;\n\n let updateError: unknown = null;\n if (userFieldsChanged) {\n try {\n await updateAccountUser.mutateAsync({\n userId: initialData!.id,\n name: formData.name,\n email: formData.email,\n profile: formData.profile,\n language: 'pt-br',\n last_name: formData.lastName || '',\n ddi: '55',\n gender: formData.gender,\n phone: formData.phone,\n ...(formData.photo instanceof File ? { photo: formData.photo } : {}),\n receive_sms: formData.receiveSms,\n receive_email: formData.receiveEmail,\n });\n } catch (error) {\n updateError = error;\n }\n }\n\n const targetProjectIds = new Set(getProjectsForSubmit(formData));\n const initialProjectIds = new Set(initialData?.projects?.map((project) => project.id) || []);\n const allProjects = projectsData?.data || [];\n\n const projectsToAdd = [...targetProjectIds].filter((id) => !initialProjectIds.has(id));\n const projectsToRemove = [...initialProjectIds].filter((id) => !targetProjectIds.has(id));\n\n let projectsError: unknown = null;\n try {\n await Promise.all([\n addUserProjects.mutateAsync({\n userId: initialData!.id,\n projects: projectsToAdd.map((id) => ({\n id,\n title: allProjects.find((project) => project.id === id)?.title || '',\n })),\n }),\n removeUserProjects.mutateAsync({ userId: initialData!.id, projectIds: projectsToRemove }),\n ]);\n } catch (error) {\n projectsError = error;\n }\n\n const firstError = updateError ?? projectsError;\n if (firstError) {\n toast.custom(\n (toastId) => (\n <Toast\n toastId={toastId}\n variant=\"error\"\n message={firstError instanceof Error ? firstError.message : translateSheet('updateError')}\n />\n ),\n { duration: 5000 }\n );\n return;\n }\n\n handleClose();\n\n toast.custom(\n (toastId) => (\n <Toast toastId={toastId}>\n <div className=\"flex items-center gap-3 flex-1 min-w-0\">\n <div className=\"size-10 rounded-lg flex items-center justify-center shrink-0 bg-green-50\">\n <IconCheck size={20} className=\"text-green-500\" />\n </div>\n <p className=\"flex-1 text-zinc-600 paragraph-small-medium\">\n {translateSheet('changesSaved', { userName })}\n </p>\n <Button\n variant=\"ghost\"\n className=\"size-8 rounded-full shrink-0\"\n onClick={() => toast.dismiss(toastId)}\n >\n <IconX size={18} />\n </Button>\n </div>\n </Toast>\n ),\n { duration: 5000 }\n );\n },\n [\n addUserProjects,\n form,\n getProjectsForSubmit,\n handleClose,\n initialData,\n projectsData,\n removeUserProjects,\n translateSheet,\n updateAccountUser,\n ]\n );\n\n const onSubmit = useCallback(\n async (data: UserFormData) => {\n if (isEditMode) {\n await handleSaveChanges(data);\n } else if (currentStep === 1) {\n if (isCheckingEmail || emailExistsError) return;\n setCurrentStep(2);\n } else {\n await handleAddUser(data);\n }\n },\n [currentStep, emailExistsError, handleAddUser, handleSaveChanges, isCheckingEmail, isEditMode]\n );\n\n const isSubmitting = form.formState.isSubmitting;\n\n return (\n <>\n <Sheet open={open} onOpenChange={handleClose}>\n <SheetContent\n side={isMobile ? 'bottom' : 'right'}\n className={cn(\n 'gap-0 overflow-hidden',\n isMobile\n ? 'h-dvh w-full max-w-full rounded-none pt-[env(safe-area-inset-top)] pb-[env(safe-area-inset-bottom)]'\n : 'h-screen max-w-[480px]! w-[480px]!',\n 'data-[state=open]:max-h-none data-[state=open]:h-dvh'\n )}\n >\n <FormProvider {...form}>\n <form onSubmit={form.handleSubmit(onSubmit)} className=\"flex flex-col flex-1 overflow-hidden\">\n <SheetHeader className={cn('border-b border-zinc-200', isEditMode && 'border-b-0')}>\n <SheetTitle className=\"text-zinc-950 paragraph-medium-semibold\">\n {isEditMode ? translateSheet('titleEdit') : translateSheet('titleAdd')}\n </SheetTitle>\n </SheetHeader>\n\n {!isEditMode && (\n <div className=\"h-1 bg-zinc-100 w-full\">\n <div\n className=\"h-full transition-all duration-300 ease-in-out bg-primary\"\n style={{ width: currentStep === 1 ? '50%' : '100%' }}\n />\n </div>\n )}\n\n {isEditMode ? (\n <Tabs defaultValue=\"information\" className=\"flex flex-col flex-1 overflow-hidden\">\n <TabsList className=\"flex gap-1.5 px-5 pt-3 border-b border-zinc-200 bg-transparent h-auto justify-start\">\n <TabsTrigger value=\"information\" className={tabTriggerClasses}>\n <IconUser size={16} />\n <span className=\"paragraph-small-semibold\">{translateSheet('tabInformation')}</span>\n </TabsTrigger>\n <TabsTrigger value=\"projects\" className={tabTriggerClasses}>\n <IconStack2 size={16} />\n <span className=\"paragraph-small-medium\">{translateSheet('tabProjects')}</span>\n </TabsTrigger>\n <TabsTrigger value=\"notifications\" className={tabTriggerClasses}>\n <IconBell size={16} />\n <span className=\"paragraph-small-medium\">{translateSheet('tabNotifications')}</span>\n </TabsTrigger>\n </TabsList>\n\n <TabsContent value=\"information\" className=\"flex-1 overflow-y-auto mt-0 [scrollbar-width:auto] [&::-webkit-scrollbar]:w-1.5 [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-zinc-300\">\n <UserInformationStep\n mode={mode}\n photoPreview={photoPreview}\n onPhotoChange={handlePhotoChange}\n onRemovePhoto={handleRemovePhoto}\n isOwnProfile={isOwnProfile}\n canEditUser={canEditUser}\n canChangeProfile={canChangeProfile}\n targetUser={initialData}\n twoFactorEnabled={twoFactorEnabled}\n onTwoFactorChange={setTwoFactorEnabled}\n onOpenChangePhone={() => setShowChangePhone(true)}\n onOpenChangeEmail={() => setShowChangeEmail(true)}\n onOpenTwoFactor={() =>\n twoFactorEnabled ? setShowDisableTwoFactor(true) : setShowTwoFactor(true)\n }\n onOpenChangePassword={() => setShowChangePassword(true)}\n onProfileChange={handleProfileChange}\n />\n </TabsContent>\n\n <TabsContent value=\"projects\" className=\"flex-1 overflow-y-auto mt-0 [scrollbar-width:auto] [&::-webkit-scrollbar]:w-1.5 [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-zinc-300\">\n <ProjectSelectionStep mode=\"edit\" readOnly={!canEditUser || !canManageUsers} />\n </TabsContent>\n\n <TabsContent value=\"notifications\" className=\"flex-1 overflow-y-auto mt-0 [scrollbar-width:auto] [&::-webkit-scrollbar]:w-1.5 [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-zinc-300\">\n <NotificationsStep readOnly={!isOwnProfile && !canEditUser} />\n </TabsContent>\n </Tabs>\n ) : (\n <div className=\"flex-1 overflow-y-auto\">\n {currentStep === 1 && (\n <UserInformationStep\n mode={mode}\n photoPreview={photoPreview}\n onPhotoChange={handlePhotoChange}\n onRemovePhoto={handleRemovePhoto}\n emailExistsError={emailExistsError}\n isCheckingEmail={isCheckingEmail}\n onEmailExistsError={setEmailExistsError}\n onEmailChecking={setIsCheckingEmail}\n onProfileChange={handleProfileChange}\n />\n )}\n {currentStep === 2 && <ProjectSelectionStep mode=\"add\" />}\n </div>\n )}\n\n {isEditMode ? (\n <SheetFooter className=\"flex-row items-center justify-between border-t border-zinc-200 gap-2\">\n <Button\n variant=\"secondary\"\n className=\"h-10!\"\n type=\"button\"\n onClick={handleClose}\n disabled={isSubmitting}\n >\n {translate('common.actions.cancel')}\n </Button>\n <Button\n className=\"h-10!\"\n type=\"submit\"\n disabled={!form.formState.isDirty || !canEditUser}\n loading={isSubmitting}\n >\n {isSubmitting ? translateSheet('saving') : translateSheet('saveChanges')}\n </Button>\n </SheetFooter>\n ) : (\n <>\n {currentStep === 1 && (\n <SheetFooter className=\"flex-row items-center justify-between border-t border-zinc-200 gap-2\">\n <Button\n variant=\"secondary\"\n className=\"h-10!\"\n type=\"button\"\n onClick={handleClose}\n disabled={isSubmitting}\n >\n {translate('common.actions.cancel')}\n </Button>\n <Button className=\"h-10!\" type=\"submit\" loading={isSubmitting} disabled={!canContinue}>\n {translate('common.actions.continue')}\n </Button>\n </SheetFooter>\n )}\n\n {currentStep === 2 && (\n <SheetFooter className=\"flex-row items-center justify-between border-t border-zinc-200 gap-2\">\n <Button\n variant=\"secondary\"\n className=\"h-10!\"\n type=\"button\"\n onClick={() => setCurrentStep(1)}\n disabled={isSubmitting}\n >\n {translate('common.actions.back')}\n </Button>\n <div className=\"flex items-center gap-3\">\n <span className=\"text-zinc-500 paragraph-small-regular\">\n {selectedCount}{' '}\n {selectedCount === 1 ? translateSheet('selectedOne') : translateSheet('selectedMany')}\n </span>\n <Button\n className=\"h-10!\"\n type=\"submit\"\n disabled={selectedCount === 0}\n loading={isSubmitting}\n >\n {isSubmitting ? translateSheet('sending') : translateSheet('sendInvite')}\n </Button>\n </div>\n </SheetFooter>\n )}\n </>\n )}\n </form>\n </FormProvider>\n </SheetContent>\n </Sheet>\n\n {/* Input escondido: só serve de gatilho do \"Enviar outra\" do ImageCropModal. */}\n <input\n ref={selectAnotherInputRef}\n type=\"file\"\n accept={ACCEPTED_IMAGE_FORMATS_STRING}\n className=\"hidden\"\n onChange={(event) => {\n const file = event.target.files?.[0];\n if (file) handleFileSelect(file);\n event.target.value = '';\n }}\n />\n\n {originalImage && (\n <ImageCropModal\n open={showCropModal}\n onOpenChange={setShowCropModal}\n imageSrc={originalImage}\n aspectRatio={USER_AVATAR_CONFIG.aspectRatio}\n onConfirm={handleCropConfirm}\n minWidth={USER_AVATAR_CONFIG.width}\n minHeight={USER_AVATAR_CONFIG.height}\n fileName={fileName}\n onSelectAnother={() => selectAnotherInputRef.current?.click()}\n />\n )}\n\n <ChangePhoneModal open={showChangePhone} onClose={() => setShowChangePhone(false)} />\n <ChangeEmailModal open={showChangeEmail} onClose={() => setShowChangeEmail(false)} />\n <TwoFactorAuthModal\n open={showTwoFactor}\n onClose={() => setShowTwoFactor(false)}\n onSuccess={() => {\n setTwoFactorEnabled(true);\n invalidateUser();\n setShowTwoFactor(false);\n }}\n />\n <DisableTwoFactorAuthModal\n open={showDisableTwoFactor}\n onClose={() => setShowDisableTwoFactor(false)}\n onSuccess={() => {\n setTwoFactorEnabled(false);\n invalidateUser();\n setShowDisableTwoFactor(false);\n }}\n />\n <Dialog open={showChangePassword} onOpenChange={setShowChangePassword}>\n <DialogContent\n showCloseButton={false}\n className=\"flex flex-col p-0 gap-0 max-w-full sm:max-w-full border-0 rounded-t-2xl rounded-b-none h-dvh top-0 bottom-0 left-0 right-0 translate-x-0 translate-y-0 lg:max-w-125 lg:h-auto lg:rounded-lg lg:border lg:top-[50%] lg:left-[50%] lg:right-auto lg:bottom-auto lg:translate-x-[-50%] lg:translate-y-[-50%] overflow-hidden\"\n >\n <ChangePasswordSection onBack={() => setShowChangePassword(false)} />\n </DialogContent>\n </Dialog>\n </>\n );\n}\n\n/**\n * Sheet de cadastro e edição de usuário, aberto por cima do modal Minha conta.\n * Mantém o último estado enquanto fecha para não perder o conteúdo durante a animação.\n */\nexport function UserSheet() {\n const sheet = useTeamFlows((state) => state.sheet);\n const closeUserSheet = useTeamFlows((state) => state.closeUserSheet);\n const [lastSheet, setLastSheet] = useState<UserSheetState>(sheet);\n\n useEffect(() => {\n if (sheet) setLastSheet(sheet);\n }, [sheet]);\n\n if (!lastSheet) return null;\n\n return (\n <UserSheetContent\n key={lastSheet.mode === 'edit' ? `edit-${lastSheet.user.id}` : 'add'}\n open={!!sheet}\n mode={lastSheet.mode}\n initialData={lastSheet.mode === 'edit' ? lastSheet.user : undefined}\n onClose={closeUserSheet}\n />\n );\n}\n"],"mappings":"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","names":[]}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { IconMail, IconMessageCircle } from "@tabler/icons-react";
|
|
4
|
+
import { useTranslations } from "next-intl";
|
|
5
|
+
import { useFormContext, useWatch } from "react-hook-form";
|
|
6
|
+
import { Switch } from "../../../../ui/form/Switch";
|
|
7
|
+
import { NOTIFICATION_TYPES } from "../../../constants";
|
|
8
|
+
import { cn } from "../../../../../infra/utils/clsx";
|
|
9
|
+
const rowBaseClass = "flex items-center gap-4 p-4 border border-zinc-200 rounded-lg text-left";
|
|
10
|
+
function NotificationsStep({ readOnly = false, className }) {
|
|
11
|
+
const translate = useTranslations();
|
|
12
|
+
const { setValue, control } = useFormContext();
|
|
13
|
+
const receiveSms = useWatch({ control, name: "receiveSms" });
|
|
14
|
+
const receiveEmail = useWatch({ control, name: "receiveEmail" });
|
|
15
|
+
return /* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-6 px-5 py-6 flex-1", className), children: [
|
|
16
|
+
/* @__PURE__ */ jsx("span", { className: "text-zinc-950 paragraph-medium-semibold", children: translate("common.account.workspace.team.notificationsStep.sectionTitle") }),
|
|
17
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-3", children: [
|
|
18
|
+
/* @__PURE__ */ jsxs(
|
|
19
|
+
"div",
|
|
20
|
+
{
|
|
21
|
+
...readOnly ? {} : {
|
|
22
|
+
role: "button",
|
|
23
|
+
tabIndex: 0,
|
|
24
|
+
onClick: () => setValue("receiveSms", !receiveSms, { shouldDirty: true })
|
|
25
|
+
},
|
|
26
|
+
className: cn(rowBaseClass, !readOnly && "cursor-pointer"),
|
|
27
|
+
children: [
|
|
28
|
+
/* @__PURE__ */ jsx("div", { className: "size-10 rounded-lg bg-zinc-50 flex items-center justify-center shrink-0", children: /* @__PURE__ */ jsx(IconMessageCircle, { size: 20, className: "text-zinc-600" }) }),
|
|
29
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-1 flex-1 min-w-0", children: [
|
|
30
|
+
/* @__PURE__ */ jsx("span", { className: "paragraph-small-semibold text-zinc-950", children: translate("common.account.workspace.team.notificationsStep.smsTitle") }),
|
|
31
|
+
/* @__PURE__ */ jsx("span", { className: "paragraph-small-regular text-zinc-500", children: translate("common.account.workspace.team.notificationsStep.smsDescription") })
|
|
32
|
+
] }),
|
|
33
|
+
/* @__PURE__ */ jsx("div", { onClick: (event) => event.stopPropagation(), children: /* @__PURE__ */ jsx(
|
|
34
|
+
Switch,
|
|
35
|
+
{
|
|
36
|
+
checked: receiveSms,
|
|
37
|
+
disabled: readOnly,
|
|
38
|
+
onCheckedChange: (checked) => setValue("receiveSms", checked, { shouldDirty: true })
|
|
39
|
+
}
|
|
40
|
+
) })
|
|
41
|
+
]
|
|
42
|
+
}
|
|
43
|
+
),
|
|
44
|
+
/* @__PURE__ */ jsxs(
|
|
45
|
+
"div",
|
|
46
|
+
{
|
|
47
|
+
...readOnly ? {} : {
|
|
48
|
+
role: "button",
|
|
49
|
+
tabIndex: 0,
|
|
50
|
+
onClick: () => setValue("receiveEmail", !receiveEmail, { shouldDirty: true })
|
|
51
|
+
},
|
|
52
|
+
className: cn(rowBaseClass, !readOnly && "cursor-pointer"),
|
|
53
|
+
children: [
|
|
54
|
+
/* @__PURE__ */ jsx("div", { className: "size-10 rounded-lg bg-zinc-50 flex items-center justify-center shrink-0", children: /* @__PURE__ */ jsx(IconMail, { size: 20, className: "text-zinc-600" }) }),
|
|
55
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-1 flex-1 min-w-0", children: [
|
|
56
|
+
/* @__PURE__ */ jsx("span", { className: "paragraph-small-semibold text-zinc-950", children: translate("common.account.workspace.team.notificationsStep.emailTitle") }),
|
|
57
|
+
/* @__PURE__ */ jsx("span", { className: "paragraph-small-regular text-zinc-500", children: translate("common.account.workspace.team.notificationsStep.emailDescription") })
|
|
58
|
+
] }),
|
|
59
|
+
/* @__PURE__ */ jsx("div", { onClick: (event) => event.stopPropagation(), children: /* @__PURE__ */ jsx(
|
|
60
|
+
Switch,
|
|
61
|
+
{
|
|
62
|
+
checked: receiveEmail,
|
|
63
|
+
disabled: readOnly,
|
|
64
|
+
onCheckedChange: (checked) => setValue("receiveEmail", checked, { shouldDirty: true })
|
|
65
|
+
}
|
|
66
|
+
) })
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
)
|
|
70
|
+
] }),
|
|
71
|
+
/* @__PURE__ */ jsxs("div", { className: "bg-zinc-50 rounded-lg p-5 flex flex-col gap-4", children: [
|
|
72
|
+
/* @__PURE__ */ jsx("span", { className: "paragraph-small-semibold text-zinc-950", children: translate("common.account.workspace.team.notificationsStep.typesTitle") }),
|
|
73
|
+
/* @__PURE__ */ jsx("ul", { className: "list-disc pl-5 flex flex-col gap-0", children: NOTIFICATION_TYPES.map((type) => /* @__PURE__ */ jsx("li", { className: "paragraph-small-medium text-zinc-500", children: translate(type) }, type)) })
|
|
74
|
+
] })
|
|
75
|
+
] });
|
|
76
|
+
}
|
|
77
|
+
export {
|
|
78
|
+
NotificationsStep
|
|
79
|
+
};
|
|
80
|
+
//# sourceMappingURL=NotificationsStep.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../../src/components/account/sections/team/steps/NotificationsStep.tsx"],"sourcesContent":["'use client';\n\nimport { IconMail, IconMessageCircle } from '@tabler/icons-react';\nimport { useTranslations } from 'next-intl';\nimport { useFormContext, useWatch } from 'react-hook-form';\nimport { Switch } from '../../../../ui/form/Switch';\nimport { NOTIFICATION_TYPES } from '../../../constants';\nimport { cn } from '../../../../../infra/utils/clsx';\nimport type { UserFormData } from '../user-form.schema';\n\nconst rowBaseClass = 'flex items-center gap-4 p-4 border border-zinc-200 rounded-lg text-left';\n\ntype NotificationsStepProps = {\n readOnly?: boolean;\n /** Ajusta o espaçamento do passo ao container que o embute (sheet da equipe ou modal Minha conta). */\n className?: string;\n};\n\n/** Passo de notificações do sheet de usuário: preferências de SMS e e-mail. */\nexport function NotificationsStep({ readOnly = false, className }: NotificationsStepProps) {\n const translate = useTranslations();\n const { setValue, control } = useFormContext<UserFormData>();\n\n const receiveSms = useWatch({ control, name: 'receiveSms' });\n const receiveEmail = useWatch({ control, name: 'receiveEmail' });\n\n return (\n <div className={cn('flex flex-col gap-6 px-5 py-6 flex-1', className)}>\n <span className=\"text-zinc-950 paragraph-medium-semibold\">\n {translate('common.account.workspace.team.notificationsStep.sectionTitle')}\n </span>\n\n <div className=\"flex flex-col gap-3\">\n <div\n {...(readOnly\n ? {}\n : {\n role: 'button' as const,\n tabIndex: 0,\n onClick: () => setValue('receiveSms', !receiveSms, { shouldDirty: true }),\n })}\n className={cn(rowBaseClass, !readOnly && 'cursor-pointer')}\n >\n <div className=\"size-10 rounded-lg bg-zinc-50 flex items-center justify-center shrink-0\">\n <IconMessageCircle size={20} className=\"text-zinc-600\" />\n </div>\n <div className=\"flex flex-col gap-1 flex-1 min-w-0\">\n <span className=\"paragraph-small-semibold text-zinc-950\">\n {translate('common.account.workspace.team.notificationsStep.smsTitle')}\n </span>\n <span className=\"paragraph-small-regular text-zinc-500\">\n {translate('common.account.workspace.team.notificationsStep.smsDescription')}\n </span>\n </div>\n <div onClick={(event) => event.stopPropagation()}>\n <Switch\n checked={receiveSms}\n disabled={readOnly}\n onCheckedChange={(checked) => setValue('receiveSms', checked, { shouldDirty: true })}\n />\n </div>\n </div>\n\n <div\n {...(readOnly\n ? {}\n : {\n role: 'button' as const,\n tabIndex: 0,\n onClick: () => setValue('receiveEmail', !receiveEmail, { shouldDirty: true }),\n })}\n className={cn(rowBaseClass, !readOnly && 'cursor-pointer')}\n >\n <div className=\"size-10 rounded-lg bg-zinc-50 flex items-center justify-center shrink-0\">\n <IconMail size={20} className=\"text-zinc-600\" />\n </div>\n <div className=\"flex flex-col gap-1 flex-1 min-w-0\">\n <span className=\"paragraph-small-semibold text-zinc-950\">\n {translate('common.account.workspace.team.notificationsStep.emailTitle')}\n </span>\n <span className=\"paragraph-small-regular text-zinc-500\">\n {translate('common.account.workspace.team.notificationsStep.emailDescription')}\n </span>\n </div>\n <div onClick={(event) => event.stopPropagation()}>\n <Switch\n checked={receiveEmail}\n disabled={readOnly}\n onCheckedChange={(checked) => setValue('receiveEmail', checked, { shouldDirty: true })}\n />\n </div>\n </div>\n </div>\n\n <div className=\"bg-zinc-50 rounded-lg p-5 flex flex-col gap-4\">\n <span className=\"paragraph-small-semibold text-zinc-950\">\n {translate('common.account.workspace.team.notificationsStep.typesTitle')}\n </span>\n <ul className=\"list-disc pl-5 flex flex-col gap-0\">\n {NOTIFICATION_TYPES.map((type) => (\n <li key={type} className=\"paragraph-small-medium text-zinc-500\">\n {translate(type)}\n </li>\n ))}\n </ul>\n </div>\n </div>\n );\n}\n"],"mappings":";AA4BM,cAkBI,YAlBJ;AA1BN,SAAS,UAAU,yBAAyB;AAC5C,SAAS,uBAAuB;AAChC,SAAS,gBAAgB,gBAAgB;AACzC,SAAS,cAAc;AACvB,SAAS,0BAA0B;AACnC,SAAS,UAAU;AAGnB,MAAM,eAAe;AASd,SAAS,kBAAkB,EAAE,WAAW,OAAO,UAAU,GAA2B;AACzF,QAAM,YAAY,gBAAgB;AAClC,QAAM,EAAE,UAAU,QAAQ,IAAI,eAA6B;AAE3D,QAAM,aAAa,SAAS,EAAE,SAAS,MAAM,aAAa,CAAC;AAC3D,QAAM,eAAe,SAAS,EAAE,SAAS,MAAM,eAAe,CAAC;AAE/D,SACE,qBAAC,SAAI,WAAW,GAAG,wCAAwC,SAAS,GAClE;AAAA,wBAAC,UAAK,WAAU,2CACb,oBAAU,8DAA8D,GAC3E;AAAA,IAEA,qBAAC,SAAI,WAAU,uBACb;AAAA;AAAA,QAAC;AAAA;AAAA,UACE,GAAI,WACD,CAAC,IACD;AAAA,YACE,MAAM;AAAA,YACN,UAAU;AAAA,YACV,SAAS,MAAM,SAAS,cAAc,CAAC,YAAY,EAAE,aAAa,KAAK,CAAC;AAAA,UAC1E;AAAA,UACJ,WAAW,GAAG,cAAc,CAAC,YAAY,gBAAgB;AAAA,UAEzD;AAAA,gCAAC,SAAI,WAAU,2EACb,8BAAC,qBAAkB,MAAM,IAAI,WAAU,iBAAgB,GACzD;AAAA,YACA,qBAAC,SAAI,WAAU,sCACb;AAAA,kCAAC,UAAK,WAAU,0CACb,oBAAU,0DAA0D,GACvE;AAAA,cACA,oBAAC,UAAK,WAAU,yCACb,oBAAU,gEAAgE,GAC7E;AAAA,eACF;AAAA,YACA,oBAAC,SAAI,SAAS,CAAC,UAAU,MAAM,gBAAgB,GAC7C;AAAA,cAAC;AAAA;AAAA,gBACC,SAAS;AAAA,gBACT,UAAU;AAAA,gBACV,iBAAiB,CAAC,YAAY,SAAS,cAAc,SAAS,EAAE,aAAa,KAAK,CAAC;AAAA;AAAA,YACrF,GACF;AAAA;AAAA;AAAA,MACF;AAAA,MAEA;AAAA,QAAC;AAAA;AAAA,UACE,GAAI,WACD,CAAC,IACD;AAAA,YACE,MAAM;AAAA,YACN,UAAU;AAAA,YACV,SAAS,MAAM,SAAS,gBAAgB,CAAC,cAAc,EAAE,aAAa,KAAK,CAAC;AAAA,UAC9E;AAAA,UACJ,WAAW,GAAG,cAAc,CAAC,YAAY,gBAAgB;AAAA,UAEzD;AAAA,gCAAC,SAAI,WAAU,2EACb,8BAAC,YAAS,MAAM,IAAI,WAAU,iBAAgB,GAChD;AAAA,YACA,qBAAC,SAAI,WAAU,sCACb;AAAA,kCAAC,UAAK,WAAU,0CACb,oBAAU,4DAA4D,GACzE;AAAA,cACA,oBAAC,UAAK,WAAU,yCACb,oBAAU,kEAAkE,GAC/E;AAAA,eACF;AAAA,YACA,oBAAC,SAAI,SAAS,CAAC,UAAU,MAAM,gBAAgB,GAC7C;AAAA,cAAC;AAAA;AAAA,gBACC,SAAS;AAAA,gBACT,UAAU;AAAA,gBACV,iBAAiB,CAAC,YAAY,SAAS,gBAAgB,SAAS,EAAE,aAAa,KAAK,CAAC;AAAA;AAAA,YACvF,GACF;AAAA;AAAA;AAAA,MACF;AAAA,OACF;AAAA,IAEA,qBAAC,SAAI,WAAU,iDACb;AAAA,0BAAC,UAAK,WAAU,0CACb,oBAAU,4DAA4D,GACzE;AAAA,MACA,oBAAC,QAAG,WAAU,sCACX,6BAAmB,IAAI,CAAC,SACvB,oBAAC,QAAc,WAAU,wCACtB,oBAAU,IAAI,KADR,IAET,CACD,GACH;AAAA,OACF;AAAA,KACF;AAEJ;","names":[]}
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { useRef, useState } from "react";
|
|
4
|
+
import { IconChevronDown, IconChevronUp, IconSearch } from "@tabler/icons-react";
|
|
5
|
+
import { useTranslations } from "next-intl";
|
|
6
|
+
import { useFormContext, useWatch } from "react-hook-form";
|
|
7
|
+
import { toast } from "sonner";
|
|
8
|
+
import { Button } from "../../../../ui/buttons/Button";
|
|
9
|
+
import { Toast } from "../../../../ui/feedback/Toast";
|
|
10
|
+
import { FormField } from "../../../../ui/form/FormField";
|
|
11
|
+
import { useDebounce } from "../../../../../hooks/useDebounce";
|
|
12
|
+
import { useInfiniteProjects } from "../../../../../modules/projects/hooks/list-infinite-projects.hook";
|
|
13
|
+
import { cn } from "../../../../../infra/utils/clsx";
|
|
14
|
+
import { UserProfile } from "../../../../../modules/users/schema";
|
|
15
|
+
import { ConnectListRow } from "../../shared/ConnectListRow";
|
|
16
|
+
import { InfiniteScrollList } from "../../shared/InfiniteScrollList";
|
|
17
|
+
function ProjectSelectionStep({ mode, readOnly = false, className }) {
|
|
18
|
+
const translate = useTranslations();
|
|
19
|
+
const [showProjectSearch, setShowProjectSearch] = useState(false);
|
|
20
|
+
const [searchQuery, setSearchQuery] = useState("");
|
|
21
|
+
const debouncedSearch = useDebounce(searchQuery, 400);
|
|
22
|
+
const projectsListRef = useRef(null);
|
|
23
|
+
const { data, fetchNextPage, hasNextPage, isFetchingNextPage, isFetching } = useInfiniteProjects({
|
|
24
|
+
limit: 5e3
|
|
25
|
+
});
|
|
26
|
+
const { setValue, getValues, control, formState } = useFormContext();
|
|
27
|
+
const selectedProjects = useWatch({ control, name: "selectedProjects" });
|
|
28
|
+
const profile = useWatch({ control, name: "profile" });
|
|
29
|
+
const hasFullProjectAccess = profile === UserProfile.admin || profile === UserProfile.owner;
|
|
30
|
+
const isSubmitting = formState.isSubmitting;
|
|
31
|
+
const liveProjects = data?.pages.flatMap((page) => page.data) ?? [];
|
|
32
|
+
const frozenProjectsRef = useRef(liveProjects);
|
|
33
|
+
if (!isSubmitting) frozenProjectsRef.current = liveProjects;
|
|
34
|
+
const allProjects = isSubmitting ? frozenProjectsRef.current : liveProjects;
|
|
35
|
+
const showFetchingState = isFetching && !isSubmitting;
|
|
36
|
+
const [addedProjectOrder, setAddedProjectOrder] = useState([]);
|
|
37
|
+
const connected = allProjects.filter(
|
|
38
|
+
(project) => hasFullProjectAccess || selectedProjects[project.id.toString()]
|
|
39
|
+
);
|
|
40
|
+
const addedSet = new Set(addedProjectOrder);
|
|
41
|
+
const original = connected.filter((project) => !addedSet.has(project.id));
|
|
42
|
+
const added = addedProjectOrder.filter((id) => connected.some((project) => project.id === id)).map((id) => connected.find((project) => project.id === id));
|
|
43
|
+
const connectedProjects = [...original, ...added];
|
|
44
|
+
const searchTerm = debouncedSearch.trim().toLowerCase();
|
|
45
|
+
const availableProjects = allProjects.filter(
|
|
46
|
+
(project) => !hasFullProjectAccess && !selectedProjects[project.id.toString()] && (!searchTerm || project.title.toLowerCase().includes(searchTerm))
|
|
47
|
+
);
|
|
48
|
+
const handleAddProject = (id) => {
|
|
49
|
+
setAddedProjectOrder((previous) => [...previous, id]);
|
|
50
|
+
setValue("selectedProjects", { ...getValues("selectedProjects"), [id]: true }, { shouldDirty: true });
|
|
51
|
+
setTimeout(() => {
|
|
52
|
+
projectsListRef.current?.scrollTo({ top: projectsListRef.current.scrollHeight, behavior: "smooth" });
|
|
53
|
+
}, 50);
|
|
54
|
+
};
|
|
55
|
+
const handleRemoveProject = (id) => {
|
|
56
|
+
const currentProjects = getValues("selectedProjects");
|
|
57
|
+
if (mode === "edit" && !hasFullProjectAccess) {
|
|
58
|
+
const currentSelectedCount = Object.values(currentProjects).filter(Boolean).length;
|
|
59
|
+
if (currentSelectedCount <= 1) {
|
|
60
|
+
toast.custom(
|
|
61
|
+
(toastId) => /* @__PURE__ */ jsx(
|
|
62
|
+
Toast,
|
|
63
|
+
{
|
|
64
|
+
toastId,
|
|
65
|
+
variant: "error",
|
|
66
|
+
message: translate("common.account.workspace.team.projectsStep.minimumOneProject")
|
|
67
|
+
}
|
|
68
|
+
),
|
|
69
|
+
{ duration: 5e3 }
|
|
70
|
+
);
|
|
71
|
+
return;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
setAddedProjectOrder((previous) => previous.filter((projectId) => projectId !== id));
|
|
75
|
+
setValue("selectedProjects", { ...currentProjects, [id]: false }, { shouldDirty: true });
|
|
76
|
+
};
|
|
77
|
+
return /* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-6 px-5 py-6 flex-1", className), children: [
|
|
78
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-1", children: [
|
|
79
|
+
/* @__PURE__ */ jsx("span", { className: "text-zinc-950 paragraph-medium-semibold", children: translate("common.account.workspace.team.projectsStep.sectionTitle") }),
|
|
80
|
+
/* @__PURE__ */ jsx("span", { className: "text-zinc-600 paragraph-small-regular", children: hasFullProjectAccess ? translate("common.account.workspace.team.projectsStep.descriptionAdmin") : readOnly ? translate("common.account.workspace.team.projectsStep.descriptionReadOnly") : translate("common.account.workspace.team.projectsStep.descriptionDefault") })
|
|
81
|
+
] }),
|
|
82
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-3", children: [
|
|
83
|
+
showFetchingState && allProjects.length === 0 ? /* @__PURE__ */ jsx("div", { className: "flex flex-col border border-zinc-200 rounded-lg overflow-hidden", children: Array.from({ length: 5 }).map((_, index) => /* @__PURE__ */ jsxs(
|
|
84
|
+
"div",
|
|
85
|
+
{
|
|
86
|
+
className: `px-4 py-4 flex items-center gap-4 min-h-18 ${index < 4 ? "border-b border-zinc-200" : ""}`,
|
|
87
|
+
children: [
|
|
88
|
+
/* @__PURE__ */ jsx("div", { className: "size-8 rounded-full bg-zinc-200 animate-pulse shrink-0" }),
|
|
89
|
+
/* @__PURE__ */ jsx("div", { className: "h-4 w-32 bg-zinc-200 rounded animate-pulse" })
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
index
|
|
93
|
+
)) }) : connectedProjects.length > 0 ? /* @__PURE__ */ jsx(
|
|
94
|
+
"div",
|
|
95
|
+
{
|
|
96
|
+
ref: projectsListRef,
|
|
97
|
+
className: "flex flex-col border border-zinc-200 rounded-lg overflow-hidden max-h-[330px] overflow-y-auto [scrollbar-width:auto] [&::-webkit-scrollbar]:w-1.5 [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-zinc-300 [&>div]:min-h-18",
|
|
98
|
+
children: connectedProjects.map((project, index) => /* @__PURE__ */ jsx(
|
|
99
|
+
ConnectListRow,
|
|
100
|
+
{
|
|
101
|
+
name: project.title,
|
|
102
|
+
photo: project.photo,
|
|
103
|
+
variant: "selected",
|
|
104
|
+
hideBorder: index === connectedProjects.length - 1,
|
|
105
|
+
onAction: () => handleRemoveProject(project.id),
|
|
106
|
+
showAction: !readOnly && !hasFullProjectAccess && connectedProjects.length > 1
|
|
107
|
+
},
|
|
108
|
+
project.id
|
|
109
|
+
))
|
|
110
|
+
}
|
|
111
|
+
) : null,
|
|
112
|
+
!readOnly && !hasFullProjectAccess && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
113
|
+
/* @__PURE__ */ jsx("div", { className: "flex justify-center", children: /* @__PURE__ */ jsxs(
|
|
114
|
+
Button,
|
|
115
|
+
{
|
|
116
|
+
variant: "ghost",
|
|
117
|
+
className: "h-10! text-zinc-600",
|
|
118
|
+
type: "button",
|
|
119
|
+
onClick: () => setShowProjectSearch((previous) => !previous),
|
|
120
|
+
children: [
|
|
121
|
+
translate("common.account.workspace.team.projectsStep.connectAnotherProject"),
|
|
122
|
+
showProjectSearch ? /* @__PURE__ */ jsx(IconChevronUp, { size: 20 }) : /* @__PURE__ */ jsx(IconChevronDown, { size: 20 })
|
|
123
|
+
]
|
|
124
|
+
}
|
|
125
|
+
) }),
|
|
126
|
+
showProjectSearch && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
127
|
+
/* @__PURE__ */ jsx(
|
|
128
|
+
FormField,
|
|
129
|
+
{
|
|
130
|
+
placeholder: translate("common.account.workspace.team.projectsStep.searchProject"),
|
|
131
|
+
leftIcon: IconSearch,
|
|
132
|
+
classnameContainer: "h-10!",
|
|
133
|
+
value: searchQuery,
|
|
134
|
+
onChange: (event) => setSearchQuery(event.target.value),
|
|
135
|
+
onKeyDown: (event) => event.key === "Enter" && event.preventDefault()
|
|
136
|
+
}
|
|
137
|
+
),
|
|
138
|
+
/* @__PURE__ */ jsxs(
|
|
139
|
+
InfiniteScrollList,
|
|
140
|
+
{
|
|
141
|
+
className: "flex flex-col border border-zinc-200 rounded-lg overflow-y-auto max-h-65 w-full [scrollbar-width:auto] [&::-webkit-scrollbar]:w-1.5 [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-zinc-300",
|
|
142
|
+
hasMore: !!hasNextPage && !isSubmitting,
|
|
143
|
+
isLoadingMore: isFetchingNextPage,
|
|
144
|
+
onLoadMore: () => fetchNextPage(),
|
|
145
|
+
children: [
|
|
146
|
+
availableProjects.length === 0 && !showFetchingState ? /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center py-8 text-zinc-400 paragraph-small-regular", children: searchTerm ? translate("common.account.workspace.team.projectsStep.noProjectFound") : translate("common.account.workspace.team.projectsStep.allProjectsAdded") }) : availableProjects.map((project, index) => /* @__PURE__ */ jsx(
|
|
147
|
+
ConnectListRow,
|
|
148
|
+
{
|
|
149
|
+
name: project.title,
|
|
150
|
+
photo: project.photo,
|
|
151
|
+
variant: "default",
|
|
152
|
+
hideBorder: index === availableProjects.length - 1,
|
|
153
|
+
onAction: () => handleAddProject(project.id)
|
|
154
|
+
},
|
|
155
|
+
project.id
|
|
156
|
+
)),
|
|
157
|
+
showFetchingState && Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ jsxs(
|
|
158
|
+
"div",
|
|
159
|
+
{
|
|
160
|
+
className: `px-4 py-4 flex items-center justify-between w-full gap-4 ${index < 2 ? "border-b border-zinc-200" : ""}`,
|
|
161
|
+
children: [
|
|
162
|
+
/* @__PURE__ */ jsx("div", { className: "size-8 rounded-full bg-zinc-200 animate-pulse shrink-0" }),
|
|
163
|
+
/* @__PURE__ */ jsx("div", { className: "flex items-center gap-2 flex-1 min-w-0", children: /* @__PURE__ */ jsx("div", { className: "h-4 w-24 bg-zinc-200 rounded animate-pulse" }) }),
|
|
164
|
+
/* @__PURE__ */ jsx("div", { className: "h-10 w-25 bg-zinc-100 rounded-lg animate-pulse shrink-0" })
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
index
|
|
168
|
+
))
|
|
169
|
+
]
|
|
170
|
+
}
|
|
171
|
+
)
|
|
172
|
+
] })
|
|
173
|
+
] })
|
|
174
|
+
] })
|
|
175
|
+
] });
|
|
176
|
+
}
|
|
177
|
+
export {
|
|
178
|
+
ProjectSelectionStep
|
|
179
|
+
};
|
|
180
|
+
//# sourceMappingURL=ProjectSelectionStep.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../../src/components/account/sections/team/steps/ProjectSelectionStep.tsx"],"sourcesContent":["'use client';\n\nimport { useRef, useState } from 'react';\nimport { IconChevronDown, IconChevronUp, IconSearch } from '@tabler/icons-react';\nimport { useTranslations } from 'next-intl';\nimport { useFormContext, useWatch } from 'react-hook-form';\nimport { toast } from 'sonner';\nimport { Button } from '../../../../ui/buttons/Button';\nimport { Toast } from '../../../../ui/feedback/Toast';\nimport { FormField } from '../../../../ui/form/FormField';\nimport { useDebounce } from '../../../../../hooks/useDebounce';\nimport { useInfiniteProjects } from '../../../../../modules/projects/hooks/list-infinite-projects.hook';\nimport { cn } from '../../../../../infra/utils/clsx';\nimport { UserProfile } from '../../../../../modules/users/schema';\nimport { ConnectListRow } from '../../shared/ConnectListRow';\nimport { InfiniteScrollList } from '../../shared/InfiniteScrollList';\nimport type { UserFormData } from '../user-form.schema';\n\ntype ProjectSelectionStepProps = {\n mode: 'add' | 'edit';\n readOnly?: boolean;\n /** Ajusta o espaçamento do passo ao container que o embute (sheet da equipe ou modal Minha conta). */\n className?: string;\n};\n\n/** Passo de projetos do sheet de usuário: conecta e desconecta o usuário dos projetos da conta. */\nexport function ProjectSelectionStep({ mode, readOnly = false, className }: ProjectSelectionStepProps) {\n const translate = useTranslations();\n const [showProjectSearch, setShowProjectSearch] = useState(false);\n const [searchQuery, setSearchQuery] = useState('');\n const debouncedSearch = useDebounce(searchQuery, 400);\n const projectsListRef = useRef<HTMLDivElement>(null);\n\n const { data, fetchNextPage, hasNextPage, isFetchingNextPage, isFetching } = useInfiniteProjects({\n limit: 5000,\n });\n const { setValue, getValues, control, formState } = useFormContext<UserFormData>();\n const selectedProjects = useWatch({ control, name: 'selectedProjects' });\n const profile = useWatch({ control, name: 'profile' });\n const hasFullProjectAccess = profile === UserProfile.admin || profile === UserProfile.owner;\n const isSubmitting = formState.isSubmitting;\n\n const liveProjects = data?.pages.flatMap((page) => page.data) ?? [];\n // Durante o envio a lista é congelada: invalidações não podem tirar itens da tela no meio do submit.\n const frozenProjectsRef = useRef(liveProjects);\n if (!isSubmitting) frozenProjectsRef.current = liveProjects;\n const allProjects = isSubmitting ? frozenProjectsRef.current : liveProjects;\n const showFetchingState = isFetching && !isSubmitting;\n\n const [addedProjectOrder, setAddedProjectOrder] = useState<number[]>([]);\n\n const connected = allProjects.filter(\n (project) => hasFullProjectAccess || selectedProjects[project.id.toString()]\n );\n const addedSet = new Set(addedProjectOrder);\n const original = connected.filter((project) => !addedSet.has(project.id));\n const added = addedProjectOrder\n .filter((id) => connected.some((project) => project.id === id))\n .map((id) => connected.find((project) => project.id === id)!);\n const connectedProjects = [...original, ...added];\n\n const searchTerm = debouncedSearch.trim().toLowerCase();\n const availableProjects = allProjects.filter(\n (project) =>\n !hasFullProjectAccess &&\n !selectedProjects[project.id.toString()] &&\n (!searchTerm || project.title.toLowerCase().includes(searchTerm))\n );\n\n const handleAddProject = (id: number) => {\n setAddedProjectOrder((previous) => [...previous, id]);\n setValue('selectedProjects', { ...getValues('selectedProjects'), [id]: true }, { shouldDirty: true });\n\n setTimeout(() => {\n projectsListRef.current?.scrollTo({ top: projectsListRef.current.scrollHeight, behavior: 'smooth' });\n }, 50);\n };\n\n const handleRemoveProject = (id: number) => {\n const currentProjects = getValues('selectedProjects');\n\n if (mode === 'edit' && !hasFullProjectAccess) {\n const currentSelectedCount = Object.values(currentProjects).filter(Boolean).length;\n if (currentSelectedCount <= 1) {\n toast.custom(\n (toastId) => (\n <Toast\n toastId={toastId}\n variant=\"error\"\n message={translate('common.account.workspace.team.projectsStep.minimumOneProject')}\n />\n ),\n { duration: 5000 }\n );\n return;\n }\n }\n\n setAddedProjectOrder((previous) => previous.filter((projectId) => projectId !== id));\n setValue('selectedProjects', { ...currentProjects, [id]: false }, { shouldDirty: true });\n };\n\n return (\n <div className={cn('flex flex-col gap-6 px-5 py-6 flex-1', className)}>\n <div className=\"flex flex-col gap-1\">\n <span className=\"text-zinc-950 paragraph-medium-semibold\">\n {translate('common.account.workspace.team.projectsStep.sectionTitle')}\n </span>\n <span className=\"text-zinc-600 paragraph-small-regular\">\n {hasFullProjectAccess\n ? translate('common.account.workspace.team.projectsStep.descriptionAdmin')\n : readOnly\n ? translate('common.account.workspace.team.projectsStep.descriptionReadOnly')\n : translate('common.account.workspace.team.projectsStep.descriptionDefault')}\n </span>\n </div>\n\n <div className=\"flex flex-col gap-3\">\n {showFetchingState && allProjects.length === 0 ? (\n <div className=\"flex flex-col border border-zinc-200 rounded-lg overflow-hidden\">\n {Array.from({ length: 5 }).map((_, index) => (\n <div\n key={index}\n className={`px-4 py-4 flex items-center gap-4 min-h-18 ${index < 4 ? 'border-b border-zinc-200' : ''}`}\n >\n <div className=\"size-8 rounded-full bg-zinc-200 animate-pulse shrink-0\" />\n <div className=\"h-4 w-32 bg-zinc-200 rounded animate-pulse\" />\n </div>\n ))}\n </div>\n ) : connectedProjects.length > 0 ? (\n <div\n ref={projectsListRef}\n className=\"flex flex-col border border-zinc-200 rounded-lg overflow-hidden max-h-[330px] overflow-y-auto [scrollbar-width:auto] [&::-webkit-scrollbar]:w-1.5 [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-zinc-300 [&>div]:min-h-18\"\n >\n {connectedProjects.map((project, index) => (\n <ConnectListRow\n key={project.id}\n name={project.title}\n photo={project.photo}\n variant=\"selected\"\n hideBorder={index === connectedProjects.length - 1}\n onAction={() => handleRemoveProject(project.id)}\n showAction={!readOnly && !hasFullProjectAccess && connectedProjects.length > 1}\n />\n ))}\n </div>\n ) : null}\n\n {!readOnly && !hasFullProjectAccess && (\n <>\n <div className=\"flex justify-center\">\n <Button\n variant=\"ghost\"\n className=\"h-10! text-zinc-600\"\n type=\"button\"\n onClick={() => setShowProjectSearch((previous) => !previous)}\n >\n {translate('common.account.workspace.team.projectsStep.connectAnotherProject')}\n {showProjectSearch ? <IconChevronUp size={20} /> : <IconChevronDown size={20} />}\n </Button>\n </div>\n\n {showProjectSearch && (\n <>\n <FormField\n placeholder={translate('common.account.workspace.team.projectsStep.searchProject')}\n leftIcon={IconSearch}\n classnameContainer=\"h-10!\"\n value={searchQuery}\n onChange={(event) => setSearchQuery(event.target.value)}\n onKeyDown={(event) => event.key === 'Enter' && event.preventDefault()}\n />\n <InfiniteScrollList\n className=\"flex flex-col border border-zinc-200 rounded-lg overflow-y-auto max-h-65 w-full [scrollbar-width:auto] [&::-webkit-scrollbar]:w-1.5 [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-zinc-300\"\n hasMore={!!hasNextPage && !isSubmitting}\n isLoadingMore={isFetchingNextPage}\n onLoadMore={() => fetchNextPage()}\n >\n {availableProjects.length === 0 && !showFetchingState ? (\n <div className=\"flex items-center justify-center py-8 text-zinc-400 paragraph-small-regular\">\n {searchTerm\n ? translate('common.account.workspace.team.projectsStep.noProjectFound')\n : translate('common.account.workspace.team.projectsStep.allProjectsAdded')}\n </div>\n ) : (\n availableProjects.map((project, index) => (\n <ConnectListRow\n key={project.id}\n name={project.title}\n photo={project.photo}\n variant=\"default\"\n hideBorder={index === availableProjects.length - 1}\n onAction={() => handleAddProject(project.id)}\n />\n ))\n )}\n {showFetchingState &&\n Array.from({ length: 3 }).map((_, index) => (\n <div\n key={index}\n className={`px-4 py-4 flex items-center justify-between w-full gap-4 ${index < 2 ? 'border-b border-zinc-200' : ''}`}\n >\n <div className=\"size-8 rounded-full bg-zinc-200 animate-pulse shrink-0\" />\n <div className=\"flex items-center gap-2 flex-1 min-w-0\">\n <div className=\"h-4 w-24 bg-zinc-200 rounded animate-pulse\" />\n </div>\n <div className=\"h-10 w-25 bg-zinc-100 rounded-lg animate-pulse shrink-0\" />\n </div>\n ))}\n </InfiniteScrollList>\n </>\n )}\n </>\n )}\n </div>\n </div>\n );\n}\n"],"mappings":"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","names":[]}
|