@solidgate/vue-sdk 1.31.0 → 1.32.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.
@@ -65,6 +65,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
65
65
  containerId?: string | undefined;
66
66
  enabled?: boolean | undefined;
67
67
  height?: number | undefined;
68
+ resetEnabled?: boolean | undefined;
68
69
  } | undefined, "containerId"> | undefined;
69
70
  bizumButtonParams?: Omit<{
70
71
  containerId?: string | undefined;
@@ -76,6 +77,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
76
77
  enabled?: boolean | undefined;
77
78
  theme?: "dark" | "light" | undefined;
78
79
  height?: number | undefined;
80
+ resetEnabled?: boolean | undefined;
79
81
  } | undefined, "containerId"> | undefined;
80
82
  mbwayButtonParams?: Omit<{
81
83
  containerId?: string | undefined;
@@ -86,6 +88,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
86
88
  containerId?: string | undefined;
87
89
  enabled?: boolean | undefined;
88
90
  height?: number | undefined;
91
+ resetEnabled?: boolean | undefined;
89
92
  } | undefined, "containerId"> | undefined;
90
93
  cashAppButtonParams?: Omit<{
91
94
  containerId?: string | undefined;
@@ -104,6 +107,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
104
107
  containerId?: string | undefined;
105
108
  enabled?: boolean | undefined;
106
109
  height?: number | undefined;
110
+ resetEnabled?: boolean | undefined;
107
111
  } | undefined, "containerId"> | undefined;
108
112
  pixAutomaticoContainerRef?: HTMLDivElement | undefined;
109
113
  onReadyPaymentInstance?: ((paymentInstance: ClientSdkInstance) => void) | undefined;
@@ -213,6 +217,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
213
217
  containerId?: string | undefined;
214
218
  enabled?: boolean | undefined;
215
219
  height?: number | undefined;
220
+ resetEnabled?: boolean | undefined;
216
221
  } | undefined, "containerId"> | undefined;
217
222
  bizumButtonParams?: Omit<{
218
223
  containerId?: string | undefined;
@@ -224,6 +229,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
224
229
  enabled?: boolean | undefined;
225
230
  theme?: "dark" | "light" | undefined;
226
231
  height?: number | undefined;
232
+ resetEnabled?: boolean | undefined;
227
233
  } | undefined, "containerId"> | undefined;
228
234
  mbwayButtonParams?: Omit<{
229
235
  containerId?: string | undefined;
@@ -234,6 +240,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
234
240
  containerId?: string | undefined;
235
241
  enabled?: boolean | undefined;
236
242
  height?: number | undefined;
243
+ resetEnabled?: boolean | undefined;
237
244
  } | undefined, "containerId"> | undefined;
238
245
  cashAppButtonParams?: Omit<{
239
246
  containerId?: string | undefined;
@@ -252,6 +259,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
252
259
  containerId?: string | undefined;
253
260
  enabled?: boolean | undefined;
254
261
  height?: number | undefined;
262
+ resetEnabled?: boolean | undefined;
255
263
  } | undefined, "containerId"> | undefined;
256
264
  pixAutomaticoContainerRef?: HTMLDivElement | undefined;
257
265
  onReadyPaymentInstance?: ((paymentInstance: ClientSdkInstance) => void) | undefined;
package/dist/index.es.js CHANGED
@@ -101,6 +101,7 @@ var InteractionType;
101
101
  (function(InteractionType2) {
102
102
  InteractionType2["Click"] = "click";
103
103
  InteractionType2["PageClose"] = "pageClose";
104
+ InteractionType2["ResetRequested"] = "resetRequested";
104
105
  InteractionType2["Focus"] = "focus";
105
106
  InteractionType2["Blur"] = "blur";
106
107
  InteractionType2["Change"] = "change";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidgate/vue-sdk",
3
- "version": "1.31.0",
3
+ "version": "1.32.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.0"
31
+ "@solidgate/client-sdk-loader": "^1.32.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/types": "^7.24.5",