@solidgate/vue-sdk 1.28.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 +4 -0
- package/package.json +2 -2
package/dist/Payment.vue.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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;
|
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",
|