sm-click-library-ui 0.0.234 → 0.0.235
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.
|
@@ -14100,11 +14100,11 @@ function aw(e) {
|
|
|
14100
14100
|
}
|
|
14101
14101
|
function rw(e, n = "add") {
|
|
14102
14102
|
const t = eo();
|
|
14103
|
-
n === "add" ? t.addDepartments(e) : n === "delete" ? t.removeDepartments(e) : console.error(`Ação "${n}" não suportada em attLibDeparts.`);
|
|
14103
|
+
n === "add" ? t.addDepartments(e) : n === "delete" ? t.removeDepartments(e) : n === "update" ? t.departments = e : console.error(`Ação "${n}" não suportada em attLibDeparts.`);
|
|
14104
14104
|
}
|
|
14105
14105
|
function ow(e, n = "add") {
|
|
14106
14106
|
const t = La();
|
|
14107
|
-
n === "add" ? t.addAttendants(e) : n === "delete" ? t.removeAttendants(e) : console.error(`Ação "${n}" não suportada em attLibAttendants.`);
|
|
14107
|
+
n === "add" ? t.addAttendants(e) : n === "delete" ? t.removeAttendants(e) : n === "update" ? t.attendants = e : console.error(`Ação "${n}" não suportada em attLibAttendants.`);
|
|
14108
14108
|
}
|
|
14109
14109
|
function sw(e, n = "add") {
|
|
14110
14110
|
const t = Rr();
|