@blueking/bk-user-selector 0.0.29-beta.9 → 0.0.31-beta.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/vue2/vue2.css CHANGED
@@ -797,7 +797,7 @@ optgroup {
797
797
  line-height: 0;
798
798
  cursor: pointer;
799
799
  }
800
- .me-tag[data-v-9ccd9029] {
800
+ .me-tag[data-v-44fec2ba] {
801
801
  position: absolute;
802
802
  top: 50%;
803
803
  right: 8px;
@@ -814,43 +814,44 @@ optgroup {
814
814
  background-color: #e1ecff;
815
815
  border-radius: 50%;
816
816
  transform: translateY(-50%);
817
+ white-space: nowrap;
817
818
  }
818
- .me-tag[data-v-9ccd9029]:hover {
819
+ .me-tag[data-v-44fec2ba]:hover {
819
820
  color: #3a84ff;
820
821
  background-color: #cddffe;
821
822
  }
822
- .me-tag.disabled[data-v-9ccd9029] {
823
+ .me-tag.disabled[data-v-44fec2ba] {
823
824
  color: #c4c6cc;
824
825
  cursor: not-allowed;
825
826
  background-color: #f0f1f5;
826
- }.dropdown-content[data-v-a4132257] {
827
+ }.dropdown-content[data-v-61e98a47] {
827
828
  min-height: 40px;
828
829
  max-height: 300px;
829
830
  padding: 5px 0;
830
831
  overflow-y: auto;
831
832
  }
832
- .dropdown-content .no-data[data-v-a4132257] {
833
+ .dropdown-content .no-data[data-v-61e98a47] {
833
834
  padding: 10px;
834
835
  color: #979ba5;
835
836
  text-align: center;
836
837
  }
837
- .dropdown-content .user-group .group-header[data-v-a4132257] {
838
+ .dropdown-content .user-group .group-header[data-v-61e98a47] {
838
839
  display: flex;
839
840
  align-items: center;
840
841
  padding: 8px 12px;
841
842
  color: #979ba5;
842
843
  }
843
- .dropdown-content .user-group .group-header .group-count[data-v-a4132257] {
844
+ .dropdown-content .user-group .group-header .group-count[data-v-61e98a47] {
844
845
  margin-left: 4px;
845
846
  }
846
- .dropdown-content .user-option[data-v-a4132257] {
847
+ .dropdown-content .user-option[data-v-61e98a47] {
847
848
  display: flex;
848
849
  align-items: center;
849
850
  height: 32px;
850
851
  padding: 8px 12px;
851
852
  cursor: pointer;
852
853
  }
853
- .dropdown-content .user-option[data-v-a4132257]:hover {
854
+ .dropdown-content .user-option[data-v-61e98a47]:hover {
854
855
  background-color: #f5f7fa;
855
856
  }.bk-user-selector-popover.bk-user-selector-pop2-content {
856
857
  padding: 0;
@@ -870,14 +871,14 @@ optgroup {
870
871
  font-size: 12px;
871
872
  text-overflow: ellipsis;
872
873
  white-space: nowrap;
873
- }.multiple-selector[data-v-1f435fc8] {
874
+ }.multiple-selector[data-v-6fd83014] {
874
875
  position: relative;
875
876
  width: 100%;
876
877
  }
877
- .multiple-selector.is-disabled[data-v-1f435fc8] {
878
+ .multiple-selector.is-disabled[data-v-6fd83014] {
878
879
  pointer-events: none;
879
880
  }
880
- .multiple-selector .tags-container[data-v-1f435fc8] {
881
+ .multiple-selector .tags-container[data-v-6fd83014] {
881
882
  min-height: 32px;
882
883
  padding: 1px 10px 1px 8px;
883
884
  background-color: #fff;
@@ -885,49 +886,48 @@ optgroup {
885
886
  border-radius: 2px;
886
887
  transition: all 0.2s ease;
887
888
  }
888
- .multiple-selector .tags-container.focused[data-v-1f435fc8] {
889
+ .multiple-selector .tags-container.focused[data-v-6fd83014] {
889
890
  border-color: #3a84ff;
890
891
  box-shadow: 0 0 0 2px rgba(58, 132, 255, 0.1);
891
892
  }
892
- .multiple-selector .tags-container.collapsed[data-v-1f435fc8] {
893
+ .multiple-selector .tags-container.collapsed[data-v-6fd83014] {
893
894
  display: flex;
894
895
  flex-wrap: wrap;
895
896
  align-items: center;
896
897
  }
897
- .multiple-selector .tag-list[data-v-1f435fc8] {
898
+ .multiple-selector .tag-list[data-v-6fd83014] {
898
899
  display: flex;
899
900
  flex-wrap: wrap;
900
901
  align-items: center;
901
902
  }
902
- .multiple-selector .tag-wrapper[data-v-1f435fc8] {
903
+ .multiple-selector .tag-wrapper[data-v-6fd83014] {
903
904
  display: inline-flex;
904
905
  align-items: center;
905
906
  max-width: 100%;
906
907
  }
907
- .multiple-selector .search-input[data-v-1f435fc8] {
908
+ .multiple-selector .search-input[data-v-6fd83014] {
908
909
  min-width: 10px;
909
910
  height: 28px;
910
911
  background: transparent;
911
912
  border: none;
912
913
  outline: none;
913
914
  }
914
- .multiple-selector .search-input[data-v-1f435fc8]::placeholder {
915
+ .multiple-selector .search-input[data-v-6fd83014]::placeholder {
915
916
  color: #c4c6cc;
916
917
  }
917
- .multiple-selector .search-input.inline[data-v-1f435fc8] {
918
+ .multiple-selector .search-input.inline[data-v-6fd83014] {
918
919
  min-width: 10px;
919
920
  }
920
- .multiple-selector .search-input.last[data-v-1f435fc8], .multiple-selector .search-input.collapsed[data-v-1f435fc8] {
921
+ .multiple-selector .search-input.last[data-v-6fd83014], .multiple-selector .search-input.collapsed[data-v-6fd83014] {
921
922
  flex: 1;
922
- min-width: 60px;
923
- }.single-selector[data-v-c44a1c1d] {
923
+ }.single-selector[data-v-7080eb2b] {
924
924
  position: relative;
925
925
  width: 100%;
926
926
  }
927
- .single-selector.is-disabled[data-v-c44a1c1d] {
927
+ .single-selector.is-disabled[data-v-7080eb2b] {
928
928
  pointer-events: none;
929
929
  }
930
- .input-container[data-v-c44a1c1d] {
930
+ .input-container[data-v-7080eb2b] {
931
931
  position: relative;
932
932
  display: flex;
933
933
  align-items: center;
@@ -937,25 +937,25 @@ optgroup {
937
937
  border: 1px solid #c4c6cc;
938
938
  border-radius: 2px;
939
939
  }
940
- .input-container[data-v-c44a1c1d]:focus-within {
940
+ .input-container[data-v-7080eb2b]:focus-within {
941
941
  border-color: #3a84ff;
942
942
  box-shadow: 0 0 0 2px rgba(58, 132, 255, 0.1);
943
943
  }
944
- .search-input[data-v-c44a1c1d] {
944
+ .search-input[data-v-7080eb2b] {
945
945
  flex: 1;
946
946
  height: 30px;
947
947
  background: transparent;
948
948
  border: none;
949
949
  outline: none;
950
950
  }
951
- .search-input[data-v-c44a1c1d]::placeholder {
951
+ .search-input[data-v-7080eb2b]::placeholder {
952
952
  color: #c4c6cc;
953
- }.bk-user-selector[data-v-7ce51f9c] {
953
+ }.bk-user-selector[data-v-c4574ead] {
954
954
  position: relative;
955
955
  width: 100%;
956
956
  font-size: 12px;
957
957
  }
958
- .bk-user-selector.is-disabled[data-v-7ce51f9c] {
958
+ .bk-user-selector.is-disabled[data-v-c4574ead] {
959
959
  cursor: not-allowed;
960
960
  background-color: #dcdee5;
961
961
  }