comand-component-library 4.1.71 → 4.1.72

Sign up to get free protection for your applications and to get access to all the features.
@@ -10750,12 +10750,12 @@ const Yh = {
10750
10750
  return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Jh(":", " hrs", "", !1)(e.hours, e.mins);
10751
10751
  },
10752
10752
  updateHandlerProvider() {
10753
- const e = this.editableOpeningHours, n = this.editableTextOpen, t = this.editableTextClosed, s = this.editableTextHolidays, i = this.editableTextMiscInfo;
10753
+ const e = this.editableTextOpen, n = this.editableTextClosed, t = this.editableTextHolidays, s = this.editableTextMiscInfo;
10754
10754
  return oe(this, {
10755
- update(o, d) {
10756
- o.openingHours = e, o.textOpen = n, o.textClosed = t, o.textHolidays = s, o.textMiscInfo = i;
10757
- const c = d == null ? void 0 : d.find((u) => u.name === "CmdHeadline");
10758
- c && (o.cmdHeadline = o.cmdHeadline || {}, c.update(o.cmdHeadline));
10755
+ update(i, o) {
10756
+ i.textOpen = e, i.textClosed = n, i.textHolidays = t, i.textMiscInfo = s;
10757
+ const d = o == null ? void 0 : o.find((c) => c.name === "CmdHeadline");
10758
+ d && (i.cmdHeadline = i.cmdHeadline || {}, d.update(i.cmdHeadline));
10759
10759
  }
10760
10760
  });
10761
10761
  }
@@ -18560,7 +18560,7 @@ function c1(e, n, t, s, i, o) {
18560
18560
  })
18561
18561
  ], 64);
18562
18562
  }
18563
- const bo = /* @__PURE__ */ P(e1, [["render", c1]]), u1 = "comand-component-library", m1 = "4.1.71", h1 = "GPL-3.0-only", p1 = "CoManD-UI", f1 = "module", g1 = {
18563
+ const bo = /* @__PURE__ */ P(e1, [["render", c1]]), u1 = "comand-component-library", m1 = "4.1.72", h1 = "GPL-3.0-only", p1 = "CoManD-UI", f1 = "module", g1 = {
18564
18564
  prepublishOnly: "npm run build-lib",
18565
18565
  dev: "vite",
18566
18566
  build: "vite build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.1.71",
3
+ "version": "4.1.72",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -435,14 +435,12 @@ export default {
435
435
  return timeFormatting(":", " hrs", "", false)(time.hours, time.mins)
436
436
  },
437
437
  updateHandlerProvider() {
438
- const openingHours = this.editableOpeningHours
439
438
  const textOpen = this.editableTextOpen
440
439
  const textClosed = this.editableTextClosed
441
440
  const textHolidays = this.editableTextHolidays
442
441
  const textMiscInfo = this.editableTextMiscInfo
443
442
  return updateHandlerProvider(this, {
444
443
  update(props, childUpdateHandlers) {
445
- props.openingHours = openingHours
446
444
  props.textOpen = textOpen
447
445
  props.textClosed = textClosed
448
446
  props.textHolidays = textHolidays