@deskhero/dh_ui 2.64.3 → 2.65.0
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/dh_ui.css +1 -1
- package/dist/dh_ui.es.js +4 -4
- package/dist/dh_ui.umd.js +3 -3
- package/package.json +1 -1
package/dist/dh_ui.es.js
CHANGED
|
@@ -20608,7 +20608,7 @@ function o0(n, e, t = "log", o, a = "color: inherit") {
|
|
|
20608
20608
|
break;
|
|
20609
20609
|
}
|
|
20610
20610
|
o && s.push(o);
|
|
20611
|
-
const r = "Editor.js 2.31.
|
|
20611
|
+
const r = "Editor.js 2.31.4";
|
|
20612
20612
|
n && (i ? (s.unshift(`line-height: 1em;
|
|
20613
20613
|
color: #006FEA;
|
|
20614
20614
|
display: inline-block;
|
|
@@ -29891,7 +29891,7 @@ class Kq extends nt {
|
|
|
29891
29891
|
}), {
|
|
29892
29892
|
time: +/* @__PURE__ */ new Date(),
|
|
29893
29893
|
blocks: t,
|
|
29894
|
-
version: "2.31.
|
|
29894
|
+
version: "2.31.4"
|
|
29895
29895
|
};
|
|
29896
29896
|
}
|
|
29897
29897
|
}
|
|
@@ -30228,7 +30228,7 @@ let k3 = class {
|
|
|
30228
30228
|
if (e) {
|
|
30229
30229
|
this.nodes.button.innerHTML = AW, this.nodes.button.classList.add(this.CSS.buttonUnlink), this.nodes.button.classList.add(this.CSS.buttonActive), this.openActions();
|
|
30230
30230
|
const t = e.getAttribute("href");
|
|
30231
|
-
this.nodes.input.
|
|
30231
|
+
this.nodes.input.defaultValue = t !== "null" ? t : "", this.selection.save();
|
|
30232
30232
|
} else
|
|
30233
30233
|
this.nodes.button.innerHTML = h7, this.nodes.button.classList.remove(this.CSS.buttonUnlink), this.nodes.button.classList.remove(this.CSS.buttonActive);
|
|
30234
30234
|
return !!e;
|
|
@@ -31594,7 +31594,7 @@ class cZ {
|
|
|
31594
31594
|
class uZ {
|
|
31595
31595
|
/** Editor version */
|
|
31596
31596
|
static get version() {
|
|
31597
|
-
return "2.31.
|
|
31597
|
+
return "2.31.4";
|
|
31598
31598
|
}
|
|
31599
31599
|
/**
|
|
31600
31600
|
* @param {EditorConfig|string|undefined} [configuration] - user configuration
|