@deskhero/dh_ui 2.63.0 → 2.63.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/dh_ui.css +1 -1
- package/dist/dh_ui.es.js +5 -5
- package/dist/dh_ui.umd.js +4 -4
- package/package.json +1 -1
package/dist/dh_ui.es.js
CHANGED
|
@@ -20604,7 +20604,7 @@ function n0(n, e, t = "log", o, a = "color: inherit") {
|
|
|
20604
20604
|
break;
|
|
20605
20605
|
}
|
|
20606
20606
|
o && s.push(o);
|
|
20607
|
-
const r = "Editor.js 2.31.
|
|
20607
|
+
const r = "Editor.js 2.31.3";
|
|
20608
20608
|
n && (i ? (s.unshift(`line-height: 1em;
|
|
20609
20609
|
color: #006FEA;
|
|
20610
20610
|
display: inline-block;
|
|
@@ -21692,7 +21692,7 @@ let a0 = class {
|
|
|
21692
21692
|
}
|
|
21693
21693
|
}, ze = class Li {
|
|
21694
21694
|
constructor() {
|
|
21695
|
-
this.instance = null, this.selection = null, this.savedSelectionRange = null, this.isFakeBackgroundEnabled = !1, this.commandBackground = "backColor"
|
|
21695
|
+
this.instance = null, this.selection = null, this.savedSelectionRange = null, this.isFakeBackgroundEnabled = !1, this.commandBackground = "backColor";
|
|
21696
21696
|
}
|
|
21697
21697
|
/**
|
|
21698
21698
|
* Editor styles
|
|
@@ -21899,7 +21899,7 @@ let a0 = class {
|
|
|
21899
21899
|
* Removes fake background
|
|
21900
21900
|
*/
|
|
21901
21901
|
removeFakeBackground() {
|
|
21902
|
-
this.isFakeBackgroundEnabled && (this.
|
|
21902
|
+
this.isFakeBackgroundEnabled && (document.execCommand(this.commandBackground, !1, "transparent"), this.isFakeBackgroundEnabled = !1);
|
|
21903
21903
|
}
|
|
21904
21904
|
/**
|
|
21905
21905
|
* Sets fake background
|
|
@@ -29887,7 +29887,7 @@ class Gq extends nt {
|
|
|
29887
29887
|
}), {
|
|
29888
29888
|
time: +/* @__PURE__ */ new Date(),
|
|
29889
29889
|
blocks: t,
|
|
29890
|
-
version: "2.31.
|
|
29890
|
+
version: "2.31.3"
|
|
29891
29891
|
};
|
|
29892
29892
|
}
|
|
29893
29893
|
}
|
|
@@ -31590,7 +31590,7 @@ class dZ {
|
|
|
31590
31590
|
class pZ {
|
|
31591
31591
|
/** Editor version */
|
|
31592
31592
|
static get version() {
|
|
31593
|
-
return "2.31.
|
|
31593
|
+
return "2.31.3";
|
|
31594
31594
|
}
|
|
31595
31595
|
/**
|
|
31596
31596
|
* @param {EditorConfig|string|undefined} [configuration] - user configuration
|