@rebilly/framepay-vue 12.77.0 → 12.78.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/CHANGELOG.md +2 -2
- package/dist/framepay-vue.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [12.
|
|
1
|
+
## [12.78.0](https://github.com/Rebilly/rebilly/compare/framepay-vue-v12.77.0...framepay-vue-v12.78.0) (2026-03-24)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#19929](https://github.com/Rebilly/rebilly/issues/19929)) ([621e759](https://github.com/Rebilly/rebilly/commit/621e75950c234966c9f1ad9beff5ebded19f19b1))
|
package/dist/framepay-vue.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { openBlock as u, createElementBlock as y, createElementVNode as I, withModifiers as B, renderSlot as A, markRaw as l, h as c } from "vue";
|
|
2
2
|
function h({ message: e = "Could not mount FramePay to element.", details: t = null } = {}) {
|
|
3
3
|
this.message = e, this.details = t, this.name = "FramePayMountError";
|
|
4
4
|
}
|
|
@@ -118,7 +118,7 @@ const L = (e, t) => {
|
|
|
118
118
|
}
|
|
119
119
|
}, V = { id: "stop-wrapper" };
|
|
120
120
|
function j(e, t, n, r, a, o) {
|
|
121
|
-
return
|
|
121
|
+
return u(), y("div", V, [
|
|
122
122
|
I("form", {
|
|
123
123
|
id: "rebilly-form",
|
|
124
124
|
onSubmit: t[0] || (t[0] = B((...f) => o.handler && o.handler(...f), ["stop", "prevent"]))
|
|
@@ -135,7 +135,7 @@ const Q = /* @__PURE__ */ L(K, [["render", j]]), X = {
|
|
|
135
135
|
type: "hidden"
|
|
136
136
|
};
|
|
137
137
|
function q(e, t, n, r, a, o) {
|
|
138
|
-
return
|
|
138
|
+
return u(), y("input", W);
|
|
139
139
|
}
|
|
140
140
|
const Z = /* @__PURE__ */ L(X, [["render", q]]), s = {
|
|
141
141
|
render() {
|