beca-ui 2.1.0-beta.100 → 2.1.0-beta.102

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.
Files changed (2) hide show
  1. package/dist/beca-ui.js +34 -16
  2. 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
- i && (i([r.id], "Read"), a6("Read", [r.id])), o && o(r);
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(
@@ -106662,23 +106672,31 @@ const Xut = (e) => {
106662
106672
  className: ge(
106663
106673
  r && "mobile-auto-complete-select"
106664
106674
  ),
106665
- children: /* @__PURE__ */ D(ti.Item, { ...l, children: r ? /* @__PURE__ */ D(
106666
- J$,
106667
- {
106668
- ...n,
106669
- open: !0,
106670
- id: void 0,
106671
- getPopupContainer: () => document.getElementById("select-options-area")
106672
- }
106673
- ) : /* @__PURE__ */ D(
106674
- Al,
106675
+ children: /* @__PURE__ */ D(
106676
+ ti.Item,
106675
106677
  {
106676
- ...n,
106677
- open: !0,
106678
- id: void 0,
106679
- getPopupContainer: () => document.getElementById("select-options-area")
106678
+ ...l,
106679
+ validateStatus: void 0,
106680
+ help: void 0,
106681
+ children: r ? /* @__PURE__ */ D(
106682
+ J$,
106683
+ {
106684
+ ...n,
106685
+ open: !0,
106686
+ id: void 0,
106687
+ getPopupContainer: () => document.getElementById("select-options-area")
106688
+ }
106689
+ ) : /* @__PURE__ */ D(
106690
+ Al,
106691
+ {
106692
+ ...n,
106693
+ open: !0,
106694
+ id: void 0,
106695
+ getPopupContainer: () => document.getElementById("select-options-area")
106696
+ }
106697
+ )
106680
106698
  }
106681
- ) })
106699
+ )
106682
106700
  }
106683
106701
  )
106684
106702
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.1.0-beta.100",
3
+ "version": "2.1.0-beta.102",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {