amelia-booking-ui 0.0.450 → 0.0.451
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/amelia-booking-ui.es.js +16 -20
- package/package.json +1 -1
|
@@ -38889,26 +38889,23 @@ const Ol = () => {
|
|
|
38889
38889
|
r.valueOnClear && !w && (c.value = r.valueOnClear);
|
|
38890
38890
|
}, m = () => {
|
|
38891
38891
|
Se(() => {
|
|
38892
|
-
|
|
38893
|
-
const
|
|
38894
|
-
|
|
38895
|
-
|
|
38896
|
-
|
|
38897
|
-
|
|
38898
|
-
|
|
38899
|
-
|
|
38900
|
-
|
|
38901
|
-
|
|
38902
|
-
|
|
38903
|
-
|
|
38904
|
-
|
|
38905
|
-
|
|
38906
|
-
|
|
38907
|
-
"am-ml-12"
|
|
38908
|
-
), _.textContent = n("save"));
|
|
38909
|
-
});
|
|
38892
|
+
s.value && (globalThis.document?.querySelectorAll(".am-input-color__color-picker-popper") || []).forEach((b) => {
|
|
38893
|
+
const $ = b.querySelector(".el-input");
|
|
38894
|
+
$ && !$.classList.contains("am-input") && ($.classList.add("am-input"), $.classList.add("am-input__size__d"), $.classList.add("am-width-100"), $.classList.remove("el-input--small")), b.querySelectorAll(".el-button").forEach((_, x) => {
|
|
38895
|
+
_.className = "", x === 0 ? (_.classList.add(
|
|
38896
|
+
"am-button-action",
|
|
38897
|
+
"am-button-action__priority__secondary",
|
|
38898
|
+
"am-button-action__type__fill",
|
|
38899
|
+
"am-button-action__size__d"
|
|
38900
|
+
), _.textContent = n("red_clear")) : x === 1 && (_.classList.add(
|
|
38901
|
+
"am-button-action",
|
|
38902
|
+
"am-button-action__priority__primary",
|
|
38903
|
+
"am-button-action__type__fill",
|
|
38904
|
+
"am-button-action__size__d",
|
|
38905
|
+
"am-ml-12"
|
|
38906
|
+
), _.textContent = n("save"));
|
|
38910
38907
|
});
|
|
38911
|
-
}
|
|
38908
|
+
});
|
|
38912
38909
|
});
|
|
38913
38910
|
};
|
|
38914
38911
|
return (w, y) => {
|
|
@@ -56524,7 +56521,6 @@ const DFe = K1.create({
|
|
|
56524
56521
|
return l.length ? l.join("; ") : null;
|
|
56525
56522
|
},
|
|
56526
56523
|
renderHTML: (t) => {
|
|
56527
|
-
console.log(t);
|
|
56528
56524
|
const e = [];
|
|
56529
56525
|
return t.style && e.push(t.style), e.length ? { style: e.join("; ") } : {};
|
|
56530
56526
|
}
|