yc-vep-ui 0.5.17 → 0.5.18
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.
|
@@ -469,7 +469,7 @@ var je = {
|
|
|
469
469
|
});
|
|
470
470
|
}, { immediate: !0 });
|
|
471
471
|
function m(e, t) {
|
|
472
|
-
a.pagination.page = e || a.pagination.page, a.pagination.pageSize = t || a.pagination.pageSize, c("pagination", N(a.pagination));
|
|
472
|
+
a.pagination.page === e && a.pagination.pageSize === t || (a.pagination.page = e || a.pagination.page, a.pagination.pageSize = t || a.pagination.pageSize, c("pagination", N(a.pagination)));
|
|
473
473
|
}
|
|
474
474
|
function _(e, t, n) {
|
|
475
475
|
a.data[e] && (a.data[e] = {
|
|
@@ -550,7 +550,7 @@ var je = {
|
|
|
550
550
|
]);
|
|
551
551
|
};
|
|
552
552
|
}
|
|
553
|
-
}), Pe = /* @__PURE__ */ V({ default: () => Fe }), Fe = /* @__PURE__ */ H(Ne, [["__scopeId", "data-v-
|
|
553
|
+
}), Pe = /* @__PURE__ */ V({ default: () => Fe }), Fe = /* @__PURE__ */ H(Ne, [["__scopeId", "data-v-5f5dafed"]]), Ie = ["src"], Le = /* @__PURE__ */ u({
|
|
554
554
|
__name: "Icon",
|
|
555
555
|
props: {
|
|
556
556
|
name: {},
|
package/dist/hooks/index.js
CHANGED
|
@@ -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-
|
|
1
|
+
import { c as e, d as t, f as n, l as r, p as i, u as a } from "../entry-B9LWvLiB.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-
|
|
20
|
+
.ui-table[data-v-5f5dafed] th.el-table__cell {
|
|
21
21
|
background-color: #fafafa;
|
|
22
22
|
color: #606266;
|
|
23
23
|
}
|
|
24
|
-
.ui-pagination[data-v-
|
|
24
|
+
.ui-pagination[data-v-5f5dafed] {
|
|
25
25
|
padding: 20px;
|
|
26
26
|
background-color: white;
|
|
27
27
|
height: 20px;
|
package/dist/utils/index.js
CHANGED
|
@@ -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-
|
|
1
|
+
import { A as e, S as t, _ as n, b as r, v as i, x as a, y as o } from "../entry-B9LWvLiB.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-
|
|
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-B9LWvLiB.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 };
|