comand-component-library 4.1.70 → 4.1.72
Sign up to get free protection for your applications and to get access to all the features.
@@ -1292,7 +1292,8 @@ const jl = {
|
|
1292
1292
|
required: !0
|
1293
1293
|
},
|
1294
1294
|
allowEditComponent: {
|
1295
|
-
type: Boolean
|
1295
|
+
type: Boolean,
|
1296
|
+
default: !0
|
1296
1297
|
},
|
1297
1298
|
allowAddComponent: {
|
1298
1299
|
type: Boolean
|
@@ -10749,12 +10750,12 @@ const Yh = {
|
|
10749
10750
|
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Jh(":", " hrs", "", !1)(e.hours, e.mins);
|
10750
10751
|
},
|
10751
10752
|
updateHandlerProvider() {
|
10752
|
-
const e = this.
|
10753
|
+
const e = this.editableTextOpen, n = this.editableTextClosed, t = this.editableTextHolidays, s = this.editableTextMiscInfo;
|
10753
10754
|
return oe(this, {
|
10754
|
-
update(
|
10755
|
-
|
10756
|
-
const
|
10757
|
-
|
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));
|
10758
10759
|
}
|
10759
10760
|
});
|
10760
10761
|
}
|
@@ -18559,7 +18560,7 @@ function c1(e, n, t, s, i, o) {
|
|
18559
18560
|
})
|
18560
18561
|
], 64);
|
18561
18562
|
}
|
18562
|
-
const bo = /* @__PURE__ */ P(e1, [["render", c1]]), u1 = "comand-component-library", m1 = "4.1.
|
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
18564
|
prepublishOnly: "npm run build-lib",
|
18564
18565
|
dev: "vite",
|
18565
18566
|
build: "vite build",
|
package/package.json
CHANGED
@@ -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
|