sidekick-client 0.1.0
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/README.md +129 -0
- package/dist/index.cjs.js +2 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.css +1 -0
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/temp.js.map +1 -0
- package/dist/types/App.d.ts +9 -0
- package/dist/types/App.d.ts.map +1 -0
- package/dist/types/app/Routes.d.ts +8 -0
- package/dist/types/app/Routes.d.ts.map +1 -0
- package/dist/types/app/UserAccount.d.ts +7 -0
- package/dist/types/app/UserAccount.d.ts.map +1 -0
- package/dist/types/app/index.d.ts +2 -0
- package/dist/types/app/index.d.ts.map +1 -0
- package/dist/types/app/routes/Dashboard/Dashboard.d.ts +2 -0
- package/dist/types/app/routes/Dashboard/Dashboard.d.ts.map +1 -0
- package/dist/types/app/routes/Dashboard/components/AppBreadcrumb.d.ts +3 -0
- package/dist/types/app/routes/Dashboard/components/AppBreadcrumb.d.ts.map +1 -0
- package/dist/types/app/routes/Dashboard/components/Settings/Components/ThemeCmb.d.ts +3 -0
- package/dist/types/app/routes/Dashboard/components/Settings/Components/ThemeCmb.d.ts.map +1 -0
- package/dist/types/app/routes/Dashboard/components/Settings/GeneralSettingsPg.d.ts +3 -0
- package/dist/types/app/routes/Dashboard/components/Settings/GeneralSettingsPg.d.ts.map +1 -0
- package/dist/types/app/routes/NotFound.d.ts +5 -0
- package/dist/types/app/routes/NotFound.d.ts.map +1 -0
- package/dist/types/app/routes/OrgSetup/CreateOrg.d.ts +3 -0
- package/dist/types/app/routes/OrgSetup/CreateOrg.d.ts.map +1 -0
- package/dist/types/app/routes/OrgSetup/JoinOrg.d.ts +3 -0
- package/dist/types/app/routes/OrgSetup/JoinOrg.d.ts.map +1 -0
- package/dist/types/app/routes/OrgSetup/ManageOrgs.d.ts +3 -0
- package/dist/types/app/routes/OrgSetup/ManageOrgs.d.ts.map +1 -0
- package/dist/types/app/routes/OrgSetup/OrgSetup.d.ts +3 -0
- package/dist/types/app/routes/OrgSetup/OrgSetup.d.ts.map +1 -0
- package/dist/types/app/routes/OrgSetup/components/IncludedUsers.d.ts +9 -0
- package/dist/types/app/routes/OrgSetup/components/IncludedUsers.d.ts.map +1 -0
- package/dist/types/app/routes/OrgSetup/components/OrgRootLayout.d.ts +3 -0
- package/dist/types/app/routes/OrgSetup/components/OrgRootLayout.d.ts.map +1 -0
- package/dist/types/app/routes/OrgSetup/components/RolesCmb.d.ts +8 -0
- package/dist/types/app/routes/OrgSetup/components/RolesCmb.d.ts.map +1 -0
- package/dist/types/app/routes/OrgSetup/hooks/useOrgHelper.d.ts +8 -0
- package/dist/types/app/routes/OrgSetup/hooks/useOrgHelper.d.ts.map +1 -0
- package/dist/types/app/routes/Subscriptions/Checkout.d.ts +3 -0
- package/dist/types/app/routes/Subscriptions/Checkout.d.ts.map +1 -0
- package/dist/types/app/routes/Subscriptions/PaymentHistory.d.ts +3 -0
- package/dist/types/app/routes/Subscriptions/PaymentHistory.d.ts.map +1 -0
- package/dist/types/app/routes/Subscriptions/PricingPg.d.ts +2 -0
- package/dist/types/app/routes/Subscriptions/PricingPg.d.ts.map +1 -0
- package/dist/types/app/routes/Subscriptions/SubscriptionMgmt.d.ts +3 -0
- package/dist/types/app/routes/Subscriptions/SubscriptionMgmt.d.ts.map +1 -0
- package/dist/types/app/routes/Subscriptions/components/AddMoreUsersDialog.d.ts +8 -0
- package/dist/types/app/routes/Subscriptions/components/AddMoreUsersDialog.d.ts.map +1 -0
- package/dist/types/app/routes/Subscriptions/components/PremiumIcon.d.ts +7 -0
- package/dist/types/app/routes/Subscriptions/components/PremiumIcon.d.ts.map +1 -0
- package/dist/types/app/routes/Subscriptions/components/UpcomingPlans.d.ts +12 -0
- package/dist/types/app/routes/Subscriptions/components/UpcomingPlans.d.ts.map +1 -0
- package/dist/types/app/routes/Subscriptions/components/UpgradeToPro.d.ts +3 -0
- package/dist/types/app/routes/Subscriptions/components/UpgradeToPro.d.ts.map +1 -0
- package/dist/types/app/routes/Subscriptions/hooks/usePurchasedPlans.d.ts +7 -0
- package/dist/types/app/routes/Subscriptions/hooks/usePurchasedPlans.d.ts.map +1 -0
- package/dist/types/app/routes/Subscriptions/utils/subscription-utils.d.ts +6 -0
- package/dist/types/app/routes/Subscriptions/utils/subscription-utils.d.ts.map +1 -0
- package/dist/types/app/routes/auth/ForgotPasswordForm.d.ts +2 -0
- package/dist/types/app/routes/auth/ForgotPasswordForm.d.ts.map +1 -0
- package/dist/types/app/routes/auth/LoginForm.d.ts +2 -0
- package/dist/types/app/routes/auth/LoginForm.d.ts.map +1 -0
- package/dist/types/app/routes/auth/RegistrationForm.d.ts +2 -0
- package/dist/types/app/routes/auth/RegistrationForm.d.ts.map +1 -0
- package/dist/types/app/routes/auth/components/Auth.d.ts +2 -0
- package/dist/types/app/routes/auth/components/Auth.d.ts.map +1 -0
- package/dist/types/app/routes/auth/components/InputOTPField.d.ts +11 -0
- package/dist/types/app/routes/auth/components/InputOTPField.d.ts.map +1 -0
- package/dist/types/app/routes/auth/components/PasswordPolicyIBtn.d.ts +3 -0
- package/dist/types/app/routes/auth/components/PasswordPolicyIBtn.d.ts.map +1 -0
- package/dist/types/app/routes/auth/components/SendOTP.d.ts +13 -0
- package/dist/types/app/routes/auth/components/SendOTP.d.ts.map +1 -0
- package/dist/types/app/routes/auth/utils/auth-lib.d.ts +5 -0
- package/dist/types/app/routes/auth/utils/auth-lib.d.ts.map +1 -0
- package/dist/types/app/routes/components/RequireAuth.d.ts +7 -0
- package/dist/types/app/routes/components/RequireAuth.d.ts.map +1 -0
- package/dist/types/components/billingsdk/cancel-subscription-dialog.d.ts +23 -0
- package/dist/types/components/billingsdk/cancel-subscription-dialog.d.ts.map +1 -0
- package/dist/types/components/billingsdk/invoice-history.d.ts +19 -0
- package/dist/types/components/billingsdk/invoice-history.d.ts.map +1 -0
- package/dist/types/components/billingsdk/payment-success-dialog.d.ts +20 -0
- package/dist/types/components/billingsdk/payment-success-dialog.d.ts.map +1 -0
- package/dist/types/components/billingsdk/pricing-table-four.d.ts +22 -0
- package/dist/types/components/billingsdk/pricing-table-four.d.ts.map +1 -0
- package/dist/types/components/billingsdk/subscription-management.d.ts +21 -0
- package/dist/types/components/billingsdk/subscription-management.d.ts.map +1 -0
- package/dist/types/components/billingsdk/update-plan-dialog.d.ts +11 -0
- package/dist/types/components/billingsdk/update-plan-dialog.d.ts.map +1 -0
- package/dist/types/components/custom/AccordionWrapper.d.ts +8 -0
- package/dist/types/components/custom/AccordionWrapper.d.ts.map +1 -0
- package/dist/types/components/custom/AlertDialog.d.ts +13 -0
- package/dist/types/components/custom/AlertDialog.d.ts.map +1 -0
- package/dist/types/components/custom/BigSquare.d.ts +9 -0
- package/dist/types/components/custom/BigSquare.d.ts.map +1 -0
- package/dist/types/components/custom/CopyTextField.d.ts +5 -0
- package/dist/types/components/custom/CopyTextField.d.ts.map +1 -0
- package/dist/types/components/custom/DataTable/DataTable.d.ts +29 -0
- package/dist/types/components/custom/DataTable/DataTable.d.ts.map +1 -0
- package/dist/types/components/custom/DataTable/DataTablePagination.d.ts +12 -0
- package/dist/types/components/custom/DataTable/DataTablePagination.d.ts.map +1 -0
- package/dist/types/components/custom/DataTable/DataTableToolbar.d.ts +22 -0
- package/dist/types/components/custom/DataTable/DataTableToolbar.d.ts.map +1 -0
- package/dist/types/components/custom/DataTable/InlineEditor.d.ts +9 -0
- package/dist/types/components/custom/DataTable/InlineEditor.d.ts.map +1 -0
- package/dist/types/components/custom/DialogWrapper.d.ts +13 -0
- package/dist/types/components/custom/DialogWrapper.d.ts.map +1 -0
- package/dist/types/components/custom/DropdownBtn.d.ts +15 -0
- package/dist/types/components/custom/DropdownBtn.d.ts.map +1 -0
- package/dist/types/components/custom/DropdownLbl.d.ts +13 -0
- package/dist/types/components/custom/DropdownLbl.d.ts.map +1 -0
- package/dist/types/components/custom/FullPageLoading.d.ts +3 -0
- package/dist/types/components/custom/FullPageLoading.d.ts.map +1 -0
- package/dist/types/components/custom/HeaderText.d.ts +7 -0
- package/dist/types/components/custom/HeaderText.d.ts.map +1 -0
- package/dist/types/components/custom/InfoButton.d.ts +8 -0
- package/dist/types/components/custom/InfoButton.d.ts.map +1 -0
- package/dist/types/components/custom/Layouts/CenterAndMiddle.d.ts +6 -0
- package/dist/types/components/custom/Layouts/CenterAndMiddle.d.ts.map +1 -0
- package/dist/types/components/custom/Layouts/FlexColsLayout.d.ts +11 -0
- package/dist/types/components/custom/Layouts/FlexColsLayout.d.ts.map +1 -0
- package/dist/types/components/custom/Layouts/TabularLayout.d.ts +11 -0
- package/dist/types/components/custom/Layouts/TabularLayout.d.ts.map +1 -0
- package/dist/types/components/custom/LinkWrapper.d.ts +9 -0
- package/dist/types/components/custom/LinkWrapper.d.ts.map +1 -0
- package/dist/types/components/custom/ListPanel.d.ts +11 -0
- package/dist/types/components/custom/ListPanel.d.ts.map +1 -0
- package/dist/types/components/custom/LoadingCmp.d.ts +3 -0
- package/dist/types/components/custom/LoadingCmp.d.ts.map +1 -0
- package/dist/types/components/custom/LoadingMask.d.ts +3 -0
- package/dist/types/components/custom/LoadingMask.d.ts.map +1 -0
- package/dist/types/components/custom/PaginationWrapper.d.ts +9 -0
- package/dist/types/components/custom/PaginationWrapper.d.ts.map +1 -0
- package/dist/types/components/custom/PremiumHighlighter.d.ts +6 -0
- package/dist/types/components/custom/PremiumHighlighter.d.ts.map +1 -0
- package/dist/types/components/custom/RichTextEditor.d.ts +17 -0
- package/dist/types/components/custom/RichTextEditor.d.ts.map +1 -0
- package/dist/types/components/custom/SelectListWrapper.d.ts +13 -0
- package/dist/types/components/custom/SelectListWrapper.d.ts.map +1 -0
- package/dist/types/components/custom/TabsWrapper.d.ts +12 -0
- package/dist/types/components/custom/TabsWrapper.d.ts.map +1 -0
- package/dist/types/components/custom/Toolbar.d.ts +11 -0
- package/dist/types/components/custom/Toolbar.d.ts.map +1 -0
- package/dist/types/components/custom/TooltipWrapper.d.ts +14 -0
- package/dist/types/components/custom/TooltipWrapper.d.ts.map +1 -0
- package/dist/types/components/custom/Typography/TypographyHeading.d.ts +7 -0
- package/dist/types/components/custom/Typography/TypographyHeading.d.ts.map +1 -0
- package/dist/types/components/custom/Typography/TypographyP.d.ts +4 -0
- package/dist/types/components/custom/Typography/TypographyP.d.ts.map +1 -0
- package/dist/types/components/custom/UrlChangesGuard.d.ts +6 -0
- package/dist/types/components/custom/UrlChangesGuard.d.ts.map +1 -0
- package/dist/types/components/custom/index.d.ts +30 -0
- package/dist/types/components/custom/index.d.ts.map +1 -0
- package/dist/types/components/side-bar/app-header.d.ts +2 -0
- package/dist/types/components/side-bar/app-header.d.ts.map +1 -0
- package/dist/types/components/side-bar/app-sidebar.d.ts +4 -0
- package/dist/types/components/side-bar/app-sidebar.d.ts.map +1 -0
- package/dist/types/components/side-bar/nav-main.d.ts +7 -0
- package/dist/types/components/side-bar/nav-main.d.ts.map +1 -0
- package/dist/types/components/side-bar/nav-user.d.ts +7 -0
- package/dist/types/components/side-bar/nav-user.d.ts.map +1 -0
- package/dist/types/components/side-bar/org-switcher.d.ts +2 -0
- package/dist/types/components/side-bar/org-switcher.d.ts.map +1 -0
- package/dist/types/components/ui/accordion.d.ts +8 -0
- package/dist/types/components/ui/accordion.d.ts.map +1 -0
- package/dist/types/components/ui/alert.d.ts +10 -0
- package/dist/types/components/ui/alert.d.ts.map +1 -0
- package/dist/types/components/ui/avatar.d.ts +7 -0
- package/dist/types/components/ui/avatar.d.ts.map +1 -0
- package/dist/types/components/ui/badge.d.ts +10 -0
- package/dist/types/components/ui/badge.d.ts.map +1 -0
- package/dist/types/components/ui/breadcrumb.d.ts +12 -0
- package/dist/types/components/ui/breadcrumb.d.ts.map +1 -0
- package/dist/types/components/ui/button-group.d.ts +12 -0
- package/dist/types/components/ui/button-group.d.ts.map +1 -0
- package/dist/types/components/ui/button.d.ts +14 -0
- package/dist/types/components/ui/button.d.ts.map +1 -0
- package/dist/types/components/ui/card.d.ts +10 -0
- package/dist/types/components/ui/card.d.ts.map +1 -0
- package/dist/types/components/ui/checkbox.d.ts +5 -0
- package/dist/types/components/ui/checkbox.d.ts.map +1 -0
- package/dist/types/components/ui/collapsible.d.ts +10 -0
- package/dist/types/components/ui/collapsible.d.ts.map +1 -0
- package/dist/types/components/ui/dialog.d.ts +16 -0
- package/dist/types/components/ui/dialog.d.ts.map +1 -0
- package/dist/types/components/ui/dropdown-menu.d.ts +26 -0
- package/dist/types/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/types/components/ui/index.d.ts +16 -0
- package/dist/types/components/ui/index.d.ts.map +1 -0
- package/dist/types/components/ui/input-otp.d.ts +12 -0
- package/dist/types/components/ui/input-otp.d.ts.map +1 -0
- package/dist/types/components/ui/input.d.ts +4 -0
- package/dist/types/components/ui/input.d.ts.map +1 -0
- package/dist/types/components/ui/label.d.ts +5 -0
- package/dist/types/components/ui/label.d.ts.map +1 -0
- package/dist/types/components/ui/pagination.d.ts +14 -0
- package/dist/types/components/ui/pagination.d.ts.map +1 -0
- package/dist/types/components/ui/radio-group.d.ts +6 -0
- package/dist/types/components/ui/radio-group.d.ts.map +1 -0
- package/dist/types/components/ui/select.d.ts +16 -0
- package/dist/types/components/ui/select.d.ts.map +1 -0
- package/dist/types/components/ui/separator.d.ts +5 -0
- package/dist/types/components/ui/separator.d.ts.map +1 -0
- package/dist/types/components/ui/sheet.d.ts +14 -0
- package/dist/types/components/ui/sheet.d.ts.map +1 -0
- package/dist/types/components/ui/sidebar.d.ts +70 -0
- package/dist/types/components/ui/sidebar.d.ts.map +1 -0
- package/dist/types/components/ui/skeleton.d.ts +3 -0
- package/dist/types/components/ui/skeleton.d.ts.map +1 -0
- package/dist/types/components/ui/sonner.d.ts +4 -0
- package/dist/types/components/ui/sonner.d.ts.map +1 -0
- package/dist/types/components/ui/switch.d.ts +5 -0
- package/dist/types/components/ui/switch.d.ts.map +1 -0
- package/dist/types/components/ui/table.d.ts +11 -0
- package/dist/types/components/ui/table.d.ts.map +1 -0
- package/dist/types/components/ui/tabs.d.ts +12 -0
- package/dist/types/components/ui/tabs.d.ts.map +1 -0
- package/dist/types/components/ui/textarea.d.ts +4 -0
- package/dist/types/components/ui/textarea.d.ts.map +1 -0
- package/dist/types/components/ui/toggle.d.ts +10 -0
- package/dist/types/components/ui/toggle.d.ts.map +1 -0
- package/dist/types/components/ui/tooltip.d.ts +8 -0
- package/dist/types/components/ui/tooltip.d.ts.map +1 -0
- package/dist/types/config/app-config.d.ts +24 -0
- package/dist/types/config/app-config.d.ts.map +1 -0
- package/dist/types/hooks/index.d.ts +4 -0
- package/dist/types/hooks/index.d.ts.map +1 -0
- package/dist/types/hooks/useAlertDialog.d.ts +13 -0
- package/dist/types/hooks/useAlertDialog.d.ts.map +1 -0
- package/dist/types/hooks/useCountDown.d.ts +2 -0
- package/dist/types/hooks/useCountDown.d.ts.map +1 -0
- package/dist/types/hooks/useCountries.d.ts +4 -0
- package/dist/types/hooks/useCountries.d.ts.map +1 -0
- package/dist/types/hooks/useFetchData.d.ts +6 -0
- package/dist/types/hooks/useFetchData.d.ts.map +1 -0
- package/dist/types/hooks/useIsMobile.d.ts +2 -0
- package/dist/types/hooks/useIsMobile.d.ts.map +1 -0
- package/dist/types/hooks/useSelectedNavItem.d.ts +3 -0
- package/dist/types/hooks/useSelectedNavItem.d.ts.map +1 -0
- package/dist/types/hooks/useTheme.d.ts +6 -0
- package/dist/types/hooks/useTheme.d.ts.map +1 -0
- package/dist/types/index.d.ts +8 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/lib/axios-utils.d.ts +4 -0
- package/dist/types/lib/axios-utils.d.ts.map +1 -0
- package/dist/types/lib/billingsdk-config.d.ts +49 -0
- package/dist/types/lib/billingsdk-config.d.ts.map +1 -0
- package/dist/types/lib/enums.d.ts +16 -0
- package/dist/types/lib/enums.d.ts.map +1 -0
- package/dist/types/lib/index.d.ts +9 -0
- package/dist/types/lib/index.d.ts.map +1 -0
- package/dist/types/lib/nav-menu.d.ts +12 -0
- package/dist/types/lib/nav-menu.d.ts.map +1 -0
- package/dist/types/lib/toast-helper.d.ts +10 -0
- package/dist/types/lib/toast-helper.d.ts.map +1 -0
- package/dist/types/lib/types.d.ts +163 -0
- package/dist/types/lib/types.d.ts.map +1 -0
- package/dist/types/lib/utils.d.ts +56 -0
- package/dist/types/lib/utils.d.ts.map +1 -0
- package/dist/types/store/AppContext.d.ts +24 -0
- package/dist/types/store/AppContext.d.ts.map +1 -0
- package/package.json +91 -0
package/dist/temp.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"temp.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type IRoutes } from './app/Routes';
|
|
2
|
+
import './App.css';
|
|
3
|
+
interface IAppProps extends IRoutes {
|
|
4
|
+
appRoutes: IRoutes['appRoutes'];
|
|
5
|
+
publicRoutes?: IRoutes['publicRoutes'];
|
|
6
|
+
}
|
|
7
|
+
declare function App({ appRoutes, publicRoutes }: IAppProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default App;
|
|
9
|
+
//# sourceMappingURL=App.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../src/App.tsx"],"names":[],"mappings":"AACA,OAAe,EAAE,KAAK,OAAO,EAAE,MAAM,cAAc,CAAC;AAEpD,OAAO,WAAW,CAAC;AAQnB,UAAU,SAAU,SAAQ,OAAO;IACjC,SAAS,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IAChC,YAAY,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;CACxC;AAED,iBAAS,GAAG,CAAC,EAAE,SAAS,EAAE,YAAY,EAAE,EAAE,SAAS,2CAgDlD;AAED,eAAe,GAAG,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type RouteObject } from 'react-router';
|
|
2
|
+
export interface IRoutes {
|
|
3
|
+
appRoutes: RouteObject[];
|
|
4
|
+
publicRoutes?: RouteObject[];
|
|
5
|
+
}
|
|
6
|
+
declare function Routes({ appRoutes, publicRoutes }: IRoutes): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default Routes;
|
|
8
|
+
//# sourceMappingURL=Routes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Routes.d.ts","sourceRoot":"","sources":["../../../src/app/Routes.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuC,KAAK,WAAW,EAAE,MAAM,cAAc,CAAC;AAwBrF,MAAM,WAAW,OAAO;IACtB,SAAS,EAAE,WAAW,EAAE,CAAC;IACzB,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;CAC9B;AAED,iBAAS,MAAM,CAAC,EAAE,SAAS,EAAE,YAAiB,EAAE,EAAE,OAAO,2CA6GxD;AAED,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface IUserAccount {
|
|
2
|
+
isDialogOpen: boolean;
|
|
3
|
+
setIsDialogOpen: (open: boolean) => void;
|
|
4
|
+
}
|
|
5
|
+
declare const UserAccount: ({ isDialogOpen, setIsDialogOpen }: IUserAccount) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export default UserAccount;
|
|
7
|
+
//# sourceMappingURL=UserAccount.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserAccount.d.ts","sourceRoot":"","sources":["../../../src/app/UserAccount.tsx"],"names":[],"mappings":"AAYA,UAAU,YAAY;IACpB,YAAY,EAAE,OAAO,CAAC;IACtB,eAAe,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CAC1C;AAED,QAAA,MAAM,WAAW,GAAI,mCAAmC,YAAY,4CAiLnE,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../../../../../src/app/routes/Dashboard/Dashboard.tsx"],"names":[],"mappings":"AAQA,MAAM,CAAC,OAAO,UAAU,SAAS,4CAqBhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppBreadcrumb.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/Dashboard/components/AppBreadcrumb.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,aAAa,+CA2BlB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemeCmb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/routes/Dashboard/components/Settings/Components/ThemeCmb.tsx"],"names":[],"mappings":"AASA,QAAA,MAAM,QAAQ,+CAoBb,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GeneralSettingsPg.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/routes/Dashboard/components/Settings/GeneralSettingsPg.tsx"],"names":[],"mappings":"AAUA,QAAA,MAAM,iBAAiB,+CA0CtB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotFound.d.ts","sourceRoot":"","sources":["../../../../src/app/routes/NotFound.tsx"],"names":[],"mappings":"AAGA,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,aAAa,CAAC,EAAE,OAAO,CAAA;CAAE,CAiBnD,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateOrg.d.ts","sourceRoot":"","sources":["../../../../../src/app/routes/OrgSetup/CreateOrg.tsx"],"names":[],"mappings":"AAsBA,QAAA,MAAM,SAAS,+CAwXd,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JoinOrg.d.ts","sourceRoot":"","sources":["../../../../../src/app/routes/OrgSetup/JoinOrg.tsx"],"names":[],"mappings":"AAkBA,QAAA,MAAM,OAAO,+CA8HZ,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ManageOrgs.d.ts","sourceRoot":"","sources":["../../../../../src/app/routes/OrgSetup/ManageOrgs.tsx"],"names":[],"mappings":"AAkBA,QAAA,MAAM,UAAU,+CAiPf,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrgSetup.d.ts","sourceRoot":"","sources":["../../../../../src/app/routes/OrgSetup/OrgSetup.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,QAAQ,+CAqBb,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { TeamMembersDetails } from '@/lib/types';
|
|
2
|
+
interface IncludedUsersProps {
|
|
3
|
+
teamMembers: TeamMembersDetails[];
|
|
4
|
+
setTeamMembers: (teamMembers: TeamMembersDetails[]) => void;
|
|
5
|
+
inactiveUsers: TeamMembersDetails[];
|
|
6
|
+
}
|
|
7
|
+
declare const IncludedUsers: ({ teamMembers, setTeamMembers, inactiveUsers }: IncludedUsersProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default IncludedUsers;
|
|
9
|
+
//# sourceMappingURL=IncludedUsers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IncludedUsers.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/OrgSetup/components/IncludedUsers.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAyB,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAO7E,UAAU,kBAAkB;IAC1B,WAAW,EAAE,kBAAkB,EAAE,CAAC;IAClC,cAAc,EAAE,CAAC,WAAW,EAAE,kBAAkB,EAAE,KAAK,IAAI,CAAC;IAC5D,aAAa,EAAE,kBAAkB,EAAE,CAAC;CACrC;AAUD,QAAA,MAAM,aAAa,GAAI,gDAAgD,kBAAkB,4CA4axF,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrgRootLayout.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/OrgSetup/components/OrgRootLayout.tsx"],"names":[],"mappings":"AAWA,QAAA,MAAM,aAAa,+CAyGlB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
interface IRolesCmb {
|
|
2
|
+
value: string;
|
|
3
|
+
setValue: (value: string) => void;
|
|
4
|
+
id: string;
|
|
5
|
+
}
|
|
6
|
+
declare const RolesCmb: ({ value, setValue, id }: IRolesCmb) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default RolesCmb;
|
|
8
|
+
//# sourceMappingURL=RolesCmb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RolesCmb.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/OrgSetup/components/RolesCmb.tsx"],"names":[],"mappings":"AAGA,UAAU,SAAS;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,QAAA,MAAM,QAAQ,GAAI,yBAAyB,SAAS,4CAenD,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { OrganizationType, TeamMembersDetails } from '@/lib/types';
|
|
2
|
+
declare const useOrgHelper: () => {
|
|
3
|
+
editOrganization: (org: OrganizationType) => void;
|
|
4
|
+
handleOnDeleteUnregisteredUser: (user: Partial<TeamMembersDetails>, orgId: number) => Promise<unknown>;
|
|
5
|
+
isActiveOrgCreatedByMe: () => boolean;
|
|
6
|
+
};
|
|
7
|
+
export default useOrgHelper;
|
|
8
|
+
//# sourceMappingURL=useOrgHelper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useOrgHelper.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/OrgSetup/hooks/useOrgHelper.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAUxE,QAAA,MAAM,YAAY;4BAKe,gBAAgB;2CAgBD,OAAO,CAAC,kBAAkB,CAAC,SAAS,MAAM;;CA6CzF,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Checkout.d.ts","sourceRoot":"","sources":["../../../../../src/app/routes/Subscriptions/Checkout.tsx"],"names":[],"mappings":"AAwBA,QAAA,MAAM,QAAQ,+CAyVb,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaymentHistory.d.ts","sourceRoot":"","sources":["../../../../../src/app/routes/Subscriptions/PaymentHistory.tsx"],"names":[],"mappings":"AAOA,QAAA,MAAM,cAAc,+CAqDnB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PricingPg.d.ts","sourceRoot":"","sources":["../../../../../src/app/routes/Subscriptions/PricingPg.tsx"],"names":[],"mappings":"AAWA,wBAAgB,UAAU,4CAiEzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubscriptionMgmt.d.ts","sourceRoot":"","sources":["../../../../../src/app/routes/Subscriptions/SubscriptionMgmt.tsx"],"names":[],"mappings":"AAWA,QAAA,MAAM,gBAAgB,+CAmFrB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
interface AddMoreUsersDialogProps {
|
|
2
|
+
isOpen: boolean;
|
|
3
|
+
setIsOpen: (isOpen: boolean) => void;
|
|
4
|
+
purchasePlanId: number;
|
|
5
|
+
}
|
|
6
|
+
declare const AddMoreUsersDialog: ({ isOpen, setIsOpen, purchasePlanId }: AddMoreUsersDialogProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
7
|
+
export default AddMoreUsersDialog;
|
|
8
|
+
//# sourceMappingURL=AddMoreUsersDialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddMoreUsersDialog.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/Subscriptions/components/AddMoreUsersDialog.tsx"],"names":[],"mappings":"AAeA,UAAU,uBAAuB;IAC/B,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACrC,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,QAAA,MAAM,kBAAkB,GAAI,uCAAuC,uBAAuB,mDAuKzF,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { purchasedPlansInf } from '@/lib/types';
|
|
2
|
+
interface IPremiumIcon {
|
|
3
|
+
purchasedPlan: purchasedPlansInf;
|
|
4
|
+
}
|
|
5
|
+
declare const PremiumIcon: ({ purchasedPlan }: IPremiumIcon) => import("react/jsx-runtime").JSX.Element | null;
|
|
6
|
+
export default PremiumIcon;
|
|
7
|
+
//# sourceMappingURL=PremiumIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PremiumIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/Subscriptions/components/PremiumIcon.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAMrD,UAAU,YAAY;IACpB,aAAa,EAAE,iBAAiB,CAAC;CAClC;AAED,QAAA,MAAM,WAAW,GAAI,mBAAmB,YAAY,mDA2BnD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type LucideIcon } from 'lucide-react';
|
|
2
|
+
import type { purchasedPlansInf } from '@/lib/types';
|
|
3
|
+
interface IUpcomingPlans {
|
|
4
|
+
upcomingPlans: purchasedPlansInf[] | any[];
|
|
5
|
+
Icon: LucideIcon;
|
|
6
|
+
title: string;
|
|
7
|
+
badgeText: string;
|
|
8
|
+
isFreePlan?: boolean;
|
|
9
|
+
}
|
|
10
|
+
declare const UpcomingPlans: ({ upcomingPlans, Icon, title, badgeText, isFreePlan }: IUpcomingPlans) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default UpcomingPlans;
|
|
12
|
+
//# sourceMappingURL=UpcomingPlans.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpcomingPlans.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/Subscriptions/components/UpcomingPlans.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,cAAc,CAAC;AAMtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAIrD,UAAU,cAAc;IACtB,aAAa,EAAE,iBAAiB,EAAE,GAAG,GAAG,EAAE,CAAC;IAC3C,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,QAAA,MAAM,aAAa,GAAI,uDAA+D,cAAc,4CA0FnG,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpgradeToPro.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/Subscriptions/components/UpgradeToPro.tsx"],"names":[],"mappings":"AAQA,QAAA,MAAM,YAAY,sDAiCjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePurchasedPlans.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/Subscriptions/hooks/usePurchasedPlans.ts"],"names":[],"mappings":"AAqBA,QAAA,MAAM,iBAAiB;qCAID,OAAO;;;CA8B5B,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ICreateOrderResponse, IRazorPayPrefill, purchasedPlansInf } from '@/lib/types';
|
|
2
|
+
export declare const getCurrencySymbol: (currency: string) => "" | "₹" | "$" | "€" | "£" | "₣" | "¥" | "kr" | "R";
|
|
3
|
+
export declare const getDisplayPaymentMethod: (paymentMethod: string) => string;
|
|
4
|
+
export declare const isFreePlan: (plan: purchasedPlansInf | undefined) => boolean;
|
|
5
|
+
export declare const invokeRazorPay: (totalFinalPrice: number, CURRENCY: string, createdOrderResponse: ICreateOrderResponse, prefillObject: IRazorPayPrefill, Razorpay: any) => Promise<unknown>;
|
|
6
|
+
//# sourceMappingURL=subscription-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscription-utils.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/Subscriptions/utils/subscription-utils.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,gBAAgB,EAA0B,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGrH,eAAO,MAAM,iBAAiB,GAAI,UAAU,MAAM,wDAgBjD,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,eAAe,MAAM,WAM5D,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,MAAM,iBAAiB,GAAG,SAAS,YAAwC,CAAC;AAEvG,eAAO,MAAM,cAAc,GACzB,iBAAiB,MAAM,EACvB,UAAU,MAAM,EAChB,sBAAsB,oBAAoB,EAC1C,eAAe,gBAAgB,EAC/B,UAAU,GAAG,qBAiEd,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ForgotPasswordForm.d.ts","sourceRoot":"","sources":["../../../../../src/app/routes/auth/ForgotPasswordForm.tsx"],"names":[],"mappings":"AAsHA,MAAM,CAAC,OAAO,UAAU,kBAAkB,4CA0CzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoginForm.d.ts","sourceRoot":"","sources":["../../../../../src/app/routes/auth/LoginForm.tsx"],"names":[],"mappings":"AAYA,MAAM,CAAC,OAAO,UAAU,SAAS,4CA6GhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RegistrationForm.d.ts","sourceRoot":"","sources":["../../../../../src/app/routes/auth/RegistrationForm.tsx"],"names":[],"mappings":"AAaA,MAAM,CAAC,OAAO,UAAU,gBAAgB,4CA8HvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Auth.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/auth/components/Auth.tsx"],"names":[],"mappings":"AAKA,MAAM,CAAC,OAAO,UAAU,IAAI,4CA2B3B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Ref } from 'react';
|
|
2
|
+
interface InputOTPFieldProps {
|
|
3
|
+
className: string;
|
|
4
|
+
inputOTPField: Ref<any>;
|
|
5
|
+
otp: string;
|
|
6
|
+
setOtp: (otp: string) => void;
|
|
7
|
+
onChangeEmailClick: () => void;
|
|
8
|
+
}
|
|
9
|
+
declare const InputOTPField: ({ className, inputOTPField, otp, setOtp, onChangeEmailClick }: InputOTPFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default InputOTPField;
|
|
11
|
+
//# sourceMappingURL=InputOTPField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InputOTPField.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/auth/components/InputOTPField.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjC,UAAU,kBAAkB;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9B,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC;AAED,QAAA,MAAM,aAAa,GAAI,+DAA+D,kBAAkB,4CAyBvG,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PasswordPolicyIBtn.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/auth/components/PasswordPolicyIBtn.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,kBAAkB,+CAavB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type Ref } from 'react';
|
|
2
|
+
interface SendOTPProps {
|
|
3
|
+
handleOnOTPSent: (reqObj: {
|
|
4
|
+
email: string;
|
|
5
|
+
}) => void;
|
|
6
|
+
ref: Ref<any>;
|
|
7
|
+
gridCls: string;
|
|
8
|
+
hidden: boolean;
|
|
9
|
+
path: string;
|
|
10
|
+
}
|
|
11
|
+
declare const SendOTP: ({ handleOnOTPSent, ref, gridCls, hidden, path }: SendOTPProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default SendOTP;
|
|
13
|
+
//# sourceMappingURL=SendOTP.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SendOTP.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/auth/components/SendOTP.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA8C,KAAK,GAAG,EAAE,MAAM,OAAO,CAAC;AAO7E,UAAU,YAAY;IACpB,eAAe,EAAE,CAAC,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACrD,GAAG,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,QAAA,MAAM,OAAO,GAAI,iDAAiD,YAAY,4CA8C7E,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth-lib.d.ts","sourceRoot":"","sources":["../../../../../../src/app/routes/auth/utils/auth-lib.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,OAAO,GAAU,MAAM,MAAM,EAAE,QAAQ,UAAU,kBAmB7D,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type ReactNode } from 'react';
|
|
2
|
+
interface RequireAuthProps {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
}
|
|
5
|
+
declare const RequireAuth: ({ children }: RequireAuthProps) => string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
|
6
|
+
export default RequireAuth;
|
|
7
|
+
//# sourceMappingURL=RequireAuth.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RequireAuth.d.ts","sourceRoot":"","sources":["../../../../../src/app/routes/components/RequireAuth.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAmC,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAIxE,UAAU,gBAAgB;IACxB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,QAAA,MAAM,WAAW,GAAI,cAAc,gBAAgB,4UA+ElD,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { type Plan } from '@/lib/billingsdk-config';
|
|
2
|
+
export interface CancelSubscriptionDialogProps {
|
|
3
|
+
title: string;
|
|
4
|
+
description: string;
|
|
5
|
+
plan: Plan;
|
|
6
|
+
triggerButtonText?: string;
|
|
7
|
+
leftPanelImageUrl?: string;
|
|
8
|
+
warningTitle?: string;
|
|
9
|
+
warningText?: string;
|
|
10
|
+
keepButtonText?: string;
|
|
11
|
+
continueButtonText?: string;
|
|
12
|
+
finalTitle?: string;
|
|
13
|
+
finalSubtitle?: string;
|
|
14
|
+
finalWarningText?: string;
|
|
15
|
+
goBackButtonText?: string;
|
|
16
|
+
confirmButtonText?: string;
|
|
17
|
+
onCancel: (planId: string) => Promise<void> | void;
|
|
18
|
+
onKeepSubscription?: (planId: string) => Promise<void> | void;
|
|
19
|
+
onDialogClose?: () => void;
|
|
20
|
+
className?: string;
|
|
21
|
+
}
|
|
22
|
+
export declare function CancelSubscriptionDialog({ title, description, plan, triggerButtonText, leftPanelImageUrl, warningTitle, warningText, keepButtonText, continueButtonText, finalTitle, finalSubtitle, finalWarningText, goBackButtonText, confirmButtonText, onCancel, onKeepSubscription, onDialogClose, className, }: CancelSubscriptionDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
//# sourceMappingURL=cancel-subscription-dialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-subscription-dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/billingsdk/cancel-subscription-dialog.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAIpD,MAAM,WAAW,6BAA6B;IAC5C,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,IAAI,CAAC;IACX,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IACnD,kBAAkB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAC9D,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,wBAAwB,CAAC,EACvC,KAAK,EACL,WAAW,EACX,IAAI,EACJ,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,WAAW,EACX,cAAc,EACd,kBAAkB,EAClB,UAAU,EACV,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,EACjB,QAAQ,EACR,kBAAkB,EAClB,aAAa,EACb,SAAS,GACV,EAAE,6BAA6B,2CAiL/B"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface InvoiceItem {
|
|
2
|
+
id: string;
|
|
3
|
+
date: string;
|
|
4
|
+
amount: string;
|
|
5
|
+
status: 'paid' | 'refunded' | 'idle' | 'verified' | 'failed';
|
|
6
|
+
invoiceUrl?: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
transactionId?: string;
|
|
9
|
+
}
|
|
10
|
+
interface InvoiceHistoryProps {
|
|
11
|
+
className?: string;
|
|
12
|
+
title?: string;
|
|
13
|
+
description?: string;
|
|
14
|
+
invoices: InvoiceItem[];
|
|
15
|
+
onDownload?: (invoiceId: string) => void;
|
|
16
|
+
}
|
|
17
|
+
export declare function InvoiceHistory({ className, title, description, invoices, onDownload, }: InvoiceHistoryProps): import("react/jsx-runtime").JSX.Element | null;
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=invoice-history.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invoice-history.d.ts","sourceRoot":"","sources":["../../../../src/components/billingsdk/invoice-history.tsx"],"names":[],"mappings":"AASA,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,GAAG,UAAU,GAAG,MAAM,GAAG,UAAU,GAAG,QAAQ,CAAC;IAC7D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,UAAU,mBAAmB;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C;AAED,wBAAgB,cAAc,CAAC,EAC7B,SAAS,EACT,KAAyB,EACzB,WAAwD,EACxD,QAAQ,EACR,UAAU,GACX,EAAE,mBAAmB,kDAuFrB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface PaymentSuccessDialogProps {
|
|
2
|
+
title?: string;
|
|
3
|
+
subtitle?: string;
|
|
4
|
+
currencySymbol?: string;
|
|
5
|
+
price: string;
|
|
6
|
+
productName: string;
|
|
7
|
+
proceedButtonText?: string;
|
|
8
|
+
backButtonText?: string;
|
|
9
|
+
onProceed?: () => void;
|
|
10
|
+
onBack?: () => void;
|
|
11
|
+
className?: string;
|
|
12
|
+
open?: boolean;
|
|
13
|
+
onOpenChange?: (open: boolean) => void;
|
|
14
|
+
}
|
|
15
|
+
export interface PaymentSuccessDialogRef {
|
|
16
|
+
open: () => void;
|
|
17
|
+
close: () => void;
|
|
18
|
+
}
|
|
19
|
+
export declare const PaymentSuccessDialog: import("react").ForwardRefExoticComponent<PaymentSuccessDialogProps & import("react").RefAttributes<PaymentSuccessDialogRef>>;
|
|
20
|
+
//# sourceMappingURL=payment-success-dialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-success-dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/billingsdk/payment-success-dialog.tsx"],"names":[],"mappings":"AASA,MAAM,WAAW,yBAAyB;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACxC;AAED,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAYD,eAAO,MAAM,oBAAoB,+HAoK/B,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { type VariantProps } from 'class-variance-authority';
|
|
2
|
+
import { type Plan } from '@/lib/billingsdk-config';
|
|
3
|
+
declare const sectionVariants: (props?: ({
|
|
4
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
|
5
|
+
theme?: "minimal" | "classic" | null | undefined;
|
|
6
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
7
|
+
export interface PricingTableFourProps extends VariantProps<typeof sectionVariants> {
|
|
8
|
+
plans: Plan[];
|
|
9
|
+
title?: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
subtitle?: string;
|
|
12
|
+
onPlanSelect?: (planId: string, isYearly: boolean) => void;
|
|
13
|
+
className?: string;
|
|
14
|
+
showBillingToggle?: boolean;
|
|
15
|
+
billingToggleLabels?: {
|
|
16
|
+
monthly: string;
|
|
17
|
+
yearly: string;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export declare function PricingTableFour({ plans, title, description, subtitle, onPlanSelect, className, size, theme, showBillingToggle, billingToggleLabels, }: PricingTableFourProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=pricing-table-four.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pricing-table-four.d.ts","sourceRoot":"","sources":["../../../../src/components/billingsdk/pricing-table-four.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAOpD,QAAA,MAAM,eAAe;;;mFAgBnB,CAAC;AAuIH,MAAM,WAAW,qBAAsB,SAAQ,YAAY,CAAC,OAAO,eAAe,CAAC;IACjF,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,mBAAmB,CAAC,EAAE;QACpB,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;CACH;AAQD,wBAAgB,gBAAgB,CAAC,EAC/B,KAAK,EACL,KAAkC,EAClC,WAAsG,EACtG,QAAQ,EACR,YAAY,EACZ,SAAS,EACT,IAAe,EACf,KAAiB,EACjB,iBAAwB,EACxB,mBAGC,GACF,EAAE,qBAAqB,2CA2NvB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { CurrentPlan } from '@/lib/billingsdk-config';
|
|
2
|
+
import { type CancelSubscriptionDialogProps } from '@/components/billingsdk/cancel-subscription-dialog';
|
|
3
|
+
import { type UpdatePlanDialogProps } from '@/components/billingsdk/update-plan-dialog';
|
|
4
|
+
import { Button } from '../ui/button';
|
|
5
|
+
export interface SubscriptionManagementProps {
|
|
6
|
+
className?: string;
|
|
7
|
+
currentPlan: CurrentPlan;
|
|
8
|
+
cancelSubscription: CancelSubscriptionDialogProps;
|
|
9
|
+
updatePlan: UpdatePlanDialogProps;
|
|
10
|
+
canShowUpdatePlanBtn: boolean;
|
|
11
|
+
canShowCancelPlanBtn: boolean;
|
|
12
|
+
addMoreBtnProps?: AddMoreBtnProps;
|
|
13
|
+
}
|
|
14
|
+
interface AddMoreBtnProps {
|
|
15
|
+
text: React.ReactNode;
|
|
16
|
+
buttonProps: React.ComponentProps<typeof Button>;
|
|
17
|
+
canShow: boolean;
|
|
18
|
+
}
|
|
19
|
+
export declare function SubscriptionManagement({ className, currentPlan, cancelSubscription, updatePlan, canShowUpdatePlanBtn, addMoreBtnProps, canShowCancelPlanBtn, }: SubscriptionManagementProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=subscription-management.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscription-management.d.ts","sourceRoot":"","sources":["../../../../src/components/billingsdk/subscription-management.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE3D,OAAO,EAA4B,KAAK,6BAA6B,EAAE,MAAM,oDAAoD,CAAC;AAClI,OAAO,EAAoB,KAAK,qBAAqB,EAAE,MAAM,4CAA4C,CAAC;AAC1G,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAGtC,MAAM,WAAW,2BAA2B;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,WAAW,CAAC;IACzB,kBAAkB,EAAE,6BAA6B,CAAC;IAClD,UAAU,EAAE,qBAAqB,CAAC;IAClC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC;AAED,UAAU,eAAe;IACvB,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,WAAW,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;IACjD,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAAgB,sBAAsB,CAAC,EACrC,SAAS,EACT,WAAW,EACX,kBAAkB,EAClB,UAAU,EACV,oBAAoB,EACpB,eAAe,EACf,oBAAoB,GACrB,EAAE,2BAA2B,2CAwI7B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type Plan } from '@/lib/billingsdk-config';
|
|
2
|
+
export interface UpdatePlanDialogProps {
|
|
3
|
+
currentPlan: Plan;
|
|
4
|
+
plans: Plan[];
|
|
5
|
+
triggerText: string;
|
|
6
|
+
onPlanChange: (planId: string, isYearly: boolean) => void;
|
|
7
|
+
className?: string;
|
|
8
|
+
title?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function UpdatePlanDialog({ currentPlan, plans, onPlanChange, className, title, triggerText }: UpdatePlanDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
//# sourceMappingURL=update-plan-dialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-plan-dialog.d.ts","sourceRoot":"","sources":["../../../../src/components/billingsdk/update-plan-dialog.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAKpD,MAAM,WAAW,qBAAqB;IACpC,WAAW,EAAE,IAAI,CAAC;IAClB,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC1D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAID,wBAAgB,gBAAgB,CAAC,EAAE,WAAW,EAAE,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE,qBAAqB,2CAkM1H"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
interface IAccordionWrapperProps {
|
|
3
|
+
title: React.ReactNode | string;
|
|
4
|
+
children: React.ReactNode | string;
|
|
5
|
+
}
|
|
6
|
+
declare const AccordionWrapper: ({ title, children }: IAccordionWrapperProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default AccordionWrapper;
|
|
8
|
+
//# sourceMappingURL=AccordionWrapper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccordionWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/custom/AccordionWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,UAAU,sBAAsB;IAC9B,KAAK,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;IAChC,QAAQ,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;CACpC;AAED,QAAA,MAAM,gBAAgB,GAAI,qBAAqB,sBAAsB,4CASpE,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { JSX } from 'react';
|
|
2
|
+
export interface AlertDialogOptionsProps {
|
|
3
|
+
open: boolean;
|
|
4
|
+
text: JSX.Element | string;
|
|
5
|
+
onClose?: (result: 'CONFIRM' | 'CANCEL') => void;
|
|
6
|
+
type: 'ALERT' | 'CONFIRM';
|
|
7
|
+
}
|
|
8
|
+
interface AlertDialogProps {
|
|
9
|
+
options: AlertDialogOptionsProps;
|
|
10
|
+
}
|
|
11
|
+
declare const AlertDialog: ({ options }: AlertDialogProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default AlertDialog;
|
|
13
|
+
//# sourceMappingURL=AlertDialog.d.ts.map
|