loon-bulma-react 2026.0.62 → 2026.0.64

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/index.js CHANGED
@@ -11051,11 +11051,11 @@ function Nh({ value: e, id: n, name: r, label: i, grouped: a = !1, required: o =
11051
11051
  ue,
11052
11052
  !M && de,
11053
11053
  oe.length > 0 && /* @__PURE__ */ b("p", {
11054
- className: "help is-danger",
11054
+ className: "help is-danger ml-2",
11055
11055
  children: oe
11056
11056
  }),
11057
11057
  se.length > 0 && /* @__PURE__ */ b("p", {
11058
- className: "help is-info",
11058
+ className: "help is-info ml-2",
11059
11059
  children: se
11060
11060
  })
11061
11061
  ]
@@ -16102,8 +16102,8 @@ function yy({ events: e, onEventClick: n, options: r, calendarType: i }) {
16102
16102
  t.useEffect(() => {
16103
16103
  o(e.slice(4));
16104
16104
  }, [e]);
16105
- function l() {
16106
- c(!s);
16105
+ function l(e) {
16106
+ e.stopPropagation(), c(!s);
16107
16107
  }
16108
16108
  return /* @__PURE__ */ x(t.Fragment, { children: [s && a.map((e) => e.allDay ? /* @__PURE__ */ b(hy, {
16109
16109
  desc: (e) => /* @__PURE__ */ b(_y, {
@@ -16290,15 +16290,25 @@ function wy({ weekNr: e }) {
16290
16290
  //#region lib/components/Calendar/Month/MonthView.tsx
16291
16291
  function Ty({ viewDate: e, options: n = {}, onEventClick: r, onDayClick: i, events: a = [] }) {
16292
16292
  function o(e) {
16293
- let t = e.startOf("month").startOf("week").startOf("day"), r = e.endOf("month").endOf("week").plus({ days: 1 }).startOf("day"), i = a.map((e) => my(e, n)).filter((e) => py(t, r, e)), o = t.clone(), c = [];
16294
- for (; o < r;) {
16295
- if (s.has(o.weekDay)) {
16296
- let e = o.startOf("day"), t = o.endOf("day"), n = i.filter((n) => py(e, t, n)).sort((e, t) => e.allDay && !t.allDay ? -1 : !e.allDay && t.allDay ? 1 : e._startDateTime.valueOf() - t._startDateTime.valueOf());
16297
- c.push([o, n]);
16293
+ function t(e) {
16294
+ return o.filter((t) => py(e.startOf("day"), e.endOf("day"), t)).sort((e, t) => e.allDay && !t.allDay ? -1 : !e.allDay && t.allDay ? 1 : e._startDateTime.valueOf() - t._startDateTime.valueOf());
16295
+ }
16296
+ let r = e.startOf("month").startOf("week").startOf("day"), i = e.endOf("month").endOf("week").plus({ days: 1 }).startOf("day"), o = a.map((e) => my(e, n)).filter((e) => py(r, i, e)), c = r.clone(), l = [];
16297
+ for (; c < i;) {
16298
+ if (s.has(c.weekDay)) {
16299
+ let e = t(c);
16300
+ l.push([c, e]);
16298
16301
  }
16299
- o = o.plus({ days: 1 });
16302
+ c = c.plus({ days: 1 });
16300
16303
  }
16301
- return c;
16304
+ if (l.length % s.size < 6) {
16305
+ let e = i.clone();
16306
+ for (let n = 0; n < 7; n++) if (e = e.plus({ days: 1 }), s.has(e.weekDay)) {
16307
+ let n = t(e);
16308
+ l.push([e, n]);
16309
+ }
16310
+ }
16311
+ return l;
16302
16312
  }
16303
16313
  let s = n?.visibleDays && n?.visibleDays?.size !== 0 ? n?.visibleDays : /* @__PURE__ */ new Set([
16304
16314
  1,
@@ -16857,11 +16867,11 @@ function Ky({ helpTag: e, errorMessage: n = "", infoMessage: r = "", label: i, d
16857
16867
  ]
16858
16868
  }),
16859
16869
  V.length > 0 && /* @__PURE__ */ b("p", {
16860
- className: "help is-danger",
16870
+ className: "help is-dange ml-2",
16861
16871
  children: V
16862
16872
  }),
16863
16873
  H.length > 0 && /* @__PURE__ */ b("p", {
16864
- className: "help is-info",
16874
+ className: "help is-info ml-2",
16865
16875
  children: H
16866
16876
  })
16867
16877
  ] });
@@ -17103,11 +17113,11 @@ function Xy({ value: e, options: n, id: r, name: i, label: a, required: o = !1,
17103
17113
  be
17104
17114
  ] }),
17105
17115
  fe.length > 0 && /* @__PURE__ */ b("p", {
17106
- className: "help is-danger",
17116
+ className: "help is-danger ml-2",
17107
17117
  children: fe
17108
17118
  }),
17109
17119
  pe.length > 0 && /* @__PURE__ */ b("p", {
17110
- className: "help is-info",
17120
+ className: "help is-info ml-2",
17111
17121
  children: pe
17112
17122
  })
17113
17123
  ]
@@ -17256,11 +17266,11 @@ function eb({ value: e, options: n, id: r, name: i, label: a, required: o = !1,
17256
17266
  me
17257
17267
  ] }),
17258
17268
  ie.length > 0 && /* @__PURE__ */ b("p", {
17259
- className: "help is-danger",
17269
+ className: "help is-danger ml-2",
17260
17270
  children: ie
17261
17271
  }),
17262
17272
  ae.length > 0 && /* @__PURE__ */ b("p", {
17263
- className: "help is-info",
17273
+ className: "help is-info ml-2",
17264
17274
  children: ae
17265
17275
  })
17266
17276
  ]
@@ -17431,11 +17441,11 @@ function ib({ children: e = void 0, id: n, label: r, disabled: i = !1, labelHidd
17431
17441
  children: [
17432
17442
  z,
17433
17443
  B.length > 0 && /* @__PURE__ */ b("p", {
17434
- className: "help is-danger",
17444
+ className: "help is-danger ml-2",
17435
17445
  children: B
17436
17446
  }),
17437
17447
  V.length > 0 && /* @__PURE__ */ b("p", {
17438
- className: "help is-info",
17448
+ className: "help is-info ml-2",
17439
17449
  children: V
17440
17450
  })
17441
17451
  ]
@@ -17577,11 +17587,11 @@ function ob({ value: e = [], allowDuplicates: n = !1, disableRemove: r = !1, dis
17577
17587
  xe,
17578
17588
  Se,
17579
17589
  ve.length > 0 && /* @__PURE__ */ b("p", {
17580
- className: "help is-danger",
17590
+ className: "help is-danger ml-2",
17581
17591
  children: ve
17582
17592
  }),
17583
17593
  ye.length > 0 && /* @__PURE__ */ b("p", {
17584
- className: "help is-info",
17594
+ className: "help is-info ml-2",
17585
17595
  children: ye
17586
17596
  })
17587
17597
  ]
@@ -34624,11 +34634,11 @@ function BV({ value: e, label: n, errorMessage: r = "", infoMessage: i = "", hel
34624
34634
  onKeyUp: L
34625
34635
  }),
34626
34636
  re.length > 0 && /* @__PURE__ */ b("p", {
34627
- className: "help is-danger",
34637
+ className: "help is-danger ml-2",
34628
34638
  children: ie
34629
34639
  }),
34630
34640
  ie.length > 0 && /* @__PURE__ */ b("p", {
34631
- className: "help is-info",
34641
+ className: "help is-info ml-2",
34632
34642
  children: ie
34633
34643
  })
34634
34644
  ]
@@ -34794,11 +34804,11 @@ function UV({ placeholder: e, helpTag: n, errorMessage: r = "", infoMessage: i =
34794
34804
  onChange: me
34795
34805
  }),
34796
34806
  ae.length > 0 && /* @__PURE__ */ b("p", {
34797
- className: "help is-danger",
34807
+ className: "help is-danger ml-2",
34798
34808
  children: ae
34799
34809
  }),
34800
34810
  oe.length > 0 && /* @__PURE__ */ b("p", {
34801
- className: "help is-info",
34811
+ className: "help is-info ml-2",
34802
34812
  children: oe
34803
34813
  }),
34804
34814
  fe && /* @__PURE__ */ b("span", {
@@ -34903,11 +34913,11 @@ function WV({ value: e, prefix: n = "", suffix: r = "", icon: i = Lo, name: a, i
34903
34913
  ae,
34904
34914
  oe,
34905
34915
  V.length > 0 && P && /* @__PURE__ */ b("p", {
34906
- className: "help is-danger",
34916
+ className: "help is-danger ml-2",
34907
34917
  children: V
34908
34918
  }),
34909
34919
  H.length > 0 && /* @__PURE__ */ b("p", {
34910
- className: "help is-info",
34920
+ className: "help is-info ml-2",
34911
34921
  children: H
34912
34922
  })
34913
34923
  ]
@@ -35001,11 +35011,11 @@ function GV({ value: e, min: n = 0, max: r = 100, step: i = 1, prefix: a = "", s
35001
35011
  ]
35002
35012
  }),
35003
35013
  H.length > 0 && /* @__PURE__ */ b("p", {
35004
- className: "help is-danger",
35014
+ className: "help is-danger ml-2",
35005
35015
  children: H
35006
35016
  }),
35007
35017
  ee.length > 0 && /* @__PURE__ */ b("p", {
35008
- className: "help is-info",
35018
+ className: "help is-info ml-2",
35009
35019
  children: ee
35010
35020
  })
35011
35021
  ]
@@ -35187,11 +35197,11 @@ function YV({ labelHidden: e = !1, multiple: n = !1, placeholder: r, helpTag: i,
35187
35197
  })
35188
35198
  }),
35189
35199
  pe.length > 0 && U && /* @__PURE__ */ b("p", {
35190
- className: "help is-danger",
35200
+ className: "help is-danger ml-2",
35191
35201
  children: pe
35192
35202
  }),
35193
35203
  me.length > 0 && /* @__PURE__ */ b("p", {
35194
- className: "help is-info",
35204
+ className: "help is-info ml-2",
35195
35205
  children: me
35196
35206
  })
35197
35207
  ]
@@ -35568,11 +35578,11 @@ function EH({ allowNegativeValue: e = !1, placeholder: n = "-", helpTag: r, erro
35568
35578
  onChange: Ae
35569
35579
  }),
35570
35580
  be.length > 0 && /* @__PURE__ */ b("p", {
35571
- className: "help is-danger",
35581
+ className: "help is-danger ml-2",
35572
35582
  children: be
35573
35583
  }),
35574
35584
  xe.length > 0 && /* @__PURE__ */ b("p", {
35575
- className: "help is-info",
35585
+ className: "help is-info ml-2",
35576
35586
  children: xe
35577
35587
  }),
35578
35588
  we && /* @__PURE__ */ b("span", {
@@ -37300,11 +37310,11 @@ function lU({ placeholder: e = "", helpTag: n, errorMessage: r = void 0, infoMes
37300
37310
  ...L
37301
37311
  }),
37302
37312
  _e.length > 0 && !oe && /* @__PURE__ */ b("p", {
37303
- className: "help is-danger",
37313
+ className: "help is-danger ml-2",
37304
37314
  children: _e
37305
37315
  }),
37306
37316
  _e.length > 0 && oe && /* @__PURE__ */ b("p", {
37307
- className: "help is-warning",
37317
+ className: "help is-warning ml-2",
37308
37318
  children: _e
37309
37319
  }),
37310
37320
  ve.length > 0 && /* @__PURE__ */ b("p", {
@@ -21,6 +21,7 @@ div.lbr-grid-container {
21
21
  border-radius: iv.$radius;
22
22
  display: grid;
23
23
  grid-template-rows: 30px repeat(6, minmax(170px, auto));
24
+ // TR: de columns van het grid worden inline geset!
24
25
  justify-items: 'stretch';
25
26
  align-items: 'stretch';
26
27
  color: $color;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "loon-bulma-react",
3
3
  "private": false,
4
- "version": "2026.0.62",
4
+ "version": "2026.0.64",
5
5
  "description": "Bulma &amp; React componenten voor Loon Salarissoftware",
6
6
  "type": "module",
7
7
  "license": "MIT",