@wfrog/vc-ui 1.4.0 → 1.5.1
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/es/components/dialog/dialog.mjs +1 -1
- package/dist/es/components/dialog/dialog.vue.d.ts +1 -0
- package/dist/es/components/drag-verify/drag-verify.vue.d.ts +1 -1
- package/dist/es/components/explorer/explorer.d.ts +1 -1
- package/dist/es/components/explorer/explorer.mjs +4 -4
- package/dist/es/components/explorer-container/explorer-container.d.ts +5 -0
- package/dist/es/components/explorer-container/explorer-container.mjs +76 -0
- package/dist/es/components/explorer-container/explorer-container.vue.d.ts +23 -0
- package/dist/es/components/explorer-container/index.css +26 -0
- package/dist/es/components/explorer-container/index.d.ts +4 -0
- package/dist/es/components/explorer-container/index.mjs +6 -0
- package/dist/es/components/explorer-filter/explorer-filter.mjs +2 -2
- package/dist/es/components/explorer-footer/explorer-footer.mjs +2 -2
- package/dist/es/components/explorer-form/explorer-form.d.ts +19 -0
- package/dist/es/components/explorer-form/explorer-form.mjs +174 -0
- package/dist/es/components/explorer-form/explorer-form.vue.d.ts +33 -0
- package/dist/es/components/explorer-form/index.css +33 -0
- package/dist/es/components/explorer-form/index.d.ts +4 -0
- package/dist/es/components/explorer-form/index.mjs +6 -0
- package/dist/es/components/explorer-list/explorer-list.mjs +19 -11
- package/dist/es/components/explorer-list/explorer-list.vue.d.ts +3 -1
- package/dist/es/components/explorer-list/index.css +14 -10
- package/dist/es/components/explorer-panel/explorer-panel.mjs +2 -2
- package/dist/es/components/explorer-query/explorer-query.mjs +10 -10
- package/dist/es/components/explorer-query/explorer-query.vue.d.ts +4 -4
- package/dist/es/components/explorer-query/index.css +14 -10
- package/dist/es/components/explorer-table/explorer-table.mjs +2 -2
- package/dist/es/components/explorer-tools/explorer-tools.mjs +7 -7
- package/dist/es/components/explorer-tools/index.css +8 -8
- package/dist/es/components/explorer-tree/explorer-tree.mjs +19 -10
- package/dist/es/components/explorer-tree/explorer-tree.vue.d.ts +1009 -1
- package/dist/es/components/explorer-tree/index.css +15 -12
- package/dist/es/components/icon/icon.mjs +4 -3
- package/dist/es/components/icon-picker/components/collections.vue.d.ts +10 -10
- package/dist/es/components/icon-picker/icon-picker.mjs +2 -2
- package/dist/es/components/iconify-icon/iconify-icon.mjs +2 -2
- package/dist/es/components/image/image.mjs +2 -2
- package/dist/es/components/image/image.vue.d.ts +2 -2
- package/dist/es/components/input/input.mjs +2 -2
- package/dist/es/components/input/input.vue.d.ts +3 -3
- package/dist/es/components/input-number/input-number.mjs +2 -2
- package/dist/es/components/pca-picker/pca-picker.mjs +2 -2
- package/dist/es/components/pca-picker/pca-picker.vue.d.ts +3 -3
- package/dist/es/components/screenfull/screenfull.mjs +2 -2
- package/dist/es/components/scrollbar/index.css +1 -1
- package/dist/es/components/scrollbar/scrollbar.mjs +5 -4
- package/dist/es/components/scrollbar/scrollbar.vue.d.ts +9 -9
- package/dist/es/components/select/select.mjs +2 -2
- package/dist/es/components/single-player/single-player.mjs +2 -2
- package/dist/es/components/splitter-panel/splitter-panel.mjs +2 -2
- package/dist/es/components/svg-icon/svg-icon.mjs +2 -2
- package/dist/es/components/switch/switch.mjs +2 -2
- package/dist/es/components/sync-scroll-container/sync-scroll-container.mjs +2 -2
- package/dist/es/components/tags/tags.mjs +2 -2
- package/dist/es/components/text-ellipsis/text-ellipsis.mjs +2 -2
- package/dist/es/components/thousand-input/thousand-input.mjs +2 -2
- package/dist/es/components/thousand-input/thousand-input.vue.d.ts +6 -6
- package/dist/es/components/tinymce/tinymce.mjs +2 -2
- package/dist/es/components/tinymce/tinymce.vue.d.ts +2 -2
- package/dist/es/components/tree-picker/tree-picker.mjs +2 -2
- package/dist/es/components/tree-picker/tree-picker.vue.d.ts +3 -3
- package/dist/es/components/upload-file/upload-file.mjs +2 -2
- package/dist/es/index.d.ts +2 -0
- package/dist/es/index.mjs +39 -35
- package/dist/global.d.ts +2 -0
- package/dist/index.css +111 -41
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -576,6 +576,32 @@ div._main_m9nss_1 ._header_m9nss_48 {
|
|
|
576
576
|
._truncate_ysja6_43.el-checkbox--large {
|
|
577
577
|
padding: 0 11px !important;
|
|
578
578
|
}
|
|
579
|
+
/* source: src/components/explorer-container/explorer-container.vue */
|
|
580
|
+
._explorer-container_1sfkk_1 {
|
|
581
|
+
display: flex;
|
|
582
|
+
flex-direction: column;
|
|
583
|
+
flex-grow: 1;
|
|
584
|
+
height: 100px;
|
|
585
|
+
}
|
|
586
|
+
._header_1sfkk_8 {
|
|
587
|
+
display: flex;
|
|
588
|
+
align-items: center;
|
|
589
|
+
justify-content: space-between;
|
|
590
|
+
border-bottom: 1px solid var(--el-border-color-lighter);
|
|
591
|
+
min-height: 40px;
|
|
592
|
+
padding-bottom: 7px;
|
|
593
|
+
box-sizing: border-box;
|
|
594
|
+
margin-bottom: 8px;
|
|
595
|
+
color: var(--el-text-color-regular);
|
|
596
|
+
flex-wrap: wrap;
|
|
597
|
+
row-gap: 8px;
|
|
598
|
+
}
|
|
599
|
+
._header-container_1sfkk_22 {
|
|
600
|
+
font-size: 1.2em;
|
|
601
|
+
}
|
|
602
|
+
._icon_1sfkk_26 {
|
|
603
|
+
margin-right: 4px;
|
|
604
|
+
}
|
|
579
605
|
/* source: src/components/explorer-filter/explorer-filter.vue */
|
|
580
606
|
._explorer-filter_1l5g5_1 {
|
|
581
607
|
padding-bottom: var(--b224534e);
|
|
@@ -590,8 +616,41 @@ div._main_m9nss_1 ._header_m9nss_48 {
|
|
|
590
616
|
align-items: center;
|
|
591
617
|
padding-top: var(--v2844fd33);
|
|
592
618
|
}
|
|
619
|
+
/* source: src/components/explorer-form/explorer-form.vue */
|
|
620
|
+
._explorer-form_gacal_1 {
|
|
621
|
+
display: flex;
|
|
622
|
+
flex-direction: column;
|
|
623
|
+
flex-grow: 1;
|
|
624
|
+
height: 100px;
|
|
625
|
+
}
|
|
626
|
+
._header_gacal_8 {
|
|
627
|
+
display: flex;
|
|
628
|
+
align-items: center;
|
|
629
|
+
justify-content: space-between;
|
|
630
|
+
border-bottom: 1px solid var(--el-border-color-lighter);
|
|
631
|
+
padding-bottom: 7px;
|
|
632
|
+
box-sizing: border-box;
|
|
633
|
+
margin-bottom: 8px;
|
|
634
|
+
color: var(--el-text-color-regular);
|
|
635
|
+
flex-wrap: wrap;
|
|
636
|
+
row-gap: 8px;
|
|
637
|
+
}
|
|
638
|
+
._header-container_gacal_21 {
|
|
639
|
+
font-size: 1.2em;
|
|
640
|
+
}
|
|
641
|
+
._icon_gacal_25 {
|
|
642
|
+
margin-right: 4px;
|
|
643
|
+
}
|
|
644
|
+
._actions_gacal_29 {
|
|
645
|
+
display: flex;
|
|
646
|
+
align-items: center;
|
|
647
|
+
gap: 8px;
|
|
648
|
+
}
|
|
649
|
+
._actions_gacal_29 .el-button {
|
|
650
|
+
margin-left: 0 !important;
|
|
651
|
+
}
|
|
593
652
|
/* source: src/components/explorer-list/explorer-list.vue */
|
|
594
|
-
.
|
|
653
|
+
._item_5dblq_1 {
|
|
595
654
|
padding: 4px 8px;
|
|
596
655
|
cursor: pointer;
|
|
597
656
|
display: flex;
|
|
@@ -601,36 +660,40 @@ div._main_m9nss_1 ._header_m9nss_48 {
|
|
|
601
660
|
color: var(--el-text-color-regular);
|
|
602
661
|
min-height: 32px;
|
|
603
662
|
box-sizing: border-box;
|
|
663
|
+
line-height: 1;
|
|
604
664
|
}
|
|
605
|
-
.
|
|
665
|
+
._item_5dblq_1:hover {
|
|
606
666
|
background-color: var(--el-color-primary-light-9);
|
|
607
667
|
}
|
|
608
|
-
.
|
|
668
|
+
._item_5dblq_1:hover ._actions_5dblq_16 {
|
|
609
669
|
display: inline-flex;
|
|
610
670
|
align-items: flex-start;
|
|
611
671
|
}
|
|
612
|
-
.
|
|
672
|
+
._item_5dblq_1._active_5dblq_20 {
|
|
613
673
|
color: var(--el-color-primary);
|
|
614
674
|
background-color: var(--el-color-primary-light-9);
|
|
615
675
|
}
|
|
616
|
-
.
|
|
676
|
+
._label_5dblq_25 {
|
|
617
677
|
overflow: hidden;
|
|
618
678
|
text-overflow: ellipsis;
|
|
619
679
|
white-space: nowrap;
|
|
620
680
|
}
|
|
621
|
-
.
|
|
681
|
+
._icon_5dblq_31 {
|
|
622
682
|
margin-right: 4px;
|
|
623
683
|
}
|
|
624
|
-
.
|
|
684
|
+
._actions_5dblq_16 {
|
|
625
685
|
display: none;
|
|
626
686
|
column-gap: 4px;
|
|
627
687
|
}
|
|
628
|
-
.
|
|
688
|
+
._actions_5dblq_16 > button {
|
|
629
689
|
margin-left: 0 !important;
|
|
630
690
|
font-size: 1.2em;
|
|
631
691
|
}
|
|
632
|
-
.
|
|
633
|
-
|
|
692
|
+
._remove_5dblq_44 {
|
|
693
|
+
transform: translateY(-1px);
|
|
694
|
+
}
|
|
695
|
+
._empty_5dblq_48,
|
|
696
|
+
._loading_5dblq_49 {
|
|
634
697
|
padding: 4px 8px;
|
|
635
698
|
display: flex;
|
|
636
699
|
align-items: center;
|
|
@@ -650,40 +713,44 @@ div._main_m9nss_1 ._header_m9nss_48 {
|
|
|
650
713
|
height: 100px;
|
|
651
714
|
}
|
|
652
715
|
/* source: src/components/explorer-query/explorer-query.vue */
|
|
653
|
-
.el-form{--el-form-label-font-size:var(--el-font-size-base);--el-form-inline-content-width:220px}.el-form--inline .el-form-item{display:inline-flex;margin-right:32px;vertical-align:middle}.el-form--inline.el-form--label-top{display:flex;flex-wrap:wrap}.el-form--inline.el-form--label-top .el-form-item{display:block}._explorer-
|
|
654
|
-
padding-bottom: var(--
|
|
716
|
+
.el-form{--el-form-label-font-size:var(--el-font-size-base);--el-form-inline-content-width:220px}.el-form--inline .el-form-item{display:inline-flex;margin-right:32px;vertical-align:middle}.el-form--inline.el-form--label-top{display:flex;flex-wrap:wrap}.el-form--inline.el-form--label-top .el-form-item{display:block}._explorer-query_1a5c2_1 {
|
|
717
|
+
padding-bottom: var(--f439917e);
|
|
655
718
|
display: flex;
|
|
656
719
|
column-gap: 8px;
|
|
657
720
|
justify-content: space-between;
|
|
658
721
|
align-items: flex-start;
|
|
659
722
|
border-bottom: 1px solid var(--el-border-color-lighter);
|
|
660
723
|
}
|
|
661
|
-
._form-
|
|
662
|
-
height: var(--
|
|
724
|
+
._form-container_1a5c2_10 {
|
|
725
|
+
height: var(--v2fbb1e90);
|
|
663
726
|
overflow: hidden;
|
|
664
727
|
}
|
|
665
|
-
._form-
|
|
728
|
+
._form-container_1a5c2_10._expand_1a5c2_14 {
|
|
666
729
|
height: auto;
|
|
667
730
|
}
|
|
668
|
-
.
|
|
731
|
+
._form_1a5c2_10 {
|
|
669
732
|
display: flex;
|
|
670
733
|
flex-wrap: wrap;
|
|
671
734
|
row-gap: 8px;
|
|
672
735
|
column-gap: 24px;
|
|
673
736
|
}
|
|
674
|
-
.
|
|
737
|
+
._form_1a5c2_10 .el-form-item {
|
|
675
738
|
margin-bottom: 0;
|
|
676
739
|
margin-right: 0;
|
|
677
740
|
}
|
|
678
|
-
.
|
|
741
|
+
._more_1a5c2_29 .el-icon {
|
|
679
742
|
transition: all 0.3s;
|
|
680
743
|
}
|
|
681
|
-
.
|
|
744
|
+
._more_1a5c2_29._expand_1a5c2_14 .el-icon {
|
|
682
745
|
transform: rotate(180deg);
|
|
683
746
|
}
|
|
684
|
-
.
|
|
747
|
+
._actions_1a5c2_36 {
|
|
685
748
|
display: flex;
|
|
686
749
|
align-items: center;
|
|
750
|
+
column-gap: 8px;
|
|
751
|
+
}
|
|
752
|
+
._actions_1a5c2_36 .el-button {
|
|
753
|
+
margin-left: 0;
|
|
687
754
|
}
|
|
688
755
|
/* source: src/components/explorer-table/explorer-table.vue */
|
|
689
756
|
._explorer-table_1mn3y_1 {
|
|
@@ -722,7 +789,7 @@ div._main_m9nss_1 ._header_m9nss_48 {
|
|
|
722
789
|
}
|
|
723
790
|
._divider_971vy_21 {
|
|
724
791
|
margin: 8px 0;
|
|
725
|
-
}._explorer-
|
|
792
|
+
}._explorer-tools_n8m18_1 {
|
|
726
793
|
display: flex;
|
|
727
794
|
align-items: center;
|
|
728
795
|
justify-content: space-between;
|
|
@@ -730,29 +797,29 @@ div._main_m9nss_1 ._header_m9nss_48 {
|
|
|
730
797
|
flex-wrap: wrap;
|
|
731
798
|
row-gap: 8px;
|
|
732
799
|
}
|
|
733
|
-
.
|
|
800
|
+
._buttons_n8m18_10 {
|
|
734
801
|
display: flex;
|
|
735
802
|
align-items: center;
|
|
736
803
|
column-gap: 8px;
|
|
737
804
|
}
|
|
738
|
-
.
|
|
805
|
+
._buttons_n8m18_10 button {
|
|
739
806
|
margin-left: 0 !important;
|
|
740
807
|
}
|
|
741
|
-
.
|
|
808
|
+
._tools_n8m18_19 {
|
|
742
809
|
display: flex;
|
|
743
810
|
align-items: center;
|
|
744
|
-
column-gap:
|
|
811
|
+
column-gap: 8px;
|
|
745
812
|
}
|
|
746
|
-
.
|
|
813
|
+
._tools_n8m18_19 > button {
|
|
747
814
|
padding: 4px;
|
|
748
815
|
font-size: 18px;
|
|
749
816
|
margin-left: 0 !important;
|
|
750
817
|
}
|
|
751
|
-
.
|
|
818
|
+
._layout_n8m18_30 .el-radio-button__inner {
|
|
752
819
|
padding: 6px 8px;
|
|
753
820
|
font-size: 18px;
|
|
754
821
|
}
|
|
755
|
-
.
|
|
822
|
+
._fullscreen_n8m18_35 {
|
|
756
823
|
position: fixed !important;
|
|
757
824
|
background-color: var(--el-bg-color) !important;
|
|
758
825
|
top: 0 !important;
|
|
@@ -764,29 +831,29 @@ div._main_m9nss_1 ._header_m9nss_48 {
|
|
|
764
831
|
z-index: 9999 !important;
|
|
765
832
|
}
|
|
766
833
|
/* source: src/components/explorer-tree/explorer-tree.vue */
|
|
767
|
-
.
|
|
834
|
+
._tree_1ybks_1 .el-tree-node__content {
|
|
768
835
|
display: flex;
|
|
769
836
|
align-items: center;
|
|
770
837
|
}
|
|
771
|
-
.
|
|
838
|
+
._tree_1ybks_1 .el-tree-node__content:hover {
|
|
772
839
|
background-color: var(--el-color-primary-light-9);
|
|
773
840
|
}
|
|
774
|
-
.
|
|
841
|
+
._tree_1ybks_1 .el-tree-node__content:hover .vc-actions {
|
|
775
842
|
display: inline-flex;
|
|
776
843
|
}
|
|
777
|
-
.
|
|
844
|
+
._tree_1ybks_1 .is-current > .el-tree-node__content {
|
|
778
845
|
color: var(--el-color-primary);
|
|
779
846
|
background-color: var(--el-color-primary-light-9);
|
|
780
847
|
}
|
|
781
|
-
.
|
|
848
|
+
._tree_1ybks_1 .el-tree__empty-block {
|
|
782
849
|
text-align: left;
|
|
783
850
|
min-height: unset;
|
|
784
851
|
padding: 4px 8px;
|
|
785
852
|
}
|
|
786
|
-
.
|
|
853
|
+
._tree_1ybks_1 .el-tree__empty-text {
|
|
787
854
|
position: static;
|
|
788
855
|
}
|
|
789
|
-
.
|
|
856
|
+
._node_1ybks_24 {
|
|
790
857
|
display: flex;
|
|
791
858
|
justify-content: space-between;
|
|
792
859
|
align-items: center;
|
|
@@ -795,23 +862,26 @@ div._main_m9nss_1 ._header_m9nss_48 {
|
|
|
795
862
|
box-sizing: border-box;
|
|
796
863
|
width: 100px;
|
|
797
864
|
}
|
|
798
|
-
.
|
|
865
|
+
._label_1ybks_34 {
|
|
799
866
|
overflow: hidden;
|
|
800
867
|
text-overflow: ellipsis;
|
|
801
868
|
white-space: nowrap;
|
|
802
869
|
}
|
|
803
|
-
.
|
|
870
|
+
._icon_1ybks_40 {
|
|
804
871
|
margin-right: 4px;
|
|
805
872
|
}
|
|
806
|
-
.
|
|
873
|
+
._actions_1ybks_44 {
|
|
807
874
|
display: none;
|
|
808
875
|
column-gap: 4px;
|
|
809
876
|
}
|
|
810
|
-
.
|
|
877
|
+
._actions_1ybks_44 > button {
|
|
811
878
|
margin-left: 0 !important;
|
|
812
879
|
font-size: 1.2em;
|
|
813
880
|
}
|
|
814
|
-
.
|
|
881
|
+
._remove_1ybks_53 {
|
|
882
|
+
transform: translateY(-1px);
|
|
883
|
+
}
|
|
884
|
+
._loading_1ybks_57 {
|
|
815
885
|
padding: 4px 8px;
|
|
816
886
|
display: flex;
|
|
817
887
|
align-items: center;
|
|
@@ -1177,7 +1247,7 @@ div._input_1vcoq_1._block_1vcoq_5 {
|
|
|
1177
1247
|
display: flex;
|
|
1178
1248
|
flex-direction: column;
|
|
1179
1249
|
flex-grow: 1;
|
|
1180
|
-
padding: var(--
|
|
1250
|
+
padding: var(--v7f324ab6);
|
|
1181
1251
|
}
|
|
1182
1252
|
._fill-height_gmpp0_18 {
|
|
1183
1253
|
height: 10px;
|