@tryghost/koenig-lexical 0.0.33 → 0.0.34
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/koenig-lexical.js
CHANGED
|
@@ -6891,7 +6891,7 @@ function t1({
|
|
|
6891
6891
|
const $ = E.dataTransfer.files;
|
|
6892
6892
|
$ && (a(!1), await Ti($, t, l, u));
|
|
6893
6893
|
}
|
|
6894
|
-
}, T = (u == null ? void 0 : u.uploadProgress) ||
|
|
6894
|
+
}, T = (u == null ? void 0 : u.uploadProgress) || 0;
|
|
6895
6895
|
return /* @__PURE__ */ Y(Cr, {
|
|
6896
6896
|
children: [/* @__PURE__ */ f(xa, {
|
|
6897
6897
|
isSelected: c,
|
|
@@ -6973,13 +6973,12 @@ const so = class extends x.DecoratorNode {
|
|
|
6973
6973
|
caption: r,
|
|
6974
6974
|
altText: i,
|
|
6975
6975
|
cardWidth: o,
|
|
6976
|
-
|
|
6977
|
-
|
|
6978
|
-
|
|
6979
|
-
|
|
6980
|
-
|
|
6981
|
-
|
|
6982
|
-
super(d);
|
|
6976
|
+
triggerFileDialog: l,
|
|
6977
|
+
width: s,
|
|
6978
|
+
height: a,
|
|
6979
|
+
previewSrc: u
|
|
6980
|
+
} = {}, c) {
|
|
6981
|
+
super(c);
|
|
6983
6982
|
xe(this, "__src");
|
|
6984
6983
|
xe(this, "__caption");
|
|
6985
6984
|
xe(this, "__altText");
|
|
@@ -6988,7 +6987,7 @@ const so = class extends x.DecoratorNode {
|
|
|
6988
6987
|
xe(this, "__height");
|
|
6989
6988
|
xe(this, "__triggerFileDialog", !1);
|
|
6990
6989
|
xe(this, "__previewSrc", null);
|
|
6991
|
-
this.__caption = r || "", this.__altText = i || "", this.__src = n || "", this.__previewSrc =
|
|
6990
|
+
this.__caption = r || "", this.__altText = i || "", this.__src = n || "", this.__previewSrc = u || "", this.__cardWidth = o || "regular", this.__triggerFileDialog = l || !1, this.__width = s || null, this.__height = a || null;
|
|
6992
6991
|
}
|
|
6993
6992
|
static getType() {
|
|
6994
6993
|
return "image";
|