@cling-se/widget 0.7.0 → 0.7.1
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/{DocFormSend.c9d155e8.js → DocFormSend.cce6db5c.js} +1 -1
- package/dist/{DocReceipt.f295022f.js → DocReceipt.6d060487.js} +1 -1
- package/dist/{DocSendReminder.400202d0.js → DocSendReminder.d7597acc.js} +1 -1
- package/dist/{DocTimeline.3faeb01a.js → DocTimeline.cfb41c0d.js} +2 -2
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/{main.e2cbf475.js → main.bacf5be3.js} +6 -6
- package/package.json +1 -1
- package/stats.html +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as se, g as Se, a as zf, n as N, C as Va, s as Wf, e as Vf, i as Yf, r as Tc, b as Xs, m as Rc, d as Lt, f as mn, h as nt, _ as Uf, j as Ic, k as Hf, p as Gf, l as qf, o as Kf, q as Pc, V as Ya, t as Ac, A as Xf, u as Zf, v as Jf, w as Qf, x as eh, F as Fc, y as Nc, z as Ua, B as th, D as rh, E as Zs, G as nh, H as ih, I as ah } from "./main.
|
|
1
|
+
import { c as se, g as Se, a as zf, n as N, C as Va, s as Wf, e as Vf, i as Yf, r as Tc, b as Xs, m as Rc, d as Lt, f as mn, h as nt, _ as Uf, j as Ic, k as Hf, p as Gf, l as qf, o as Kf, q as Pc, V as Ya, t as Ac, A as Xf, u as Zf, v as Jf, w as Qf, x as eh, F as Fc, y as Nc, z as Ua, B as th, D as rh, E as Zs, G as nh, H as ih, I as ah } from "./main.bacf5be3.js";
|
|
2
2
|
const fe = {
|
|
3
3
|
AD: {
|
|
4
4
|
name: "Andorra",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as m, J as v, g as $, i as _, K as f, d as C } from "./main.
|
|
1
|
+
import { n as m, J as v, g as $, i as _, K as f, d as C } from "./main.bacf5be3.js";
|
|
2
2
|
const g = {
|
|
3
3
|
new: {
|
|
4
4
|
statusClass: "draft",
|
|
@@ -229,7 +229,7 @@ const F = A.exports, q = {
|
|
|
229
229
|
viewed: "Viewed",
|
|
230
230
|
viewedContent: "{{- name}} has viewed the document",
|
|
231
231
|
statusChangedAccepted: "The document has been signed",
|
|
232
|
-
statusChangedDenied: "The document has been
|
|
232
|
+
statusChangedDenied: "The document has been declined",
|
|
233
233
|
requestChange: "Manually marked as",
|
|
234
234
|
mailOpened: "Email opened",
|
|
235
235
|
mailOpenedContent: "{{email}} viewed",
|
package/dist/index.es.js
CHANGED
|
@@ -16,7 +16,7 @@ function c() {
|
|
|
16
16
|
(o == null ? void 0 : o.environment) === "development" && c();
|
|
17
17
|
const r = {
|
|
18
18
|
init(e = {}) {
|
|
19
|
-
return (e == null ? void 0 : e.environment) === "development" && c(), import("./main.
|
|
19
|
+
return (e == null ? void 0 : e.environment) === "development" && c(), import("./main.bacf5be3.js").then((t) => t.L).then((t) => {
|
|
20
20
|
const n = t.default;
|
|
21
21
|
return window[i] = n, Object.assign(this, n), n.init({ ...e, LIB_NAME: i });
|
|
22
22
|
});
|