3h1-ui 1.0.50 → 1.0.52
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 +3 -2
- package/es/style.css +20 -20
- package/lib/index.js +3 -2
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -4996,6 +4996,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4996
4996
|
};
|
|
4997
4997
|
const confirmEvent = () => {
|
|
4998
4998
|
emit("confirm", tagList.value);
|
|
4999
|
+
openModal(false);
|
|
4999
5000
|
cancelEvent();
|
|
5000
5001
|
};
|
|
5001
5002
|
const cancelEvent = () => {
|
|
@@ -5203,8 +5204,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
5203
5204
|
};
|
|
5204
5205
|
}
|
|
5205
5206
|
});
|
|
5206
|
-
const
|
|
5207
|
-
const UserSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
5207
|
+
const IndexView_vue_vue_type_style_index_0_scoped_324494dd_lang = "";
|
|
5208
|
+
const UserSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-324494dd"]]);
|
|
5208
5209
|
const antd_min = "";
|
|
5209
5210
|
const index$1 = "";
|
|
5210
5211
|
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-324494dd] {
|
|
142
142
|
border: 1px solid #d9d9d9;
|
|
143
143
|
}
|
|
144
|
-
.tab-wrapper[data-v-
|
|
144
|
+
.tab-wrapper[data-v-324494dd] {
|
|
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-324494dd] .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-324494dd] .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-324494dd] {
|
|
159
159
|
flex: auto;
|
|
160
160
|
}
|
|
161
|
-
.tab-wrapper .flex-input[data-v-
|
|
161
|
+
.tab-wrapper .flex-input[data-v-324494dd] {
|
|
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-324494dd] {
|
|
168
168
|
overflow: auto;
|
|
169
169
|
height: 300px;
|
|
170
170
|
}
|
|
171
|
-
.user-wrapper .tree-select[data-v-
|
|
171
|
+
.user-wrapper .tree-select[data-v-324494dd] {
|
|
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-324494dd] {
|
|
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-324494dd] {
|
|
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-324494dd]: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-324494dd]:last-child {
|
|
193
193
|
padding: 10px 15px;
|
|
194
194
|
}
|
|
195
|
-
.all-user[data-v-
|
|
195
|
+
.all-user[data-v-324494dd] {
|
|
196
196
|
padding: 15px;
|
|
197
197
|
}
|
|
198
|
-
.all-user[data-v-
|
|
198
|
+
.all-user[data-v-324494dd] .ant-checkbox-group {
|
|
199
199
|
width: 100%;
|
|
200
200
|
}
|
|
201
|
-
.all-user .tree-row[data-v-
|
|
201
|
+
.all-user .tree-row[data-v-324494dd] {
|
|
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-324494dd] {
|
|
207
207
|
padding: 15px;
|
|
208
208
|
}
|
|
209
|
-
.tags-selected[data-v-
|
|
209
|
+
.tags-selected[data-v-324494dd] {
|
|
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-324494dd] {
|
|
217
217
|
width: 100%;
|
|
218
218
|
}
|
|
219
|
-
.spin[data-v-
|
|
219
|
+
.spin[data-v-324494dd] {
|
|
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-324494dd] {
|
|
234
234
|
position: relative;
|
|
235
235
|
}
|
|
236
236
|
/*!
|
package/lib/index.js
CHANGED
|
@@ -4998,6 +4998,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
4998
4998
|
};
|
|
4999
4999
|
const confirmEvent = () => {
|
|
5000
5000
|
emit("confirm", tagList.value);
|
|
5001
|
+
openModal(false);
|
|
5001
5002
|
cancelEvent();
|
|
5002
5003
|
};
|
|
5003
5004
|
const cancelEvent = () => {
|
|
@@ -5205,8 +5206,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
5205
5206
|
};
|
|
5206
5207
|
}
|
|
5207
5208
|
});
|
|
5208
|
-
const
|
|
5209
|
-
const UserSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
5209
|
+
const IndexView_vue_vue_type_style_index_0_scoped_324494dd_lang = "";
|
|
5210
|
+
const UserSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-324494dd"]]);
|
|
5210
5211
|
const antd_min = "";
|
|
5211
5212
|
const index$1 = "";
|
|
5212
5213
|
const index = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.52",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"vxe-table": "^4.3.6",
|
|
26
26
|
"xe-utils": "^3.5.7"
|
|
27
27
|
},
|
|
28
|
-
"
|
|
28
|
+
"types": "lib/index.d.ts"
|
|
29
29
|
}
|