ZaiZai hai 1 ano
pai
achega
6e849f1e5c
Modificáronse 28 ficheiros con 283 adicións e 85 borrados
  1. 3 3
      package.json
  2. 0 0
      public/plugins/element-plus/index.css
  3. 0 0
      public/plugins/element-plus/theme-chalk/el-alert.css
  4. 1 0
      public/plugins/element-plus/theme-chalk/el-anchor-link.css
  5. 1 0
      public/plugins/element-plus/theme-chalk/el-anchor.css
  6. 0 0
      public/plugins/element-plus/theme-chalk/el-button.css
  7. 0 0
      public/plugins/element-plus/theme-chalk/el-carousel.css
  8. 0 0
      public/plugins/element-plus/theme-chalk/el-date-picker.css
  9. 0 0
      public/plugins/element-plus/theme-chalk/el-input.css
  10. 0 0
      public/plugins/element-plus/theme-chalk/el-message.css
  11. 0 0
      public/plugins/element-plus/theme-chalk/el-select-v2.css
  12. 0 0
      public/plugins/element-plus/theme-chalk/el-select.css
  13. 0 0
      public/plugins/element-plus/theme-chalk/index.css
  14. 13 9
      public/plugins/element-plus/theme-chalk/src/alert.scss
  15. 41 0
      public/plugins/element-plus/theme-chalk/src/anchor-link.scss
  16. 89 0
      public/plugins/element-plus/theme-chalk/src/anchor.scss
  17. 9 14
      public/plugins/element-plus/theme-chalk/src/button.scss
  18. 8 0
      public/plugins/element-plus/theme-chalk/src/carousel.scss
  19. 23 5
      public/plugins/element-plus/theme-chalk/src/common/var.scss
  20. 0 4
      public/plugins/element-plus/theme-chalk/src/date-picker/date-table.scss
  21. 17 2
      public/plugins/element-plus/theme-chalk/src/date-picker/month-table.scss
  22. 22 3
      public/plugins/element-plus/theme-chalk/src/date-picker/year-table.scss
  23. 2 0
      public/plugins/element-plus/theme-chalk/src/index.scss
  24. 4 0
      public/plugins/element-plus/theme-chalk/src/input.scss
  25. 1 14
      public/plugins/element-plus/theme-chalk/src/message.scss
  26. 4 0
      public/plugins/element-plus/theme-chalk/src/select.scss
  27. 0 0
      public/plugins/element-plus/v2.6.1
  28. 45 31
      yarn.lock

+ 3 - 3
package.json

@@ -20,8 +20,8 @@
         "crypto-js": "^4.2.0",
         "dayjs": "^1.11.10",
         "echarts": "^5.5.0",
-        "element-plus": "2.6.0",
-        "hc-vue3-ui": "^3.2.3",
+        "element-plus": "2.6.1",
+        "hc-vue3-ui": "^3.2.4",
         "js-base64": "^3.7.7",
         "js-fast-way": "^0.4.6",
         "js-md5": "^0.8.3",
@@ -37,7 +37,7 @@
         "@unocss/eslint-config": "^0.58.5",
         "@vitejs/plugin-vue": "^5.0.4",
         "@vue/compiler-sfc": "^3.4.21",
-        "archiver": "^7.0.0",
+        "archiver": "^7.0.1",
         "bignumber.js": "^9.1.2",
         "eslint": "^8.57.0",
         "eslint-plugin-vue": "^9.22.0",

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
public/plugins/element-plus/index.css


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-alert.css


+ 1 - 0
public/plugins/element-plus/theme-chalk/el-anchor-link.css

@@ -0,0 +1 @@
+.el-anchor__item{overflow:hidden;display:flex;flex-direction:column}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);padding:4px 0;color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-decoration:none;text-overflow:ellipsis;overflow:hidden;max-width:100%;outline:0;cursor:pointer}.el-anchor__link:focus,.el-anchor__link:hover{color:var(--el-anchor-color)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}

+ 1 - 0
public/plugins/element-plus/theme-chalk/el-anchor.css

