@litianxiang/portal-ui 0.1.13 → 0.1.15
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/index.js +5 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1021,6 +1021,7 @@ function fo(e) {
|
|
|
1021
1021
|
baseURL: e.baseURL || "",
|
|
1022
1022
|
getUserStore: e.getUserStore,
|
|
1023
1023
|
getLoadingStore: e.getLoadingStore,
|
|
1024
|
+
refreshUrl: "/proxy/sys/auth/api/token/refresh",
|
|
1024
1025
|
onShowError: e.onShowError
|
|
1025
1026
|
});
|
|
1026
1027
|
return window[Te] = E, window[Ge] = T, { http: E, logoutToAuth: T };
|
|
@@ -2023,7 +2024,7 @@ const we = {
|
|
|
2023
2024
|
_: 1
|
|
2024
2025
|
}),
|
|
2025
2026
|
n(L, {
|
|
2026
|
-
|
|
2027
|
+
class: "el-button--custom",
|
|
2027
2028
|
onClick: k
|
|
2028
2029
|
}, {
|
|
2029
2030
|
default: i(() => [...w[2] || (w[2] = [
|
|
@@ -3027,7 +3028,7 @@ const xt = { class: "page-pagination" }, Bt = /* @__PURE__ */ ee({
|
|
|
3027
3028
|
}, 1032, ["onClose"]))), 128))
|
|
3028
3029
|
]),
|
|
3029
3030
|
n(S, {
|
|
3030
|
-
|
|
3031
|
+
class: "el-button--custom",
|
|
3031
3032
|
onClick: se
|
|
3032
3033
|
}, {
|
|
3033
3034
|
default: i(() => [
|
|
@@ -3312,7 +3313,7 @@ const xt = { class: "page-pagination" }, Bt = /* @__PURE__ */ ee({
|
|
|
3312
3313
|
})) : q("", !0)
|
|
3313
3314
|
]),
|
|
3314
3315
|
n(S, {
|
|
3315
|
-
|
|
3316
|
+
class: "el-button--custom",
|
|
3316
3317
|
onClick: se
|
|
3317
3318
|
}, {
|
|
3318
3319
|
default: i(() => [...R[6] || (R[6] = [
|
|
@@ -3521,7 +3522,7 @@ const xt = { class: "page-pagination" }, Bt = /* @__PURE__ */ ee({
|
|
|
3521
3522
|
_: 1
|
|
3522
3523
|
}),
|
|
3523
3524
|
n(oe, {
|
|
3524
|
-
|
|
3525
|
+
class: "el-button--custom",
|
|
3525
3526
|
onClick: s
|
|
3526
3527
|
}, {
|
|
3527
3528
|
default: i(() => [...b[12] || (b[12] = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@litianxiang/portal-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@litianxiang/portal-core": "^0.2.
|
|
31
|
+
"@litianxiang/portal-core": "^0.2.4",
|
|
32
32
|
"@vue-office/docx": "^1.6.3",
|
|
33
33
|
"@vue-office/excel": "^1.7.14",
|
|
34
34
|
"@vue-office/pdf": "^2.0.10",
|