@qqt-product/ui 12.0.1 → 12.0.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.
- package/dist/index.es.js +13 -12
- package/dist/index.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +8 -8
package/dist/index.es.js
CHANGED
|
@@ -71565,7 +71565,7 @@ const helpTextModal = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_
|
|
|
71565
71565
|
importPreviewErrorId: "",
|
|
71566
71566
|
failCount: 0
|
|
71567
71567
|
}), p = () => {
|
|
71568
|
-
let ae = c.isPreview
|
|
71568
|
+
let ae = c.isPreview == 1 ? "/els/base/excelHeader/previewExcelData/" : "/els/base/excelHeader/importExcelData/";
|
|
71569
71569
|
return ae += c.excelCode, ae;
|
|
71570
71570
|
}, b = (ae) => Promise.resolve({
|
|
71571
71571
|
flag: !0,
|
|
@@ -71632,7 +71632,7 @@ const helpTextModal = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_
|
|
|
71632
71632
|
if (ae.file.status === "done") {
|
|
71633
71633
|
let Y = ae.file.response;
|
|
71634
71634
|
if (Y.success) {
|
|
71635
|
-
if (c.isPreview
|
|
71635
|
+
if (c.isPreview == 1) {
|
|
71636
71636
|
let se = Y.result;
|
|
71637
71637
|
c.dataKey = Y.result.dataKey, c.tableData = Y.result.dataList, c.errorId = Y.result.errorId, c.importPreviewFilesData = se;
|
|
71638
71638
|
} else {
|
|
@@ -71678,7 +71678,7 @@ const helpTextModal = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_
|
|
|
71678
71678
|
downloadTaskErrorFiles: G
|
|
71679
71679
|
};
|
|
71680
71680
|
}
|
|
71681
|
-
}),
|
|
71681
|
+
}), importModal_vue_vue_type_style_index_0_scoped_d34ec9fa_lang = "", _hoisted_1$d = {
|
|
71682
71682
|
style: { "margin-top": "12px" },
|
|
71683
71683
|
class: "steps-content"
|
|
71684
71684
|
}, _hoisted_2$a = {
|
|
@@ -71721,7 +71721,7 @@ function _sfc_render$e(r, n, o, s, l, c) {
|
|
|
71721
71721
|
]),
|
|
71722
71722
|
_: 1
|
|
71723
71723
|
}, 8, ["title"]),
|
|
71724
|
-
r.isPreview
|
|
71724
|
+
r.isPreview == 1 ? (openBlock(), createBlock(b, {
|
|
71725
71725
|
disabled: "",
|
|
71726
71726
|
key: "step-preview",
|
|
71727
71727
|
title: r.srmI18n("i18n_field_WFUB_2fa4a642", "\u6570\u636E\u9884\u89C8")
|
|
@@ -71792,7 +71792,7 @@ function _sfc_render$e(r, n, o, s, l, c) {
|
|
|
71792
71792
|
percent: r.percent
|
|
71793
71793
|
}, null, 8, ["percent"])
|
|
71794
71794
|
])) : createCommentVNode("", !0),
|
|
71795
|
-
r.isPreview
|
|
71795
|
+
r.isPreview == 1 && r.current === 1 && !r.isLoading ? (openBlock(), createElementBlock("div", _hoisted_7$4, [
|
|
71796
71796
|
createVNode$1(P, {
|
|
71797
71797
|
border: "",
|
|
71798
71798
|
"auto-resize": "",
|
|
@@ -71887,7 +71887,7 @@ function _sfc_render$e(r, n, o, s, l, c) {
|
|
|
71887
71887
|
_: 1
|
|
71888
71888
|
}, 8, ["modelValue", "title"]);
|
|
71889
71889
|
}
|
|
71890
|
-
const importModal = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$e], ["__scopeId", "data-v-
|
|
71890
|
+
const importModal = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$e], ["__scopeId", "data-v-d34ec9fa"]]);
|
|
71891
71891
|
function useSlotHook() {
|
|
71892
71892
|
return {
|
|
71893
71893
|
useColorSlots: (l) => {
|
|
@@ -90527,7 +90527,7 @@ const QCardListLayout = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sf
|
|
|
90527
90527
|
failCount: 0
|
|
90528
90528
|
}), G = () => {
|
|
90529
90529
|
var Qn, Gn, $n;
|
|
90530
|
-
let Ln = ((Qn = l.value.args) == null ? void 0 : Qn.url) || (R.isPreview
|
|
90530
|
+
let Ln = ((Qn = l.value.args) == null ? void 0 : Qn.url) || (R.isPreview == 1 ? "/els/base/excelHeader/previewExcelData/" : "/els/base/excelHeader/importExcelData/");
|
|
90531
90531
|
return Ln += R.excelCode, (Gn = l.value.args) != null && Gn.excelCode || (Ln = (($n = l.value.args) == null ? void 0 : $n.url) || "/els/base/excelByConfig/importExcel"), Ln;
|
|
90532
90532
|
}, ae = (Ln) => Promise.resolve({
|
|
90533
90533
|
flag: !0,
|
|
@@ -90637,7 +90637,7 @@ const QCardListLayout = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sf
|
|
|
90637
90637
|
let $n = Ln.file.response;
|
|
90638
90638
|
if ($n.success)
|
|
90639
90639
|
if ((Qn = l.value.args) != null && Qn.excelCode) {
|
|
90640
|
-
if (R.isPreview
|
|
90640
|
+
if (R.isPreview == 1) {
|
|
90641
90641
|
let In = $n.result;
|
|
90642
90642
|
R.dataKey = $n.result.dataKey, R.tableData = $n.result.dataList, R.errorId = $n.result.errorId, R.importPreviewFilesData = In;
|
|
90643
90643
|
} else {
|
|
@@ -90713,7 +90713,7 @@ const QCardListLayout = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sf
|
|
|
90713
90713
|
srmI18n: O
|
|
90714
90714
|
};
|
|
90715
90715
|
}
|
|
90716
|
-
}),
|
|
90716
|
+
}), importModal_vue_vue_type_style_index_0_scoped_af274357_lang = "", _hoisted_1$3 = {
|
|
90717
90717
|
style: { "margin-top": "12px" },
|
|
90718
90718
|
class: "steps-content"
|
|
90719
90719
|
}, _hoisted_2$2 = {
|
|
@@ -90749,6 +90749,7 @@ function _sfc_render$1(r, n, o, s, l, c) {
|
|
|
90749
90749
|
onCancel: r.handleClose
|
|
90750
90750
|
}, {
|
|
90751
90751
|
default: withCtx(() => [
|
|
90752
|
+
createTextVNode(" 111 "),
|
|
90752
90753
|
createVNode$1(y, {
|
|
90753
90754
|
current: r.current,
|
|
90754
90755
|
onChange: r.stepChange
|
|
@@ -90764,7 +90765,7 @@ function _sfc_render$1(r, n, o, s, l, c) {
|
|
|
90764
90765
|
]),
|
|
90765
90766
|
_: 1
|
|
90766
90767
|
}, 8, ["title"]),
|
|
90767
|
-
r.isPreview
|
|
90768
|
+
r.isPreview == 1 ? (openBlock(), createBlock(b, {
|
|
90768
90769
|
disabled: "",
|
|
90769
90770
|
key: "step-preview",
|
|
90770
90771
|
title: r.srmI18n("i18n_field_WFUB_2fa4a642", "\u6570\u636E\u9884\u89C8")
|
|
@@ -90853,7 +90854,7 @@ function _sfc_render$1(r, n, o, s, l, c) {
|
|
|
90853
90854
|
percent: r.percent
|
|
90854
90855
|
}, null, 8, ["percent"])
|
|
90855
90856
|
])) : createCommentVNode("", !0),
|
|
90856
|
-
r.isPreview
|
|
90857
|
+
r.isPreview == 1 && r.current === 1 && !r.isLoading ? (openBlock(), createElementBlock("div", _hoisted_11, [
|
|
90857
90858
|
createVNode$1(P, {
|
|
90858
90859
|
border: "",
|
|
90859
90860
|
"auto-resize": "",
|
|
@@ -90954,7 +90955,7 @@ function _sfc_render$1(r, n, o, s, l, c) {
|
|
|
90954
90955
|
_: 1
|
|
90955
90956
|
}, 8, ["visible", "title", "onCancel"]);
|
|
90956
90957
|
}
|
|
90957
|
-
const QImportModal = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$1], ["__scopeId", "data-v-
|
|
90958
|
+
const QImportModal = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$1], ["__scopeId", "data-v-af274357"]]), index$6 = qqtUtils.withInstall(QImportModal), index$7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
90958
90959
|
__proto__: null,
|
|
90959
90960
|
QImportModal,
|
|
90960
90961
|
default: index$6,
|