@witlink/usercenter 1.2.10 → 1.2.12
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/README.md +4 -0
- package/dist/PageView.9b7c6dd0.mjs +623 -0
- package/dist/{RegionSelect.22f6ce2b.mjs → RegionSelect.a5ce64f6.mjs} +1 -1
- package/dist/{UpOutlined.51d103eb.mjs → UpOutlined.80559baf.mjs} +1 -1
- package/dist/assets/PageView.b838edc4.css +1 -0
- package/dist/{index.82148e83.mjs → index.0baea51e.mjs} +2 -2
- package/dist/{index.16b9f426.mjs → index.0d3c655d.mjs} +1 -1
- package/dist/{index.fc2cb91e.mjs → index.2eb4a77d.mjs} +1 -1
- package/dist/{index.586d21b6.mjs → index.47342403.mjs} +1 -1
- package/dist/{index.037b8a32.mjs → index.553362e6.mjs} +81 -258
- package/dist/{index.78bd26b6.mjs → index.590b463b.mjs} +2 -2
- package/dist/{index.b2c0b675.mjs → index.73a801aa.mjs} +1 -1
- package/dist/{index.a852f389.mjs → index.911c1772.mjs} +1 -1
- package/dist/{index.9968ea14.mjs → index.b6fac584.mjs} +281 -280
- package/dist/{index.c0c28850.mjs → index.dda6c6b1.mjs} +3 -3
- package/dist/{index.86c42458.mjs → index.f542fa73.mjs} +2 -2
- package/dist/usercenter.es.js +6 -5
- package/dist/usercenter.umd.js +31 -28
- package/package.json +1 -1
- package/version.md +3 -1
@@ -1,8 +1,8 @@
|
|
1
1
|
import { defineComponent as T, ref as b, computed as V, openBlock as f, createBlock as R, withCtx as o, renderSlot as Q, createElementVNode as E, normalizeClass as ee, createElementBlock as I, watch as ae, onMounted as K, createVNode as t, Fragment as j, renderList as oe, createTextVNode as k, toDisplayString as z, reactive as F, createCommentVNode as $, mergeProps as te, resolveComponent as x, withDirectives as _e, unref as ye, vShow as fe } from "vue";
|
2
|
-
import { d as ve, Q as be, _ as D, R as he, U as le, V as re, W as we, z as O, X as H, Y as Ce, p as ne, q as se, K as ue, L as de, F as ie, S as Ae, B as Ne, Z as me, h as ke, G as Ie, $ as Pe, H as ze, a0 as Ue, a1 as $e, a2 as Re } from "./index.
|
2
|
+
import { d as ve, Q as be, _ as D, R as he, U as le, V as re, W as we, z as O, X as H, Y as Ce, p as ne, q as se, K as ue, L as de, F as ie, S as Ae, B as Ne, Z as me, h as ke, G as Ie, $ as Pe, H as ze, a0 as Ue, a1 as $e, a2 as Re } from "./index.553362e6.mjs";
|
3
3
|
import { useI18n as W } from "vue-i18n";
|
4
|
-
import { R as qe } from "./RegionSelect.
|
5
|
-
import { _ as Se } from "./index.
|
4
|
+
import { R as qe } from "./RegionSelect.a5ce64f6.mjs";
|
5
|
+
import { _ as Se } from "./index.590b463b.mjs";
|
6
6
|
import { message as Te } from "ant-design-vue";
|
7
7
|
import './assets/index.b965b94b.css';const De = /* @__PURE__ */ T({
|
8
8
|
__name: "index",
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { defineComponent as T, ref as p, onMounted as z, openBlock as a, createElementBlock as D, createVNode as y, withCtx as r, createElementVNode as S, normalizeClass as M, createBlock as v, resolveDynamicComponent as V, unref as se, createCommentVNode as h, createTextVNode as F, toDisplayString as U, reactive as Y, watch as ce, Fragment as B, renderList as J, mergeProps as K, normalizeStyle as x, computed as re } from "vue";
|
2
|
-
import { z as H, aB as le, N as _e, O as ue, _ as E, p as q, aC as de, q as Z, F as G, B as Q, S as X, aD as pe, Z as ie, K as ve, L as fe } from "./index.
|
2
|
+
import { z as H, aB as le, N as _e, O as ue, _ as E, p as q, aC as de, q as Z, F as G, B as Q, S as X, aD as pe, Z as ie, K as ve, L as fe } from "./index.553362e6.mjs";
|
3
3
|
import { message as W } from "ant-design-vue";
|
4
4
|
import { useI18n as ee } from "vue-i18n";
|
5
|
-
import { _ as me } from "./index.
|
5
|
+
import { _ as me } from "./index.590b463b.mjs";
|
6
6
|
import './assets/index.857022a9.css';function ye(f) {
|
7
7
|
return H({
|
8
8
|
url: "/api/sys/parameter/search-type",
|
package/dist/usercenter.es.js
CHANGED
@@ -1,13 +1,14 @@
|
|
1
|
-
import {
|
1
|
+
import { bp as a, bq as o, br as b, bs as n, bs as r, bu as t, bt as g, bl as y, bn as S, bo as m, bm as u } from "./index.553362e6.mjs";
|
2
2
|
export {
|
3
3
|
a as SysFunctions,
|
4
4
|
o as SysOrgan,
|
5
5
|
b as SysRole,
|
6
6
|
n as SysUser,
|
7
|
-
r as
|
7
|
+
r as SysUserInfo,
|
8
|
+
t as UserCenter,
|
8
9
|
g as changeLanguage,
|
9
|
-
|
10
|
-
|
10
|
+
y as changeTheme,
|
11
|
+
S as removeToken,
|
11
12
|
m as setLogoutToUrl,
|
12
|
-
|
13
|
+
u as setToken
|
13
14
|
};
|