dcp-design-react 1.12.16 → 1.12.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/lib/anchor/style/index.less +101 -101
- package/lib/countup/style/index.less +22 -22
- package/lib/divider/style/index.less +68 -68
- package/lib/form/src/types.d.ts +1 -0
- package/lib/hooks/useEvent.d.ts +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/style/index.css +0 -17
- package/lib/style/index.min.css +1 -1
- package/lib/style/mixins/reset.less +37 -37
- package/lib/table/src/body/DraggableTr.d.ts +1 -1
- package/lib/table/src/cell/index.d.ts +2 -1
- package/lib/table/src/context/index.d.ts +2 -3
- package/lib/table/src/edit/index.d.ts +1 -1
- package/lib/table/src/hooks/useImperativeMethod.d.ts +1 -2
- package/lib/table/src/hooks/useTableEffect.d.ts +1 -2
- package/lib/table/src/hooks/useTableLayout.d.ts +1 -2
- package/lib/table/src/hooks/useTableMemo.d.ts +1 -1
- package/lib/table/src/hooks/useTableRef.d.ts +4 -2
- package/lib/table/src/table/types.d.ts +9 -1
- package/lib/table/src/utils/index.d.ts +4 -2
- package/lib/table/style/table.less +357 -375
- package/package.json +1 -1
package/lib/style/index.css
CHANGED
|
@@ -29373,7 +29373,6 @@ body {
|
|
|
29373
29373
|
.qm-table {
|
|
29374
29374
|
position: relative;
|
|
29375
29375
|
background-color: #ffffff;
|
|
29376
|
-
/* body 填充元素 */
|
|
29377
29376
|
/* 列宽线 */
|
|
29378
29377
|
/* 边框线 */
|
|
29379
29378
|
/* 弹出层 */
|
|
@@ -29637,22 +29636,6 @@ body {
|
|
|
29637
29636
|
-moz-user-select: none;
|
|
29638
29637
|
user-select: none;
|
|
29639
29638
|
}
|
|
29640
|
-
.qm-table .body--x-space {
|
|
29641
|
-
height: 0;
|
|
29642
|
-
visibility: hidden;
|
|
29643
|
-
}
|
|
29644
|
-
.qm-table .body--x-space::after {
|
|
29645
|
-
content: '.';
|
|
29646
|
-
}
|
|
29647
|
-
.qm-table .body--y-space {
|
|
29648
|
-
width: 0;
|
|
29649
|
-
line-height: 0;
|
|
29650
|
-
float: left;
|
|
29651
|
-
visibility: hidden;
|
|
29652
|
-
}
|
|
29653
|
-
.qm-table .body--y-space::after {
|
|
29654
|
-
content: '.';
|
|
29655
|
-
}
|
|
29656
29639
|
.qm-table--resizable-bar {
|
|
29657
29640
|
display: none;
|
|
29658
29641
|
position: absolute;
|