@wfrog/vc-ui 1.9.4 → 1.9.6

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 (31) hide show
  1. package/dist/es/components/dialog/dialog.d.ts +2 -1
  2. package/dist/es/components/dialog/dialog.mjs +16 -13
  3. package/dist/es/components/dialog/dialog.vue.d.ts +2 -1
  4. package/dist/es/components/dialog/index.css +24 -27
  5. package/dist/es/components/document.vue.d.ts +14 -0
  6. package/dist/es/components/example-wrapper.vue.d.ts +19 -0
  7. package/dist/es/components/explorer-container/explorer-container.mjs +12 -7
  8. package/dist/es/components/explorer-container/index.css +7 -4
  9. package/dist/es/components/explorer-form/explorer-form.mjs +18 -10
  10. package/dist/es/components/explorer-form/index.css +17 -6
  11. package/dist/es/components/explorer-list/explorer-list.mjs +19 -13
  12. package/dist/es/components/explorer-list/index.css +15 -12
  13. package/dist/es/components/explorer-modal-form/explorer-modal-form.mjs +10 -4
  14. package/dist/es/components/explorer-modal-form/index.css +9 -1
  15. package/dist/es/components/explorer-tree/explorer-tree.mjs +18 -12
  16. package/dist/es/components/explorer-tree/index.css +18 -15
  17. package/dist/es/components/icon-picker/components/collections.vue.d.ts +4 -21
  18. package/dist/es/components/icon-picker/icon-picker.mjs +11 -11
  19. package/dist/es/components/icon-picker/index.css +16 -16
  20. package/dist/es/components/scrollbar/index.css +5 -5
  21. package/dist/es/components/scrollbar/scrollbar.d.ts +2 -3
  22. package/dist/es/components/scrollbar/scrollbar.mjs +5 -23
  23. package/dist/es/components/scrollbar/scrollbar.vue.d.ts +1 -1
  24. package/dist/es/components/splitter-panel/splitter-panel.d.ts +0 -1
  25. package/dist/es/components/splitter-panel/splitter-panel.mjs +20 -32
  26. package/dist/es/components/splitter-panel/splitter-panel.vue.d.ts +1 -4
  27. package/dist/es/components/transfer-panel/index.css +1 -1
  28. package/dist/es/components/transfer-panel/transfer-panel.mjs +5 -2
  29. package/dist/es/index.mjs +1 -1
  30. package/dist/index.css +112 -87
  31. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -227,30 +227,30 @@ div._draggable_1gadx_48 .el-upload-list__item-thumbnail {
227
227
  object-fit: contain;
228
228
  }
229
229
  /* source: src/components/dialog/dialog.vue */
