@bootpay/bp-commerce-sdk
Advanced tools
| import { TemplateManager } from '../mixins/template-manager'; | ||
| declare class ConfirmModalManager extends TemplateManager { | ||
| $windowId: string; | ||
| $template: string; | ||
| $modalWindowId: string; | ||
| $additionalClass: string; | ||
| $title: string; | ||
| $message: string; | ||
| $hookConfirmButtonId: string; | ||
| $hookCancelButtonId: string; | ||
| $hookCloseButtonId: string; | ||
| $confirmButtonText: string; | ||
| $cancelButtonText: string; | ||
| constructor(); | ||
| template(): string; | ||
| show(message: string, title: string, confirmButton: string, cancelButton: string, confirmHook: Function, cancelHook: Function, confirm?: boolean): void; | ||
| destroy(): void; | ||
| } | ||
| export declare const ConfirmModal: ConfirmModalManager; | ||
| export {}; |
| import { TemplateManager } from '../mixins/template-manager'; | ||
| declare class ModalTemplateManager extends TemplateManager { | ||
| $windowId: string; | ||
| $iFrameId: string; | ||
| $template: string; | ||
| $modalWindowId: string; | ||
| $additionalClass: string; | ||
| constructor(); | ||
| template(): string; | ||
| createIFrame(url: string): void; | ||
| destroy(): void; | ||
| resize(resizeData: any): void; | ||
| postMessage(event: string, data?: any): void; | ||
| } | ||
| export declare const ModalTemplate: ModalTemplateManager; | ||
| export {}; |
| export declare const StoreSliderEvent: { | ||
| showSliderSelect(sliderOptions: BootpaySliderOption): void; | ||
| selectSliderSelect(sliderKey: string, eventName?: string): void; | ||
| }; |
| import { BootpayWindowEvent } from '../../mixins/event'; | ||
| declare class BootpaySliderEventManager extends BootpayWindowEvent { | ||
| constructor(); | ||
| } | ||
| export declare const BootpaySliderWindowEvent: BootpaySliderEventManager; | ||
| export {}; |
| import { TemplateManager } from '../../../mixins/template-manager'; | ||
| declare class SliderTemplateManager extends TemplateManager { | ||
| $windowId: string; | ||
| $template: string; | ||
| $modalWindowId: string; | ||
| $additionalClass: string; | ||
| $title: string; | ||
| $options: BootpaySliderOption | undefined; | ||
| constructor(); | ||
| template(sliders: BootpaySliderSelectOption[]): string; | ||
| sliderButtonTemplate(sliders: BootpaySliderSelectOption[]): string; | ||
| sliderButtonId(key: string): string; | ||
| show(event: any, options: BootpaySliderOption): void; | ||
| sliderButtonClickHook(event: any): void; | ||
| sliderButtonClickHookDestroy(): void; | ||
| destroy(): void; | ||
| } | ||
| export declare const SliderTemplate: SliderTemplateManager; | ||
| export {}; |
+1
-1
| { | ||
| "name": "@bootpay/bp-commerce-sdk", | ||
| "version": "1.0.1-beta.3", | ||
| "version": "1.0.1-beta.4", | ||
| "main": "dist/index.mjs", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
444014
1.06%41
13.89%8492
0.87%