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.
Files changed (153) hide show
  1. package/dist/bkui-vue.cjs.js +796 -139
  2. package/dist/bkui-vue.esm.js +841 -186
  3. package/dist/bkui-vue.umd.js +796 -139
  4. package/dist/style.css +287 -13
  5. package/lib/alert/alert.d.ts +24 -15
  6. package/lib/alert/alert.variable.css +6 -0
  7. package/lib/alert/index.d.ts +96 -60
  8. package/lib/animate-number/animate-number.d.ts +12 -7
  9. package/lib/animate-number/index.d.ts +48 -28
  10. package/lib/backtop/backtop.d.ts +27 -13
  11. package/lib/backtop/backtop.variable.css +6 -0
  12. package/lib/backtop/index.d.ts +108 -52
  13. package/lib/badge/badge.d.ts +40 -19
  14. package/lib/badge/badge.variable.css +6 -0
  15. package/lib/badge/index.d.ts +144 -76
  16. package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
  17. package/lib/breadcrumb/breadcrumb.d.ts +21 -13
  18. package/lib/breadcrumb/breadcrumb.variable.css +6 -0
  19. package/lib/breadcrumb/index.d.ts +97 -61
  20. package/lib/button/button-group.d.ts +3 -5
  21. package/lib/button/button.d.ts +27 -22
  22. package/lib/button/button.variable.css +6 -0
  23. package/lib/button/index.d.ts +111 -93
  24. package/lib/card/card.d.ts +30 -15
  25. package/lib/card/card.variable.css +6 -0
  26. package/lib/card/index.d.ts +120 -60
  27. package/lib/checkbox/checkbox-group.d.ts +13 -9
  28. package/lib/checkbox/checkbox.d.ts +31 -22
  29. package/lib/checkbox/checkbox.variable.css +6 -0
  30. package/lib/checkbox/index.d.ts +137 -97
  31. package/lib/collapse/collapse.d.ts +50 -18
  32. package/lib/collapse/index.d.ts +108 -72
  33. package/lib/components.d.ts +2 -0
  34. package/lib/date-picker/date-picker.d.ts +110 -63
  35. package/lib/date-picker/date-picker.variable.css +6 -0
  36. package/lib/date-picker/index.d.ts +437 -249
  37. package/lib/dialog/dialog.d.ts +44 -23
  38. package/lib/dialog/index.d.ts +176 -92
  39. package/lib/divider/divider.d.ts +21 -13
  40. package/lib/divider/divider.variable.css +6 -0
  41. package/lib/divider/index.d.ts +84 -52
  42. package/lib/dropdown/dropdown-item.d.ts +6 -5
  43. package/lib/dropdown/dropdown-menu.d.ts +6 -5
  44. package/lib/dropdown/dropdown.d.ts +25 -13
  45. package/lib/dropdown/dropdown.variable.css +6 -0
  46. package/lib/dropdown/index.d.ts +94 -62
  47. package/lib/exception/exception.d.ts +11 -9
  48. package/lib/exception/exception.variable.css +6 -0
  49. package/lib/exception/index.d.ts +44 -36
  50. package/lib/fixed-navbar/fixed-navbar.d.ts +15 -9
  51. package/lib/fixed-navbar/fixed-navbar.variable.css +6 -0
  52. package/lib/fixed-navbar/index.d.ts +60 -36
  53. package/lib/form/form-item.d.ts +46 -27
  54. package/lib/form/form.d.ts +21 -13
  55. package/lib/input/index.d.ts +240 -160
  56. package/lib/input/input.d.ts +60 -40
  57. package/lib/input/input.variable.css +6 -0
  58. package/lib/link/index.d.ts +100 -52
  59. package/lib/link/link.d.ts +25 -13
  60. package/lib/link/link.variable.css +6 -0
  61. package/lib/loading/index.d.ts +64 -64
  62. package/lib/loading/loading.d.ts +16 -16
  63. package/lib/loading/loading.variable.css +6 -0
  64. package/lib/menu/index.d.ts +90 -71
  65. package/lib/menu/menu-group.d.ts +6 -5
  66. package/lib/menu/menu-item.d.ts +6 -5
  67. package/lib/menu/menu.d.ts +18 -14
  68. package/lib/menu/menu.variable.css +6 -0
  69. package/lib/menu/submenu.d.ts +6 -5
  70. package/lib/menu/submenu.variable.css +6 -0
  71. package/lib/message/message.variable.css +6 -0
  72. package/lib/message/messageConstructor.d.ts +28 -16
  73. package/lib/modal/index.d.ts +88 -52
  74. package/lib/modal/modal.d.ts +22 -13
  75. package/lib/navigation/navigation-title.d.ts +10 -7
  76. package/lib/navigation/navigation.d.ts +40 -23
  77. package/lib/navigation/navigation.variable.css +6 -0
  78. package/lib/notify/notify.variable.css +6 -0
  79. package/lib/notify/notifyConstructor.d.ts +36 -20
  80. package/lib/popover/index.d.ts +207 -177
  81. package/lib/popover/popover.d.ts +52 -30
  82. package/lib/popover/popover.variable.css +6 -0
  83. package/lib/process/index.d.ts +120 -60
  84. package/lib/process/process.css +2 -3
  85. package/lib/process/process.d.ts +30 -15
  86. package/lib/process/process.less +2 -3
  87. package/lib/process/process.variable.css +8 -3
  88. package/lib/progress/index.d.ts +284 -136
  89. package/lib/progress/progress.d.ts +71 -34
  90. package/lib/progress/progress.variable.css +6 -0
  91. package/lib/radio/index.d.ts +127 -78
  92. package/lib/radio/radio-button.d.ts +24 -16
  93. package/lib/radio/radio-group.d.ts +11 -10
  94. package/lib/radio/radio.d.ts +23 -13
  95. package/lib/radio/radio.variable.css +6 -0
  96. package/lib/rate/index.d.ts +52 -40
  97. package/lib/rate/rate.d.ts +13 -10
  98. package/lib/rate/star.d.ts +32 -15
  99. package/lib/select/index.d.ts +396 -327
  100. package/lib/select/option.d.ts +9 -10
  101. package/lib/select/optionGroup.d.ts +49 -41
  102. package/lib/select/select.d.ts +98 -84
  103. package/lib/select/select.variable.css +6 -0
  104. package/lib/sideslider/index.d.ts +108 -60
  105. package/lib/sideslider/sideslider.d.ts +27 -15
  106. package/lib/sideslider/sideslider.variable.css +6 -0
  107. package/lib/slider/slider-button.d.ts +10 -7
  108. package/lib/slider/slider.d.ts +70 -40
  109. package/lib/slider/slider.variable.css +6 -0
  110. package/lib/steps/index.d.ts +156 -104
  111. package/lib/steps/steps.css +3 -0
  112. package/lib/steps/steps.d.ts +39 -26
  113. package/lib/steps/steps.less +4 -0
  114. package/lib/steps/steps.variable.css +9 -0
  115. package/lib/styles/index.d.ts +1 -0
  116. package/lib/styles/index.js +1 -1
  117. package/lib/styles/themes/themes.less +10 -0
  118. package/lib/switcher/index.d.ts +192 -128
  119. package/lib/switcher/switcher.d.ts +48 -32
  120. package/lib/switcher/switcher.variable.css +6 -0
  121. package/lib/tab/index.d.ts +344 -208
  122. package/lib/tab/tab-nav.d.ts +74 -38
  123. package/lib/tab/tab-panel.d.ts +22 -20
  124. package/lib/tab/tab.d.ts +64 -32
  125. package/lib/tab/tab.variable.css +6 -0
  126. package/lib/table/const.d.ts +4 -0
  127. package/lib/table/index.d.ts +154 -130
  128. package/lib/table/index.js +1 -1
  129. package/lib/table/props.d.ts +18 -0
  130. package/lib/table/render.d.ts +18 -2
  131. package/lib/table/table.css +47 -10
  132. package/lib/table/table.d.ts +47 -22
  133. package/lib/table/table.less +61 -17
  134. package/lib/table/table.variable.css +55 -12
  135. package/lib/table/utils.d.ts +26 -1
  136. package/lib/tag/index.d.ts +10 -286
  137. package/lib/tag/tag.d.ts +2 -48
  138. package/lib/tag/tag.variable.css +6 -0
  139. package/lib/timeline/index.d.ts +129 -0
  140. package/lib/timeline/index.js +1 -0
  141. package/lib/timeline/timeline.css +235 -0
  142. package/lib/timeline/timeline.d.ts +81 -0
  143. package/lib/timeline/timeline.less +239 -0
  144. package/lib/timeline/timeline.variable.css +327 -0
  145. package/lib/tree/index.d.ts +140 -75
  146. package/lib/tree/index.js +1 -1
  147. package/lib/tree/props.d.ts +19 -1
  148. package/lib/tree/tree.d.ts +42 -20
  149. package/lib/virtual-render/index.d.ts +406 -260
  150. package/lib/virtual-render/index.js +1 -1
  151. package/lib/virtual-render/props.d.ts +1 -0
  152. package/lib/virtual-render/virtual-render.d.ts +104 -43
  153. 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-body table .cell {
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-body table th,
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
- background-color: #fff;
2512
- transform: translateY(var(--translate-y));
2522
+ color: #313238;
2523
+ background-color: #fafbfd;
2513
2524
  }