230
- :root{--el-popup-modal-bg-color:var(--el-color-black);--el-popup-modal-opacity:0.5}.v-modal-enter{animation:v-modal-in var(--el-transition-duration-fast) ease}.v-modal-leave{animation:v-modal-out var(--el-transition-duration-fast) ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{background:var(--el-popup-modal-bg-color);height:100%;left:0;opacity:var(--el-popup-modal-opacity);position:fixed;top:0;width:100%}.el-popup-parent--hidden{overflow:hidden}.el-dialog{--el-dialog-width:50%;--el-dialog-margin-top:15vh;--el-dialog-bg-color:var(--el-bg-color);--el-dialog-box-shadow:var(--el-box-shadow);--el-dialog-title-font-size:var(--el-font-size-large);--el-dialog-content-font-size:14px;--el-dialog-font-line-height:var(--el-font-line-height-primary);--el-dialog-padding-primary:16px;--el-dialog-border-radius:var(--el-border-radius-base);background:var(--el-dialog-bg-color);border-radius:var(--el-dialog-border-radius);box-shadow:var(--el-dialog-box-shadow);box-sizing:border-box;margin:var(--el-dialog-margin-top,15vh) auto 50px;overflow-wrap:break-word;padding:var(--el-dialog-padding-primary);position:relative;width:var(--el-dialog-width,50%)}.el-dialog:focus{outline:none!important}.el-dialog.is-align-center{margin:auto}.el-dialog.is-fullscreen{--el-dialog-width:100%;--el-dialog-margin-top:0;border-radius:0;height:100%;margin-bottom:0;overflow:auto}.el-dialog__wrapper{bottom:0;left:0;margin:0;overflow:auto;position:fixed;right:0;top:0}.el-dialog.is-draggable .el-dialog__header{cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-dialog__header{padding-bottom:var(--el-dialog-padding-primary)}.el-dialog__header.show-close{padding-right:calc(var(--el-dialog-padding-primary) + var(--el-message-close-size, 16px))}.el-dialog__headerbtn{background:transparent;border:none;cursor:pointer;font-size:var(--el-message-close-size,16px);height:48px;outline:none;padding:0;position:absolute;right:0;top:0;width:48px}.el-dialog__headerbtn .el-dialog__close{color:var(--el-color-info);font-size:inherit}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:var(--el-color-primary)}.el-dialog__title{color:var(--el-text-color-primary);font-size:var(--el-dialog-title-font-size);line-height:var(--el-dialog-font-line-height)}.el-dialog__body{color:var(--el-text-color-regular);font-size:var(--el-dialog-content-font-size)}.el-dialog__footer{box-sizing:border-box;padding-top:var(--el-dialog-padding-primary);text-align:right}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial}.el-dialog--center .el-dialog__footer{text-align:inherit}.el-modal-dialog.is-penetrable{pointer-events:none}.el-modal-dialog.is-penetrable .el-dialog{pointer-events:auto}.el-overlay-dialog{bottom:0;left:0;overflow:auto;position:fixed;right:0;top:0}.el-overlay-dialog.is-closing .el-dialog{pointer-events:none}.dialog-fade-enter-active{animation:modal-fade-in var(--el-transition-duration)}.dialog-fade-enter-active .el-overlay-dialog{animation:dialog-fade-in var(--el-transition-duration)}.dialog-fade-leave-active{animation:modal-fade-out var(--el-transition-duration)}.dialog-fade-leave-active .el-overlay-dialog{animation:dialog-fade-out var(--el-transition-duration)}@keyframes dialog-fade-in{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes dialog-fade-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}div._main_15a30_1 {
230
+ :root{--el-popup-modal-bg-color:var(--el-color-black);--el-popup-modal-opacity:0.5}.v-modal-enter{animation:v-modal-in var(--el-transition-duration-fast) ease}.v-modal-leave{animation:v-modal-out var(--el-transition-duration-fast) ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{to{opacity:0}}.v-modal{background:var(--el-popup-modal-bg-color);height:100%;left:0;opacity:var(--el-popup-modal-opacity);position:fixed;top:0;width:100%}.el-popup-parent--hidden{overflow:hidden}.el-dialog{--el-dialog-width:50%;--el-dialog-margin-top:15vh;--el-dialog-bg-color:var(--el-bg-color);--el-dialog-box-shadow:var(--el-box-shadow);--el-dialog-title-font-size:var(--el-font-size-large);--el-dialog-content-font-size:14px;--el-dialog-font-line-height:var(--el-font-line-height-primary);--el-dialog-padding-primary:16px;--el-dialog-border-radius:var(--el-border-radius-base);background:var(--el-dialog-bg-color);border-radius:var(--el-dialog-border-radius);box-shadow:var(--el-dialog-box-shadow);box-sizing:border-box;margin:var(--el-dialog-margin-top,15vh) auto 50px;overflow-wrap:break-word;padding:var(--el-dialog-padding-primary);position:relative;width:var(--el-dialog-width,50%)}.el-dialog:focus{outline:none!important}.el-dialog.is-align-center{margin:auto}.el-dialog.is-fullscreen{--el-dialog-width:100%;--el-dialog-margin-top:0;border-radius:0;height:100%;margin-bottom:0;overflow:auto}.el-dialog__wrapper{bottom:0;left:0;margin:0;overflow:auto;position:fixed;right:0;top:0}.el-dialog.is-draggable .el-dialog__header{cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.el-dialog__header{padding-bottom:var(--el-dialog-padding-primary)}.el-dialog__header.show-close{padding-right:calc(var(--el-dialog-padding-primary) + var(--el-message-close-size, 16px))}.el-dialog__headerbtn{background:transparent;border:none;cursor:pointer;font-size:var(--el-message-close-size,16px);height:48px;outline:none;padding:0;position:absolute;right:0;top:0;width:48px}.el-dialog__headerbtn .el-dialog__close{color:var(--el-color-info);font-size:inherit}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:var(--el-color-primary)}.el-dialog__title{color:var(--el-text-color-primary);font-size:var(--el-dialog-title-font-size);line-height:var(--el-dialog-font-line-height)}.el-dialog__body{color:var(--el-text-color-regular);font-size:var(--el-dialog-content-font-size)}.el-dialog__footer{box-sizing:border-box;padding-top:var(--el-dialog-padding-primary);text-align:right}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial}.el-dialog--center .el-dialog__footer{text-align:inherit}.el-modal-dialog.is-penetrable{pointer-events:none}.el-modal-dialog.is-penetrable .el-dialog{pointer-events:auto}.el-overlay-dialog{bottom:0;left:0;overflow:auto;position:fixed;right:0;top:0}.el-overlay-dialog.is-closing .el-dialog{pointer-events:none}.dialog-fade-enter-active{animation:modal-fade-in var(--el-transition-duration)}.dialog-fade-enter-active .el-overlay-dialog{animation:dialog-fade-in var(--el-transition-duration)}.dialog-fade-leave-active{animation:modal-fade-out var(--el-transition-duration)}.dialog-fade-leave-active .el-overlay-dialog{animation:dialog-fade-out var(--el-transition-duration)}@keyframes dialog-fade-in{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes dialog-fade-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}div._main_k37nc_1 {
231
231
  --el-dialog-padding-primary: 0;
232
232
  display: flex;
233
233
  flex-direction: column;
234
234
  }
235
- div._main_15a30_1 .el-dialog__header {
235
+ div._main_k37nc_1 .el-dialog__header {
236
236
  padding: 8px 16px;
237
237
  margin-right: 0;
238
238
  border-bottom: 1px solid var(--el-border-color-light);
239
239
  }
240
- div._main_15a30_1 .el-dialog__body {
240
+ div._main_k37nc_1 .el-dialog__body {
241
241
  flex-grow: 1;
242
- padding: 0;
242
+ padding: var(--vc-dialog-padding);
243
243
  display: flex;
244
244
  flex-direction: column;
245
245
  }
246
- div._main_15a30_1 .el-dialog__footer {
246
+ div._main_k37nc_1 .el-dialog__footer {
247
247
  padding: 8px 16px;
248
248
  border-top: 1px solid var(--el-border-color-light);
249
249
  }
250
- div._main_15a30_1 > .el-dialog__body > .el-scrollbar {
250
+ div._main_k37nc_1 > .el-dialog__body > .el-scrollbar {
251
251
  position: relative;
252
252
  }
253
- div._main_15a30_1 > .el-dialog__body > .el-scrollbar::before {
253
+ div._main_k37nc_1 > .el-dialog__body > .el-scrollbar::before {
254
254
  content: "";
255
255
  position: absolute;
256
256
  top: 0;
@@ -258,11 +258,11 @@ div._main_15a30_1 > .el-dialog__body > .el-scrollbar::before {
258
258
  width: calc(100% - 8px);
259
259
  height: 100%;
260
260
  background: var(--el-bg-color);
261
- height: 16px;
261
+ height: 12px;
262
262
  z-index: 3;
263
- display: none;
263
+ display: var(--vc-dialog-boxPadding);
264
264
  }
265
- div._main_15a30_1 > .el-dialog__body > .el-scrollbar::after {
265
+ div._main_k37nc_1 > .el-dialog__body > .el-scrollbar::after {
266
266
  content: "";
267
267
  position: absolute;
268
268
  bottom: 0;
@@ -270,48 +270,45 @@ div._main_15a30_1 > .el-dialog__body > .el-scrollbar::after {
270
270
  width: calc(100% - 8px);
271
271
  height: 100%;
272
272
  background: var(--el-bg-color);
273
- height: 16px;
273
+ height: 12px;
274
274
  z-index: 3;
275
- display: none;
275
+ display: var(--vc-dialog-boxPadding);
276
276
  }
277
- div._main_15a30_1 ._header_15a30_48 h4 {
277
+ div._main_k37nc_1 ._header_k37nc_48 h4 {
278
278
  font-size: 1.2em;
279
279
  font-weight: 600;
280
280
  line-height: 1;
281
281
  }
282
- div._main_15a30_1 ._header_15a30_48 {
282
+ div._main_k37nc_1 ._header_k37nc_48 {
283
283
  line-height: 1;
284
284
  }
285
- ._box-padding_15a30_57 > .el-dialog__body > .el-scrollbar {
285
+ ._box-padding_k37nc_57 > .el-dialog__body > .el-scrollbar {
286
286
  position: relative;
287
287
  }
288
- ._box-padding_15a30_57 > .el-dialog__body > .el-scrollbar::before {
289
- display: "block";
288
+ ._box-padding_k37nc_57 > .el-dialog__body > .el-scrollbar::before {
289
+ display: block;
290
290
  }
291
- ._box-padding_15a30_57 > .el-dialog__body > .el-scrollbar::after {
292
- display: "block";
291
+ ._box-padding_k37nc_57 > .el-dialog__body > .el-scrollbar::after {
292
+ display: block;
293
293
  }
294
- ._header_15a30_48 {
294
+ ._header_k37nc_48 {
295
295
  display: flex;
296
296
  flex-direction: row;
297
297
  justify-content: space-between;
298
298
  }
299
- ._header_15a30_48 h4 {
299
+ ._header_k37nc_48 h4 {
300
300
  padding: 0;
301
301
  margin: 0 !important;
302
302
  }
303
- ._title_15a30_77 {
303
+ ._title_k37nc_77 {
304
304
  display: flex;
305
305
  align-items: center;
306
306
  }
307
- ._scrollbar-view_15a30_82 {
308
- padding: 16px;
309
- }
310
- ._buttons_15a30_86 {
307
+ ._buttons_k37nc_82 {
311
308
  display: flex;
312
309
  column-gap: 8px;
313
310
  }
314
- ._buttons_15a30_86 button._icon-button_15a30_90 {
311
+ ._buttons_k37nc_82 button._icon-button_k37nc_86 {
315
312
  padding: 8px;
316
313
  font-size: 1.2em;
317
314
  border: 0;
@@ -605,13 +602,13 @@ div._main_15a30_1 ._header_15a30_48 {
605
602
  padding: 0 11px !important;
606
603
  }
607
604
  /* source: src/components/explorer-container/explorer-container.vue */
608
- ._explorer-container_4odhg_1 {
605
+ ._explorer-container_1xzxe_1 {
609
606
  display: flex;
610
607
  flex-direction: column;
611
608
  flex-grow: 1;
612
609
  height: 100px;
613
610
  }
614
- ._header_4odhg_8 {
611
+ ._header_1xzxe_8 {
615
612
  display: flex;
616
613
  align-items: center;
617
614
  justify-content: space-between;
@@ -624,14 +621,17 @@ div._main_15a30_1 ._header_15a30_48 {
624
621
  flex-wrap: wrap;
625
622
  row-gap: 8px;
626
623
  }
627
- ._header-container_4odhg_22 {
624
+ ._header-container_1xzxe_22 {
628
625
  font-size: var(--el-font-size-medium);
629
626
  }
630
- ._icon_4odhg_26 {
627
+ ._icon_1xzxe_26 {
631
628
  margin-right: 4px;
632
629
  font-size: 1.1em;
633
630
  transform: translateY(1px);
634
631
  }
632
+ ._scrollbar_1xzxe_32 {
633
+ margin: 0 -8px;
634
+ }
635
635
  /* source: src/components/explorer-filter/explorer-filter.vue */
636
636
  ._explorer-filter_1l5g5_1 {
637
637
  padding-bottom: var(--b224534e);
@@ -647,13 +647,13 @@ div._main_15a30_1 ._header_15a30_48 {
647
647
  padding-top: var(--v42199fad);
648
648
  }
649
649
  /* source: src/components/explorer-form/explorer-form.vue */
650
- ._explorer-form_2wrpk_1 {
650
+ ._explorer-form_1gcms_1 {
651
651
  display: flex;
652
652
  flex-direction: column;
653
653
  flex-grow: 1;
654
654
  height: 100px;
655
655
  }
656
- ._header_2wrpk_8 {
656
+ ._header_1gcms_8 {
657
657
  display: flex;
658
658
  align-items: center;
659
659
  justify-content: space-between;
@@ -665,24 +665,35 @@ div._main_15a30_1 ._header_15a30_48 {
665
665
  flex-wrap: wrap;
666
666
  row-gap: 8px;
667
667
  }
668
- ._header-container_2wrpk_21 {
668
+ ._header-container_1gcms_21 {
669
669
  font-size: var(--el-font-size-medium);
670
670
  }
671
- ._icon_2wrpk_25 {
671
+ ._icon_1gcms_25 {
672
672
  margin-right: 4px;
673
673
  font-size: var(--el-font-size-extra-large);
674
674
  transform: translateY(1px);
675
675
  }
676
- ._actions_2wrpk_31 {
676
+ ._actions_1gcms_31 {
677
677
  display: flex;
678
678
  align-items: center;
679
679
  gap: 8px;
680
680
  }
681
- ._actions_2wrpk_31 .el-button {
681
+ ._actions_1gcms_31 .el-button {
682
682
  margin-left: 0 !important;
683
683
  }
684
+ ._form_1gcms_40 {
685
+ display: flex;
686
+ flex-grow: 1;
687
+ align-items: flex-start;
688
+ }
689
+ ._form_1gcms_40 > .el-row {
690
+ flex-grow: 1;
691
+ }
692
+ ._scrollbar_1gcms_49 {
693
+ margin: 0 -8px;
694
+ }
684
695
  /* source: src/components/explorer-list/explorer-list.vue */
685
- ._item_1xqvz_1 {
696
+ ._item_1xtjk_1 {
686
697
  padding: 4px 8px;
687
698
  cursor: pointer;
688
699
  display: flex;
@@ -694,53 +705,64 @@ div._main_15a30_1 ._header_15a30_48 {
694
705
  box-sizing: border-box;
695
706
  line-height: 1;
696
707
  }
697
- ._item_1xqvz_1:hover {
708
+ ._item_1xtjk_1:hover {
698
709
  background-color: var(--el-color-primary-light-9);
699
710
  }
700
- ._item_1xqvz_1:hover ._actions_1xqvz_16 {
711
+ ._item_1xtjk_1:hover ._actions_1xtjk_16 {
701
712
  display: inline-flex;
702
713
  align-items: flex-start;
703
714
  }
704
- ._item_1xqvz_1._active_1xqvz_20 {
715
+ ._item_1xtjk_1._active_1xtjk_20 {
705
716
  color: var(--el-color-primary);
706
717
  background-color: var(--el-color-primary-light-9);
707
718
  }
708
- ._label_1xqvz_25 {
719
+ ._label_1xtjk_25 {
709
720
  overflow: hidden;
710
721
  text-overflow: ellipsis;
711
722
  white-space: nowrap;
712
723
  }
713
- ._icon_1xqvz_31 {
724
+ ._icon_1xtjk_31 {
714
725
  margin-right: 4px;
715
726
  }
716
- ._actions_1xqvz_16 {
727
+ ._actions_1xtjk_16 {
717
728
  display: none;
718
729
  column-gap: 4px;
719
730
  }
720
- ._actions_1xqvz_16 > button {
731
+ ._actions_1xtjk_16 > button {
721
732
  margin-left: 0 !important;
722
733
  font-size: 1.2em;
723
734
  border: 1px solid var(--el-border-color-light) !important;
724
735
  }
725
- ._actions_1xqvz_16 > button:hover {
736
+ ._actions_1xtjk_16 > button:hover {
726
737
  border-color: var(--el-border-color-dark) !important;
727
738
  }
728
- ._remove_1xqvz_48 {
739
+ ._remove_1xtjk_48 {
729
740
  transform: translateY(-1px);
730
741
  }
731
- ._empty_1xqvz_52,
732
- ._loading_1xqvz_53 {
742
+ ._empty_1xtjk_52,
743
+ ._loading_1xtjk_53 {
733
744
  padding: 4px 8px;
734
745
  display: flex;
735
746
  align-items: center;
736
747
  column-gap: 4px;
737
748
  color: var(--el-text-color-secondary);
738
749
  }
750
+ ._scrollbar_1xtjk_61 {
751
+ margin: 0 -8px;
752
+ }
739
753
  /* source: src/components/explorer-modal-form/explorer-modal-form.vue */
740
- ._icon_ygryy_1 {
754
+ ._icon_1g5hj_1 {
741
755
  margin-right: 4px;
742
756
  font-size: var(--el-font-size-extra-large);
743
757
  }
758
+ ._form_1g5hj_6 {
759
+ display: flex;
760
+ flex-grow: 1;
761
+ align-items: flex-start;
762
+ }
763
+ ._form_1g5hj_6 > .el-row {
764
+ flex-grow: 1;
765
+ }
744
766
  /* source: src/components/explorer-panel/explorer-panel.vue */
745
767
  ._panel_1egb6_1 {
746
768
  display: flex;
@@ -875,32 +897,32 @@ div._table_1atwb_7 .el-table__column-resize-proxy {
875
897
  z-index: 9999 !important;
876
898
  }
877
899
  /* source: src/components/explorer-tree/explorer-tree.vue */
878
- ._tree_137vu_1 .el-tree-node__content {
900
+ ._tree_4juik_1 .el-tree-node__content {
879
901
  display: flex;
880
902
  align-items: center;
881
903
  }
882
- ._tree_137vu_1 .el-tree-node__content:hover {
904
+ ._tree_4juik_1 .el-tree-node__content:hover {
883
905
  background-color: var(--el-color-primary-light-9);
884
906
  }
885
- ._tree_137vu_1 .el-tree-node__content:hover .vc-actions {
907
+ ._tree_4juik_1 .el-tree-node__content:hover .vc-actions {
886
908
  display: inline-flex;
887
909
  }
888
- ._tree_137vu_1 .el-tree-node:focus > .el-tree-node__content {
910
+ ._tree_4juik_1 .el-tree-node:focus > .el-tree-node__content {
889
911
  background-color: var(--el-color-primary-light-9);
890
912
  }
891
- ._tree_137vu_1 .is-current > .el-tree-node__content {
913
+ ._tree_4juik_1 .is-current > .el-tree-node__content {
892
914
  color: var(--el-color-primary);
893
915
  background-color: var(--el-color-primary-light-9);
894
916
  }
895
- ._tree_137vu_1 .el-tree__empty-block {
917
+ ._tree_4juik_1 .el-tree__empty-block {
896
918
  text-align: left;
897
919
  min-height: unset;
898
920
  padding: 4px 8px;
899
921
  }
900
- ._tree_137vu_1 .el-tree__empty-text {
922
+ ._tree_4juik_1 .el-tree__empty-text {
901
923
  position: static;
902
924
  }
903
- ._node_137vu_27 {
925
+ ._node_4juik_27 {
904
926
  display: flex;
905
927
  justify-content: space-between;
906
928
  align-items: center;
@@ -909,37 +931,40 @@ div._table_1atwb_7 .el-table__column-resize-proxy {
909
931
  box-sizing: border-box;
910
932
  width: 100px;
911
933
  }
912
- ._label_137vu_37 {
934
+ ._label_4juik_37 {
913
935
  overflow: hidden;
914
936
  text-overflow: ellipsis;
915
937
  white-space: nowrap;
916
938
  transform: translateY(-1px);
917
939
  }
918
- ._icon_137vu_44 {
940
+ ._icon_4juik_44 {
919
941
  margin-right: 4px;
920
942
  }
921
- ._actions_137vu_48 {
943
+ ._actions_4juik_48 {
922
944
  display: none;
923
945
  column-gap: 4px;
924
946
  }
925
- ._actions_137vu_48 > button {
947
+ ._actions_4juik_48 > button {
926
948
  margin-left: 0 !important;
927
949
  font-size: 1.2em;
928
950
  border: 1px solid var(--el-border-color-light) !important;
929
951
  }
930
- ._actions_137vu_48 > button:hover {
952
+ ._actions_4juik_48 > button:hover {
931
953
  border-color: var(--el-border-color-dark) !important;
932
954
  }
933
- ._remove_137vu_61 {
955
+ ._remove_4juik_61 {
934
956
  transform: translateY(-1px);
935
957
  }
936
- ._loading_137vu_65 {
958
+ ._loading_4juik_65 {
937
959
  padding: 4px 8px;
938
960
  display: flex;
939
961
  align-items: center;
940
962
  column-gap: 4px;
941
963
  color: var(--el-text-color-secondary);
942
964
  }
965
+ ._scrollbar_4juik_73 {
966
+ margin: 0 -8px;
967
+ }
943
968
  /* source: src/components/explorer/explorer.vue */
944
969
  ._explorer_115yz_1 {
945
970
  border: 1px solid var(--el-border-color-lighter);
@@ -1000,55 +1025,55 @@ div._table_1atwb_7 .el-table__column-resize-proxy {
1000
1025
  font-size: 24px;
1001
1026
  display: flex;
1002
1027
  column-gap: 4px;
1003
- }._panel_1f8df_1 {
1028
+ }._panel_13zo4_1 {
1004
1029
  position: relative;
1005
1030
  }
1006
- ._wrapper_1f8df_5 {
1031
+ ._wrapper_13zo4_5 {
1007
1032
  background-color: var(--el-popover-bg-color);
1008
1033
  position: relative;
1009
1034
  z-index: 5;
1010
1035
  }
1011
- ._search-input_1f8df_11 .el-input-group__prepend {
1036
+ ._search-input_13zo4_11 .el-input-group__prepend {
1012
1037
  padding: 0 16px;
1013
1038
  }
1014
- button._collections-button_1f8df_15 {
1039
+ button._collections-button_13zo4_15 {
1015
1040
  padding: 0;
1016
1041
  width: 50px;
1017
1042
  display: inline-flex !important;
1018
1043
  justify-content: center;
1019
1044
  align-items: center;
1020
1045
  }
1021
- button._collections-button_1f8df_15:hover .el-icon {
1046
+ button._collections-button_13zo4_15:hover .el-icon {
1022
1047
  color: var(--el-color-primary);
1023
1048
  }
1024
- button._collections-button_1f8df_15 .el-icon {
1049
+ button._collections-button_13zo4_15 .el-icon {
1025
1050
  font-size: 24px;
1026
1051
  transition: color 0.3s;
1027
1052
  }
1028
- ._collections-wrapper_1f8df_30 {
1053
+ ._collections-wrapper_13zo4_30 {
1029
1054
  position: absolute;
1030
1055
  top: -13px;
1031
1056
  left: 0;
1032
1057
  bottom: -13px;
1033
1058
  width: 200px;
1034
1059
  background-color: var(--el-popover-bg-color);
1035
- padding: 12px;
1060
+ padding: 12px 2px;
1036
1061
  z-index: 3;
1037
1062
  transition: left 0.3s;
1038
1063
  border-radius: 4px;
1039
1064
  border: 1px solid var(--el-popover-border-color);
1040
1065
  box-sizing: border-box;
1041
1066
  }
1042
- ._collections-wrapper_1f8df_30._shadow_1f8df_44 {
1067
+ ._collections-wrapper_13zo4_30._shadow_13zo4_44 {
1043
1068
  box-shadow: var(--el-box-shadow-light);
1044
1069
  }
1045
- ._collections-wrapper_1f8df_30._visible_1f8df_47 {
1070
+ ._collections-wrapper_13zo4_30._visible_13zo4_47 {
1046
1071
  left: -212px;
1047
1072
  }
1048
- ._collections-wrapper_1f8df_30._hidden_1f8df_50 {
1073
+ ._collections-wrapper_13zo4_30._hidden_13zo4_50 {
1049
1074
  opacity: 0;
1050
1075
  }
1051
- ._container_1f8df_54 {
1076
+ ._container_13zo4_54 {
1052
1077
  list-style: none;
1053
1078
  padding: 8px 0 0;
1054
1079
  margin: 0;
@@ -1059,19 +1084,19 @@ button._collections-button_1f8df_15 .el-icon {
1059
1084
  height: 174px;
1060
1085
  font-size: 24px;
1061
1086
  }
1062
- ._container_1f8df_54 li {
1087
+ ._container_13zo4_54 li {
1063
1088
  padding: 4px;
1064
1089
  cursor: pointer;
1065
1090
  border-radius: 4px;
1066
1091
  line-height: 0;
1067
1092
  }
1068
- ._container_1f8df_54 li:hover {
1093
+ ._container_13zo4_54 li:hover {
1069
1094
  background-color: var(--el-color-primary-light-7);
1070
1095
  }
1071
- ._divider_1f8df_75 {
1096
+ ._divider_13zo4_75 {
1072
1097
  margin: 4px 0;
1073
1098
  }
1074
- ._pagination_1f8df_79 {
1099
+ ._pagination_13zo4_79 {
1075
1100
  justify-content: center;
1076
1101
  }._input_yhkzo_1 .el-input-group__prepend {
1077
1102
  padding: 0 4px;
@@ -1285,23 +1310,23 @@ div._input_1vcoq_1._block_1vcoq_5 {
1285
1310
  fill: currentcolor;
1286
1311
  }
1287
1312
  /* source: src/components/scrollbar/scrollbar.vue */
1288
- ._scrollbar_gmpp0_1 {
1313
+ ._scrollbar_edxkl_1 {
1289
1314
  display: flex;
1290
1315
  flex-direction: column;
1291
1316
  flex-grow: 1;
1292
1317
  }
1293
- ._scrollbar_gmpp0_1 > .el-scrollbar__wrap {
1318
+ ._scrollbar_edxkl_1 > .el-scrollbar__wrap {
1294
1319
  flex-grow: 1;
1295
1320
  flex-direction: column;
1296
1321
  display: flex;
1297
1322
  }
1298
- ._scrollbar_gmpp0_1 > .el-scrollbar__wrap > .el-scrollbar__view {
1323
+ ._scrollbar_edxkl_1 > .el-scrollbar__wrap > .el-scrollbar__view {
1299
1324
  display: flex;
1300
1325
  flex-direction: column;
1301
1326
  flex-grow: 1;
1302
- padding: var(--v7f324ab6);
1327
+ margin: var(--v157bc9f4);
1303
1328
  }
1304
- ._fill-height_gmpp0_18 {
1329
+ ._fill-height_edxkl_18 {
1305
1330
  height: 10px;
1306
1331
  }
1307
1332
  /* source: src/components/select/select.vue */
@@ -1522,7 +1547,7 @@ span._draggable_1tp7v_5 > * {
1522
1547
  padding: 4px;
1523
1548
  position: relative;
1524
1549
  row-gap: 4px;
1525
- width: var(--v4db18f20);
1550
+ width: var(--v39e6fbe3);
1526
1551
  }
1527
1552
  ._item_ipfuy_10 {
1528
1553
  padding: 4px 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wfrog/vc-ui",
3
- "version": "1.9.4",
3
+ "version": "1.9.6",
4
4
  "packageManager": "pnpm@10.20.0",
5
5
  "description": "vue3 组件库 vc-ui",
6
6
  "author": "wellfrog",