@solidgate/vue-sdk 1.27.0 → 1.29.0
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/Payment.vue.d.ts +10 -6
- package/package.json +2 -2
package/dist/Payment.vue.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
11
11
|
width?: string | undefined;
|
|
12
12
|
styles?: Record<string, unknown> | undefined;
|
|
13
13
|
formParams?: Partial<{
|
|
14
|
-
enabled:
|
|
14
|
+
enabled: boolean;
|
|
15
15
|
autoFocus: boolean;
|
|
16
16
|
submitButtonText: string;
|
|
17
17
|
isCardHolderVisible: boolean;
|
|
@@ -26,12 +26,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
26
26
|
googleFontLink: string;
|
|
27
27
|
cardNumberLabel: string;
|
|
28
28
|
cardCvvLabel: string;
|
|
29
|
+
cardHolderLabel: string;
|
|
29
30
|
cardExpiryDateLabel: string;
|
|
30
31
|
zipLabel: string;
|
|
31
32
|
emailLabel: string;
|
|
32
33
|
zipCodeLabel: string;
|
|
33
34
|
cardNumberPlaceholder: string;
|
|
34
35
|
cardCvvPlaceholder: string;
|
|
36
|
+
cardHolderPlaceholder: string;
|
|
35
37
|
cardExpiryDatePlaceholder: string;
|
|
36
38
|
zipPlaceholder: string;
|
|
37
39
|
emailPlaceholder: string;
|
|
@@ -39,13 +41,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
39
41
|
} & Record<"zipСodeLabel" | "argentinaDniLabel" | "bangladeshNicLabel" | "boliviaCiLabel" | "brazilCpfLabel" | "cameroonCniLabel" | "chileCiLabel" | "chinaIdLabel" | "colombiaCcLabel" | "costaRicaCiLabel" | "dominicanaIdLabel" | "ecuadorCiLabel" | "elSalvadorIdLabel" | "egyptIdLabel" | "ghanaCardLabel" | "guatemalaCuiLabel" | "indiaPanLabel" | "indonesiaNikLabel" | "japanIdLabel" | "kenyaIdLabel" | "malaysiaNricLabel" | "mexicoCurpLabel" | "moroccoCnieLabel" | "nigeriaNinLabel" | "panamaIdLabel" | "paraguayCiLabel" | "peruDniLabel" | "philipinesPsnLabel" | "senegalCniLabel" | "southAfricaIdLabel" | "tanzaniaIdLabel" | "thailandIdLabel" | "turkeyTcKimlikNoLabel" | "ugandaNicLabel" | "uriguayCiLabel" | "vietnamVnidLabel", string> & Record<"zipСodePlaceholder" | "argentinaDniPlaceholder" | "bangladeshNicPlaceholder" | "boliviaCiPlaceholder" | "brazilCpfPlaceholder" | "cameroonCniPlaceholder" | "chileCiPlaceholder" | "chinaIdPlaceholder" | "colombiaCcPlaceholder" | "costaRicaCiPlaceholder" | "dominicanaIdPlaceholder" | "ecuadorCiPlaceholder" | "elSalvadorIdPlaceholder" | "egyptIdPlaceholder" | "ghanaCardPlaceholder" | "guatemalaCuiPlaceholder" | "indiaPanPlaceholder" | "indonesiaNikPlaceholder" | "japanIdPlaceholder" | "kenyaIdPlaceholder" | "malaysiaNricPlaceholder" | "mexicoCurpPlaceholder" | "moroccoCniePlaceholder" | "nigeriaNinPlaceholder" | "panamaIdPlaceholder" | "paraguayCiPlaceholder" | "peruDniPlaceholder" | "philipinesPsnPlaceholder" | "senegalCniPlaceholder" | "southAfricaIdPlaceholder" | "tanzaniaIdPlaceholder" | "thailandIdPlaceholder" | "turkeyTcKimlikNoPlaceholder" | "ugandaNicPlaceholder" | "uriguayCiPlaceholder" | "vietnamVnidPlaceholder", string>> | undefined;
|
|
40
42
|
googlePayButtonParams?: Omit<Partial<{
|
|
41
43
|
allowedAuthMethods: ["PAN_ONLY", "CRYPTOGRAM_3DS"] | ["PAN_ONLY"] | ["CRYPTOGRAM_3DS"];
|
|
42
|
-
enabled:
|
|
44
|
+
enabled: boolean;
|
|
43
45
|
containerId: string;
|
|
44
46
|
color: string;
|
|
45
47
|
type: string;
|
|
46
48
|
}> | undefined, "containerId"> | undefined;
|
|
47
49
|
applePayButtonParams?: Omit<Partial<{
|
|
48
|
-
enabled:
|
|
50
|
+
enabled: boolean;
|
|
49
51
|
integrationType?: "css" | "js" | undefined;
|
|
50
52
|
containerId: string;
|
|
51
53
|
color: string;
|
|
@@ -146,7 +148,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
146
148
|
width?: string | undefined;
|
|
147
149
|
styles?: Record<string, unknown> | undefined;
|
|
148
150
|
formParams?: Partial<{
|
|
149
|
-
enabled:
|
|
151
|
+
enabled: boolean;
|
|
150
152
|
autoFocus: boolean;
|
|
151
153
|
submitButtonText: string;
|
|
152
154
|
isCardHolderVisible: boolean;
|
|
@@ -161,12 +163,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
161
163
|
googleFontLink: string;
|
|
162
164
|
cardNumberLabel: string;
|
|
163
165
|
cardCvvLabel: string;
|
|
166
|
+
cardHolderLabel: string;
|
|
164
167
|
cardExpiryDateLabel: string;
|
|
165
168
|
zipLabel: string;
|
|
166
169
|
emailLabel: string;
|
|
167
170
|
zipCodeLabel: string;
|
|
168
171
|
cardNumberPlaceholder: string;
|
|
169
172
|
cardCvvPlaceholder: string;
|
|
173
|
+
cardHolderPlaceholder: string;
|
|
170
174
|
cardExpiryDatePlaceholder: string;
|
|
171
175
|
zipPlaceholder: string;
|
|
172
176
|
emailPlaceholder: string;
|
|
@@ -174,13 +178,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
174
178
|
} & Record<"zipСodeLabel" | "argentinaDniLabel" | "bangladeshNicLabel" | "boliviaCiLabel" | "brazilCpfLabel" | "cameroonCniLabel" | "chileCiLabel" | "chinaIdLabel" | "colombiaCcLabel" | "costaRicaCiLabel" | "dominicanaIdLabel" | "ecuadorCiLabel" | "elSalvadorIdLabel" | "egyptIdLabel" | "ghanaCardLabel" | "guatemalaCuiLabel" | "indiaPanLabel" | "indonesiaNikLabel" | "japanIdLabel" | "kenyaIdLabel" | "malaysiaNricLabel" | "mexicoCurpLabel" | "moroccoCnieLabel" | "nigeriaNinLabel" | "panamaIdLabel" | "paraguayCiLabel" | "peruDniLabel" | "philipinesPsnLabel" | "senegalCniLabel" | "southAfricaIdLabel" | "tanzaniaIdLabel" | "thailandIdLabel" | "turkeyTcKimlikNoLabel" | "ugandaNicLabel" | "uriguayCiLabel" | "vietnamVnidLabel", string> & Record<"zipСodePlaceholder" | "argentinaDniPlaceholder" | "bangladeshNicPlaceholder" | "boliviaCiPlaceholder" | "brazilCpfPlaceholder" | "cameroonCniPlaceholder" | "chileCiPlaceholder" | "chinaIdPlaceholder" | "colombiaCcPlaceholder" | "costaRicaCiPlaceholder" | "dominicanaIdPlaceholder" | "ecuadorCiPlaceholder" | "elSalvadorIdPlaceholder" | "egyptIdPlaceholder" | "ghanaCardPlaceholder" | "guatemalaCuiPlaceholder" | "indiaPanPlaceholder" | "indonesiaNikPlaceholder" | "japanIdPlaceholder" | "kenyaIdPlaceholder" | "malaysiaNricPlaceholder" | "mexicoCurpPlaceholder" | "moroccoCniePlaceholder" | "nigeriaNinPlaceholder" | "panamaIdPlaceholder" | "paraguayCiPlaceholder" | "peruDniPlaceholder" | "philipinesPsnPlaceholder" | "senegalCniPlaceholder" | "southAfricaIdPlaceholder" | "tanzaniaIdPlaceholder" | "thailandIdPlaceholder" | "turkeyTcKimlikNoPlaceholder" | "ugandaNicPlaceholder" | "uriguayCiPlaceholder" | "vietnamVnidPlaceholder", string>> | undefined;
|
|
175
179
|
googlePayButtonParams?: Omit<Partial<{
|
|
176
180
|
allowedAuthMethods: ["PAN_ONLY", "CRYPTOGRAM_3DS"] | ["PAN_ONLY"] | ["CRYPTOGRAM_3DS"];
|
|
177
|
-
enabled:
|
|
181
|
+
enabled: boolean;
|
|
178
182
|
containerId: string;
|
|
179
183
|
color: string;
|
|
180
184
|
type: string;
|
|
181
185
|
}> | undefined, "containerId"> | undefined;
|
|
182
186
|
applePayButtonParams?: Omit<Partial<{
|
|
183
|
-
enabled:
|
|
187
|
+
enabled: boolean;
|
|
184
188
|
integrationType?: "css" | "js" | undefined;
|
|
185
189
|
containerId: string;
|
|
186
190
|
color: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solidgate/vue-sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.0",
|
|
4
4
|
"repository": "https://github.com/solidgate-tech/vue-sdk",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"vue": "^3.2.25"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@solidgate/client-sdk-loader": "^1.
|
|
31
|
+
"@solidgate/client-sdk-loader": "^1.29.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@babel/types": "^7.24.5",
|