2514
- .bk-table .bk-table-body table thead th.active {
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: #fff;
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
- height: 20px;
4141
- font-size: 21px;
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;
@@ -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?: unknown;
31
- size?: unknown;
32
- title?: unknown;
33
- closable?: unknown;
34
- closeText?: unknown;
35
- showIcon?: unknown;
36
- } & {
37
- title: string;
38
- theme: string;
39
- size: string;
40
- closable: boolean;
41
- closeText: string;
42
- showIcon: boolean;
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;
@@ -9,21 +9,30 @@ declare const BkAlert: {
9
9
  closable: boolean;
10
10
  closeText: string;
11
11
  showIcon: boolean;
12
- }> & Omit<Readonly<{
13
- theme?: unknown;
14
- size?: unknown;
15
- title?: unknown;
16
- closable?: unknown;
17
- closeText?: unknown;
18
- showIcon?: unknown;
19
- } & {
20
- title: string;
21
- theme: string;
22
- size: string;
23
- closable: boolean;
24
- closeText: string;
25
- showIcon: boolean;
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?: unknown;
44
- size?: unknown;
45
- title?: unknown;
46
- closable?: unknown;
47
- closeText?: unknown;
48
- showIcon?: unknown;
49
- } & {
50
- title: string;
51
- theme: string;
52
- size: string;
53
- closable: boolean;
54
- closeText: string;
55
- showIcon: boolean;
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?: unknown;
92
- size?: unknown;
93
- title?: unknown;
94
- closable?: unknown;
95
- closeText?: unknown;
96
- showIcon?: unknown;
97
- } & {
98
- title: string;
99
- theme: string;
100
- size: string;
101
- closable: boolean;
102
- closeText: string;
103
- showIcon: boolean;
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?: unknown;
117
- size?: unknown;
118
- title?: unknown;
119
- closable?: unknown;
120
- closeText?: unknown;
121
- showIcon?: unknown;
122
- } & {
123
- title: string;
124
- theme: string;
125
- size: string;
126
- closable: boolean;
127
- closeText: string;
128
- showIcon: boolean;
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?: unknown;
14
- digits?: unknown;
15
- } & {
16
- value: number;
17
- digits: number;
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
  }>;