@jackuait/blok 0.13.1 → 0.13.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/blok.cjs +1 -1
- package/dist/blok.iife.js +2 -2
- package/dist/blok.mjs +2 -2
- package/dist/chunks/{blok-BF9i6G_n.mjs → blok-Du6vYONn.mjs} +2 -2
- package/dist/chunks/{blok-C7mseAhu.cjs → blok-Xu27QC2G.cjs} +2 -2
- package/dist/chunks/{constants-BZ9pK9tm.cjs → constants-DDTVRO2H.cjs} +1 -1
- package/dist/chunks/{constants-jfK6xPl6.mjs → constants-DUuYY64n.mjs} +1 -1
- package/dist/chunks/{tools-Duq42I9m.cjs → tools-DOuVjow8.cjs} +1 -1
- package/dist/chunks/{tools-CrrBwp7I.mjs → tools-Tt-NXbRZ.mjs} +1 -1
- package/dist/full.cjs +1 -1
- package/dist/full.mjs +3 -3
- package/dist/react.cjs +1 -1
- package/dist/react.mjs +1 -1
- package/dist/tools.cjs +1 -1
- package/dist/tools.mjs +2 -2
- package/package.json +1 -1
- package/src/components/modules/ui.ts +9 -0
package/dist/blok.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { n as e, t } from "./chunks/blok-
|
|
2
|
-
import { Rr as n } from "./chunks/constants-
|
|
1
|
+
import { n as e, t } from "./chunks/blok-Du6vYONn.mjs";
|
|
2
|
+
import { Rr as n } from "./chunks/constants-DUuYY64n.mjs";
|
|
3
3
|
export { t as Blok, n as DATA_ATTR, e as version };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "./chunk-Bbb9LtOc.mjs";
|
|
2
|
-
import { $n as t, An as n, Ar as r, Bn as i, C as a, Cn as o, Cr as s, Dn as c, Dr as l, Dt as u, E as d, En as f, Er as p, Fn as m, Fr as h, Gn as g, Gt as _, Hn as v, Ht as ee, I as te, Ir as y, It as b, Jn as ne, Lr as re, Mn as x, Mr as S, Nn as ie, Nr as C, On as ae, Or as w, Pn as oe, Pr as se, Qn as ce, Rn as le, Rr as T, S as ue, Sn as de, Sr as fe, T as pe, Tr as me, Un as he, Vn as E, Xn as ge, Yn as _e, Zn as ve, _ as ye, _r as be, ar as xe, b as D, bn as Se, br as Ce, cn as we, cr as O, dr as k, er as Te, g as Ee, gr as De, h as Oe, hn as ke, hr as Ae, ir as je, jn as Me, jr as Ne, kn as Pe, kr as Fe, lr as Ie, m as Le, mr as Re, nr as ze, or as Be, p as Ve, pr as He, qn as Ue, rn as We, rr as Ge, tr as Ke, u as qe, ur as Je, v as Ye, vn as Xe, vr as Ze, w as Qe, wr as $e, x as et, xr as tt, y as nt, yr as rt, zn as it, zr as A } from "./constants-
|
|
2
|
+
import { $n as t, An as n, Ar as r, Bn as i, C as a, Cn as o, Cr as s, Dn as c, Dr as l, Dt as u, E as d, En as f, Er as p, Fn as m, Fr as h, Gn as g, Gt as _, Hn as v, Ht as ee, I as te, Ir as y, It as b, Jn as ne, Lr as re, Mn as x, Mr as S, Nn as ie, Nr as C, On as ae, Or as w, Pn as oe, Pr as se, Qn as ce, Rn as le, Rr as T, S as ue, Sn as de, Sr as fe, T as pe, Tr as me, Un as he, Vn as E, Xn as ge, Yn as _e, Zn as ve, _ as ye, _r as be, ar as xe, b as D, bn as Se, br as Ce, cn as we, cr as O, dr as k, er as Te, g as Ee, gr as De, h as Oe, hn as ke, hr as Ae, ir as je, jn as Me, jr as Ne, kn as Pe, kr as Fe, lr as Ie, m as Le, mr as Re, nr as ze, or as Be, p as Ve, pr as He, qn as Ue, rn as We, rr as Ge, tr as Ke, u as qe, ur as Je, v as Ye, vn as Xe, vr as Ze, w as Qe, wr as $e, x as et, xr as tt, y as nt, yr as rt, zn as it, zr as A } from "./constants-DUuYY64n.mjs";
|
|
3
3
|
import { n as at, t as j } from "./objectSpread2-jlBcdYeb.mjs";
|
|
4
4
|
import { n as M, t as ot } from "./tw-CqxBf-1Y.mjs";
|
|
5
5
|
import { t as st } from "./types-DrdCPGbk.mjs";
|
|
@@ -13371,7 +13371,7 @@ var ep = new Set([
|
|
|
13371
13371
|
});
|
|
13372
13372
|
}
|
|
13373
13373
|
toggleReadOnly(e) {
|
|
13374
|
-
if (e) {
|
|
13374
|
+
if (this.nodes.bottomZone && (this.nodes.bottomZone.style.minHeight = e ? "0px" : `${this.config.minHeight}px`), e) {
|
|
13375
13375
|
var t;
|
|
13376
13376
|
this.unbindReadOnlySensitiveListeners({ keepBlockHover: !0 }), (t = this.blockHoverController) == null || t.enable(), this.updateBlocksContentEditable(!1);
|
|
13377
13377
|
return;
|