mediacube-ui-v2 0.0.182 → 0.0.183

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/base.scss CHANGED
@@ -41,7 +41,6 @@ body,
41
41
  body {
42
42
  margin: 0;
43
43
  overflow-y: auto;
44
- word-break: break-word;
45
44
 
46
45
  font-family: $font-family-main;
47
46
  font-size: 13px;
@@ -10635,17 +10635,17 @@ const qm = ["for"], Um = { class: "mc-date-picker__inner" }, Wm = {
10635
10635
  ae.value = l.range ? N([z, z]) : N(z);
10636
10636
  }
10637
10637
  }, N = (H) => {
10638
- if (console.log("getFormattedPickerDate", H), console.log("dateFormat.dayjs", v.dayjs), console.log("dateFormat.output", v.output), E.value) return H;
10638
+ if (E.value) return H;
10639
10639
  let b = l.range ? Array.isArray(H) ? H : [] : [H];
10640
- l.toIsoFormat || (b = b.map((B) => Fe(B, v.output).format(v.dayjs))), console.log(b);
10640
+ l.toIsoFormat || (b = b.map((B) => Fe(B, v.output).format(v.dayjs)));
10641
10641
  const [z, ce] = b;
10642
- return console.log(z), l.range ? [z, ce].filter(Boolean) : z;
10642
+ return l.range ? [z, ce].filter(Boolean) : z;
10643
10643
  }, se = (H) => {
10644
- if (console.log("getFormattedOutputDate", H), console.log("dateFormat.dayjs", v.dayjs), console.log("dateFormat.output", v.output), E.value) return H;
10644
+ if (E.value) return H;
10645
10645
  let b = l.range ? Array.isArray(H) ? H.map((B) => String(B)) : [] : [String(H)];
10646
- l.toIsoFormat || (b = b.map((B) => Fe(B, v.dayjs).format(v.output))), console.log(b);
10646
+ l.toIsoFormat || (b = b.map((B) => Fe(B, v.dayjs).format(v.output)));
10647
10647
  const [z, ce] = b.map((B) => B === "Invalid Date" ? null : B);
10648
- return console.log(z), l.range ? [z, ce].filter(Boolean) : z;
10648
+ return l.range ? [z, ce].filter(Boolean) : z;
10649
10649
  }, G = async () => {
10650
10650
  const H = l.lang !== "ar" && Object.keys(Rc).includes(l.lang) ? l.lang : "en";
10651
10651
  Fe.locale(H);