agilebuilder-ui 1.1.65-tmp23 → 1.1.65-tmp24
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.full.min.js +462 -281
- package/dist/style.css +181 -175
- package/es/chat-embed/src/chat-sender.vue.mjs +1 -1
- package/es/chat-embed/src/chat-sender.vue2.mjs +26 -28
- package/es/chat-embed/src/index.vue.mjs +1 -1
- package/es/chat-embed/src/index.vue2.mjs +29 -29
- package/es/department-tree-mobile/src/department-tree-inline-app.vue.mjs +68 -68
- package/es/department-tree-mobile/src/department-tree-service.mjs +20 -18
- package/es/department-tree-mobile/src/dept-result.vue.mjs +12 -11
- package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.mjs +3 -3
- package/es/department-user-tree-inline/src/department-user-tree-inline.vue.mjs +6 -6
- package/es/department-user-tree-inline/src/department-user-tree-single-service.mjs +1 -1
- package/es/fs-preview/src/fs-preview.vue.mjs +26 -18
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.mjs +1 -1
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.mjs +1 -1
- package/es/index.mjs +2 -1
- package/es/src/components/Card/index.mjs +34 -31
- package/es/src/components/Scrollbar/index.vue.mjs +6 -6
- package/es/src/i18n/langs/cn.mjs +1 -1
- package/es/src/i18n/langs/en.mjs +1 -1
- package/es/src/utils/common-util.mjs +47 -39
- package/es/style.css +738 -732
- package/es/super-grid/src/apis.mjs +199 -173
- package/es/super-grid/src/components/mobile-table-card.mjs +53 -53
- package/es/super-grid/src/normal-column-content.vue.mjs +12 -12
- package/es/super-grid/src/normal-column.vue.mjs +4 -5
- package/es/super-grid/src/search-button.vue.mjs +4 -2
- package/es/super-grid/src/search-form-dialog.vue.mjs +22 -11
- package/es/super-grid/src/search-form-item.vue.mjs +5 -5
- package/es/super-grid/src/search-form-mobile.vue.mjs +19 -19
- package/es/super-grid/src/search-form-open.vue.mjs +5 -3
- package/es/super-grid/src/search-form-ordinarySearch.vue.mjs +3 -1
- package/es/super-grid/src/search-form.vue.mjs +19 -13
- package/es/super-grid/src/super-grid.vue.mjs +271 -209
- package/es/super-grid/src/utils.mjs +346 -300
- package/es/utils/organization.mjs +24 -11
- package/lib/chat-embed/src/chat-sender.vue.cjs +1 -1
- package/lib/chat-embed/src/chat-sender.vue2.cjs +44 -46
- package/lib/chat-embed/src/index.vue.cjs +1 -1
- package/lib/chat-embed/src/index.vue2.cjs +14 -14
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.cjs +58 -58
- package/lib/department-tree-mobile/src/department-tree-service.cjs +10 -8
- package/lib/department-tree-mobile/src/dept-result.vue.cjs +10 -10
- package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.cjs +16 -16
- package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.cjs +5 -5
- package/lib/department-user-tree-inline/src/department-user-tree-single-service.cjs +1 -1
- package/lib/fs-preview/src/fs-preview.vue.cjs +13 -5
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.cjs +1 -1
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.cjs +13 -13
- package/lib/index.cjs +7 -7
- package/lib/src/components/Card/index.cjs +14 -11
- package/lib/src/components/Scrollbar/index.vue.cjs +2 -2
- package/lib/src/i18n/langs/cn.cjs +1 -1
- package/lib/src/i18n/langs/en.cjs +1 -1
- package/lib/src/utils/common-util.cjs +24 -17
- package/lib/style.css +665 -659
- package/lib/super-grid/src/apis.cjs +190 -164
- package/lib/super-grid/src/components/mobile-table-card.cjs +37 -37
- package/lib/super-grid/src/normal-column-content.vue.cjs +2 -2
- package/lib/super-grid/src/normal-column.vue.cjs +10 -11
- package/lib/super-grid/src/search-button.vue.cjs +3 -1
- package/lib/super-grid/src/search-form-dialog.vue.cjs +19 -8
- package/lib/super-grid/src/search-form-item.vue.cjs +2 -2
- package/lib/super-grid/src/search-form-mobile.vue.cjs +7 -7
- package/lib/super-grid/src/search-form-open.vue.cjs +7 -5
- package/lib/super-grid/src/search-form-ordinarySearch.vue.cjs +3 -1
- package/lib/super-grid/src/search-form.vue.cjs +15 -10
- package/lib/super-grid/src/super-grid.vue.cjs +220 -158
- package/lib/super-grid/src/utils.cjs +349 -274
- package/lib/utils/organization.cjs +35 -24
- package/package.json +1 -1
- package/src/components/Card/index.jsx +12 -2
- package/src/components/Scrollbar/index.vue +165 -154
- package/src/i18n/langs/cn.js +10 -2
- package/src/i18n/langs/en.js +10 -2
- package/src/styles/index.scss +9 -2
- package/src/styles/theme/default.scss +18 -13
- package/src/styles/theme/tiffany-blue-mobile/home.scss +44 -1
- package/src/utils/auth-api.js +1 -0
- package/src/utils/common-util.js +13 -0
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
// 版心
|
|
4
4
|
.type_center {
|
|
5
|
-
padding: 0
|
|
5
|
+
// padding: 0 20px;
|
|
6
|
+
background: #FFFFFF;
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
.bg_circle {
|
|
@@ -208,4 +209,46 @@
|
|
|
208
209
|
color: #fff;
|
|
209
210
|
}
|
|
210
211
|
}
|
|
212
|
+
|
|
213
|
+
.mobile-home-box {
|
|
214
|
+
z-index: 1;
|
|
215
|
+
|
|
216
|
+
/* WebKit 浏览器 */
|
|
217
|
+
&::-webkit-scrollbar {
|
|
218
|
+
width: 8px;
|
|
219
|
+
/* 垂直滚动条宽度 */
|
|
220
|
+
height: 8px;
|
|
221
|
+
/* 水平滚动条高度 */
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
&::-webkit-scrollbar-thumb {
|
|
225
|
+
background: rgba(0, 0, 0, 0.2);
|
|
226
|
+
border-radius: 4px;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
&::-webkit-scrollbar-track {
|
|
230
|
+
background: transparent;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
/* Firefox */
|
|
234
|
+
scrollbar-width: thin;
|
|
235
|
+
/* 可选值:auto | thin | none */
|
|
236
|
+
scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.mobile-function-box {
|
|
240
|
+
position: relative;
|
|
241
|
+
background: #FFFFFF;
|
|
242
|
+
box-shadow: 0px 4px 10px 0px rgba(204, 204, 204, 0.25);
|
|
243
|
+
border-radius: 10px 10px 10px 10px;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
/* 平台优先级样式 */
|
|
248
|
+
body.platform-ios .tiffany-blue-mobile .type_center {
|
|
249
|
+
padding: 0 10pt;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
body.platform-android .tiffany-blue-mobile .type_center {
|
|
253
|
+
padding: 0 10px;
|
|
211
254
|
}
|
package/src/utils/auth-api.js
CHANGED
package/src/utils/common-util.js
CHANGED
|
@@ -830,6 +830,19 @@ export function cacheSystemUrl() {
|
|
|
830
830
|
}
|
|
831
831
|
})
|
|
832
832
|
}
|
|
833
|
+
|
|
834
|
+
export function getCacheSystemUrlWithSystemCode(systemCode) {
|
|
835
|
+
return new Promise((resolve, reject) => {
|
|
836
|
+
const systemUrls = window.$authApi.getSystemCacheUrl()
|
|
837
|
+
if (!systemUrls) {
|
|
838
|
+
cacheSystemUrl().then(()=>{
|
|
839
|
+
resolve(window.$authApi.getSystemCacheFrontendUrlByCode(systemCode))
|
|
840
|
+
})
|
|
841
|
+
} else {
|
|
842
|
+
resolve(window.$authApi.getSystemCacheFrontendUrlByCode(systemCode))
|
|
843
|
+
}
|
|
844
|
+
})
|
|
845
|
+
}
|
|
833
846
|
/**
|
|
834
847
|
* 登录源是哪种方式,例如:portal、dingtalk、weixin、mobile等
|
|
835
848
|
*/
|