eoss-ui 0.5.93 → 0.5.95

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.
Files changed (93) hide show
  1. package/lib/.DS_Store +0 -0
  2. package/lib/button-group.js +198 -210
  3. package/lib/button.js +2 -2
  4. package/lib/calendar.js +2 -2
  5. package/lib/card.js +2 -2
  6. package/lib/cascader.js +2 -2
  7. package/lib/checkbox-group.js +3 -2
  8. package/lib/clients.js +2 -2
  9. package/lib/config/image.js +3 -0
  10. package/lib/data-table-form.js +3 -2
  11. package/lib/data-table.js +31 -25
  12. package/lib/date-picker.js +2 -2
  13. package/lib/dialog.js +6 -5
  14. package/lib/enterprise.js +2 -2
  15. package/lib/eoss-ui.common.js +466 -327
  16. package/lib/error-page.js +2 -2
  17. package/lib/flow-group.js +2 -2
  18. package/lib/flow-list.js +4 -4
  19. package/lib/flow.js +6 -5
  20. package/lib/form.js +6 -5
  21. package/lib/handle-user.js +2 -2
  22. package/lib/handler.js +203 -200
  23. package/lib/icon.js +9 -9
  24. package/lib/icons.js +4 -4
  25. package/lib/index.js +1 -1
  26. package/lib/input-number.js +2 -2
  27. package/lib/input.js +2 -2
  28. package/lib/label.js +2 -2
  29. package/lib/layout.js +2 -2
  30. package/lib/login.js +132 -18
  31. package/lib/main.js +91 -54
  32. package/lib/menu.js +2 -2
  33. package/lib/nav.js +2 -2
  34. package/lib/notify.js +2 -2
  35. package/lib/page.js +2 -2
  36. package/lib/pagination.js +2 -2
  37. package/lib/player.js +8 -8
  38. package/lib/qr-code.js +4 -4
  39. package/lib/radio-group.js +2 -2
  40. package/lib/retrial-auth.js +2 -2
  41. package/lib/select-ganged.js +2 -2
  42. package/lib/select.js +2 -2
  43. package/lib/selector-panel.js +6 -5
  44. package/lib/selector.js +11 -11
  45. package/lib/sizer.js +2 -2
  46. package/lib/steps.js +2 -2
  47. package/lib/switch.js +9 -9
  48. package/lib/table-form.js +10 -7
  49. package/lib/tabs-panel.js +2 -2
  50. package/lib/tabs.js +2 -2
  51. package/lib/theme-chalk/base.css +1 -1
  52. package/lib/theme-chalk/index.css +1 -1
  53. package/lib/theme-chalk/main.css +1 -1
  54. package/lib/theme-chalk/menu.css +1 -1
  55. package/lib/theme-chalk/simplicity.css +1 -1
  56. package/lib/theme-chalk/sizer.css +1 -1
  57. package/lib/theme-chalk/upload.css +1 -1
  58. package/lib/tips.js +2 -2
  59. package/lib/toolbar.js +2 -2
  60. package/lib/tree-group.js +2 -2
  61. package/lib/tree.js +2 -2
  62. package/lib/upload.js +14 -13
  63. package/lib/wujie.js +2 -2
  64. package/lib/wxlogin.js +145 -145
  65. package/package.json +1 -1
  66. package/packages/.DS_Store +0 -0
  67. package/packages/data-table/src/main.vue +7 -4
  68. package/packages/form/src/main.vue +1 -1
  69. package/packages/form/src/table.vue +3 -0
  70. package/packages/handler/.DS_Store +0 -0
  71. package/packages/handler/src/main.vue +5 -6
  72. package/packages/login/.DS_Store +0 -0
  73. package/packages/login/src/main.vue +92 -14
  74. package/packages/main/.DS_Store +0 -0
  75. package/packages/main/src/.DS_Store +0 -0
  76. package/packages/main/src/default/index.vue +36 -36
  77. package/packages/main/src/main.vue +27 -4
  78. package/packages/main/src/simplicity/index.vue +2 -3
  79. package/packages/theme-chalk/lib/base.css +1 -1
  80. package/packages/theme-chalk/lib/index.css +1 -1
  81. package/packages/theme-chalk/lib/main.css +1 -1
  82. package/packages/theme-chalk/lib/menu.css +1 -1
  83. package/packages/theme-chalk/lib/simplicity.css +1 -1
  84. package/packages/theme-chalk/lib/sizer.css +1 -1
  85. package/packages/theme-chalk/lib/upload.css +1 -1
  86. package/packages/theme-chalk/src/.DS_Store +0 -0
  87. package/packages/theme-chalk/src/base.scss +41 -0
  88. package/packages/theme-chalk/src/main.scss +3 -0
  89. package/packages/theme-chalk/src/menu.scss +8 -0
  90. package/packages/upload/src/main.vue +8 -3
  91. package/src/.DS_Store +0 -0
  92. package/src/config/image.js +2 -0
  93. package/src/index.js +1 -1
