comand-component-library 4.1.72 → 4.1.73

Sign up to get free protection for your applications and to get access to all the features.
@@ -10750,7 +10750,7 @@ 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.editableTextOpen, n = this.editableTextClosed, t = this.editableTextHolidays, s = this.editableTextMiscInfo;
10753
+ const e = this.textOpenModel, n = this.textClosedModel, t = this.textHolidaysModel, s = this.textMiscInfoModel;
10754
10754
  return oe(this, {
10755
10755
  update(i, o) {
10756
10756
  i.textOpen = e, i.textClosed = n, i.textHolidays = t, i.textMiscInfo = s;
@@ -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.72", 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.73", 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.72",
3
+ "version": "4.1.73",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -435,10 +435,10 @@ export default {
435
435
  return timeFormatting(":", " hrs", "", false)(time.hours, time.mins)
436
436
  },
437
437
  updateHandlerProvider() {
438
- const textOpen = this.editableTextOpen
439
- const textClosed = this.editableTextClosed
440
- const textHolidays = this.editableTextHolidays
441
- const textMiscInfo = this.editableTextMiscInfo
438
+ const textOpen = this.textOpenModel
439
+ const textClosed = this.textClosedModel
440
+ const textHolidays = this.textHolidaysModel
441
+ const textMiscInfo = this.textMiscInfoModel
442
442
  return updateHandlerProvider(this, {
443
443
  update(props, childUpdateHandlers) {
444
444
  props.textOpen = textOpen