@bunnyapp/components 1.3.0-beta.5 → 1.3.0-beta.7
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 +489 -841
- package/dist/cjs/src/components/QuotePreviewProvider.d.ts +2 -0
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/PriceListGrid.d.ts +3 -3
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/{priceListSelector/PriceListSelector.d.ts → PriceListSelector.d.ts} +2 -1
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/checkoutBar/CheckoutBarSummarySection.d.ts +3 -2
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/checkoutBar/CheckoutButton.d.ts +1 -2
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/checkoutBar/PlanPickerCheckoutBar.d.ts +2 -1
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/planPickerDesktop/EverythingPlanFeatures.d.ts +1 -2
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/planPickerDesktop/PriceListCardDesktop.d.ts +3 -4
- 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 +2 -1
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/planPickerMobile/PriceListGridMobile.d.ts +3 -2
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/priceListCard/PriceListCard.d.ts +2 -3
- 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 +1 -2
- 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 +2 -1
- 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 +1 -2
- package/dist/cjs/src/components/Subscriptions/subscriptionsList/subscriptionUtils.d.ts +1 -1
- package/dist/cjs/src/graphql/QuoteRequests.d.ts +2 -17
- package/dist/cjs/src/graphql/mutations/quoteChargeDelete.d.ts +1 -2
- package/dist/cjs/src/graphql/mutations/quoteCompose.d.ts +1 -0
- package/dist/cjs/src/graphql/queries/getQuote.d.ts +1 -3
- package/dist/cjs/src/hooks/quotes/useQuoteUpdateFeatureAddon.d.ts +3 -2
- package/dist/esm/index.js +489 -841
- package/dist/esm/src/components/QuotePreviewProvider.d.ts +2 -0
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/PriceListGrid.d.ts +3 -3
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/{priceListSelector/PriceListSelector.d.ts → PriceListSelector.d.ts} +2 -1
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/checkoutBar/CheckoutBarSummarySection.d.ts +3 -2
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/checkoutBar/CheckoutButton.d.ts +1 -2
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/checkoutBar/PlanPickerCheckoutBar.d.ts +2 -1
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/planPickerDesktop/EverythingPlanFeatures.d.ts +1 -2
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/planPickerDesktop/PriceListCardDesktop.d.ts +3 -4
- 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 +2 -1
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/planPickerMobile/PriceListGridMobile.d.ts +3 -2
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/priceListCard/PriceListCard.d.ts +2 -3
- 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 +1 -2
- 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 +2 -1
- 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 +1 -2
- package/dist/esm/src/components/Subscriptions/subscriptionsList/subscriptionUtils.d.ts +1 -1
- package/dist/esm/src/graphql/QuoteRequests.d.ts +2 -17
- package/dist/esm/src/graphql/mutations/quoteChargeDelete.d.ts +1 -2
- package/dist/esm/src/graphql/mutations/quoteCompose.d.ts +1 -0
- package/dist/esm/src/graphql/queries/getQuote.d.ts +1 -3
- package/dist/esm/src/hooks/quotes/useQuoteUpdateFeatureAddon.d.ts +3 -2
- package/package.json +2 -2
- package/dist/cjs/src/components/PlanManagerQuoteProvider.d.ts +0 -19
- package/dist/cjs/src/components/Subscriptions/AddonIndentation.d.ts +0 -8
- package/dist/cjs/src/components/Subscriptions/AddonSubscriptionCards.d.ts +0 -7
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/planPickerDesktop/PlanAddonsCard.d.ts +0 -11
- package/dist/cjs/src/components/Subscriptions/PlanManager/PlanPicker/priceListSelector/PriceListSelectorContext.d.ts +0 -9
- package/dist/cjs/src/components/Subscriptions/QuotePreviewData.d.ts +0 -6
- package/dist/cjs/src/graphql/mutations/quoteAddonCreate.d.ts +0 -7
- package/dist/cjs/src/graphql/mutations/quoteChangeCreate.d.ts +0 -8
- package/dist/cjs/src/graphql/mutations/quoteChangeDelete.d.ts +0 -6
- package/dist/cjs/src/graphql/mutations/quoteCreate.d.ts +0 -8
- package/dist/cjs/src/graphql/mutations/quoteCreateWithDeal.d.ts +0 -10
- package/dist/cjs/src/hooks/quotes/useQuoteCreate.d.ts +0 -12
- package/dist/cjs/src/hooks/useToggleAddonQuoteChange.d.ts +0 -7
- package/dist/cjs/src/utils/addonPlanUtils.d.ts +0 -4
- package/dist/esm/src/components/PlanManagerQuoteProvider.d.ts +0 -19
- package/dist/esm/src/components/Subscriptions/AddonIndentation.d.ts +0 -8
- package/dist/esm/src/components/Subscriptions/AddonSubscriptionCards.d.ts +0 -7
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/planPickerDesktop/PlanAddonsCard.d.ts +0 -11
- package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/priceListSelector/PriceListSelectorContext.d.ts +0 -9
- package/dist/esm/src/components/Subscriptions/QuotePreviewData.d.ts +0 -6
- package/dist/esm/src/graphql/mutations/quoteAddonCreate.d.ts +0 -7
- package/dist/esm/src/graphql/mutations/quoteChangeCreate.d.ts +0 -8
- package/dist/esm/src/graphql/mutations/quoteChangeDelete.d.ts +0 -6
- package/dist/esm/src/graphql/mutations/quoteCreate.d.ts +0 -8
- package/dist/esm/src/graphql/mutations/quoteCreateWithDeal.d.ts +0 -10
- package/dist/esm/src/hooks/quotes/useQuoteCreate.d.ts +0 -12
- package/dist/esm/src/hooks/useToggleAddonQuoteChange.d.ts +0 -7
- package/dist/esm/src/utils/addonPlanUtils.d.ts +0 -4
|
@@ -3,10 +3,12 @@ import { PriceList } from '@bunnyapp/common';
|
|
|
3
3
|
export type QuotePreviewData = {
|
|
4
4
|
priceList?: PriceList;
|
|
5
5
|
quantity?: number;
|
|
6
|
+
editingQuoteId?: string;
|
|
6
7
|
};
|
|
7
8
|
export type QuotePreviewContextValues = {
|
|
8
9
|
quotePreviewData?: QuotePreviewData;
|
|
9
10
|
setQuotePreviewData: React.Dispatch<React.SetStateAction<QuotePreviewData | undefined>>;
|
|
11
|
+
handleSetEditingQuote: (editingQuoteId: string) => void;
|
|
10
12
|
};
|
|
11
13
|
export declare const QuotePreviewContext: import("react").Context<QuotePreviewContextValues>;
|
|
12
14
|
declare function QuotePreviewProvider({ children }: {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { PriceList,
|
|
1
|
+
import { PriceList, 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;
|
|
5
6
|
priceListChangeOptions?: PriceListChangeOptions;
|
|
6
7
|
selectedPriceList?: PriceList;
|
|
7
8
|
selectedProduct?: Product;
|
|
@@ -9,7 +10,6 @@ type PriceListGridProps = {
|
|
|
9
10
|
priceListStart: number;
|
|
10
11
|
setPriceListStart: Dispatch<SetStateAction<number>>;
|
|
11
12
|
upgradingSubscriptionState?: Subscription;
|
|
12
|
-
selectedBillingPeriod?: BillingPeriod | undefined;
|
|
13
13
|
};
|
|
14
|
-
declare const PriceListGrid: ({ availablePriceLists, priceListChangeOptions, priceListStart, selectedPriceList, selectedProduct, setPriceListStart, subscriptions, upgradingSubscriptionState,
|
|
14
|
+
declare const PriceListGrid: ({ availablePriceLists, onChangePriceList, priceListChangeOptions, priceListStart, selectedPriceList, selectedProduct, setPriceListStart, subscriptions, upgradingSubscriptionState, }: PriceListGridProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export default PriceListGrid;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { PriceList, PriceListChangeOptions, Subscription } from '@bunnyapp/common';
|
|
2
|
-
declare const PriceListSelector: ({ arePlanChangeOptionsLoading, areSubscriptionsLoading, priceListChangeOptions, selectedPriceList, subscriptions, }: {
|
|
2
|
+
declare const PriceListSelector: ({ arePlanChangeOptionsLoading, areSubscriptionsLoading, onChangePriceList, priceListChangeOptions, selectedPriceList, subscriptions, }: {
|
|
3
3
|
arePlanChangeOptionsLoading: boolean;
|
|
4
4
|
areSubscriptionsLoading: boolean;
|
|
5
|
+
onChangePriceList: (selectedPriceList: PriceList) => void;
|
|
5
6
|
priceListChangeOptions?: PriceListChangeOptions | undefined;
|
|
6
7
|
selectedPriceList?: PriceList | undefined;
|
|
7
8
|
subscriptions: Subscription[];
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PriceList, Subscription } from '@bunnyapp/common';
|
|
2
|
-
declare const CheckoutBarSummarySection: ({ open, selectedPriceList, onClickCheckout, upgradingSubscription, }: {
|
|
1
|
+
import { PriceList, Quote, Subscription } from '@bunnyapp/common';
|
|
2
|
+
declare const CheckoutBarSummarySection: ({ open, quote, selectedPriceList, onClickCheckout, upgradingSubscription, }: {
|
|
3
3
|
open: boolean;
|
|
4
|
+
quote?: Quote | undefined;
|
|
4
5
|
selectedPriceList: PriceList;
|
|
5
6
|
onClickCheckout: () => void;
|
|
6
7
|
upgradingSubscription?: Subscription | undefined;
|
package/dist/esm/src/components/Subscriptions/PlanManager/PlanPicker/checkoutBar/CheckoutButton.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
declare const CheckoutButton: ({ checkoutButtonDisabled, onClickCheckout, loading,
|
|
1
|
+
declare const CheckoutButton: ({ checkoutButtonDisabled, onClickCheckout, loading, }: {
|
|
2
2
|
checkoutButtonDisabled: boolean;
|
|
3
3
|
onClickCheckout: () => void;
|
|
4
4
|
loading: boolean;
|
|
5
|
-
tooltipText?: string | undefined;
|
|
6
5
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export default CheckoutButton;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EditingQuoteDataType } from '../../../Subscriptions';
|
|
2
|
-
declare const PlanPickerCheckoutBarWrapper: ({ editingQuote, handlePortalErrors, onCheckoutSuccess, }: {
|
|
2
|
+
declare const PlanPickerCheckoutBarWrapper: ({ editingQuote, setEditingQuoteData, handlePortalErrors, onCheckoutSuccess, }: {
|
|
3
3
|
editingQuote?: EditingQuoteDataType | undefined;
|
|
4
|
+
setEditingQuoteData?: ((quoteId?: string, isTrial?: boolean) => void) | undefined;
|
|
4
5
|
handlePortalErrors?: ((errors: any) => void) | undefined;
|
|
5
6
|
onCheckoutSuccess: () => void;
|
|
6
7
|
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -59,10 +59,9 @@ 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, }: {
|
|
63
63
|
displayPriceLists: PriceList[];
|
|
64
64
|
plansToDisplay: number;
|
|
65
65
|
selectedProduct?: Product | undefined;
|
|
66
|
-
hideBorder?: boolean | undefined;
|
|
67
66
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
68
67
|
export default EverythingPlanFeatures;
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { Feature, PriceList, Subscription } from '@bunnyapp/common';
|
|
2
|
-
declare const PriceListCardDesktop: ({
|
|
3
|
-
hideButton?: boolean | undefined;
|
|
2
|
+
declare const PriceListCardDesktop: ({ description, disableOnClick, feature, isPriceListCurrentSubscription, isSelected, onClick, priceList, subscriptionPlan, trialRemainingDays, }: {
|
|
4
3
|
description: string;
|
|
5
|
-
|
|
4
|
+
disableOnClick: boolean;
|
|
6
5
|
feature?: Feature | undefined;
|
|
7
6
|
isPriceListCurrentSubscription: boolean;
|
|
8
7
|
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;
|
|
13
12
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
14
13
|
export default PriceListCardDesktop;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { 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;
|
|
5
6
|
priceListChangeOptions?: PriceListChangeOptions;
|
|
6
7
|
priceListStart: number;
|
|
7
8
|
selectedPriceList?: PriceList;
|
|
@@ -9,7 +10,6 @@ type PriceListGridDesktopProps = {
|
|
|
9
10
|
setPriceListStart: Dispatch<SetStateAction<number>>;
|
|
10
11
|
subscriptions: Subscription[];
|
|
11
12
|
trialRemainingDays: number;
|
|
12
|
-
selectedBillingPeriod?: BillingPeriod | undefined;
|
|
13
13
|
};
|
|
14
|
-
declare const PriceListGridDesktop: ({ availablePriceLists, priceListChangeOptions, priceListStart, selectedPriceList, selectedProduct, setPriceListStart, subscriptions, trialRemainingDays,
|
|
14
|
+
declare const PriceListGridDesktop: ({ availablePriceLists, onChangePriceList, priceListChangeOptions, priceListStart, selectedPriceList, selectedProduct, setPriceListStart, subscriptions, trialRemainingDays, }: PriceListGridDesktopProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export default PriceListGridDesktop;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { Feature, PriceList, Subscription } from '@bunnyapp/common';
|
|
2
|
-
declare const PriceListCardMobile: ({ description, disableOnClick, feature, isPriceListCurrentSubscription, isSelected, priceList, subscriptionPlan, trialRemainingDays, }: {
|
|
2
|
+
declare const PriceListCardMobile: ({ description, disableOnClick, feature, isPriceListCurrentSubscription, isSelected, onClick, 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;
|
|
8
9
|
priceList: PriceList;
|
|
9
10
|
subscriptionPlan?: Subscription | undefined;
|
|
10
11
|
trialRemainingDays?: number | undefined;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PriceList, PriceListChangeOptions, Product, Subscription } from
|
|
2
|
-
declare const PriceListGridMobile: ({ availablePriceLists, priceListChangeOptions, selectedPriceList, selectedProduct, subscriptions, trialRemainingDays, }: {
|
|
1
|
+
import { PriceList, PriceListChangeOptions, Product, Subscription } from "@bunnyapp/common";
|
|
2
|
+
declare const PriceListGridMobile: ({ availablePriceLists, onChangePriceList, priceListChangeOptions, selectedPriceList, selectedProduct, subscriptions, trialRemainingDays, }: {
|
|
3
3
|
availablePriceLists: PriceList[];
|
|
4
|
+
onChangePriceList: (selectedPriceList: PriceList) => void;
|
|
4
5
|
priceListChangeOptions?: PriceListChangeOptions | undefined;
|
|
5
6
|
selectedPriceList?: PriceList | undefined;
|
|
6
7
|
selectedProduct?: Product | undefined;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { PriceList, Subscription } from '@bunnyapp/common';
|
|
2
|
-
declare const PriceListCard: ({
|
|
3
|
-
hideButton?: boolean | undefined;
|
|
2
|
+
declare const PriceListCard: ({ isSelected, onClick, priceList, subscriptions, trialRemainingDays, }: {
|
|
4
3
|
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;
|
|
9
8
|
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
10
9
|
export default PriceListCard;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PriceList, Subscription } from '@bunnyapp/common';
|
|
2
|
-
declare const PriceListCardButton: ({
|
|
3
|
-
|
|
2
|
+
declare const PriceListCardButton: ({ disableOnClick, isPriceListCurrentSubscription, isSelected, priceList, subscriptionPlan, }: {
|
|
3
|
+
disableOnClick: boolean;
|
|
4
4
|
isPriceListCurrentSubscription: boolean;
|
|
5
5
|
isSelected: boolean;
|
|
6
6
|
priceList: PriceList;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PriceList } from '@bunnyapp/common';
|
|
2
|
-
declare const PriceListCardPrice: ({ priceList
|
|
2
|
+
declare const PriceListCardPrice: ({ priceList }: {
|
|
3
3
|
priceList: PriceList;
|
|
4
|
-
fontSize?: string | undefined;
|
|
5
4
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
6
5
|
export default PriceListCardPrice;
|
|
@@ -3,7 +3,8 @@ 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, canPurchaseFeatureAddons, }: {
|
|
7
7
|
priceList: PriceList;
|
|
8
8
|
upgradingSubscription: Subscription | undefined;
|
|
9
|
+
canPurchaseFeatureAddons: boolean;
|
|
9
10
|
}) => boolean;
|
package/dist/esm/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;
|
|
4
|
+
onCancelSubscriptionClick: (subscription: Subscription) => void;
|
|
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,9 +1,8 @@
|
|
|
1
1
|
import { PriceListChangeOptions, Subscription } from '@bunnyapp/common';
|
|
2
|
-
declare const SubscriptionCardDesktop: ({ onChangePlanClick, onCancelSubscriptionClick, priceListChangeOptions, subscription,
|
|
2
|
+
declare const SubscriptionCardDesktop: ({ onChangePlanClick, onCancelSubscriptionClick, priceListChangeOptions, subscription, }: {
|
|
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;
|
|
8
7
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export default SubscriptionCardDesktop;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Plan, Product, Quote,
|
|
1
|
+
import { Plan, Product, Quote, Subscription, SubscriptionCharge, QuoteChangeKind } 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,23 +1,8 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
subscriptionId: string;
|
|
3
|
-
priceListId: string;
|
|
4
|
-
apiHost: string;
|
|
5
|
-
token?: string | undefined;
|
|
6
|
-
}) => Promise<unknown>;
|
|
1
|
+
export declare const useQuoteSubscriptionUpgrade: () => (subscriptionId: string, priceListId: string, apiHost: string, token?: string) => Promise<unknown>;
|
|
7
2
|
export declare const useCreateSubscriptionQuote: () => (subscriptionIds: string[], apiHost: string, token?: string) => Promise<unknown>;
|
|
8
3
|
export declare const useQuoteChangeUpdate: () => (charges: {
|
|
9
4
|
id: string;
|
|
10
5
|
quantity: number;
|
|
11
6
|
}[], quoteChangeId: string, apiHost: string, token?: string) => Promise<unknown>;
|
|
12
7
|
export declare const useQuoteDelete: () => (quoteId: string, apiHost: string, token?: string) => Promise<unknown>;
|
|
13
|
-
export declare const
|
|
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>;
|
|
8
|
+
export declare const useQuoteSubscriptionActivate: () => (subscriptionId: string, apiHost: string, token?: string) => Promise<unknown>;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { QuoteCharge } from '@bunnyapp/common';
|
|
2
1
|
type QuoteChargeDeleteProps = {
|
|
3
2
|
apiHost: string;
|
|
4
3
|
quoteChargeId: string;
|
|
5
4
|
token?: string;
|
|
6
5
|
};
|
|
7
|
-
declare const quoteChargeDelete: ({ quoteChargeId, token, apiHost }: QuoteChargeDeleteProps) => Promise<
|
|
6
|
+
declare const quoteChargeDelete: ({ quoteChargeId, token, apiHost }: QuoteChargeDeleteProps) => Promise<unknown>;
|
|
8
7
|
export default quoteChargeDelete;
|
|
@@ -1,4 +1,5 @@
|
|
|
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}";
|
|
2
3
|
type Options = {
|
|
3
4
|
quoteId?: string;
|
|
4
5
|
priceListId?: string;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Quote } from '@bunnyapp/common';
|
|
2
|
-
|
|
3
|
-
declare const getQuote: ({ id, token, apiHost, removeFormattedQuoteField, }: {
|
|
2
|
+
declare const getQuote: ({ id, token, apiHost, }: {
|
|
4
3
|
id: string;
|
|
5
4
|
token?: string | undefined;
|
|
6
5
|
apiHost: string;
|
|
7
|
-
removeFormattedQuoteField?: boolean | undefined;
|
|
8
6
|
}) => Promise<Quote>;
|
|
9
7
|
export default getQuote;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { PriceListCharge
|
|
2
|
-
export declare const useQuoteUpdateFeatureAddon: (
|
|
1
|
+
import { PriceListCharge } from '@bunnyapp/common';
|
|
2
|
+
export declare const useQuoteUpdateFeatureAddon: (quoteId: string | undefined, featureAddon: PriceListCharge) => {
|
|
3
3
|
handleAddFeatureAddon: () => void;
|
|
4
4
|
handleRemoveFeatureAddon: () => void;
|
|
5
5
|
isPending: boolean;
|
|
6
6
|
isChecked: boolean;
|
|
7
|
+
editingQuoteLoaded: boolean;
|
|
7
8
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bunnyapp/components",
|
|
3
|
-
"version": "1.3.0-beta.
|
|
3
|
+
"version": "1.3.0-beta.7",
|
|
4
4
|
"description": "Components from the Bunny portal to embed Bunny UI functionality into your application.",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ant-design/icons": "^5.6.1",
|
|
67
|
-
"@bunnyapp/common": "^1.1.0-beta.
|
|
67
|
+
"@bunnyapp/common": "^1.1.0-beta.5",
|
|
68
68
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
69
69
|
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
70
70
|
"@fortawesome/free-regular-svg-icons": "^6.7.2",
|
|
@@ -1,19 +0,0 @@
|
|
|
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;
|
|
@@ -1,7 +0,0 @@
|
|
|
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,11 +0,0 @@
|
|
|
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,9 +0,0 @@
|
|
|
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;
|
|
@@ -1,8 +0,0 @@
|
|
|
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,10 +0,0 @@
|
|
|
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,12 +0,0 @@
|
|
|
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,7 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
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[];
|
|
@@ -1,19 +0,0 @@
|
|
|
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;
|
|
@@ -1,7 +0,0 @@
|
|
|
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,11 +0,0 @@
|
|
|
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,9 +0,0 @@
|
|
|
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;
|
|
@@ -1,8 +0,0 @@
|
|
|
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,10 +0,0 @@
|
|
|
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;
|