@saasquatch/mint-components 1.15.0-49 → 1.15.0-50
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/{IndirectTaxDetailsView-e379406f.js → IndirectTaxDetailsView-6e117dd3.js} +2 -2
- package/dist/cjs/{ShadowViewAddon-3558387a.js → ShadowViewAddon-e1bcffe2.js} +81 -58
- package/dist/cjs/{global-4a3008b4.js → global-6d0d196d.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/{mockRewardData-6e4a90f9.js → mockRewardData-baa02051.js} +1 -1
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +124 -6
- package/dist/cjs/sqm-big-stat_42.cjs.entry.js +9 -6
- package/dist/cjs/sqm-code-verification.cjs.entry.js +1 -1
- package/dist/cjs/sqm-email-verification.cjs.entry.js +1 -1
- package/dist/cjs/sqm-empty_4.cjs.entry.js +2 -8
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-container-view-70eaf785.js → sqm-portal-container-view-07e4343f.js} +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-9ba1a75d.js → sqm-portal-email-verification-view-14ea3a91.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-profile-view-c4c80164.js → sqm-portal-profile-view-570d2ae3.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +4 -4
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +3 -3
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +62 -32
- package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +38 -3
- package/dist/cjs/{utils-1b04e1c8.js → utils-0b09e2cb.js} +1 -1
- package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.js +1 -1
- package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +1 -1
- package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +1 -8
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +1 -1
- package/dist/collection/components/sqm-referral-table/mockReferralData.js +1 -1
- package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeList.stories.js +19 -19
- package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeListData.js +31 -5
- package/dist/collection/components/sqm-reward-exchange-list/progressBar.js +10 -10
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +38 -41
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +1 -2
- package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +2 -2
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +1 -1
- package/dist/collection/components/sqm-rewards-table/mockRewardData.js +1 -1
- package/dist/collection/components/sqm-stencilbook/Themes.js +4 -0
- package/dist/collection/components/tax-and-cash/BankingForm.stories.js +12 -0
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +16 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/formDefinitions.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +36 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +106 -3
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +7 -0
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +38 -0
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +79 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +4 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +206 -3
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/small-views/DocusignExpiredView.js +1 -1
- package/dist/collection/global/styles.js +1 -1
- package/dist/collection/global/styles.ts +1 -1
- package/dist/esm/{IndirectTaxDetailsView-1600022e.js → IndirectTaxDetailsView-2eff2cc8.js} +2 -2
- package/dist/esm/{ShadowViewAddon-8af65b53.js → ShadowViewAddon-dc890af9.js} +81 -58
- package/dist/esm/{global-9c1112d1.js → global-64286824.js} +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/{mockRewardData-bdc54f2e.js → mockRewardData-3d8fe7b0.js} +1 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +124 -6
- package/dist/esm/sqm-big-stat_42.entry.js +9 -6
- package/dist/esm/sqm-code-verification.entry.js +1 -1
- package/dist/esm/sqm-email-verification.entry.js +1 -1
- package/dist/esm/sqm-empty_4.entry.js +2 -8
- package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm/sqm-pagination_3.entry.js +1 -1
- package/dist/esm/{sqm-portal-container-view-f0b1ccfc.js → sqm-portal-container-view-176e92e3.js} +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-10d41c81.js → sqm-portal-email-verification-view-86d50913.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-7709257a.js → sqm-portal-profile-view-c2b82f77.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +4 -4
- package/dist/esm/sqm-rewards-table_9.entry.js +3 -3
- package/dist/esm/sqm-stencilbook.entry.js +62 -32
- package/dist/esm/sqm-tax-and-cash.entry.js +38 -3
- package/dist/esm/{utils-1d251439.js → utils-517e9b20.js} +1 -1
- package/dist/esm-es5/{IndirectTaxDetailsView-1600022e.js → IndirectTaxDetailsView-2eff2cc8.js} +1 -1
- package/dist/esm-es5/{ShadowViewAddon-8af65b53.js → ShadowViewAddon-dc890af9.js} +1 -1
- package/dist/esm-es5/{global-9c1112d1.js → global-64286824.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_42.entry.js +1 -1
- package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-container-view-f0b1ccfc.js → sqm-portal-container-view-176e92e3.js} +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-10d41c81.js → sqm-portal-email-verification-view-86d50913.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-7709257a.js → sqm-portal-profile-view-c2b82f77.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tax-and-cash.entry.js +1 -1
- package/dist/esm-es5/{utils-1d251439.js → utils-517e9b20.js} +1 -1
- package/dist/mint-components/global/styles.ts +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-01082bad.js → p-01c508cc.js} +1 -1
- package/dist/mint-components/{p-a5177c16.system.entry.js → p-08cf4237.system.entry.js} +1 -1
- package/dist/mint-components/{p-1c8e7298.entry.js → p-106e808d.entry.js} +1 -1
- package/dist/mint-components/{p-76bfc42f.entry.js → p-191c1dbf.entry.js} +1 -1
- package/dist/mint-components/{p-ec6ec018.entry.js → p-1fb297f9.entry.js} +5 -5
- package/dist/mint-components/{p-9c954c08.entry.js → p-305cbc9b.entry.js} +1 -1
- package/dist/mint-components/{p-2f46db5e.system.entry.js → p-3ca0adb2.system.entry.js} +1 -1
- package/dist/mint-components/{p-314ad8e8.entry.js → p-3f35ded4.entry.js} +1 -1
- package/dist/mint-components/p-4904d54f.system.js +1 -0
- package/dist/mint-components/{p-68e6e362.js → p-50ee4d5e.js} +1 -1
- package/dist/mint-components/p-51810653.system.entry.js +1 -0
- package/dist/mint-components/{p-53c69c51.system.js → p-5856f946.system.js} +1 -1
- package/dist/mint-components/{p-e94a37bc.system.entry.js → p-59270c5f.system.entry.js} +1 -1
- package/dist/mint-components/{p-cf616a3d.system.entry.js → p-5a44e1d2.system.entry.js} +1 -1
- package/dist/mint-components/{p-aea6d974.system.js → p-5c362093.system.js} +1 -1
- package/dist/mint-components/p-620e625b.system.entry.js +1 -0
- package/dist/mint-components/{p-26fe5b91.entry.js → p-6491939b.entry.js} +11 -11
- package/dist/mint-components/{p-b34966f6.system.js → p-71bc7f52.system.js} +1 -1
- package/dist/mint-components/{p-5737a72e.system.entry.js → p-73a761b4.system.entry.js} +1 -1
- package/dist/mint-components/p-79a50a65.entry.js +1 -0
- package/dist/mint-components/p-7e0c12e3.entry.js +1 -0
- package/dist/mint-components/p-9199ab6d.system.entry.js +1 -0
- package/dist/mint-components/{p-572ec8d4.js → p-9580aac3.js} +1 -1
- package/dist/mint-components/{p-afe1ea2d.system.entry.js → p-9697bb3f.system.entry.js} +1 -1
- package/dist/mint-components/p-9b52645f.entry.js +9 -0
- package/dist/mint-components/{p-07bcefdc.js → p-9b7745db.js} +4 -4
- package/dist/mint-components/{p-f063930a.entry.js → p-9c73e84d.entry.js} +2 -2
- package/dist/mint-components/{p-07ad62e8.system.entry.js → p-a2e377aa.system.entry.js} +1 -1
- package/dist/mint-components/p-a6f4fb03.system.js +1 -0
- package/dist/mint-components/{p-880bbd84.system.js → p-aadb1a8a.system.js} +1 -1
- package/dist/mint-components/{p-11d52524.js → p-b12bd1e1.js} +1 -1
- package/dist/mint-components/{p-6964a69b.system.js → p-b3f6377c.system.js} +1 -1
- package/dist/mint-components/{p-9c298d88.entry.js → p-bcee8002.entry.js} +1 -1
- package/dist/mint-components/{p-16034601.entry.js → p-c2b880ef.entry.js} +1 -1
- package/dist/mint-components/p-cbc93735.system.entry.js +1 -0
- package/dist/mint-components/p-d5b01068.system.entry.js +1 -0
- package/dist/mint-components/{p-208b3b3d.js → p-dbf52a1f.js} +1 -1
- package/dist/mint-components/{p-8314626a.js → p-e078e746.js} +1 -1
- package/dist/mint-components/{p-9aa2c2fe.entry.js → p-e59eba75.entry.js} +1 -1
- package/dist/mint-components/{p-4e2e901f.system.entry.js → p-edfa670f.system.entry.js} +1 -1
- package/dist/mint-components/{p-972b9791.system.js → p-f03bd6ad.system.js} +1 -1
- package/dist/types/components/sqm-reward-exchange-list/RewardExchangeListData.d.ts +457 -437
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +1 -1
- package/dist/types/components/tax-and-cash/BankingForm.stories.d.ts +1 -0
- package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +6 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +16 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +6 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.d.ts +12 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +3 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +35 -0
- package/dist/types/components.d.ts +126 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/mint-components/p-0592dc0b.system.js +0 -1
- package/dist/mint-components/p-114fcd0e.entry.js +0 -1
- package/dist/mint-components/p-1f7a26e2.entry.js +0 -9
- package/dist/mint-components/p-5b1ae2f4.system.entry.js +0 -1
- package/dist/mint-components/p-67d1a31e.entry.js +0 -1
- package/dist/mint-components/p-802762ab.system.js +0 -1
- package/dist/mint-components/p-8f33e814.system.entry.js +0 -1
- package/dist/mint-components/p-ba2c9746.system.entry.js +0 -1
- package/dist/mint-components/p-d2df58a5.system.entry.js +0 -1
- package/dist/mint-components/p-e3a9496d.system.entry.js +0 -1
- /package/dist/esm-es5/{mockRewardData-bdc54f2e.js → mockRewardData-3d8fe7b0.js} +0 -0
- /package/dist/mint-components/{p-6cff599f.system.js → p-9841c478.system.js} +0 -0
- /package/dist/mint-components/{p-4254a9b6.js → p-a11426b2.js} +0 -0
|
@@ -1,5 +1,15 @@
|
|
|
1
|
+
import { ExchangeItem } from "./useRewardExchangeList";
|
|
1
2
|
export declare const rewardExchange: {
|
|
2
3
|
states: {
|
|
4
|
+
selectedItem: ExchangeItem;
|
|
5
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
6
|
+
redeemStage: string;
|
|
7
|
+
amount: number;
|
|
8
|
+
exchangeError: boolean;
|
|
9
|
+
queryError: boolean;
|
|
10
|
+
loading: boolean;
|
|
11
|
+
open: boolean;
|
|
12
|
+
noExchangeOptions: boolean;
|
|
3
13
|
content: {
|
|
4
14
|
text: {
|
|
5
15
|
notAvailableError: string;
|
|
@@ -14,48 +24,49 @@ export declare const rewardExchange: {
|
|
|
14
24
|
redeemText: string;
|
|
15
25
|
redeemTitle: string;
|
|
16
26
|
redemptionSuccessText: string;
|
|
17
|
-
|
|
27
|
+
sourceAmountMessage: string;
|
|
18
28
|
tooltipText: string;
|
|
29
|
+
doneText: string;
|
|
19
30
|
selectText: string;
|
|
20
|
-
sourceAmountMessage: string;
|
|
21
|
-
rewardRedeemedText: string;
|
|
22
31
|
redemptionError: string;
|
|
32
|
+
notEnoughError: string;
|
|
23
33
|
queryError: string;
|
|
24
34
|
promoCode: string;
|
|
25
35
|
skeletonCardNum: number;
|
|
26
36
|
rewardNameTitle: string;
|
|
27
37
|
rewardAmountTitle: string;
|
|
38
|
+
rewardRedeemedText: string;
|
|
28
39
|
costTitle: string;
|
|
29
|
-
|
|
30
|
-
empty: any;
|
|
40
|
+
empty: import("@stencil/core").VNode;
|
|
31
41
|
};
|
|
32
42
|
};
|
|
33
|
-
queryError: boolean;
|
|
34
|
-
redeemStage: string;
|
|
35
|
-
amount: number;
|
|
36
|
-
exchangeError: boolean;
|
|
37
|
-
loading: boolean;
|
|
38
|
-
selectedItem: any;
|
|
39
|
-
selectedStep: any;
|
|
40
|
-
noExchangeOptions: boolean;
|
|
41
|
-
open: boolean;
|
|
42
43
|
};
|
|
43
44
|
data: {
|
|
44
45
|
exchangeList: any;
|
|
45
|
-
fuelTankCode
|
|
46
|
+
fuelTankCode?: string;
|
|
46
47
|
};
|
|
47
48
|
callbacks: {
|
|
48
|
-
exchangeReward:
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
setExchangeState:
|
|
52
|
-
copyFuelTankCode:
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
49
|
+
exchangeReward: (e: unknown) => unknown;
|
|
50
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
51
|
+
resetState: (refresh?: boolean) => void;
|
|
52
|
+
setExchangeState: Function;
|
|
53
|
+
copyFuelTankCode: () => void;
|
|
54
|
+
};
|
|
55
|
+
refs?: {
|
|
56
|
+
canvasRef: any;
|
|
57
|
+
};
|
|
56
58
|
};
|
|
57
59
|
export declare const demoRewardExchange: {
|
|
58
60
|
states: {
|
|
61
|
+
selectedItem: ExchangeItem;
|
|
62
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
63
|
+
redeemStage: string;
|
|
64
|
+
amount: number;
|
|
65
|
+
exchangeError: boolean;
|
|
66
|
+
queryError: boolean;
|
|
67
|
+
loading: boolean;
|
|
68
|
+
open: boolean;
|
|
69
|
+
noExchangeOptions: boolean;
|
|
59
70
|
content: {
|
|
60
71
|
text: {
|
|
61
72
|
notAvailableError: string;
|
|
@@ -70,48 +81,49 @@ export declare const demoRewardExchange: {
|
|
|
70
81
|
redeemText: string;
|
|
71
82
|
redeemTitle: string;
|
|
72
83
|
redemptionSuccessText: string;
|
|
73
|
-
|
|
84
|
+
sourceAmountMessage: string;
|
|
74
85
|
tooltipText: string;
|
|
86
|
+
doneText: string;
|
|
75
87
|
selectText: string;
|
|
76
|
-
sourceAmountMessage: string;
|
|
77
|
-
rewardRedeemedText: string;
|
|
78
88
|
redemptionError: string;
|
|
89
|
+
notEnoughError: string;
|
|
79
90
|
queryError: string;
|
|
80
91
|
promoCode: string;
|
|
81
92
|
skeletonCardNum: number;
|
|
82
93
|
rewardNameTitle: string;
|
|
83
94
|
rewardAmountTitle: string;
|
|
95
|
+
rewardRedeemedText: string;
|
|
84
96
|
costTitle: string;
|
|
85
|
-
|
|
86
|
-
empty: any;
|
|
97
|
+
empty: import("@stencil/core").VNode;
|
|
87
98
|
};
|
|
88
99
|
};
|
|
89
|
-
queryError: boolean;
|
|
90
|
-
redeemStage: string;
|
|
91
|
-
amount: number;
|
|
92
|
-
exchangeError: boolean;
|
|
93
|
-
loading: boolean;
|
|
94
|
-
selectedItem: any;
|
|
95
|
-
selectedStep: any;
|
|
96
|
-
noExchangeOptions: boolean;
|
|
97
|
-
open: boolean;
|
|
98
100
|
};
|
|
99
101
|
data: {
|
|
100
102
|
exchangeList: any;
|
|
101
|
-
fuelTankCode
|
|
103
|
+
fuelTankCode?: string;
|
|
102
104
|
};
|
|
103
105
|
callbacks: {
|
|
104
|
-
exchangeReward:
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
setExchangeState:
|
|
108
|
-
copyFuelTankCode:
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
106
|
+
exchangeReward: (e: unknown) => unknown;
|
|
107
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
108
|
+
resetState: (refresh?: boolean) => void;
|
|
109
|
+
setExchangeState: Function;
|
|
110
|
+
copyFuelTankCode: () => void;
|
|
111
|
+
};
|
|
112
|
+
refs?: {
|
|
113
|
+
canvasRef: any;
|
|
114
|
+
};
|
|
112
115
|
};
|
|
113
116
|
export declare const rewardExchangeLongText: {
|
|
114
117
|
states: {
|
|
118
|
+
selectedItem: ExchangeItem;
|
|
119
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
120
|
+
redeemStage: string;
|
|
121
|
+
amount: number;
|
|
122
|
+
exchangeError: boolean;
|
|
123
|
+
queryError: boolean;
|
|
124
|
+
loading: boolean;
|
|
125
|
+
open: boolean;
|
|
126
|
+
noExchangeOptions: boolean;
|
|
115
127
|
content: {
|
|
116
128
|
text: {
|
|
117
129
|
notAvailableError: string;
|
|
@@ -126,48 +138,49 @@ export declare const rewardExchangeLongText: {
|
|
|
126
138
|
redeemText: string;
|
|
127
139
|
redeemTitle: string;
|
|
128
140
|
redemptionSuccessText: string;
|
|
129
|
-
|
|
141
|
+
sourceAmountMessage: string;
|
|
130
142
|
tooltipText: string;
|
|
143
|
+
doneText: string;
|
|
131
144
|
selectText: string;
|
|
132
|
-
sourceAmountMessage: string;
|
|
133
|
-
rewardRedeemedText: string;
|
|
134
145
|
redemptionError: string;
|
|
146
|
+
notEnoughError: string;
|
|
135
147
|
queryError: string;
|
|
136
148
|
promoCode: string;
|
|
137
149
|
skeletonCardNum: number;
|
|
138
150
|
rewardNameTitle: string;
|
|
139
151
|
rewardAmountTitle: string;
|
|
152
|
+
rewardRedeemedText: string;
|
|
140
153
|
costTitle: string;
|
|
141
|
-
|
|
142
|
-
empty: any;
|
|
154
|
+
empty: import("@stencil/core").VNode;
|
|
143
155
|
};
|
|
144
156
|
};
|
|
145
|
-
queryError: boolean;
|
|
146
|
-
redeemStage: string;
|
|
147
|
-
amount: number;
|
|
148
|
-
exchangeError: boolean;
|
|
149
|
-
loading: boolean;
|
|
150
|
-
selectedItem: any;
|
|
151
|
-
selectedStep: any;
|
|
152
|
-
noExchangeOptions: boolean;
|
|
153
|
-
open: boolean;
|
|
154
157
|
};
|
|
155
158
|
data: {
|
|
156
159
|
exchangeList: any;
|
|
157
|
-
fuelTankCode
|
|
160
|
+
fuelTankCode?: string;
|
|
158
161
|
};
|
|
159
162
|
callbacks: {
|
|
160
|
-
exchangeReward:
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
setExchangeState:
|
|
164
|
-
copyFuelTankCode:
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
163
|
+
exchangeReward: (e: unknown) => unknown;
|
|
164
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
165
|
+
resetState: (refresh?: boolean) => void;
|
|
166
|
+
setExchangeState: Function;
|
|
167
|
+
copyFuelTankCode: () => void;
|
|
168
|
+
};
|
|
169
|
+
refs?: {
|
|
170
|
+
canvasRef: any;
|
|
171
|
+
};
|
|
168
172
|
};
|
|
169
173
|
export declare const rewardExchangeCustomErrorMsg: {
|
|
170
174
|
states: {
|
|
175
|
+
selectedItem: ExchangeItem;
|
|
176
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
177
|
+
redeemStage: string;
|
|
178
|
+
amount: number;
|
|
179
|
+
exchangeError: boolean;
|
|
180
|
+
queryError: boolean;
|
|
181
|
+
loading: boolean;
|
|
182
|
+
open: boolean;
|
|
183
|
+
noExchangeOptions: boolean;
|
|
171
184
|
content: {
|
|
172
185
|
text: {
|
|
173
186
|
notAvailableError: string;
|
|
@@ -182,48 +195,49 @@ export declare const rewardExchangeCustomErrorMsg: {
|
|
|
182
195
|
redeemText: string;
|
|
183
196
|
redeemTitle: string;
|
|
184
197
|
redemptionSuccessText: string;
|
|
185
|
-
|
|
198
|
+
sourceAmountMessage: string;
|
|
186
199
|
tooltipText: string;
|
|
200
|
+
doneText: string;
|
|
187
201
|
selectText: string;
|
|
188
|
-
sourceAmountMessage: string;
|
|
189
|
-
rewardRedeemedText: string;
|
|
190
202
|
redemptionError: string;
|
|
203
|
+
notEnoughError: string;
|
|
191
204
|
queryError: string;
|
|
192
205
|
promoCode: string;
|
|
193
206
|
skeletonCardNum: number;
|
|
194
207
|
rewardNameTitle: string;
|
|
195
208
|
rewardAmountTitle: string;
|
|
209
|
+
rewardRedeemedText: string;
|
|
196
210
|
costTitle: string;
|
|
197
|
-
|
|
198
|
-
empty: any;
|
|
211
|
+
empty: import("@stencil/core").VNode;
|
|
199
212
|
};
|
|
200
213
|
};
|
|
201
|
-
queryError: boolean;
|
|
202
|
-
redeemStage: string;
|
|
203
|
-
amount: number;
|
|
204
|
-
exchangeError: boolean;
|
|
205
|
-
loading: boolean;
|
|
206
|
-
selectedItem: any;
|
|
207
|
-
selectedStep: any;
|
|
208
|
-
noExchangeOptions: boolean;
|
|
209
|
-
open: boolean;
|
|
210
214
|
};
|
|
211
215
|
data: {
|
|
212
216
|
exchangeList: any;
|
|
213
|
-
fuelTankCode
|
|
217
|
+
fuelTankCode?: string;
|
|
214
218
|
};
|
|
215
219
|
callbacks: {
|
|
216
|
-
exchangeReward:
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
setExchangeState:
|
|
220
|
-
copyFuelTankCode:
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
220
|
+
exchangeReward: (e: unknown) => unknown;
|
|
221
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
222
|
+
resetState: (refresh?: boolean) => void;
|
|
223
|
+
setExchangeState: Function;
|
|
224
|
+
copyFuelTankCode: () => void;
|
|
225
|
+
};
|
|
226
|
+
refs?: {
|
|
227
|
+
canvasRef: any;
|
|
228
|
+
};
|
|
224
229
|
};
|
|
225
230
|
export declare const rewardExchangeSelected: {
|
|
226
231
|
states: {
|
|
232
|
+
selectedItem: ExchangeItem;
|
|
233
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
234
|
+
redeemStage: string;
|
|
235
|
+
amount: number;
|
|
236
|
+
exchangeError: boolean;
|
|
237
|
+
queryError: boolean;
|
|
238
|
+
loading: boolean;
|
|
239
|
+
open: boolean;
|
|
240
|
+
noExchangeOptions: boolean;
|
|
227
241
|
content: {
|
|
228
242
|
text: {
|
|
229
243
|
notAvailableError: string;
|
|
@@ -238,48 +252,49 @@ export declare const rewardExchangeSelected: {
|
|
|
238
252
|
redeemText: string;
|
|
239
253
|
redeemTitle: string;
|
|
240
254
|
redemptionSuccessText: string;
|
|
241
|
-
|
|
255
|
+
sourceAmountMessage: string;
|
|
242
256
|
tooltipText: string;
|
|
257
|
+
doneText: string;
|
|
243
258
|
selectText: string;
|
|
244
|
-
sourceAmountMessage: string;
|
|
245
|
-
rewardRedeemedText: string;
|
|
246
259
|
redemptionError: string;
|
|
260
|
+
notEnoughError: string;
|
|
247
261
|
queryError: string;
|
|
248
262
|
promoCode: string;
|
|
249
263
|
skeletonCardNum: number;
|
|
250
264
|
rewardNameTitle: string;
|
|
251
265
|
rewardAmountTitle: string;
|
|
266
|
+
rewardRedeemedText: string;
|
|
252
267
|
costTitle: string;
|
|
253
|
-
|
|
254
|
-
empty: any;
|
|
268
|
+
empty: import("@stencil/core").VNode;
|
|
255
269
|
};
|
|
256
270
|
};
|
|
257
|
-
queryError: boolean;
|
|
258
|
-
redeemStage: string;
|
|
259
|
-
amount: number;
|
|
260
|
-
exchangeError: boolean;
|
|
261
|
-
loading: boolean;
|
|
262
|
-
selectedItem: any;
|
|
263
|
-
selectedStep: any;
|
|
264
|
-
noExchangeOptions: boolean;
|
|
265
|
-
open: boolean;
|
|
266
271
|
};
|
|
267
272
|
data: {
|
|
268
273
|
exchangeList: any;
|
|
269
|
-
fuelTankCode
|
|
274
|
+
fuelTankCode?: string;
|
|
270
275
|
};
|
|
271
276
|
callbacks: {
|
|
272
|
-
exchangeReward:
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
setExchangeState:
|
|
276
|
-
copyFuelTankCode:
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
277
|
+
exchangeReward: (e: unknown) => unknown;
|
|
278
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
279
|
+
resetState: (refresh?: boolean) => void;
|
|
280
|
+
setExchangeState: Function;
|
|
281
|
+
copyFuelTankCode: () => void;
|
|
282
|
+
};
|
|
283
|
+
refs?: {
|
|
284
|
+
canvasRef: any;
|
|
285
|
+
};
|
|
280
286
|
};
|
|
281
287
|
export declare const chooseAmountVariable: {
|
|
282
288
|
states: {
|
|
289
|
+
selectedItem: ExchangeItem;
|
|
290
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
291
|
+
redeemStage: string;
|
|
292
|
+
amount: number;
|
|
293
|
+
exchangeError: boolean;
|
|
294
|
+
queryError: boolean;
|
|
295
|
+
loading: boolean;
|
|
296
|
+
open: boolean;
|
|
297
|
+
noExchangeOptions: boolean;
|
|
283
298
|
content: {
|
|
284
299
|
text: {
|
|
285
300
|
notAvailableError: string;
|
|
@@ -294,48 +309,49 @@ export declare const chooseAmountVariable: {
|
|
|
294
309
|
redeemText: string;
|
|
295
310
|
redeemTitle: string;
|
|
296
311
|
redemptionSuccessText: string;
|
|
297
|
-
|
|
312
|
+
sourceAmountMessage: string;
|
|
298
313
|
tooltipText: string;
|
|
314
|
+
doneText: string;
|
|
299
315
|
selectText: string;
|
|
300
|
-
sourceAmountMessage: string;
|
|
301
|
-
rewardRedeemedText: string;
|
|
302
316
|
redemptionError: string;
|
|
317
|
+
notEnoughError: string;
|
|
303
318
|
queryError: string;
|
|
304
319
|
promoCode: string;
|
|
305
320
|
skeletonCardNum: number;
|
|
306
321
|
rewardNameTitle: string;
|
|
307
322
|
rewardAmountTitle: string;
|
|
323
|
+
rewardRedeemedText: string;
|
|
308
324
|
costTitle: string;
|
|
309
|
-
|
|
310
|
-
empty: any;
|
|
325
|
+
empty: import("@stencil/core").VNode;
|
|
311
326
|
};
|
|
312
327
|
};
|
|
313
|
-
queryError: boolean;
|
|
314
|
-
redeemStage: string;
|
|
315
|
-
amount: number;
|
|
316
|
-
exchangeError: boolean;
|
|
317
|
-
loading: boolean;
|
|
318
|
-
selectedItem: any;
|
|
319
|
-
selectedStep: any;
|
|
320
|
-
noExchangeOptions: boolean;
|
|
321
|
-
open: boolean;
|
|
322
328
|
};
|
|
323
329
|
data: {
|
|
324
330
|
exchangeList: any;
|
|
325
|
-
fuelTankCode
|
|
331
|
+
fuelTankCode?: string;
|
|
326
332
|
};
|
|
327
333
|
callbacks: {
|
|
328
|
-
exchangeReward:
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
setExchangeState:
|
|
332
|
-
copyFuelTankCode:
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
334
|
+
exchangeReward: (e: unknown) => unknown;
|
|
335
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
336
|
+
resetState: (refresh?: boolean) => void;
|
|
337
|
+
setExchangeState: Function;
|
|
338
|
+
copyFuelTankCode: () => void;
|
|
339
|
+
};
|
|
340
|
+
refs?: {
|
|
341
|
+
canvasRef: any;
|
|
342
|
+
};
|
|
336
343
|
};
|
|
337
344
|
export declare const chooseAmountVariableNoDescription: {
|
|
338
345
|
states: {
|
|
346
|
+
selectedItem: ExchangeItem;
|
|
347
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
348
|
+
redeemStage: string;
|
|
349
|
+
amount: number;
|
|
350
|
+
exchangeError: boolean;
|
|
351
|
+
queryError: boolean;
|
|
352
|
+
loading: boolean;
|
|
353
|
+
open: boolean;
|
|
354
|
+
noExchangeOptions: boolean;
|
|
339
355
|
content: {
|
|
340
356
|
text: {
|
|
341
357
|
notAvailableError: string;
|
|
@@ -350,48 +366,49 @@ export declare const chooseAmountVariableNoDescription: {
|
|
|
350
366
|
redeemText: string;
|
|
351
367
|
redeemTitle: string;
|
|
352
368
|
redemptionSuccessText: string;
|
|
353
|
-
|
|
369
|
+
sourceAmountMessage: string;
|
|
354
370
|
tooltipText: string;
|
|
371
|
+
doneText: string;
|
|
355
372
|
selectText: string;
|
|
356
|
-
sourceAmountMessage: string;
|
|
357
|
-
rewardRedeemedText: string;
|
|
358
373
|
redemptionError: string;
|
|
374
|
+
notEnoughError: string;
|
|
359
375
|
queryError: string;
|
|
360
376
|
promoCode: string;
|
|
361
377
|
skeletonCardNum: number;
|
|
362
378
|
rewardNameTitle: string;
|
|
363
379
|
rewardAmountTitle: string;
|
|
380
|
+
rewardRedeemedText: string;
|
|
364
381
|
costTitle: string;
|
|
365
|
-
|
|
366
|
-
empty: any;
|
|
382
|
+
empty: import("@stencil/core").VNode;
|
|
367
383
|
};
|
|
368
384
|
};
|
|
369
|
-
queryError: boolean;
|
|
370
|
-
redeemStage: string;
|
|
371
|
-
amount: number;
|
|
372
|
-
exchangeError: boolean;
|
|
373
|
-
loading: boolean;
|
|
374
|
-
selectedItem: any;
|
|
375
|
-
selectedStep: any;
|
|
376
|
-
noExchangeOptions: boolean;
|
|
377
|
-
open: boolean;
|
|
378
385
|
};
|
|
379
386
|
data: {
|
|
380
387
|
exchangeList: any;
|
|
381
|
-
fuelTankCode
|
|
388
|
+
fuelTankCode?: string;
|
|
382
389
|
};
|
|
383
390
|
callbacks: {
|
|
384
|
-
exchangeReward:
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
setExchangeState:
|
|
388
|
-
copyFuelTankCode:
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
391
|
+
exchangeReward: (e: unknown) => unknown;
|
|
392
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
393
|
+
resetState: (refresh?: boolean) => void;
|
|
394
|
+
setExchangeState: Function;
|
|
395
|
+
copyFuelTankCode: () => void;
|
|
396
|
+
};
|
|
397
|
+
refs?: {
|
|
398
|
+
canvasRef: any;
|
|
399
|
+
};
|
|
392
400
|
};
|
|
393
401
|
export declare const chooseAmountVariableDisabled: {
|
|
394
402
|
states: {
|
|
403
|
+
selectedItem: ExchangeItem;
|
|
404
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
405
|
+
redeemStage: string;
|
|
406
|
+
amount: number;
|
|
407
|
+
exchangeError: boolean;
|
|
408
|
+
queryError: boolean;
|
|
409
|
+
loading: boolean;
|
|
410
|
+
open: boolean;
|
|
411
|
+
noExchangeOptions: boolean;
|
|
395
412
|
content: {
|
|
396
413
|
text: {
|
|
397
414
|
notAvailableError: string;
|
|
@@ -406,48 +423,49 @@ export declare const chooseAmountVariableDisabled: {
|
|
|
406
423
|
redeemText: string;
|
|
407
424
|
redeemTitle: string;
|
|
408
425
|
redemptionSuccessText: string;
|
|
409
|
-
|
|
426
|
+
sourceAmountMessage: string;
|
|
410
427
|
tooltipText: string;
|
|
428
|
+
doneText: string;
|
|
411
429
|
selectText: string;
|
|
412
|
-
sourceAmountMessage: string;
|
|
413
|
-
rewardRedeemedText: string;
|
|
414
430
|
redemptionError: string;
|
|
431
|
+
notEnoughError: string;
|
|
415
432
|
queryError: string;
|
|
416
433
|
promoCode: string;
|
|
417
434
|
skeletonCardNum: number;
|
|
418
435
|
rewardNameTitle: string;
|
|
419
436
|
rewardAmountTitle: string;
|
|
437
|
+
rewardRedeemedText: string;
|
|
420
438
|
costTitle: string;
|
|
421
|
-
|
|
422
|
-
empty: any;
|
|
439
|
+
empty: import("@stencil/core").VNode;
|
|
423
440
|
};
|
|
424
441
|
};
|
|
425
|
-
queryError: boolean;
|
|
426
|
-
redeemStage: string;
|
|
427
|
-
amount: number;
|
|
428
|
-
exchangeError: boolean;
|
|
429
|
-
loading: boolean;
|
|
430
|
-
selectedItem: any;
|
|
431
|
-
selectedStep: any;
|
|
432
|
-
noExchangeOptions: boolean;
|
|
433
|
-
open: boolean;
|
|
434
442
|
};
|
|
435
443
|
data: {
|
|
436
444
|
exchangeList: any;
|
|
437
|
-
fuelTankCode
|
|
445
|
+
fuelTankCode?: string;
|
|
438
446
|
};
|
|
439
447
|
callbacks: {
|
|
440
|
-
exchangeReward:
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
setExchangeState:
|
|
444
|
-
copyFuelTankCode:
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
+
exchangeReward: (e: unknown) => unknown;
|
|
449
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
450
|
+
resetState: (refresh?: boolean) => void;
|
|
451
|
+
setExchangeState: Function;
|
|
452
|
+
copyFuelTankCode: () => void;
|
|
453
|
+
};
|
|
454
|
+
refs?: {
|
|
455
|
+
canvasRef: any;
|
|
456
|
+
};
|
|
448
457
|
};
|
|
449
458
|
export declare const chooseAmountVariableUnavailable: {
|
|
450
459
|
states: {
|
|
460
|
+
selectedItem: ExchangeItem;
|
|
461
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
462
|
+
redeemStage: string;
|
|
463
|
+
amount: number;
|
|
464
|
+
exchangeError: boolean;
|
|
465
|
+
queryError: boolean;
|
|
466
|
+
loading: boolean;
|
|
467
|
+
open: boolean;
|
|
468
|
+
noExchangeOptions: boolean;
|
|
451
469
|
content: {
|
|
452
470
|
text: {
|
|
453
471
|
notAvailableError: string;
|
|
@@ -462,48 +480,49 @@ export declare const chooseAmountVariableUnavailable: {
|
|
|
462
480
|
redeemText: string;
|
|
463
481
|
redeemTitle: string;
|
|
464
482
|
redemptionSuccessText: string;
|
|
465
|
-
|
|
483
|
+
sourceAmountMessage: string;
|
|
466
484
|
tooltipText: string;
|
|
485
|
+
doneText: string;
|
|
467
486
|
selectText: string;
|
|
468
|
-
sourceAmountMessage: string;
|
|
469
|
-
rewardRedeemedText: string;
|
|
470
487
|
redemptionError: string;
|
|
488
|
+
notEnoughError: string;
|
|
471
489
|
queryError: string;
|
|
472
490
|
promoCode: string;
|
|
473
491
|
skeletonCardNum: number;
|
|
474
492
|
rewardNameTitle: string;
|
|
475
493
|
rewardAmountTitle: string;
|
|
494
|
+
rewardRedeemedText: string;
|
|
476
495
|
costTitle: string;
|
|
477
|
-
|
|
478
|
-
empty: any;
|
|
496
|
+
empty: import("@stencil/core").VNode;
|
|
479
497
|
};
|
|
480
498
|
};
|
|
481
|
-
queryError: boolean;
|
|
482
|
-
redeemStage: string;
|
|
483
|
-
amount: number;
|
|
484
|
-
exchangeError: boolean;
|
|
485
|
-
loading: boolean;
|
|
486
|
-
selectedItem: any;
|
|
487
|
-
selectedStep: any;
|
|
488
|
-
noExchangeOptions: boolean;
|
|
489
|
-
open: boolean;
|
|
490
499
|
};
|
|
491
500
|
data: {
|
|
492
501
|
exchangeList: any;
|
|
493
|
-
fuelTankCode
|
|
502
|
+
fuelTankCode?: string;
|
|
494
503
|
};
|
|
495
504
|
callbacks: {
|
|
496
|
-
exchangeReward:
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
setExchangeState:
|
|
500
|
-
copyFuelTankCode:
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
505
|
+
exchangeReward: (e: unknown) => unknown;
|
|
506
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
507
|
+
resetState: (refresh?: boolean) => void;
|
|
508
|
+
setExchangeState: Function;
|
|
509
|
+
copyFuelTankCode: () => void;
|
|
510
|
+
};
|
|
511
|
+
refs?: {
|
|
512
|
+
canvasRef: any;
|
|
513
|
+
};
|
|
504
514
|
};
|
|
505
515
|
export declare const chooseAmountFixed: {
|
|
506
516
|
states: {
|
|
517
|
+
selectedItem: ExchangeItem;
|
|
518
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
519
|
+
redeemStage: string;
|
|
520
|
+
amount: number;
|
|
521
|
+
exchangeError: boolean;
|
|
522
|
+
queryError: boolean;
|
|
523
|
+
loading: boolean;
|
|
524
|
+
open: boolean;
|
|
525
|
+
noExchangeOptions: boolean;
|
|
507
526
|
content: {
|
|
508
527
|
text: {
|
|
509
528
|
notAvailableError: string;
|
|
@@ -518,48 +537,49 @@ export declare const chooseAmountFixed: {
|
|
|
518
537
|
redeemText: string;
|
|
519
538
|
redeemTitle: string;
|
|
520
539
|
redemptionSuccessText: string;
|
|
521
|
-
|
|
540
|
+
sourceAmountMessage: string;
|
|
522
541
|
tooltipText: string;
|
|
542
|
+
doneText: string;
|
|
523
543
|
selectText: string;
|
|
524
|
-
sourceAmountMessage: string;
|
|
525
|
-
rewardRedeemedText: string;
|
|
526
544
|
redemptionError: string;
|
|
545
|
+
notEnoughError: string;
|
|
527
546
|
queryError: string;
|
|
528
547
|
promoCode: string;
|
|
529
548
|
skeletonCardNum: number;
|
|
530
549
|
rewardNameTitle: string;
|
|
531
550
|
rewardAmountTitle: string;
|
|
551
|
+
rewardRedeemedText: string;
|
|
532
552
|
costTitle: string;
|
|
533
|
-
|
|
534
|
-
empty: any;
|
|
553
|
+
empty: import("@stencil/core").VNode;
|
|
535
554
|
};
|
|
536
555
|
};
|
|
537
|
-
queryError: boolean;
|
|
538
|
-
redeemStage: string;
|
|
539
|
-
amount: number;
|
|
540
|
-
exchangeError: boolean;
|
|
541
|
-
loading: boolean;
|
|
542
|
-
selectedItem: any;
|
|
543
|
-
selectedStep: any;
|
|
544
|
-
noExchangeOptions: boolean;
|
|
545
|
-
open: boolean;
|
|
546
556
|
};
|
|
547
557
|
data: {
|
|
548
558
|
exchangeList: any;
|
|
549
|
-
fuelTankCode
|
|
559
|
+
fuelTankCode?: string;
|
|
550
560
|
};
|
|
551
561
|
callbacks: {
|
|
552
|
-
exchangeReward:
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
setExchangeState:
|
|
556
|
-
copyFuelTankCode:
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
562
|
+
exchangeReward: (e: unknown) => unknown;
|
|
563
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
564
|
+
resetState: (refresh?: boolean) => void;
|
|
565
|
+
setExchangeState: Function;
|
|
566
|
+
copyFuelTankCode: () => void;
|
|
567
|
+
};
|
|
568
|
+
refs?: {
|
|
569
|
+
canvasRef: any;
|
|
570
|
+
};
|
|
560
571
|
};
|
|
561
572
|
export declare const chooseAmountFixedNoDescription: {
|
|
562
573
|
states: {
|
|
574
|
+
selectedItem: ExchangeItem;
|
|
575
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
576
|
+
redeemStage: string;
|
|
577
|
+
amount: number;
|
|
578
|
+
exchangeError: boolean;
|
|
579
|
+
queryError: boolean;
|
|
580
|
+
loading: boolean;
|
|
581
|
+
open: boolean;
|
|
582
|
+
noExchangeOptions: boolean;
|
|
563
583
|
content: {
|
|
564
584
|
text: {
|
|
565
585
|
notAvailableError: string;
|
|
@@ -574,48 +594,49 @@ export declare const chooseAmountFixedNoDescription: {
|
|
|
574
594
|
redeemText: string;
|
|
575
595
|
redeemTitle: string;
|
|
576
596
|
redemptionSuccessText: string;
|
|
577
|
-
|
|
597
|
+
sourceAmountMessage: string;
|
|
578
598
|
tooltipText: string;
|
|
599
|
+
doneText: string;
|
|
579
600
|
selectText: string;
|
|
580
|
-
sourceAmountMessage: string;
|
|
581
|
-
rewardRedeemedText: string;
|
|
582
601
|
redemptionError: string;
|
|
602
|
+
notEnoughError: string;
|
|
583
603
|
queryError: string;
|
|
584
604
|
promoCode: string;
|
|
585
605
|
skeletonCardNum: number;
|
|
586
606
|
rewardNameTitle: string;
|
|
587
607
|
rewardAmountTitle: string;
|
|
608
|
+
rewardRedeemedText: string;
|
|
588
609
|
costTitle: string;
|
|
589
|
-
|
|
590
|
-
empty: any;
|
|
610
|
+
empty: import("@stencil/core").VNode;
|
|
591
611
|
};
|
|
592
612
|
};
|
|
593
|
-
queryError: boolean;
|
|
594
|
-
redeemStage: string;
|
|
595
|
-
amount: number;
|
|
596
|
-
exchangeError: boolean;
|
|
597
|
-
loading: boolean;
|
|
598
|
-
selectedItem: any;
|
|
599
|
-
selectedStep: any;
|
|
600
|
-
noExchangeOptions: boolean;
|
|
601
|
-
open: boolean;
|
|
602
613
|
};
|
|
603
614
|
data: {
|
|
604
615
|
exchangeList: any;
|
|
605
|
-
fuelTankCode
|
|
616
|
+
fuelTankCode?: string;
|
|
606
617
|
};
|
|
607
618
|
callbacks: {
|
|
608
|
-
exchangeReward:
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
setExchangeState:
|
|
612
|
-
copyFuelTankCode:
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
619
|
+
exchangeReward: (e: unknown) => unknown;
|
|
620
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
621
|
+
resetState: (refresh?: boolean) => void;
|
|
622
|
+
setExchangeState: Function;
|
|
623
|
+
copyFuelTankCode: () => void;
|
|
624
|
+
};
|
|
625
|
+
refs?: {
|
|
626
|
+
canvasRef: any;
|
|
627
|
+
};
|
|
616
628
|
};
|
|
617
629
|
export declare const confirmFixed: {
|
|
618
630
|
states: {
|
|
631
|
+
selectedItem: ExchangeItem;
|
|
632
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
633
|
+
redeemStage: string;
|
|
634
|
+
amount: number;
|
|
635
|
+
exchangeError: boolean;
|
|
636
|
+
queryError: boolean;
|
|
637
|
+
loading: boolean;
|
|
638
|
+
open: boolean;
|
|
639
|
+
noExchangeOptions: boolean;
|
|
619
640
|
content: {
|
|
620
641
|
text: {
|
|
621
642
|
notAvailableError: string;
|
|
@@ -630,48 +651,49 @@ export declare const confirmFixed: {
|
|
|
630
651
|
redeemText: string;
|
|
631
652
|
redeemTitle: string;
|
|
632
653
|
redemptionSuccessText: string;
|
|
633
|
-
|
|
654
|
+
sourceAmountMessage: string;
|
|
634
655
|
tooltipText: string;
|
|
656
|
+
doneText: string;
|
|
635
657
|
selectText: string;
|
|
636
|
-
sourceAmountMessage: string;
|
|
637
|
-
rewardRedeemedText: string;
|
|
638
658
|
redemptionError: string;
|
|
659
|
+
notEnoughError: string;
|
|
639
660
|
queryError: string;
|
|
640
661
|
promoCode: string;
|
|
641
662
|
skeletonCardNum: number;
|
|
642
663
|
rewardNameTitle: string;
|
|
643
664
|
rewardAmountTitle: string;
|
|
665
|
+
rewardRedeemedText: string;
|
|
644
666
|
costTitle: string;
|
|
645
|
-
|
|
646
|
-
empty: any;
|
|
667
|
+
empty: import("@stencil/core").VNode;
|
|
647
668
|
};
|
|
648
669
|
};
|
|
649
|
-
queryError: boolean;
|
|
650
|
-
redeemStage: string;
|
|
651
|
-
amount: number;
|
|
652
|
-
exchangeError: boolean;
|
|
653
|
-
loading: boolean;
|
|
654
|
-
selectedItem: any;
|
|
655
|
-
selectedStep: any;
|
|
656
|
-
noExchangeOptions: boolean;
|
|
657
|
-
open: boolean;
|
|
658
670
|
};
|
|
659
671
|
data: {
|
|
660
672
|
exchangeList: any;
|
|
661
|
-
fuelTankCode
|
|
673
|
+
fuelTankCode?: string;
|
|
662
674
|
};
|
|
663
675
|
callbacks: {
|
|
664
|
-
exchangeReward:
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
setExchangeState:
|
|
668
|
-
copyFuelTankCode:
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
676
|
+
exchangeReward: (e: unknown) => unknown;
|
|
677
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
678
|
+
resetState: (refresh?: boolean) => void;
|
|
679
|
+
setExchangeState: Function;
|
|
680
|
+
copyFuelTankCode: () => void;
|
|
681
|
+
};
|
|
682
|
+
refs?: {
|
|
683
|
+
canvasRef: any;
|
|
684
|
+
};
|
|
672
685
|
};
|
|
673
686
|
export declare const confirmVariable: {
|
|
674
687
|
states: {
|
|
688
|
+
selectedItem: ExchangeItem;
|
|
689
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
690
|
+
redeemStage: string;
|
|
691
|
+
amount: number;
|
|
692
|
+
exchangeError: boolean;
|
|
693
|
+
queryError: boolean;
|
|
694
|
+
loading: boolean;
|
|
695
|
+
open: boolean;
|
|
696
|
+
noExchangeOptions: boolean;
|
|
675
697
|
content: {
|
|
676
698
|
text: {
|
|
677
699
|
notAvailableError: string;
|
|
@@ -686,48 +708,49 @@ export declare const confirmVariable: {
|
|
|
686
708
|
redeemText: string;
|
|
687
709
|
redeemTitle: string;
|
|
688
710
|
redemptionSuccessText: string;
|
|
689
|
-
|
|
711
|
+
sourceAmountMessage: string;
|
|
690
712
|
tooltipText: string;
|
|
713
|
+
doneText: string;
|
|
691
714
|
selectText: string;
|
|
692
|
-
sourceAmountMessage: string;
|
|
693
|
-
rewardRedeemedText: string;
|
|
694
715
|
redemptionError: string;
|
|
716
|
+
notEnoughError: string;
|
|
695
717
|
queryError: string;
|
|
696
718
|
promoCode: string;
|
|
697
719
|
skeletonCardNum: number;
|
|
698
720
|
rewardNameTitle: string;
|
|
699
721
|
rewardAmountTitle: string;
|
|
722
|
+
rewardRedeemedText: string;
|
|
700
723
|
costTitle: string;
|
|
701
|
-
|
|
702
|
-
empty: any;
|
|
724
|
+
empty: import("@stencil/core").VNode;
|
|
703
725
|
};
|
|
704
726
|
};
|
|
705
|
-
queryError: boolean;
|
|
706
|
-
redeemStage: string;
|
|
707
|
-
amount: number;
|
|
708
|
-
exchangeError: boolean;
|
|
709
|
-
loading: boolean;
|
|
710
|
-
selectedItem: any;
|
|
711
|
-
selectedStep: any;
|
|
712
|
-
noExchangeOptions: boolean;
|
|
713
|
-
open: boolean;
|
|
714
727
|
};
|
|
715
728
|
data: {
|
|
716
729
|
exchangeList: any;
|
|
717
|
-
fuelTankCode
|
|
730
|
+
fuelTankCode?: string;
|
|
718
731
|
};
|
|
719
732
|
callbacks: {
|
|
720
|
-
exchangeReward:
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
setExchangeState:
|
|
724
|
-
copyFuelTankCode:
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
733
|
+
exchangeReward: (e: unknown) => unknown;
|
|
734
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
735
|
+
resetState: (refresh?: boolean) => void;
|
|
736
|
+
setExchangeState: Function;
|
|
737
|
+
copyFuelTankCode: () => void;
|
|
738
|
+
};
|
|
739
|
+
refs?: {
|
|
740
|
+
canvasRef: any;
|
|
741
|
+
};
|
|
728
742
|
};
|
|
729
743
|
export declare const redemptionError: {
|
|
730
744
|
states: {
|
|
745
|
+
selectedItem: ExchangeItem;
|
|
746
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
747
|
+
redeemStage: string;
|
|
748
|
+
amount: number;
|
|
749
|
+
exchangeError: boolean;
|
|
750
|
+
queryError: boolean;
|
|
751
|
+
loading: boolean;
|
|
752
|
+
open: boolean;
|
|
753
|
+
noExchangeOptions: boolean;
|
|
731
754
|
content: {
|
|
732
755
|
text: {
|
|
733
756
|
notAvailableError: string;
|
|
@@ -742,48 +765,49 @@ export declare const redemptionError: {
|
|
|
742
765
|
redeemText: string;
|
|
743
766
|
redeemTitle: string;
|
|
744
767
|
redemptionSuccessText: string;
|
|
745
|
-
|
|
768
|
+
sourceAmountMessage: string;
|
|
746
769
|
tooltipText: string;
|
|
770
|
+
doneText: string;
|
|
747
771
|
selectText: string;
|
|
748
|
-
sourceAmountMessage: string;
|
|
749
|
-
rewardRedeemedText: string;
|
|
750
772
|
redemptionError: string;
|
|
773
|
+
notEnoughError: string;
|
|
751
774
|
queryError: string;
|
|
752
775
|
promoCode: string;
|
|
753
776
|
skeletonCardNum: number;
|
|
754
777
|
rewardNameTitle: string;
|
|
755
778
|
rewardAmountTitle: string;
|
|
779
|
+
rewardRedeemedText: string;
|
|
756
780
|
costTitle: string;
|
|
757
|
-
|
|
758
|
-
empty: any;
|
|
781
|
+
empty: import("@stencil/core").VNode;
|
|
759
782
|
};
|
|
760
783
|
};
|
|
761
|
-
queryError: boolean;
|
|
762
|
-
redeemStage: string;
|
|
763
|
-
amount: number;
|
|
764
|
-
exchangeError: boolean;
|
|
765
|
-
loading: boolean;
|
|
766
|
-
selectedItem: any;
|
|
767
|
-
selectedStep: any;
|
|
768
|
-
noExchangeOptions: boolean;
|
|
769
|
-
open: boolean;
|
|
770
784
|
};
|
|
771
785
|
data: {
|
|
772
786
|
exchangeList: any;
|
|
773
|
-
fuelTankCode
|
|
787
|
+
fuelTankCode?: string;
|
|
774
788
|
};
|
|
775
789
|
callbacks: {
|
|
776
|
-
exchangeReward:
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
setExchangeState:
|
|
780
|
-
copyFuelTankCode:
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
790
|
+
exchangeReward: (e: unknown) => unknown;
|
|
791
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
792
|
+
resetState: (refresh?: boolean) => void;
|
|
793
|
+
setExchangeState: Function;
|
|
794
|
+
copyFuelTankCode: () => void;
|
|
795
|
+
};
|
|
796
|
+
refs?: {
|
|
797
|
+
canvasRef: any;
|
|
798
|
+
};
|
|
784
799
|
};
|
|
785
800
|
export declare const queryError: {
|
|
786
801
|
states: {
|
|
802
|
+
selectedItem: ExchangeItem;
|
|
803
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
804
|
+
redeemStage: string;
|
|
805
|
+
amount: number;
|
|
806
|
+
exchangeError: boolean;
|
|
807
|
+
queryError: boolean;
|
|
808
|
+
loading: boolean;
|
|
809
|
+
open: boolean;
|
|
810
|
+
noExchangeOptions: boolean;
|
|
787
811
|
content: {
|
|
788
812
|
text: {
|
|
789
813
|
notAvailableError: string;
|
|
@@ -798,48 +822,49 @@ export declare const queryError: {
|
|
|
798
822
|
redeemText: string;
|
|
799
823
|
redeemTitle: string;
|
|
800
824
|
redemptionSuccessText: string;
|
|
801
|
-
|
|
825
|
+
sourceAmountMessage: string;
|
|
802
826
|
tooltipText: string;
|
|
827
|
+
doneText: string;
|
|
803
828
|
selectText: string;
|
|
804
|
-
sourceAmountMessage: string;
|
|
805
|
-
rewardRedeemedText: string;
|
|
806
829
|
redemptionError: string;
|
|
830
|
+
notEnoughError: string;
|
|
807
831
|
queryError: string;
|
|
808
832
|
promoCode: string;
|
|
809
833
|
skeletonCardNum: number;
|
|
810
834
|
rewardNameTitle: string;
|
|
811
835
|
rewardAmountTitle: string;
|
|
836
|
+
rewardRedeemedText: string;
|
|
812
837
|
costTitle: string;
|
|
813
|
-
|
|
814
|
-
empty: any;
|
|
838
|
+
empty: import("@stencil/core").VNode;
|
|
815
839
|
};
|
|
816
840
|
};
|
|
817
|
-
queryError: boolean;
|
|
818
|
-
redeemStage: string;
|
|
819
|
-
amount: number;
|
|
820
|
-
exchangeError: boolean;
|
|
821
|
-
loading: boolean;
|
|
822
|
-
selectedItem: any;
|
|
823
|
-
selectedStep: any;
|
|
824
|
-
noExchangeOptions: boolean;
|
|
825
|
-
open: boolean;
|
|
826
841
|
};
|
|
827
842
|
data: {
|
|
828
843
|
exchangeList: any;
|
|
829
|
-
fuelTankCode
|
|
844
|
+
fuelTankCode?: string;
|
|
830
845
|
};
|
|
831
846
|
callbacks: {
|
|
832
|
-
exchangeReward:
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
setExchangeState:
|
|
836
|
-
copyFuelTankCode:
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
847
|
+
exchangeReward: (e: unknown) => unknown;
|
|
848
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
849
|
+
resetState: (refresh?: boolean) => void;
|
|
850
|
+
setExchangeState: Function;
|
|
851
|
+
copyFuelTankCode: () => void;
|
|
852
|
+
};
|
|
853
|
+
refs?: {
|
|
854
|
+
canvasRef: any;
|
|
855
|
+
};
|
|
840
856
|
};
|
|
841
857
|
export declare const success: {
|
|
842
858
|
states: {
|
|
859
|
+
selectedItem: ExchangeItem;
|
|
860
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
861
|
+
redeemStage: string;
|
|
862
|
+
amount: number;
|
|
863
|
+
exchangeError: boolean;
|
|
864
|
+
queryError: boolean;
|
|
865
|
+
loading: boolean;
|
|
866
|
+
open: boolean;
|
|
867
|
+
noExchangeOptions: boolean;
|
|
843
868
|
content: {
|
|
844
869
|
text: {
|
|
845
870
|
notAvailableError: string;
|
|
@@ -854,48 +879,49 @@ export declare const success: {
|
|
|
854
879
|
redeemText: string;
|
|
855
880
|
redeemTitle: string;
|
|
856
881
|
redemptionSuccessText: string;
|
|
857
|
-
|
|
882
|
+
sourceAmountMessage: string;
|
|
858
883
|
tooltipText: string;
|
|
884
|
+
doneText: string;
|
|
859
885
|
selectText: string;
|
|
860
|
-
sourceAmountMessage: string;
|
|
861
|
-
rewardRedeemedText: string;
|
|
862
886
|
redemptionError: string;
|
|
887
|
+
notEnoughError: string;
|
|
863
888
|
queryError: string;
|
|
864
889
|
promoCode: string;
|
|
865
890
|
skeletonCardNum: number;
|
|
866
891
|
rewardNameTitle: string;
|
|
867
892
|
rewardAmountTitle: string;
|
|
893
|
+
rewardRedeemedText: string;
|
|
868
894
|
costTitle: string;
|
|
869
|
-
|
|
870
|
-
empty: any;
|
|
895
|
+
empty: import("@stencil/core").VNode;
|
|
871
896
|
};
|
|
872
897
|
};
|
|
873
|
-
queryError: boolean;
|
|
874
|
-
redeemStage: string;
|
|
875
|
-
amount: number;
|
|
876
|
-
exchangeError: boolean;
|
|
877
|
-
loading: boolean;
|
|
878
|
-
selectedItem: any;
|
|
879
|
-
selectedStep: any;
|
|
880
|
-
noExchangeOptions: boolean;
|
|
881
|
-
open: boolean;
|
|
882
898
|
};
|
|
883
899
|
data: {
|
|
884
900
|
exchangeList: any;
|
|
885
|
-
fuelTankCode
|
|
901
|
+
fuelTankCode?: string;
|
|
886
902
|
};
|
|
887
903
|
callbacks: {
|
|
888
|
-
exchangeReward:
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
setExchangeState:
|
|
892
|
-
copyFuelTankCode:
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
904
|
+
exchangeReward: (e: unknown) => unknown;
|
|
905
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
906
|
+
resetState: (refresh?: boolean) => void;
|
|
907
|
+
setExchangeState: Function;
|
|
908
|
+
copyFuelTankCode: () => void;
|
|
909
|
+
};
|
|
910
|
+
refs?: {
|
|
911
|
+
canvasRef: any;
|
|
912
|
+
};
|
|
896
913
|
};
|
|
897
914
|
export declare const successVariable: {
|
|
898
915
|
states: {
|
|
916
|
+
selectedItem: ExchangeItem;
|
|
917
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
918
|
+
redeemStage: string;
|
|
919
|
+
amount: number;
|
|
920
|
+
exchangeError: boolean;
|
|
921
|
+
queryError: boolean;
|
|
922
|
+
loading: boolean;
|
|
923
|
+
open: boolean;
|
|
924
|
+
noExchangeOptions: boolean;
|
|
899
925
|
content: {
|
|
900
926
|
text: {
|
|
901
927
|
notAvailableError: string;
|
|
@@ -910,48 +936,49 @@ export declare const successVariable: {
|
|
|
910
936
|
redeemText: string;
|
|
911
937
|
redeemTitle: string;
|
|
912
938
|
redemptionSuccessText: string;
|
|
913
|
-
|
|
939
|
+
sourceAmountMessage: string;
|
|
914
940
|
tooltipText: string;
|
|
941
|
+
doneText: string;
|
|
915
942
|
selectText: string;
|
|
916
|
-
sourceAmountMessage: string;
|
|
917
|
-
rewardRedeemedText: string;
|
|
918
943
|
redemptionError: string;
|
|
944
|
+
notEnoughError: string;
|
|
919
945
|
queryError: string;
|
|
920
946
|
promoCode: string;
|
|
921
947
|
skeletonCardNum: number;
|
|
922
948
|
rewardNameTitle: string;
|
|
923
949
|
rewardAmountTitle: string;
|
|
950
|
+
rewardRedeemedText: string;
|
|
924
951
|
costTitle: string;
|
|
925
|
-
|
|
926
|
-
empty: any;
|
|
952
|
+
empty: import("@stencil/core").VNode;
|
|
927
953
|
};
|
|
928
954
|
};
|
|
929
|
-
queryError: boolean;
|
|
930
|
-
redeemStage: string;
|
|
931
|
-
amount: number;
|
|
932
|
-
exchangeError: boolean;
|
|
933
|
-
loading: boolean;
|
|
934
|
-
selectedItem: any;
|
|
935
|
-
selectedStep: any;
|
|
936
|
-
noExchangeOptions: boolean;
|
|
937
|
-
open: boolean;
|
|
938
955
|
};
|
|
939
956
|
data: {
|
|
940
957
|
exchangeList: any;
|
|
941
|
-
fuelTankCode
|
|
958
|
+
fuelTankCode?: string;
|
|
942
959
|
};
|
|
943
960
|
callbacks: {
|
|
944
|
-
exchangeReward:
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
setExchangeState:
|
|
948
|
-
copyFuelTankCode:
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
961
|
+
exchangeReward: (e: unknown) => unknown;
|
|
962
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
963
|
+
resetState: (refresh?: boolean) => void;
|
|
964
|
+
setExchangeState: Function;
|
|
965
|
+
copyFuelTankCode: () => void;
|
|
966
|
+
};
|
|
967
|
+
refs?: {
|
|
968
|
+
canvasRef: any;
|
|
969
|
+
};
|
|
952
970
|
};
|
|
953
971
|
export declare const loading: {
|
|
954
972
|
states: {
|
|
973
|
+
selectedItem: ExchangeItem;
|
|
974
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
975
|
+
redeemStage: string;
|
|
976
|
+
amount: number;
|
|
977
|
+
exchangeError: boolean;
|
|
978
|
+
queryError: boolean;
|
|
979
|
+
loading: boolean;
|
|
980
|
+
open: boolean;
|
|
981
|
+
noExchangeOptions: boolean;
|
|
955
982
|
content: {
|
|
956
983
|
text: {
|
|
957
984
|
notAvailableError: string;
|
|
@@ -966,48 +993,49 @@ export declare const loading: {
|
|
|
966
993
|
redeemText: string;
|
|
967
994
|
redeemTitle: string;
|
|
968
995
|
redemptionSuccessText: string;
|
|
969
|
-
|
|
996
|
+
sourceAmountMessage: string;
|
|
970
997
|
tooltipText: string;
|
|
998
|
+
doneText: string;
|
|
971
999
|
selectText: string;
|
|
972
|
-
sourceAmountMessage: string;
|
|
973
|
-
rewardRedeemedText: string;
|
|
974
1000
|
redemptionError: string;
|
|
1001
|
+
notEnoughError: string;
|
|
975
1002
|
queryError: string;
|
|
976
1003
|
promoCode: string;
|
|
977
1004
|
skeletonCardNum: number;
|
|
978
1005
|
rewardNameTitle: string;
|
|
979
1006
|
rewardAmountTitle: string;
|
|
1007
|
+
rewardRedeemedText: string;
|
|
980
1008
|
costTitle: string;
|
|
981
|
-
|
|
982
|
-
empty: any;
|
|
1009
|
+
empty: import("@stencil/core").VNode;
|
|
983
1010
|
};
|
|
984
1011
|
};
|
|
985
|
-
queryError: boolean;
|
|
986
|
-
redeemStage: string;
|
|
987
|
-
amount: number;
|
|
988
|
-
exchangeError: boolean;
|
|
989
|
-
loading: boolean;
|
|
990
|
-
selectedItem: any;
|
|
991
|
-
selectedStep: any;
|
|
992
|
-
noExchangeOptions: boolean;
|
|
993
|
-
open: boolean;
|
|
994
1012
|
};
|
|
995
1013
|
data: {
|
|
996
1014
|
exchangeList: any;
|
|
997
|
-
fuelTankCode
|
|
1015
|
+
fuelTankCode?: string;
|
|
998
1016
|
};
|
|
999
1017
|
callbacks: {
|
|
1000
|
-
exchangeReward:
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
setExchangeState:
|
|
1004
|
-
copyFuelTankCode:
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1018
|
+
exchangeReward: (e: unknown) => unknown;
|
|
1019
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
1020
|
+
resetState: (refresh?: boolean) => void;
|
|
1021
|
+
setExchangeState: Function;
|
|
1022
|
+
copyFuelTankCode: () => void;
|
|
1023
|
+
};
|
|
1024
|
+
refs?: {
|
|
1025
|
+
canvasRef: any;
|
|
1026
|
+
};
|
|
1008
1027
|
};
|
|
1009
1028
|
export declare const empty: {
|
|
1010
1029
|
states: {
|
|
1030
|
+
selectedItem: ExchangeItem;
|
|
1031
|
+
selectedStep: import("./useRewardExchangeList").ExchangeStep;
|
|
1032
|
+
redeemStage: string;
|
|
1033
|
+
amount: number;
|
|
1034
|
+
exchangeError: boolean;
|
|
1035
|
+
queryError: boolean;
|
|
1036
|
+
loading: boolean;
|
|
1037
|
+
open: boolean;
|
|
1038
|
+
noExchangeOptions: boolean;
|
|
1011
1039
|
content: {
|
|
1012
1040
|
text: {
|
|
1013
1041
|
notAvailableError: string;
|
|
@@ -1022,43 +1050,35 @@ export declare const empty: {
|
|
|
1022
1050
|
redeemText: string;
|
|
1023
1051
|
redeemTitle: string;
|
|
1024
1052
|
redemptionSuccessText: string;
|
|
1025
|
-
|
|
1053
|
+
sourceAmountMessage: string;
|
|
1026
1054
|
tooltipText: string;
|
|
1055
|
+
doneText: string;
|
|
1027
1056
|
selectText: string;
|
|
1028
|
-
sourceAmountMessage: string;
|
|
1029
|
-
rewardRedeemedText: string;
|
|
1030
1057
|
redemptionError: string;
|
|
1058
|
+
notEnoughError: string;
|
|
1031
1059
|
queryError: string;
|
|
1032
1060
|
promoCode: string;
|
|
1033
1061
|
skeletonCardNum: number;
|
|
1034
1062
|
rewardNameTitle: string;
|
|
1035
1063
|
rewardAmountTitle: string;
|
|
1064
|
+
rewardRedeemedText: string;
|
|
1036
1065
|
costTitle: string;
|
|
1037
|
-
|
|
1038
|
-
empty: any;
|
|
1066
|
+
empty: import("@stencil/core").VNode;
|
|
1039
1067
|
};
|
|
1040
1068
|
};
|
|
1041
|
-
queryError: boolean;
|
|
1042
|
-
redeemStage: string;
|
|
1043
|
-
amount: number;
|
|
1044
|
-
exchangeError: boolean;
|
|
1045
|
-
loading: boolean;
|
|
1046
|
-
selectedItem: any;
|
|
1047
|
-
selectedStep: any;
|
|
1048
|
-
noExchangeOptions: boolean;
|
|
1049
|
-
open: boolean;
|
|
1050
1069
|
};
|
|
1051
1070
|
data: {
|
|
1052
1071
|
exchangeList: any;
|
|
1053
|
-
fuelTankCode
|
|
1072
|
+
fuelTankCode?: string;
|
|
1054
1073
|
};
|
|
1055
1074
|
callbacks: {
|
|
1056
|
-
exchangeReward:
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
setExchangeState:
|
|
1060
|
-
copyFuelTankCode:
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1075
|
+
exchangeReward: (e: unknown) => unknown;
|
|
1076
|
+
setStage: (stage?: import("./useRewardExchangeList").Stages) => void;
|
|
1077
|
+
resetState: (refresh?: boolean) => void;
|
|
1078
|
+
setExchangeState: Function;
|
|
1079
|
+
copyFuelTankCode: () => void;
|
|
1080
|
+
};
|
|
1081
|
+
refs?: {
|
|
1082
|
+
canvasRef: any;
|
|
1083
|
+
};
|
|
1064
1084
|
};
|