@cling-se/widget 0.5.0 → 0.5.2
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.63e8ebfd.js → DocFormSend.9f94f6f7.js} +23 -5
- package/dist/{DocReceipt.087edc6c.js → DocReceipt.732598b3.js} +1 -1
- package/dist/{DocSendReminder.0da038c3.js → DocSendReminder.9ea234d2.js} +1 -1
- package/dist/{DocTimeline.c75aca03.js → DocTimeline.03fee84e.js} +1 -1
- package/dist/index.es.js +5 -3
- package/dist/index.umd.js +8 -8
- package/dist/{main.819722de.js → main.c91dd7f4.js} +8 -8
- package/package.json +1 -1
- package/stats.html +1 -1
|
@@ -9722,7 +9722,7 @@ const QM = [
|
|
|
9722
9722
|
{
|
|
9723
9723
|
name: "DocFormSend",
|
|
9724
9724
|
path: "/send",
|
|
9725
|
-
component: () => import("./DocFormSend.
|
|
9725
|
+
component: () => import("./DocFormSend.9f94f6f7.js"),
|
|
9726
9726
|
props: !0,
|
|
9727
9727
|
meta: {
|
|
9728
9728
|
mode: "drawer",
|
|
@@ -9733,7 +9733,7 @@ const QM = [
|
|
|
9733
9733
|
{
|
|
9734
9734
|
name: "DocSendReminder",
|
|
9735
9735
|
path: "/reminder",
|
|
9736
|
-
component: () => import("./DocSendReminder.
|
|
9736
|
+
component: () => import("./DocSendReminder.9ea234d2.js"),
|
|
9737
9737
|
props: !0,
|
|
9738
9738
|
meta: {
|
|
9739
9739
|
mode: "modal",
|
|
@@ -9744,7 +9744,7 @@ const QM = [
|
|
|
9744
9744
|
{
|
|
9745
9745
|
name: "DocTimeline",
|
|
9746
9746
|
path: "/timeline",
|
|
9747
|
-
component: () => import("./DocTimeline.
|
|
9747
|
+
component: () => import("./DocTimeline.03fee84e.js"),
|
|
9748
9748
|
props: !0,
|
|
9749
9749
|
meta: {
|
|
9750
9750
|
mode: "modal",
|
|
@@ -9754,7 +9754,7 @@ const QM = [
|
|
|
9754
9754
|
{
|
|
9755
9755
|
name: "DocReceipt",
|
|
9756
9756
|
path: "/receipt",
|
|
9757
|
-
component: () => import("./DocReceipt.
|
|
9757
|
+
component: () => import("./DocReceipt.732598b3.js"),
|
|
9758
9758
|
props: !0,
|
|
9759
9759
|
meta: {
|
|
9760
9760
|
mode: "modal",
|
|
@@ -23861,7 +23861,7 @@ const jW = (e, { renewToken: t }) => {
|
|
|
23861
23861
|
withCredentials: t,
|
|
23862
23862
|
paramsSerializer: (f) => LW(f)
|
|
23863
23863
|
});
|
|
23864
|
-
r.defaults.headers["X-CLIENT"] = "widget", r.defaults.headers["X-CLIENT-VERSION"] = "0.5.
|
|
23864
|
+
r.defaults.headers["X-CLIENT"] = "widget", r.defaults.headers["X-CLIENT-VERSION"] = "0.5.2";
|
|
23865
23865
|
const i = async (f, d, p = null, h = {}) => {
|
|
23866
23866
|
const m = d.startsWith("/public/"), g = fe.getItem("token");
|
|
23867
23867
|
switch (g && !m && (r.defaults.headers["X-TOKEN"] = g), f) {
|
|
@@ -26670,7 +26670,7 @@ const lz = /* @__PURE__ */ na(jk.exports), cz = Q.rollbar.clientToken, uz = new
|
|
|
26670
26670
|
payload: {
|
|
26671
26671
|
client: {
|
|
26672
26672
|
javascript: {
|
|
26673
|
-
code_version: "0.5.
|
|
26673
|
+
code_version: "0.5.2",
|
|
26674
26674
|
source_map_enabled: !0,
|
|
26675
26675
|
guess_uncaught_frames: !0
|
|
26676
26676
|
}
|
|
@@ -44510,12 +44510,12 @@ class Ipe extends gde {
|
|
|
44510
44510
|
super(n);
|
|
44511
44511
|
Fe(this, "ui", {
|
|
44512
44512
|
send: {
|
|
44513
|
-
open: () => {
|
|
44513
|
+
open: (n) => {
|
|
44514
44514
|
if (!this._isForm)
|
|
44515
44515
|
throw new Error(
|
|
44516
44516
|
"Doc needs to be initiated in the form: editableDoc = doc.toForm()"
|
|
44517
44517
|
);
|
|
44518
|
-
pt.go("DocFormSend"), pt.open = !0;
|
|
44518
|
+
pt.go("DocFormSend", n), pt.open = !0;
|
|
44519
44519
|
},
|
|
44520
44520
|
close: () => {
|
|
44521
44521
|
pt.open = !1;
|