@bunnyapp/components 1.3.0-beta.3 → 1.3.0-beta.5
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/cjs/index.js +836 -484
- package/dist/cjs/src/components/PlanManagerQuoteProvider.d.ts +19 -0
- package/dist/cjs/src/components/QuotePreviewProvider.d.ts +0 -2
- package/dist/cjs/src/components/Subscriptions/AddonIndentation.d.ts +8 -0
- package/dist/cjs/src/components/Subscriptions/AddonSubscriptionCards.d.ts +7 -0
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/PriceListGrid.d.ts +3 -3
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/checkoutBar/CheckoutBarSummarySection.d.ts +2 -3
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/checkoutBar/CheckoutButton.d.ts +2 -1
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/checkoutBar/PlanPickerCheckoutBar.d.ts +1 -2
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/planPickerDesktop/EverythingPlanFeatures.d.ts +2 -1
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/planPickerDesktop/PlanAddonsCard.d.ts +11 -0
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/planPickerDesktop/PriceListCardDesktop.d.ts +4 -3
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/planPickerDesktop/PriceListGridDesktop.d.ts +3 -3
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/planPickerMobile/PriceListCardMobile.d.ts +1 -2
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/planPickerMobile/PriceListGridMobile.d.ts +2 -3
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/priceListCard/PriceListCard.d.ts +3 -2
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/priceListCard/PriceListCardButton.d.ts +2 -2
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/priceListCard/PriceListCardPrice.d.ts +2 -1
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/priceListCard/PriceListCardTitle.d.ts +1 -1
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/priceListCard/priceListCardUtils.d.ts +1 -2
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/{PriceListSelector.d.ts → priceListSelector/PriceListSelector.d.ts} +1 -2
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/priceListSelector/PriceListSelectorContext.d.ts +9 -0
- package/dist/cjs/src/components/Subscriptions/QuotePreviewData.d.ts +6 -0
- package/dist/cjs/src/components/Subscriptions/subscriptionsList/SubscriptionCardActions.d.ts +2 -2
- package/dist/cjs/src/components/Subscriptions/subscriptionsList/SubscriptionsList.d.ts +1 -1
- package/dist/cjs/src/components/Subscriptions/subscriptionsList/subscriptionCardDesktop/SubscriptionCardDesktop.d.ts +2 -1
- package/dist/cjs/src/components/Subscriptions/subscriptionsList/subscriptionUtils.d.ts +1 -1
- package/dist/cjs/src/graphql/QuoteRequests.d.ts +17 -2
- package/dist/cjs/src/graphql/mutations/quoteAddonCreate.d.ts +7 -0
- package/dist/cjs/src/graphql/mutations/quoteChangeCreate.d.ts +8 -0
- package/dist/cjs/src/graphql/mutations/quoteChangeDelete.d.ts +6 -0
- package/dist/cjs/src/graphql/mutations/quoteChargeDelete.d.ts +2 -1
- package/dist/cjs/src/graphql/mutations/quoteCompose.d.ts +0 -1
- package/dist/cjs/src/graphql/mutations/quoteCreate.d.ts +8 -0
- package/dist/cjs/src/graphql/mutations/quoteCreateWithDeal.d.ts +10 -0
- package/dist/cjs/src/graphql/queries/getQuote.d.ts +3 -1
- package/dist/cjs/src/hooks/quotes/useQuoteCreate.d.ts +12 -0
- package/dist/cjs/src/hooks/quotes/useQuoteUpdateFeatureAddon.d.ts +2 -3
- package/dist/cjs/src/hooks/useToggleAddonQuoteChange.d.ts +7 -0
- package/dist/cjs/src/utils/addonPlanUtils.d.ts +4 -0
- package/dist/esm/index.js +836 -484
- package/dist/esm/src/components/PlanManagerQuoteProvider.d.ts +19 -0
- package/dist/esm/src/components/QuotePreviewProvider.d.ts +0 -2
- package/dist/esm/src/components/Subscriptions/AddonIndentation.d.ts +8 -0
- package/dist/esm/src/components/Subscriptions/AddonSubscriptionCards.d.ts +7 -0
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/PriceListGrid.d.ts +3 -3
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/checkoutBar/CheckoutBarSummarySection.d.ts +2 -3
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/checkoutBar/CheckoutButton.d.ts +2 -1
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/checkoutBar/PlanPickerCheckoutBar.d.ts +1 -2
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/planPickerDesktop/EverythingPlanFeatures.d.ts +2 -1
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/planPickerDesktop/PlanAddonsCard.d.ts +11 -0
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/planPickerDesktop/PriceListCardDesktop.d.ts +4 -3
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/planPickerDesktop/PriceListGridDesktop.d.ts +3 -3
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/planPickerMobile/PriceListCardMobile.d.ts +1 -2
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/planPickerMobile/PriceListGridMobile.d.ts +2 -3
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/priceListCard/PriceListCard.d.ts +3 -2
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/priceListCard/PriceListCardButton.d.ts +2 -2
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/priceListCard/PriceListCardPrice.d.ts +2 -1
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/priceListCard/PriceListCardTitle.d.ts +1 -1
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/priceListCard/priceListCardUtils.d.ts +1 -2
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/{PriceListSelector.d.ts → priceListSelector/PriceListSelector.d.ts} +1 -2
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/priceListSelector/PriceListSelectorContext.d.ts +9 -0
- package/dist/esm/src/components/Subscriptions/QuotePreviewData.d.ts +6 -0
- package/dist/esm/src/components/Subscriptions/subscriptionsList/SubscriptionCardActions.d.ts +2 -2
- package/dist/esm/src/components/Subscriptions/subscriptionsList/SubscriptionsList.d.ts +1 -1
- package/dist/esm/src/components/Subscriptions/subscriptionsList/subscriptionCardDesktop/SubscriptionCardDesktop.d.ts +2 -1
- package/dist/esm/src/components/Subscriptions/subscriptionsList/subscriptionUtils.d.ts +1 -1
- package/dist/esm/src/graphql/QuoteRequests.d.ts +17 -2
- package/dist/esm/src/graphql/mutations/quoteAddonCreate.d.ts +7 -0
- package/dist/esm/src/graphql/mutations/quoteChangeCreate.d.ts +8 -0
- package/dist/esm/src/graphql/mutations/quoteChangeDelete.d.ts +6 -0
- package/dist/esm/src/graphql/mutations/quoteChargeDelete.d.ts +2 -1
- package/dist/esm/src/graphql/mutations/quoteCompose.d.ts +0 -1
- package/dist/esm/src/graphql/mutations/quoteCreate.d.ts +8 -0
- package/dist/esm/src/graphql/mutations/quoteCreateWithDeal.d.ts +10 -0
- package/dist/esm/src/graphql/queries/getQuote.d.ts +3 -1
- package/dist/esm/src/hooks/quotes/useQuoteCreate.d.ts +12 -0
- package/dist/esm/src/hooks/quotes/useQuoteUpdateFeatureAddon.d.ts +2 -3
- package/dist/esm/src/hooks/useToggleAddonQuoteChange.d.ts +7 -0
- package/dist/esm/src/utils/addonPlanUtils.d.ts +4 -0
- package/package.json +1 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Quote } from '@bunnyapp/common';
|
|
3
|
+
import { EditingQuoteDataType } from './Subscriptions/SubscriptionsListContainer';
|
|
4
|
+
export type PlanManagerQuoteContextValues = {
|
|
5
|
+
quote: Quote | undefined;
|
|
6
|
+
isQuotePending: boolean;
|
|
7
|
+
isAddonPlanLoading: boolean;
|
|
8
|
+
setIsAddonPlanLoading: React.Dispatch<React.SetStateAction<boolean>>;
|
|
9
|
+
isFeatureAddonsLoading: boolean;
|
|
10
|
+
addFeatureAddonLoading: (featureAddonId: string) => void;
|
|
11
|
+
removeFeatureAddonLoading: (featureAddonId: string) => void;
|
|
12
|
+
};
|
|
13
|
+
export declare const PlanManagerQuoteContext: import("react").Context<PlanManagerQuoteContextValues>;
|
|
14
|
+
declare function PlanManagerQuoteProvider({ children, editingQuoteData, setEditingQuoteData, }: {
|
|
15
|
+
children: React.ReactNode;
|
|
16
|
+
editingQuoteData: EditingQuoteDataType | undefined;
|
|
17
|
+
setEditingQuoteData: React.Dispatch<React.SetStateAction<EditingQuoteDataType | undefined>>;
|
|
18
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export default PlanManagerQuoteProvider;
|
|
@@ -3,12 +3,10 @@ import { PriceList } from '@bunnyapp/common';
|
|
|
3
3
|
export type QuotePreviewData = {
|
|
4
4
|
priceList?: PriceList;
|
|
5
5
|
quantity?: number;
|
|
6
|
-
editingQuoteId?: string;
|
|
7
6
|
};
|
|
8
7
|
export type QuotePreviewContextValues = {
|
|
9
8
|
quotePreviewData?: QuotePreviewData;
|
|
10
9
|
setQuotePreviewData: React.Dispatch<React.SetStateAction<QuotePreviewData | undefined>>;
|
|
11
|
-
handleSetEditingQuote: (editingQuoteId: string) => void;
|
|
12
10
|
};
|
|
13
11
|
export declare const QuotePreviewContext: import("react").Context<QuotePreviewContextValues>;
|
|
14
12
|
declare function QuotePreviewProvider({ children }: {
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Subscription } from '@bunnyapp/common';
|
|
2
|
+
export declare function AddonSubscriptionsCards({ onCancelSubscriptionClick, subscriptions, subscription, hideExpired, }: {
|
|
3
|
+
onCancelSubscriptionClick?: (subscription: Subscription) => void;
|
|
4
|
+
subscriptions: Subscription[];
|
|
5
|
+
subscription: Subscription;
|
|
6
|
+
hideExpired: boolean;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { PriceList, PriceListChangeOptions, Product, Subscription } from '@bunnyapp/common';
|
|
1
|
+
import { PriceList, BillingPeriod, PriceListChangeOptions, Product, Subscription } from '@bunnyapp/common';
|
|
2
2
|
import { Dispatch, SetStateAction } from 'react';
|
|
3
3
|
type PriceListGridProps = {
|
|
4
4
|
availablePriceLists: PriceList[];
|
|
5
|
-
onChangePriceList: (selectedPriceList: PriceList) => void;
|
|
6
5
|
priceListChangeOptions?: PriceListChangeOptions;
|
|
7
6
|
selectedPriceList?: PriceList;
|
|
8
7
|
selectedProduct?: Product;
|
|
@@ -10,6 +9,7 @@ type PriceListGridProps = {
|
|
|
10
9
|
priceListStart: number;
|
|
11
10
|
setPriceListStart: Dispatch<SetStateAction<number>>;
|
|
12
11
|
upgradingSubscriptionState?: Subscription;
|
|
12
|
+
selectedBillingPeriod?: BillingPeriod | undefined;
|
|
13
13
|
};
|
|
14
|
-
declare const PriceListGrid: ({ availablePriceLists,
|
|
14
|
+
declare const PriceListGrid: ({ availablePriceLists, priceListChangeOptions, priceListStart, selectedPriceList, selectedProduct, setPriceListStart, subscriptions, upgradingSubscriptionState, selectedBillingPeriod, }: PriceListGridProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export default PriceListGrid;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { PriceList,
|
|
2
|
-
declare const CheckoutBarSummarySection: ({ open,
|
|
1
|
+
import { PriceList, Subscription } from '@bunnyapp/common';
|
|
2
|
+
declare const CheckoutBarSummarySection: ({ open, selectedPriceList, onClickCheckout, upgradingSubscription, }: {
|
|
3
3
|
open: boolean;
|
|
4
|
-
quote?: Quote | undefined;
|
|
5
4
|
selectedPriceList: PriceList;
|
|
6
5
|
onClickCheckout: () => void;
|
|
7
6
|
upgradingSubscription?: Subscription | undefined;
|
package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/checkoutBar/CheckoutButton.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
declare const CheckoutButton: ({ checkoutButtonDisabled, onClickCheckout, loading, }: {
|
|
1
|
+
declare const CheckoutButton: ({ checkoutButtonDisabled, onClickCheckout, loading, tooltipText, }: {
|
|
2
2
|
checkoutButtonDisabled: boolean;
|
|
3
3
|
onClickCheckout: () => void;
|
|
4
4
|
loading: boolean;
|
|
5
|
+
tooltipText?: string | undefined;
|
|
5
6
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
6
7
|
export default CheckoutButton;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EditingQuoteDataType } from '../../../Subscriptions';
|
|
2
|
-
declare const PlanPickerCheckoutBarWrapper: ({ editingQuote,
|
|
2
|
+
declare const PlanPickerCheckoutBarWrapper: ({ editingQuote, handlePortalErrors, onCheckoutSuccess, }: {
|
|
3
3
|
editingQuote?: EditingQuoteDataType | undefined;
|
|
4
|
-
setEditingQuoteData?: ((quoteId?: string, isTrial?: boolean) => void) | undefined;
|
|
5
4
|
handlePortalErrors?: ((errors: any) => void) | undefined;
|
|
6
5
|
onCheckoutSuccess: () => void;
|
|
7
6
|
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -59,9 +59,10 @@ export declare const filterUniqueFeatures: ({ availablePriceLists, }: {
|
|
|
59
59
|
trialLengthDays?: number | undefined;
|
|
60
60
|
updatedAt: string;
|
|
61
61
|
}[];
|
|
62
|
-
declare const EverythingPlanFeatures: ({ displayPriceLists, selectedProduct, plansToDisplay, }: {
|
|
62
|
+
declare const EverythingPlanFeatures: ({ displayPriceLists, selectedProduct, plansToDisplay, hideBorder, }: {
|
|
63
63
|
displayPriceLists: PriceList[];
|
|
64
64
|
plansToDisplay: number;
|
|
65
65
|
selectedProduct?: Product | undefined;
|
|
66
|
+
hideBorder?: boolean | undefined;
|
|
66
67
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
67
68
|
export default EverythingPlanFeatures;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BillingPeriod, Plan, PriceList, PriceListChangeOptions, Product, Subscription } from '@bunnyapp/common';
|
|
2
|
+
type PlanAddonsCardProps = {
|
|
3
|
+
selectedPriceList: PriceList;
|
|
4
|
+
subscriptions: Subscription[];
|
|
5
|
+
addonPlans: Plan[];
|
|
6
|
+
selectedProduct: Product | undefined;
|
|
7
|
+
priceListChangeOptions: PriceListChangeOptions | undefined;
|
|
8
|
+
selectedBillingPeriod: BillingPeriod | undefined;
|
|
9
|
+
};
|
|
10
|
+
declare const PlanAddonsCard: ({ selectedPriceList, subscriptions, addonPlans, selectedProduct, priceListChangeOptions, selectedBillingPeriod, }: PlanAddonsCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default PlanAddonsCard;
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { Feature, PriceList, Subscription } from '@bunnyapp/common';
|
|
2
|
-
declare const PriceListCardDesktop: ({ description,
|
|
2
|
+
declare const PriceListCardDesktop: ({ hideButton, description, disableSelectCurrentPlan, feature, isPriceListCurrentSubscription, isSelected, priceList, subscriptionPlan, trialRemainingDays, noBorder, }: {
|
|
3
|
+
hideButton?: boolean | undefined;
|
|
3
4
|
description: string;
|
|
4
|
-
|
|
5
|
+
disableSelectCurrentPlan: boolean;
|
|
5
6
|
feature?: Feature | undefined;
|
|
6
7
|
isPriceListCurrentSubscription: boolean;
|
|
7
8
|
isSelected: boolean;
|
|
8
|
-
onClick: (priceList: PriceList) => void;
|
|
9
9
|
priceList: PriceList;
|
|
10
10
|
subscriptionPlan?: Subscription | undefined;
|
|
11
11
|
trialRemainingDays?: number | undefined;
|
|
12
|
+
noBorder?: boolean | undefined;
|
|
12
13
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
13
14
|
export default PriceListCardDesktop;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { PriceList, PriceListChangeOptions, Product, Subscription } from '@bunnyapp/common';
|
|
1
|
+
import { BillingPeriod, PriceList, PriceListChangeOptions, Product, Subscription } from '@bunnyapp/common';
|
|
2
2
|
import { Dispatch, SetStateAction } from 'react';
|
|
3
3
|
type PriceListGridDesktopProps = {
|
|
4
4
|
availablePriceLists: PriceList[];
|
|
5
|
-
onChangePriceList: (selectedPriceList: PriceList) => void;
|
|
6
5
|
priceListChangeOptions?: PriceListChangeOptions;
|
|
7
6
|
priceListStart: number;
|
|
8
7
|
selectedPriceList?: PriceList;
|
|
@@ -10,6 +9,7 @@ type PriceListGridDesktopProps = {
|
|
|
10
9
|
setPriceListStart: Dispatch<SetStateAction<number>>;
|
|
11
10
|
subscriptions: Subscription[];
|
|
12
11
|
trialRemainingDays: number;
|
|
12
|
+
selectedBillingPeriod?: BillingPeriod | undefined;
|
|
13
13
|
};
|
|
14
|
-
declare const PriceListGridDesktop: ({ availablePriceLists,
|
|
14
|
+
declare const PriceListGridDesktop: ({ availablePriceLists, priceListChangeOptions, priceListStart, selectedPriceList, selectedProduct, setPriceListStart, subscriptions, trialRemainingDays, selectedBillingPeriod, }: PriceListGridDesktopProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export default PriceListGridDesktop;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { Feature, PriceList, Subscription } from '@bunnyapp/common';
|
|
2
|
-
declare const PriceListCardMobile: ({ description, disableOnClick, feature, isPriceListCurrentSubscription, isSelected,
|
|
2
|
+
declare const PriceListCardMobile: ({ description, disableOnClick, feature, isPriceListCurrentSubscription, isSelected, priceList, subscriptionPlan, trialRemainingDays, }: {
|
|
3
3
|
description: string;
|
|
4
4
|
disableOnClick: boolean;
|
|
5
5
|
feature?: Feature | undefined;
|
|
6
6
|
isPriceListCurrentSubscription: boolean;
|
|
7
7
|
isSelected: boolean;
|
|
8
|
-
onClick: (priceList: PriceList) => void;
|
|
9
8
|
priceList: PriceList;
|
|
10
9
|
subscriptionPlan?: Subscription | undefined;
|
|
11
10
|
trialRemainingDays?: number | undefined;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { PriceList, PriceListChangeOptions, Product, Subscription } from
|
|
2
|
-
declare const PriceListGridMobile: ({ availablePriceLists,
|
|
1
|
+
import { PriceList, PriceListChangeOptions, Product, Subscription } from '@bunnyapp/common';
|
|
2
|
+
declare const PriceListGridMobile: ({ availablePriceLists, priceListChangeOptions, selectedPriceList, selectedProduct, subscriptions, trialRemainingDays, }: {
|
|
3
3
|
availablePriceLists: PriceList[];
|
|
4
|
-
onChangePriceList: (selectedPriceList: PriceList) => void;
|
|
5
4
|
priceListChangeOptions?: PriceListChangeOptions | undefined;
|
|
6
5
|
selectedPriceList?: PriceList | undefined;
|
|
7
6
|
selectedProduct?: Product | undefined;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { PriceList, Subscription } from '@bunnyapp/common';
|
|
2
|
-
declare const PriceListCard: ({
|
|
2
|
+
declare const PriceListCard: ({ hideButton, isSelected, priceList, subscriptions, trialRemainingDays, noBorder, }: {
|
|
3
|
+
hideButton?: boolean | undefined;
|
|
3
4
|
isSelected: boolean;
|
|
4
|
-
onClick: (priceList: PriceList) => void;
|
|
5
5
|
priceList: PriceList;
|
|
6
6
|
subscriptions?: Subscription[] | undefined;
|
|
7
7
|
trialRemainingDays?: number | undefined;
|
|
8
|
+
noBorder?: boolean | undefined;
|
|
8
9
|
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
9
10
|
export default PriceListCard;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PriceList, Subscription } from '@bunnyapp/common';
|
|
2
|
-
declare const PriceListCardButton: ({
|
|
3
|
-
|
|
2
|
+
declare const PriceListCardButton: ({ disableSelectCurrentPlan, isPriceListCurrentSubscription, isSelected, priceList, subscriptionPlan, }: {
|
|
3
|
+
disableSelectCurrentPlan: boolean;
|
|
4
4
|
isPriceListCurrentSubscription: boolean;
|
|
5
5
|
isSelected: boolean;
|
|
6
6
|
priceList: PriceList;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { PriceList } from '@bunnyapp/common';
|
|
2
|
-
declare const PriceListCardPrice: ({ priceList }: {
|
|
2
|
+
declare const PriceListCardPrice: ({ priceList, fontSize, }: {
|
|
3
3
|
priceList: PriceList;
|
|
4
|
+
fontSize?: string | undefined;
|
|
4
5
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
5
6
|
export default PriceListCardPrice;
|
|
@@ -3,8 +3,7 @@ export declare const createPlanDescription: (priceList: PriceList) => string;
|
|
|
3
3
|
export declare const getActivePlanPriceData: (priceList?: PriceList, selectedPriceList?: PriceList) => {
|
|
4
4
|
activeCharge: PriceListCharge | undefined;
|
|
5
5
|
} | undefined;
|
|
6
|
-
export declare const isPriceListDisabled: ({ priceList, upgradingSubscription,
|
|
6
|
+
export declare const isPriceListDisabled: ({ priceList, upgradingSubscription, }: {
|
|
7
7
|
priceList: PriceList;
|
|
8
8
|
upgradingSubscription: Subscription | undefined;
|
|
9
|
-
canPurchaseFeatureAddons: boolean;
|
|
10
9
|
}) => boolean;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { PriceList, PriceListChangeOptions, Subscription } from '@bunnyapp/common';
|
|
2
|
-
declare const PriceListSelector: ({ arePlanChangeOptionsLoading, areSubscriptionsLoading,
|
|
2
|
+
declare const PriceListSelector: ({ arePlanChangeOptionsLoading, areSubscriptionsLoading, priceListChangeOptions, selectedPriceList, subscriptions, }: {
|
|
3
3
|
arePlanChangeOptionsLoading: boolean;
|
|
4
4
|
areSubscriptionsLoading: boolean;
|
|
5
|
-
onChangePriceList: (selectedPriceList: PriceList) => void;
|
|
6
5
|
priceListChangeOptions?: PriceListChangeOptions | undefined;
|
|
7
6
|
selectedPriceList?: PriceList | undefined;
|
|
8
7
|
subscriptions: Subscription[];
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { PriceList } from '@bunnyapp/common';
|
|
3
|
+
export type PriceListSelectorContextValues = {
|
|
4
|
+
onChangePriceList: (selectedPriceList: PriceList) => void;
|
|
5
|
+
};
|
|
6
|
+
export declare const PriceListSelectorContext: import("react").Context<PriceListSelectorContextValues>;
|
|
7
|
+
export declare function PriceListSelectorProvider({ children }: {
|
|
8
|
+
children: React.ReactNode;
|
|
9
|
+
}): import("react/jsx-runtime").JSX.Element;
|
package/dist/cjs/src/components/Subscriptions/subscriptionsList/SubscriptionCardActions.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PriceListChangeOptions, Subscription } from '@bunnyapp/common';
|
|
2
2
|
declare const SubscriptionCardActions: ({ onChangePlanClick, onCancelSubscriptionClick, priceListChangeOptions, subscription, }: {
|
|
3
|
-
onChangePlanClick
|
|
4
|
-
onCancelSubscriptionClick
|
|
3
|
+
onChangePlanClick?: ((subscription: Subscription) => void) | undefined;
|
|
4
|
+
onCancelSubscriptionClick?: ((subscription: Subscription) => void) | undefined;
|
|
5
5
|
priceListChangeOptions?: PriceListChangeOptions | undefined;
|
|
6
6
|
subscription: Subscription;
|
|
7
7
|
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PriceListChangeOptions, Subscription } from
|
|
1
|
+
import { PriceListChangeOptions, Subscription } from '@bunnyapp/common';
|
|
2
2
|
declare const SubscriptionsList: ({ hideExpired, onChangePlanClick, onCancelSubscriptionClick, priceListChangeOptions, subscriptions, }: {
|
|
3
3
|
hideExpired: boolean;
|
|
4
4
|
onChangePlanClick?: ((subscription: Subscription) => void) | undefined;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { PriceListChangeOptions, Subscription } from '@bunnyapp/common';
|
|
2
|
-
declare const SubscriptionCardDesktop: ({ onChangePlanClick, onCancelSubscriptionClick, priceListChangeOptions, subscription, }: {
|
|
2
|
+
declare const SubscriptionCardDesktop: ({ onChangePlanClick, onCancelSubscriptionClick, priceListChangeOptions, subscription, isAddon, }: {
|
|
3
3
|
onChangePlanClick?: ((subscription: Subscription) => void) | undefined;
|
|
4
4
|
onCancelSubscriptionClick?: ((subscription: Subscription) => void) | undefined;
|
|
5
5
|
priceListChangeOptions?: PriceListChangeOptions | undefined;
|
|
6
6
|
subscription: Subscription;
|
|
7
|
+
isAddon?: boolean | undefined;
|
|
7
8
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
9
|
export default SubscriptionCardDesktop;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Plan, Product, Quote, Subscription, SubscriptionCharge
|
|
1
|
+
import { Plan, Product, Quote, QuoteChangeKind, Subscription, SubscriptionCharge } from '@bunnyapp/common';
|
|
2
2
|
import { EditingSubscriptionType } from '../quantityChangeDrawer/QuantityInput';
|
|
3
3
|
export declare const canShowQuantitiesInput: (charge: SubscriptionCharge, subscription: Subscription) => boolean | undefined;
|
|
4
4
|
export declare const createQuoteParams: (quote: Quote, subscriptionQuantity: number, editedSubscription?: EditingSubscriptionType) => {
|
|
@@ -1,8 +1,23 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const quoteSubscriptionUpgrade: ({ subscriptionId, priceListId, apiHost, token, }: {
|
|
2
|
+
subscriptionId: string;
|
|
3
|
+
priceListId: string;
|
|
4
|
+
apiHost: string;
|
|
5
|
+
token?: string | undefined;
|
|
6
|
+
}) => Promise<unknown>;
|
|
2
7
|
export declare const useCreateSubscriptionQuote: () => (subscriptionIds: string[], apiHost: string, token?: string) => Promise<unknown>;
|
|
3
8
|
export declare const useQuoteChangeUpdate: () => (charges: {
|
|
4
9
|
id: string;
|
|
5
10
|
quantity: number;
|
|
6
11
|
}[], quoteChangeId: string, apiHost: string, token?: string) => Promise<unknown>;
|
|
7
12
|
export declare const useQuoteDelete: () => (quoteId: string, apiHost: string, token?: string) => Promise<unknown>;
|
|
8
|
-
export declare const
|
|
13
|
+
export declare const quoteSubscriptionAddon: ({ subscriptionId, priceListId, apiHost, token, }: {
|
|
14
|
+
subscriptionId: string;
|
|
15
|
+
priceListId?: string | undefined;
|
|
16
|
+
apiHost: string;
|
|
17
|
+
token?: string | undefined;
|
|
18
|
+
}) => Promise<unknown>;
|
|
19
|
+
export declare const quoteSubscriptionActivate: ({ subscriptionId, apiHost, token, }: {
|
|
20
|
+
subscriptionId: string;
|
|
21
|
+
apiHost: string;
|
|
22
|
+
token?: string | undefined;
|
|
23
|
+
}) => Promise<unknown>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const quoteChangeCreate: ({ parentQuoteChangeId, priceListId, apiHost, token, quoteId, }: {
|
|
2
|
+
parentQuoteChangeId: string | null;
|
|
3
|
+
priceListId: string | null;
|
|
4
|
+
apiHost: string;
|
|
5
|
+
token?: string | undefined;
|
|
6
|
+
quoteId: string;
|
|
7
|
+
}) => Promise<any>;
|
|
8
|
+
export default quoteChangeCreate;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { QuoteCharge } from '@bunnyapp/common';
|
|
1
2
|
type QuoteChargeDeleteProps = {
|
|
2
3
|
apiHost: string;
|
|
3
4
|
quoteChargeId: string;
|
|
4
5
|
token?: string;
|
|
5
6
|
};
|
|
6
|
-
declare const quoteChargeDelete: ({ quoteChargeId, token, apiHost }: QuoteChargeDeleteProps) => Promise<
|
|
7
|
+
declare const quoteChargeDelete: ({ quoteChargeId, token, apiHost }: QuoteChargeDeleteProps) => Promise<QuoteCharge>;
|
|
7
8
|
export default quoteChargeDelete;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Quote } from '@bunnyapp/common';
|
|
2
|
-
export declare const QUOTE_FIELDS = "quote {\n formattedQuote {\n html\n }\n acceptedByName\n acceptedByTitle\n accountId\n amount\n amountDue\n applicationDate\n applied\n billingDay\n contactId\n createdAt\n credits\n currencyId\n dealId\n discount\n discountValue\n endDate\n evergreen\n expiresAt\n id\n invoiceUntil\n isPendingApprovalRequest\n kind\n message\n name\n netPaymentDays\n notes\n ownerId\n periodAmount\n poNumber\n requiresApproval\n startDate\n state\n subtotal\n taxAmount\n updatedAt\n uuid\n amountsByPeriod {\n amount\n id\n name\n }\n endDateOptions {\n endDate\n label\n }\n invoiceUntilOptions {\n endDate\n label\n }\n quoteChanges {\n currencyId\n id\n kind\n charges {\n amountsByPeriod {\n amount\n startDate\n }\n amount\n billingPeriod\n billingPeriodAmounts { id amount prorationRate }\n chargeType\n couponId\n createdAt\n currencyId\n discount\n endDate\n feature { id name code isUnit unitName }\n id\n name\n priceListCharge {\n id\n }\n priceList {\n id\n }\n couponId\n price\n priceDecimals\n priceTiers { starts price }\n pricingModel\n prorationRate\n quantity\n quantityMax\n quantityMin\n startDate\n tieredAveragePrice\n updatedAt\n kind\n }\n priceList {\n id\n plan {\n name\n }\n product {\n name\n }\n }\n }\n}";
|
|
3
2
|
type Options = {
|
|
4
3
|
quoteId?: string;
|
|
5
4
|
priceListId?: string;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Quote } from '@bunnyapp/common';
|
|
2
|
+
type Options = {
|
|
3
|
+
dealAttributes: any;
|
|
4
|
+
quoteAttributes: any;
|
|
5
|
+
token?: string;
|
|
6
|
+
apiHost: string;
|
|
7
|
+
accountId: string;
|
|
8
|
+
};
|
|
9
|
+
declare const quoteCreateWithDeal: ({ dealAttributes, quoteAttributes, accountId, token, apiHost, }: Options) => Promise<Quote>;
|
|
10
|
+
export default quoteCreateWithDeal;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Quote } from '@bunnyapp/common';
|
|
2
|
-
declare const
|
|
2
|
+
export declare const QUOTE_FIELDS: (removeFormattedQuoteField?: boolean) => string;
|
|
3
|
+
declare const getQuote: ({ id, token, apiHost, removeFormattedQuoteField, }: {
|
|
3
4
|
id: string;
|
|
4
5
|
token?: string | undefined;
|
|
5
6
|
apiHost: string;
|
|
7
|
+
removeFormattedQuoteField?: boolean | undefined;
|
|
6
8
|
}) => Promise<Quote>;
|
|
7
9
|
export default getQuote;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { PriceList, Quote, Subscription } from '@bunnyapp/common';
|
|
2
|
+
import { EditingQuoteDataType } from '../../components/Subscriptions/SubscriptionsListContainer';
|
|
3
|
+
export declare const useQuoteCreate: ({ editingQuote, setEditingQuoteData, upgradingSubscription, selectedPriceList, token, }: {
|
|
4
|
+
editingQuote?: EditingQuoteDataType | undefined;
|
|
5
|
+
setEditingQuoteData: (quoteId?: string, isTrial?: boolean) => void;
|
|
6
|
+
upgradingSubscription?: Subscription | undefined;
|
|
7
|
+
selectedPriceList?: PriceList | undefined;
|
|
8
|
+
token?: string | undefined;
|
|
9
|
+
}) => {
|
|
10
|
+
quote: Quote | undefined;
|
|
11
|
+
isQuotePending: boolean;
|
|
12
|
+
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { PriceListCharge } from '@bunnyapp/common';
|
|
2
|
-
export declare const useQuoteUpdateFeatureAddon: (
|
|
1
|
+
import { PriceListCharge, Quote } from '@bunnyapp/common';
|
|
2
|
+
export declare const useQuoteUpdateFeatureAddon: (quote: Quote | undefined, featureAddon: PriceListCharge) => {
|
|
3
3
|
handleAddFeatureAddon: () => void;
|
|
4
4
|
handleRemoveFeatureAddon: () => void;
|
|
5
5
|
isPending: boolean;
|
|
6
6
|
isChecked: boolean;
|
|
7
|
-
editingQuoteLoaded: boolean;
|
|
8
7
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Plan, PriceList, Quote } from '@bunnyapp/common';
|
|
2
|
+
export declare const useToggleAddonPlan: (quote: Quote | undefined, plan: Plan, billingPeriod: number, selectedPriceList: PriceList, setIsAddonPlanLoading: React.Dispatch<React.SetStateAction<boolean>>) => {
|
|
3
|
+
isPending: boolean;
|
|
4
|
+
addedQuoteChange: boolean;
|
|
5
|
+
deleteQuoteChange: () => void;
|
|
6
|
+
addAddonQuoteChange: () => void;
|
|
7
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Subscription } from '@bunnyapp/common';
|
|
2
|
+
export declare const ADDON_INDENTATION = 64;
|
|
3
|
+
export declare function findNonAddonSubscriptions(subscriptions: Subscription[]): Subscription[];
|
|
4
|
+
export declare function findAddonSubscriptions(parentSubscription: Subscription, subscriptions: Subscription[]): Subscription[];
|