bkui-vue 0.0.1-beta.16 → 0.0.1-beta.17
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/bkui-vue.cjs.js +796 -139
- package/dist/bkui-vue.esm.js +841 -186
- package/dist/bkui-vue.umd.js +796 -139
- package/dist/style.css +287 -13
- package/lib/alert/alert.d.ts +24 -15
- package/lib/alert/alert.variable.css +6 -0
- package/lib/alert/index.d.ts +96 -60
- package/lib/animate-number/animate-number.d.ts +12 -7
- package/lib/animate-number/index.d.ts +48 -28
- package/lib/backtop/backtop.d.ts +27 -13
- package/lib/backtop/backtop.variable.css +6 -0
- package/lib/backtop/index.d.ts +108 -52
- package/lib/badge/badge.d.ts +40 -19
- package/lib/badge/badge.variable.css +6 -0
- package/lib/badge/index.d.ts +144 -76
- package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
- package/lib/breadcrumb/breadcrumb.d.ts +21 -13
- package/lib/breadcrumb/breadcrumb.variable.css +6 -0
- package/lib/breadcrumb/index.d.ts +97 -61
- package/lib/button/button-group.d.ts +3 -5
- package/lib/button/button.d.ts +27 -22
- package/lib/button/button.variable.css +6 -0
- package/lib/button/index.d.ts +111 -93
- package/lib/card/card.d.ts +30 -15
- package/lib/card/card.variable.css +6 -0
- package/lib/card/index.d.ts +120 -60
- package/lib/checkbox/checkbox-group.d.ts +13 -9
- package/lib/checkbox/checkbox.d.ts +31 -22
- package/lib/checkbox/checkbox.variable.css +6 -0
- package/lib/checkbox/index.d.ts +137 -97
- package/lib/collapse/collapse.d.ts +50 -18
- package/lib/collapse/index.d.ts +108 -72
- package/lib/components.d.ts +2 -0
- package/lib/date-picker/date-picker.d.ts +110 -63
- package/lib/date-picker/date-picker.variable.css +6 -0
- package/lib/date-picker/index.d.ts +437 -249
- package/lib/dialog/dialog.d.ts +44 -23
- package/lib/dialog/index.d.ts +176 -92
- package/lib/divider/divider.d.ts +21 -13
- package/lib/divider/divider.variable.css +6 -0
- package/lib/divider/index.d.ts +84 -52
- package/lib/dropdown/dropdown-item.d.ts +6 -5
- package/lib/dropdown/dropdown-menu.d.ts +6 -5
- package/lib/dropdown/dropdown.d.ts +25 -13
- package/lib/dropdown/dropdown.variable.css +6 -0
- package/lib/dropdown/index.d.ts +94 -62
- package/lib/exception/exception.d.ts +11 -9
- package/lib/exception/exception.variable.css +6 -0
- package/lib/exception/index.d.ts +44 -36
- package/lib/fixed-navbar/fixed-navbar.d.ts +15 -9
- package/lib/fixed-navbar/fixed-navbar.variable.css +6 -0
- package/lib/fixed-navbar/index.d.ts +60 -36
- package/lib/form/form-item.d.ts +46 -27
- package/lib/form/form.d.ts +21 -13
- package/lib/input/index.d.ts +240 -160
- package/lib/input/input.d.ts +60 -40
- package/lib/input/input.variable.css +6 -0
- package/lib/link/index.d.ts +100 -52
- package/lib/link/link.d.ts +25 -13
- package/lib/link/link.variable.css +6 -0
- package/lib/loading/index.d.ts +64 -64
- package/lib/loading/loading.d.ts +16 -16
- package/lib/loading/loading.variable.css +6 -0
- package/lib/menu/index.d.ts +90 -71
- package/lib/menu/menu-group.d.ts +6 -5
- package/lib/menu/menu-item.d.ts +6 -5
- package/lib/menu/menu.d.ts +18 -14
- package/lib/menu/menu.variable.css +6 -0
- package/lib/menu/submenu.d.ts +6 -5
- package/lib/menu/submenu.variable.css +6 -0
- package/lib/message/message.variable.css +6 -0
- package/lib/message/messageConstructor.d.ts +28 -16
- package/lib/modal/index.d.ts +88 -52
- package/lib/modal/modal.d.ts +22 -13
- package/lib/navigation/navigation-title.d.ts +10 -7
- package/lib/navigation/navigation.d.ts +40 -23
- package/lib/navigation/navigation.variable.css +6 -0
- package/lib/notify/notify.variable.css +6 -0
- package/lib/notify/notifyConstructor.d.ts +36 -20
- package/lib/popover/index.d.ts +207 -177
- package/lib/popover/popover.d.ts +52 -30
- package/lib/popover/popover.variable.css +6 -0
- package/lib/process/index.d.ts +120 -60
- package/lib/process/process.css +2 -3
- package/lib/process/process.d.ts +30 -15
- package/lib/process/process.less +2 -3
- package/lib/process/process.variable.css +8 -3
- package/lib/progress/index.d.ts +284 -136
- package/lib/progress/progress.d.ts +71 -34
- package/lib/progress/progress.variable.css +6 -0
- package/lib/radio/index.d.ts +127 -78
- package/lib/radio/radio-button.d.ts +24 -16
- package/lib/radio/radio-group.d.ts +11 -10
- package/lib/radio/radio.d.ts +23 -13
- package/lib/radio/radio.variable.css +6 -0
- package/lib/rate/index.d.ts +52 -40
- package/lib/rate/rate.d.ts +13 -10
- package/lib/rate/star.d.ts +32 -15
- package/lib/select/index.d.ts +396 -327
- package/lib/select/option.d.ts +9 -10
- package/lib/select/optionGroup.d.ts +49 -41
- package/lib/select/select.d.ts +98 -84
- package/lib/select/select.variable.css +6 -0
- package/lib/sideslider/index.d.ts +108 -60
- package/lib/sideslider/sideslider.d.ts +27 -15
- package/lib/sideslider/sideslider.variable.css +6 -0
- package/lib/slider/slider-button.d.ts +10 -7
- package/lib/slider/slider.d.ts +70 -40
- package/lib/slider/slider.variable.css +6 -0
- package/lib/steps/index.d.ts +156 -104
- package/lib/steps/steps.css +3 -0
- package/lib/steps/steps.d.ts +39 -26
- package/lib/steps/steps.less +4 -0
- package/lib/steps/steps.variable.css +9 -0
- package/lib/styles/index.d.ts +1 -0
- package/lib/styles/index.js +1 -1
- package/lib/styles/themes/themes.less +10 -0
- package/lib/switcher/index.d.ts +192 -128
- package/lib/switcher/switcher.d.ts +48 -32
- package/lib/switcher/switcher.variable.css +6 -0
- package/lib/tab/index.d.ts +344 -208
- package/lib/tab/tab-nav.d.ts +74 -38
- package/lib/tab/tab-panel.d.ts +22 -20
- package/lib/tab/tab.d.ts +64 -32
- package/lib/tab/tab.variable.css +6 -0
- package/lib/table/const.d.ts +4 -0
- package/lib/table/index.d.ts +154 -130
- package/lib/table/index.js +1 -1
- package/lib/table/props.d.ts +18 -0
- package/lib/table/render.d.ts +18 -2
- package/lib/table/table.css +47 -10
- package/lib/table/table.d.ts +47 -22
- package/lib/table/table.less +61 -17
- package/lib/table/table.variable.css +55 -12
- package/lib/table/utils.d.ts +26 -1
- package/lib/tag/index.d.ts +10 -286
- package/lib/tag/tag.d.ts +2 -48
- package/lib/tag/tag.variable.css +6 -0
- package/lib/timeline/index.d.ts +129 -0
- package/lib/timeline/index.js +1 -0
- package/lib/timeline/timeline.css +235 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.less +239 -0
- package/lib/timeline/timeline.variable.css +327 -0
- package/lib/tree/index.d.ts +140 -75
- package/lib/tree/index.js +1 -1
- package/lib/tree/props.d.ts +19 -1
- package/lib/tree/tree.d.ts +42 -20
- package/lib/virtual-render/index.d.ts +406 -260
- package/lib/virtual-render/index.js +1 -1
- package/lib/virtual-render/props.d.ts +1 -0
- package/lib/virtual-render/virtual-render.d.ts +104 -43
- package/package.json +1 -1
package/dist/style.css
CHANGED
@@ -2483,45 +2483,82 @@ optgroup {
|
|
2483
2483
|
}
|
2484
2484
|
.bk-table {
|
2485
2485
|
overflow: auto;
|
2486
|
+
border-top: 1px solid #dcdee5;
|
2487
|
+
border-bottom: 1px solid #dcdee5;
|
2486
2488
|
}
|
2489
|
+
.bk-table .bk-table-head,
|
2487
2490
|
.bk-table .bk-table-body {
|
2488
2491
|
background: white;
|
2489
2492
|
}
|
2493
|
+
.bk-table .bk-table-head table,
|
2490
2494
|
.bk-table .bk-table-body table {
|
2491
2495
|
width: 100%;
|
2492
2496
|
border-collapse: collapse;
|
2493
2497
|
}
|
2494
|
-
.bk-table .bk-table-
|
2498
|
+
.bk-table .bk-table-head table th,
|
2499
|
+
.bk-table .bk-table-body table th,
|
2500
|
+
.bk-table .bk-table-head table td,
|
2501
|
+
.bk-table .bk-table-body table td {
|
2502
|
+
min-width: 80px;
|
2503
|
+
}
|
2504
|
+
.bk-table .bk-table-head table th .cell,
|
2505
|
+
.bk-table .bk-table-body table th .cell,
|
2506
|
+
.bk-table .bk-table-head table td .cell,
|
2507
|
+
.bk-table .bk-table-body table td .cell {
|
2495
2508
|
height: var(--row-height);
|
2496
2509
|
padding: 0 15px;
|
2497
2510
|
overflow: hidden;
|
2498
2511
|
line-height: var(--row-height);
|
2512
|
+
color: #575961;
|
2513
|
+
text-align: left;
|
2499
2514
|
text-overflow: ellipsis;
|
2500
2515
|
white-space: nowrap;
|
2501
2516
|
}
|
2502
|
-
.bk-table .bk-table-
|
2503
|
-
.bk-table .bk-table-body table td {
|
2504
|
-
min-width: 80px;
|
2505
|
-
border-bottom: 1px solid #dfe0e5;
|
2506
|
-
}
|
2517
|
+
.bk-table .bk-table-head table thead th,
|
2507
2518
|
.bk-table .bk-table-body table thead th {
|
2508
2519
|
position: sticky;
|
2509
2520
|
top: 0;
|
2510
2521
|
z-index: 1;
|
2511
|
-
|
2512
|
-
|
2522
|
+
color: #313238;
|
2523
|
+
background-color: #fafbfd;
|
2513
2524
|
}
|
2514
|
-
.bk-table .bk-table-
|
2525
|
+
.bk-table .bk-table-head table thead th.active,
|
2526
|
+
.bk-table .bk-table-body table thead th.active,
|
2527
|
+
.bk-table .bk-table-head table thead th:hover,
|
2528
|
+
.bk-table .bk-table-body table thead th:hover {
|
2515
2529
|
background: #f0f1f5;
|
2516
2530
|
}
|
2531
|
+
.bk-table .bk-table-head table tbody tr:hover td,
|
2517
2532
|
.bk-table .bk-table-body table tbody tr:hover td {
|
2518
2533
|
background: #f5f7fa;
|
2519
2534
|
}
|
2535
|
+
.bk-table.bordered-row .cell {
|
2536
|
+
border-bottom: 1px solid #dcdee5;
|
2537
|
+
}
|
2538
|
+
.bk-table.bordered-outer {
|
2539
|
+
border-right: 1px solid #dcdee5;
|
2540
|
+
border-left: 1px solid #dcdee5;
|
2541
|
+
}
|
2542
|
+
.bk-table.bordered-col th .cell,
|
2543
|
+
.bk-table.bordered-col td .cell {
|
2544
|
+
border-right: 1px solid #dcdee5;
|
2545
|
+
}
|
2546
|
+
.bk-table.bordered-col th:last-child .cell,
|
2547
|
+
.bk-table.bordered-col td:last-child .cell {
|
2548
|
+
border-right: none;
|
2549
|
+
}
|
2550
|
+
.bk-table.bordered-none th .cell,
|
2551
|
+
.bk-table.bordered-none td .cell {
|
2552
|
+
border-top: none;
|
2553
|
+
border-right: none;
|
2554
|
+
border-bottom: none;
|
2555
|
+
border-left: none;
|
2556
|
+
}
|
2520
2557
|
.bk-table .bk-table-fixed {
|
2521
2558
|
width: 100%;
|
2522
2559
|
}
|
2523
2560
|
.bk-table colgroup col {
|
2524
|
-
background:
|
2561
|
+
background: white;
|
2525
2562
|
}
|
2526
2563
|
.bk-table colgroup col.active {
|
2527
2564
|
position: relative;
|
@@ -2685,6 +2722,9 @@ optgroup {
|
|
2685
2722
|
.bk-steps .bk-step.done .bk-step-description {
|
2686
2723
|
color: #63656e;
|
2687
2724
|
}
|
2725
|
+
.bk-steps .bk-step.done .bk-steps-icon {
|
2726
|
+
font-size: 22px;
|
2727
|
+
}
|
2688
2728
|
.bk-steps .bk-step.current .bk-step-number,
|
2689
2729
|
.bk-steps .bk-step.current .bk-step-icon,
|
2690
2730
|
.bk-steps .bk-step.current .bk-step-text {
|
@@ -4137,9 +4177,8 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em {
|
|
4137
4177
|
}
|
4138
4178
|
.bk-process .bk-process-icon-done {
|
4139
4179
|
display: inline-block;
|
4140
|
-
|
4141
|
-
|
4142
|
-
line-height: 20px;
|
4180
|
+
font-size: 22px;
|
4181
|
+
line-height: 18px;
|
4143
4182
|
}
|
4144
4183
|
.bk-process .bk-icon.icon-loading {
|
4145
4184
|
display: inline-block;
|
@@ -4283,6 +4322,241 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em {
|
|
4283
4322
|
background-color: #dcdee5;
|
4284
4323
|
border-radius: 6px;
|
4285
4324
|
}
|
4325
|
+
* {
|
4326
|
+
box-sizing: border-box;
|
4327
|
+
}
|
4328
|
+
.bk-timeline {
|
4329
|
+
padding: 0;
|
4330
|
+
margin: 16px 0 0;
|
4331
|
+
font-style: normal;
|
4332
|
+
font-weight: 400;
|
4333
|
+
line-height: normal;
|
4334
|
+
text-align: left;
|
4335
|
+
list-style: none;
|
4336
|
+
}
|
4337
|
+
.bk-timeline .bk-timeline-dot {
|
4338
|
+
position: relative;
|
4339
|
+
padding-bottom: 24px;
|
4340
|
+
padding-left: 16px;
|
4341
|
+
/* spacing 1px */
|
4342
|
+
margin-top: 13px;
|
4343
|
+
font-size: 0;
|
4344
|
+
border-left: 1px solid #d8d8d8;
|
4345
|
+
}
|
4346
|
+
.bk-timeline .bk-timeline-dot::before {
|
4347
|
+
position: absolute;
|
4348
|
+
top: calc((11px + 1px) * -1);
|
4349
|
+
left: -6px;
|
4350
|
+
display: inline-block;
|
4351
|
+
width: 11px;
|
4352
|
+
height: 11px;
|
4353
|
+
background: #fff;
|
4354
|
+
border: 2px solid #d8d8d8;
|
4355
|
+
border-radius: 50%;
|
4356
|
+
content: '';
|
4357
|
+
box-sizing: border-box;
|
4358
|
+
}
|
4359
|
+
.bk-timeline .bk-timeline-dot:last-child {
|
4360
|
+
padding-bottom: 0;
|
4361
|
+
/* 保留border使用间距保持一致 */
|
4362
|
+
border-left: 1px solid transparent;
|
4363
|
+
}
|
4364
|
+
.bk-timeline .bk-timeline-dot .bk-timeline-title {
|
4365
|
+
display: inline-block;
|
4366
|
+
padding-bottom: 10px;
|
4367
|
+
margin-top: -3px;
|
4368
|
+
font-size: 14px;
|
4369
|
+
color: #63656e;
|
4370
|
+
cursor: pointer;
|
4371
|
+
}
|
4372
|
+
.bk-timeline .bk-timeline-dot .bk-timeline-content {
|
4373
|
+
max-width: 300px;
|
4374
|
+
font-size: 14px;
|
4375
|
+
color: #666;
|
4376
|
+
word-break: break-all;
|
4377
|
+
}
|
4378
|
+
.bk-timeline .bk-timeline-dot .bk-timeline-icon {
|
4379
|
+
position: absolute;
|
4380
|
+
top: calc((15px + 1px) * -1);
|
4381
|
+
left: -8px;
|
4382
|
+
display: inline-block;
|
4383
|
+
width: 15px;
|
4384
|
+
height: 15px;
|
4385
|
+
background: #fff;
|
4386
|
+
border: 2px solid #d8d8d8;
|
4387
|
+
border-radius: 50%;
|
4388
|
+
box-sizing: border-box;
|
4389
|
+
}
|
4390
|
+
.bk-timeline .bk-timeline-dot .bk-timeline-icon .bk-timeline-icon-inner {
|
4391
|
+
display: inline-block;
|
4392
|
+
transform: scale(1) translate(-0.5px, -4px);
|
4393
|
+
}
|
4394
|
+
.bk-timeline .bk-timeline-dot .bk-timeline-icon .bk-timeline-icon-inner > :first-child {
|
4395
|
+
font-size: 12px;
|
4396
|
+
}
|
4397
|
+
.bk-timeline .bk-timeline-dot .bk-timeline-section {
|
4398
|
+
position: relative;
|
4399
|
+
top: calc((11px + 2px) * -1);
|
4400
|
+
}
|
4401
|
+
.bk-timeline .bk-timeline-dot.bk-timeline-large {
|
4402
|
+
margin-top: calc(15px + 2px);
|
4403
|
+
}
|
4404
|
+
.bk-timeline .bk-timeline-dot.bk-timeline-large::before {
|
4405
|
+
top: calc((15px + 1px) * -1);
|
4406
|
+
left: -8px;
|
4407
|
+
width: 15px;
|
4408
|
+
height: 15px;
|
4409
|
+
}
|
4410
|
+
.bk-timeline .bk-timeline-dot.bk-timeline-large > .bk-timeline-section {
|
4411
|
+
top: calc((15px + 1px) * -1);
|
4412
|
+
}
|
4413
|
+
.bk-timeline .bk-timeline-dot.bk-timeline-item-custom-icon {
|
4414
|
+
margin-top: calc(15px + 2px);
|
4415
|
+
}
|
4416
|
+
.bk-timeline .bk-timeline-dot.bk-timeline-item-custom-icon::before {
|
4417
|
+
display: none;
|
4418
|
+
}
|
4419
|
+
.bk-timeline .bk-timeline-dot.bk-timeline-item-custom-icon > .bk-timeline-section {
|
4420
|
+
top: calc((15px + 1px) * -1);
|
4421
|
+
}
|
4422
|
+
.bk-timeline .bk-timeline-dot:first-child {
|
4423
|
+
margin-top: 0;
|
4424
|
+
}
|
4425
|
+
.bk-timeline .bk-timeline-primary {
|
4426
|
+
border-left: 1px solid #3a84ff;
|
4427
|
+
}
|
4428
|
+
.bk-timeline .bk-timeline-primary::before,
|
4429
|
+
.bk-timeline .bk-timeline-primary .bk-timeline-icon {
|
4430
|
+
color: #3a84ff;
|
4431
|
+
border: 2px solid #3a84ff;
|
4432
|
+
}
|
4433
|
+
.bk-timeline .bk-timeline-primary.bk-timeline-filled::before,
|
4434
|
+
.bk-timeline .bk-timeline-primary.bk-timeline-filled .bk-timeline-icon {
|
4435
|
+
background: #3a84ff;
|
4436
|
+
}
|
4437
|
+
.bk-timeline .bk-timeline-warning {
|
4438
|
+
border-left: 1px solid #ff9c01;
|
4439
|
+
}
|
4440
|
+
.bk-timeline .bk-timeline-warning::before,
|
4441
|
+
.bk-timeline .bk-timeline-warning .bk-timeline-icon {
|
4442
|
+
color: #ff9c01;
|
4443
|
+
border: 2px solid #ff9c01;
|
4444
|
+
}
|
4445
|
+
.bk-timeline .bk-timeline-warning.bk-timeline-filled::before,
|
4446
|
+
.bk-timeline .bk-timeline-warning.bk-timeline-filled .bk-timeline-icon {
|
4447
|
+
background: #ff9c01;
|
4448
|
+
}
|
4449
|
+
.bk-timeline .bk-timeline-success {
|
4450
|
+
border-left: 1px solid #2dcb56;
|
4451
|
+
}
|
4452
|
+
.bk-timeline .bk-timeline-success::before,
|
4453
|
+
.bk-timeline .bk-timeline-success .bk-timeline-icon {
|
4454
|
+
color: #2dcb56;
|
4455
|
+
border: 2px solid #2dcb56;
|
4456
|
+
}
|
4457
|
+
.bk-timeline .bk-timeline-success.bk-timeline-filled::before,
|
4458
|
+
.bk-timeline .bk-timeline-success.bk-timeline-filled .bk-timeline-icon {
|
4459
|
+
background: #2dcb56;
|
4460
|
+
}
|
4461
|
+
.bk-timeline .bk-timeline-danger {
|
4462
|
+
border-left: 1px solid #ea3636;
|
4463
|
+
}
|
4464
|
+
.bk-timeline .bk-timeline-danger::before,
|
4465
|
+
.bk-timeline .bk-timeline-danger .bk-timeline-icon {
|
4466
|
+
color: #ea3636;
|
4467
|
+
border: 2px solid #ea3636;
|
4468
|
+
}
|
4469
|
+
.bk-timeline .bk-timeline-danger.bk-timeline-filled::before,
|
4470
|
+
.bk-timeline .bk-timeline-danger.bk-timeline-filled .bk-timeline-icon {
|
4471
|
+
background: #ea3636;
|
4472
|
+
}
|
4473
|
+
.bk-timeline .bk-timeline-blue::before,
|
4474
|
+
.bk-timeline .bk-timeline-blue .bk-timeline-icon {
|
4475
|
+
color: #3a84ff;
|
4476
|
+
border: 2px solid #3a84ff;
|
4477
|
+
}
|
4478
|
+
.bk-timeline .bk-timeline-blue.bk-timeline-filled::before,
|
4479
|
+
.bk-timeline .bk-timeline-blue.bk-timeline-filled .bk-timeline-icon {
|
4480
|
+
background: #3a84ff;
|
4481
|
+
}
|
4482
|
+
.bk-timeline .bk-timeline-red::before,
|
4483
|
+
.bk-timeline .bk-timeline-red .bk-timeline-icon {
|
4484
|
+
color: #ea3636;
|
4485
|
+
border: 2px solid #ea3636;
|
4486
|
+
}
|
4487
|
+
.bk-timeline .bk-timeline-red.bk-timeline-filled::before,
|
4488
|
+
.bk-timeline .bk-timeline-red.bk-timeline-filled .bk-timeline-icon {
|
4489
|
+
background: #ea3636;
|
4490
|
+
}
|
4491
|
+
.bk-timeline .bk-timeline-green::before,
|
4492
|
+
.bk-timeline .bk-timeline-green .bk-timeline-icon {
|
4493
|
+
color: #2dcb56;
|
4494
|
+
border: 2px solid #2dcb56;
|
4495
|
+
}
|
4496
|
+
.bk-timeline .bk-timeline-green.bk-timeline-filled::before,
|
4497
|
+
.bk-timeline .bk-timeline-green.bk-timeline-filled .bk-timeline-icon {
|
4498
|
+
background: #2dcb56;
|
4499
|
+
}
|
4500
|
+
.bk-timeline .bk-timeline-yellow::before,
|
4501
|
+
.bk-timeline .bk-timeline-yellow .bk-timeline-icon {
|
4502
|
+
color: #ff9c01;
|
4503
|
+
border: 2px solid #ff9c01;
|
4504
|
+
}
|
4505
|
+
.bk-timeline .bk-timeline-yellow.bk-timeline-filled::before,
|
4506
|
+
.bk-timeline .bk-timeline-yellow.bk-timeline-filled .bk-timeline-icon {
|
4507
|
+
background: #ff9c01;
|
4508
|
+
}
|
4509
|
+
.bk-timeline .bk-timeline-gray::before,
|
4510
|
+
.bk-timeline .bk-timeline-gray .bk-timeline-icon {
|
4511
|
+
color: #63656e;
|
4512
|
+
border: 2px solid #63656e;
|
4513
|
+
}
|
4514
|
+
.bk-timeline .bk-timeline-gray.bk-timeline-filled::before,
|
4515
|
+
.bk-timeline .bk-timeline-gray.bk-timeline-filled .bk-timeline-icon {
|
4516
|
+
background: #63656e;
|
4517
|
+
}
|
4518
|
+
.bk-timeline-dashed .bk-step .bk-step-title::after,
|
4519
|
+
.bk-timeline-dashed .bk-step .bk-step-indicator::after {
|
4520
|
+
background-image: linear-gradient(to right, #c4c6cc 50%, transparent 0%);
|
4521
|
+
background-position: bottom;
|
4522
|
+
background-repeat: repeat-x;
|
4523
|
+
background-size: 6px 1px;
|
4524
|
+
}
|
4525
|
+
.bk-timeline-solid .bk-step .bk-step-title::after,
|
4526
|
+
.bk-timeline-solid .bk-step .bk-step-indicator::after {
|
4527
|
+
background-color: #c4c6cc;
|
4528
|
+
}
|
4529
|
+
.bk-timeline-vertical {
|
4530
|
+
height: 100%;
|
4531
|
+
flex-direction: column;
|
4532
|
+
}
|
4533
|
+
.bk-timeline-vertical .bk-step {
|
4534
|
+
margin-right: 0;
|
4535
|
+
margin-bottom: 8px;
|
4536
|
+
}
|
4537
|
+
.bk-timeline-vertical .bk-step .bk-step-title::after,
|
4538
|
+
.bk-timeline-vertical .bk-step .bk-step-indicator::after {
|
4539
|
+
display: none;
|
4540
|
+
}
|
4541
|
+
.bk-timeline-vertical .bk-step::after {
|
4542
|
+
position: absolute;
|
4543
|
+
top: 32px;
|
4544
|
+
left: 12px;
|
4545
|
+
width: 1px;
|
4546
|
+
height: 100%;
|
4547
|
+
background-image: linear-gradient(#c4c6cc 50%, transparent 0%);
|
4548
|
+
background-position: right;
|
4549
|
+
background-repeat: repeat-y;
|
4550
|
+
background-size: 1px 6px;
|
4551
|
+
content: '';
|
4552
|
+
}
|
4553
|
+
.bk-timeline-vertical .bk-step .bk-step-title {
|
4554
|
+
display: flex;
|
4555
|
+
height: 100%;
|
4556
|
+
margin-top: 0;
|
4557
|
+
text-align: left;
|
4558
|
+
align-items: center;
|
4559
|
+
}
|
4286
4560
|
.bk-popper {
|
4287
4561
|
display: none;
|
4288
4562
|
padding: 7px 14px;
|
package/lib/alert/alert.d.ts
CHANGED
@@ -26,21 +26,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
26
26
|
visible: boolean;
|
27
27
|
};
|
28
28
|
handleClose: () => void;
|
29
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
30
|
-
theme
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
}
|
29
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
30
|
+
theme: import("vue-types").VueTypeDef<string> & {
|
31
|
+
default: string;
|
32
|
+
};
|
33
|
+
size: import("vue-types").VueTypeValidableDef<string> & {
|
34
|
+
default: string;
|
35
|
+
};
|
36
|
+
title: import("vue-types").VueTypeValidableDef<string> & {
|
37
|
+
default: string;
|
38
|
+
};
|
39
|
+
closable: import("vue-types").VueTypeValidableDef<boolean> & {
|
40
|
+
default: boolean;
|
41
|
+
} & {
|
42
|
+
default: boolean;
|
43
|
+
};
|
44
|
+
closeText: import("vue-types").VueTypeValidableDef<string> & {
|
45
|
+
default: string;
|
46
|
+
};
|
47
|
+
showIcon: import("vue-types").VueTypeValidableDef<boolean> & {
|
48
|
+
default: boolean;
|
49
|
+
} & {
|
50
|
+
default: boolean;
|
51
|
+
};
|
52
|
+
}>> & {
|
44
53
|
onClose?: (...args: any[]) => any;
|
45
54
|
}, {
|
46
55
|
title: string;
|
@@ -83,6 +83,12 @@
|
|
83
83
|
--date-picker-disabled-bg: #fafbfd;
|
84
84
|
--date-picker-dropdown-mb: 4px;
|
85
85
|
--date-picker-dropdown-bg: #fff;
|
86
|
+
--table-bg-color: var(--white-color);
|
87
|
+
--table-border-color: #dcdee5;
|
88
|
+
--table-head-bg-color: #fafbfd;
|
89
|
+
--table-head-font-color: #313238;
|
90
|
+
--table-body-font-color: #575961;
|
91
|
+
--table-row-hover-bg-color: #f5f7fa;
|
86
92
|
}
|
87
93
|
.bk-alert {
|
88
94
|
position: relative;
|
package/lib/alert/index.d.ts
CHANGED
@@ -9,21 +9,30 @@ declare const BkAlert: {
|
|
9
9
|
closable: boolean;
|
10
10
|
closeText: string;
|
11
11
|
showIcon: boolean;
|
12
|
-
}> & Omit<Readonly<{
|
13
|
-
theme
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
12
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
13
|
+
theme: import("vue-types").VueTypeDef<string> & {
|
14
|
+
default: string;
|
15
|
+
};
|
16
|
+
size: import("vue-types").VueTypeValidableDef<string> & {
|
17
|
+
default: string;
|
18
|
+
};
|
19
|
+
title: import("vue-types").VueTypeValidableDef<string> & {
|
20
|
+
default: string;
|
21
|
+
};
|
22
|
+
closable: import("vue-types").VueTypeValidableDef<boolean> & {
|
23
|
+
default: boolean;
|
24
|
+
} & {
|
25
|
+
default: boolean;
|
26
|
+
};
|
27
|
+
closeText: import("vue-types").VueTypeValidableDef<string> & {
|
28
|
+
default: string;
|
29
|
+
};
|
30
|
+
showIcon: import("vue-types").VueTypeValidableDef<boolean> & {
|
31
|
+
default: boolean;
|
32
|
+
} & {
|
33
|
+
default: boolean;
|
34
|
+
};
|
35
|
+
}>> & {
|
27
36
|
onClose?: (...args: any[]) => any;
|
28
37
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "theme" | "size" | "closable" | "closeText" | "showIcon">;
|
29
38
|
$attrs: {
|
@@ -39,21 +48,30 @@ declare const BkAlert: {
|
|
39
48
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
40
49
|
$emit: (event: "close", ...args: any[]) => void;
|
41
50
|
$el: any;
|
42
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
43
|
-
theme
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
51
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
52
|
+
theme: import("vue-types").VueTypeDef<string> & {
|
53
|
+
default: string;
|
54
|
+
};
|
55
|
+
size: import("vue-types").VueTypeValidableDef<string> & {
|
56
|
+
default: string;
|
57
|
+
};
|
58
|
+
title: import("vue-types").VueTypeValidableDef<string> & {
|
59
|
+
default: string;
|
60
|
+
};
|
61
|
+
closable: import("vue-types").VueTypeValidableDef<boolean> & {
|
62
|
+
default: boolean;
|
63
|
+
} & {
|
64
|
+
default: boolean;
|
65
|
+
};
|
66
|
+
closeText: import("vue-types").VueTypeValidableDef<string> & {
|
67
|
+
default: string;
|
68
|
+
};
|
69
|
+
showIcon: import("vue-types").VueTypeValidableDef<boolean> & {
|
70
|
+
default: boolean;
|
71
|
+
} & {
|
72
|
+
default: boolean;
|
73
|
+
};
|
74
|
+
}>> & {
|
57
75
|
onClose?: (...args: any[]) => any;
|
58
76
|
}, {
|
59
77
|
state: {
|
@@ -87,21 +105,30 @@ declare const BkAlert: {
|
|
87
105
|
$forceUpdate: () => void;
|
88
106
|
$nextTick: typeof import("vue").nextTick;
|
89
107
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
90
|
-
} & Readonly<{
|
91
|
-
theme
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
108
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
109
|
+
theme: import("vue-types").VueTypeDef<string> & {
|
110
|
+
default: string;
|
111
|
+
};
|
112
|
+
size: import("vue-types").VueTypeValidableDef<string> & {
|
113
|
+
default: string;
|
114
|
+
};
|
115
|
+
title: import("vue-types").VueTypeValidableDef<string> & {
|
116
|
+
default: string;
|
117
|
+
};
|
118
|
+
closable: import("vue-types").VueTypeValidableDef<boolean> & {
|
119
|
+
default: boolean;
|
120
|
+
} & {
|
121
|
+
default: boolean;
|
122
|
+
};
|
123
|
+
closeText: import("vue-types").VueTypeValidableDef<string> & {
|
124
|
+
default: string;
|
125
|
+
};
|
126
|
+
showIcon: import("vue-types").VueTypeValidableDef<boolean> & {
|
127
|
+
default: boolean;
|
128
|
+
} & {
|
129
|
+
default: boolean;
|
130
|
+
};
|
131
|
+
}>> & {
|
105
132
|
onClose?: (...args: any[]) => any;
|
106
133
|
} & import("vue").ShallowUnwrapRef<{
|
107
134
|
state: {
|
@@ -112,21 +139,30 @@ declare const BkAlert: {
|
|
112
139
|
__isFragment?: never;
|
113
140
|
__isTeleport?: never;
|
114
141
|
__isSuspense?: never;
|
115
|
-
} & import("vue").ComponentOptionsBase<Readonly<{
|
116
|
-
theme
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
}
|
142
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
143
|
+
theme: import("vue-types").VueTypeDef<string> & {
|
144
|
+
default: string;
|
145
|
+
};
|
146
|
+
size: import("vue-types").VueTypeValidableDef<string> & {
|
147
|
+
default: string;
|
148
|
+
};
|
149
|
+
title: import("vue-types").VueTypeValidableDef<string> & {
|
150
|
+
default: string;
|
151
|
+
};
|
152
|
+
closable: import("vue-types").VueTypeValidableDef<boolean> & {
|
153
|
+
default: boolean;
|
154
|
+
} & {
|
155
|
+
default: boolean;
|
156
|
+
};
|
157
|
+
closeText: import("vue-types").VueTypeValidableDef<string> & {
|
158
|
+
default: string;
|
159
|
+
};
|
160
|
+
showIcon: import("vue-types").VueTypeValidableDef<boolean> & {
|
161
|
+
default: boolean;
|
162
|
+
} & {
|
163
|
+
default: boolean;
|
164
|
+
};
|
165
|
+
}>> & {
|
130
166
|
onClose?: (...args: any[]) => any;
|
131
167
|
}, {
|
132
168
|
state: {
|
@@ -9,13 +9,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
9
9
|
} & {
|
10
10
|
default: number;
|
11
11
|
};
|
12
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
13
|
-
value
|
14
|
-
|
15
|
-
} & {
|
16
|
-
|
17
|
-
|
18
|
-
|
12
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
13
|
+
value: import("vue-types").VueTypeValidableDef<number> & {
|
14
|
+
default: number;
|
15
|
+
} & {
|
16
|
+
default: number;
|
17
|
+
};
|
18
|
+
digits: import("vue-types").VueTypeValidableDef<number> & {
|
19
|
+
default: number;
|
20
|
+
} & {
|
21
|
+
default: number;
|
22
|
+
};
|
23
|
+
}>>, {
|
19
24
|
value: number;
|
20
25
|
digits: number;
|
21
26
|
}>;
|