@ic-pay/icpay-widget 1.1.15 → 1.1.21
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/{amount-input-DOThSI5P.d.ts → amount-input-B7BPFINk.d.ts} +0 -6
- package/dist/{chunk-7BODKC5B.js → chunk-SVFTDAV5.js} +250 -274
- package/dist/chunk-SVFTDAV5.js.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-7BODKC5B.js.map +0 -1
|
@@ -221,8 +221,6 @@ declare class ICPayProgressBar extends LitElement {
|
|
|
221
221
|
private onWidgetCoffee;
|
|
222
222
|
private updateStepStatus;
|
|
223
223
|
private getCurrentTime;
|
|
224
|
-
private progressPercent;
|
|
225
|
-
private verticalPercent;
|
|
226
224
|
private getStepIcon;
|
|
227
225
|
private getStepIndexByKey;
|
|
228
226
|
private setLoadingByKey;
|
|
@@ -236,10 +234,6 @@ declare class ICPayProgressBar extends LitElement {
|
|
|
236
234
|
private requestSwitchAccount;
|
|
237
235
|
private handleAddFunds;
|
|
238
236
|
private startTransitionToProgress;
|
|
239
|
-
private showWalletSelectorModal;
|
|
240
|
-
private hideWalletSelectorModal;
|
|
241
|
-
private renderWalletSelector;
|
|
242
|
-
private handleWalletSelection;
|
|
243
237
|
private renderProgressContent;
|
|
244
238
|
private renderConfirmTip;
|
|
245
239
|
private retryTransaction;
|