@@ -0,0 +1 @@
+.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-marker-bg-color:var(--el-color-primary);position:relative;background-color:var(--el-anchor-bg-color)}.el-anchor__marker{position:absolute;background-color:var(--el-anchor-marker-bg-color);border-radius:4px;opacity:0;z-index:0}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;top:8px;left:0;transition:top .25s ease-in-out,opacity .25s}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline::before{position:absolute;left:0;width:2px;height:100%;background-color:rgba(5,5,5,.06);content:""}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{width:2px;border-radius:unset}.el-anchor.el-anchor--horizontal .el-anchor__marker{height:2px;width:20px;bottom:0;transition:left .25sease-in-out,opacity .25s,width .25s}.el-anchor.el-anchor--horizontal .el-anchor__list{display:flex;padding-bottom:4px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline::before{position:absolute;bottom:0;width:100%;height:2px;background-color:rgba(5,5,5,.06);content:""}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{height:2px;border-radius:unset}

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-button.css


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-carousel.css


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-date-picker.css


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-input.css


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-message.css


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-select-v2.css


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
public/plugins/element-plus/theme-chalk/el-select.css


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
public/plugins/element-plus/theme-chalk/index.css


+ 13 - 9
public/plugins/element-plus/theme-chalk/src/alert.scss

@@ -61,32 +61,35 @@
   }
 
   @include e(content) {
-    display: table-cell;
-    padding: 0 8px;
+    display: flex;
+    flex-direction: column;
+    gap: 4px;
   }
 
   & .#{$namespace}-alert__icon {
     font-size: getCssVar('alert', 'icon-size');
     width: getCssVar('alert', 'icon-size');
+    margin-right: 8px;
 
     @include when(big) {
       font-size: getCssVar('alert', 'icon-large-size');
       width: getCssVar('alert', 'icon-large-size');
+      margin-right: 12px;
     }
   }
 
   @include e(title) {
     font-size: getCssVar('alert', 'title-font-size');
-    line-height: 18px;
-    vertical-align: text-top;
-    @include when(bold) {
-      font-weight: bold;
+    line-height: 24px;
+
+    &.with-description {
+      font-size: getCssVar('alert', 'title-with-description-font-size');
     }
   }
 
   & .#{$namespace}-alert__description {
     font-size: getCssVar('alert', 'description-font-size');
-    margin: 5px 0 0 0;
+    margin: 0;
   }
 
   & .#{$namespace}-alert__close-btn {
@@ -94,13 +97,14 @@
     opacity: 1;
     position: absolute;
     top: 12px;
-    right: 15px;
+    right: 16px;
     cursor: pointer;
 
     @include when(customed) {
       font-style: normal;
       font-size: getCssVar('alert', 'close-customed-font-size');
-      top: 9px;
+      line-height: 24px;
+      top: 8px;
     }
   }
 }

+ 41 - 0
public/plugins/element-plus/theme-chalk/src/anchor-link.scss

@@ -0,0 +1,41 @@
+@use 'sass:map';
+
+@use 'mixins/mixins' as *;
+@use 'mixins/var' as *;
+@use 'common/var' as *;
+
+@include b(anchor) {
+  @include e(item) {
+    overflow: hidden;
+    display: flex;
+    flex-direction: column;
+  }
+
+  @include e(link) {
+    font-size: getCssVar('anchor-font-size');
+    line-height: getCssVar('anchor-line-height');
+    padding: 4px 0;
+    color: getCssVar('anchor-color');
+    transition: color getCssVar('transition-duration');
+    white-space: nowrap;
+    text-decoration: none;
+    text-overflow: ellipsis;
+    overflow: hidden;
+    max-width: 100%;
+    outline: none;
+    cursor: pointer;
+
+    &:hover,
+    &:focus {
+      color: getCssVar('anchor-color');
+    }
+
+    @include when(active) {
+      color: getCssVar('anchor-active-color');
+    }
+  }
+
+  & .#{$namespace}-anchor__list .#{$namespace}-anchor__item a {
+    display: inline-block;
+  }
+}

+ 89 - 0
public/plugins/element-plus/theme-chalk/src/anchor.scss

