qbs-react-grid 1.1.4 → 1.1.5
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/css/qbs-react-grid.css +7 -0
- package/dist/css/qbs-react-grid.min.css +1 -1
- package/dist/css/qbs-react-grid.min.css.map +1 -1
- package/es/HeaderCell.js +1 -1
- package/es/Table.d.ts +1 -0
- package/es/Table.js +5 -3
- package/es/less/qbs-table.less +7 -0
- package/es/qbsTable/QbsTable.js +9 -3
- package/es/qbsTable/commontypes.d.ts +4 -1
- package/es/utils/useTableDimension.js +1 -0
- package/lib/HeaderCell.js +1 -1
- package/lib/Table.d.ts +1 -0
- package/lib/Table.js +5 -3
- package/lib/less/qbs-table.less +7 -0
- package/lib/qbsTable/QbsTable.js +9 -3
- package/lib/qbsTable/commontypes.d.ts +4 -1
- package/lib/utils/useTableDimension.js +1 -0
- package/package.json +1 -1
- package/src/HeaderCell.tsx +1 -1
- package/src/Table.tsx +37 -7
- package/src/less/qbs-table.less +7 -0
- package/src/qbsTable/QbsTable.tsx +8 -3
- package/src/qbsTable/commontypes.ts +4 -1
- package/src/utils/useTableDimension.ts +1 -0
|
@@ -894,5 +894,12 @@
|
|
|
894
894
|
.qbs-table-row-link:hover {
|
|
895
895
|
text-decoration: none;
|
|
896
896
|
}
|
|
897
|
+
.rs-table-column-group-header-content {
|
|
898
|
+
text-align: center;
|
|
899
|
+
}
|
|
900
|
+
.rs-table-cell-content {
|
|
901
|
+
vertical-align: center !important;
|
|
902
|
+
display: table-cell;
|
|
903
|
+
}
|
|
897
904
|
|
|
898
905
|
/*# sourceMappingURL=index.css.map */
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@-webkit-keyframes loaderSpin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loaderSpin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.rs-table{position:relative;overflow:hidden;border-radius:0;background-color:#fff}.rs-table-column-resizing{cursor:ew-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rs-table-bordered{border:1px solid #eee}.rs-table-row{overflow:hidden;position:absolute;width:100%;top:0;transition:none;border-bottom:1px solid #eee}.rs-table-hover .rs-table-body-row-wrapper .rs-table-row:hover,.rs-table-hover .rs-table-body-row-wrapper .rs-table-row:hover .rs-table-cell,.rs-table-hover .rs-table-body-row-wrapper .rs-table-row:hover .rs-table-cell-group{background:#fff}.rs-table-row-header,.rs-table-row-header .rs-table-cell{background:#f4f4f4}.rs-table-row-header .rs-table-cell-group-shadow{box-shadow:0 2px 3px rgba(0,0,0,.28);z-index:5}.rs-table-header-row-wrapper{z-index:2;position:relative}.rs-table-affix-header{z-index:3;visibility:hidden}.rs-table-affix-header.fixed{visibility:visible}.rs-table-body-row-wrapper{position:relative;overflow:hidden;z-index:0}.rs-table-body-info{width:100%;text-align:center;top:50%;position:absolute;margin-top:-20px;line-height:40px}.rs-table-body-info .icon{margin:0 10px}.rs-table-body-info-wheel-area{width:100%}.rs-table-cell{height:36px;border-bottom:1px solid #eee;display:block;overflow:hidden;position:absolute;white-space:normal;background:#fff;transition:none;box-sizing:border-box}.rs-table-cell.first{border-left-width:0}.rs-table-cell-wrap1{display:table}.rs-table-cell-wrap2{display:table-row}.rs-table-cell-wrap3{display:table-cell;vertical-align:middle}.rs-table-cell-content{padding:8px;box-sizing:border-box;background-color:#fff;color:#222;font-size:14px;font-style:normal;font-weight:500;line-height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;width:100%}.rs-table-cell-header-sortable{cursor:pointer}.rs-table-cell-header-sort-wrapper{display:inline-block}.rs-table-cell-full-text:hover{overflow:visible;z-index:2!important;width:auto!important;box-shadow:inset 0 0 2px #3871dc!important}.rs-table-cell-full-text:hover .rs-table-cell-content{width:auto!important}.rs-table-column-resize-spanner{height:36px;width:2px;z-index:3;position:absolute;cursor:ew-resize!important;outline:none}.rs-table-column-resize-spanner:hover{background-color:#e76458}.rs-table-cell-group-fixed-left,.rs-table-cell-group-fixed-right{position:absolute;z-index:4;background:#fff}.rs-table-cell-group-left-shadow{box-shadow:3px 0 5px rgba(9,9,9,.08)}.rs-table-cell-group-right-shadow,.rs-table-cell-group-shadow{box-shadow:-3px 0 5px rgba(9,9,9,.08)}.rs-table-mouse-area{display:none;background:#e76458;left:-1px;top:0;position:absolute;width:2px;z-index:6}.rs-table-mouse-area input{display:none}.rs-table-mouse-area span{background:#e76458}.rs-table-cell-bordered .rs-table-cell{border-right:1px solid #eee}.rs-table-word-wrap .rs-table-cell-content{white-space:normal}.rs-table-row-expanded{position:absolute;height:46px;bottom:0;width:100%;z-index:4;border-top:1px solid #eee;padding:10px;background:#f5f5f5}.rs-table-loader-wrapper{visibility:hidden;position:absolute;height:100%;width:100%;background-color:hsla(0,0%,100%,.9)}.rs-table-loader{width:100%;text-align:center;top:50%;position:absolute;margin-top:-20px;line-height:40px}.rs-table-loader-icon{display:inline-block;position:relative;margin-right:12px;padding-top:3px}.rs-table-loader-icon,.rs-table-loader-icon:after,.rs-table-loader-icon:before{width:18px;height:18px}.rs-table-loader-icon:after,.rs-table-loader-icon:before{content:"";position:absolute;left:0;right:0;display:block;border-radius:50%}.rs-table-loader-icon:before{border:3px solid rgba(247,247,250,.8)}.rs-table-loader-icon:after{border:3px solid transparent;border-top-color:#a6a6a6;-webkit-animation:loaderSpin .6s linear infinite;animation:loaderSpin .6s linear infinite}.rs-table-loading .rs-table-loader-wrapper{visibility:visible}.rs-table-cell-expand-icon{cursor:pointer;outline:none}.rs-table-cell-expand-wrapper{margin-right:10px;display:inline-block;cursor:pointer}.rs-table-scrollbar{background:rgba(45,45,45,.05);position:absolute}.rs-table-scrollbar-active{background:rgba(45,45,45,.1)}.rs-table-scrollbar-hide{display:none}.rs-table-scrollbar-handle{position:absolute;background:rgba(45,45,45,.5);border-radius:4px}.rs-table-scrollbar-horizontal{width:100%;height:5px;bottom:2px}.rs-table-scrollbar-horizontal.fixed{position:fixed}.rs-table-scrollbar-horizontal .rs-table-scrollbar-handle{height:8px;left:0;top:1px}.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed,.rs-table-scrollbar-horizontal:hover{height:5px;box-shadow:inset 1px 1px 2px #ddd}.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,.rs-table-scrollbar-horizontal:hover .rs-table-scrollbar-handle{top:2px;height:5px}.rs-table-scrollbar-vertical{top:0;right:0;width:5px;bottom:2px}.rs-table-scrollbar-vertical .rs-table-scrollbar-handle{min-height:20px;width:5px;top:0;left:1px}.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed,.rs-table-scrollbar-vertical:hover{width:5px;box-shadow:inset 1px 1px 2px #ddd}.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,.rs-table-scrollbar-vertical:hover .rs-table-scrollbar-handle{left:2px;width:5px}.rs-table-column-group{position:absolute;left:0;right:0;top:0;width:100%}.rs-table-column-group-header{border-bottom:1px solid #eee;position:absolute;width:100%}.rs-table-column-group-header-content{display:table-cell;padding:8px}.rs-table-column-group-cell{position:absolute;border-right:1px solid #eee}.qbs-table-custom-pagination{display:flex;justify-content:space-between;padding:8px 12px;min-height:40px;align-items:center;border-radius:4px;border-top:1px solid #d6d8dc;background:#fff}.qbs-table-custom-pagination-header{border-bottom:1px solid #eee;position:absolute;width:100%}.qbs-table-custom-pagination-header-content{display:table-cell;padding:8px}.qbs-table-custom-pagination .qbs-table-pagination-dropdown{width:auto;height:24px;display:flex;align-items:center;justify-content:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px;border-radius:6px;border:1px solid #d6d8dc;background:#fff}.qbs-table-custom-pagination .qbs-table-icon-container{padding:0;cursor:pointer;display:flex;justify-items:center;align-items:center;color:#000;background-color:transparent;width:24px;height:24px;border-radius:4px;border:1px solid #999696}.qbs-table-custom-pagination .qbs-table-icon-container:hover{color:#00f}.qbs-table-custom-pagination .qbs-table-icon-container:disabled{color:grey;cursor:not-allowed}.qbs-table-custom-pagination .qbs-table-icon-container svg{width:16px;height:16px;margin:0 auto}.qbs-table-custom-pagination .qbs-table-pagination-right-block,.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container{display:flex;align-items:center;gap:12px}.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .block-item{margin:0;display:flex;cursor:pointer;align-items:center;justify-content:center;height:24px;width:24px;padding:0;border-radius:6px;font-size:13px;font-style:normal;font-weight:500;line-height:16px;border:1px solid transparent;transition:all .2s ease}.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .block-item:active,.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .block-item:hover{border-color:#e76458;color:#e76458;transition:all .2s ease}.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .selected{color:#e76458;border:1px solid #e76458;transition:all .2s ease}.qbs-table-pagination-flexBox{display:flex;align-items:center;justify-content:flex-end;gap:12px}.qbs-table-pagination-flexBox .qbs-table-pagination-text{font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#313131}.qbs-table-custom-pagination .qbs-table-pagination-dropdown:focus{outline:none}.qbs-table .qbs-table-toolbar-container{display:flex;flex-direction:column;gap:12px}.qbs-table .qbs-table-border-wrap{border-radius:0 0 4px 4px;border:1px solid #d6d8dc;background:#fff}.qbs-table .qbs-table-toolbar{display:flex;align-items:center;justify-content:space-between}.qbs-table .qbs-table-toolbar .end-container{display:flex;gap:10px;align-items:center}.qbs-table .qbs-table-toolbar .end-container .rows-count{padding:0 10px}.qbs-table .qbs-table-toolbar .start-container{display:flex;gap:10px}.qbs-table .qbs-table-toolbar .qbs-table-primary-filter{display:flex}.qbs-table .sub-qbs-table-toolbar{display:flex;gap:10px}.qbs-table .qbs-table-search-container{position:relative;align-items:center}.qbs-table .qbs-table-search-container .input{height:36px;border-radius:4px;min-width:280px;padding:0 8px;padding-left:36px!important;line-height:36px;font-size:14px;font-style:normal;font-weight:500;border-radius:6px;border:1px solid #d6d8dc;background:#fff;transition:all .2s ease}.qbs-table .qbs-table-search-container .input:hover{outline:none;border:1px solid #d6d8dc;background:#fff}.qbs-table .qbs-table-search-container .input:focus{outline:none;border:1px solid #222;background:#fff;transition:all .2s ease}.qbs-table .qbs-table-search-container .search-button{position:absolute;left:1px;top:7px;display:flex;color:#222;background-color:transparent}.qbs-table .qbs-table-search-container .search-button .icon{width:20px;height:20px}.qbs-table .qbs-table-search-container .close-button{position:absolute;display:flex;right:31px;bottom:5px;color:grey;background-color:#fff}.qbs-table .qbs-table-search-container .close-button .icon{width:20px;height:20px}.qbs-table .popup-content{display:none;position:absolute;background-color:#f9f9f9;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);padding:12px 16px;z-index:1}.qbs-table .show{display:block!important}.qbs-table[data-theme=dark],.rs-table-cell-content[data-theme=dark]{background-color:#333;color:#fff}.qbs-table-menu-dropdown{position:relative;display:flex;width:100%;height:36px;align-items:center;justify-content:center}.qbs-table-dropbtn{background-color:transparent;color:#000;font-size:16px;border:none;cursor:pointer}.qbs-table-qbs-table-menu-dropdown-content{position:absolute;min-width:75px;z-index:999;right:4px;margin-bottom:0;margin-top:0;top:3px;display:flex;box-sizing:border-box;height:28px;border-radius:8px;border:1px solid #d6d8dc;background:#fff;box-shadow:0 2px 4px 0 rgba(58,58,58,.15);align-items:center;justify-content:flex-end;gap:12px;padding:4px}.qbs-table-qbs-table-menu-dropdown-content a{padding:0!important;text-decoration:none;display:block;font-size:14px;font-style:normal;font-weight:500;color:#212121;width:auto;cursor:pointer;transition:all .2s ease;height:18px}.qbs-table-qbs-table-menu-dropdown-content a svg{width:18px;height:18px}.qbs-table-qbs-table-menu-dropdown-content button.qbs-table-dropbtn{margin-right:8px;margin-top:2px}.qbs-table-qbs-table-menu-dropdown-content a:hover{color:#e76458;background:#f4f4f4;transition:all .2s ease}.qbs-table-tooltip{position:relative;display:contents;cursor:pointer}.qbs-table-tooltip .tooltiptext{visibility:hidden;background-color:#000;color:#fff;text-align:center;padding:6px;border-radius:4px;position:absolute;z-index:9999;opacity:0;transition:opacity .3s;font-size:12px;font-style:normal;font-weight:400;line-height:16px;width:100px}.qbs-table-tooltip.up .tooltiptext{bottom:125%;left:0}.qbs-table-tooltip.down .tooltiptext{top:125%;right:0;left:auto}.qbs-table-tooltip:hover .tooltiptext{visibility:visible;opacity:1}.qbs-table-tooltip .tooltiptext:after{content:"";position:absolute;border-width:5px;border-style:solid}.qbs-table-tooltip.up .tooltiptext:after{top:100%;left:50%;margin-left:-5px;border-color:#000 transparent transparent}.qbs-table-tooltip.down .tooltiptext:after{bottom:100%;left:50%;margin-left:-5px;border-color:transparent transparent #000}.rs-table-row{overflow:visible!important}.qbs-table-toolbar-sub-container{display:flex;gap:12px;padding:10px 12px;border-radius:4px;border:1px solid #d6d8dc;background:#fff;border-bottom:unset}.qbs-table-toolbar-sub-container .rows-count{font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#222}.qbs-table-toolbar-sub-container.selected-row{background:rgba(231,100,88,.08)}.qbs-table-toolbar-sub-container-start{display:flex;gap:10px;align-items:center}.qbs-table-column-popup{position:fixed;padding:8px;z-index:999;right:10px;border-radius:8px;background:#fff;box-shadow:0 8px 20px 0 rgba(0,0,0,.15);min-width:272px;gap:4px;display:flex;flex-direction:column;max-height:500px}.qbs-table-popup-container{max-width:400px;overflow-y:auto}.qbs-table-container{padding:8px 4px;white-space:nowrap;width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}.qbs-table-columns-container{display:flex;flex-direction:row-reverse}.qbs-table-columns-label{display:flex;gap:10px}.qbs-table-columns-drag-icon{cursor:grab;margin-right:0}.qbs-table-column{flex:1}.rs-table-cell-header .rs-table-cell-content{padding:8px;border-radius:0;border-right:0;background:#f4f4f4;font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#222}.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell:hover~.rs-table-column-resize-spanner,.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell~.rs-table-column-resize-spanner:hover{background-color:#e76458}.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell:hover~.rs-table-column-resize-spanner:before,.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell~.rs-table-column-resize-spanner:hover:before{border-color:transparent #e76458 transparent transparent}.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell:hover~.rs-table-column-resize-spanner:after,.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell~.rs-table-column-resize-spanner:hover:after{border-color:transparent transparent transparent #e76458}.qbs-table-checkbox{position:relative;display:flex;align-items:center;justify-content:center}.qbs-table-checkbox .qbs-table-checkbox-input{opacity:0}.qbs-table-checkbox .qbs-table-checkbox-input~label{position:absolute;border-radius:3px;border:1px solid #999696;width:20px;height:20px;top:7px;transition:all .2s ease;cursor:pointer}.qbs-table-checkbox .qbs-table-checkbox-input~label svg{opacity:0;transition:all .2s ease;position:absolute;left:5px;top:5px;width:9px;height:9px}.qbs-table-checkbox .qbs-table-checkbox-input:checked~label{transition:all .2s ease;border-radius:3px;background:#e76458;border-color:#e76458}.qbs-table-checkbox .qbs-table-checkbox-input:checked~label svg{opacity:1;transition:all .2s ease}.qbs-checkbox-border-none .rs-table-cell-content{border-right:unset}.qbs-table-popup-item{display:flex;flex-direction:column;gap:4px}.qbs-table-popup-item .qbs-table-popup-label{padding:4px;font-size:12px;font-style:normal;font-weight:600;line-height:16px;color:#585858}.qbs-table-popup-item .qbs-table-popup-value{padding:8px;font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#222}.qbs-table-divider{width:100%;background:#d6d8dc;display:flex;min-height:1px}.qbs-table-checkbox.qbs-table-custom-checkbox .qbs-table-checkbox-input~label{top:-2px}.qbs-table-container .qbs-table-popup-value{padding:0;flex:1;margin-left:8px;transition:all .2s ease}.qbs-table-container:hover .qbs-table-popup-label,.qbs-table-container:hover .qbs-table-popup-value{transition:all .2s ease;color:#e76458}.qbs-table-container .qbs-table-popup-label{padding:0;flex:1;margin-left:8px;transition:all .2s ease}.qbs-table-reset-link{padding:8px;font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#c63a3a}.qbs-table-reset-link:hover{color:#c63a3a;text-decoration:none}.selected-row-action{display:flex;gap:10px}.selected-row-action .btn{background-color:transparent;font-weight:600;padding:4px}.qbs-table-row-link{cursor:pointer}.qbs-table-row-link,.qbs-table-row-link:hover{text-decoration:none}
|
|
1
|
+
@-webkit-keyframes loaderSpin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loaderSpin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.rs-table{position:relative;overflow:hidden;border-radius:0;background-color:#fff}.rs-table-column-resizing{cursor:ew-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rs-table-bordered{border:1px solid #eee}.rs-table-row{overflow:hidden;position:absolute;width:100%;top:0;transition:none;border-bottom:1px solid #eee}.rs-table-hover .rs-table-body-row-wrapper .rs-table-row:hover,.rs-table-hover .rs-table-body-row-wrapper .rs-table-row:hover .rs-table-cell,.rs-table-hover .rs-table-body-row-wrapper .rs-table-row:hover .rs-table-cell-group{background:#fff}.rs-table-row-header,.rs-table-row-header .rs-table-cell{background:#f4f4f4}.rs-table-row-header .rs-table-cell-group-shadow{box-shadow:0 2px 3px rgba(0,0,0,.28);z-index:5}.rs-table-header-row-wrapper{z-index:2;position:relative}.rs-table-affix-header{z-index:3;visibility:hidden}.rs-table-affix-header.fixed{visibility:visible}.rs-table-body-row-wrapper{position:relative;overflow:hidden;z-index:0}.rs-table-body-info{width:100%;text-align:center;top:50%;position:absolute;margin-top:-20px;line-height:40px}.rs-table-body-info .icon{margin:0 10px}.rs-table-body-info-wheel-area{width:100%}.rs-table-cell{height:36px;border-bottom:1px solid #eee;display:block;overflow:hidden;position:absolute;white-space:normal;background:#fff;transition:none;box-sizing:border-box}.rs-table-cell.first{border-left-width:0}.rs-table-cell-wrap1{display:table}.rs-table-cell-wrap2{display:table-row}.rs-table-cell-wrap3{display:table-cell;vertical-align:middle}.rs-table-cell-content{padding:8px;box-sizing:border-box;background-color:#fff;color:#222;font-size:14px;font-style:normal;font-weight:500;line-height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;width:100%}.rs-table-cell-header-sortable{cursor:pointer}.rs-table-cell-header-sort-wrapper{display:inline-block}.rs-table-cell-full-text:hover{overflow:visible;z-index:2!important;width:auto!important;box-shadow:inset 0 0 2px #3871dc!important}.rs-table-cell-full-text:hover .rs-table-cell-content{width:auto!important}.rs-table-column-resize-spanner{height:36px;width:2px;z-index:3;position:absolute;cursor:ew-resize!important;outline:none}.rs-table-column-resize-spanner:hover{background-color:#e76458}.rs-table-cell-group-fixed-left,.rs-table-cell-group-fixed-right{position:absolute;z-index:4;background:#fff}.rs-table-cell-group-left-shadow{box-shadow:3px 0 5px rgba(9,9,9,.08)}.rs-table-cell-group-right-shadow,.rs-table-cell-group-shadow{box-shadow:-3px 0 5px rgba(9,9,9,.08)}.rs-table-mouse-area{display:none;background:#e76458;left:-1px;top:0;position:absolute;width:2px;z-index:6}.rs-table-mouse-area input{display:none}.rs-table-mouse-area span{background:#e76458}.rs-table-cell-bordered .rs-table-cell{border-right:1px solid #eee}.rs-table-word-wrap .rs-table-cell-content{white-space:normal}.rs-table-row-expanded{position:absolute;height:46px;bottom:0;width:100%;z-index:4;border-top:1px solid #eee;padding:10px;background:#f5f5f5}.rs-table-loader-wrapper{visibility:hidden;position:absolute;height:100%;width:100%;background-color:hsla(0,0%,100%,.9)}.rs-table-loader{width:100%;text-align:center;top:50%;position:absolute;margin-top:-20px;line-height:40px}.rs-table-loader-icon{display:inline-block;position:relative;margin-right:12px;padding-top:3px}.rs-table-loader-icon,.rs-table-loader-icon:after,.rs-table-loader-icon:before{width:18px;height:18px}.rs-table-loader-icon:after,.rs-table-loader-icon:before{content:"";position:absolute;left:0;right:0;display:block;border-radius:50%}.rs-table-loader-icon:before{border:3px solid rgba(247,247,250,.8)}.rs-table-loader-icon:after{border:3px solid transparent;border-top-color:#a6a6a6;-webkit-animation:loaderSpin .6s linear infinite;animation:loaderSpin .6s linear infinite}.rs-table-loading .rs-table-loader-wrapper{visibility:visible}.rs-table-cell-expand-icon{cursor:pointer;outline:none}.rs-table-cell-expand-wrapper{margin-right:10px;display:inline-block;cursor:pointer}.rs-table-scrollbar{background:rgba(45,45,45,.05);position:absolute}.rs-table-scrollbar-active{background:rgba(45,45,45,.1)}.rs-table-scrollbar-hide{display:none}.rs-table-scrollbar-handle{position:absolute;background:rgba(45,45,45,.5);border-radius:4px}.rs-table-scrollbar-horizontal{width:100%;height:5px;bottom:2px}.rs-table-scrollbar-horizontal.fixed{position:fixed}.rs-table-scrollbar-horizontal .rs-table-scrollbar-handle{height:8px;left:0;top:1px}.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed,.rs-table-scrollbar-horizontal:hover{height:5px;box-shadow:inset 1px 1px 2px #ddd}.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,.rs-table-scrollbar-horizontal:hover .rs-table-scrollbar-handle{top:2px;height:5px}.rs-table-scrollbar-vertical{top:0;right:0;width:5px;bottom:2px}.rs-table-scrollbar-vertical .rs-table-scrollbar-handle{min-height:20px;width:5px;top:0;left:1px}.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed,.rs-table-scrollbar-vertical:hover{width:5px;box-shadow:inset 1px 1px 2px #ddd}.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,.rs-table-scrollbar-vertical:hover .rs-table-scrollbar-handle{left:2px;width:5px}.rs-table-column-group{position:absolute;left:0;right:0;top:0;width:100%}.rs-table-column-group-header{border-bottom:1px solid #eee;position:absolute;width:100%}.rs-table-column-group-header-content{display:table-cell;padding:8px}.rs-table-column-group-cell{position:absolute;border-right:1px solid #eee}.qbs-table-custom-pagination{display:flex;justify-content:space-between;padding:8px 12px;min-height:40px;align-items:center;border-radius:4px;border-top:1px solid #d6d8dc;background:#fff}.qbs-table-custom-pagination-header{border-bottom:1px solid #eee;position:absolute;width:100%}.qbs-table-custom-pagination-header-content{display:table-cell;padding:8px}.qbs-table-custom-pagination .qbs-table-pagination-dropdown{width:auto;height:24px;display:flex;align-items:center;justify-content:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px;border-radius:6px;border:1px solid #d6d8dc;background:#fff}.qbs-table-custom-pagination .qbs-table-icon-container{padding:0;cursor:pointer;display:flex;justify-items:center;align-items:center;color:#000;background-color:transparent;width:24px;height:24px;border-radius:4px;border:1px solid #999696}.qbs-table-custom-pagination .qbs-table-icon-container:hover{color:#00f}.qbs-table-custom-pagination .qbs-table-icon-container:disabled{color:grey;cursor:not-allowed}.qbs-table-custom-pagination .qbs-table-icon-container svg{width:16px;height:16px;margin:0 auto}.qbs-table-custom-pagination .qbs-table-pagination-right-block,.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container{display:flex;align-items:center;gap:12px}.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .block-item{margin:0;display:flex;cursor:pointer;align-items:center;justify-content:center;height:24px;width:24px;padding:0;border-radius:6px;font-size:13px;font-style:normal;font-weight:500;line-height:16px;border:1px solid transparent;transition:all .2s ease}.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .block-item:active,.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .block-item:hover{border-color:#e76458;color:#e76458;transition:all .2s ease}.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .selected{color:#e76458;border:1px solid #e76458;transition:all .2s ease}.qbs-table-pagination-flexBox{display:flex;align-items:center;justify-content:flex-end;gap:12px}.qbs-table-pagination-flexBox .qbs-table-pagination-text{font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#313131}.qbs-table-custom-pagination .qbs-table-pagination-dropdown:focus{outline:none}.qbs-table .qbs-table-toolbar-container{display:flex;flex-direction:column;gap:12px}.qbs-table .qbs-table-border-wrap{border-radius:0 0 4px 4px;border:1px solid #d6d8dc;background:#fff}.qbs-table .qbs-table-toolbar{display:flex;align-items:center;justify-content:space-between}.qbs-table .qbs-table-toolbar .end-container{display:flex;gap:10px;align-items:center}.qbs-table .qbs-table-toolbar .end-container .rows-count{padding:0 10px}.qbs-table .qbs-table-toolbar .start-container{display:flex;gap:10px}.qbs-table .qbs-table-toolbar .qbs-table-primary-filter{display:flex}.qbs-table .sub-qbs-table-toolbar{display:flex;gap:10px}.qbs-table .qbs-table-search-container{position:relative;align-items:center}.qbs-table .qbs-table-search-container .input{height:36px;border-radius:4px;min-width:280px;padding:0 8px;padding-left:36px!important;line-height:36px;font-size:14px;font-style:normal;font-weight:500;border-radius:6px;border:1px solid #d6d8dc;background:#fff;transition:all .2s ease}.qbs-table .qbs-table-search-container .input:hover{outline:none;border:1px solid #d6d8dc;background:#fff}.qbs-table .qbs-table-search-container .input:focus{outline:none;border:1px solid #222;background:#fff;transition:all .2s ease}.qbs-table .qbs-table-search-container .search-button{position:absolute;left:1px;top:7px;display:flex;color:#222;background-color:transparent}.qbs-table .qbs-table-search-container .search-button .icon{width:20px;height:20px}.qbs-table .qbs-table-search-container .close-button{position:absolute;display:flex;right:31px;bottom:5px;color:grey;background-color:#fff}.qbs-table .qbs-table-search-container .close-button .icon{width:20px;height:20px}.qbs-table .popup-content{display:none;position:absolute;background-color:#f9f9f9;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);padding:12px 16px;z-index:1}.qbs-table .show{display:block!important}.qbs-table[data-theme=dark],.rs-table-cell-content[data-theme=dark]{background-color:#333;color:#fff}.qbs-table-menu-dropdown{position:relative;display:flex;width:100%;height:36px;align-items:center;justify-content:center}.qbs-table-dropbtn{background-color:transparent;color:#000;font-size:16px;border:none;cursor:pointer}.qbs-table-qbs-table-menu-dropdown-content{position:absolute;min-width:75px;z-index:999;right:4px;margin-bottom:0;margin-top:0;top:3px;display:flex;box-sizing:border-box;height:28px;border-radius:8px;border:1px solid #d6d8dc;background:#fff;box-shadow:0 2px 4px 0 rgba(58,58,58,.15);align-items:center;justify-content:flex-end;gap:12px;padding:4px}.qbs-table-qbs-table-menu-dropdown-content a{padding:0!important;text-decoration:none;display:block;font-size:14px;font-style:normal;font-weight:500;color:#212121;width:auto;cursor:pointer;transition:all .2s ease;height:18px}.qbs-table-qbs-table-menu-dropdown-content a svg{width:18px;height:18px}.qbs-table-qbs-table-menu-dropdown-content button.qbs-table-dropbtn{margin-right:8px;margin-top:2px}.qbs-table-qbs-table-menu-dropdown-content a:hover{color:#e76458;background:#f4f4f4;transition:all .2s ease}.qbs-table-tooltip{position:relative;display:contents;cursor:pointer}.qbs-table-tooltip .tooltiptext{visibility:hidden;background-color:#000;color:#fff;text-align:center;padding:6px;border-radius:4px;position:absolute;z-index:9999;opacity:0;transition:opacity .3s;font-size:12px;font-style:normal;font-weight:400;line-height:16px;width:100px}.qbs-table-tooltip.up .tooltiptext{bottom:125%;left:0}.qbs-table-tooltip.down .tooltiptext{top:125%;right:0;left:auto}.qbs-table-tooltip:hover .tooltiptext{visibility:visible;opacity:1}.qbs-table-tooltip .tooltiptext:after{content:"";position:absolute;border-width:5px;border-style:solid}.qbs-table-tooltip.up .tooltiptext:after{top:100%;left:50%;margin-left:-5px;border-color:#000 transparent transparent}.qbs-table-tooltip.down .tooltiptext:after{bottom:100%;left:50%;margin-left:-5px;border-color:transparent transparent #000}.rs-table-row{overflow:visible!important}.qbs-table-toolbar-sub-container{display:flex;gap:12px;padding:10px 12px;border-radius:4px;border:1px solid #d6d8dc;background:#fff;border-bottom:unset}.qbs-table-toolbar-sub-container .rows-count{font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#222}.qbs-table-toolbar-sub-container.selected-row{background:rgba(231,100,88,.08)}.qbs-table-toolbar-sub-container-start{display:flex;gap:10px;align-items:center}.qbs-table-column-popup{position:fixed;padding:8px;z-index:999;right:10px;border-radius:8px;background:#fff;box-shadow:0 8px 20px 0 rgba(0,0,0,.15);min-width:272px;gap:4px;display:flex;flex-direction:column;max-height:500px}.qbs-table-popup-container{max-width:400px;overflow-y:auto}.qbs-table-container{padding:8px 4px;white-space:nowrap;width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}.qbs-table-columns-container{display:flex;flex-direction:row-reverse}.qbs-table-columns-label{display:flex;gap:10px}.qbs-table-columns-drag-icon{cursor:grab;margin-right:0}.qbs-table-column{flex:1}.rs-table-cell-header .rs-table-cell-content{padding:8px;border-radius:0;border-right:0;background:#f4f4f4;font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#222}.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell:hover~.rs-table-column-resize-spanner,.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell~.rs-table-column-resize-spanner:hover{background-color:#e76458}.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell:hover~.rs-table-column-resize-spanner:before,.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell~.rs-table-column-resize-spanner:hover:before{border-color:transparent #e76458 transparent transparent}.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell:hover~.rs-table-column-resize-spanner:after,.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell~.rs-table-column-resize-spanner:hover:after{border-color:transparent transparent transparent #e76458}.qbs-table-checkbox{position:relative;display:flex;align-items:center;justify-content:center}.qbs-table-checkbox .qbs-table-checkbox-input{opacity:0}.qbs-table-checkbox .qbs-table-checkbox-input~label{position:absolute;border-radius:3px;border:1px solid #999696;width:20px;height:20px;top:7px;transition:all .2s ease;cursor:pointer}.qbs-table-checkbox .qbs-table-checkbox-input~label svg{opacity:0;transition:all .2s ease;position:absolute;left:5px;top:5px;width:9px;height:9px}.qbs-table-checkbox .qbs-table-checkbox-input:checked~label{transition:all .2s ease;border-radius:3px;background:#e76458;border-color:#e76458}.qbs-table-checkbox .qbs-table-checkbox-input:checked~label svg{opacity:1;transition:all .2s ease}.qbs-checkbox-border-none .rs-table-cell-content{border-right:unset}.qbs-table-popup-item{display:flex;flex-direction:column;gap:4px}.qbs-table-popup-item .qbs-table-popup-label{padding:4px;font-size:12px;font-style:normal;font-weight:600;line-height:16px;color:#585858}.qbs-table-popup-item .qbs-table-popup-value{padding:8px;font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#222}.qbs-table-divider{width:100%;background:#d6d8dc;display:flex;min-height:1px}.qbs-table-checkbox.qbs-table-custom-checkbox .qbs-table-checkbox-input~label{top:-2px}.qbs-table-container .qbs-table-popup-value{padding:0;flex:1;margin-left:8px;transition:all .2s ease}.qbs-table-container:hover .qbs-table-popup-label,.qbs-table-container:hover .qbs-table-popup-value{transition:all .2s ease;color:#e76458}.qbs-table-container .qbs-table-popup-label{padding:0;flex:1;margin-left:8px;transition:all .2s ease}.qbs-table-reset-link{padding:8px;font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#c63a3a}.qbs-table-reset-link:hover{color:#c63a3a;text-decoration:none}.selected-row-action{display:flex;gap:10px}.selected-row-action .btn{background-color:transparent;font-weight:600;padding:4px}.qbs-table-row-link{cursor:pointer}.qbs-table-row-link,.qbs-table-row-link:hover{text-decoration:none}.rs-table-column-group-header-content{text-align:center}.rs-table-cell-content{vertical-align:center!important;display:table-cell}
|
|
2
2
|
/*# sourceMappingURL=qbs-react-grid.min.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["qbs-react-grid.css"],"names":[],"mappings":"AAAA,8BACE,GACE,4BAA6B,AACrB,mBAAqB,CAC9B,AACD,GACE,gCAAkC,AAC1B,uBAA0B,CACnC,CACF,AACD,sBACE,GACE,4BAA6B,AACrB,mBAAqB,CAC9B,AACD,GACE,gCAAkC,AAC1B,uBAA0B,CACnC,CACF,AACD,UACE,kBAAmB,AACnB,gBAAiB,AACjB,gBAAmB,AACnB,qBAA0B,CAC3B,AACD,0BACE,iBAAkB,AAClB,yBAA0B,AAC1B,sBAAuB,AACvB,qBAAsB,AACtB,gBAAkB,CACnB,AACD,mBACE,qBAAuB,CACxB,AACD,cACE,gBAAiB,AACjB,kBAAmB,AACnB,WAAY,AACZ,MAAO,AACP,gBAAiB,AACjB,4BAA8B,CAC/B,AAOD,iOACE,eAAiB,CAClB,AAID,yDACE,kBAAoB,CACrB,AACD,iDACE,qCAA0C,AAC1C,SAAW,CACZ,AACD,6BACE,UAAW,AACX,iBAAmB,CACpB,AACD,uBACE,UAAW,AACX,iBAAmB,CACpB,AACD,6BACE,kBAAoB,CACrB,AACD,2BACE,kBAAmB,AACnB,gBAAiB,AACjB,SAAW,CACZ,AACD,oBACE,WAAY,AACZ,kBAAmB,AACnB,QAAS,AACT,kBAAmB,AACnB,iBAAkB,AAClB,gBAAkB,CACnB,AACD,0BACE,aAAe,CAChB,AACD,+BACE,UAAY,CACb,AACD,eACE,YAAa,AACb,6BAA8B,AAC9B,cAAe,AACf,gBAAiB,AACjB,kBAAmB,AACnB,mBAAoB,AACpB,gBAAiB,AACjB,gBAAiB,AACjB,qBAAuB,CACxB,AACD,qBACE,mBAAqB,CACtB,AACD,qBACE,aAAe,CAChB,AACD,qBACE,iBAAmB,CACpB,AACD,qBACE,mBAAoB,AACpB,qBAAuB,CACxB,AACD,uBACE,YAAa,AACb,sBAAuB,AACvB,sBAA0B,AAC1B,WAAY,AACZ,eAAgB,AAChB,kBAAmB,AACnB,gBAAiB,AACjB,iBAAkB,AAClB,gBAAiB,AACjB,mBAAoB,AACpB,uBAAwB,AACxB,2BAA4B,AAC5B,0BAA2B,AAC3B,UAAY,CACb,AACD,+BACE,cAAgB,CACjB,AACD,mCACE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AACV,QAAS,AACT,UAAW,AACX,UAAY,CACb,AACD,4DACE,wBAA0B,AAC1B,kBAAmB,AACnB,mBAAoB,AACpB,oBAAsB,CACvB,AACD,gEACE,UAAW,AACX,uBAA0B,CAC3B,AACD,iDACE,kBAAoB,CACrB,AACD,sBACE,aAAc,AACd,sBAAuB,AACvB,OAAS,CACV,AACD,6CACE,YAAa,AACb,eAAgB,AAChB,kBAAmB,AACnB,gBAAiB,AACjB,iBAAkB,AAClB,aAAe,CAChB,AACD,6CACE,YAAa,AACb,eAAgB,AAChB,kBAAmB,AACnB,gBAAiB,AACjB,iBAAkB,AAClB,UAAY,CACb,AACD,mBACE,WAAY,AACZ,mBAAoB,AACpB,aAAc,AACd,cAAgB,CACjB,AACD,8EACE,QAAU,CACX,AACD,4CACE,UAAW,AACX,OAAQ,AACR,gBAAiB,AACjB,uBAA0B,CAC3B,AACD,oGAEE,wBAA0B,AAC1B,aAAe,CAChB,AACD,4CACE,UAAW,AACX,OAAQ,AACR,gBAAiB,AACjB,uBAA0B,CAC3B,AACD,sBACE,YAAa,AACb,eAAgB,AAChB,kBAAmB,AACnB,gBAAiB,AACjB,iBAAkB,AAClB,aAAe,CAChB,AACD,4BACE,cAAe,AACf,oBAAsB,CACvB,AACD,qBACE,aAAc,AACd,QAAU,CACX,AACD,0BACE,6BAA8B,AAC9B,gBAAiB,AACjB,WAAa,CACd,AACD,oBAEE,cAAgB,CACjB,AACD,8CAHE,oBAAsB,CAKvB","file":"qbs-react-grid.min.css","sourcesContent":["@-webkit-keyframes loaderSpin {\n from {\n -webkit-transform: rotate(0);\n transform: rotate(0);\n }\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n@keyframes loaderSpin {\n from {\n -webkit-transform: rotate(0);\n transform: rotate(0);\n }\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.rs-table {\n position: relative;\n overflow: hidden;\n border-radius: 0px;\n background-color: #ffffff;\n}\n.rs-table-column-resizing {\n cursor: ew-resize;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.rs-table-bordered {\n border: 1px solid #eee;\n}\n.rs-table-row {\n overflow: hidden;\n position: absolute;\n width: 100%;\n top: 0;\n transition: none;\n border-bottom: 1px solid #eee;\n}\n.rs-table-hover .rs-table-body-row-wrapper .rs-table-row:hover {\n background: #fff;\n}\n.rs-table-hover .rs-table-body-row-wrapper .rs-table-row:hover .rs-table-cell-group {\n background: #fff;\n}\n.rs-table-hover .rs-table-body-row-wrapper .rs-table-row:hover .rs-table-cell {\n background: #fff;\n}\n.rs-table-row-header {\n background: #f4f4f4;\n}\n.rs-table-row-header .rs-table-cell {\n background: #f4f4f4;\n}\n.rs-table-row-header .rs-table-cell-group-shadow {\n box-shadow: 0 2px 3px rgba(0, 0, 0, 0.28);\n z-index: 5;\n}\n.rs-table-header-row-wrapper {\n z-index: 2;\n position: relative;\n}\n.rs-table-affix-header {\n z-index: 3;\n visibility: hidden;\n}\n.rs-table-affix-header.fixed {\n visibility: visible;\n}\n.rs-table-body-row-wrapper {\n position: relative;\n overflow: hidden;\n z-index: 0;\n}\n.rs-table-body-info {\n width: 100%;\n text-align: center;\n top: 50%;\n position: absolute;\n margin-top: -20px;\n line-height: 40px;\n}\n.rs-table-body-info .icon {\n margin: 0 10px;\n}\n.rs-table-body-info-wheel-area {\n width: 100%;\n}\n.rs-table-cell {\n height: 36px;\n border-bottom: 1px solid #eee;\n display: block;\n overflow: hidden;\n position: absolute;\n white-space: normal;\n background: #fff;\n transition: none;\n box-sizing: border-box;\n}\n.rs-table-cell.first {\n border-left-width: 0;\n}\n.rs-table-cell-wrap1 {\n display: table;\n}\n.rs-table-cell-wrap2 {\n display: table-row;\n}\n.rs-table-cell-wrap3 {\n display: table-cell;\n vertical-align: middle;\n}\n.rs-table-cell-content {\n padding: 8px;\n box-sizing: border-box;\n background-color: #ffffff;\n color: #222;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n -ms-text-overflow: ellipsis;\n -o-text-overflow: ellipsis;\n width: 100%;\n}\n.rs-table-cell-header-sortable {\n cursor: pointer;\n}\n.rs-table-cell-header-sort-wrapper {\n display: inline-block;\n}\n.rs-table-cell-full-text:hover {\n overflow: visible;\n z-index: 2 !important;\n width: auto !important;\n box-shadow: inset #3871dc 0px 0px 2px !important;\n}\n.rs-table-cell-full-text:hover .rs-table-cell-content {\n width: auto !important;\n}\n.rs-table-column-resize-spanner {\n height: 36px;\n width: 2px;\n z-index: 3;\n position: absolute;\n cursor: ew-resize !important;\n outline: none;\n}\n.rs-table-column-resize-spanner:hover {\n background-color: #E76458;\n}\n.rs-table-cell-group-fixed-left {\n position: absolute;\n z-index: 4;\n background: #fff;\n}\n.rs-table-cell-group-fixed-right {\n position: absolute;\n z-index: 4;\n background: #fff;\n}\n.rs-table-cell-group-left-shadow {\n box-shadow: 3px 0px 5px rgba(9, 9, 9, 0.08);\n}\n.rs-table-cell-group-shadow,\n.rs-table-cell-group-right-shadow {\n box-shadow: -3px 0px 5px rgba(9, 9, 9, 0.08);\n}\n.rs-table-mouse-area {\n display: none;\n background: #E76458;\n left: -1px;\n top: 0;\n position: absolute;\n width: 2px;\n z-index: 6;\n}\n.rs-table-mouse-area input {\n display: none;\n}\n.rs-table-mouse-area span {\n background: #E76458;\n}\n.rs-table-cell-bordered .rs-table-cell {\n border-right: 1px solid #eee;\n}\n.rs-table-word-wrap .rs-table-cell-content {\n white-space: normal;\n}\n.rs-table-row-expanded {\n position: absolute;\n height: 46px;\n bottom: 0;\n width: 100%;\n z-index: 4;\n border-top: 1px solid #eee;\n padding: 10px;\n background: #f5f5f5;\n}\n.rs-table-loader-wrapper {\n visibility: hidden;\n position: absolute;\n height: 100%;\n width: 100%;\n background-color: rgba(255, 255, 255, 0.9);\n}\n.rs-table-loader {\n width: 100%;\n text-align: center;\n top: 50%;\n position: absolute;\n margin-top: -20px;\n line-height: 40px;\n}\n.rs-table-loader-icon {\n width: 18px;\n height: 18px;\n display: inline-block;\n position: relative;\n margin-right: 12px;\n padding-top: 3px;\n}\n.rs-table-loader-icon::before,\n.rs-table-loader-icon::after {\n width: 18px;\n height: 18px;\n}\n.rs-table-loader-icon::before,\n.rs-table-loader-icon::after {\n content: \"\";\n position: absolute;\n left: 0;\n right: 0;\n display: block;\n border-radius: 50%;\n}\n.rs-table-loader-icon::before {\n border: 3px solid rgba(247, 247, 250, 0.8);\n}\n.rs-table-loader-icon::after {\n border-width: 3px;\n border-style: solid;\n border-color: #a6a6a6 transparent transparent;\n -webkit-animation: loaderSpin 0.6s infinite linear;\n animation: loaderSpin 0.6s infinite linear;\n}\n.rs-table-loading .rs-table-loader-wrapper {\n visibility: visible;\n}\n.rs-table-cell-expand-icon {\n cursor: pointer;\n outline: none;\n}\n.rs-table-cell-expand-wrapper {\n margin-right: 10px;\n display: inline-block;\n cursor: pointer;\n}\n.rs-table-scrollbar {\n background: rgba(45, 45, 45, 0.05);\n position: absolute;\n}\n.rs-table-scrollbar-active {\n background: rgba(45, 45, 45, 0.1);\n}\n.rs-table-scrollbar-hide {\n display: none;\n}\n.rs-table-scrollbar-handle {\n position: absolute;\n background: rgba(45, 45, 45, 0.5);\n border-radius: 4px;\n}\n.rs-table-scrollbar-horizontal {\n width: 100%;\n height: 5px;\n bottom: 2px;\n}\n.rs-table-scrollbar-horizontal.fixed {\n position: fixed;\n}\n.rs-table-scrollbar-horizontal .rs-table-scrollbar-handle {\n height: 8px;\n left: 0px;\n top: 1px;\n}\n.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed,\n.rs-table-scrollbar-horizontal:hover {\n height: 5px;\n box-shadow: 1px 1px 2px #ddd inset;\n}\n.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,\n.rs-table-scrollbar-horizontal:hover .rs-table-scrollbar-handle {\n top: 2px;\n height: 5px;\n}\n.rs-table-scrollbar-vertical {\n top: 0;\n right: 0px;\n width: 5px;\n bottom: 2px;\n}\n.rs-table-scrollbar-vertical .rs-table-scrollbar-handle {\n min-height: 20px;\n width: 5px;\n top: 0px;\n left: 1px;\n}\n.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed,\n.rs-table-scrollbar-vertical:hover {\n width: 5px;\n box-shadow: 1px 1px 2px #ddd inset;\n}\n.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,\n.rs-table-scrollbar-vertical:hover .rs-table-scrollbar-handle {\n left: 2px;\n width: 5px;\n}\n.rs-table-column-group {\n position: absolute;\n left: 0;\n right: 0;\n top: 0;\n width: 100%;\n}\n.rs-table-column-group-header {\n border-bottom: 1px solid #eee;\n position: absolute;\n width: 100%;\n}\n.rs-table-column-group-header-content {\n display: table-cell;\n padding: 8px;\n}\n.rs-table-column-group-cell {\n position: absolute;\n border-right: 1px solid #eee;\n}\n.qbs-table-custom-pagination {\n display: flex;\n justify-content: space-between;\n padding: 8px 12px;\n min-height: 40px;\n align-items: center;\n border-radius: 4px;\n border-top: 1px solid #d6d8dc;\n background: #fff;\n}\n.qbs-table-custom-pagination-header {\n border-bottom: 1px solid #eee;\n position: absolute;\n width: 100%;\n}\n.qbs-table-custom-pagination-header-content {\n display: table-cell;\n padding: 8px;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-dropdown {\n width: auto;\n height: 24px;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n border-radius: 6px;\n border: 1px solid #d6d8dc;\n background: #fff;\n}\n.qbs-table-custom-pagination .qbs-table-icon-container {\n padding: 0;\n cursor: pointer;\n display: flex;\n justify-items: center;\n align-items: center;\n color: black;\n background-color: transparent;\n width: 24px;\n height: 24px;\n border-radius: 4px;\n border: 1px solid #999696;\n}\n.qbs-table-custom-pagination .qbs-table-icon-container:hover {\n color: blue;\n}\n.qbs-table-custom-pagination .qbs-table-icon-container:disabled {\n color: grey;\n cursor: not-allowed;\n}\n.qbs-table-custom-pagination .qbs-table-icon-container svg {\n width: 16px;\n height: 16px;\n margin: 0 auto;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-right-block {\n display: flex;\n align-items: center;\n gap: 12px;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container {\n display: flex;\n align-items: center;\n gap: 12px;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .block-item {\n margin: 0;\n display: flex;\n cursor: pointer;\n align-items: center;\n justify-content: center;\n height: 24px;\n width: 24px;\n padding: 0;\n border-radius: 6px;\n font-size: 13px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px;\n border: 1px solid transparent;\n transition: all 0.2s ease;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .block-item:hover {\n border-color: #e76458;\n color: #e76458;\n transition: all 0.2s ease;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .block-item:active {\n border-color: #e76458;\n color: #e76458;\n transition: all 0.2s ease;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .selected {\n color: #e76458;\n border: 1px solid #e76458;\n transition: all 0.2s ease;\n}\n.qbs-table-pagination-flexBox {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n gap: 12px;\n}\n.qbs-table-pagination-flexBox .qbs-table-pagination-text {\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n color: #313131;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-dropdown:focus {\n outline: none;\n}\n.qbs-table .qbs-table-toolbar-container {\n display: flex;\n flex-direction: column;\n gap: 12px;\n}\n.qbs-table .qbs-table-border-wrap {\n border-radius: 0 0 4px 4px;\n border: 1px solid #d6d8dc;\n background: #fff;\n}\n.qbs-table .qbs-table-toolbar {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.qbs-table .qbs-table-toolbar .end-container {\n display: flex;\n gap: 10px;\n align-items: center;\n}\n.qbs-table .qbs-table-toolbar .end-container .rows-count {\n padding: 0px 10px;\n}\n.qbs-table .qbs-table-toolbar .start-container {\n display: flex;\n gap: 10px;\n}\n.qbs-table .qbs-table-toolbar .qbs-table-primary-filter {\n display: flex;\n}\n.qbs-table .sub-qbs-table-toolbar {\n display: flex;\n gap: 10px;\n}\n.qbs-table .qbs-table-search-container {\n position: relative;\n align-items: center;\n}\n.qbs-table .qbs-table-search-container .input {\n height: 36px;\n border-radius: 4px;\n min-width: 280px;\n padding: 0 8px;\n padding-left: 36px !important;\n line-height: 36px;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n border-radius: 6px;\n border: 1px solid #d6d8dc;\n background: #fff;\n transition: all 0.2s ease;\n}\n.qbs-table .qbs-table-search-container .input:hover {\n outline: none;\n border: 1px solid #d6d8dc;\n background: #fff;\n}\n.qbs-table .qbs-table-search-container .input:focus {\n outline: none;\n border: 1px solid #222;\n background: #fff;\n transition: all 0.2s ease;\n}\n.qbs-table .qbs-table-search-container .search-button {\n position: absolute;\n left: 1px;\n top: 7px;\n display: flex;\n color: #222;\n background-color: transparent;\n}\n.qbs-table .qbs-table-search-container .search-button .icon {\n width: 20px;\n height: 20px;\n}\n.qbs-table .qbs-table-search-container .close-button {\n position: absolute;\n display: flex;\n right: 31px;\n bottom: 5px;\n color: grey;\n background-color: white;\n}\n.qbs-table .qbs-table-search-container .close-button .icon {\n width: 20px;\n height: 20px;\n}\n.qbs-table .popup-content {\n display: none;\n position: absolute;\n background-color: #f9f9f9;\n box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);\n padding: 12px 16px;\n z-index: 1;\n}\n.qbs-table .show {\n display: block !important;\n}\n.qbs-table[data-theme='dark'] {\n background-color: #333333;\n color: #ffffff;\n}\n.rs-table-cell-content[data-theme='dark'] {\n background-color: #333333;\n color: #ffffff;\n}\n/* Dropdown container */\n.qbs-table-menu-dropdown {\n position: relative;\n display: flex;\n width: 100%;\n height: 36px;\n align-items: center;\n justify-content: center;\n}\n/* Button to trigger the qbs-table-menu-dropdown */\n.qbs-table-dropbtn {\n background-color: transparent;\n color: black;\n font-size: 16px;\n border: none;\n cursor: pointer;\n}\n/* Dropdown content (hidden by default) */\n.qbs-table-qbs-table-menu-dropdown-content {\n position: absolute;\n min-width: 75px;\n z-index: 999;\n right: 4px;\n margin-bottom: 0;\n margin-top: 0;\n top: 3px;\n display: flex;\n box-sizing: border-box;\n height: 28px;\n border-radius: 8px;\n border: 1px solid #d6d8dc;\n background: #fff;\n box-shadow: 0px 2px 4px 0px rgba(58, 58, 58, 0.15);\n align-items: center;\n justify-content: flex-end;\n gap: 12px;\n padding: 4px;\n}\n/* Dropdown content items */\n.qbs-table-qbs-table-menu-dropdown-content a {\n padding: 0 !important;\n text-decoration: none;\n display: block;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n color: #212121;\n width: auto;\n cursor: pointer;\n transition: all 0.2s ease;\n height: 18px;\n}\n.qbs-table-qbs-table-menu-dropdown-content a svg {\n width: 18px;\n height: 18px;\n}\n.qbs-table-qbs-table-menu-dropdown-content button.qbs-table-dropbtn {\n margin-right: 8px;\n margin-top: 2px;\n}\n.qbs-table-qbs-table-menu-dropdown-content a:hover {\n color: #e76458;\n background: #f4f4f4;\n transition: all 0.2s ease;\n}\n/* Tooltip container */\n.qbs-table-tooltip {\n position: relative;\n display: contents;\n cursor: pointer;\n}\n.qbs-table-tooltip .tooltiptext {\n visibility: hidden;\n background-color: #000;\n color: #fff;\n text-align: center;\n padding: 6px;\n border-radius: 4px;\n position: absolute;\n z-index: 9999;\n opacity: 0;\n transition: opacity 0.3s;\n font-size: 12px;\n font-style: normal;\n font-weight: 400;\n line-height: 16px;\n width: 100px;\n}\n.qbs-table-tooltip.up .tooltiptext {\n bottom: 125%;\n left: 0%;\n}\n.qbs-table-tooltip.down .tooltiptext {\n top: 125%;\n right: 0px;\n left: auto;\n}\n.qbs-table-tooltip:hover .tooltiptext {\n visibility: visible;\n opacity: 1;\n}\n.qbs-table-tooltip .tooltiptext::after {\n content: '';\n position: absolute;\n border-width: 5px;\n border-style: solid;\n}\n.qbs-table-tooltip.up .tooltiptext::after {\n top: 100%;\n left: 50%;\n margin-left: -5px;\n border-color: #000 transparent transparent transparent;\n}\n.qbs-table-tooltip.down .tooltiptext::after {\n bottom: 100%;\n left: 50%;\n margin-left: -5px;\n border-color: transparent transparent #000 transparent;\n}\n.rs-table-row {\n overflow: visible !important;\n}\n.qbs-table-toolbar-sub-container {\n display: flex;\n gap: 12px;\n padding: 10px 12px;\n border-radius: 4px;\n border: 1px solid #d6d8dc;\n background: #fff;\n border-bottom: unset;\n}\n.qbs-table-toolbar-sub-container .rows-count {\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n color: #222;\n}\n.qbs-table-toolbar-sub-container.selected-row {\n background: rgba(231, 100, 88, 0.08);\n}\n.qbs-table-toolbar-sub-container-start {\n display: flex;\n gap: 10px;\n align-items: center;\n}\n.qbs-table-column-popup {\n position: fixed;\n padding: 8px;\n z-index: 999;\n right: 10px;\n border-radius: 8px;\n background: #fff;\n box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);\n min-width: 272px;\n gap: 4px;\n display: flex;\n flex-direction: column;\n max-height: 500px;\n}\n.qbs-table-popup-container {\n max-width: 400px;\n overflow-y: auto;\n}\n.qbs-table-container {\n padding: 8px 4px;\n white-space: nowrap;\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: 8px;\n}\n.qbs-table-columns-container {\n display: flex;\n flex-direction: row-reverse;\n}\n.qbs-table-columns-label {\n display: flex;\n gap: 10px;\n}\n.qbs-table-columns-drag-icon {\n cursor: grab;\n margin-right: 0;\n}\n.qbs-table-column {\n flex: 1;\n}\n.rs-table-cell-header .rs-table-cell-content {\n padding: 8px;\n border-radius: 0px;\n border-right: 0px;\n background: #f4f4f4;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n color: #222;\n}\n.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell:hover ~ .rs-table-column-resize-spanner,\n.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell ~ .rs-table-column-resize-spanner:hover {\n background-color: #e76458;\n}\n.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell:hover ~ .rs-table-column-resize-spanner:before,\n.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell ~ .rs-table-column-resize-spanner:hover:before {\n border-color: transparent #e76458 transparent transparent;\n}\n.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell:hover ~ .rs-table-column-resize-spanner:after,\n.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell ~ .rs-table-column-resize-spanner:hover:after {\n border-color: transparent transparent transparent #e76458;\n}\n.qbs-table-checkbox {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.qbs-table-checkbox .qbs-table-checkbox-input {\n opacity: 0;\n}\n.qbs-table-checkbox .qbs-table-checkbox-input ~ label {\n position: absolute;\n border-radius: 3px;\n border: 1px solid #999696;\n width: 20px;\n height: 20px;\n top: 7px;\n transition: all 0.2s ease;\n cursor: pointer;\n}\n.qbs-table-checkbox .qbs-table-checkbox-input ~ label svg {\n opacity: 0;\n transition: all 0.2s ease;\n position: absolute;\n left: 5px;\n top: 5px;\n width: 9px;\n height: 9px;\n}\n.qbs-table-checkbox .qbs-table-checkbox-input:checked ~ label {\n transition: all 0.2s ease;\n border-radius: 3px;\n background: #e76458;\n border-color: #e76458;\n}\n.qbs-table-checkbox .qbs-table-checkbox-input:checked ~ label svg {\n opacity: 1;\n transition: all 0.2s ease;\n}\n.qbs-checkbox-border-none .rs-table-cell-content {\n border-right: unset;\n}\n.qbs-table-popup-item {\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n.qbs-table-popup-item .qbs-table-popup-label {\n padding: 4px;\n font-size: 12px;\n font-style: normal;\n font-weight: 600;\n line-height: 16px;\n color: #585858;\n}\n.qbs-table-popup-item .qbs-table-popup-value {\n padding: 8px;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n color: #222;\n}\n.qbs-table-divider {\n width: 100%;\n background: #d6d8dc;\n display: flex;\n min-height: 1px;\n}\n.qbs-table-checkbox.qbs-table-custom-checkbox .qbs-table-checkbox-input ~ label {\n top: -2px;\n}\n.qbs-table-container .qbs-table-popup-value {\n padding: 0;\n flex: 1;\n margin-left: 8px;\n transition: all 0.2s ease;\n}\n.qbs-table-container:hover .qbs-table-popup-value,\n.qbs-table-container:hover .qbs-table-popup-label {\n transition: all 0.2s ease;\n color: #e76458;\n}\n.qbs-table-container .qbs-table-popup-label {\n padding: 0;\n flex: 1;\n margin-left: 8px;\n transition: all 0.2s ease;\n}\n.qbs-table-reset-link {\n padding: 8px;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n color: #c63a3a;\n}\n.qbs-table-reset-link:hover {\n color: #c63a3a;\n text-decoration: none;\n}\n.selected-row-action {\n display: flex;\n gap: 10px;\n}\n.selected-row-action .btn {\n background-color: transparent;\n font-weight: 600;\n padding: 4px;\n}\n.qbs-table-row-link {\n text-decoration: none;\n cursor: pointer;\n}\n.qbs-table-row-link:hover {\n text-decoration: none;\n}\n\n/*# sourceMappingURL=index.css.map */\n"]}
|
|
1
|
+
{"version":3,"sources":["qbs-react-grid.css"],"names":[],"mappings":"AAAA,8BACE,GACE,4BAA6B,AACrB,mBAAqB,CAC9B,AACD,GACE,gCAAkC,AAC1B,uBAA0B,CACnC,CACF,AACD,sBACE,GACE,4BAA6B,AACrB,mBAAqB,CAC9B,AACD,GACE,gCAAkC,AAC1B,uBAA0B,CACnC,CACF,AACD,UACE,kBAAmB,AACnB,gBAAiB,AACjB,gBAAmB,AACnB,qBAA0B,CAC3B,AACD,0BACE,iBAAkB,AAClB,yBAA0B,AAC1B,sBAAuB,AACvB,qBAAsB,AACtB,gBAAkB,CACnB,AACD,mBACE,qBAAuB,CACxB,AACD,cACE,gBAAiB,AACjB,kBAAmB,AACnB,WAAY,AACZ,MAAO,AACP,gBAAiB,AACjB,4BAA8B,CAC/B,AAOD,iOACE,eAAiB,CAClB,AAID,yDACE,kBAAoB,CACrB,AACD,iDACE,qCAA0C,AAC1C,SAAW,CACZ,AACD,6BACE,UAAW,AACX,iBAAmB,CACpB,AACD,uBACE,UAAW,AACX,iBAAmB,CACpB,AACD,6BACE,kBAAoB,CACrB,AACD,2BACE,kBAAmB,AACnB,gBAAiB,AACjB,SAAW,CACZ,AACD,oBACE,WAAY,AACZ,kBAAmB,AACnB,QAAS,AACT,kBAAmB,AACnB,iBAAkB,AAClB,gBAAkB,CACnB,AACD,0BACE,aAAe,CAChB,AACD,+BACE,UAAY,CACb,AACD,eACE,YAAa,AACb,6BAA8B,AAC9B,cAAe,AACf,gBAAiB,AACjB,kBAAmB,AACnB,mBAAoB,AACpB,gBAAiB,AACjB,gBAAiB,AACjB,qBAAuB,CACxB,AACD,qBACE,mBAAqB,CACtB,AACD,qBACE,aAAe,CAChB,AACD,qBACE,iBAAmB,CACpB,AACD,qBACE,mBAAoB,AACpB,qBAAuB,CACxB,AACD,uBACE,YAAa,AACb,sBAAuB,AACvB,sBAA0B,AAC1B,WAAY,AACZ,eAAgB,AAChB,kBAAmB,AACnB,gBAAiB,AACjB,iBAAkB,AAClB,gBAAiB,AACjB,mBAAoB,AACpB,uBAAwB,AACxB,2BAA4B,AAC5B,0BAA2B,AAC3B,UAAY,CACb,AACD,+BACE,cAAgB,CACjB,AACD,mCACE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AACV,QAAS,AACT,UAAW,AACX,UAAY,CACb,AACD,4DACE,wBAA0B,AAC1B,kBAAmB,AACnB,mBAAoB,AACpB,oBAAsB,CACvB,AACD,gEACE,UAAW,AACX,uBAA0B,CAC3B,AACD,iDACE,kBAAoB,CACrB,AACD,sBACE,aAAc,AACd,sBAAuB,AACvB,OAAS,CACV,AACD,6CACE,YAAa,AACb,eAAgB,AAChB,kBAAmB,AACnB,gBAAiB,AACjB,iBAAkB,AAClB,aAAe,CAChB,AACD,6CACE,YAAa,AACb,eAAgB,AAChB,kBAAmB,AACnB,gBAAiB,AACjB,iBAAkB,AAClB,UAAY,CACb,AACD,mBACE,WAAY,AACZ,mBAAoB,AACpB,aAAc,AACd,cAAgB,CACjB,AACD,8EACE,QAAU,CACX,AACD,4CACE,UAAW,AACX,OAAQ,AACR,gBAAiB,AACjB,uBAA0B,CAC3B,AACD,oGAEE,wBAA0B,AAC1B,aAAe,CAChB,AACD,4CACE,UAAW,AACX,OAAQ,AACR,gBAAiB,AACjB,uBAA0B,CAC3B,AACD,sBACE,YAAa,AACb,eAAgB,AAChB,kBAAmB,AACnB,gBAAiB,AACjB,iBAAkB,AAClB,aAAe,CAChB,AACD,4BACE,cAAe,AACf,oBAAsB,CACvB,AACD,qBACE,aAAc,AACd,QAAU,CACX,AACD,0BACE,6BAA8B,AAC9B,gBAAiB,AACjB,WAAa,CACd,AACD,oBAEE,cAAgB,CACjB,AACD,8CAHE,oBAAsB,CAKvB,AACD,sCACE,iBAAmB,CACpB,AACD,uBACE,gCAAkC,AAClC,kBAAoB,CACrB","file":"qbs-react-grid.min.css","sourcesContent":["@-webkit-keyframes loaderSpin {\n from {\n -webkit-transform: rotate(0);\n transform: rotate(0);\n }\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n@keyframes loaderSpin {\n from {\n -webkit-transform: rotate(0);\n transform: rotate(0);\n }\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.rs-table {\n position: relative;\n overflow: hidden;\n border-radius: 0px;\n background-color: #ffffff;\n}\n.rs-table-column-resizing {\n cursor: ew-resize;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.rs-table-bordered {\n border: 1px solid #eee;\n}\n.rs-table-row {\n overflow: hidden;\n position: absolute;\n width: 100%;\n top: 0;\n transition: none;\n border-bottom: 1px solid #eee;\n}\n.rs-table-hover .rs-table-body-row-wrapper .rs-table-row:hover {\n background: #fff;\n}\n.rs-table-hover .rs-table-body-row-wrapper .rs-table-row:hover .rs-table-cell-group {\n background: #fff;\n}\n.rs-table-hover .rs-table-body-row-wrapper .rs-table-row:hover .rs-table-cell {\n background: #fff;\n}\n.rs-table-row-header {\n background: #f4f4f4;\n}\n.rs-table-row-header .rs-table-cell {\n background: #f4f4f4;\n}\n.rs-table-row-header .rs-table-cell-group-shadow {\n box-shadow: 0 2px 3px rgba(0, 0, 0, 0.28);\n z-index: 5;\n}\n.rs-table-header-row-wrapper {\n z-index: 2;\n position: relative;\n}\n.rs-table-affix-header {\n z-index: 3;\n visibility: hidden;\n}\n.rs-table-affix-header.fixed {\n visibility: visible;\n}\n.rs-table-body-row-wrapper {\n position: relative;\n overflow: hidden;\n z-index: 0;\n}\n.rs-table-body-info {\n width: 100%;\n text-align: center;\n top: 50%;\n position: absolute;\n margin-top: -20px;\n line-height: 40px;\n}\n.rs-table-body-info .icon {\n margin: 0 10px;\n}\n.rs-table-body-info-wheel-area {\n width: 100%;\n}\n.rs-table-cell {\n height: 36px;\n border-bottom: 1px solid #eee;\n display: block;\n overflow: hidden;\n position: absolute;\n white-space: normal;\n background: #fff;\n transition: none;\n box-sizing: border-box;\n}\n.rs-table-cell.first {\n border-left-width: 0;\n}\n.rs-table-cell-wrap1 {\n display: table;\n}\n.rs-table-cell-wrap2 {\n display: table-row;\n}\n.rs-table-cell-wrap3 {\n display: table-cell;\n vertical-align: middle;\n}\n.rs-table-cell-content {\n padding: 8px;\n box-sizing: border-box;\n background-color: #ffffff;\n color: #222;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n -ms-text-overflow: ellipsis;\n -o-text-overflow: ellipsis;\n width: 100%;\n}\n.rs-table-cell-header-sortable {\n cursor: pointer;\n}\n.rs-table-cell-header-sort-wrapper {\n display: inline-block;\n}\n.rs-table-cell-full-text:hover {\n overflow: visible;\n z-index: 2 !important;\n width: auto !important;\n box-shadow: inset #3871dc 0px 0px 2px !important;\n}\n.rs-table-cell-full-text:hover .rs-table-cell-content {\n width: auto !important;\n}\n.rs-table-column-resize-spanner {\n height: 36px;\n width: 2px;\n z-index: 3;\n position: absolute;\n cursor: ew-resize !important;\n outline: none;\n}\n.rs-table-column-resize-spanner:hover {\n background-color: #E76458;\n}\n.rs-table-cell-group-fixed-left {\n position: absolute;\n z-index: 4;\n background: #fff;\n}\n.rs-table-cell-group-fixed-right {\n position: absolute;\n z-index: 4;\n background: #fff;\n}\n.rs-table-cell-group-left-shadow {\n box-shadow: 3px 0px 5px rgba(9, 9, 9, 0.08);\n}\n.rs-table-cell-group-shadow,\n.rs-table-cell-group-right-shadow {\n box-shadow: -3px 0px 5px rgba(9, 9, 9, 0.08);\n}\n.rs-table-mouse-area {\n display: none;\n background: #E76458;\n left: -1px;\n top: 0;\n position: absolute;\n width: 2px;\n z-index: 6;\n}\n.rs-table-mouse-area input {\n display: none;\n}\n.rs-table-mouse-area span {\n background: #E76458;\n}\n.rs-table-cell-bordered .rs-table-cell {\n border-right: 1px solid #eee;\n}\n.rs-table-word-wrap .rs-table-cell-content {\n white-space: normal;\n}\n.rs-table-row-expanded {\n position: absolute;\n height: 46px;\n bottom: 0;\n width: 100%;\n z-index: 4;\n border-top: 1px solid #eee;\n padding: 10px;\n background: #f5f5f5;\n}\n.rs-table-loader-wrapper {\n visibility: hidden;\n position: absolute;\n height: 100%;\n width: 100%;\n background-color: rgba(255, 255, 255, 0.9);\n}\n.rs-table-loader {\n width: 100%;\n text-align: center;\n top: 50%;\n position: absolute;\n margin-top: -20px;\n line-height: 40px;\n}\n.rs-table-loader-icon {\n width: 18px;\n height: 18px;\n display: inline-block;\n position: relative;\n margin-right: 12px;\n padding-top: 3px;\n}\n.rs-table-loader-icon::before,\n.rs-table-loader-icon::after {\n width: 18px;\n height: 18px;\n}\n.rs-table-loader-icon::before,\n.rs-table-loader-icon::after {\n content: \"\";\n position: absolute;\n left: 0;\n right: 0;\n display: block;\n border-radius: 50%;\n}\n.rs-table-loader-icon::before {\n border: 3px solid rgba(247, 247, 250, 0.8);\n}\n.rs-table-loader-icon::after {\n border-width: 3px;\n border-style: solid;\n border-color: #a6a6a6 transparent transparent;\n -webkit-animation: loaderSpin 0.6s infinite linear;\n animation: loaderSpin 0.6s infinite linear;\n}\n.rs-table-loading .rs-table-loader-wrapper {\n visibility: visible;\n}\n.rs-table-cell-expand-icon {\n cursor: pointer;\n outline: none;\n}\n.rs-table-cell-expand-wrapper {\n margin-right: 10px;\n display: inline-block;\n cursor: pointer;\n}\n.rs-table-scrollbar {\n background: rgba(45, 45, 45, 0.05);\n position: absolute;\n}\n.rs-table-scrollbar-active {\n background: rgba(45, 45, 45, 0.1);\n}\n.rs-table-scrollbar-hide {\n display: none;\n}\n.rs-table-scrollbar-handle {\n position: absolute;\n background: rgba(45, 45, 45, 0.5);\n border-radius: 4px;\n}\n.rs-table-scrollbar-horizontal {\n width: 100%;\n height: 5px;\n bottom: 2px;\n}\n.rs-table-scrollbar-horizontal.fixed {\n position: fixed;\n}\n.rs-table-scrollbar-horizontal .rs-table-scrollbar-handle {\n height: 8px;\n left: 0px;\n top: 1px;\n}\n.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed,\n.rs-table-scrollbar-horizontal:hover {\n height: 5px;\n box-shadow: 1px 1px 2px #ddd inset;\n}\n.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,\n.rs-table-scrollbar-horizontal:hover .rs-table-scrollbar-handle {\n top: 2px;\n height: 5px;\n}\n.rs-table-scrollbar-vertical {\n top: 0;\n right: 0px;\n width: 5px;\n bottom: 2px;\n}\n.rs-table-scrollbar-vertical .rs-table-scrollbar-handle {\n min-height: 20px;\n width: 5px;\n top: 0px;\n left: 1px;\n}\n.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed,\n.rs-table-scrollbar-vertical:hover {\n width: 5px;\n box-shadow: 1px 1px 2px #ddd inset;\n}\n.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,\n.rs-table-scrollbar-vertical:hover .rs-table-scrollbar-handle {\n left: 2px;\n width: 5px;\n}\n.rs-table-column-group {\n position: absolute;\n left: 0;\n right: 0;\n top: 0;\n width: 100%;\n}\n.rs-table-column-group-header {\n border-bottom: 1px solid #eee;\n position: absolute;\n width: 100%;\n}\n.rs-table-column-group-header-content {\n display: table-cell;\n padding: 8px;\n}\n.rs-table-column-group-cell {\n position: absolute;\n border-right: 1px solid #eee;\n}\n.qbs-table-custom-pagination {\n display: flex;\n justify-content: space-between;\n padding: 8px 12px;\n min-height: 40px;\n align-items: center;\n border-radius: 4px;\n border-top: 1px solid #d6d8dc;\n background: #fff;\n}\n.qbs-table-custom-pagination-header {\n border-bottom: 1px solid #eee;\n position: absolute;\n width: 100%;\n}\n.qbs-table-custom-pagination-header-content {\n display: table-cell;\n padding: 8px;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-dropdown {\n width: auto;\n height: 24px;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n border-radius: 6px;\n border: 1px solid #d6d8dc;\n background: #fff;\n}\n.qbs-table-custom-pagination .qbs-table-icon-container {\n padding: 0;\n cursor: pointer;\n display: flex;\n justify-items: center;\n align-items: center;\n color: black;\n background-color: transparent;\n width: 24px;\n height: 24px;\n border-radius: 4px;\n border: 1px solid #999696;\n}\n.qbs-table-custom-pagination .qbs-table-icon-container:hover {\n color: blue;\n}\n.qbs-table-custom-pagination .qbs-table-icon-container:disabled {\n color: grey;\n cursor: not-allowed;\n}\n.qbs-table-custom-pagination .qbs-table-icon-container svg {\n width: 16px;\n height: 16px;\n margin: 0 auto;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-right-block {\n display: flex;\n align-items: center;\n gap: 12px;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container {\n display: flex;\n align-items: center;\n gap: 12px;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .block-item {\n margin: 0;\n display: flex;\n cursor: pointer;\n align-items: center;\n justify-content: center;\n height: 24px;\n width: 24px;\n padding: 0;\n border-radius: 6px;\n font-size: 13px;\n font-style: normal;\n font-weight: 500;\n line-height: 16px;\n border: 1px solid transparent;\n transition: all 0.2s ease;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .block-item:hover {\n border-color: #e76458;\n color: #e76458;\n transition: all 0.2s ease;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .block-item:active {\n border-color: #e76458;\n color: #e76458;\n transition: all 0.2s ease;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-right-block .block-container .selected {\n color: #e76458;\n border: 1px solid #e76458;\n transition: all 0.2s ease;\n}\n.qbs-table-pagination-flexBox {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n gap: 12px;\n}\n.qbs-table-pagination-flexBox .qbs-table-pagination-text {\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n color: #313131;\n}\n.qbs-table-custom-pagination .qbs-table-pagination-dropdown:focus {\n outline: none;\n}\n.qbs-table .qbs-table-toolbar-container {\n display: flex;\n flex-direction: column;\n gap: 12px;\n}\n.qbs-table .qbs-table-border-wrap {\n border-radius: 0 0 4px 4px;\n border: 1px solid #d6d8dc;\n background: #fff;\n}\n.qbs-table .qbs-table-toolbar {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.qbs-table .qbs-table-toolbar .end-container {\n display: flex;\n gap: 10px;\n align-items: center;\n}\n.qbs-table .qbs-table-toolbar .end-container .rows-count {\n padding: 0px 10px;\n}\n.qbs-table .qbs-table-toolbar .start-container {\n display: flex;\n gap: 10px;\n}\n.qbs-table .qbs-table-toolbar .qbs-table-primary-filter {\n display: flex;\n}\n.qbs-table .sub-qbs-table-toolbar {\n display: flex;\n gap: 10px;\n}\n.qbs-table .qbs-table-search-container {\n position: relative;\n align-items: center;\n}\n.qbs-table .qbs-table-search-container .input {\n height: 36px;\n border-radius: 4px;\n min-width: 280px;\n padding: 0 8px;\n padding-left: 36px !important;\n line-height: 36px;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n border-radius: 6px;\n border: 1px solid #d6d8dc;\n background: #fff;\n transition: all 0.2s ease;\n}\n.qbs-table .qbs-table-search-container .input:hover {\n outline: none;\n border: 1px solid #d6d8dc;\n background: #fff;\n}\n.qbs-table .qbs-table-search-container .input:focus {\n outline: none;\n border: 1px solid #222;\n background: #fff;\n transition: all 0.2s ease;\n}\n.qbs-table .qbs-table-search-container .search-button {\n position: absolute;\n left: 1px;\n top: 7px;\n display: flex;\n color: #222;\n background-color: transparent;\n}\n.qbs-table .qbs-table-search-container .search-button .icon {\n width: 20px;\n height: 20px;\n}\n.qbs-table .qbs-table-search-container .close-button {\n position: absolute;\n display: flex;\n right: 31px;\n bottom: 5px;\n color: grey;\n background-color: white;\n}\n.qbs-table .qbs-table-search-container .close-button .icon {\n width: 20px;\n height: 20px;\n}\n.qbs-table .popup-content {\n display: none;\n position: absolute;\n background-color: #f9f9f9;\n box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);\n padding: 12px 16px;\n z-index: 1;\n}\n.qbs-table .show {\n display: block !important;\n}\n.qbs-table[data-theme='dark'] {\n background-color: #333333;\n color: #ffffff;\n}\n.rs-table-cell-content[data-theme='dark'] {\n background-color: #333333;\n color: #ffffff;\n}\n/* Dropdown container */\n.qbs-table-menu-dropdown {\n position: relative;\n display: flex;\n width: 100%;\n height: 36px;\n align-items: center;\n justify-content: center;\n}\n/* Button to trigger the qbs-table-menu-dropdown */\n.qbs-table-dropbtn {\n background-color: transparent;\n color: black;\n font-size: 16px;\n border: none;\n cursor: pointer;\n}\n/* Dropdown content (hidden by default) */\n.qbs-table-qbs-table-menu-dropdown-content {\n position: absolute;\n min-width: 75px;\n z-index: 999;\n right: 4px;\n margin-bottom: 0;\n margin-top: 0;\n top: 3px;\n display: flex;\n box-sizing: border-box;\n height: 28px;\n border-radius: 8px;\n border: 1px solid #d6d8dc;\n background: #fff;\n box-shadow: 0px 2px 4px 0px rgba(58, 58, 58, 0.15);\n align-items: center;\n justify-content: flex-end;\n gap: 12px;\n padding: 4px;\n}\n/* Dropdown content items */\n.qbs-table-qbs-table-menu-dropdown-content a {\n padding: 0 !important;\n text-decoration: none;\n display: block;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n color: #212121;\n width: auto;\n cursor: pointer;\n transition: all 0.2s ease;\n height: 18px;\n}\n.qbs-table-qbs-table-menu-dropdown-content a svg {\n width: 18px;\n height: 18px;\n}\n.qbs-table-qbs-table-menu-dropdown-content button.qbs-table-dropbtn {\n margin-right: 8px;\n margin-top: 2px;\n}\n.qbs-table-qbs-table-menu-dropdown-content a:hover {\n color: #e76458;\n background: #f4f4f4;\n transition: all 0.2s ease;\n}\n/* Tooltip container */\n.qbs-table-tooltip {\n position: relative;\n display: contents;\n cursor: pointer;\n}\n.qbs-table-tooltip .tooltiptext {\n visibility: hidden;\n background-color: #000;\n color: #fff;\n text-align: center;\n padding: 6px;\n border-radius: 4px;\n position: absolute;\n z-index: 9999;\n opacity: 0;\n transition: opacity 0.3s;\n font-size: 12px;\n font-style: normal;\n font-weight: 400;\n line-height: 16px;\n width: 100px;\n}\n.qbs-table-tooltip.up .tooltiptext {\n bottom: 125%;\n left: 0%;\n}\n.qbs-table-tooltip.down .tooltiptext {\n top: 125%;\n right: 0px;\n left: auto;\n}\n.qbs-table-tooltip:hover .tooltiptext {\n visibility: visible;\n opacity: 1;\n}\n.qbs-table-tooltip .tooltiptext::after {\n content: '';\n position: absolute;\n border-width: 5px;\n border-style: solid;\n}\n.qbs-table-tooltip.up .tooltiptext::after {\n top: 100%;\n left: 50%;\n margin-left: -5px;\n border-color: #000 transparent transparent transparent;\n}\n.qbs-table-tooltip.down .tooltiptext::after {\n bottom: 100%;\n left: 50%;\n margin-left: -5px;\n border-color: transparent transparent #000 transparent;\n}\n.rs-table-row {\n overflow: visible !important;\n}\n.qbs-table-toolbar-sub-container {\n display: flex;\n gap: 12px;\n padding: 10px 12px;\n border-radius: 4px;\n border: 1px solid #d6d8dc;\n background: #fff;\n border-bottom: unset;\n}\n.qbs-table-toolbar-sub-container .rows-count {\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n color: #222;\n}\n.qbs-table-toolbar-sub-container.selected-row {\n background: rgba(231, 100, 88, 0.08);\n}\n.qbs-table-toolbar-sub-container-start {\n display: flex;\n gap: 10px;\n align-items: center;\n}\n.qbs-table-column-popup {\n position: fixed;\n padding: 8px;\n z-index: 999;\n right: 10px;\n border-radius: 8px;\n background: #fff;\n box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);\n min-width: 272px;\n gap: 4px;\n display: flex;\n flex-direction: column;\n max-height: 500px;\n}\n.qbs-table-popup-container {\n max-width: 400px;\n overflow-y: auto;\n}\n.qbs-table-container {\n padding: 8px 4px;\n white-space: nowrap;\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: 8px;\n}\n.qbs-table-columns-container {\n display: flex;\n flex-direction: row-reverse;\n}\n.qbs-table-columns-label {\n display: flex;\n gap: 10px;\n}\n.qbs-table-columns-drag-icon {\n cursor: grab;\n margin-right: 0;\n}\n.qbs-table-column {\n flex: 1;\n}\n.rs-table-cell-header .rs-table-cell-content {\n padding: 8px;\n border-radius: 0px;\n border-right: 0px;\n background: #f4f4f4;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n color: #222;\n}\n.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell:hover ~ .rs-table-column-resize-spanner,\n.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell ~ .rs-table-column-resize-spanner:hover {\n background-color: #e76458;\n}\n.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell:hover ~ .rs-table-column-resize-spanner:before,\n.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell ~ .rs-table-column-resize-spanner:hover:before {\n border-color: transparent #e76458 transparent transparent;\n}\n.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell:hover ~ .rs-table-column-resize-spanner:after,\n.qbs-table .qbs-table-border-wrap .rs-table .rs-table-cell ~ .rs-table-column-resize-spanner:hover:after {\n border-color: transparent transparent transparent #e76458;\n}\n.qbs-table-checkbox {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.qbs-table-checkbox .qbs-table-checkbox-input {\n opacity: 0;\n}\n.qbs-table-checkbox .qbs-table-checkbox-input ~ label {\n position: absolute;\n border-radius: 3px;\n border: 1px solid #999696;\n width: 20px;\n height: 20px;\n top: 7px;\n transition: all 0.2s ease;\n cursor: pointer;\n}\n.qbs-table-checkbox .qbs-table-checkbox-input ~ label svg {\n opacity: 0;\n transition: all 0.2s ease;\n position: absolute;\n left: 5px;\n top: 5px;\n width: 9px;\n height: 9px;\n}\n.qbs-table-checkbox .qbs-table-checkbox-input:checked ~ label {\n transition: all 0.2s ease;\n border-radius: 3px;\n background: #e76458;\n border-color: #e76458;\n}\n.qbs-table-checkbox .qbs-table-checkbox-input:checked ~ label svg {\n opacity: 1;\n transition: all 0.2s ease;\n}\n.qbs-checkbox-border-none .rs-table-cell-content {\n border-right: unset;\n}\n.qbs-table-popup-item {\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n.qbs-table-popup-item .qbs-table-popup-label {\n padding: 4px;\n font-size: 12px;\n font-style: normal;\n font-weight: 600;\n line-height: 16px;\n color: #585858;\n}\n.qbs-table-popup-item .qbs-table-popup-value {\n padding: 8px;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n color: #222;\n}\n.qbs-table-divider {\n width: 100%;\n background: #d6d8dc;\n display: flex;\n min-height: 1px;\n}\n.qbs-table-checkbox.qbs-table-custom-checkbox .qbs-table-checkbox-input ~ label {\n top: -2px;\n}\n.qbs-table-container .qbs-table-popup-value {\n padding: 0;\n flex: 1;\n margin-left: 8px;\n transition: all 0.2s ease;\n}\n.qbs-table-container:hover .qbs-table-popup-value,\n.qbs-table-container:hover .qbs-table-popup-label {\n transition: all 0.2s ease;\n color: #e76458;\n}\n.qbs-table-container .qbs-table-popup-label {\n padding: 0;\n flex: 1;\n margin-left: 8px;\n transition: all 0.2s ease;\n}\n.qbs-table-reset-link {\n padding: 8px;\n font-size: 14px;\n font-style: normal;\n font-weight: 500;\n line-height: 20px;\n color: #c63a3a;\n}\n.qbs-table-reset-link:hover {\n color: #c63a3a;\n text-decoration: none;\n}\n.selected-row-action {\n display: flex;\n gap: 10px;\n}\n.selected-row-action .btn {\n background-color: transparent;\n font-weight: 600;\n padding: 4px;\n}\n.qbs-table-row-link {\n text-decoration: none;\n cursor: pointer;\n}\n.qbs-table-row-link:hover {\n text-decoration: none;\n}\n.rs-table-column-group-header-content {\n text-align: center;\n}\n.rs-table-cell-content {\n vertical-align: center !important;\n display: table-cell;\n}\n\n/*# sourceMappingURL=index.css.map */\n"]}
|
package/es/HeaderCell.js
CHANGED
|
@@ -106,7 +106,7 @@ var HeaderCell = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
106
106
|
headerHeight: headerHeight,
|
|
107
107
|
isHeaderCell: true,
|
|
108
108
|
align: !groupHeader ? align : undefined,
|
|
109
|
-
verticalAlign: !groupHeader ?
|
|
109
|
+
verticalAlign: !groupHeader ? 'middle' : undefined,
|
|
110
110
|
onClick: !groupHeader ? handleClick : undefined
|
|
111
111
|
}), children, renderSortColumn()), resizable ? /*#__PURE__*/React.createElement(ColumnResizeHandler, {
|
|
112
112
|
defaultColumnWidth: columnWidth,
|
package/es/Table.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export interface TableProps<Row, Key> extends Omit<StandardProps, 'onScroll'> {
|
|
|
11
11
|
* Cannot be used together with autoHeight.
|
|
12
12
|
*/
|
|
13
13
|
fillHeight?: boolean;
|
|
14
|
+
tableBodyHeight?: string;
|
|
14
15
|
/** Affix the table header to the specified position on the page */
|
|
15
16
|
affixHeader?: boolean | number;
|
|
16
17
|
/** Affix the table horizontal scrollbar to the specified position on the page */
|
package/es/Table.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
3
|
-
var _excluded = ["affixHeader", "children", "classPrefix", "className", "data", "defaultSortType", "width", "expandedRowKeys", "defaultExpandAllRows", "defaultExpandedRowKeys", "style", "id", "isTree", "hover", "bordered", "cellBordered", "wordWrap", "loading", "locale", "showHeader", "pagination", "paginationProps", "sortColumn", "rowHeight", "sortType", "headerHeight", "minHeight", "height", "autoHeight", "fillHeight", "rtl", "translate3d", "rowKey", "virtualized", "rowClassName", "rowExpandedHeight", "disabledScroll", "affixHorizontalScrollbar", "loadAnimation", "shouldUpdateScroll", "renderRow", "renderRowExpanded", "renderLoading", "renderEmpty", "onSortColumn", "onScroll", "renderTreeToggle", "onRowClick", "onRowContextMenu", "onExpandChange", "onTouchStart", "onTouchMove", "onTouchEnd", "dataTheme"],
|
|
3
|
+
var _excluded = ["affixHeader", "children", "classPrefix", "className", "data", "defaultSortType", "width", "expandedRowKeys", "defaultExpandAllRows", "defaultExpandedRowKeys", "style", "id", "isTree", "hover", "bordered", "cellBordered", "wordWrap", "loading", "locale", "showHeader", "pagination", "paginationProps", "sortColumn", "rowHeight", "sortType", "headerHeight", "minHeight", "height", "autoHeight", "fillHeight", "rtl", "translate3d", "rowKey", "virtualized", "rowClassName", "rowExpandedHeight", "disabledScroll", "affixHorizontalScrollbar", "loadAnimation", "shouldUpdateScroll", "renderRow", "renderRowExpanded", "renderLoading", "renderEmpty", "onSortColumn", "onScroll", "renderTreeToggle", "onRowClick", "onRowContextMenu", "onExpandChange", "onTouchStart", "onTouchMove", "onTouchEnd", "dataTheme", "tableBodyHeight"],
|
|
4
4
|
_excluded2 = ["depth", "rowIndex"],
|
|
5
5
|
_excluded3 = ["cellHeight"];
|
|
6
6
|
import { getTranslateDOMPositionXY } from 'dom-lib/translateDOMPositionXY';
|
|
@@ -112,6 +112,7 @@ var Table = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
112
112
|
onTouchMove = props.onTouchMove,
|
|
113
113
|
onTouchEnd = props.onTouchEnd,
|
|
114
114
|
dataTheme = props.dataTheme,
|
|
115
|
+
tableBodyHeight = props.tableBodyHeight,
|
|
115
116
|
rest = _objectWithoutPropertiesLoose(props, _excluded);
|
|
116
117
|
var _useClassNames = useClassNames(classPrefix, typeof classPrefix !== 'undefined'),
|
|
117
118
|
withClassPrefix = _useClassNames.withClassPrefix,
|
|
@@ -358,7 +359,7 @@ var Table = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
358
359
|
}));
|
|
359
360
|
var styles = _extends({
|
|
360
361
|
width: widthProp || 'auto',
|
|
361
|
-
height: getTableHeight()
|
|
362
|
+
height: tableBodyHeight ? undefined : getTableHeight()
|
|
362
363
|
}, style);
|
|
363
364
|
var renderRowExpanded = useCallback(function (rowData) {
|
|
364
365
|
var styles = {
|
|
@@ -618,7 +619,8 @@ var Table = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
618
619
|
var bodyHeight = height - headerHeight;
|
|
619
620
|
var bodyStyles = {
|
|
620
621
|
top: headerHeight,
|
|
621
|
-
|
|
622
|
+
maxHeight: tableBodyHeight,
|
|
623
|
+
minHeight: tableBodyHeight
|
|
622
624
|
};
|
|
623
625
|
var contentHeight = 0;
|
|
624
626
|
var topHideHeight = 0;
|
package/es/less/qbs-table.less
CHANGED
package/es/qbsTable/QbsTable.js
CHANGED
|
@@ -72,7 +72,10 @@ var QbsTable = function QbsTable(_ref) {
|
|
|
72
72
|
isLoading = _ref.isLoading,
|
|
73
73
|
selectedRowActions = _ref.selectedRowActions,
|
|
74
74
|
handleResetColumns = _ref.handleResetColumns,
|
|
75
|
-
selectedRows = _ref.selectedRows
|
|
75
|
+
selectedRows = _ref.selectedRows,
|
|
76
|
+
_ref$headerHeight = _ref.headerHeight,
|
|
77
|
+
headerHeight = _ref$headerHeight === void 0 ? 40 : _ref$headerHeight,
|
|
78
|
+
tableBodyHeight = _ref.tableBodyHeight;
|
|
76
79
|
var _useState = useState(false),
|
|
77
80
|
loading = _useState[0],
|
|
78
81
|
setLoading = _useState[1];
|
|
@@ -277,7 +280,7 @@ var QbsTable = function QbsTable(_ref) {
|
|
|
277
280
|
colWidth = _ref3.colWidth,
|
|
278
281
|
align = _ref3.align,
|
|
279
282
|
grouped = _ref3.grouped,
|
|
280
|
-
|
|
283
|
+
groupHeader = _ref3.groupHeader,
|
|
281
284
|
fixed = _ref3.fixed,
|
|
282
285
|
children = _ref3.children,
|
|
283
286
|
customCell = _ref3.customCell,
|
|
@@ -288,7 +291,7 @@ var QbsTable = function QbsTable(_ref) {
|
|
|
288
291
|
sortKey = _ref3.sortKey,
|
|
289
292
|
type = _ref3.type;
|
|
290
293
|
return /*#__PURE__*/React.createElement(React.Fragment, null, isVisible && /*#__PURE__*/React.createElement(React.Fragment, null, grouped ? /*#__PURE__*/React.createElement(ColumnGroup, {
|
|
291
|
-
header:
|
|
294
|
+
header: groupHeader,
|
|
292
295
|
fixed: fixed,
|
|
293
296
|
align: align,
|
|
294
297
|
verticalAlign: "middle",
|
|
@@ -305,6 +308,7 @@ var QbsTable = function QbsTable(_ref) {
|
|
|
305
308
|
fixed: child.fixed
|
|
306
309
|
}, /*#__PURE__*/React.createElement(HeaderCell, {
|
|
307
310
|
dataTheme: dataTheme,
|
|
311
|
+
verticalAlign: "middle",
|
|
308
312
|
className: " " + classes.headerClass,
|
|
309
313
|
sortKey: child.sortKey
|
|
310
314
|
}, child.title), customCell || child.link ? /*#__PURE__*/React.createElement(CustomTableCell, {
|
|
@@ -358,9 +362,11 @@ var QbsTable = function QbsTable(_ref) {
|
|
|
358
362
|
sortType: sortType,
|
|
359
363
|
onSortColumn: handleSortColumn,
|
|
360
364
|
onRowClick: onRowClick,
|
|
365
|
+
tableBodyHeight: tableBodyHeight,
|
|
361
366
|
cellBordered: cellBordered,
|
|
362
367
|
bordered: bordered,
|
|
363
368
|
minHeight: minHeight,
|
|
369
|
+
headerHeight: headerHeight,
|
|
364
370
|
loading: isLoading != null ? isLoading : loading,
|
|
365
371
|
showHeader: true,
|
|
366
372
|
defaultChecked: true,
|
|
@@ -21,7 +21,7 @@ export interface ColumnBase {
|
|
|
21
21
|
}
|
|
22
22
|
export interface QbsColumnProps extends ColumnBase {
|
|
23
23
|
grouped?: boolean;
|
|
24
|
-
|
|
24
|
+
groupHeader?: string;
|
|
25
25
|
children?: readonly ColumnBase[];
|
|
26
26
|
}
|
|
27
27
|
export interface PaginationProps {
|
|
@@ -95,6 +95,8 @@ export interface QbsTableProps {
|
|
|
95
95
|
columnToggle?: boolean;
|
|
96
96
|
handleColumnToggle?: (columns: QbsColumnProps[]) => void;
|
|
97
97
|
handleResetColumns?: () => void;
|
|
98
|
+
headerHeight?: number;
|
|
99
|
+
tableBodyHeight?: string;
|
|
98
100
|
}
|
|
99
101
|
export interface QbsTableToolbarProps {
|
|
100
102
|
title?: string;
|
|
@@ -117,6 +119,7 @@ export interface QbsTableToolbarProps {
|
|
|
117
119
|
onSelect?: (keys: any[]) => void;
|
|
118
120
|
handleColumnToggle?: (columns: QbsColumnProps[]) => void;
|
|
119
121
|
dataLength: number;
|
|
122
|
+
headerHeight?: number;
|
|
120
123
|
selectedRowActions?: {
|
|
121
124
|
actionTitle?: string;
|
|
122
125
|
action: (checked: (number | string)[]) => void;
|
|
@@ -218,6 +218,7 @@ var useTableDimension = function useTableDimension(props) {
|
|
|
218
218
|
if ((data === null || data === void 0 ? void 0 : data.length) === 0 && autoHeight) {
|
|
219
219
|
return heightProp;
|
|
220
220
|
}
|
|
221
|
+
console.log(heightProp, headerHeight, contentHeight.current, tableHeight.current);
|
|
221
222
|
return autoHeight ? Math.max(headerHeight + contentHeight.current, minHeight) : heightProp;
|
|
222
223
|
};
|
|
223
224
|
return {
|
package/lib/HeaderCell.js
CHANGED
|
@@ -113,7 +113,7 @@ var HeaderCell = /*#__PURE__*/_react["default"].forwardRef(function (props, ref)
|
|
|
113
113
|
headerHeight: headerHeight,
|
|
114
114
|
isHeaderCell: true,
|
|
115
115
|
align: !groupHeader ? align : undefined,
|
|
116
|
-
verticalAlign: !groupHeader ?
|
|
116
|
+
verticalAlign: !groupHeader ? 'middle' : undefined,
|
|
117
117
|
onClick: !groupHeader ? handleClick : undefined
|
|
118
118
|
}), children, renderSortColumn()), resizable ? /*#__PURE__*/_react["default"].createElement(_ColumnResizeHandler["default"], {
|
|
119
119
|
defaultColumnWidth: columnWidth,
|
package/lib/Table.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export interface TableProps<Row, Key> extends Omit<StandardProps, 'onScroll'> {
|
|
|
11
11
|
* Cannot be used together with autoHeight.
|
|
12
12
|
*/
|
|
13
13
|
fillHeight?: boolean;
|
|
14
|
+
tableBodyHeight?: string;
|
|
14
15
|
/** Affix the table header to the specified position on the page */
|
|
15
16
|
affixHeader?: boolean | number;
|
|
16
17
|
/** Affix the table horizontal scrollbar to the specified position on the page */
|
package/lib/Table.js
CHANGED
|
@@ -20,7 +20,7 @@ var _Row = _interopRequireDefault(require("./Row"));
|
|
|
20
20
|
var _Scrollbar = _interopRequireDefault(require("./Scrollbar"));
|
|
21
21
|
var _TableContext = _interopRequireDefault(require("./TableContext"));
|
|
22
22
|
var _utils = require("./utils");
|
|
23
|
-
var _excluded = ["affixHeader", "children", "classPrefix", "className", "data", "defaultSortType", "width", "expandedRowKeys", "defaultExpandAllRows", "defaultExpandedRowKeys", "style", "id", "isTree", "hover", "bordered", "cellBordered", "wordWrap", "loading", "locale", "showHeader", "pagination", "paginationProps", "sortColumn", "rowHeight", "sortType", "headerHeight", "minHeight", "height", "autoHeight", "fillHeight", "rtl", "translate3d", "rowKey", "virtualized", "rowClassName", "rowExpandedHeight", "disabledScroll", "affixHorizontalScrollbar", "loadAnimation", "shouldUpdateScroll", "renderRow", "renderRowExpanded", "renderLoading", "renderEmpty", "onSortColumn", "onScroll", "renderTreeToggle", "onRowClick", "onRowContextMenu", "onExpandChange", "onTouchStart", "onTouchMove", "onTouchEnd", "dataTheme"],
|
|
23
|
+
var _excluded = ["affixHeader", "children", "classPrefix", "className", "data", "defaultSortType", "width", "expandedRowKeys", "defaultExpandAllRows", "defaultExpandedRowKeys", "style", "id", "isTree", "hover", "bordered", "cellBordered", "wordWrap", "loading", "locale", "showHeader", "pagination", "paginationProps", "sortColumn", "rowHeight", "sortType", "headerHeight", "minHeight", "height", "autoHeight", "fillHeight", "rtl", "translate3d", "rowKey", "virtualized", "rowClassName", "rowExpandedHeight", "disabledScroll", "affixHorizontalScrollbar", "loadAnimation", "shouldUpdateScroll", "renderRow", "renderRowExpanded", "renderLoading", "renderEmpty", "onSortColumn", "onScroll", "renderTreeToggle", "onRowClick", "onRowContextMenu", "onExpandChange", "onTouchStart", "onTouchMove", "onTouchEnd", "dataTheme", "tableBodyHeight"],
|
|
24
24
|
_excluded2 = ["depth", "rowIndex"],
|
|
25
25
|
_excluded3 = ["cellHeight"];
|
|
26
26
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
@@ -119,6 +119,7 @@ var Table = /*#__PURE__*/_react["default"].forwardRef(function (props, ref) {
|
|
|
119
119
|
onTouchMove = props.onTouchMove,
|
|
120
120
|
onTouchEnd = props.onTouchEnd,
|
|
121
121
|
dataTheme = props.dataTheme,
|
|
122
|
+
tableBodyHeight = props.tableBodyHeight,
|
|
122
123
|
rest = (0, _objectWithoutPropertiesLoose2["default"])(props, _excluded);
|
|
123
124
|
var _useClassNames = (0, _utils.useClassNames)(classPrefix, typeof classPrefix !== 'undefined'),
|
|
124
125
|
withClassPrefix = _useClassNames.withClassPrefix,
|
|
@@ -365,7 +366,7 @@ var Table = /*#__PURE__*/_react["default"].forwardRef(function (props, ref) {
|
|
|
365
366
|
}));
|
|
366
367
|
var styles = (0, _extends2["default"])({
|
|
367
368
|
width: widthProp || 'auto',
|
|
368
|
-
height: getTableHeight()
|
|
369
|
+
height: tableBodyHeight ? undefined : getTableHeight()
|
|
369
370
|
}, style);
|
|
370
371
|
var renderRowExpanded = (0, _react.useCallback)(function (rowData) {
|
|
371
372
|
var styles = {
|
|
@@ -625,7 +626,8 @@ var Table = /*#__PURE__*/_react["default"].forwardRef(function (props, ref) {
|
|
|
625
626
|
var bodyHeight = height - headerHeight;
|
|
626
627
|
var bodyStyles = {
|
|
627
628
|
top: headerHeight,
|
|
628
|
-
|
|
629
|
+
maxHeight: tableBodyHeight,
|
|
630
|
+
minHeight: tableBodyHeight
|
|
629
631
|
};
|
|
630
632
|
var contentHeight = 0;
|
|
631
633
|
var topHideHeight = 0;
|
package/lib/less/qbs-table.less
CHANGED
package/lib/qbsTable/QbsTable.js
CHANGED
|
@@ -79,7 +79,10 @@ var QbsTable = function QbsTable(_ref) {
|
|
|
79
79
|
isLoading = _ref.isLoading,
|
|
80
80
|
selectedRowActions = _ref.selectedRowActions,
|
|
81
81
|
handleResetColumns = _ref.handleResetColumns,
|
|
82
|
-
selectedRows = _ref.selectedRows
|
|
82
|
+
selectedRows = _ref.selectedRows,
|
|
83
|
+
_ref$headerHeight = _ref.headerHeight,
|
|
84
|
+
headerHeight = _ref$headerHeight === void 0 ? 40 : _ref$headerHeight,
|
|
85
|
+
tableBodyHeight = _ref.tableBodyHeight;
|
|
83
86
|
var _useState = (0, _react.useState)(false),
|
|
84
87
|
loading = _useState[0],
|
|
85
88
|
setLoading = _useState[1];
|
|
@@ -284,7 +287,7 @@ var QbsTable = function QbsTable(_ref) {
|
|
|
284
287
|
colWidth = _ref3.colWidth,
|
|
285
288
|
align = _ref3.align,
|
|
286
289
|
grouped = _ref3.grouped,
|
|
287
|
-
|
|
290
|
+
groupHeader = _ref3.groupHeader,
|
|
288
291
|
fixed = _ref3.fixed,
|
|
289
292
|
children = _ref3.children,
|
|
290
293
|
customCell = _ref3.customCell,
|
|
@@ -295,7 +298,7 @@ var QbsTable = function QbsTable(_ref) {
|
|
|
295
298
|
sortKey = _ref3.sortKey,
|
|
296
299
|
type = _ref3.type;
|
|
297
300
|
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, isVisible && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, grouped ? /*#__PURE__*/_react["default"].createElement(_ColumnGroup["default"], {
|
|
298
|
-
header:
|
|
301
|
+
header: groupHeader,
|
|
299
302
|
fixed: fixed,
|
|
300
303
|
align: align,
|
|
301
304
|
verticalAlign: "middle",
|
|
@@ -312,6 +315,7 @@ var QbsTable = function QbsTable(_ref) {
|
|
|
312
315
|
fixed: child.fixed
|
|
313
316
|
}, /*#__PURE__*/_react["default"].createElement(_HeaderCell["default"], {
|
|
314
317
|
dataTheme: dataTheme,
|
|
318
|
+
verticalAlign: "middle",
|
|
315
319
|
className: " " + classes.headerClass,
|
|
316
320
|
sortKey: child.sortKey
|
|
317
321
|
}, child.title), customCell || child.link ? /*#__PURE__*/_react["default"].createElement(_CustomTableCell.CustomTableCell, {
|
|
@@ -365,9 +369,11 @@ var QbsTable = function QbsTable(_ref) {
|
|
|
365
369
|
sortType: sortType,
|
|
366
370
|
onSortColumn: handleSortColumn,
|
|
367
371
|
onRowClick: onRowClick,
|
|
372
|
+
tableBodyHeight: tableBodyHeight,
|
|
368
373
|
cellBordered: cellBordered,
|
|
369
374
|
bordered: bordered,
|
|
370
375
|
minHeight: minHeight,
|
|
376
|
+
headerHeight: headerHeight,
|
|
371
377
|
loading: isLoading != null ? isLoading : loading,
|
|
372
378
|
showHeader: true,
|
|
373
379
|
defaultChecked: true,
|
|
@@ -21,7 +21,7 @@ export interface ColumnBase {
|
|
|
21
21
|
}
|
|
22
22
|
export interface QbsColumnProps extends ColumnBase {
|
|
23
23
|
grouped?: boolean;
|
|
24
|
-
|
|
24
|
+
groupHeader?: string;
|
|
25
25
|
children?: readonly ColumnBase[];
|
|
26
26
|
}
|
|
27
27
|
export interface PaginationProps {
|
|
@@ -95,6 +95,8 @@ export interface QbsTableProps {
|
|
|
95
95
|
columnToggle?: boolean;
|
|
96
96
|
handleColumnToggle?: (columns: QbsColumnProps[]) => void;
|
|
97
97
|
handleResetColumns?: () => void;
|
|
98
|
+
headerHeight?: number;
|
|
99
|
+
tableBodyHeight?: string;
|
|
98
100
|
}
|
|
99
101
|
export interface QbsTableToolbarProps {
|
|
100
102
|
title?: string;
|
|
@@ -117,6 +119,7 @@ export interface QbsTableToolbarProps {
|
|
|
117
119
|
onSelect?: (keys: any[]) => void;
|
|
118
120
|
handleColumnToggle?: (columns: QbsColumnProps[]) => void;
|
|
119
121
|
dataLength: number;
|
|
122
|
+
headerHeight?: number;
|
|
120
123
|
selectedRowActions?: {
|
|
121
124
|
actionTitle?: string;
|
|
122
125
|
action: (checked: (number | string)[]) => void;
|
|
@@ -223,6 +223,7 @@ var useTableDimension = function useTableDimension(props) {
|
|
|
223
223
|
if ((data === null || data === void 0 ? void 0 : data.length) === 0 && autoHeight) {
|
|
224
224
|
return heightProp;
|
|
225
225
|
}
|
|
226
|
+
console.log(heightProp, headerHeight, contentHeight.current, tableHeight.current);
|
|
226
227
|
return autoHeight ? Math.max(headerHeight + contentHeight.current, minHeight) : heightProp;
|
|
227
228
|
};
|
|
228
229
|
return {
|
package/package.json
CHANGED
package/src/HeaderCell.tsx
CHANGED
|
@@ -144,7 +144,7 @@ const HeaderCell = React.forwardRef((props: HeaderCellProps, ref: React.Ref<HTML
|
|
|
144
144
|
headerHeight={headerHeight}
|
|
145
145
|
isHeaderCell={true}
|
|
146
146
|
align={!groupHeader ? align : undefined}
|
|
147
|
-
verticalAlign={!groupHeader ?
|
|
147
|
+
verticalAlign={!groupHeader ? 'middle' : undefined}
|
|
148
148
|
onClick={!groupHeader ? handleClick : undefined}
|
|
149
149
|
>
|
|
150
150
|
{children}
|
package/src/Table.tsx
CHANGED
|
@@ -6,14 +6,40 @@ import PropTypes from 'prop-types';
|
|
|
6
6
|
import React, { useCallback, useImperativeHandle, useReducer, useRef, useState } from 'react';
|
|
7
7
|
|
|
8
8
|
import CellGroup from './CellGroup';
|
|
9
|
-
import {
|
|
9
|
+
import {
|
|
10
|
+
CELL_PADDING_HEIGHT,
|
|
11
|
+
EXPANDED_KEY,
|
|
12
|
+
ROW_HEADER_HEIGHT,
|
|
13
|
+
ROW_HEIGHT,
|
|
14
|
+
SCROLLBAR_WIDTH,
|
|
15
|
+
SORT_TYPE,
|
|
16
|
+
TREE_DEPTH
|
|
17
|
+
} from './constants';
|
|
10
18
|
import EmptyMessage from './EmptyMessage';
|
|
11
19
|
import Loader from './Loader';
|
|
12
20
|
import MouseArea from './MouseArea';
|
|
13
21
|
import Row, { RowProps } from './Row';
|
|
14
22
|
import Scrollbar, { ScrollbarInstance } from './Scrollbar';
|
|
15
23
|
import TableContext from './TableContext';
|
|
16
|
-
import {
|
|
24
|
+
import {
|
|
25
|
+
findAllParents,
|
|
26
|
+
findRowKeys,
|
|
27
|
+
flattenData,
|
|
28
|
+
isRTL,
|
|
29
|
+
isSupportTouchEvent,
|
|
30
|
+
mergeCells,
|
|
31
|
+
resetLeftForCells,
|
|
32
|
+
shouldShowRowByExpanded,
|
|
33
|
+
useAffix,
|
|
34
|
+
useCellDescriptor,
|
|
35
|
+
useClassNames,
|
|
36
|
+
useControlled,
|
|
37
|
+
usePosition,
|
|
38
|
+
useScrollListener,
|
|
39
|
+
useTableDimension,
|
|
40
|
+
useTableRows,
|
|
41
|
+
useUpdateEffect
|
|
42
|
+
} from './utils';
|
|
17
43
|
|
|
18
44
|
import type {
|
|
19
45
|
StandardProps,
|
|
@@ -63,6 +89,8 @@ export interface TableProps<Row, Key> extends Omit<StandardProps, 'onScroll'> {
|
|
|
63
89
|
*/
|
|
64
90
|
fillHeight?: boolean;
|
|
65
91
|
|
|
92
|
+
tableBodyHeight?: string;
|
|
93
|
+
|
|
66
94
|
/** Affix the table header to the specified position on the page */
|
|
67
95
|
affixHeader?: boolean | number;
|
|
68
96
|
|
|
@@ -173,7 +201,7 @@ export interface TableProps<Row, Key> extends Omit<StandardProps, 'onScroll'> {
|
|
|
173
201
|
* Whether to appear line breaks where text overflows its content box
|
|
174
202
|
* https://developer.mozilla.org/en-US/docs/Web/CSS/word-break
|
|
175
203
|
*/
|
|
176
|
-
wordWrap?: boolean | 'break-all' | 'break-word' | 'keep-all'| 'fit-content';
|
|
204
|
+
wordWrap?: boolean | 'break-all' | 'break-word' | 'keep-all' | 'fit-content';
|
|
177
205
|
|
|
178
206
|
/** Effectively render large tabular data */
|
|
179
207
|
virtualized?: boolean;
|
|
@@ -304,6 +332,7 @@ const Table = React.forwardRef(<Row extends RowDataType, Key>(props: TableProps<
|
|
|
304
332
|
onTouchMove,
|
|
305
333
|
onTouchEnd,
|
|
306
334
|
dataTheme,
|
|
335
|
+
tableBodyHeight,
|
|
307
336
|
...rest
|
|
308
337
|
} = props;
|
|
309
338
|
|
|
@@ -564,7 +593,7 @@ const Table = React.forwardRef(<Row extends RowDataType, Key>(props: TableProps<
|
|
|
564
593
|
|
|
565
594
|
const styles = {
|
|
566
595
|
width: widthProp || 'auto',
|
|
567
|
-
height: getTableHeight(),
|
|
596
|
+
height: tableBodyHeight ? undefined : getTableHeight(),
|
|
568
597
|
...style
|
|
569
598
|
};
|
|
570
599
|
|
|
@@ -613,7 +642,7 @@ const Table = React.forwardRef(<Row extends RowDataType, Key>(props: TableProps<
|
|
|
613
642
|
// IF there are fixed columns, add a fixed group
|
|
614
643
|
|
|
615
644
|
// if (shouldFixedColumn && contentWidth.current > tableWidth.current) {
|
|
616
|
-
if (shouldFixedColumn){
|
|
645
|
+
if (shouldFixedColumn) {
|
|
617
646
|
const fixedLeftCells: React.ReactNode[] = [];
|
|
618
647
|
const fixedRightCells: React.ReactNode[] = [];
|
|
619
648
|
const scrollCells: React.ReactNode[] = [];
|
|
@@ -918,7 +947,8 @@ const Table = React.forwardRef(<Row extends RowDataType, Key>(props: TableProps<
|
|
|
918
947
|
const bodyHeight = height - headerHeight;
|
|
919
948
|
const bodyStyles = {
|
|
920
949
|
top: headerHeight,
|
|
921
|
-
|
|
950
|
+
maxHeight: tableBodyHeight,
|
|
951
|
+
minHeight: tableBodyHeight
|
|
922
952
|
};
|
|
923
953
|
|
|
924
954
|
let contentHeight = 0;
|
|
@@ -978,7 +1008,7 @@ const Table = React.forwardRef(<Row extends RowDataType, Key>(props: TableProps<
|
|
|
978
1008
|
depth: rowData[TREE_DEPTH],
|
|
979
1009
|
height: nextRowHeight,
|
|
980
1010
|
cellHeight,
|
|
981
|
-
index:index
|
|
1011
|
+
index: index
|
|
982
1012
|
};
|
|
983
1013
|
|
|
984
1014
|
top += nextRowHeight;
|
package/src/less/qbs-table.less
CHANGED
|
@@ -61,7 +61,9 @@ const QbsTable: React.FC<QbsTableProps> = ({
|
|
|
61
61
|
isLoading,
|
|
62
62
|
selectedRowActions,
|
|
63
63
|
handleResetColumns,
|
|
64
|
-
selectedRows
|
|
64
|
+
selectedRows,
|
|
65
|
+
headerHeight = 40,
|
|
66
|
+
tableBodyHeight
|
|
65
67
|
}) => {
|
|
66
68
|
const [loading, setLoading] = useState(false);
|
|
67
69
|
const [columns, setColumns] = useState(propColumn);
|
|
@@ -269,7 +271,7 @@ const QbsTable: React.FC<QbsTableProps> = ({
|
|
|
269
271
|
colWidth,
|
|
270
272
|
align,
|
|
271
273
|
grouped,
|
|
272
|
-
|
|
274
|
+
groupHeader,
|
|
273
275
|
fixed,
|
|
274
276
|
children,
|
|
275
277
|
customCell,
|
|
@@ -285,7 +287,7 @@ const QbsTable: React.FC<QbsTableProps> = ({
|
|
|
285
287
|
<>
|
|
286
288
|
{grouped ? (
|
|
287
289
|
<ColumnGroup
|
|
288
|
-
header={
|
|
290
|
+
header={groupHeader}
|
|
289
291
|
fixed={fixed}
|
|
290
292
|
align={align}
|
|
291
293
|
verticalAlign="middle"
|
|
@@ -304,6 +306,7 @@ const QbsTable: React.FC<QbsTableProps> = ({
|
|
|
304
306
|
>
|
|
305
307
|
<HeaderCell
|
|
306
308
|
dataTheme={dataTheme}
|
|
309
|
+
verticalAlign="middle"
|
|
307
310
|
className={` ${classes.headerClass}`}
|
|
308
311
|
sortKey={child.sortKey}
|
|
309
312
|
>
|
|
@@ -383,9 +386,11 @@ const QbsTable: React.FC<QbsTableProps> = ({
|
|
|
383
386
|
sortType={sortType}
|
|
384
387
|
onSortColumn={handleSortColumn}
|
|
385
388
|
onRowClick={onRowClick}
|
|
389
|
+
tableBodyHeight={tableBodyHeight}
|
|
386
390
|
cellBordered={cellBordered}
|
|
387
391
|
bordered={bordered}
|
|
388
392
|
minHeight={minHeight}
|
|
393
|
+
headerHeight={headerHeight}
|
|
389
394
|
loading={isLoading ?? loading}
|
|
390
395
|
showHeader
|
|
391
396
|
defaultChecked
|
|
@@ -23,7 +23,7 @@ export interface ColumnBase {
|
|
|
23
23
|
|
|
24
24
|
export interface QbsColumnProps extends ColumnBase {
|
|
25
25
|
grouped?: boolean;
|
|
26
|
-
|
|
26
|
+
groupHeader?: string;
|
|
27
27
|
children?: readonly ColumnBase[];
|
|
28
28
|
}
|
|
29
29
|
|
|
@@ -98,6 +98,8 @@ export interface QbsTableProps {
|
|
|
98
98
|
columnToggle?: boolean;
|
|
99
99
|
handleColumnToggle?: (columns: QbsColumnProps[]) => void;
|
|
100
100
|
handleResetColumns?: () => void;
|
|
101
|
+
headerHeight?: number;
|
|
102
|
+
tableBodyHeight?:string
|
|
101
103
|
}
|
|
102
104
|
|
|
103
105
|
export interface QbsTableToolbarProps {
|
|
@@ -121,6 +123,7 @@ export interface QbsTableToolbarProps {
|
|
|
121
123
|
onSelect?: (keys: any[]) => void;
|
|
122
124
|
handleColumnToggle?: (columns: QbsColumnProps[]) => void;
|
|
123
125
|
dataLength: number;
|
|
126
|
+
headerHeight?: number;
|
|
124
127
|
selectedRowActions?: {
|
|
125
128
|
actionTitle?: string;
|
|
126
129
|
action: (checked: (number | string)[]) => void;
|
|
@@ -308,6 +308,7 @@ const useTableDimension = <Row extends RowDataType, Key>(props: TableDimensionPr
|
|
|
308
308
|
if (data?.length === 0 && autoHeight) {
|
|
309
309
|
return heightProp;
|
|
310
310
|
}
|
|
311
|
+
console.log(heightProp, headerHeight, contentHeight.current, tableHeight.current);
|
|
311
312
|
|
|
312
313
|
return autoHeight ? Math.max(headerHeight + contentHeight.current, minHeight) : heightProp;
|
|
313
314
|
};
|