yc-vep-ui 0.5.14 → 0.5.16

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.
@@ -534,11 +534,8 @@ var je = {
534
534
  50
535
535
  ],
536
536
  "page-size": a.pagination.pageSize,
537
- "onUpdate:pageSize": o[0] ||= (e) => a.pagination.pageSize = e,
538
537
  "current-page": a.pagination.page,
539
- "onUpdate:currentPage": o[1] ||= (e) => a.pagination.page = e,
540
538
  total: a.pagination.total,
541
- "onUpdate:total": o[2] ||= (e) => a.pagination.total = e,
542
539
  onChange: m
543
540
  }, null, 8, [
544
541
  "page-sizes",
@@ -550,7 +547,7 @@ var je = {
550
547
  ]);
551
548
  };
552
549
  }
553
- }), Pe = /* @__PURE__ */ V({ default: () => Fe }), Fe = /* @__PURE__ */ H(Ne, [["__scopeId", "data-v-bba6a39a"]]), Ie = ["src"], Le = /* @__PURE__ */ u({
550
+ }), Pe = /* @__PURE__ */ V({ default: () => Fe }), Fe = /* @__PURE__ */ H(Ne, [["__scopeId", "data-v-6c04d9c4"]]), Ie = ["src"], Le = /* @__PURE__ */ u({
554
551
  __name: "Icon",
555
552
  props: {
556
553
  name: {},
@@ -2488,9 +2485,7 @@ function ei(e, n) {
2488
2485
  return q.post(t, e);
2489
2486
  }
2490
2487
  async function g(e, t = "/common/export") {
2491
- let n = await q.blob(t, e);
2492
- console.log("exportData =>>", n);
2493
- let r = window.URL.createObjectURL(n), i = document.createElement("a");
2488
+ let n = await q.blob(t, e), r = window.URL.createObjectURL(n), i = document.createElement("a");
2494
2489
  return i.href = r, i.download = `${e?.fileName || "data"}.xlsx`, i.click(), window.URL.revokeObjectURL(r), n;
2495
2490
  }
2496
2491
  function _(e) {
@@ -2514,6 +2509,7 @@ function ei(e, n) {
2514
2509
  l.page = e, l.pageSize = t, d.page = e, d.pageSize = t, f.execute();
2515
2510
  }
2516
2511
  return S({
2512
+ ...f,
2517
2513
  pagination: l,
2518
2514
  data: c,
2519
2515
  selection: u,
@@ -2528,8 +2524,7 @@ function ei(e, n) {
2528
2524
  insert: m,
2529
2525
  update: h,
2530
2526
  refresh: f.execute,
2531
- exportData: g,
2532
- error: f.error
2527
+ exportData: g
2533
2528
  });
2534
2529
  }
2535
2530
  //#endregion
@@ -1,2 +1,2 @@
1
- import { c as e, d as t, f as n, l as r, p as i, u as a } from "../entry-BqAJ6nqo.js";
1
+ import { c as e, d as t, f as n, l as r, p as i, u as a } from "../entry-JJjxpHbv.js";
2
2
  export { r as useDictionary, i as useFetch, a as useRoute, t as useRouter, n as useTable, e as useUser };
package/dist/index.css CHANGED
@@ -17,11 +17,11 @@
17
17
  padding: 15px 0px;
18
18
  }
19
19
 
20
- .ui-table[data-v-bba6a39a] th.el-table__cell {
20
+ .ui-table[data-v-6c04d9c4] th.el-table__cell {
21
21
  background-color: #fafafa;
22
22
  color: #606266;
23
23
  }
24
- .ui-pagination[data-v-bba6a39a] {
24
+ .ui-pagination[data-v-6c04d9c4] {
25
25
  padding: 20px;
26
26
  background-color: white;
27
27
  height: 20px;
@@ -1,2 +1,2 @@
1
- import { A as e, S as t, _ as n, b as r, v as i, x as a, y as o } from "../entry-BqAJ6nqo.js";
1
+ import { A as e, S as t, _ as n, b as r, v as i, x as a, y as o } from "../entry-JJjxpHbv.js";
2
2
  export { n as baseUrl, i as formatDate, o as omit, t as request, e as tempToRender, r as uniq, a as uniqBy };
package/dist/vep-ui.js CHANGED
@@ -1,2 +1,2 @@
1
- import { C as e, D as t, E as n, M as r, O as i, T as a, a as o, g as s, h as c, i as l, j as u, k as d, m as f, n as p, o as m, r as h, s as g, t as _, w as v } from "./entry-BqAJ6nqo.js";
1
+ import { C as e, D as t, E as n, M as r, O as i, T as a, a as o, g as s, h as c, i as l, j as u, k as d, m as f, n as p, o as m, r as h, s as g, t as _, w as v } from "./entry-JJjxpHbv.js";
2
2
  export { r as UiCard, v as UiDescriptions, e as UiDialog, t as UiEditor, d as UiFilter, i as UiForm, a as UiInfiniteScroll, f as UiStaffSelect, u as UiTable, n as UiTree, m as UiUpload, s as WcUtils, o as YcApproval, c as YcMessage, l as YcPageAgent, h as default, h as ycPlugin, _ as getHostVue, g as hooks, p as setHostVue };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yc-vep-ui",
3
- "version": "0.5.14",
3
+ "version": "0.5.16",
4
4
  "type": "module",
5
5
  "description": "基于 Vue 3 + Element Plus 的企业级 UI 组件库",
6
6
  "keywords": [