@solidgate/vue-sdk 1.27.0 → 1.28.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.
@@ -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: false;
14
+ enabled: boolean;
15
15
  autoFocus: boolean;
16
16
  submitButtonText: string;
17
17
  isCardHolderVisible: boolean;
@@ -39,13 +39,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
39
39
  } & 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
40
  googlePayButtonParams?: Omit<Partial<{
41
41
  allowedAuthMethods: ["PAN_ONLY", "CRYPTOGRAM_3DS"] | ["PAN_ONLY"] | ["CRYPTOGRAM_3DS"];
42
- enabled: false;
42
+ enabled: boolean;
43
43
  containerId: string;
44
44
  color: string;
45
45
  type: string;
46
46
  }> | undefined, "containerId"> | undefined;
47
47
  applePayButtonParams?: Omit<Partial<{
48
- enabled: false;
48
+ enabled: boolean;
49
49
  integrationType?: "css" | "js" | undefined;
50
50
  containerId: string;
51
51
  color: string;
@@ -146,7 +146,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
146
146
  width?: string | undefined;
147
147
  styles?: Record<string, unknown> | undefined;
148
148
  formParams?: Partial<{
149
- enabled: false;
149
+ enabled: boolean;
150
150
  autoFocus: boolean;
151
151
  submitButtonText: string;
152
152
  isCardHolderVisible: boolean;
@@ -174,13 +174,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
174
174
  } & 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
175
  googlePayButtonParams?: Omit<Partial<{
176
176
  allowedAuthMethods: ["PAN_ONLY", "CRYPTOGRAM_3DS"] | ["PAN_ONLY"] | ["CRYPTOGRAM_3DS"];
177
- enabled: false;
177
+ enabled: boolean;
178
178
  containerId: string;
179
179
  color: string;
180
180
  type: string;
181
181
  }> | undefined, "containerId"> | undefined;
182
182
  applePayButtonParams?: Omit<Partial<{
183
- enabled: false;
183
+ enabled: boolean;
184
184
  integrationType?: "css" | "js" | undefined;
185
185
  containerId: string;
186
186
  color: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidgate/vue-sdk",
3
- "version": "1.27.0",
3
+ "version": "1.28.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.27.0"
31
+ "@solidgate/client-sdk-loader": "^1.28.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/types": "^7.24.5",