@blueking/bk-user-selector 0.0.29-beta.1 → 0.0.29-beta.10
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/README.md +19 -18
- package/package.json +1 -1
- package/typings/api/user.d.ts +1 -1
- package/typings/components/selection-popover.vue.d.ts +23 -1
- package/typings/hooks/use-jsonp.d.ts +2 -0
- package/typings/hooks/useTenantData.d.ts +2 -1
- package/typings/hooks/useUserSearch.d.ts +1 -1
- package/vue2/index.es.min.js +296 -293
- package/vue2/index.iife.min.js +337 -301
- package/vue2/index.umd.min.js +296 -293
- package/vue2/vue2.css +25 -25
- package/vue3/index.es.min.js +296 -293
- package/vue3/index.iife.min.js +296 -293
- package/vue3/index.umd.min.js +296 -293
- package/vue3/vue3.css +25 -25
package/vue2/vue2.css
CHANGED
|
@@ -823,34 +823,34 @@ optgroup {
|
|
|
823
823
|
color: #c4c6cc;
|
|
824
824
|
cursor: not-allowed;
|
|
825
825
|
background-color: #f0f1f5;
|
|
826
|
-
}.dropdown-content[data-v-
|
|
826
|
+
}.dropdown-content[data-v-6380faf5] {
|
|
827
827
|
min-height: 40px;
|
|
828
828
|
max-height: 300px;
|
|
829
829
|
padding: 5px 0;
|
|
830
830
|
overflow-y: auto;
|
|
831
831
|
}
|
|
832
|
-
.dropdown-content .no-data[data-v-
|
|
832
|
+
.dropdown-content .no-data[data-v-6380faf5] {
|
|
833
833
|
padding: 10px;
|
|
834
834
|
color: #979ba5;
|
|
835
835
|
text-align: center;
|
|
836
836
|
}
|
|
837
|
-
.dropdown-content .user-group .group-header[data-v-
|
|
837
|
+
.dropdown-content .user-group .group-header[data-v-6380faf5] {
|
|
838
838
|
display: flex;
|
|
839
839
|
align-items: center;
|
|
840
840
|
padding: 8px 12px;
|
|
841
841
|
color: #979ba5;
|
|
842
842
|
}
|
|
843
|
-
.dropdown-content .user-group .group-header .group-count[data-v-
|
|
843
|
+
.dropdown-content .user-group .group-header .group-count[data-v-6380faf5] {
|
|
844
844
|
margin-left: 4px;
|
|
845
845
|
}
|
|
846
|
-
.dropdown-content .user-option[data-v-
|
|
846
|
+
.dropdown-content .user-option[data-v-6380faf5] {
|
|
847
847
|
display: flex;
|
|
848
848
|
align-items: center;
|
|
849
849
|
height: 32px;
|
|
850
850
|
padding: 8px 12px;
|
|
851
851
|
cursor: pointer;
|
|
852
852
|
}
|
|
853
|
-
.dropdown-content .user-option[data-v-
|
|
853
|
+
.dropdown-content .user-option[data-v-6380faf5]:hover {
|
|
854
854
|
background-color: #f5f7fa;
|
|
855
855
|
}.bk-user-selector-popover.bk-user-selector-pop2-content {
|
|
856
856
|
padding: 0;
|
|
@@ -870,14 +870,14 @@ optgroup {
|
|
|
870
870
|
font-size: 12px;
|
|
871
871
|
text-overflow: ellipsis;
|
|
872
872
|
white-space: nowrap;
|
|
873
|
-
}.multiple-selector[data-v-
|
|
873
|
+
}.multiple-selector[data-v-69acfacb] {
|
|
874
874
|
position: relative;
|
|
875
875
|
width: 100%;
|
|
876
876
|
}
|
|
877
|
-
.multiple-selector.is-disabled[data-v-
|
|
877
|
+
.multiple-selector.is-disabled[data-v-69acfacb] {
|
|
878
878
|
pointer-events: none;
|
|
879
879
|
}
|
|
880
|
-
.multiple-selector .tags-container[data-v-
|
|
880
|
+
.multiple-selector .tags-container[data-v-69acfacb] {
|
|
881
881
|
min-height: 32px;
|
|
882
882
|
padding: 1px 10px 1px 8px;
|
|
883
883
|
background-color: #fff;
|
|
@@ -885,49 +885,49 @@ optgroup {
|
|
|
885
885
|
border-radius: 2px;
|
|
886
886
|
transition: all 0.2s ease;
|
|
887
887
|
}
|
|
888
|
-
.multiple-selector .tags-container.focused[data-v-
|
|
888
|
+
.multiple-selector .tags-container.focused[data-v-69acfacb] {
|
|
889
889
|
border-color: #3a84ff;
|
|
890
890
|
box-shadow: 0 0 0 2px rgba(58, 132, 255, 0.1);
|
|
891
891
|
}
|
|
892
|
-
.multiple-selector .tags-container.collapsed[data-v-
|
|
892
|
+
.multiple-selector .tags-container.collapsed[data-v-69acfacb] {
|
|
893
893
|
display: flex;
|
|
894
894
|
flex-wrap: wrap;
|
|
895
895
|
align-items: center;
|
|
896
896
|
}
|
|
897
|
-
.multiple-selector .tag-list[data-v-
|
|
897
|
+
.multiple-selector .tag-list[data-v-69acfacb] {
|
|
898
898
|
display: flex;
|
|
899
899
|
flex-wrap: wrap;
|
|
900
900
|
align-items: center;
|
|
901
901
|
}
|
|
902
|
-
.multiple-selector .tag-wrapper[data-v-
|
|
902
|
+
.multiple-selector .tag-wrapper[data-v-69acfacb] {
|
|
903
903
|
display: inline-flex;
|
|
904
904
|
align-items: center;
|
|
905
905
|
max-width: 100%;
|
|
906
906
|
}
|
|
907
|
-
.multiple-selector .search-input[data-v-
|
|
907
|
+
.multiple-selector .search-input[data-v-69acfacb] {
|
|
908
908
|
min-width: 10px;
|
|
909
909
|
height: 28px;
|
|
910
910
|
background: transparent;
|
|
911
911
|
border: none;
|
|
912
912
|
outline: none;
|
|
913
913
|
}
|
|
914
|
-
.multiple-selector .search-input[data-v-
|
|
914
|
+
.multiple-selector .search-input[data-v-69acfacb]::placeholder {
|
|
915
915
|
color: #c4c6cc;
|
|
916
916
|
}
|
|
917
|
-
.multiple-selector .search-input.inline[data-v-
|
|
917
|
+
.multiple-selector .search-input.inline[data-v-69acfacb] {
|
|
918
918
|
min-width: 10px;
|
|
919
919
|
}
|
|
920
|
-
.multiple-selector .search-input.last[data-v-
|
|
920
|
+
.multiple-selector .search-input.last[data-v-69acfacb], .multiple-selector .search-input.collapsed[data-v-69acfacb] {
|
|
921
921
|
flex: 1;
|
|
922
922
|
min-width: 60px;
|
|
923
|
-
}.single-selector[data-v-
|
|
923
|
+
}.single-selector[data-v-d52d578d] {
|
|
924
924
|
position: relative;
|
|
925
925
|
width: 100%;
|
|
926
926
|
}
|
|
927
|
-
.single-selector.is-disabled[data-v-
|
|
927
|
+
.single-selector.is-disabled[data-v-d52d578d] {
|
|
928
928
|
pointer-events: none;
|
|
929
929
|
}
|
|
930
|
-
.input-container[data-v-
|
|
930
|
+
.input-container[data-v-d52d578d] {
|
|
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-
|
|
940
|
+
.input-container[data-v-d52d578d]: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-
|
|
944
|
+
.search-input[data-v-d52d578d] {
|
|
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-
|
|
951
|
+
.search-input[data-v-d52d578d]::placeholder {
|
|
952
952
|
color: #c4c6cc;
|
|
953
|
-
}.bk-user-selector[data-v-
|
|
953
|
+
}.bk-user-selector[data-v-02466e5e] {
|
|
954
954
|
position: relative;
|
|
955
955
|
width: 100%;
|
|
956
956
|
font-size: 12px;
|
|
957
957
|
}
|
|
958
|
-
.bk-user-selector.is-disabled[data-v-
|
|
958
|
+
.bk-user-selector.is-disabled[data-v-02466e5e] {
|
|
959
959
|
cursor: not-allowed;
|
|
960
960
|
background-color: #dcdee5;
|
|
961
961
|
}
|