@budibase/bbui 3.31.5 → 3.31.7
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.
|
@@ -41751,6 +41751,9 @@ function DatePicker(l, u) {
|
|
|
41751
41751
|
get align() {
|
|
41752
41752
|
return T();
|
|
41753
41753
|
},
|
|
41754
|
+
get useAnchorWidth() {
|
|
41755
|
+
return w();
|
|
41756
|
+
},
|
|
41754
41757
|
resizable: !1,
|
|
41755
41758
|
$$events: {
|
|
41756
41759
|
open: [
|
|
@@ -43103,7 +43106,7 @@ function SpectrumMDE(l, u) {
|
|
|
43103
43106
|
let f = prop(u, "height", 12, null), p = prop(u, "scroll", 8, !0), v = prop(u, "easyMDEOptions", 8, null), y = prop(u, "mde", 12, null), b = prop(u, "id", 8, null), $ = prop(u, "fullScreenOffset", 8, null), P = prop(u, "disabled", 8, !1), k = /* @__PURE__ */ mutable_source(void 0);
|
|
43104
43107
|
onMount(async () => {
|
|
43105
43108
|
f(f() || "200px");
|
|
43106
|
-
const { default: F } = await import("./easymde-
|
|
43109
|
+
const { default: F } = await import("./easymde-TCPg2Sl1.mjs").then((T) => T.e);
|
|
43107
43110
|
y(new F({
|
|
43108
43111
|
element: get$2(k),
|
|
43109
43112
|
spellChecker: !1,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/bbui",
|
|
3
3
|
"description": "A UI solution used in the different Budibase projects.",
|
|
4
|
-
"version": "3.31.
|
|
4
|
+
"version": "3.31.7",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"module": "dist/bbui.mjs",
|
|
7
7
|
"exports": {
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "3f40c0aa6474c00af5c456d8315d54264e6b45f8"
|
|
111
111
|
}
|