@blueking/bk-user-selector 0.0.23-beta.1 → 0.0.24
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 +14 -12
- package/package.json +1 -1
- package/typings/components/me-tag.vue.d.ts +5 -5
- package/typings/components/multiple-selector.vue.d.ts +50 -4
- package/typings/components/render-tag.d.ts +8 -0
- package/typings/components/selection-popover.vue.d.ts +5 -5
- package/typings/components/single-selector.vue.d.ts +44 -4
- package/typings/components/user-render.d.ts +3 -3
- package/typings/components/user-selector.vue.d.ts +48 -4
- package/typings/components/user-tag.vue.d.ts +42 -8
- package/typings/hooks/useTenantData.d.ts +2 -2
- package/typings/hooks/useUserSearch.d.ts +3 -3
- package/typings/types/index.d.ts +4 -0
- package/typings/vue2.d.ts +7 -1
- package/vue2/index.es.min.js +4571 -6810
- package/vue2/index.iife.min.js +5904 -8661
- package/vue2/index.umd.min.js +4639 -6878
- package/vue2/vue2.css +68 -585
- package/vue3/index.es.min.js +46 -22
- package/vue3/index.iife.min.js +4527 -6768
- package/vue3/index.umd.min.js +47 -23
- package/vue3/vue3.css +34 -34
package/vue3/index.umd.min.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
})(this, function(exports2, vue, bkuiVue) {
|
|
4
4
|
"use strict";
|
|
5
5
|
var __vite_style__ = document.createElement("style");
|
|
6
|
-
__vite_style__.textContent = ".me-tag[data-v-887b7c44] {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n background-color: #e1ecff;\n color: #4d4f56;\n border-radius: 50%;\n padding: 0 8px;\n height: 24px;\n width: 24px;\n cursor: pointer;\n font-size: 12px;\n position: absolute;\n right: 8px;\n top: 50%;\n transform: translateY(-50%);\n z-index: 1;\n}\n.me-tag[data-v-887b7c44]:hover {\n background-color: #cddffe;\n color: #3a84ff;\n}\n.me-tag.disabled[data-v-887b7c44] {\n background-color: #f0f1f5;\n color: #c4c6cc;\n cursor: not-allowed;\n}.
|
|
6
|
+
__vite_style__.textContent = ".me-tag[data-v-887b7c44] {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n background-color: #e1ecff;\n color: #4d4f56;\n border-radius: 50%;\n padding: 0 8px;\n height: 24px;\n width: 24px;\n cursor: pointer;\n font-size: 12px;\n position: absolute;\n right: 8px;\n top: 50%;\n transform: translateY(-50%);\n z-index: 1;\n}\n.me-tag[data-v-887b7c44]:hover {\n background-color: #cddffe;\n color: #3a84ff;\n}\n.me-tag.disabled[data-v-887b7c44] {\n background-color: #f0f1f5;\n color: #c4c6cc;\n cursor: not-allowed;\n}.dropdown-content[data-v-54b68f9a] {\n min-height: 40px;\n max-height: 300px;\n overflow-y: auto;\n padding: 5px 0;\n}\n.dropdown-content .no-data[data-v-54b68f9a] {\n padding: 10px;\n text-align: center;\n color: #979ba5;\n}\n.dropdown-content .user-group .group-header[data-v-54b68f9a] {\n padding: 8px 12px;\n color: #979ba5;\n display: flex;\n align-items: center;\n}\n.dropdown-content .user-group .group-header .group-count[data-v-54b68f9a] {\n margin-left: 4px;\n}\n.dropdown-content .user-option[data-v-54b68f9a] {\n padding: 8px 12px;\n cursor: pointer;\n display: flex;\n align-items: center;\n height: 32px;\n}\n.dropdown-content .user-option[data-v-54b68f9a]:hover {\n background-color: #f5f7fa;\n}.bk-user-selector-popover.bk-popover.bk-pop2-content {\n padding: 0;\n}.user-tag[data-v-655f7a5a] {\n margin-right: 4px;\n margin-left: 0;\n}\n.user-tag.draggable[data-v-655f7a5a] {\n cursor: move;\n}\n.user-tag.active[data-v-655f7a5a] {\n background-color: #e1ecff;\n border-color: #3a84ff;\n}\n.user-tag .tag-content .user-name[data-v-655f7a5a] {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n font-size: 12px;\n}.multiple-selector[data-v-9fc5bebf] {\n position: relative;\n width: 100%;\n}\n.multiple-selector .tags-container[data-v-9fc5bebf] {\n min-height: 32px;\n border: 1px solid #c4c6cc;\n border-radius: 2px;\n padding: 1px 10px 1px 8px;\n transition: all 0.2s ease;\n background-color: #fff;\n}\n.multiple-selector .tags-container.focused[data-v-9fc5bebf] {\n border-color: #3a84ff;\n box-shadow: 0 0 0 2px rgba(58, 132, 255, 0.1);\n}\n.multiple-selector .tags-container.collapsed[data-v-9fc5bebf] {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n}\n.multiple-selector .tag-list[data-v-9fc5bebf] {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n}\n.multiple-selector .tag-wrapper[data-v-9fc5bebf] {\n display: inline-flex;\n align-items: center;\n max-width: 100%;\n}\n.multiple-selector .search-input[data-v-9fc5bebf] {\n outline: none;\n border: none;\n height: 28px;\n min-width: 10px;\n background: transparent;\n}\n.multiple-selector .search-input[data-v-9fc5bebf]::placeholder {\n color: #c4c6cc;\n}\n.multiple-selector .search-input.inline[data-v-9fc5bebf] {\n min-width: 10px;\n}\n.multiple-selector .search-input.last[data-v-9fc5bebf], .multiple-selector .search-input.collapsed[data-v-9fc5bebf] {\n flex: 1;\n min-width: 60px;\n}.single-selector[data-v-1454c121] {\n position: relative;\n width: 100%;\n}\n.input-container[data-v-1454c121] {\n position: relative;\n display: flex;\n align-items: center;\n min-height: 32px;\n border: 1px solid #c4c6cc;\n border-radius: 2px;\n padding: 0 8px;\n background-color: #fff;\n}\n.input-container[data-v-1454c121]:focus-within {\n border-color: #3a84ff;\n box-shadow: 0 0 0 2px rgba(58, 132, 255, 0.1);\n}\n.search-input[data-v-1454c121] {\n flex: 1;\n outline: none;\n border: none;\n height: 30px;\n background: transparent;\n}\n.search-input[data-v-1454c121]::placeholder {\n color: #c4c6cc;\n}.bk-user-selector[data-v-906da21c] {\n width: 100%;\n position: relative;\n font-size: 12px;\n}/*$vite$:1*/";
|
|
7
7
|
document.head.appendChild(__vite_style__);
|
|
8
8
|
const getTenants = async (apiBaseUrl, tenantId) => {
|
|
9
9
|
if (!apiBaseUrl || !tenantId) {
|
|
@@ -3333,7 +3333,7 @@
|
|
|
3333
3333
|
};
|
|
3334
3334
|
}
|
|
3335
3335
|
});
|
|
3336
|
-
const UserTag = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-
|
|
3336
|
+
const UserTag = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-655f7a5a"]]);
|
|
3337
3337
|
const _hoisted_1$2 = ["onClick"];
|
|
3338
3338
|
const _hoisted_2$1 = ["placeholder"];
|
|
3339
3339
|
const _hoisted_3 = ["placeholder"];
|
|
@@ -3356,7 +3356,8 @@
|
|
|
3356
3356
|
userGroupName: { default: "用户群组" },
|
|
3357
3357
|
emptyText: { default: "无匹配人员" },
|
|
3358
3358
|
renderListItem: {},
|
|
3359
|
-
renderTag: {}
|
|
3359
|
+
renderTag: {},
|
|
3360
|
+
excludeUserIds: { default: () => [] }
|
|
3360
3361
|
},
|
|
3361
3362
|
emits: ["update:selectedUsers", "add-user", "remove-user"],
|
|
3362
3363
|
setup(__props, { emit: __emit }) {
|
|
@@ -3383,7 +3384,7 @@
|
|
|
3383
3384
|
const visibleUsers = vue.ref([]);
|
|
3384
3385
|
const hiddenCount = vue.ref(0);
|
|
3385
3386
|
const options = vue.computed(() => {
|
|
3386
|
-
return searchResults.value.filter((user) => !props.selectedUsers.some((selectedUser) => selectedUser.id === user.id));
|
|
3387
|
+
return searchResults.value.filter((user) => !props.selectedUsers.some((selectedUser) => selectedUser.id === user.id)).filter((user) => !props.excludeUserIds.includes(user.id));
|
|
3387
3388
|
});
|
|
3388
3389
|
const userGroupFilter = vue.computed(() => {
|
|
3389
3390
|
return props.userGroup.filter((group) => !props.selectedUsers.some((user) => user.id === group.id) && !group.hidden);
|
|
@@ -3825,7 +3826,7 @@
|
|
|
3825
3826
|
};
|
|
3826
3827
|
}
|
|
3827
3828
|
});
|
|
3828
|
-
const MultipleSelector = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
3829
|
+
const MultipleSelector = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-9fc5bebf"]]);
|
|
3829
3830
|
const _hoisted_1$1 = { class: "input-container" };
|
|
3830
3831
|
const _hoisted_2 = ["placeholder"];
|
|
3831
3832
|
const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -3845,7 +3846,8 @@
|
|
|
3845
3846
|
userGroupName: { default: "用户群组" },
|
|
3846
3847
|
emptyText: { default: "无匹配人员" },
|
|
3847
3848
|
renderListItem: {},
|
|
3848
|
-
renderTag: {}
|
|
3849
|
+
renderTag: {},
|
|
3850
|
+
excludeUserIds: { default: () => [] }
|
|
3849
3851
|
},
|
|
3850
3852
|
emits: ["update:modelValue", "change"],
|
|
3851
3853
|
setup(__props, { emit: __emit }) {
|
|
@@ -3868,16 +3870,18 @@
|
|
|
3868
3870
|
type: "userGroup"
|
|
3869
3871
|
}));
|
|
3870
3872
|
const list = [...options.value, ...userGroup];
|
|
3871
|
-
|
|
3873
|
+
const selectedUserInfo2 = list.find((user) => user.id === selectedUser.value);
|
|
3874
|
+
emit("change", selectedUserInfo2 || null);
|
|
3875
|
+
return selectedUserInfo2;
|
|
3872
3876
|
});
|
|
3873
|
-
|
|
3877
|
+
const initSelectedUser = async () => {
|
|
3874
3878
|
if (typeof props.modelValue === "string" && props.modelValue) {
|
|
3875
3879
|
try {
|
|
3876
3880
|
isLoading.value = true;
|
|
3877
3881
|
const result = await lookupUsers(props.apiBaseUrl || "", props.tenantId || "", props.exactSearchKey, [
|
|
3878
3882
|
props.modelValue
|
|
3879
3883
|
]);
|
|
3880
|
-
options.value = formatUsers(result);
|
|
3884
|
+
options.value = formatUsers(result).filter((user) => !props.excludeUserIds.includes(user.id));
|
|
3881
3885
|
if (props.userGroup.length > 0) {
|
|
3882
3886
|
const groupResult = props.userGroup.filter((group) => group.id == props.modelValue);
|
|
3883
3887
|
options.value = groupResult.map((group) => ({
|
|
@@ -3891,7 +3895,12 @@
|
|
|
3891
3895
|
} finally {
|
|
3892
3896
|
isLoading.value = false;
|
|
3893
3897
|
}
|
|
3898
|
+
} else {
|
|
3899
|
+
options.value = [];
|
|
3894
3900
|
}
|
|
3901
|
+
};
|
|
3902
|
+
vue.onBeforeMount(async () => {
|
|
3903
|
+
initSelectedUser();
|
|
3895
3904
|
});
|
|
3896
3905
|
const addCurrentUser = async () => {
|
|
3897
3906
|
if (!props.currentUserId || selectedUser.value === props.currentUserId) return;
|
|
@@ -3899,7 +3908,7 @@
|
|
|
3899
3908
|
const result = await lookupUsers(props.apiBaseUrl, props.tenantId, props.exactSearchKey, [props.currentUserId]);
|
|
3900
3909
|
const formattedResults = formatUsers(result);
|
|
3901
3910
|
if (formattedResults.length > 0) {
|
|
3902
|
-
options.value = formattedResults;
|
|
3911
|
+
options.value = formattedResults.filter((user) => !props.excludeUserIds.includes(user.id));
|
|
3903
3912
|
addUser(formattedResults[0]);
|
|
3904
3913
|
}
|
|
3905
3914
|
} catch (error) {
|
|
@@ -3914,7 +3923,7 @@
|
|
|
3914
3923
|
isLoading.value = true;
|
|
3915
3924
|
try {
|
|
3916
3925
|
const result = await searchUsers(props.apiBaseUrl, props.tenantId, keyword);
|
|
3917
|
-
options.value = formatUsers(result).filter((user) => !selectedUser.value || user.id !== selectedUser.value);
|
|
3926
|
+
options.value = formatUsers(result).filter((user) => !selectedUser.value || user.id !== selectedUser.value).filter((user) => !props.excludeUserIds.includes(user.id));
|
|
3918
3927
|
} catch (error) {
|
|
3919
3928
|
console.error("获取用户列表失败:", error);
|
|
3920
3929
|
options.value = [];
|
|
@@ -3943,9 +3952,15 @@
|
|
|
3943
3952
|
const handleClickOutside = () => {
|
|
3944
3953
|
showDropdown.value = false;
|
|
3945
3954
|
};
|
|
3946
|
-
vue.watch(
|
|
3947
|
-
|
|
3948
|
-
|
|
3955
|
+
vue.watch(
|
|
3956
|
+
() => props.modelValue,
|
|
3957
|
+
(newVal) => {
|
|
3958
|
+
selectedUser.value = newVal;
|
|
3959
|
+
}
|
|
3960
|
+
);
|
|
3961
|
+
vue.watch(selectedUser, (newVal) => {
|
|
3962
|
+
emit("update:modelValue", newVal);
|
|
3963
|
+
});
|
|
3949
3964
|
return (_ctx, _cache) => {
|
|
3950
3965
|
return vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", {
|
|
3951
3966
|
ref_key: "containerRef",
|
|
@@ -4006,7 +4021,7 @@
|
|
|
4006
4021
|
};
|
|
4007
4022
|
}
|
|
4008
4023
|
});
|
|
4009
|
-
const SingleSelector = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
4024
|
+
const SingleSelector = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-1454c121"]]);
|
|
4010
4025
|
const _hoisted_1 = {
|
|
4011
4026
|
ref: "containerRef",
|
|
4012
4027
|
class: "bk-user-selector"
|
|
@@ -4029,7 +4044,8 @@
|
|
|
4029
4044
|
userGroupName: { default: "用户群组" },
|
|
4030
4045
|
emptyText: { default: "无匹配人员" },
|
|
4031
4046
|
renderListItem: {},
|
|
4032
|
-
renderTag: {}
|
|
4047
|
+
renderTag: {},
|
|
4048
|
+
excludeUserIds: { default: () => [] }
|
|
4033
4049
|
},
|
|
4034
4050
|
emits: ["update:modelValue", "change"],
|
|
4035
4051
|
setup(__props, { emit: __emit }) {
|
|
@@ -4060,6 +4076,8 @@
|
|
|
4060
4076
|
} catch (error) {
|
|
4061
4077
|
console.error("获取选中用户信息失败:", error);
|
|
4062
4078
|
}
|
|
4079
|
+
} else {
|
|
4080
|
+
selectedUsers.value = [];
|
|
4063
4081
|
}
|
|
4064
4082
|
} else {
|
|
4065
4083
|
selectedUser.value = props.modelValue;
|
|
@@ -4079,15 +4097,19 @@
|
|
|
4079
4097
|
vue.watch(selectedUser, (newVal) => {
|
|
4080
4098
|
if (!props.multiple) {
|
|
4081
4099
|
emit("update:modelValue", newVal);
|
|
4082
|
-
emit("change", newVal);
|
|
4083
4100
|
}
|
|
4084
|
-
}
|
|
4101
|
+
});
|
|
4085
4102
|
vue.watch(
|
|
4086
4103
|
() => props.userGroup,
|
|
4087
4104
|
() => {
|
|
4088
4105
|
initSelectedUsers();
|
|
4089
|
-
}
|
|
4090
|
-
|
|
4106
|
+
}
|
|
4107
|
+
);
|
|
4108
|
+
vue.watch(
|
|
4109
|
+
() => props.modelValue,
|
|
4110
|
+
() => {
|
|
4111
|
+
initSelectedUsers();
|
|
4112
|
+
}
|
|
4091
4113
|
);
|
|
4092
4114
|
vue.onBeforeMount(() => {
|
|
4093
4115
|
initSelectedUsers();
|
|
@@ -4106,6 +4128,7 @@
|
|
|
4106
4128
|
"current-user-id": _ctx.currentUserId,
|
|
4107
4129
|
"empty-text": _ctx.emptyText,
|
|
4108
4130
|
"exact-search-key": _ctx.exactSearchKey,
|
|
4131
|
+
"exclude-user-ids": _ctx.excludeUserIds,
|
|
4109
4132
|
placeholder: _ctx.placeholder,
|
|
4110
4133
|
"render-list-item": _ctx.renderListItem,
|
|
4111
4134
|
"render-tag": _ctx.renderTag,
|
|
@@ -4114,7 +4137,7 @@
|
|
|
4114
4137
|
"user-group": _ctx.userGroup,
|
|
4115
4138
|
"user-group-name": _ctx.userGroupName,
|
|
4116
4139
|
onChange: handleUpdateUser
|
|
4117
|
-
}, null, 8, ["modelValue", "api-base-url", "current-user-id", "empty-text", "exact-search-key", "placeholder", "render-list-item", "render-tag", "tenant-id", "tenants", "user-group", "user-group-name"])) : (vue.openBlock(), vue.createElementBlock(
|
|
4140
|
+
}, null, 8, ["modelValue", "api-base-url", "current-user-id", "empty-text", "exact-search-key", "exclude-user-ids", "placeholder", "render-list-item", "render-tag", "tenant-id", "tenants", "user-group", "user-group-name"])) : (vue.openBlock(), vue.createElementBlock(
|
|
4118
4141
|
vue.Fragment,
|
|
4119
4142
|
{ key: 1 },
|
|
4120
4143
|
[
|
|
@@ -4127,6 +4150,7 @@
|
|
|
4127
4150
|
draggable: _ctx.draggable,
|
|
4128
4151
|
"empty-text": _ctx.emptyText,
|
|
4129
4152
|
"exact-search-key": _ctx.exactSearchKey,
|
|
4153
|
+
"exclude-user-ids": _ctx.excludeUserIds,
|
|
4130
4154
|
placeholder: _ctx.placeholder,
|
|
4131
4155
|
"render-list-item": _ctx.renderListItem,
|
|
4132
4156
|
"render-tag": _ctx.renderTag,
|
|
@@ -4136,7 +4160,7 @@
|
|
|
4136
4160
|
"user-group": _ctx.userGroup,
|
|
4137
4161
|
"user-group-name": _ctx.userGroupName,
|
|
4138
4162
|
"onUpdate:selectedUsers": handleUpdateSelectedUsers
|
|
4139
|
-
}, null, 8, ["modelValue", "api-base-url", "current-user-id", "draggable", "empty-text", "exact-search-key", "placeholder", "render-list-item", "render-tag", "selected-users", "tenant-id", "tenants", "user-group", "user-group-name"])
|
|
4163
|
+
}, null, 8, ["modelValue", "api-base-url", "current-user-id", "draggable", "empty-text", "exact-search-key", "exclude-user-ids", "placeholder", "render-list-item", "render-tag", "selected-users", "tenant-id", "tenants", "user-group", "user-group-name"])
|
|
4140
4164
|
],
|
|
4141
4165
|
2112
|
|
4142
4166
|
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
@@ -4148,7 +4172,7 @@
|
|
|
4148
4172
|
};
|
|
4149
4173
|
}
|
|
4150
4174
|
});
|
|
4151
|
-
const BkUserSelector = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4175
|
+
const BkUserSelector = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-906da21c"]]);
|
|
4152
4176
|
exports2.BkUserSelector = BkUserSelector;
|
|
4153
4177
|
exports2.default = BkUserSelector;
|
|
4154
4178
|
Object.defineProperties(exports2, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
package/vue3/vue3.css
CHANGED
|
@@ -24,8 +24,6 @@
|
|
|
24
24
|
background-color: #f0f1f5;
|
|
25
25
|
color: #c4c6cc;
|
|
26
26
|
cursor: not-allowed;
|
|
27
|
-
}.bk-user-selector-popover.bk-popover.bk-pop2-content {
|
|
28
|
-
padding: 0;
|
|
29
27
|
}.dropdown-content[data-v-54b68f9a] {
|
|
30
28
|
min-height: 40px;
|
|
31
29
|
max-height: 300px;
|
|
@@ -55,98 +53,100 @@
|
|
|
55
53
|
}
|
|
56
54
|
.dropdown-content .user-option[data-v-54b68f9a]:hover {
|
|
57
55
|
background-color: #f5f7fa;
|
|
58
|
-
}.user-
|
|
56
|
+
}.bk-user-selector-popover.bk-popover.bk-pop2-content {
|
|
57
|
+
padding: 0;
|
|
58
|
+
}.user-tag[data-v-655f7a5a] {
|
|
59
59
|
margin-right: 4px;
|
|
60
60
|
margin-left: 0;
|
|
61
61
|
}
|
|
62
|
-
.user-tag.draggable[data-v-
|
|
62
|
+
.user-tag.draggable[data-v-655f7a5a] {
|
|
63
63
|
cursor: move;
|
|
64
64
|
}
|
|
65
|
-
.user-tag.active[data-v-
|
|
65
|
+
.user-tag.active[data-v-655f7a5a] {
|
|
66
66
|
background-color: #e1ecff;
|
|
67
67
|
border-color: #3a84ff;
|
|
68
68
|
}
|
|
69
|
-
.user-tag .tag-content .user-name[data-v-
|
|
69
|
+
.user-tag .tag-content .user-name[data-v-655f7a5a] {
|
|
70
|
+
white-space: nowrap;
|
|
70
71
|
overflow: hidden;
|
|
71
|
-
font-size: 12px;
|
|
72
72
|
text-overflow: ellipsis;
|
|
73
|
-
|
|
74
|
-
}.multiple-selector[data-v-
|
|
73
|
+
font-size: 12px;
|
|
74
|
+
}.multiple-selector[data-v-9fc5bebf] {
|
|
75
75
|
position: relative;
|
|
76
76
|
width: 100%;
|
|
77
77
|
}
|
|
78
|
-
.multiple-selector .tags-container[data-v-
|
|
78
|
+
.multiple-selector .tags-container[data-v-9fc5bebf] {
|
|
79
79
|
min-height: 32px;
|
|
80
|
-
padding: 1px 10px 1px 8px;
|
|
81
|
-
background-color: #fff;
|
|
82
80
|
border: 1px solid #c4c6cc;
|
|
83
81
|
border-radius: 2px;
|
|
82
|
+
padding: 1px 10px 1px 8px;
|
|
84
83
|
transition: all 0.2s ease;
|
|
84
|
+
background-color: #fff;
|
|
85
85
|
}
|
|
86
|
-
.multiple-selector .tags-container.focused[data-v-
|
|
86
|
+
.multiple-selector .tags-container.focused[data-v-9fc5bebf] {
|
|
87
87
|
border-color: #3a84ff;
|
|
88
88
|
box-shadow: 0 0 0 2px rgba(58, 132, 255, 0.1);
|
|
89
89
|
}
|
|
90
|
-
.multiple-selector .tags-container.collapsed[data-v-
|
|
90
|
+
.multiple-selector .tags-container.collapsed[data-v-9fc5bebf] {
|
|
91
91
|
display: flex;
|
|
92
92
|
flex-wrap: wrap;
|
|
93
93
|
align-items: center;
|
|
94
94
|
}
|
|
95
|
-
.multiple-selector .tag-list[data-v-
|
|
95
|
+
.multiple-selector .tag-list[data-v-9fc5bebf] {
|
|
96
96
|
display: flex;
|
|
97
97
|
flex-wrap: wrap;
|
|
98
98
|
align-items: center;
|
|
99
99
|
}
|
|
100
|
-
.multiple-selector .tag-wrapper[data-v-
|
|
100
|
+
.multiple-selector .tag-wrapper[data-v-9fc5bebf] {
|
|
101
101
|
display: inline-flex;
|
|
102
102
|
align-items: center;
|
|
103
103
|
max-width: 100%;
|
|
104
104
|
}
|
|
105
|
-
.multiple-selector .search-input[data-v-
|
|
106
|
-
|
|
105
|
+
.multiple-selector .search-input[data-v-9fc5bebf] {
|
|
106
|
+
outline: none;
|
|
107
|
+
border: none;
|
|
107
108
|
height: 28px;
|
|
109
|
+
min-width: 10px;
|
|
108
110
|
background: transparent;
|
|
109
|
-
border: none;
|
|
110
|
-
outline: none;
|
|
111
111
|
}
|
|
112
|
-
.multiple-selector .search-input[data-v-
|
|
112
|
+
.multiple-selector .search-input[data-v-9fc5bebf]::placeholder {
|
|
113
113
|
color: #c4c6cc;
|
|
114
114
|
}
|
|
115
|
-
.multiple-selector .search-input.inline[data-v-
|
|
115
|
+
.multiple-selector .search-input.inline[data-v-9fc5bebf] {
|
|
116
116
|
min-width: 10px;
|
|
117
117
|
}
|
|
118
|
-
.multiple-selector .search-input.last[data-v-
|
|
118
|
+
.multiple-selector .search-input.last[data-v-9fc5bebf], .multiple-selector .search-input.collapsed[data-v-9fc5bebf] {
|
|
119
119
|
flex: 1;
|
|
120
120
|
min-width: 60px;
|
|
121
|
-
}.single-selector[data-v-
|
|
121
|
+
}.single-selector[data-v-1454c121] {
|
|
122
122
|
position: relative;
|
|
123
123
|
width: 100%;
|
|
124
124
|
}
|
|
125
|
-
.input-container[data-v-
|
|
125
|
+
.input-container[data-v-1454c121] {
|
|
126
126
|
position: relative;
|
|
127
127
|
display: flex;
|
|
128
128
|
align-items: center;
|
|
129
129
|
min-height: 32px;
|
|
130
|
-
padding: 0 8px;
|
|
131
|
-
background-color: #fff;
|
|
132
130
|
border: 1px solid #c4c6cc;
|
|
133
131
|
border-radius: 2px;
|
|
132
|
+
padding: 0 8px;
|
|
133
|
+
background-color: #fff;
|
|
134
134
|
}
|
|
135
|
-
.input-container[data-v-
|
|
135
|
+
.input-container[data-v-1454c121]:focus-within {
|
|
136
136
|
border-color: #3a84ff;
|
|
137
137
|
box-shadow: 0 0 0 2px rgba(58, 132, 255, 0.1);
|
|
138
138
|
}
|
|
139
|
-
.search-input[data-v-
|
|
139
|
+
.search-input[data-v-1454c121] {
|
|
140
140
|
flex: 1;
|
|
141
|
+
outline: none;
|
|
142
|
+
border: none;
|
|
141
143
|
height: 30px;
|
|
142
144
|
background: transparent;
|
|
143
|
-
border: none;
|
|
144
|
-
outline: none;
|
|
145
145
|
}
|
|
146
|
-
.search-input[data-v-
|
|
146
|
+
.search-input[data-v-1454c121]::placeholder {
|
|
147
147
|
color: #c4c6cc;
|
|
148
|
-
}.bk-user-selector[data-v-
|
|
149
|
-
position: relative;
|
|
148
|
+
}.bk-user-selector[data-v-906da21c] {
|
|
150
149
|
width: 100%;
|
|
150
|
+
position: relative;
|
|
151
151
|
font-size: 12px;
|
|
152
152
|
}
|