@yzsf2e/render-core 1.0.2-alpha.2 → 1.0.2-alpha.3
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/render-core.mjs +8 -4
- package/dist/render-core.umd.js +2 -2
- package/package.json +1 -1
package/dist/render-core.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { inject as ue, ref as D, h as je, getCurrentInstance as Qe, nextTick as
|
|
|
2
2
|
import { Modal as Pw, Button as It, Space as pt, message as ce, Input as Z$, Select as A5, DatePicker as J$, RangePicker as X$, Col as k$, Row as K$, Form as ww, Menu as ez, MenuItem as tz, Dropdown as rz, Pagination as nz, DropdownButton as az, Alert as L5, Spin as cz, Table as lz, Transfer as iz, ConfigProvider as oz } from "ant-design-vue";
|
|
3
3
|
import { useRouter as uz } from "vue-router";
|
|
4
4
|
/*!
|
|
5
|
-
* @yzsf2e/render-core v0.0.2-alpha.25 Fri Jan
|
|
5
|
+
* @yzsf2e/render-core v0.0.2-alpha.25 Fri Jan 26 2024 16:03:30 GMT+0800 (中国标准时间)
|
|
6
6
|
* (c) 2023 @yzsf2e.
|
|
7
7
|
*/
|
|
8
8
|
var fz = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM648.3 426.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V752c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 018.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z" } }] }, name: "account-book", theme: "filled" };
|
|
@@ -23456,9 +23456,13 @@ const $je = (r, e, t = "post", n = {}) => (a) => r({
|
|
|
23456
23456
|
tag: "保险",
|
|
23457
23457
|
time: (/* @__PURE__ */ new Date()).getTime()
|
|
23458
23458
|
}
|
|
23459
|
-
}), fw = ({
|
|
23460
|
-
|
|
23461
|
-
|
|
23459
|
+
}), fw = ({
|
|
23460
|
+
conditions: r,
|
|
23461
|
+
pager: e,
|
|
23462
|
+
listApiConfig: t
|
|
23463
|
+
}) => {
|
|
23464
|
+
const { pageNoKey: n, pageSizeKey: a, conditionKey: i, metaKey: u } = t, o = u === null ? {} : P$();
|
|
23465
|
+
return n && a && (uw(o, n, e.pageNo), uw(o, a, e.pageSize)), i === null ? Object.assign(o, r) : o[i || "condition"] = r, o;
|
|
23462
23466
|
}, F5 = ({ conditions: r, apiConfig: e }) => {
|
|
23463
23467
|
const { conditionKey: t } = e, n = P$();
|
|
23464
23468
|
return n[t || "condition"] = r, n;
|