@tonder.io/ionic-lite-sdk 0.0.60-beta.4 → 0.0.60-beta.DEV1845.6149c83
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/package.json
CHANGED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import 'react';
|
|
2
|
-
|
|
3
|
-
declare global {
|
|
4
|
-
namespace JSX {
|
|
5
|
-
interface IntrinsicElements {
|
|
6
|
-
'tonder-card-cvv-input': React.DetailedHTMLProps<
|
|
7
|
-
React.HTMLAttributes<HTMLElement>,
|
|
8
|
-
HTMLElement
|
|
9
|
-
> & {
|
|
10
|
-
'skyflow-id'?: string; // lo que usas en la app
|
|
11
|
-
skyflowid?: string; // por si cambias/compatibilidad
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export {};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { LiteCheckout } from '../../../classes/liteCheckout';
|
|
2
|
-
export declare class CardCVVInput extends HTMLElement {
|
|
3
|
-
private _skyflowId?;
|
|
4
|
-
private _checkoutInstance?;
|
|
5
|
-
private _cvvDiv;
|
|
6
|
-
private _mounted;
|
|
7
|
-
private shadow;
|
|
8
|
-
constructor();
|
|
9
|
-
static get observedAttributes(): string[];
|
|
10
|
-
get skyflowId(): string | undefined;
|
|
11
|
-
set skyflowId(val: string | undefined);
|
|
12
|
-
get checkoutInstance(): LiteCheckout | undefined;
|
|
13
|
-
set checkoutInstance(val: LiteCheckout | undefined);
|
|
14
|
-
attributeChangedCallback(name: string, _old: string, value: string): void;
|
|
15
|
-
connectedCallback(): void;
|
|
16
|
-
disconnectedCallback(): void;
|
|
17
|
-
private _update;
|
|
18
|
-
private _mountCVV;
|
|
19
|
-
}
|