liyu-pc-base 1.0.214 → 1.0.218
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/{FormRender3-40c71647.js → FormRender3-fa321c21.js} +3244 -3212
- package/dist/FormRender3-fa321c21.js.map +1 -0
- package/dist/api/api-model.js +1 -1
- package/dist/components/FormRender/utils.js +1 -1
- package/dist/components/index.js +8 -4
- package/dist/components/remotePages/index.js +1526 -2827
- package/dist/components/remotePages/index.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/{init-plugin-47c892a4.js → init-plugin-64bb42d7.js} +30 -34
- package/dist/{init-plugin-47c892a4.js.map → init-plugin-64bb42d7.js.map} +1 -1
- package/dist/{modal-tools-be7203ba.js → modal-tools-2036066c.js} +248 -260
- package/dist/modal-tools-2036066c.js.map +1 -0
- package/dist/style.css +1 -1
- package/dist/utils/function.js +5 -5
- package/dist/utils/hooks/useFetchData.js +1 -1
- package/package.json +1 -1
- package/dist/FormRender3-40c71647.js.map +0 -1
- package/dist/modal-tools-be7203ba.js.map +0 -1
package/dist/api/api-model.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { v as p, D as c } from "../../init-plugin-
|
|
1
|
+
import { v as p, D as c } from "../../init-plugin-64bb42d7.js";
|
|
2
2
|
import { message as f } from "ant-design-vue";
|
|
3
3
|
const y = (e) => e instanceof Array ? e.join() : e instanceof Object ? JSON.stringify(e) : e.toString(), S = (e) => e instanceof Array ? e.join() : typeof e == "number" ? String(e) : e === void 0 ? "undefined" : e === null ? "null" : typeof e == "boolean" ? String(e) : typeof e == "object" ? Object.keys(e).sort((t, u) => t.localeCompare(u)).map((t) => `${t}-${y(e[t])}`).join() : (console.error("error type" + typeof e), e.toString()), O = (e, t) => (o, l) => {
|
|
4
4
|
const n = p().currentOrg, a = Object.keys(o).sort((r, i) => r.localeCompare(i)).map((r) => `${r}-${S(o[r])}`).join(), m = (/* @__PURE__ */ new Date()).getTime() + 3600 * 1e3, s = c().get(`${n == null ? void 0 : n.id}_${t}`);
|
package/dist/components/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent as pe, ref as ee, resolveComponent as C, openBlock as o, createBlock as _, withCtx as h, createVNode as B, createElementBlock as F, Fragment as N, renderList as W, createElementVNode as G, toDisplayString as K, reactive as se, computed as Ee, watch as ae, onMounted as Fe, onUnmounted as Je, createTextVNode as x, createCommentVNode as M, withDirectives as Ce, vShow as $e, renderSlot as Qe, normalizeStyle as D, createSlots as je, resolveDynamicComponent as ue, onActivated as Xe, withModifiers as ce } from "vue";
|
|
2
|
-
import { _ as he, i as Ze, F as xe, I as el, j as ll, U as al, k as ol, l as tl, m as il, n as nl, A as dl, a as sl, c as fl, d as rl, R as ul, b as ml, o as pl, p as hl, J as _l, e as yl, f as vl, q as cl, M as bl, r as gl, C as wl, T as kl } from "../FormRender3-
|
|
3
|
-
import { B as So, h as Eo, S as Oo, t as Fo, s as Uo } from "../FormRender3-
|
|
2
|
+
import { _ as he, i as Ze, F as xe, I as el, j as ll, U as al, k as ol, l as tl, m as il, n as nl, A as dl, a as sl, c as fl, d as rl, R as ul, b as ml, o as pl, p as hl, J as _l, e as yl, f as vl, q as cl, M as bl, r as gl, C as wl, T as kl } from "../FormRender3-fa321c21.js";
|
|
3
|
+
import { B as So, h as Eo, S as Oo, t as Fo, s as Uo } from "../FormRender3-fa321c21.js";
|
|
4
4
|
import { message as te, Modal as qe } from "ant-design-vue";
|
|
5
5
|
import { get_operator_type_map as ke, isNotEmpty as Z, isEmpty as oe, copyValue as Cl } from "../utils/function.js";
|
|
6
6
|
import { CloseOutlined as $l, LeftOutlined as Ml, RightOutlined as Sl, CloseCircleOutlined as El, PlusOutlined as We, CaretRightOutlined as Ol, SettingOutlined as Fl, ExclamationCircleOutlined as De } from "@ant-design/icons-vue";
|
|
7
7
|
import { useI18n as Ue } from "vue-i18n";
|
|
8
8
|
import z from "moment";
|
|
9
9
|
import { isArray as Re, debounce as Ul, isEqual as Al } from "lodash-es";
|
|
10
|
-
import { m as Me } from "../modal-tools-
|
|
11
|
-
import { p as ye, q as Kl, t as Il, v as Vl, x as Bl, y as Ne, z as ze } from "../init-plugin-
|
|
10
|
+
import { m as Me } from "../modal-tools-2036066c.js";
|
|
11
|
+
import { p as ye, q as Kl, t as Il, v as Vl, x as Bl, y as Ne, z as ze } from "../init-plugin-64bb42d7.js";
|
|
12
12
|
import { getApiData as Tl } from "../api/api-model.js";
|
|
13
13
|
import { getViewSettingsAndPageConfig as jl, getPageConfig as Oe } from "./remotePages/index.js";
|
|
14
14
|
import "../lodash-18e68795.js";
|
|
@@ -3410,7 +3410,11 @@ export {
|
|
|
3410
3410
|
wo as FormRender2,
|
|
3411
3411
|
Eo as FormRender3,
|
|
3412
3412
|
bo as GeneralFilter,
|
|
3413
|
+
el as IconSelect,
|
|
3413
3414
|
yl as JsonObj,
|
|
3415
|
+
rl as RemoteModal,
|
|
3416
|
+
il as RemoteSelectPro,
|
|
3417
|
+
tl as RemoteTreeSelectPro,
|
|
3414
3418
|
Oo as SearchRender,
|
|
3415
3419
|
Co as SideSearchRender,
|
|
3416
3420
|
ko as SmallTableSerarchField,
|