@@ -0,0 +1,89 @@
+@use 'sass:map';
+
+@use 'mixins/mixins' as *;
+@use 'mixins/var' as *;
+@use 'common/var' as *;
+
+@include b(anchor) {
+  @include set-component-css-var('anchor', $anchor);
+
+  position: relative;
+  background-color: getCssVar('anchor-bg-color');
+
+  @include e(marker) {
+    position: absolute;
+    background-color: getCssVar('anchor-marker-bg-color');
+    border-radius: 4px;
+    opacity: 0;
+    z-index: 0;
+  }
+
+  &.#{$namespace}-anchor--vertical {
+    @include e(marker) {
+      width: 4px;
+      height: 14px;
+      top: 8px;
+      left: 0;
+      transition: top .25s ease-in-out,opacity .25s;
+    }
+
+    @include e(list) {
+      padding-left: getCssVar('anchor-padding-indent');
+    }
+
+    &.#{$namespace}-anchor--underline {
+      &::before {
+        position: absolute;
+        left: 0;
+        width: 2px;
+        height: 100%;
+        background-color: rgba(5, 5, 5, 0.06);
+        content: '';
+      }
+
+      @include e(marker) {
+        width: 2px;
+        border-radius: unset;
+      }
+    }
+  }
+
+  &.#{$namespace}-anchor--horizontal {
+    @include e(marker) {
+      height: 2px;
+      width: 20px;
+      bottom: 0;
+      transition: left 0.25sease-in-out, opacity 0.25s,
+        width 0.25s;
+    }
+
+    @include e(list) {
+      display: flex;
+      padding-bottom: 4px;
+
+      @include e(item) {
+        padding-left: 16px;
+
+        &:first-child {
+          padding-left: 0;
+        }
+      }
+    }
+
+    &.#{$namespace}-anchor--underline {
+      &::before {
+        position: absolute;
+        bottom: 0;
+        width: 100%;
+        height: 2px;
+        background-color: rgba(5, 5, 5, 0.06);
+        content: '';
+      }
+
+      @include e(marker) {
+        height: 2px;
+        border-radius: unset;
+      }
+    }
+  }
+}

+ 9 - 14
public/plugins/element-plus/theme-chalk/src/button.scss

