3h1-ui 1.0.49 → 1.0.50
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/es/index.js +4 -5
- package/es/style.css +20 -20
- package/lib/index.js +4 -5
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -5015,7 +5015,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
5015
5015
|
};
|
|
5016
5016
|
expose({ open });
|
|
5017
5017
|
return (_ctx, _cache) => {
|
|
5018
|
-
const _component_a_empty = resolveComponent("a-empty");
|
|
5019
5018
|
return openBlock(), createBlock(unref(BasicModal), {
|
|
5020
5019
|
onRegister: unref(registerModal),
|
|
5021
5020
|
width: 600,
|
|
@@ -5135,7 +5134,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
5135
5134
|
createVNode(unref(Spin))
|
|
5136
5135
|
])) : createCommentVNode("", true),
|
|
5137
5136
|
props2.selectType === "single" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
5138
|
-
userList.value.length === 0 ? (openBlock(), createBlock(
|
|
5137
|
+
userList.value.length === 0 ? (openBlock(), createBlock(unref(Empty), { key: 0 })) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(userList.value, (item, index2) => {
|
|
5139
5138
|
return openBlock(), createBlock(unref(CheckboxGroup), {
|
|
5140
5139
|
key: index2,
|
|
5141
5140
|
value: userSelected.value,
|
|
@@ -5158,7 +5157,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
5158
5157
|
}, 1032, ["value"]);
|
|
5159
5158
|
}), 128))
|
|
5160
5159
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
5161
|
-
userList.value.length === 0 ? (openBlock(), createBlock(
|
|
5160
|
+
userList.value.length === 0 ? (openBlock(), createBlock(unref(Empty), { key: 0 })) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(userList.value, (item, index2) => {
|
|
5162
5161
|
return openBlock(), createElementBlock("div", {
|
|
5163
5162
|
key: index2,
|
|
5164
5163
|
class: "tree-row"
|
|
@@ -5204,8 +5203,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
5204
5203
|
};
|
|
5205
5204
|
}
|
|
5206
5205
|
});
|
|
5207
|
-
const
|
|
5208
|
-
const UserSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
5206
|
+
const IndexView_vue_vue_type_style_index_0_scoped_6623fe9a_lang = "";
|
|
5207
|
+
const UserSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6623fe9a"]]);
|
|
5209
5208
|
const antd_min = "";
|
|
5210
5209
|
const index$1 = "";
|
|
5211
5210
|
const index = {
|
package/es/style.css
CHANGED
|
@@ -138,85 +138,85 @@
|
|
|
138
138
|
.shy-basic-title-help[data-v-f417d66d] {
|
|
139
139
|
margin-left: 10px;
|
|
140
140
|
}
|
|
141
|
-
.user-body[data-v-
|
|
141
|
+
.user-body[data-v-6623fe9a] {
|
|
142
142
|
border: 1px solid #d9d9d9;
|
|
143
143
|
}
|
|
144
|
-
.tab-wrapper[data-v-
|
|
144
|
+
.tab-wrapper[data-v-6623fe9a] {
|
|
145
145
|
position: relative;
|
|
146
146
|
display: flex;
|
|
147
147
|
justify-content: space-between;
|
|
148
148
|
align-items: center;
|
|
149
149
|
}
|
|
150
|
-
.tab-wrapper[data-v-
|
|
150
|
+
.tab-wrapper[data-v-6623fe9a] .ant-tabs-nav {
|
|
151
151
|
padding-left: 15px;
|
|
152
152
|
margin-bottom: 0;
|
|
153
153
|
border: none !important;
|
|
154
154
|
}
|
|
155
|
-
.tab-wrapper[data-v-
|
|
155
|
+
.tab-wrapper[data-v-6623fe9a] .ant-tabs-nav::before {
|
|
156
156
|
border-color: #d9d9d9;
|
|
157
157
|
}
|
|
158
|
-
.tab-wrapper .flex-tab[data-v-
|
|
158
|
+
.tab-wrapper .flex-tab[data-v-6623fe9a] {
|
|
159
159
|
flex: auto;
|
|
160
160
|
}
|
|
161
|
-
.tab-wrapper .flex-input[data-v-
|
|
161
|
+
.tab-wrapper .flex-input[data-v-6623fe9a] {
|
|
162
162
|
position: absolute;
|
|
163
163
|
right: 0;
|
|
164
164
|
margin-right: 15px;
|
|
165
165
|
width: 200px;
|
|
166
166
|
}
|
|
167
|
-
.user-wrapper[data-v-
|
|
167
|
+
.user-wrapper[data-v-6623fe9a] {
|
|
168
168
|
overflow: auto;
|
|
169
169
|
height: 300px;
|
|
170
170
|
}
|
|
171
|
-
.user-wrapper .tree-select[data-v-
|
|
171
|
+
.user-wrapper .tree-select[data-v-6623fe9a] {
|
|
172
172
|
display: flex;
|
|
173
173
|
justify-content: space-between;
|
|
174
174
|
overflow: hidden;
|
|
175
175
|
height: 300px;
|
|
176
176
|
}
|
|
177
|
-
.user-wrapper .tree-select .tree-item[data-v-
|
|
177
|
+
.user-wrapper .tree-select .tree-item[data-v-6623fe9a] {
|
|
178
178
|
flex: 1 1 0 !important;
|
|
179
179
|
overflow: hidden;
|
|
180
180
|
box-sizing: border-box;
|
|
181
181
|
}
|
|
182
|
-
.user-wrapper .tree-select .tree-item .tree-row[data-v-
|
|
182
|
+
.user-wrapper .tree-select .tree-item .tree-row[data-v-6623fe9a] {
|
|
183
183
|
display: flex;
|
|
184
184
|
justify-content: space-between;
|
|
185
185
|
align-items: center;
|
|
186
186
|
cursor: pointer;
|
|
187
187
|
}
|
|
188
|
-
.user-wrapper .tree-select .tree-item[data-v-
|
|
188
|
+
.user-wrapper .tree-select .tree-item[data-v-6623fe9a]:first-child {
|
|
189
189
|
border-right: 1px solid #d9d9d9;
|
|
190
190
|
padding: 10px 15px;
|
|
191
191
|
}
|
|
192
|
-
.user-wrapper .tree-select .tree-item[data-v-
|
|
192
|
+
.user-wrapper .tree-select .tree-item[data-v-6623fe9a]:last-child {
|
|
193
193
|
padding: 10px 15px;
|
|
194
194
|
}
|
|
195
|
-
.all-user[data-v-
|
|
195
|
+
.all-user[data-v-6623fe9a] {
|
|
196
196
|
padding: 15px;
|
|
197
197
|
}
|
|
198
|
-
.all-user[data-v-
|
|
198
|
+
.all-user[data-v-6623fe9a] .ant-checkbox-group {
|
|
199
199
|
width: 100%;
|
|
200
200
|
}
|
|
201
|
-
.all-user .tree-row[data-v-
|
|
201
|
+
.all-user .tree-row[data-v-6623fe9a] {
|
|
202
202
|
display: flex;
|
|
203
203
|
justify-content: space-between;
|
|
204
204
|
align-items: center;
|
|
205
205
|
}
|
|
206
|
-
.all-organization[data-v-
|
|
206
|
+
.all-organization[data-v-6623fe9a] {
|
|
207
207
|
padding: 15px;
|
|
208
208
|
}
|
|
209
|
-
.tags-selected[data-v-
|
|
209
|
+
.tags-selected[data-v-6623fe9a] {
|
|
210
210
|
overflow: auto;
|
|
211
211
|
padding: 8px;
|
|
212
212
|
margin-bottom: 15px;
|
|
213
213
|
height: 80px;
|
|
214
214
|
border: 1px solid #d9d9d9;
|
|
215
215
|
}
|
|
216
|
-
.w-100[data-v-
|
|
216
|
+
.w-100[data-v-6623fe9a] {
|
|
217
217
|
width: 100%;
|
|
218
218
|
}
|
|
219
|
-
.spin[data-v-
|
|
219
|
+
.spin[data-v-6623fe9a] {
|
|
220
220
|
position: absolute;
|
|
221
221
|
top: 0;
|
|
222
222
|
right: 0;
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
background: #fff;
|
|
231
231
|
border-radius: 4px;
|
|
232
232
|
}
|
|
233
|
-
.relative[data-v-
|
|
233
|
+
.relative[data-v-6623fe9a] {
|
|
234
234
|
position: relative;
|
|
235
235
|
}
|
|
236
236
|
/*!
|
package/lib/index.js
CHANGED
|
@@ -5017,7 +5017,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
5017
5017
|
};
|
|
5018
5018
|
expose({ open });
|
|
5019
5019
|
return (_ctx, _cache) => {
|
|
5020
|
-
const _component_a_empty = vue.resolveComponent("a-empty");
|
|
5021
5020
|
return vue.openBlock(), vue.createBlock(vue.unref(BasicModal), {
|
|
5022
5021
|
onRegister: vue.unref(registerModal),
|
|
5023
5022
|
width: 600,
|
|
@@ -5137,7 +5136,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
5137
5136
|
vue.createVNode(vue.unref(antDesignVue.Spin))
|
|
5138
5137
|
])) : vue.createCommentVNode("", true),
|
|
5139
5138
|
props2.selectType === "single" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
5140
|
-
userList.value.length === 0 ? (vue.openBlock(), vue.createBlock(
|
|
5139
|
+
userList.value.length === 0 ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Empty), { key: 0 })) : (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 1 }, vue.renderList(userList.value, (item, index2) => {
|
|
5141
5140
|
return vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.CheckboxGroup), {
|
|
5142
5141
|
key: index2,
|
|
5143
5142
|
value: userSelected.value,
|
|
@@ -5160,7 +5159,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
5160
5159
|
}, 1032, ["value"]);
|
|
5161
5160
|
}), 128))
|
|
5162
5161
|
], 64)) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
|
|
5163
|
-
userList.value.length === 0 ? (vue.openBlock(), vue.createBlock(
|
|
5162
|
+
userList.value.length === 0 ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Empty), { key: 0 })) : (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 1 }, vue.renderList(userList.value, (item, index2) => {
|
|
5164
5163
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
5165
5164
|
key: index2,
|
|
5166
5165
|
class: "tree-row"
|
|
@@ -5206,8 +5205,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
5206
5205
|
};
|
|
5207
5206
|
}
|
|
5208
5207
|
});
|
|
5209
|
-
const
|
|
5210
|
-
const UserSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
5208
|
+
const IndexView_vue_vue_type_style_index_0_scoped_6623fe9a_lang = "";
|
|
5209
|
+
const UserSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6623fe9a"]]);
|
|
5211
5210
|
const antd_min = "";
|
|
5212
5211
|
const index$1 = "";
|
|
5213
5212
|
const index = {
|