@zkwq/business 0.0.88 → 0.0.90
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/css/AppDialog.css +47 -47
- package/dist/css/AppDialog.min.css +1 -1
- package/dist/css/Cover.css +3 -2
- package/dist/css/Cover.min.css +1 -1
- package/dist/index.js +8 -8
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.min.cjs +1 -1
- package/package.json +1 -1
package/dist/css/AppDialog.css
CHANGED
|
@@ -1,4 +1,50 @@
|
|
|
1
|
-
|
|
1
|
+
.AppDialog__wrapper.base-dialog__wrapper {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
overflow-x: hidden;
|
|
6
|
+
overflow-y: auto;
|
|
7
|
+
}
|
|
8
|
+
.AppDialog {
|
|
9
|
+
max-height: 100vh;
|
|
10
|
+
transition: max-height 0.8s ease, height 0.8s ease;
|
|
11
|
+
}
|
|
12
|
+
.AppDialog.base-dialog {
|
|
13
|
+
margin-top: 0 !important;
|
|
14
|
+
margin-bottom: 0 !important;
|
|
15
|
+
}
|
|
16
|
+
.AppDialog.base-dialog .base-dialog__body {
|
|
17
|
+
height: 100%;
|
|
18
|
+
}
|
|
19
|
+
.AppDialog .base-dialog__header {
|
|
20
|
+
padding: 0;
|
|
21
|
+
}
|
|
22
|
+
.AppDialog .base-dialog__body {
|
|
23
|
+
padding: 0;
|
|
24
|
+
}
|
|
25
|
+
.AppDialog--fullPage {
|
|
26
|
+
height: 100vh;
|
|
27
|
+
}
|
|
28
|
+
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
29
|
+
height: 100%;
|
|
30
|
+
}
|
|
31
|
+
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
32
|
+
height: 100vh;
|
|
33
|
+
overflow: visible;
|
|
34
|
+
}
|
|
35
|
+
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
36
|
+
height: 100%;
|
|
37
|
+
}
|
|
38
|
+
.Modal__closeButton {
|
|
39
|
+
position: absolute;
|
|
40
|
+
top: 8px;
|
|
41
|
+
right: -60px;
|
|
42
|
+
padding: 12px;
|
|
43
|
+
}
|
|
44
|
+
.Modal__closeIcon {
|
|
45
|
+
vertical-align: top;
|
|
46
|
+
fill: #FFF;
|
|
47
|
+
}
|
|
2
48
|
|
|
3
49
|
|
|
4
50
|
|
|
@@ -116,50 +162,4 @@
|
|
|
116
162
|
.AppDialog__subtitle--left[data-v-72b401b4] {
|
|
117
163
|
padding: 0 16px;
|
|
118
164
|
}
|
|
119
|
-
}.AppDialog__wrapper.base-dialog__wrapper {
|
|
120
|
-
display: flex;
|
|
121
|
-
flex-direction: column;
|
|
122
|
-
justify-content: center;
|
|
123
|
-
overflow-x: hidden;
|
|
124
|
-
overflow-y: auto;
|
|
125
|
-
}
|
|
126
|
-
.AppDialog {
|
|
127
|
-
max-height: 100vh;
|
|
128
|
-
transition: max-height 0.8s ease, height 0.8s ease;
|
|
129
|
-
}
|
|
130
|
-
.AppDialog.base-dialog {
|
|
131
|
-
margin-top: 0 !important;
|
|
132
|
-
margin-bottom: 0 !important;
|
|
133
|
-
}
|
|
134
|
-
.AppDialog.base-dialog .base-dialog__body {
|
|
135
|
-
height: 100%;
|
|
136
|
-
}
|
|
137
|
-
.AppDialog .base-dialog__header {
|
|
138
|
-
padding: 0;
|
|
139
|
-
}
|
|
140
|
-
.AppDialog .base-dialog__body {
|
|
141
|
-
padding: 0;
|
|
142
|
-
}
|
|
143
|
-
.AppDialog--fullPage {
|
|
144
|
-
height: 100vh;
|
|
145
|
-
}
|
|
146
|
-
.AppDialog--fullPage.AppDialog .base-dialog__body {
|
|
147
|
-
height: 100%;
|
|
148
|
-
}
|
|
149
|
-
.AppDialog--fullPage.AppDialog .AppDialog__inner {
|
|
150
|
-
height: 100vh;
|
|
151
|
-
overflow: visible;
|
|
152
|
-
}
|
|
153
|
-
.AppDialog--fullPage.AppDialog .AppDialog__content {
|
|
154
|
-
height: 100%;
|
|
155
|
-
}
|
|
156
|
-
.Modal__closeButton {
|
|
157
|
-
position: absolute;
|
|
158
|
-
top: 8px;
|
|
159
|
-
right: -60px;
|
|
160
|
-
padding: 12px;
|
|
161
|
-
}
|
|
162
|
-
.Modal__closeIcon {
|
|
163
|
-
vertical-align: top;
|
|
164
|
-
fill: #FFF;
|
|
165
165
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-72b401b4]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-72b401b4]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-72b401b4]{padding:10px 20px 20px}.AppDialog__title[data-v-72b401b4]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-72b401b4]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-72b401b4]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-72b401b4]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-72b401b4]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-72b401b4]{padding:0 16px}}
|
|
1
|
+
.AppDialog__wrapper.base-dialog__wrapper{display:flex;flex-direction:column;justify-content:center;overflow-x:hidden;overflow-y:auto}.AppDialog{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog.base-dialog{margin-top:0!important;margin-bottom:0!important}.AppDialog.base-dialog .base-dialog__body{height:100%}.AppDialog .base-dialog__header{padding:0}.AppDialog .base-dialog__body{padding:0}.AppDialog--fullPage{height:100vh}.AppDialog--fullPage.AppDialog .base-dialog__body{height:100%}.AppDialog--fullPage.AppDialog .AppDialog__inner{height:100vh;overflow:visible}.AppDialog--fullPage.AppDialog .AppDialog__content{height:100%}.Modal__closeButton{position:absolute;top:8px;right:-60px;padding:12px}.Modal__closeIcon{vertical-align:top;fill:#FFF}[data-v-72b401b4]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.AppDialog__inner[data-v-72b401b4]{max-height:100vh;transition:max-height .8s ease,height .8s ease}.AppDialog__content[data-v-72b401b4]{padding:10px 20px 20px}.AppDialog__title[data-v-72b401b4]{margin-top:40px;font-size:24px;font-weight:500;color:#2f3a91;text-align:center}.AppDialog__subtitle[data-v-72b401b4]{padding:0 38px;margin-top:4px;font-size:14px;line-height:1.5;color:#8590a6;text-align:center}.AppDialog__title--left[data-v-72b401b4]{padding:0 20px;font-size:15px;color:#2f3a91;font-weight:600;height:60px;line-height:60px}.AppDialog__subtitle--left[data-v-72b401b4]{padding:0 20px;font-size:14px;line-height:1;color:#8590a6;text-align:left}@media (max-width:576px){.AppDialog__title--left[data-v-72b401b4]{padding:20px 16px 10px}.AppDialog__subtitle--left[data-v-72b401b4]{padding:0 16px}}
|
package/dist/css/Cover.css
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
|
|
2
|
+
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
3
|
+
|
|
2
4
|
|
|
3
5
|
|
|
4
6
|
|
|
@@ -112,5 +114,4 @@
|
|
|
112
114
|
.avatar[data-v-b7afb416] {
|
|
113
115
|
width: 314px;
|
|
114
116
|
height: 130px;
|
|
115
|
-
}
|
|
116
|
-
.avatar-uploader .base-upload{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
|
|
117
|
+
}
|
package/dist/css/Cover.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-b7afb416]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-b7afb416]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-b7afb416]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .2s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.avatar-uploader .FileMask__actions i[data-v-b7afb416]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-b7afb416]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-b7afb416]{opacity:1}.avatar-uploader-icon[data-v-b7afb416]{font-size:30px}.avatar[data-v-b7afb416]{width:314px;height:130px}
|
|
1
|
+
.avatar-uploader .base-upload{width:100%;height:100%;display:flex;align-items:center;justify-content:center}[data-v-b7afb416]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.avatar-uploader[data-v-b7afb416]{width:314px;height:130px;border:1px dashed #dcdfe6;display:flex;align-items:center;justify-content:center;position:relative}.avatar-uploader .FileMask__actions[data-v-b7afb416]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;border-radius:4px;transition:all .2s;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.avatar-uploader .FileMask__actions i[data-v-b7afb416]{cursor:pointer}.avatar-uploader .FileMask__actions i+i[data-v-b7afb416]{margin-left:16px}.avatar-uploader:hover .FileMask__actions[data-v-b7afb416]{opacity:1}.avatar-uploader-icon[data-v-b7afb416]{font-size:30px}.avatar[data-v-b7afb416]{width:314px;height:130px}
|
package/dist/index.js
CHANGED
|
@@ -27708,7 +27708,7 @@ const u0 = {
|
|
|
27708
27708
|
value: {
|
|
27709
27709
|
immediate: !0,
|
|
27710
27710
|
handler(e) {
|
|
27711
|
-
e != this.valueBak && this.editor && this.editor.txt.html(e);
|
|
27711
|
+
e != this.valueBak && this.editor && this.editor.txt.html(e || "");
|
|
27712
27712
|
}
|
|
27713
27713
|
}
|
|
27714
27714
|
},
|
|
@@ -28109,7 +28109,7 @@ const q = {
|
|
|
28109
28109
|
responseType: "blob",
|
|
28110
28110
|
baseURL: (a = s == null ? void 0 : s.baseURL) != null ? a : ""
|
|
28111
28111
|
}).then((r) => {
|
|
28112
|
-
|
|
28112
|
+
i(r.data);
|
|
28113
28113
|
}).catch((r) => {
|
|
28114
28114
|
n(r);
|
|
28115
28115
|
});
|
|
@@ -28121,7 +28121,7 @@ const q = {
|
|
|
28121
28121
|
ce.post(e, t, {
|
|
28122
28122
|
baseURL: (a = s == null ? void 0 : s.baseURL) != null ? a : ""
|
|
28123
28123
|
}).then((r) => {
|
|
28124
|
-
|
|
28124
|
+
i(r.data);
|
|
28125
28125
|
}).catch((r) => {
|
|
28126
28126
|
n(r);
|
|
28127
28127
|
});
|
|
@@ -28133,7 +28133,7 @@ const q = {
|
|
|
28133
28133
|
ce.post(e, Rc.stringify(t), {
|
|
28134
28134
|
baseURL: (a = s == null ? void 0 : s.baseURL) != null ? a : ""
|
|
28135
28135
|
}).then((r) => {
|
|
28136
|
-
|
|
28136
|
+
i(r.data);
|
|
28137
28137
|
}).catch((r) => {
|
|
28138
28138
|
n(r);
|
|
28139
28139
|
});
|
|
@@ -28145,7 +28145,7 @@ const q = {
|
|
|
28145
28145
|
ce.put(e, t, {
|
|
28146
28146
|
baseURL: (a = s == null ? void 0 : s.baseURL) != null ? a : ""
|
|
28147
28147
|
}).then((r) => {
|
|
28148
|
-
|
|
28148
|
+
i(r.data);
|
|
28149
28149
|
}).catch((r) => {
|
|
28150
28150
|
n(r);
|
|
28151
28151
|
});
|
|
@@ -28158,7 +28158,7 @@ const q = {
|
|
|
28158
28158
|
params: t,
|
|
28159
28159
|
baseURL: (a = s == null ? void 0 : s.baseURL) != null ? a : ""
|
|
28160
28160
|
}).then((r) => {
|
|
28161
|
-
|
|
28161
|
+
i(r.data);
|
|
28162
28162
|
}).catch((r) => {
|
|
28163
28163
|
n(r);
|
|
28164
28164
|
});
|
|
@@ -28182,9 +28182,9 @@ const q = {
|
|
|
28182
28182
|
"X-XSRF-TOKEN": te()
|
|
28183
28183
|
} }), ti = (e) => q.get("/hky/api/v3/resources/institution/suggestions", { q: e }, { header: {
|
|
28184
28184
|
"X-XSRF-TOKEN": te()
|
|
28185
|
-
} }), B0 = (e) => q.
|
|
28185
|
+
} }), B0 = (e) => q.post("/hky/open/resources/api/v1/sciencedata/suggestions", { query: e }, { header: {
|
|
28186
28186
|
"X-XSRF-TOKEN": te()
|
|
28187
|
-
} }), L0 = (e) => q.
|
|
28187
|
+
} }), L0 = (e) => q.post("/hky/api/v2/resources/book/suggestions", { query: e }, { header: {
|
|
28188
28188
|
"X-XSRF-TOKEN": te()
|
|
28189
28189
|
} }), R0 = (e) => q.get("/hky/api/v1/resources/project/suggestions", { q: e }, { header: {
|
|
28190
28190
|
"X-XSRF-TOKEN": te()
|