@factoringplus/pl-components-pack-v3 0.1.99 → 0.2.2
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.
|
@@ -39090,9 +39090,9 @@ const _hoisted_2$5 = /* @__PURE__ */ createElementVNode("div", { class: "d-flex
|
|
|
39090
39090
|
alt: "notification"
|
|
39091
39091
|
}),
|
|
39092
39092
|
/* @__PURE__ */ createElementVNode("div", { class: "text default-text ms-3" }, [
|
|
39093
|
-
/* @__PURE__ */ createTextVNode("\u041C\u044B "),
|
|
39093
|
+
/* @__PURE__ */ createTextVNode(" \u041C\u044B "),
|
|
39094
39094
|
/* @__PURE__ */ createElementVNode("span", { class: "fw-bold" }, "\u0437\u0430\u043F\u043E\u043B\u043D\u0438\u043B\u0438"),
|
|
39095
|
-
/* @__PURE__ */ createTextVNode(" \u0437\u0430 \u0432\u0430\u0441 \u0447\u0430\u0441\u0442\u044C \u0434\u0430\u043D\u043D\u044B\u0445, \u0432\u0437\u044F\u0442\u044B\u0445 \u0438\u0437 \u043E\u0442\u043A\u0440\u044B\u0442\u044B\u0445 \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A\u043E\u0432.")
|
|
39095
|
+
/* @__PURE__ */ createTextVNode(" \u0437\u0430 \u0432\u0430\u0441 \u0447\u0430\u0441\u0442\u044C \u0434\u0430\u043D\u043D\u044B\u0445, \u0432\u0437\u044F\u0442\u044B\u0445 \u0438\u0437 \u043E\u0442\u043A\u0440\u044B\u0442\u044B\u0445 \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A\u043E\u0432. ")
|
|
39096
39096
|
])
|
|
39097
39097
|
], -1);
|
|
39098
39098
|
const _hoisted_3$5 = /* @__PURE__ */ createElementVNode("span", null, "\u041A\u0440\u0443\u0442\u043E!", -1);
|
|
@@ -39255,18 +39255,18 @@ const parseMessageAlert = (error2) => {
|
|
|
39255
39255
|
}
|
|
39256
39256
|
ElMessage.error(value);
|
|
39257
39257
|
};
|
|
39258
|
-
function loadingAndSetup(bindData, apiCall, apiParams, loadingArr, fastResponse = false
|
|
39258
|
+
function loadingAndSetup(bindData, apiCall, apiParams, loadingArr, fastResponse = false) {
|
|
39259
39259
|
let loadingInstanceArr = null;
|
|
39260
39260
|
if (fastResponse) {
|
|
39261
|
-
bindData.value = store.getters[addGetSet("get", apiCall)];
|
|
39261
|
+
bindData.value = loadingAndSetup.prototype.store.getters[addGetSet("get", apiCall)];
|
|
39262
39262
|
} else {
|
|
39263
39263
|
loadingInstanceArr = loadingArr.map((element) => ElLoading.service({
|
|
39264
39264
|
target: document.getElementById(element)
|
|
39265
39265
|
}));
|
|
39266
39266
|
}
|
|
39267
|
-
return store.dispatch(apiCall, apiParams).then((res) => {
|
|
39267
|
+
return loadingAndSetup.prototype.store.dispatch(apiCall, apiParams).then((res) => {
|
|
39268
39268
|
bindData.value = res.data ? res.data : res;
|
|
39269
|
-
store.commit(addGetSet("set", apiCall), bindData.value);
|
|
39269
|
+
loadingAndSetup.prototype.store.commit(addGetSet("set", apiCall), bindData.value);
|
|
39270
39270
|
return Promise.resolve(res, apiParams);
|
|
39271
39271
|
}).catch((error2) => {
|
|
39272
39272
|
var _a2;
|