@@ -217,3 +217,44 @@ $end: -51;
217
217
  }
218
218
  }
219
219
  }
220
+
221
+ .es-launch-image {
222
+ position: fixed;
223
+ top: 0;
224
+ right: 0;
225
+ bottom: 0;
226
+ left: 0;
227
+ z-index: 99;
228
+ background-size: 100% 100%;
229
+ background-position: center;
230
+ background-repeat: no-repeat;
231
+ .es-launch-text {
232
+ text-align: center;
233
+ font-size: 28px;
234
+ font-family: Alibaba PuHuiTi 2;
235
+ font-weight: normal;
236
+ color: rgba(255, 255, 255, 0);
237
+ line-height: 54px;
238
+ background: linear-gradient(
239
+ 180deg,
240
+ #ffffff 0.1220703125%,
241
+ rgba(255, 255, 255, 0.69) 100%
242
+ );
243
+ background-clip: text;
244
+ -webkit-text-fill-color: transparent;
245
+ position: relative;
246
+ top: 27%;
247
+ &.es-launch-user-name {
248
+ font-size: 48px;
249
+ margin-bottom: 40px;
250
+ }
251
+ }
252
+ }
253
+ .launch-fade-enter-active,
254
+ .launch-fade-leave-active {
255
+ transition: opacity 1s;
256
+ }
257
+ .launch-fade-enter,
258
+ .launch-fade-leave-to {
259
+ opacity: 0;
260
+ }
@@ -5,6 +5,9 @@
5
5
  height: 100%;
6
6
  overflow: hidden;
7
7
  position: relative;
8
+ .es-launch-image {
9
+ z-index: 99999;
10
+ }
8
11
  }
9
12
  .es-main {
10
13
  height: 100%;
@@ -202,6 +202,14 @@
202
202
 
203
203
  .es-menu-item-horizontal {
204
204
  flex-direction: unset !important;
205
+ & > .es-badge > .el-badge__content.is-fixed {
206
+ transform: translate(50%, 0);
207
+ }
208
+ }
209
+ .es-menu-title-horizontal {
210
+ & > .es-badge > .el-badge__content.is-fixed {
211
+ transform: translate(50%, 0);
212
+ }
205
213
  }
206
214
  .es-disabled {
207
215
  cursor: not-allowed;
@@ -638,8 +638,6 @@ export default {
638
638
  });
639
639
  this.filesTotalSize = filesTotalSize;
640
640
  this.$emit('input', val);
641
- } else {
642
- this.getFiles(this.params);
643
641
  }
644
642
  }
645
643
  },
@@ -758,6 +756,7 @@ export default {
758
756
  dochubConfig: this.dochubConfig
759
757
  });
760
758
  }
759
+ this.getFiles(this.params);
761
760
  }
762
761
  })
763
762
  .catch((err) => {
@@ -779,10 +778,16 @@ export default {
779
778
  ) {
780
779
  return false;
781
780
  }
781
+ let url =
782
+ typeof this.fileList === 'string'
783
+ ? this.fileList
784
+ : this.dochubConfig.getDocumentList
785
+ ? this.dochubConfig.getDocumentList
786
+ : getAdjunctFileInfos;
782
787
  util
783
788
  .ajax({
784
789
  method: this.method,
785
- url: this.getAdjunctFileInfos,
790
+ url: url,
786
791
  data: params,
787
792
  params: params,
788
793
  format: false
package/src/.DS_Store CHANGED
Binary file