bkui-vue 0.0.1-beta.165 → 0.0.1-beta.166
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/dist/index.cjs.js +30 -30
- package/dist/index.esm.js +145 -94
- package/dist/index.umd.js +31 -31
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/checkbox/checkbox.css +5 -0
- package/lib/checkbox/checkbox.less +4 -0
- package/lib/checkbox/checkbox.variable.css +5 -0
- package/lib/pagination/index.d.ts +16 -1
- package/lib/pagination/index.js +1 -1
- package/lib/pagination/pagination.css +54 -28
- package/lib/pagination/pagination.d.ts +10 -0
- package/lib/pagination/pagination.less +58 -31
- package/lib/pagination/pagination.variable.css +54 -28
- package/lib/select/index.d.ts +64 -7
- package/lib/select/index.js +1 -1
- package/lib/select/select.css +69 -54
- package/lib/select/select.d.ts +21 -2
- package/lib/select/select.less +44 -29
- package/lib/select/select.variable.css +69 -54
- package/lib/select/selectTagInput.d.ts +12 -0
- package/lib/table/table.css +59 -28
- package/lib/table/table.variable.css +59 -28
- package/lib/tree/tree.css +5 -0
- package/lib/tree/tree.variable.css +5 -0
- package/package.json +1 -1
@@ -144,10 +144,10 @@
|
|
144
144
|
font-weight: normal;
|
145
145
|
list-style: none;
|
146
146
|
}
|
147
|
-
.bk-select.large .bk-select-content {
|
147
|
+
.bk-select.large .bk-select-content-wrapper {
|
148
148
|
font-size: 14px;
|
149
149
|
}
|
150
|
-
.bk-select.is-focus.normal .bk-select-trigger .bk-select-tag {
|
150
|
+
.bk-select.is-focus.normal .bk-select-trigger .bk-select-tag.bk-select-tag--default {
|
151
151
|
border-color: var(--primary-color);
|
152
152
|
box-shadow: 0px 0px 3px 0px #a3c5fd;
|
153
153
|
}
|
@@ -167,31 +167,34 @@
|
|
167
167
|
.bk-select.popover-show .bk-select-trigger .angle-up {
|
168
168
|
transform: rotate(0);
|
169
169
|
}
|
170
|
-
.bk-select.is-disabled .bk-
|
170
|
+
.bk-select.is-disabled .bk-input--text {
|
171
171
|
cursor: not-allowed;
|
172
172
|
background-color: #fafbfd;
|
173
173
|
}
|
174
|
-
.bk-select .bk-
|
175
|
-
position: relative;
|
176
|
-
}
|
177
|
-
.bk-select .bk-select-trigger .bk-tag-input .bk-tag-input-trigger .clear-icon {
|
178
|
-
margin-right: 0;
|
179
|
-
}
|
180
|
-
.bk-select .bk-select-trigger .bk-input input {
|
181
|
-
padding-right: 24px;
|
182
|
-
cursor: pointer;
|
183
|
-
background-color: var(--white-color);
|
184
|
-
}
|
185
|
-
.bk-select .bk-select-trigger .bk-input.is-focused {
|
174
|
+
.bk-select .bk-input.is-focused {
|
186
175
|
border-color: var(--primary-color);
|
187
176
|
outline: 0;
|
188
177
|
box-shadow: 0px 0px 3px 0px var(--input-shadow-color);
|
189
178
|
}
|
190
|
-
.bk-select .bk-
|
179
|
+
.bk-select .bk-input.is-focused.is-simplicity {
|
191
180
|
border-color: transparent;
|
192
181
|
border-bottom-color: var(--primary-color);
|
193
182
|
box-shadow: none;
|
194
183
|
}
|
184
|
+
.bk-select .bk-input--text {
|
185
|
+
overflow: hidden;
|
186
|
+
text-overflow: ellipsis;
|
187
|
+
white-space: nowrap;
|
188
|
+
padding-right: 24px;
|
189
|
+
cursor: pointer;
|
190
|
+
background-color: var(--white-color);
|
191
|
+
}
|
192
|
+
.bk-select .bk-select-trigger {
|
193
|
+
position: relative;
|
194
|
+
}
|
195
|
+
.bk-select .bk-select-trigger .bk-tag-input .bk-tag-input-trigger .clear-icon {
|
196
|
+
margin-right: 0;
|
197
|
+
}
|
195
198
|
.bk-select .bk-select-trigger .bk-select-tag {
|
196
199
|
width: 100%;
|
197
200
|
height: 32px;
|
@@ -213,20 +216,33 @@
|
|
213
216
|
white-space: nowrap;
|
214
217
|
display: flex;
|
215
218
|
width: auto;
|
216
|
-
height: auto;
|
217
|
-
min-height: 32px;
|
218
219
|
align-items: center;
|
219
|
-
flex-wrap: wrap;
|
220
220
|
}
|
221
221
|
.bk-select .bk-select-trigger .bk-select-tag::placeholder {
|
222
222
|
color: var(--light-gray);
|
223
223
|
}
|
224
|
+
.bk-select .bk-select-trigger .bk-select-tag.collapse-tag .bk-select-tag-wrapper {
|
225
|
+
height: 30px;
|
226
|
+
}
|
227
|
+
.bk-select .bk-select-trigger .bk-select-tag:not(.collapse-tag) {
|
228
|
+
height: auto;
|
229
|
+
min-height: 32px;
|
230
|
+
flex-wrap: wrap;
|
231
|
+
}
|
232
|
+
.bk-select .bk-select-trigger .bk-select-tag-wrapper {
|
233
|
+
display: flex;
|
234
|
+
align-items: center;
|
235
|
+
flex-wrap: wrap;
|
236
|
+
padding: 2px 0;
|
237
|
+
overflow: hidden;
|
238
|
+
}
|
224
239
|
.bk-select .bk-select-trigger .bk-select-tag:not(.is-disabled):hover {
|
225
240
|
border-color: #979ba5;
|
226
241
|
}
|
227
242
|
.bk-select .bk-select-trigger .bk-select-tag.is-disabled {
|
228
243
|
cursor: not-allowed;
|
229
244
|
background-color: #fafbfd;
|
245
|
+
border-color: #dcdee5;
|
230
246
|
}
|
231
247
|
.bk-select .bk-select-trigger .bk-select-tag.is-disabled input {
|
232
248
|
cursor: not-allowed;
|
@@ -252,20 +268,19 @@
|
|
252
268
|
background-color: var(--white-color);
|
253
269
|
border: 1px solid var(--light-gray);
|
254
270
|
border-radius: 2px;
|
271
|
+
outline: none;
|
255
272
|
box-sizing: border-box;
|
256
273
|
transition: all 0.1s;
|
257
274
|
resize: none;
|
275
|
+
overflow: hidden;
|
258
276
|
text-overflow: ellipsis;
|
259
277
|
white-space: nowrap;
|
260
278
|
width: 1%;
|
261
279
|
height: 22px;
|
262
|
-
max-width: 190px;
|
263
280
|
padding: 0;
|
264
|
-
margin:
|
265
|
-
overflow: hidden;
|
281
|
+
margin: 2px 5px 4px 0;
|
266
282
|
background-color: transparent;
|
267
283
|
border: none;
|
268
|
-
outline: none;
|
269
284
|
flex-grow: 1;
|
270
285
|
}
|
271
286
|
.bk-select .bk-select-trigger .bk-select-tag-input::placeholder {
|
@@ -325,14 +340,14 @@
|
|
325
340
|
border-radius: 2px;
|
326
341
|
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
|
327
342
|
}
|
328
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-empty {
|
343
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-empty {
|
329
344
|
display: flex;
|
330
345
|
align-items: center;
|
331
346
|
justify-content: center;
|
332
347
|
height: 56px;
|
333
348
|
color: #63656e;
|
334
349
|
}
|
335
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-empty .spinner {
|
350
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-empty .spinner {
|
336
351
|
display: flex;
|
337
352
|
width: 14px;
|
338
353
|
height: 14px;
|
@@ -342,14 +357,14 @@
|
|
342
357
|
align-items: center;
|
343
358
|
justify-content: center;
|
344
359
|
}
|
345
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-empty span {
|
360
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-empty span {
|
346
361
|
margin-left: 4px;
|
347
362
|
line-height: 18px;
|
348
363
|
}
|
349
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-dropdown {
|
364
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-dropdown {
|
350
365
|
overflow: auto;
|
351
366
|
}
|
352
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-extension {
|
367
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-extension {
|
353
368
|
display: flex;
|
354
369
|
height: 40px;
|
355
370
|
background-color: #fafbfd;
|
@@ -357,10 +372,10 @@
|
|
357
372
|
border-top: 1px solid #dcdee5;
|
358
373
|
border-radius: 0 0 2px 2px;
|
359
374
|
}
|
360
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-options {
|
375
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-options {
|
361
376
|
padding: 4px 0;
|
362
377
|
}
|
363
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-option {
|
378
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option {
|
364
379
|
position: relative;
|
365
380
|
height: 32px;
|
366
381
|
padding: 0 12px;
|
@@ -373,76 +388,76 @@
|
|
373
388
|
text-overflow: ellipsis;
|
374
389
|
white-space: nowrap;
|
375
390
|
}
|
376
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-option .bk-select-selected-icon {
|
391
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option .bk-select-selected-icon {
|
377
392
|
position: absolute;
|
378
393
|
right: 10px;
|
379
394
|
}
|
380
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-option-item {
|
395
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option-item {
|
381
396
|
overflow: hidden;
|
382
397
|
text-overflow: ellipsis;
|
383
398
|
white-space: nowrap;
|
384
399
|
}
|
385
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-option.is-hover {
|
400
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option.is-hover {
|
386
401
|
color: #3a84ff;
|
387
402
|
background-color: #f5f7fa;
|
388
403
|
}
|
389
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-option:hover {
|
404
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option:hover {
|
390
405
|
color: #63656e;
|
391
406
|
background-color: #f5f7fa;
|
392
407
|
}
|
393
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-option.is-selected {
|
408
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option.is-selected {
|
394
409
|
color: #3a84ff;
|
395
410
|
background-color: #e1ecff;
|
396
411
|
}
|
397
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-option.is-disabled {
|
412
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option.is-disabled {
|
398
413
|
color: #c4c6cc;
|
399
414
|
cursor: not-allowed;
|
400
415
|
background-color: transparent;
|
401
416
|
}
|
402
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-option.is-multiple {
|
417
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option.is-multiple {
|
403
418
|
padding-right: 32px;
|
404
419
|
}
|
405
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-option.is-multiple.is-selected {
|
420
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option.is-multiple.is-selected {
|
406
421
|
background-color: #fff;
|
407
422
|
}
|
408
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-option.is-multiple.is-hover {
|
423
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option.is-multiple.is-hover {
|
409
424
|
background-color: #f5f7fa;
|
410
425
|
}
|
411
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-option.is-multiple:hover {
|
426
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-option.is-multiple:hover {
|
412
427
|
background-color: #f5f7fa;
|
413
428
|
}
|
414
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-options-loading {
|
429
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-options-loading {
|
415
430
|
display: flex;
|
416
431
|
align-items: center;
|
417
432
|
justify-content: center;
|
418
433
|
}
|
419
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-options-loading span {
|
434
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-options-loading span {
|
420
435
|
margin-left: 4px;
|
421
436
|
line-height: 18px;
|
422
437
|
}
|
423
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-option-group-label {
|
438
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-option-group-label {
|
424
439
|
height: 32px;
|
425
440
|
padding: 0 8px;
|
426
441
|
line-height: 32px;
|
427
442
|
color: #979ba5;
|
428
443
|
text-align: left;
|
429
444
|
}
|
430
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-option-group-label.collapsible {
|
445
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-option-group-label.collapsible {
|
431
446
|
cursor: pointer;
|
432
447
|
}
|
433
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-option-group.collapsible .bk-select-option {
|
448
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-option-group.collapsible .bk-select-option {
|
434
449
|
padding-left: 40px;
|
435
450
|
}
|
436
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-option-group.disabled .default-group-label {
|
451
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-option-group.disabled .default-group-label {
|
437
452
|
color: #c4c6cc;
|
438
453
|
cursor: not-allowed;
|
439
454
|
}
|
440
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-option-group .default-group-label {
|
455
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-option-group .default-group-label {
|
441
456
|
display: flex;
|
442
457
|
user-select: none;
|
443
458
|
align-items: center;
|
444
459
|
}
|
445
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-option-group .default-group-label-icon {
|
460
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-option-group .default-group-label-icon {
|
446
461
|
display: flex;
|
447
462
|
width: 12px;
|
448
463
|
height: 12px;
|
@@ -451,24 +466,24 @@
|
|
451
466
|
align-items: center;
|
452
467
|
justify-content: center;
|
453
468
|
}
|
454
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-option-group .default-group-label-icon.collapse {
|
469
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-option-group .default-group-label-icon.collapse {
|
455
470
|
transform: rotate(-90deg);
|
456
471
|
}
|
457
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-option-group .bk-select-option {
|
472
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-option-group .bk-select-option {
|
458
473
|
padding-left: 24px;
|
459
474
|
}
|
460
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-search-wrapper {
|
475
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-search-wrapper {
|
461
476
|
display: flex;
|
462
477
|
margin: 4px 8px 0 8px;
|
463
478
|
margin-top: 4px;
|
464
479
|
border-bottom: 1px solid var(--input-block-hover-color);
|
465
480
|
align-items: center;
|
466
481
|
}
|
467
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-search-wrapper .icon-search {
|
482
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-search-wrapper .icon-search {
|
468
483
|
margin-left: 2px;
|
469
484
|
color: var(--gray-color);
|
470
485
|
}
|
471
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-search-wrapper .bk-select-search-input {
|
486
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-search-wrapper .bk-select-search-input {
|
472
487
|
width: 100%;
|
473
488
|
height: 32px;
|
474
489
|
padding: 0 28px 0 10px;
|
@@ -491,6 +506,6 @@
|
|
491
506
|
cursor: text;
|
492
507
|
border: none;
|
493
508
|
}
|
494
|
-
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content .bk-select-search-wrapper .bk-select-search-input::placeholder {
|
509
|
+
.bk-popover2.bk-pop2-content.bk-select-popover .bk-select-content-wrapper .bk-select-search-wrapper .bk-select-search-input::placeholder {
|
495
510
|
color: var(--light-gray);
|
496
511
|
}
|
@@ -29,7 +29,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
29
29
|
default: boolean;
|
30
30
|
};
|
31
31
|
modelValue: import("vue-types/dist/types").VueTypeValidableDef<any>;
|
32
|
+
collapseTags: import("vue-types/dist/types").VueTypeValidableDef<boolean> & {
|
33
|
+
default: boolean;
|
34
|
+
} & {
|
35
|
+
default: boolean;
|
36
|
+
};
|
32
37
|
}, {
|
38
|
+
overflowTagIndex: import("vue").Ref<number>;
|
33
39
|
value: any;
|
34
40
|
inputRef: import("vue").Ref<HTMLElement>;
|
35
41
|
handleRemoveTag: (val: string) => void;
|
@@ -65,6 +71,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
65
71
|
default: boolean;
|
66
72
|
};
|
67
73
|
modelValue: import("vue-types/dist/types").VueTypeValidableDef<any>;
|
74
|
+
collapseTags: import("vue-types/dist/types").VueTypeValidableDef<boolean> & {
|
75
|
+
default: boolean;
|
76
|
+
} & {
|
77
|
+
default: boolean;
|
78
|
+
};
|
68
79
|
}>> & {
|
69
80
|
onEnter?: (...args: any[]) => any;
|
70
81
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
@@ -76,5 +87,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
76
87
|
tagTheme: string;
|
77
88
|
filterable: boolean;
|
78
89
|
allowCreate: boolean;
|
90
|
+
collapseTags: boolean;
|
79
91
|
}>;
|
80
92
|
export default _default;
|
package/lib/table/table.css
CHANGED
@@ -66,6 +66,11 @@
|
|
66
66
|
transform: translate(-50%, -60%) scaleY(1) rotate(45deg);
|
67
67
|
transform-origin: center;
|
68
68
|
}
|
69
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input {
|
70
|
+
background: #3a84ff;
|
71
|
+
border-color: #3a84ff;
|
72
|
+
transition: all 0.1s;
|
73
|
+
}
|
69
74
|
.bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
|
70
75
|
width: 6px;
|
71
76
|
height: 2px;
|
@@ -515,11 +520,12 @@
|
|
515
520
|
}
|
516
521
|
.bk-pagination-total-num {
|
517
522
|
padding: 0 2px;
|
518
|
-
color: #3f4046;
|
519
523
|
}
|
520
524
|
.bk-pagination-list {
|
521
525
|
display: flex;
|
522
526
|
}
|
527
|
+
.bk-pagination-list-pre-batch,
|
528
|
+
.bk-pagination-list-next-batch,
|
523
529
|
.bk-pagination-list-pre,
|
524
530
|
.bk-pagination-list-next,
|
525
531
|
.bk-pagination-list-item {
|
@@ -534,19 +540,26 @@
|
|
534
540
|
color: #63656e;
|
535
541
|
cursor: pointer;
|
536
542
|
background: #fff;
|
537
|
-
border: 1px solid #c4c6cc;
|
538
543
|
border-radius: 2px;
|
539
544
|
user-select: none;
|
540
545
|
}
|
541
|
-
.bk-pagination-list-pre
|
542
|
-
.bk-pagination-list-next
|
543
|
-
.bk-pagination-list-item:hover,
|
546
|
+
.bk-pagination-list-pre-batch.is-active,
|
547
|
+
.bk-pagination-list-next-batch.is-active,
|
544
548
|
.bk-pagination-list-pre.is-active,
|
545
549
|
.bk-pagination-list-next.is-active,
|
546
550
|
.bk-pagination-list-item.is-active {
|
547
551
|
color: #3a84ff;
|
548
|
-
|
552
|
+
background: #e1ecff;
|
553
|
+
}
|
554
|
+
.bk-pagination-list-pre-batch:hover,
|
555
|
+
.bk-pagination-list-next-batch:hover,
|
556
|
+
.bk-pagination-list-pre:hover,
|
557
|
+
.bk-pagination-list-next:hover,
|
558
|
+
.bk-pagination-list-item:hover {
|
559
|
+
background: #f0f1f5;
|
549
560
|
}
|
561
|
+
.bk-pagination-list-pre-batch.is-disabled,
|
562
|
+
.bk-pagination-list-next-batch.is-disabled,
|
550
563
|
.bk-pagination-list-pre.is-disabled,
|
551
564
|
.bk-pagination-list-next.is-disabled,
|
552
565
|
.bk-pagination-list-item.is-disabled {
|
@@ -555,26 +568,20 @@
|
|
555
568
|
background-color: #fafbfd;
|
556
569
|
border-color: #dcdee5;
|
557
570
|
}
|
558
|
-
.bk-pagination-list-pre-batch,
|
559
|
-
.bk-pagination-list-next-batch {
|
560
|
-
display: flex;
|
561
|
-
align-items: center;
|
562
|
-
justify-content: center;
|
563
|
-
height: 32px;
|
564
|
-
cursor: pointer;
|
565
|
-
user-select: none;
|
566
|
-
}
|
567
|
-
.bk-pagination-list-pre-batch:hover,
|
568
|
-
.bk-pagination-list-next-batch:hover {
|
569
|
-
color: #3a84ff;
|
570
|
-
}
|
571
571
|
.bk-pagination-list-pre,
|
572
572
|
.bk-pagination-list-next {
|
573
|
-
font-size:
|
573
|
+
font-size: 20px;
|
574
|
+
color: #979ba5;
|
575
|
+
}
|
576
|
+
.bk-pagination-list-pre.is-disabled,
|
577
|
+
.bk-pagination-list-next.is-disabled {
|
578
|
+
color: #dcdee5;
|
579
|
+
cursor: not-allowed;
|
580
|
+
background-color: transparent;
|
574
581
|
}
|
575
582
|
.bk-pagination-list-item {
|
576
|
-
margin-right:
|
577
|
-
margin-left:
|
583
|
+
margin-right: 2px;
|
584
|
+
margin-left: 2px;
|
578
585
|
}
|
579
586
|
.bk-pagination-limit {
|
580
587
|
display: flex;
|
@@ -585,12 +592,32 @@
|
|
585
592
|
width: 60px;
|
586
593
|
margin: 0 4px;
|
587
594
|
}
|
595
|
+
.bk-pagination-limit-select .bk-input {
|
596
|
+
border-color: #f0f1f5;
|
597
|
+
}
|
598
|
+
.bk-pagination-limit-select .bk-input--text {
|
599
|
+
background-color: #f0f1f5;
|
600
|
+
}
|
601
|
+
.bk-pagination-limit-select:hover .bk-input {
|
602
|
+
border-color: #eaebf0;
|
603
|
+
}
|
604
|
+
.bk-pagination-limit-select:hover .bk-input--text {
|
605
|
+
background-color: #eaebf0;
|
606
|
+
}
|
607
|
+
.bk-pagination-limit-select .bk-input.is-focused {
|
608
|
+
border-color: #3a84ff;
|
609
|
+
}
|
610
|
+
.bk-pagination-limit-select .bk-input.is-focused .bk-input--text {
|
611
|
+
background-color: #fff;
|
612
|
+
}
|
588
613
|
.bk-pagination-small-list {
|
589
614
|
display: flex;
|
615
|
+
align-items: center;
|
590
616
|
}
|
591
617
|
.bk-pagination-small-list .bk-pagination-picker {
|
592
618
|
display: flex;
|
593
|
-
height:
|
619
|
+
height: 26px;
|
620
|
+
margin: 0 4px;
|
594
621
|
cursor: pointer;
|
595
622
|
background-color: #f0f1f5;
|
596
623
|
border: 1px solid #f0f1f5;
|
@@ -598,8 +625,8 @@
|
|
598
625
|
align-items: center;
|
599
626
|
}
|
600
627
|
.bk-pagination-small-list .bk-pagination-picker:hover {
|
601
|
-
background-color: #
|
602
|
-
border-color: #
|
628
|
+
background-color: #eaebf0;
|
629
|
+
border-color: #eaebf0;
|
603
630
|
}
|
604
631
|
.bk-pagination-small-list .bk-pagination-picker.is-focused {
|
605
632
|
background-color: #fff;
|
@@ -608,7 +635,7 @@
|
|
608
635
|
}
|
609
636
|
.bk-pagination-editor {
|
610
637
|
height: 16px;
|
611
|
-
min-width:
|
638
|
+
min-width: 23px;
|
612
639
|
padding-right: 4px;
|
613
640
|
padding-left: 8px;
|
614
641
|
line-height: 16px;
|
@@ -626,14 +653,18 @@
|
|
626
653
|
.bk-pagination-btn-pre,
|
627
654
|
.bk-pagination-btn-next {
|
628
655
|
display: flex;
|
656
|
+
width: 26px;
|
657
|
+
height: 26px;
|
658
|
+
font-size: 20px;
|
659
|
+
color: #979ba5;
|
660
|
+
cursor: pointer;
|
629
661
|
justify-content: center;
|
630
662
|
align-items: center;
|
631
|
-
width: 24px;
|
632
|
-
cursor: pointer;
|
633
663
|
}
|
634
664
|
.bk-pagination-btn-pre:hover,
|
635
665
|
.bk-pagination-btn-next:hover {
|
636
666
|
color: #3a84ff;
|
667
|
+
background: #f0f1f5;
|
637
668
|
}
|
638
669
|
.bk-pagination-btn-pre.is-disabled,
|
639
670
|
.bk-pagination-btn-next.is-disabled {
|
@@ -179,6 +179,11 @@
|
|
179
179
|
transform: translate(-50%, -60%) scaleY(1) rotate(45deg);
|
180
180
|
transform-origin: center;
|
181
181
|
}
|
182
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input {
|
183
|
+
background: #3a84ff;
|
184
|
+
border-color: #3a84ff;
|
185
|
+
transition: all 0.1s;
|
186
|
+
}
|
182
187
|
.bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
|
183
188
|
width: 6px;
|
184
189
|
height: 2px;
|
@@ -628,11 +633,12 @@
|
|
628
633
|
}
|
629
634
|
.bk-pagination-total-num {
|
630
635
|
padding: 0 2px;
|
631
|
-
color: #3f4046;
|
632
636
|
}
|
633
637
|
.bk-pagination-list {
|
634
638
|
display: flex;
|
635
639
|
}
|
640
|
+
.bk-pagination-list-pre-batch,
|
641
|
+
.bk-pagination-list-next-batch,
|
636
642
|
.bk-pagination-list-pre,
|
637
643
|
.bk-pagination-list-next,
|
638
644
|
.bk-pagination-list-item {
|
@@ -647,19 +653,26 @@
|
|
647
653
|
color: #63656e;
|
648
654
|
cursor: pointer;
|
649
655
|
background: #fff;
|
650
|
-
border: 1px solid #c4c6cc;
|
651
656
|
border-radius: 2px;
|
652
657
|
user-select: none;
|
653
658
|
}
|
654
|
-
.bk-pagination-list-pre
|
655
|
-
.bk-pagination-list-next
|
656
|
-
.bk-pagination-list-item:hover,
|
659
|
+
.bk-pagination-list-pre-batch.is-active,
|
660
|
+
.bk-pagination-list-next-batch.is-active,
|
657
661
|
.bk-pagination-list-pre.is-active,
|
658
662
|
.bk-pagination-list-next.is-active,
|
659
663
|
.bk-pagination-list-item.is-active {
|
660
664
|
color: #3a84ff;
|
661
|
-
|
665
|
+
background: #e1ecff;
|
666
|
+
}
|
667
|
+
.bk-pagination-list-pre-batch:hover,
|
668
|
+
.bk-pagination-list-next-batch:hover,
|
669
|
+
.bk-pagination-list-pre:hover,
|
670
|
+
.bk-pagination-list-next:hover,
|
671
|
+
.bk-pagination-list-item:hover {
|
672
|
+
background: #f0f1f5;
|
662
673
|
}
|
674
|
+
.bk-pagination-list-pre-batch.is-disabled,
|
675
|
+
.bk-pagination-list-next-batch.is-disabled,
|
663
676
|
.bk-pagination-list-pre.is-disabled,
|
664
677
|
.bk-pagination-list-next.is-disabled,
|
665
678
|
.bk-pagination-list-item.is-disabled {
|
@@ -668,26 +681,20 @@
|
|
668
681
|
background-color: #fafbfd;
|
669
682
|
border-color: #dcdee5;
|
670
683
|
}
|
671
|
-
.bk-pagination-list-pre-batch,
|
672
|
-
.bk-pagination-list-next-batch {
|
673
|
-
display: flex;
|
674
|
-
align-items: center;
|
675
|
-
justify-content: center;
|
676
|
-
height: 32px;
|
677
|
-
cursor: pointer;
|
678
|
-
user-select: none;
|
679
|
-
}
|
680
|
-
.bk-pagination-list-pre-batch:hover,
|
681
|
-
.bk-pagination-list-next-batch:hover {
|
682
|
-
color: #3a84ff;
|
683
|
-
}
|
684
684
|
.bk-pagination-list-pre,
|
685
685
|
.bk-pagination-list-next {
|
686
|
-
font-size:
|
686
|
+
font-size: 20px;
|
687
|
+
color: #979ba5;
|
688
|
+
}
|
689
|
+
.bk-pagination-list-pre.is-disabled,
|
690
|
+
.bk-pagination-list-next.is-disabled {
|
691
|
+
color: #dcdee5;
|
692
|
+
cursor: not-allowed;
|
693
|
+
background-color: transparent;
|
687
694
|
}
|
688
695
|
.bk-pagination-list-item {
|
689
|
-
margin-right:
|
690
|
-
margin-left:
|
696
|
+
margin-right: 2px;
|
697
|
+
margin-left: 2px;
|
691
698
|
}
|
692
699
|
.bk-pagination-limit {
|
693
700
|
display: flex;
|
@@ -698,12 +705,32 @@
|
|
698
705
|
width: 60px;
|
699
706
|
margin: 0 4px;
|
700
707
|
}
|
708
|
+
.bk-pagination-limit-select .bk-input {
|
709
|
+
border-color: #f0f1f5;
|
710
|
+
}
|
711
|
+
.bk-pagination-limit-select .bk-input--text {
|
712
|
+
background-color: #f0f1f5;
|
713
|
+
}
|
714
|
+
.bk-pagination-limit-select:hover .bk-input {
|
715
|
+
border-color: #eaebf0;
|
716
|
+
}
|
717
|
+
.bk-pagination-limit-select:hover .bk-input--text {
|
718
|
+
background-color: #eaebf0;
|
719
|
+
}
|
720
|
+
.bk-pagination-limit-select .bk-input.is-focused {
|
721
|
+
border-color: #3a84ff;
|
722
|
+
}
|
723
|
+
.bk-pagination-limit-select .bk-input.is-focused .bk-input--text {
|
724
|
+
background-color: #fff;
|
725
|
+
}
|
701
726
|
.bk-pagination-small-list {
|
702
727
|
display: flex;
|
728
|
+
align-items: center;
|
703
729
|
}
|
704
730
|
.bk-pagination-small-list .bk-pagination-picker {
|
705
731
|
display: flex;
|
706
|
-
height:
|
732
|
+
height: 26px;
|
733
|
+
margin: 0 4px;
|
707
734
|
cursor: pointer;
|
708
735
|
background-color: #f0f1f5;
|
709
736
|
border: 1px solid #f0f1f5;
|
@@ -711,8 +738,8 @@
|
|
711
738
|
align-items: center;
|
712
739
|
}
|
713
740
|
.bk-pagination-small-list .bk-pagination-picker:hover {
|
714
|
-
background-color: #
|
715
|
-
border-color: #
|
741
|
+
background-color: #eaebf0;
|
742
|
+
border-color: #eaebf0;
|
716
743
|
}
|
717
744
|
.bk-pagination-small-list .bk-pagination-picker.is-focused {
|
718
745
|
background-color: #fff;
|
@@ -721,7 +748,7 @@
|
|
721
748
|
}
|
722
749
|
.bk-pagination-editor {
|
723
750
|
height: 16px;
|
724
|
-
min-width:
|
751
|
+
min-width: 23px;
|
725
752
|
padding-right: 4px;
|
726
753
|
padding-left: 8px;
|
727
754
|
line-height: 16px;
|
@@ -739,14 +766,18 @@
|
|
739
766
|
.bk-pagination-btn-pre,
|
740
767
|
.bk-pagination-btn-next {
|
741
768
|
display: flex;
|
769
|
+
width: 26px;
|
770
|
+
height: 26px;
|
771
|
+
font-size: 20px;
|
772
|
+
color: #979ba5;
|
773
|
+
cursor: pointer;
|
742
774
|
justify-content: center;
|
743
775
|
align-items: center;
|
744
|
-
width: 24px;
|
745
|
-
cursor: pointer;
|
746
776
|
}
|
747
777
|
.bk-pagination-btn-pre:hover,
|
748
778
|
.bk-pagination-btn-next:hover {
|
749
779
|
color: #3a84ff;
|
780
|
+
background: #f0f1f5;
|
750
781
|
}
|
751
782
|
.bk-pagination-btn-pre.is-disabled,
|
752
783
|
.bk-pagination-btn-next.is-disabled {
|
package/lib/tree/tree.css
CHANGED
@@ -66,6 +66,11 @@
|
|
66
66
|
transform: translate(-50%, -60%) scaleY(1) rotate(45deg);
|
67
67
|
transform-origin: center;
|
68
68
|
}
|
69
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input {
|
70
|
+
background: #3a84ff;
|
71
|
+
border-color: #3a84ff;
|
72
|
+
transition: all 0.1s;
|
73
|
+
}
|
69
74
|
.bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
|
70
75
|
width: 6px;
|
71
76
|
height: 2px;
|
@@ -179,6 +179,11 @@
|
|
179
179
|
transform: translate(-50%, -60%) scaleY(1) rotate(45deg);
|
180
180
|
transform-origin: center;
|
181
181
|
}
|
182
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input {
|
183
|
+
background: #3a84ff;
|
184
|
+
border-color: #3a84ff;
|
185
|
+
transition: all 0.1s;
|
186
|
+
}
|
182
187
|
.bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
|
183
188
|
width: 6px;
|
184
189
|
height: 2px;
|