yh-report 2.3.12 → 2.3.14
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/{StatementDesign-31aba310.mjs → StatementDesign-8756c29b.mjs} +3761 -3749
- package/StatementDesign-8756c29b.mjs.map +1 -0
- package/{StatementDetail-f4f62a57.mjs → StatementDetail-b6f5e75e.mjs} +2 -2
- package/{StatementDetail-f4f62a57.mjs.map → StatementDetail-b6f5e75e.mjs.map} +1 -1
- package/{StatementList-6ab57537.mjs → StatementList-4370bc1a.mjs} +105 -97
- package/StatementList-4370bc1a.mjs.map +1 -0
- package/editorLock-8f7ea66b.mjs +62 -0
- package/editorLock-8f7ea66b.mjs.map +1 -0
- package/{index-0cc67221.mjs → index-065500ec.mjs} +6 -6
- package/{index-0cc67221.mjs.map → index-065500ec.mjs.map} +1 -1
- package/index.es.js +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/StatementDesign-31aba310.mjs.map +0 -1
- package/StatementList-6ab57537.mjs.map +0 -1
|
@@ -32549,7 +32549,7 @@ const exportExcel = (J, Q, e = "gray", T = 0) => {
|
|
|
32549
32549
|
title: "报表列表",
|
|
32550
32550
|
icon: "iconfont icon-s-grid"
|
|
32551
32551
|
},
|
|
32552
|
-
component: () => import("./StatementList-
|
|
32552
|
+
component: () => import("./StatementList-4370bc1a.mjs")
|
|
32553
32553
|
}), e.addRoute("Index", {
|
|
32554
32554
|
path: "statement/design/:id",
|
|
32555
32555
|
name: "报表设计",
|
|
@@ -32558,7 +32558,7 @@ const exportExcel = (J, Q, e = "gray", T = 0) => {
|
|
|
32558
32558
|
title: "报表设计",
|
|
32559
32559
|
icon: "iconfont icon-s-grid"
|
|
32560
32560
|
},
|
|
32561
|
-
component: () => import("./StatementDesign-
|
|
32561
|
+
component: () => import("./StatementDesign-8756c29b.mjs")
|
|
32562
32562
|
}), e.addRoute("Index", {
|
|
32563
32563
|
path: "statement/detail/:id",
|
|
32564
32564
|
name: "后台报表查看",
|
|
@@ -32567,7 +32567,7 @@ const exportExcel = (J, Q, e = "gray", T = 0) => {
|
|
|
32567
32567
|
title: "后台报表查看",
|
|
32568
32568
|
icon: "iconfont icon-s-grid"
|
|
32569
32569
|
},
|
|
32570
|
-
component: () => import("./StatementDetail-
|
|
32570
|
+
component: () => import("./StatementDetail-b6f5e75e.mjs")
|
|
32571
32571
|
})), e.addRoute({
|
|
32572
32572
|
path: "/statementdetail/:id",
|
|
32573
32573
|
name: "报表查看",
|
|
@@ -32576,7 +32576,7 @@ const exportExcel = (J, Q, e = "gray", T = 0) => {
|
|
|
32576
32576
|
title: "报表查看",
|
|
32577
32577
|
icon: "iconfont icon-s-grid"
|
|
32578
32578
|
},
|
|
32579
|
-
component: () => import("./StatementDetail-
|
|
32579
|
+
component: () => import("./StatementDetail-b6f5e75e.mjs")
|
|
32580
32580
|
});
|
|
32581
32581
|
}
|
|
32582
32582
|
};
|
|
@@ -32607,7 +32607,7 @@ function dynamicReportView(J) {
|
|
|
32607
32607
|
})
|
|
32608
32608
|
);
|
|
32609
32609
|
}
|
|
32610
|
-
console.info("%cyh-report %cVer 2.3.
|
|
32610
|
+
console.info("%cyh-report %cVer 2.3.14", "color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;", "color:#fff;font-size: 12px;background-color:#409EFF;padding:2px 4px;border-radius:3px;");
|
|
32611
32611
|
export {
|
|
32612
32612
|
CellType as C,
|
|
32613
32613
|
DataSourceColumnDataType as D,
|
|
@@ -32637,4 +32637,4 @@ export {
|
|
|
32637
32637
|
dynamicReportView as t,
|
|
32638
32638
|
validateAndCompleteTableConfig as v
|
|
32639
32639
|
};
|
|
32640
|
-
//# sourceMappingURL=index-
|
|
32640
|
+
//# sourceMappingURL=index-065500ec.mjs.map
|