update
This commit is contained in:
@@ -1,40 +1,21 @@
|
||||
"use strict";
|
||||
const AdminFunction = (() => {
|
||||
function capNhatTrangThaiMenu(e) {
|
||||
!1 === e ? $("#js-admin-content-container").addClass("show-large-menu") : $("#js-admin-content-container").removeClass("show-large-menu"), $("#js-menu-big").toggleClass("hidden", e), $("#js-menu-small").toggleClass("hidden", !e), $("#js-form-search").toggleClass("menu-hide", e), localStorage.setItem(e ? "menu_big" : "menu_small", "hidden"), localStorage.removeItem(e ? "menu_small" : "menu_big");
|
||||
}
|
||||
function e(e) {
|
||||
let t = null;
|
||||
return function (...n) {
|
||||
const o = this, a = function () {
|
||||
t = null, n.length > 0 && !e && func.apply(o, n);
|
||||
}, i = e && !t;
|
||||
clearTimeout(t), t = setTimeout(a, wait), i && func.apply(o, n);
|
||||
};
|
||||
}
|
||||
function t(t) {
|
||||
$("#status_" + t).html('<span class="loading loading-bars loading-sm"></span><span class="ml-[3px]">Đang xử lý..</span>'), setTimeout(() => {
|
||||
$("#status_" + t).html("");
|
||||
}, 1e3);
|
||||
}
|
||||
function n(e) {
|
||||
$(e).keyup((() => {
|
||||
$("#js-show-search").show();
|
||||
}));
|
||||
$("body").click((() => {
|
||||
$("#js-show-search").hide();
|
||||
}));
|
||||
}
|
||||
function o(e) {
|
||||
$("#js-status-hottype-" + e).html('<span class="loading loading-bars loading-sm"></span><span class="ml-[3px]">Đang xử lý..</span>'), setTimeout(() => {
|
||||
$("#js-status-hottype-" + e).html("");
|
||||
}, 1e3);
|
||||
}
|
||||
function i(e) {
|
||||
$("#overlay").addClass("active"), $(".status-notificatiom").addClass("active"), !0 === e ? $(".status-notificatiom .content").html('<i class="fa fa-check"></i> <b>Cập nhật thành công</b>\n <p>Đơn hàng #000-368 đã được cập nhật thành công</p>') : $(".status-notificatiom .content").html('<i class="fa-solid fa-triangle-exclamation"></i> <b>Lỗi cập nhật</b><p>Có một số vấn đề với hoạt động của bạn.</p>');
|
||||
}
|
||||
function r() {
|
||||
$("#overlay").removeClass("active"), $(".status-notificatiom").removeClass("active");
|
||||
}
|
||||
return { capNhatTrangThaiMenu: capNhatTrangThaiMenu, add_product_to_category: t, run_search: n, update_product_hot: o, checkForm: i, closeForm: r };
|
||||
const o = /* @__PURE__ */ (() => {
|
||||
function a(t) {
|
||||
const s = $("#status_" + t);
|
||||
s.html('<span class="loading loading-bars loading-sm"></span><span class="ml-[3px]">Processing...</span>'), setTimeout(() => {
|
||||
s.html("");
|
||||
}, 1e3);
|
||||
}
|
||||
function n(t) {
|
||||
const s = $("#js-status-hottype-" + t);
|
||||
s.html('<span class="loading loading-bars loading-sm"></span><span class="ml-[3px]">Processing...</span>'), setTimeout(() => {
|
||||
s.html("");
|
||||
}, 1e3);
|
||||
}
|
||||
return {
|
||||
addProductToCategory: a,
|
||||
markProductAsHot: n
|
||||
};
|
||||
})();
|
||||
export {
|
||||
o as default
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user