beca-ui 2.1.0-beta.100 → 2.1.0-beta.101
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/beca-ui.js +11 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -93266,7 +93266,11 @@ const fE = 10, kit = (e, t) => {
|
|
|
93266
93266
|
}
|
|
93267
93267
|
}
|
|
93268
93268
|
], [r, a, s.length]), h = () => {
|
|
93269
|
-
|
|
93269
|
+
try {
|
|
93270
|
+
i && (i([r.id], "Read"), a6("Read", [r.id])), o && o(r);
|
|
93271
|
+
} catch (C) {
|
|
93272
|
+
console.log(C);
|
|
93273
|
+
}
|
|
93270
93274
|
};
|
|
93271
93275
|
return /* @__PURE__ */ D(
|
|
93272
93276
|
iu,
|
|
@@ -100093,6 +100097,12 @@ const Kst = 52, qst = 68, Gst = (e) => {
|
|
|
100093
100097
|
okText: s("Save"),
|
|
100094
100098
|
onOk: N,
|
|
100095
100099
|
onCancel: x,
|
|
100100
|
+
styles: {
|
|
100101
|
+
body: {
|
|
100102
|
+
height: "80vh",
|
|
100103
|
+
overflow: "auto"
|
|
100104
|
+
}
|
|
100105
|
+
},
|
|
100096
100106
|
centered: !0,
|
|
100097
100107
|
children: [
|
|
100098
100108
|
/* @__PURE__ */ D(ti.Item, { label: s("Total display"), children: /* @__PURE__ */ D(
|