@rxdi/credit-card-form 0.7.191-nightly.0 → 0.7.191-nightly.1
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/credit-card/credit-card-component.css.d.ts +1 -1
- package/dist/credit-card/images/american-express.d.ts +1 -1
- package/dist/credit-card/images/diners.d.ts +1 -1
- package/dist/credit-card/images/discover.d.ts +1 -1
- package/dist/credit-card/images/index.d.ts +8 -8
- package/dist/credit-card/images/jcb.d.ts +1 -1
- package/dist/credit-card/images/maestrocard.d.ts +1 -1
- package/dist/credit-card/images/mastercard.d.ts +1 -1
- package/dist/credit-card/images/union-pay.d.ts +1 -1
- package/dist/credit-card/images/visa.d.ts +1 -1
- package/dist/form/error-template.d.ts +1 -1
- package/dist/form/form.component.d.ts +5 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const CardCSS:
|
|
1
|
+
export declare const CardCSS: import("@rxdi/lit-html").CSSResult;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const AmericanExpress:
|
|
1
|
+
export declare const AmericanExpress: import("lit-html").TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Diners:
|
|
1
|
+
export declare const Diners: import("lit-html").TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Discover:
|
|
1
|
+
export declare const Discover: import("lit-html").TemplateResult<2>;
|
|
@@ -7,14 +7,14 @@ export * from './mastercard';
|
|
|
7
7
|
export * from './union-pay';
|
|
8
8
|
export * from './visa';
|
|
9
9
|
export declare const CardTypes: {
|
|
10
|
-
visa:
|
|
11
|
-
mastercard:
|
|
12
|
-
'american-express':
|
|
13
|
-
'diners-club':
|
|
14
|
-
discover:
|
|
15
|
-
jcb:
|
|
16
|
-
unionpay:
|
|
17
|
-
maestro:
|
|
10
|
+
visa: import("lit-html").TemplateResult<2>;
|
|
11
|
+
mastercard: import("lit-html").TemplateResult<2>;
|
|
12
|
+
'american-express': import("lit-html").TemplateResult<2>;
|
|
13
|
+
'diners-club': import("lit-html").TemplateResult<2>;
|
|
14
|
+
discover: import("lit-html").TemplateResult<2>;
|
|
15
|
+
jcb: import("lit-html").TemplateResult<2>;
|
|
16
|
+
unionpay: import("lit-html").TemplateResult<2>;
|
|
17
|
+
maestro: import("lit-html").TemplateResult<2>;
|
|
18
18
|
elo: any;
|
|
19
19
|
mir: any;
|
|
20
20
|
hiper: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const JSB:
|
|
1
|
+
export declare const JSB: import("lit-html").TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Maesto:
|
|
1
|
+
export declare const Maesto: import("lit-html").TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Mastercard:
|
|
1
|
+
export declare const Mastercard: import("lit-html").TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const UnionPay:
|
|
1
|
+
export declare const UnionPay: import("lit-html").TemplateResult<2>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const Visa:
|
|
1
|
+
export declare const Visa: import("lit-html").TemplateResult<2>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { AbstractInput } from '@rxdi/forms';
|
|
2
|
-
export declare function InputErrorTemplate(input: AbstractInput):
|
|
2
|
+
export declare function InputErrorTemplate(input: AbstractInput): "" | import("lit-html").TemplateResult<1>;
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
import { FormGroup } from '@rxdi/forms';
|
|
1
2
|
import { LitElement } from '@rxdi/lit-html';
|
|
3
|
+
import { CardModel } from './model';
|
|
2
4
|
/**
|
|
3
5
|
* @customElement credit-card-form
|
|
4
6
|
*/
|
|
5
7
|
export declare class CreditCardFormComponent extends LitElement {
|
|
6
8
|
private flipped;
|
|
7
|
-
form:
|
|
9
|
+
form: FormGroup<CardModel, {
|
|
10
|
+
[key: string]: never;
|
|
11
|
+
}>;
|
|
8
12
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rxdi/credit-card-form",
|
|
3
|
-
"version": "0.7.191-nightly.
|
|
3
|
+
"version": "0.7.191-nightly.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/rxdi/rxdi-monorepo"
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"homepage": "https://github.com/rxdi/rxdi-monorepo#readme",
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@rxdi/ui-kit": "^0.7",
|
|
34
|
-
"@rxdi/forms": "^0.7.
|
|
35
|
-
"@rxdi/lit-html": "^0.7.
|
|
34
|
+
"@rxdi/forms": "^0.7.191-nightly.0",
|
|
35
|
+
"@rxdi/lit-html": "^0.7.191-nightly.0",
|
|
36
36
|
"credit-card-type": "^9.1.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|