cft-builder 0.2.134 → 0.2.135
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/cft-builder.js +1 -1
- package/dist/cft-builder.umd.cjs +2 -2
- package/dist/{main-g9j9FfHL.js → main-a7FNazQn.js} +23 -3
- package/dist/{quill-5LjLC76w.js → quill-plBXO0nj.js} +1 -1
- package/dist/styles/likert.css +0 -0
- package/dist/styles/likertEmoji.css +0 -0
- package/dist/styles/pdf.css +0 -0
- package/dist/styles/style.scss +0 -0
- package/package.json +1 -1
|
@@ -28429,7 +28429,7 @@ const cZ = (t) => /* @__PURE__ */ c(un, { target: `.${t == null ? void 0 : t.ele
|
|
|
28429
28429
|
/* @__PURE__ */ c("div", { className: "mb-2", children: t == null ? void 0 : t.label }),
|
|
28430
28430
|
/* @__PURE__ */ c(wa, {})
|
|
28431
28431
|
] })
|
|
28432
|
-
] }) }), oP = (t) => /* @__PURE__ */ c(un, { autoHide: !1, hideEvent: "", target: `.${t == null ? void 0 : t.element}`, position: "right", className: "
|
|
28432
|
+
] }) }), oP = (t) => /* @__PURE__ */ c(un, { autoHide: !1, hideEvent: "", target: `.${t == null ? void 0 : t.element}`, position: "right", className: "", children: /* @__PURE__ */ E("div", { style: { width: 400 }, className: "m-3 ", children: [
|
|
28433
28433
|
/* @__PURE__ */ c("div", { className: "font-medium text-2xl mb-2", children: t == null ? void 0 : t.label }),
|
|
28434
28434
|
/* @__PURE__ */ c("hr", {}),
|
|
28435
28435
|
/* @__PURE__ */ E("div", { className: "p-fluid", children: [
|
|
@@ -58640,7 +58640,7 @@ var bde = function() {
|
|
|
58640
58640
|
theme: i.theme,
|
|
58641
58641
|
formats: i.formats
|
|
58642
58642
|
};
|
|
58643
|
-
bde ? A(new Quill(d.current, M)) : import("./quill-
|
|
58643
|
+
bde ? A(new Quill(d.current, M)) : import("./quill-plBXO0nj.js").then(function(q) {
|
|
58644
58644
|
if (q && Ee.isExist(d.current)) {
|
|
58645
58645
|
var F;
|
|
58646
58646
|
q.default ? F = new q.default(d.current, M) : F = new q(d.current, M), A(F);
|
|
@@ -122875,7 +122875,27 @@ const YSe = zU($we), KSe = (t) => {
|
|
|
122875
122875
|
N
|
|
122876
122876
|
)
|
|
122877
122877
|
] }, P);
|
|
122878
|
-
}) : /* @__PURE__ */ c(Te, {
|
|
122878
|
+
}) : /* @__PURE__ */ c(Te, { children: /* @__PURE__ */ E(
|
|
122879
|
+
"span",
|
|
122880
|
+
{
|
|
122881
|
+
className: "pt-4 text-center text-primary",
|
|
122882
|
+
style: {
|
|
122883
|
+
display: "block",
|
|
122884
|
+
zIndex: -1,
|
|
122885
|
+
width: "99%"
|
|
122886
|
+
},
|
|
122887
|
+
children: [
|
|
122888
|
+
"Please drop the element from the sidebar below",
|
|
122889
|
+
/* @__PURE__ */ c("p", { children: /* @__PURE__ */ c(
|
|
122890
|
+
"i",
|
|
122891
|
+
{
|
|
122892
|
+
className: "pi pi-arrow-down py-2",
|
|
122893
|
+
style: { fontSize: "2em" }
|
|
122894
|
+
}
|
|
122895
|
+
) })
|
|
122896
|
+
]
|
|
122897
|
+
}
|
|
122898
|
+
) }),
|
|
122879
122899
|
/* @__PURE__ */ c(
|
|
122880
122900
|
Cr,
|
|
122881
122901
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Bl = Object.defineProperty;
|
|
2
2
|
var Ml = (n, t, e) => t in n ? Bl(n, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[t] = e;
|
|
3
3
|
var T = (n, t, e) => Ml(n, typeof t != "symbol" ? t + "" : t, e);
|
|
4
|
-
import { d as ti, i as Rr, a as Hi, b as Dl, e as Br, M as Ul, S as ei, U as si, g as ni, c as ri, f as fr, h as zs, j as $i, k as Vs, l as dr, m as Pl, n as jl, o as Fi, p as Hl, q as $l, r as Fl, s as zl, t as ii, u as Kl, v as Gl, w as Ft, x as zi, y as xe } from "./main-
|
|
4
|
+
import { d as ti, i as Rr, a as Hi, b as Dl, e as Br, M as Ul, S as ei, U as si, g as ni, c as ri, f as fr, h as zs, j as $i, k as Vs, l as dr, m as Pl, n as jl, o as Fi, p as Hl, q as $l, r as Fl, s as zl, t as ii, u as Kl, v as Gl, w as Ft, x as zi, y as xe } from "./main-a7FNazQn.js";
|
|
5
5
|
function Ki(n) {
|
|
6
6
|
return n;
|
|
7
7
|
}
|
package/dist/styles/likert.css
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/styles/pdf.css
CHANGED
|
File without changes
|
package/dist/styles/style.scss
CHANGED
|
File without changes
|