@@ -43,8 +43,7 @@ $button-icon-span-gap: map.merge(
   border: getCssVar('border');
   border-color: getCssVar('button', 'border-color');
 
-  &:hover,
-  &:focus {
+  &:hover {
     color: getCssVar('button', 'hover', 'text-color');
     border-color: getCssVar('button', 'hover', 'border-color');
     background-color: getCssVar('button', 'hover', 'bg-color');
@@ -61,6 +60,7 @@ $button-icon-span-gap: map.merge(
   &:focus-visible {
     outline: 2px solid getCssVar('button', 'outline-color');
     outline-offset: 1px;
+    transition: outline-offset 0s, outline 0s;
   }
 
   > span {
@@ -116,8 +116,7 @@ $button-icon-span-gap: map.merge(
 
   @include when(disabled) {
     &,
-    &:hover,
-    &:focus {
+    &:hover {
       color: getCssVar('button', 'disabled', 'text-color');
       cursor: not-allowed;
       background-image: none;
@@ -164,14 +163,14 @@ $button-icon-span-gap: map.merge(
     }
 
     &:not(.is-disabled) {
-      &:hover,
-      &:focus {
+      &:hover {
         background-color: getCssVar('fill-color', 'light');
       }
 
       &:focus-visible {
         outline: 2px solid getCssVar('button', 'outline-color');
         outline-offset: 1px;
+        transition: outline-offset 0s, outline 0s;
       }
 
       &:active {
@@ -181,8 +180,7 @@ $button-icon-span-gap: map.merge(
       @include when(has-bg) {
         background-color: getCssVar('fill-color', 'light');
 
-        &:hover,
-        &:focus {
+        &:hover {
           background-color: getCssVar('fill-color');
         }
 
@@ -207,8 +205,7 @@ $button-icon-span-gap: map.merge(
     padding: 2px;
     height: auto;
 
-    &:hover,
-    &:focus {
+    &:hover {
       color: getCssVar('button', 'hover', 'link-text-color');
     }
 
@@ -219,8 +216,7 @@ $button-icon-span-gap: map.merge(
     }
 
     &:not(.is-disabled) {
-      &:hover,
-      &:focus {
+      &:hover {
         border-color: transparent;
         background-color: transparent;
       }
@@ -246,8 +242,7 @@ $button-icon-span-gap: map.merge(
     }
 
     &:not(.is-disabled) {
-      &:hover,
-      &:focus {
+      &:hover {
         color: getCssVar('color', 'primary', 'light-3');
         border-color: transparent;
         background-color: transparent;

+ 8 - 0
public/plugins/element-plus/theme-chalk/src/carousel.scss

@@ -178,3 +178,11 @@
   transform: translateY(-50%) translateX(10px);
   opacity: 0;
 }
+
+.#{$namespace}-transitioning {
+  filter: url('#elCarouselHorizontal');
+}
+
+.#{$namespace}-transitioning-vertical {
+  filter: url('#elCarouselVertical');
+}

+ 23 - 5
public/plugins/element-plus/theme-chalk/src/common/var.scss

@@ -400,6 +400,7 @@ $select: () !default;
 $select: map.merge(
   (
     'border-color-hover': getCssVar('border-color-hover'),
+    'disabled-color': getCssVar('disabled-text-color'),
     'disabled-border': getCssVar('disabled-border-color'),
     'font-size': getCssVar('font-size-base'),
     'close-hover-color': getCssVar('text-color-secondary'),
@@ -498,10 +499,11 @@ $alert: map.merge(
   (
     'padding': 8px 16px,
     'border-radius-base': getCssVar('border-radius-base'),
-    'title-font-size': 13px,
-    'description-font-size': 12px,
-    'close-font-size': 12px,
-    'close-customed-font-size': 13px,
+    'title-font-size': 14px,
+    'title-with-description-font-size': 16px,
+    'description-font-size': 14px,
+    'close-font-size': 16px,
+    'close-customed-font-size': 14px,
     'icon-size': 16px,
     'icon-large-size': 28px,
   ),
@@ -534,7 +536,7 @@ $message: map.merge(
   (
     'bg-color': getCssVar('color', 'info', 'light-9'),
     'border-color': getCssVar('border-color-lighter'),
-    'padding': 15px 19px,
+    'padding': 11px 15px,
     'close-size': 16px,
     'close-icon-color': getCssVar('text-color-placeholder'),
     'close-hover-color': getCssVar('text-color-secondary'),
@@ -814,6 +816,22 @@ $tour: map.merge(
   $tour
 );
 
+// Anchor
+// css3 var in packages/theme-chalk/src/anchor.scss
+$anchor: () !default;
+$anchor: map.merge(
+  (
+    'bg-color': getCssVar('bg-color'),
+    'padding-indent': 14px,
+    'line-height': 22px,
+    'font-size': 12px,
+    'color': getCssVar('text-color-secondary'),
+    'active-color': getCssVar('color-primary'),
+    'marker-bg-color': getCssVar('color-primary'),
+  ),
+  $anchor
+);
+
 // Table
 // css3 var in packages/theme-chalk/src/table.scss
 $table: () !default;

+ 0 - 4
public/plugins/element-plus/theme-chalk/src/date-picker/date-table.scss

@@ -130,11 +130,7 @@
     &.selected .#{$namespace}-date-table-cell {
       margin-left: 5px;
       margin-right: 5px;
-      background-color: getCssVar('datepicker-inrange-bg-color');
       border-radius: 15px;
-      &:hover {
-        background-color: getCssVar('datepicker-inrange-hover-bg-color');
-      }
     }
 
     &.selected .#{$namespace}-date-table-cell__text {

+ 17 - 2
public/plugins/element-plus/theme-chalk/src/date-picker/month-table.scss

@@ -7,9 +7,11 @@
   border-collapse: collapse;
 
   td {
+    width: 68px;
     text-align: center;
     padding: 8px 0;
     cursor: pointer;
+    position: relative;
     & div {
       height: 48px;
       padding: 6px 0;
@@ -37,13 +39,16 @@
     }
 
     .cell {
-      width: 60px;
+      width: 54px;
       height: 36px;
       display: block;
       line-height: 36px;
       color: getCssVar('datepicker-text-color');
       margin: 0 auto;
       border-radius: 18px;
+      position: absolute;
+      left: 50%;
+      transform: translateX(-50%);
       &:hover {
         color: getCssVar('datepicker-hover-text-color');
       }
@@ -67,23 +72,33 @@
     }
 
     &.start-date div {
+      margin-left: 3px;
       border-top-left-radius: 24px;
       border-bottom-left-radius: 24px;
     }
 
     &.end-date div {
+      margin-right: 3px;
       border-top-right-radius: 24px;
       border-bottom-right-radius: 24px;
     }
 
+    &.current:not(.disabled) div {
+      border-radius: 24px;
+      margin-left: 3px;
+      margin-right: 3px;
+    }
+
     &.current:not(.disabled) .cell {
-      color: getCssVar('datepicker-active-color');
+      color: $color-white;
+      background-color: getCssVar('datepicker-active-color');
     }
 
     &:focus-visible {
       outline: none;
       .cell {
         outline: 2px solid getCssVar('datepicker-active-color');
+        outline-offset: 1px;
       }
     }
   }

+ 22 - 3
public/plugins/element-plus/theme-chalk/src/date-picker/year-table.scss

@@ -11,9 +11,17 @@
   }
 
   td {
+    width: 68px;
     text-align: center;
-    padding: 20px 3px;
+    padding: 8px 0px;
     cursor: pointer;
+    position: relative;
+
+    & div {
+      height: 48px;
+      padding: 6px 0;
+      box-sizing: border-box;
+    }
 
     &.today {
       .cell {
@@ -33,27 +41,38 @@
     }
 
     .cell {
-      width: 48px;
+      width: 54px;
       height: 36px;
       display: block;
       line-height: 36px;
       color: getCssVar('datepicker-text-color');
       border-radius: 18px;
       margin: 0 auto;
+      position: absolute;
+      left: 50%;
+      transform: translateX(-50%);
 
       &:hover {
         color: getCssVar('datepicker-hover-text-color');
       }
     }
 
+    &.current:not(.disabled) div {
+      border-radius: 24px;
+      margin-left: 3px;
+      margin-right: 3px;
+    }
+
     &.current:not(.disabled) .cell {
-      color: getCssVar('datepicker-active-color');
+      color: $color-white;
+      background-color: getCssVar('datepicker-active-color');
     }
 
     &:focus-visible {
       outline: none;
       .cell {
         outline: 2px solid getCssVar('datepicker-active-color');
+        outline-offset: 1px;
       }
     }
   }

+ 2 - 0
public/plugins/element-plus/theme-chalk/src/index.scss

@@ -104,3 +104,5 @@
 @use './option-group.scss';
 @use './statistic.scss';
 @use './tour.scss';
+@use './anchor.scss';
+@use './anchor-link.scss';

+ 4 - 0
public/plugins/element-plus/theme-chalk/src/input.scss

@@ -464,3 +464,7 @@
     }
   }
 }
+
+@include b(input-hidden) {
+  display: none !important;
+}

+ 1 - 14
public/plugins/element-plus/theme-chalk/src/message.scss

@@ -23,17 +23,12 @@
   padding: getCssVar('message', 'padding');
   display: flex;
   align-items: center;
+  gap: 8px;
 
   @include when(center) {
     justify-content: center;
   }
 
-  @include when(closable) {
-    .#{$namespace}-message__content {
-      padding-right: 31px;
-    }
-  }
-
   p {
     margin: 0;
   }
@@ -61,10 +56,6 @@
     }
   }
 
-  @include e(icon) {
-    margin-right: 10px;
-  }
-
   .#{$namespace}-message__badge {
     position: absolute;
     top: -8px;
@@ -81,10 +72,6 @@
   }
 
   & .#{$namespace}-message__closeBtn {
-    position: absolute;
-    top: 50%;
-    right: 19px;
-    transform: translateY(-50%);
     cursor: pointer;
     color: getCssVar('message', 'close-icon-color');
     font-size: getCssVar('message', 'close-size');

+ 4 - 0
public/plugins/element-plus/theme-chalk/src/select.scss

@@ -72,6 +72,10 @@
         @include mixed-input-border(#{getCssVar('input-focus-border-color')});
       }
 
+      @include e(selected-item) {
+        color: getCssVar('select-disabled-color');
+      }
+
       @include e(caret) {
         cursor: not-allowed;
       }

+ 0 - 0
public/plugins/element-plus/v2.5.6 → public/plugins/element-plus/v2.6.1


+ 45 - 31
yarn.lock

@@ -1225,18 +1225,31 @@ archiver-utils@^5.0.0:
     normalize-path "^3.0.0"
     readable-stream "^3.6.0"
 
-archiver@^7.0.0:
-  version "7.0.0"
-  resolved "http://39.108.216.210:9000/archiver/-/archiver-7.0.0.tgz#06802fffa0c00afe4628119d2752cc7b70e1e6e6"
-  integrity sha512-R9HM9egs8FfktSqUqyjlKmvF4U+CWNqm/2tlROV+lOFg79MLdT67ae1l3hU47pGy8twSXxHoiefMCh43w0BriQ==
+archiver-utils@^5.0.2:
+  version "5.0.2"
+  resolved "http://39.108.216.210:9000/archiver-utils/-/archiver-utils-5.0.2.tgz#63bc719d951803efc72cf961a56ef810760dd14d"
+  integrity sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==
   dependencies:
-    archiver-utils "^5.0.0"
+    glob "^10.0.0"
+    graceful-fs "^4.2.0"
+    is-stream "^2.0.1"
+    lazystream "^1.0.0"
+    lodash "^4.17.15"
+    normalize-path "^3.0.0"
+    readable-stream "^4.0.0"
+
+archiver@^7.0.1:
+  version "7.0.1"
+  resolved "http://39.108.216.210:9000/archiver/-/archiver-7.0.1.tgz#c9d91c350362040b8927379c7aa69c0655122f61"
+  integrity sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==
+  dependencies:
+    archiver-utils "^5.0.2"
     async "^3.2.4"
     buffer-crc32 "^1.0.0"
     readable-stream "^4.0.0"
     readdir-glob "^1.1.2"
     tar-stream "^3.0.0"
-    zip-stream "^6.0.0"
+    zip-stream "^6.0.1"
 
 argparse@^2.0.1:
   version "2.0.1"
@@ -1435,13 +1448,14 @@ combined-stream@^1.0.8:
   dependencies:
     delayed-stream "~1.0.0"
 
-compress-commons@^6.0.0:
-  version "6.0.0"
-  resolved "http://39.108.216.210:9000/compress-commons/-/compress-commons-6.0.0.tgz#9a89dfe2898f8b366cb2b715d6998dbd91f7332e"
-  integrity sha512-t6IJvJfBdf7ZvRENJeRFsNq9KaVOlUbQUwA9mlCR6fLa1NLVLbuLobXOKSNTjLZFms7PsqUFNwwRpQNu1go40Q==
+compress-commons@^6.0.2:
+  version "6.0.2"
+  resolved "http://39.108.216.210:9000/compress-commons/-/compress-commons-6.0.2.tgz#26d31251a66b9d6ba23a84064ecd3a6a71d2609e"
+  integrity sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==
   dependencies:
     crc-32 "^1.2.0"
-    crc32-stream "^5.0.0"
+    crc32-stream "^6.0.0"
+    is-stream "^2.0.1"
     normalize-path "^3.0.0"
     readable-stream "^4.0.0"
 
@@ -1470,13 +1484,13 @@ crc-32@^1.2.0:
   resolved "http://39.108.216.210:9000/crc-32/-/crc-32-1.2.2.tgz#3cad35a934b8bf71f25ca524b6da51fb7eace2ff"
   integrity sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==
 
-crc32-stream@^5.0.0:
-  version "5.0.0"
-  resolved "http://39.108.216.210:9000/crc32-stream/-/crc32-stream-5.0.0.tgz#a97d3a802c8687f101c27cc17ca5253327354720"
-  integrity sha512-B0EPa1UK+qnpBZpG+7FgPCu0J2ETLpXq09o9BkLkEAhdB6Z61Qo4pJ3JYu0c+Qi+/SAL7QThqnzS06pmSSyZaw==
+crc32-stream@^6.0.0:
+  version "6.0.0"
+  resolved "http://39.108.216.210:9000/crc32-stream/-/crc32-stream-6.0.0.tgz#8529a3868f8b27abb915f6c3617c0fadedbf9430"
+  integrity sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==
   dependencies:
     crc-32 "^1.2.0"
-    readable-stream "^3.4.0"
+    readable-stream "^4.0.0"
 
 cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
   version "7.0.3"
@@ -1579,10 +1593,10 @@ electron-to-chromium@^1.4.668:
   resolved "http://39.108.216.210:9000/electron-to-chromium/-/electron-to-chromium-1.4.685.tgz#3ce988e4dfbb3aa984840394b1d7064c01ad74c1"
   integrity sha512-yDYeobbTEe4TNooEzOQO6xFqg9XnAkVy2Lod1C1B2it8u47JNLYvl9nLDWBamqUakWB8Jc1hhS1uHUNYTNQdfw==
 
-element-plus@2.6.0:
-  version "2.6.0"
-  resolved "http://39.108.216.210:9000/element-plus/-/element-plus-2.6.0.tgz#bba8707780ee4612f8fc05f397e2b8b71510ec62"
-  integrity sha512-MP+N48P+diyndR+GjY+0VOrUmFnajD4U0CkrXIMzmeRmq4+dwi0bdzVo587v4wDo9Hs+ggviyacqm3NS8JYVqw==
+element-plus@2.6.1:
+  version "2.6.1"
+  resolved "http://39.108.216.210:9000/element-plus/-/element-plus-2.6.1.tgz#d65a45d2b01cd8566fad6573e995ed40d6d406a4"
+  integrity sha512-6VRpLjwtIVdtUuITJPPKtpOH1NM6nuAkRE3q5O4Lrx0N1bYMhTkiqb2Jy7zfQuDPbOIkkF2OABTzegpNnzgsnQ==
   dependencies:
     "@ctrl/tinycolor" "^3.4.1"
     "@element-plus/icons-vue" "^2.3.1"
@@ -2001,10 +2015,10 @@ has-flag@^4.0.0:
   resolved "http://39.108.216.210:9000/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
   integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
 
-hc-vue3-ui@^3.2.3:
-  version "3.2.3"
-  resolved "http://39.108.216.210:9000/hc-vue3-ui/-/hc-vue3-ui-3.2.3.tgz#b3e5139ebbf3bab0cd15c41f3693a078146e4283"
-  integrity sha512-TWWYd1PbEkvHqDmL+TRoknbX6hRekHqe5TbHYiYg52FPLE2RrSKXUDB0IVMGztAekPgpqqPZ46Yr6Pgo0ps8Eg==
+hc-vue3-ui@^3.2.4:
+  version "3.2.4"
+  resolved "http://39.108.216.210:9000/hc-vue3-ui/-/hc-vue3-ui-3.2.4.tgz#a4e2696ead7ffaa96540ed2552b2d06f9aab8590"
+  integrity sha512-8LYYNMr3oL5EDC79Ud3ixLtTa0G2iQrnm/ieAqG6PVt3bCO/GSqn6ObhBoQrasBZHNGoTfH1BYERye/yOfohOA==
 
 human-signals@^2.1.0:
   version "2.1.0"
@@ -2086,7 +2100,7 @@ is-path-inside@^3.0.3:
   resolved "http://39.108.216.210:9000/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
   integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
 
-is-stream@^2.0.0:
+is-stream@^2.0.0, is-stream@^2.0.1:
   version "2.0.1"
   resolved "http://39.108.216.210:9000/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
   integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
@@ -2586,7 +2600,7 @@ readable-stream@^2.0.5:
     string_decoder "~1.1.1"
     util-deprecate "~1.0.1"
 
-readable-stream@^3.4.0, readable-stream@^3.6.0:
+readable-stream@^3.6.0:
   version "3.6.2"
   resolved "http://39.108.216.210:9000/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"
   integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
@@ -3068,13 +3082,13 @@ yocto-queue@^0.1.0:
   resolved "http://39.108.216.210:9000/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
   integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
 
-zip-stream@^6.0.0:
-  version "6.0.0"
-  resolved "http://39.108.216.210:9000/zip-stream/-/zip-stream-6.0.0.tgz#b2514478a5f37b63c823bb5c3ba0f19b20e5d98b"
-  integrity sha512-X0WFquRRDtL9HR9hc1OrabOP/VKJEX7gAr2geayt3b7dLgXgSXI6ucC4CphLQP/aQt2GyHIYgmXxtC+dVdghAQ==
+zip-stream@^6.0.1:
+  version "6.0.1"
+  resolved "http://39.108.216.210:9000/zip-stream/-/zip-stream-6.0.1.tgz#e141b930ed60ccaf5d7fa9c8260e0d1748a2bbfb"
+  integrity sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==
   dependencies:
     archiver-utils "^5.0.0"
-    compress-commons "^6.0.0"
+    compress-commons "^6.0.2"
     readable-stream "^4.0.0"
 
 zrender@5.5.0:

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio