bkui-vue 0.0.3-beta.2-7 → 0.0.3-beta.2-9

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.
@@ -313,18 +313,21 @@
313
313
  }
314
314
  }
315
315
 
316
- &.--drag-enter {
317
- &.--bottom {
318
- border-bottom: solid 1px #3785ff;
319
- }
316
+ // &.--drag-enter {
317
+ // &.--bottom {
318
+ // border-bottom: solid 1px #3785ff;
319
+ // }
320
320
 
321
- &.--top {
322
- border-top: solid 1px #3785ff;
323
- }
324
- }
321
+ // &.--top {
322
+ // border-top: solid 1px #3785ff;
323
+ // }
324
+ // }
325
325
 
326
326
  &.--drag-start {
327
- background: #fff;
327
+
328
+ td {
329
+ background: #fff!important;
330
+ }
328
331
  }
329
332
  }
330
333
  }
@@ -1411,17 +1411,9 @@
1411
1411
  .bk-table .bk-table-body table tbody tr:hover.hover-highlight td:not(.empty-cell) {
1412
1412
  background: #f5f7fa;
1413
1413
  }
1414
- .bk-table .bk-table-head table tbody tr.--drag-enter.--bottom,
1415
- .bk-table .bk-table-body table tbody tr.--drag-enter.--bottom {
1416
- border-bottom: solid 1px #3785ff;
1417
- }
1418
- .bk-table .bk-table-head table tbody tr.--drag-enter.--top,
1419
- .bk-table .bk-table-body table tbody tr.--drag-enter.--top {
1420
- border-top: solid 1px #3785ff;
1421
- }
1422
- .bk-table .bk-table-head table tbody tr.--drag-start,
1423
- .bk-table .bk-table-body table tbody tr.--drag-start {
1424
- background: #fff;
1414
+ .bk-table .bk-table-head table tbody tr.--drag-start td,
1415
+ .bk-table .bk-table-body table tbody tr.--drag-start td {
1416
+ background: #fff !important;
1425
1417
  }
1426
1418
  .bk-table .bk-table-head {
1427
1419
  position: relative;
@@ -84,7 +84,7 @@ declare const _default: (props: TablePropTypes) => {
84
84
  clearSelection: () => void;
85
85
  clearColumnSort: (reset?: boolean) => void;
86
86
  toggleRowSelection: (row: any) => void;
87
- getRowAttribute: (row: any | IEmptyObject, attrName: string) => any;
87
+ getRowAttribute: (item: any | IEmptyObject, attrName: string) => any;
88
88
  filter: () => void;
89
89
  sortData: (column: Column) => void;
90
90
  isCheckedAll: () => boolean;
@@ -133,3 +133,4 @@ export declare const resolveColumnSortProp: (col: Column, props: TablePropTypes)
133
133
  scope: import("./props").SortScope;
134
134
  active: boolean;
135
135
  };
136
+ export declare const getRawData: (data: any) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.3-beta.2-7",
3
+ "version": "0.0.3-beta.2-9",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",