@blueking/bk-user-selector 0.0.1-beta.1 → 0.0.1-beta.2

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/vue3/vue3.css CHANGED
@@ -1,28 +1,28 @@
1
1
 
2
- .user-selector[data-v-f60d399f] {
2
+ .user-selector[data-v-5e8a952d] {
3
3
  width: 100%;
4
4
  }
5
- .form-item[data-v-f60d399f] {
5
+ .form-item[data-v-5e8a952d] {
6
6
  display: flex;
7
7
  align-items: center;
8
8
  margin-bottom: 15px;
9
9
  }
10
- .form-label[data-v-f60d399f] {
10
+ .form-label[data-v-5e8a952d] {
11
11
  width: 80px;
12
12
  text-align: right;
13
13
  padding-right: 10px;
14
14
  font-size: 14px;
15
15
  color: #63656e;
16
16
  }
17
- .form-required[data-v-f60d399f] {
17
+ .form-required[data-v-5e8a952d] {
18
18
  color: #ea3636;
19
19
  margin-right: 4px;
20
20
  }
21
- .form-content[data-v-f60d399f] {
21
+ .form-content[data-v-5e8a952d] {
22
22
  flex: 1;
23
23
  position: relative;
24
24
  }
25
- .tag-input-container[data-v-f60d399f] {
25
+ .tag-input-container[data-v-5e8a952d] {
26
26
  display: flex;
27
27
  flex-wrap: wrap;
28
28
  border: 1px solid #dcdee5;
@@ -32,7 +32,7 @@
32
32
  padding: 2px 8px;
33
33
  gap: 4px;
34
34
  }
35
- .tag-inline-container[data-v-f60d399f] {
35
+ .tag-inline-container[data-v-5e8a952d] {
36
36
  display: flex;
37
37
  flex-wrap: nowrap;
38
38
  align-items: center;
@@ -40,14 +40,14 @@
40
40
  flex-grow: 1;
41
41
  min-height: 24px;
42
42
  }
43
- .is-focused[data-v-f60d399f] {
43
+ .is-focused[data-v-5e8a952d] {
44
44
  border-color: #3a84ff;
45
45
  }
46
- .tag-group[data-v-f60d399f] {
46
+ .tag-group[data-v-5e8a952d] {
47
47
  display: contents;
48
48
  /* 让draggable的内容直接成为父容器的子元素 */
49
49
  }
50
- .tag-item[data-v-f60d399f] {
50
+ .tag-item[data-v-5e8a952d] {
51
51
  flex-shrink: 0;
52
52
  height: 24px;
53
53
  line-height: 24px;
@@ -56,14 +56,14 @@
56
56
  display: inline-flex;
57
57
  align-items: center;
58
58
  }
59
- .tag-content[data-v-f60d399f] {
59
+ .tag-content[data-v-5e8a952d] {
60
60
  display: flex;
61
61
  align-items: center;
62
62
  height: 100%;
63
63
  }
64
64
 
65
65
  /* 输入框样式 */
66
- .tag-input[data-v-f60d399f] {
66
+ .tag-input[data-v-5e8a952d] {
67
67
  flex-grow: 0;
68
68
  width: 10px;
69
69
  min-width: 10px;
@@ -77,37 +77,37 @@
77
77
  cursor: text;
78
78
  transition: width 0.1s ease-in-out;
79
79
  }
80
- .tag-input[data-v-f60d399f]::placeholder {
80
+ .tag-input[data-v-5e8a952d]::placeholder {
81
81
  color: #c4c6cc;
82
82
  font-size: 12px;
83
83
  }
84
- .full-width[data-v-f60d399f] {
84
+ .full-width[data-v-5e8a952d] {
85
85
  flex-grow: 1;
86
86
  padding: 0 8px;
87
87
  /* 添加统一的内边距 */
88
88
  }
89
- .popover-content[data-v-f60d399f] {
89
+ .popover-content[data-v-5e8a952d] {
90
90
  min-height: 80px;
91
91
  max-height: 250px;
92
92
  overflow-y: auto;
93
93
  background-color: #fff;
94
94
  }
95
- .user-option[data-v-f60d399f] {
95
+ .user-option[data-v-5e8a952d] {
96
96
  display: flex;
97
97
  align-items: center;
98
98
  padding: 8px 12px;
99
99
  cursor: pointer;
100
100
  }
101
- .user-option[data-v-f60d399f]:hover {
101
+ .user-option[data-v-5e8a952d]:hover {
102
102
  background-color: #f5f7fa;
103
103
  }
104
- .user-avatar[data-v-f60d399f] {
104
+ .user-avatar[data-v-5e8a952d] {
105
105
  width: 24px;
106
106
  height: 24px;
107
107
  border-radius: 50%;
108
108
  margin-right: 8px;
109
109
  }
110
- .user-avatar-text[data-v-f60d399f] {
110
+ .user-avatar-text[data-v-5e8a952d] {
111
111
  width: 24px;
112
112
  height: 24px;
113
113
  line-height: 24px;
@@ -118,49 +118,49 @@
118
118
  font-size: 12px;
119
119
  margin-right: 8px;
120
120
  }
121
- .user-name[data-v-f60d399f] {
121
+ .user-name[data-v-5e8a952d] {
122
122
  font-size: 12px;
123
123
  }
124
124
 
125
125
  /* 拖拽相关样式 */
126
- .draggable[data-v-f60d399f] {
126
+ .draggable[data-v-5e8a952d] {
127
127
  cursor: move;
128
128
  padding-left: 4px;
129
129
  }
130
- .ghost-tag[data-v-f60d399f] {
130
+ .ghost-tag[data-v-5e8a952d] {
131
131
  opacity: 0.5;
132
132
  background: #c8ebfb;
133
133
  }
134
- .chosen-tag[data-v-f60d399f] {
134
+ .chosen-tag[data-v-5e8a952d] {
135
135
  box-shadow: 0 0 2px 2px #3a84ff;
136
136
  }
137
- .drag-tag[data-v-f60d399f] {
137
+ .drag-tag[data-v-5e8a952d] {
138
138
  opacity: 0.8;
139
139
  }
140
- .drag-handle[data-v-f60d399f] {
140
+ .drag-handle[data-v-5e8a952d] {
141
141
  display: inline-flex;
142
142
  align-items: center;
143
143
  margin-right: 4px;
144
144
  opacity: 0.6;
145
145
  cursor: move;
146
146
  }
147
- .drag-handle svg[data-v-f60d399f] {
147
+ .drag-handle svg[data-v-5e8a952d] {
148
148
  fill: currentColor;
149
149
  }
150
- .tag-wrapper[data-v-f60d399f] {
150
+ .tag-wrapper[data-v-5e8a952d] {
151
151
  display: flex;
152
152
  align-items: center;
153
153
  padding: 0;
154
154
  height: 24px;
155
155
  }
156
- .inline-input[data-v-f60d399f] {
156
+ .inline-input[data-v-5e8a952d] {
157
157
  margin-left: 4px;
158
158
  min-width: 10px;
159
159
  padding: 0 2px;
160
160
  }
161
161
 
162
162
  /* 测量元素样式 */
163
- .measure-text[data-v-f60d399f] {
163
+ .measure-text[data-v-5e8a952d] {
164
164
  position: absolute;
165
165
  visibility: hidden;
166
166
  height: 0;
@@ -171,45 +171,45 @@
171
171
  }
172
172
 
173
173
  /* 单选模式样式 */
174
- .is-single[data-v-f60d399f] {
174
+ .is-single[data-v-5e8a952d] {
175
175
  cursor: pointer;
176
176
  }
177
- .single-select[data-v-f60d399f] {
177
+ .single-select[data-v-5e8a952d] {
178
178
  display: flex;
179
179
  align-items: center;
180
180
  justify-content: space-between;
181
181
  width: 100%;
182
182
  height: 100%;
183
183
  }
184
- .single-value[data-v-f60d399f] {
184
+ .single-value[data-v-5e8a952d] {
185
185
  display: flex;
186
186
  align-items: center;
187
187
  padding: 0 8px;
188
188
  margin-right: 4px;
189
189
  height: 24px;
190
190
  }
191
- .single-input[data-v-f60d399f] {
191
+ .single-input[data-v-5e8a952d] {
192
192
  flex: 1;
193
193
  width: auto;
194
194
  }
195
- .placeholder[data-v-f60d399f] {
195
+ .placeholder[data-v-5e8a952d] {
196
196
  color: #c4c6cc;
197
197
  }
198
- .dropdown-arrow[data-v-f60d399f] {
198
+ .dropdown-arrow[data-v-5e8a952d] {
199
199
  margin-left: 8px;
200
200
  font-size: 10px;
201
201
  color: #979ba5;
202
202
  }
203
- .clear-icon[data-v-f60d399f] {
203
+ .clear-icon[data-v-5e8a952d] {
204
204
  margin-left: 8px;
205
205
  font-size: 14px;
206
206
  color: #979ba5;
207
207
  cursor: pointer;
208
208
  }
209
- .clear-icon[data-v-f60d399f]:hover {
209
+ .clear-icon[data-v-5e8a952d]:hover {
210
210
  color: #63656e;
211
211
  }
212
- .no-data[data-v-f60d399f] {
212
+ .no-data[data-v-5e8a952d] {
213
213
  padding: 8px 12px;
214
214
  font-size: 12px;
215
215
  text-align: center;