qbs-react-grid 1.2.1 → 1.2.3
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 +1 -1095
- package/dist/css/qbs-react-grid.min.css +1 -1
- package/dist/css/qbs-react-grid.min.css.map +1 -1
- package/es/Table.js +19 -19
- package/es/less/index.less +3 -0
- package/es/less/qbs-table.less +89 -22
- package/es/qbsTable/QbsTable.js +40 -7
- package/es/qbsTable/TableCardList.d.ts +5 -0
- package/es/qbsTable/TableCardList.js +564 -0
- package/es/qbsTable/Toolbar.js +21 -5
- package/es/qbsTable/commontypes.d.ts +12 -0
- package/es/qbsTable/utilities/CardComponent.d.ts +14 -0
- package/es/qbsTable/utilities/CardComponent.js +83 -0
- package/es/qbsTable/utilities/CardMenuDropdown.d.ts +13 -0
- package/es/qbsTable/utilities/CardMenuDropdown.js +93 -0
- package/es/qbsTable/utilities/SwitchCardColumns.d.ts +2 -0
- package/es/qbsTable/utilities/SwitchCardColumns.js +24 -0
- package/es/qbsTable/utilities/ToolTip.js +2 -5
- package/es/qbsTable/utilities/icons.d.ts +3 -0
- package/es/qbsTable/utilities/icons.js +45 -0
- package/es/qbsTable/utilities/store.d.ts +2 -0
- package/es/qbsTable/utilities/store.js +60 -0
- package/es/utils/getTotalByColumns.js +1 -1
- package/es/utils/mergeCells.js +1 -1
- package/es/utils/useCellDescriptor.js +11 -11
- package/es/utils/useClassNames.js +2 -0
- package/lib/Table.js +19 -19
- package/lib/less/index.less +3 -0
- package/lib/less/qbs-table.less +89 -22
- package/lib/qbsTable/QbsTable.js +40 -7
- package/lib/qbsTable/TableCardList.d.ts +5 -0
- package/lib/qbsTable/TableCardList.js +571 -0
- package/lib/qbsTable/Toolbar.js +20 -4
- package/lib/qbsTable/commontypes.d.ts +12 -0
- package/lib/qbsTable/utilities/CardComponent.d.ts +14 -0
- package/lib/qbsTable/utilities/CardComponent.js +91 -0
- package/lib/qbsTable/utilities/CardMenuDropdown.d.ts +13 -0
- package/lib/qbsTable/utilities/CardMenuDropdown.js +100 -0
- package/lib/qbsTable/utilities/SwitchCardColumns.d.ts +2 -0
- package/lib/qbsTable/utilities/SwitchCardColumns.js +30 -0
- package/lib/qbsTable/utilities/ToolTip.js +2 -5
- package/lib/qbsTable/utilities/icons.d.ts +3 -0
- package/lib/qbsTable/utilities/icons.js +50 -2
- package/lib/qbsTable/utilities/store.d.ts +2 -0
- package/lib/qbsTable/utilities/store.js +66 -0
- package/lib/utils/getTotalByColumns.js +1 -1
- package/lib/utils/mergeCells.js +1 -1
- package/lib/utils/useCellDescriptor.js +11 -11
- package/lib/utils/useClassNames.js +2 -0
- package/package.json +11 -6
- package/src/less/index.less +3 -0
- package/src/less/qbs-table.less +89 -22
- package/src/qbsTable/QbsTable.tsx +205 -173
- package/src/qbsTable/TableCardList.tsx +629 -0
- package/src/qbsTable/Toolbar.tsx +25 -4
- package/src/qbsTable/commontypes.ts +12 -0
- package/src/qbsTable/utilities/CardComponent.tsx +132 -0
- package/src/qbsTable/utilities/CardMenuDropdown.tsx +120 -0
- package/src/qbsTable/utilities/SwitchCardColumns.tsx +29 -0
- package/src/qbsTable/utilities/ToolTip.tsx +1 -4
- package/src/qbsTable/utilities/icons.tsx +51 -0
- package/src/qbsTable/utilities/store.ts +61 -0
|
@@ -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:0 0 4px 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:65px;height:26px;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}.custom-select{position:relative;display:inline-block}.custom-select-trigger{padding:2px 8px;cursor:pointer;border:1px solid #d6d8dc;border-radius:4px;min-width:65px;position:relative;font-size:14px;font-weight:500}.custom-select-options{position:absolute;width:100%;z-index:1000;list-style:none;margin:2px 0 0;padding:0;background:#fff;border-radius:8px;box-shadow:0 8px 20px 0 rgba(0,0,0,.14901960784313725)}ul.custom-select-options.top{bottom:100%}.custom-select-option{padding:6px 8px;cursor:pointer;font-weight:500;font-size:14px}.custom-select-option.selected,.custom-select-option:hover{background-color:#f0f0f0}.custom-select-trigger:before{content:"";position:absolute;right:10px;top:6px;font-weight:700;border:solid #000;border-width:0 1px 1px 0;display:inline-block;padding:3px;vertical-align:middle;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.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;gap:12px}.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,.09);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 4px 0 0;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}.row-status:hover .row-status-tooltip{display:block}.row-status-tooltip{display:none;position:fixed;width:auto;height:auto;max-width:300px;max-height:200px;padding:10px;border-radius:8px;border:1px solid #d6d8dc;background:#fff;box-shadow:0 2px 4px 0 rgba(58,58,58,.15)}.row-status-tooltip.bottom-position{top:100%}.row-status-tooltip.top-position{bottom:100%}.dots-container{display:flex;padding:10px}.dot{height:20px;width:20px;margin-right:10px;border-radius:10px;background-color:#b3d4fc;-webkit-animation:pulse 1.5s ease-in-out infinite;animation:pulse 1.5s ease-in-out infinite}.dot:last-child{margin-right:0}.dot:first-child{-webkit-animation-delay:-.3s;animation-delay:-.3s}.dot:nth-child(2){-webkit-animation-delay:-.1s;animation-delay:-.1s}.dot:nth-child(3){-webkit-animation-delay:.1s;animation-delay:.1s}@-webkit-keyframes pulse{0%{-webkit-transform:scale(.8);transform:scale(.8);background-color:#b3d4fc;box-shadow:0 0 0 0 rgba(178,212,252,.7)}50%{-webkit-transform:scale(1.2);transform:scale(1.2);background-color:#6793fb;box-shadow:0 0 0 10px rgba(178,212,252,0)}to{-webkit-transform:scale(.8);transform:scale(.8);background-color:#b3d4fc;box-shadow:0 0 0 0 rgba(178,212,252,.7)}}@keyframes pulse{0%{-webkit-transform:scale(.8);transform:scale(.8);background-color:#b3d4fc;box-shadow:0 0 0 0 rgba(178,212,252,.7)}50%{-webkit-transform:scale(1.2);transform:scale(1.2);background-color:#6793fb;box-shadow:0 0 0 10px rgba(178,212,252,0)}to{-webkit-transform:scale(.8);transform:scale(.8);background-color:#b3d4fc;box-shadow:0 0 0 0 rgba(178,212,252,.7)}}.skeleton-table{width:100%;padding:10px}.skeleton-row{display:flex;margin-bottom:10px}.skeleton-cell{flex:1;height:10px;background:#d9dbdd;border-radius:4px;width:50px;margin-right:10px!important;-webkit-animation:loading 1.5s infinite;animation:loading 1.5s infinite}.skeleton-row:last-child .skeleton-cell{margin-right:0}@-webkit-keyframes loading{0%{background-color:#e7ecf4}50%{background-color:#d9dbdd}to{background-color:#e7ecf4}}@keyframes loading{0%{background-color:#e7ecf4}50%{background-color:#d9dbdd}to{background-color:#e7ecf4}}.skeleton-divider{height:5px;margin:10px}
|
|
1
|
+
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.12 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::-moz-placeholder, textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.\!fixed{position:fixed!important}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-1\.5{bottom:.375rem}.bottom-2{bottom:.5rem}.left-1{left:.25rem}.right-0{right:0}.right-2{right:.5rem}.right-7{right:1.75rem}.top-2{top:.5rem}.top-4{top:1rem}.z-10{z-index:10}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.block{display:block}.flex{display:flex}.table{display:table}.table-cell{display:table-cell}.grid{display:grid}.hidden{display:none}.h-4{height:1rem}.h-6{height:1.5rem}.w-4{width:1rem}.w-6{width:1.5rem}.w-auto{width:auto}.w-full{width:100%}.min-w-11{min-width:2.75rem}.rotate-180{--tw-rotate:180deg}.rotate-180,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.flex-col{flex-direction:column}.place-content-start{place-content:start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.gap-3{gap:.75rem}.gap-y-2{row-gap:.5rem}.whitespace-nowrap{white-space:nowrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-t{border-top-width:1px}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.p-2{padding:.5rem}.p-3{padding:.75rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.pl-1{padding-left:.25rem}.pl-1\.5{padding-left:.375rem}.pr-1{padding-right:.25rem}.text-center{text-align:center}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-7{line-height:1.75rem}.tracking-\[0\.24px\]{letter-spacing:.24px}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-black\/70{color:rgba(0,0,0,.7)}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.no-underline{text-decoration-line:none}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes loaderSpin{0%{transform:rotate(0)}to{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;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{width:18px;height:18px;display:inline-block;position:relative;margin-right:12px;padding-top:3px}.rs-table-loader-icon:after,.rs-table-loader-icon:before{width:18px;height:18px;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;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:0 0 4px 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:65px;height:26px;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}.custom-select{position:relative;display:inline-block}.custom-select-trigger{padding:2px 8px;cursor:pointer;border:1px solid #d6d8dc;border-radius:4px;min-width:65px;position:relative;font-size:14px;font-weight:500}.custom-select-options{position:absolute;width:100%;z-index:1000;list-style:none;margin:2px 0 0;padding:0;background:#fff;border-radius:8px;box-shadow:0 8px 20px 0 rgba(0,0,0,.14901960784313725)}ul.custom-select-options.top{bottom:100%}.custom-select-option{padding:6px 8px;cursor:pointer;font-weight:500;font-size:14px}.custom-select-option.selected,.custom-select-option:hover{background-color:#f0f0f0}.custom-select-trigger:before{content:"";position:absolute;right:10px;top:6px;font-weight:700;border:solid #000;border-width:0 1px 1px 0;display:inline-block;padding:3px;vertical-align:middle;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.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;gap:12px}.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;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,.09);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{cursor:pointer;position:relative;width:auto;display:flex}.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:calc(100% + 10px);right:-8px;left:unset}.qbs-table-tooltip.down .tooltiptext{right:-10px;top:calc(100% + 8px)}.qbs-table-tooltip .tooltiptext:after{content:"";position:absolute;border-width:5px;border-style:solid}.qbs-table-tooltip.up .tooltiptext:after{border-color:#000 transparent transparent!important;right:12px!important;margin-left:-5px!important;top:100%!important;left:unset!important}.qbs-table-tooltip.down .tooltiptext:after{border-color:transparent transparent #000;bottom:100%!important;right:12px!important;margin-left:-5px!important;left:unset!important}.qbs-table-tooltip.down .tooltiptext{top:145%!important;right:-10px!important;left:auto!important}.rs-table-row{overflow:visible!important}.qbs-table-toolbar-sub-container{display:flex;gap:12px;padding:10px 12px;border-radius:4px 4px 0 0;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}.row-status:hover .row-status-tooltip{display:block}.row-status-tooltip{display:none;position:fixed;width:auto;height:auto;max-width:300px;max-height:200px;padding:10px;border-radius:8px;border:1px solid #d6d8dc;background:#fff;box-shadow:0 2px 4px 0 rgba(58,58,58,.15)}.row-status-tooltip.bottom-position{top:100%}.row-status-tooltip.top-position{bottom:100%}.dots-container{display:flex;padding:10px}.dot{height:20px;width:20px;margin-right:10px;border-radius:10px;background-color:#b3d4fc;animation:pulse 1.5s ease-in-out infinite}.dot:last-child{margin-right:0}.dot:first-child{animation-delay:-.3s}.dot:nth-child(2){animation-delay:-.1s}.dot:nth-child(3){animation-delay:.1s}@keyframes pulse{0%{transform:scale(.8);background-color:#b3d4fc;box-shadow:0 0 0 0 rgba(178,212,252,.7)}50%{transform:scale(1.2);background-color:#6793fb;box-shadow:0 0 0 10px rgba(178,212,252,0)}to{transform:scale(.8);background-color:#b3d4fc;box-shadow:0 0 0 0 rgba(178,212,252,.7)}}.skeleton-table{width:100%;padding:10px}.skeleton-row{display:flex;margin-bottom:10px}.skeleton-cell{flex:1;height:10px;background:#d9dbdd;border-radius:4px;width:50px;margin-right:10px!important;animation:loading 1.5s infinite}.skeleton-row:last-child .skeleton-cell{margin-right:0}@keyframes loading{0%{background-color:#e7ecf4}50%{background-color:#d9dbdd}to{background-color:#e7ecf4}}.skeleton-divider{height:5px;margin:10px}@media (prefers-color-scheme:dark){.dark\:bg-\[\#424242\]{--tw-bg-opacity:1;background-color:rgb(66 66 66/var(--tw-bg-opacity))}.dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}}
|
|
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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AC1B,WAAa,CACd,AACD,iDACE,WAAY,AACZ,WAAa,CACd,AACD,oEACE,iBAAkB,AAClB,cAAgB,CACjB,AACD,mDACE,cAAe,AACf,mBAAoB,AACpB,uBAA0B,CAC3B,AAED,mBACE,kBAAmB,AACnB,iBAAkB,AAClB,cAAgB,CACjB,AACD,gCACE,kBAAmB,AACnB,sBAAuB,AACvB,WAAY,AACZ,kBAAmB,AACnB,YAAa,AACb,kBAAmB,AACnB,kBAAmB,AACnB,aAAc,AACd,UAAW,AACX,uBAAyB,AACzB,eAAgB,AAChB,kBAAmB,AACnB,gBAAiB,AACjB,iBAAkB,AAClB,WAAa,CACd,AACD,mCACE,YAAa,AACb,MAAS,CACV,AACD,qCACE,SAAU,AACV,QAAW,AACX,SAAW,CACZ,AACD,sCACE,mBAAoB,AACpB,SAAW,CACZ,AACD,sCACE,WAAY,AACZ,kBAAmB,AACnB,iBAAkB,AAClB,kBAAoB,CACrB,AACD,yCACE,SAAU,AACV,SAAU,AACV,iBAAkB,AAClB,yCAAuD,CACxD,AACD,2CACE,YAAa,AACb,SAAU,AACV,iBAAkB,AAClB,yCAAuD,CACxD,AACD,cACE,0BAA6B,CAC9B,AACD,iCACE,aAAc,AACd,SAAU,AACV,kBAAmB,AACnB,0BAA2B,AAC3B,yBAA0B,AAC1B,gBAAiB,AACjB,mBAAqB,CACtB,AACD,6CACE,eAAgB,AAChB,kBAAmB,AACnB,gBAAiB,AACjB,iBAAkB,AAClB,UAAY,CACb,AACD,8CACE,+BAAqC,CACtC,AACD,uCACE,aAAc,AACd,SAAU,AACV,kBAAoB,CACrB,AACD,wBACE,eAAgB,AAChB,YAAa,AACb,YAAa,AACb,WAAY,AACZ,kBAAmB,AACnB,gBAAiB,AACjB,wCAAiD,AACjD,gBAAiB,AACjB,QAAS,AACT,aAAc,AACd,sBAAuB,AACvB,gBAAkB,CACnB,AACD,2BACE,gBAAiB,AACjB,eAAiB,CAClB,AACD,qBACE,gBAAiB,AACjB,mBAAoB,AACpB,WAAY,AACZ,aAAc,AACd,mBAAoB,AACpB,8BAA+B,AAC/B,OAAS,CACV,AACD,6BACE,aA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","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: 0 0 4px 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: 65px;\n height: 26px;\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.custom-select {\n position: relative;\n display: inline-block;\n}\n.custom-select-trigger {\n padding: 2px 8px;\n cursor: pointer;\n border: 1px solid #d6d8dc;\n border-radius: 4px;\n min-width: 65px;\n position: relative;\n font-size: 14px;\n font-weight: 500;\n}\n.custom-select-options {\n position: absolute;\n width: 100%;\n z-index: 1000;\n list-style: none;\n margin: 2px 0 0;\n padding: 0;\n background: #fff;\n border-radius: 8px;\n box-shadow: 0 8px 20px 0 #00000026;\n}\nul.custom-select-options.top {\n bottom: 100%;\n}\n.custom-select-option {\n padding: 6px 8px;\n cursor: pointer;\n font-weight: 500;\n font-size: 14px;\n}\n.custom-select-option:hover,\n.custom-select-option.selected {\n background-color: #f0f0f0;\n}\n.custom-select-trigger:before {\n content: \"\";\n position: absolute;\n right: 10px;\n top: 6px;\n font-weight: bold;\n border: solid black;\n border-width: 0 1px 1px 0;\n display: inline-block;\n padding: 3px;\n vertical-align: middle;\n transform: rotate(45deg);\n -webkit-transform: rotate(45deg);\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 gap: 12px;\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.09);\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 4px 0 0;\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.row-status:hover .row-status-tooltip {\n display: block;\n}\n.row-status-tooltip {\n display: none;\n position: fixed;\n width: auto;\n height: auto;\n max-width: 300px;\n max-height: 200px;\n padding: 10px;\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}\n.row-status-tooltip.bottom-position {\n top: 100%;\n}\n.row-status-tooltip.top-position {\n bottom: 100%;\n}\n.dots-container {\n display: flex;\n padding: 10px;\n}\n.dot {\n height: 20px;\n width: 20px;\n margin-right: 10px;\n border-radius: 10px;\n background-color: #b3d4fc;\n -webkit-animation: pulse 1.5s infinite ease-in-out;\n animation: pulse 1.5s infinite ease-in-out;\n}\n.dot:last-child {\n margin-right: 0;\n}\n.dot:nth-child(1) {\n -webkit-animation-delay: -0.3s;\n animation-delay: -0.3s;\n}\n.dot:nth-child(2) {\n -webkit-animation-delay: -0.1s;\n animation-delay: -0.1s;\n}\n.dot:nth-child(3) {\n -webkit-animation-delay: 0.1s;\n animation-delay: 0.1s;\n}\n@-webkit-keyframes pulse {\n 0% {\n -webkit-transform: scale(0.8);\n transform: scale(0.8);\n background-color: #b3d4fc;\n box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);\n }\n 50% {\n -webkit-transform: scale(1.2);\n transform: scale(1.2);\n background-color: #6793fb;\n box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);\n }\n 100% {\n -webkit-transform: scale(0.8);\n transform: scale(0.8);\n background-color: #b3d4fc;\n box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);\n }\n}\n@keyframes pulse {\n 0% {\n -webkit-transform: scale(0.8);\n transform: scale(0.8);\n background-color: #b3d4fc;\n box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);\n }\n 50% {\n -webkit-transform: scale(1.2);\n transform: scale(1.2);\n background-color: #6793fb;\n box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);\n }\n 100% {\n -webkit-transform: scale(0.8);\n transform: scale(0.8);\n background-color: #b3d4fc;\n box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);\n }\n}\n.skeleton-table {\n width: 100%;\n padding: 10px;\n}\n.skeleton-row {\n display: flex;\n margin-bottom: 10px;\n}\n.skeleton-cell {\n flex: 1;\n height: 10px;\n /* Adjust as needed */\n background: #d9dbdd;\n border-radius: 4px;\n width: 50px;\n margin-right: 10px !important;\n -webkit-animation: loading 1.5s infinite;\n animation: loading 1.5s infinite;\n}\n.skeleton-row:last-child .skeleton-cell {\n margin-right: 0;\n}\n@-webkit-keyframes loading {\n 0% {\n background-color: #e7ecf4;\n }\n 50% {\n background-color: #d9dbdd;\n }\n 100% {\n background-color: #e7ecf4;\n }\n}\n@keyframes loading {\n 0% {\n background-color: #e7ecf4;\n }\n 50% {\n background-color: #d9dbdd;\n }\n 100% {\n background-color: #e7ecf4;\n }\n}\n.skeleton-divider {\n height: 5px;\n margin: 10px;\n}\n\n/*# sourceMappingURL=index.css.map */\n"]}
|
|
1
|
+
{"version":3,"sources":["qbs-react-grid.css"],"names":[],"mappings":"AAAA,iBAAiB,uBAAuB,CAAC,uBAAuB,CAAC,kBAAkB,CAAC,kBAAkB,CAAC,aAAa,CAAC,aAAa,CAAC,aAAa,CAAC,cAAc,CAAC,cAAc,CAAC,YAAY,CAAC,YAAY,CAAC,iBAAiB,CAAC,qCAAqC,CAAC,6BAA6B,CAAC,4BAA4B,CAAC,2BAA2B,CAAC,cAAc,CAAC,mBAAmB,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,uBAAuB,CAAC,iBAAiB,CAAC,0BAA0B,CAAC,2BAA2B,CAAC,oCAAoC,CAAC,uCAAuC,CAAC,gCAAgC,CAAC,2BAA2B,CAAC,mCAAmC,CAAC,WAAW,CAAC,iBAAiB,CAAC,eAAe,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,aAAa,CAAC,eAAe,CAAC,YAAY,CAAC,kBAAkB,CAAC,oBAAoB,CAAC,0BAA0B,CAAC,wBAAwB,CAAC,yBAAyB,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,uBAAuB,CAAC,wBAAwB,CAAC,qBAAqB,CAAC,mBAAmB,CAAC,qBAAqB,CAAC,oBAAoB,CAAC,oBAAoB,CAAC,WAAW,uBAAuB,CAAC,uBAAuB,CAAC,kBAAkB,CAAC,kBAAkB,CAAC,aAAa,CAAC,aAAa,CAAC,aAAa,CAAC,cAAc,CAAC,cAAc,CAAC,YAAY,CAAC,YAAY,CAAC,iBAAiB,CAAC,qCAAqC,CAAC,6BAA6B,CAAC,4BAA4B,CAAC,2BAA2B,CAAC,cAAc,CAAC,mBAAmB,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,uBAAuB,CAAC,iBAAiB,CAAC,0BAA0B,CAAC,2BAA2B,CAAC,oCAAoC,CAAC,uCAAuC,CAAC,gCAAgC,CAAC,2BAA2B,CAAC,mCAAmC,CAAC,WAAW,CAAC,iBAAiB,CAAC,eAAe,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,aAAa,CAAC,eAAe,CAAC,YAAY,CAAC,kBAAkB,CAAC,oBAAoB,CAAC,0BAA0B,CAAC,wBAAwB,CAAC,yBAAyB,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,uBAAuB,CAAC,wBAAwB,CAAC,qBAAqB,CAAC,mBAAmB,CAAC,qBAAqB,CAAC,oBAAoB,CAAC,oBAAoB,CAAC,gEAAgE,CAAC,iBAAiB,qBAAqB,CAAC,sBAAsB,CAAC,eAAe,eAAe,CAAC,WAAW,eAAe,CAAC,6BAA6B,CAAC,eAAe,CAAC,aAAa,CAAC,UAAU,CAAC,gHAAgH,CAAC,4BAA4B,CAAC,8BAA8B,CAAC,uCAAuC,CAAC,KAAK,QAAQ,CAAC,mBAAmB,CAAC,GAAG,QAAQ,CAAC,aAAa,CAAC,oBAAoB,CAAC,oBAAoB,wCAAwC,CAAC,gCAAgC,CAAC,kBAAkB,iBAAiB,CAAC,mBAAmB,CAAC,EAAE,aAAa,CAAC,uBAAuB,CAAC,SAAS,kBAAkB,CAAC,kBAAkB,mGAAmG,CAAC,4BAA4B,CAAC,8BAA8B,CAAC,aAAa,CAAC,MAAM,aAAa,CAAC,QAAQ,aAAa,CAAC,aAAa,CAAC,iBAAiB,CAAC,uBAAuB,CAAC,IAAI,aAAa,CAAC,IAAI,SAAS,CAAC,MAAM,aAAa,CAAC,oBAAoB,CAAC,wBAAwB,CAAC,sCAAsC,mBAAmB,CAAC,6BAA6B,CAAC,+BAA+B,CAAC,cAAc,CAAC,mBAAmB,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,aAAa,CAAC,QAAQ,CAAC,SAAS,CAAC,cAAc,mBAAmB,CAAC,uFAAuF,yBAAyB,CAAC,4BAA4B,CAAC,qBAAqB,CAAC,gBAAgB,YAAY,CAAC,iBAAiB,eAAe,CAAC,SAAS,uBAAuB,CAAC,wDAAwD,WAAW,CAAC,cAAc,4BAA4B,CAAC,mBAAmB,CAAC,4BAA4B,uBAAuB,CAAC,6BAA6B,yBAAyB,CAAC,YAAY,CAAC,QAAQ,iBAAiB,CAA6D,4DAAS,QAAQ,CAAC,gBAAgB,SAAS,CAAC,WAAW,eAAe,CAAC,QAAQ,CAAC,SAAS,CAAC,OAAO,SAAS,CAAC,SAAS,eAAe,CAAC,mDAAoD,SAAS,CAAC,aAAa,CAAC,oDAAyC,SAAS,CAAC,aAAa,CAAhE,yCAAyC,SAAS,CAAC,aAAa,CAAC,qBAAqB,cAAc,CAAC,UAAU,cAAc,CAAC,+CAA+C,aAAa,CAAC,qBAAqB,CAAC,UAAU,cAAc,CAAC,WAAW,CAAC,SAAS,YAAY,CAAC,WAAW,UAAU,CAAC,yBAAyB,WAAW,eAAe,CAAC,CAAC,yBAAyB,WAAW,eAAe,CAAC,CAAC,0BAA0B,WAAW,gBAAgB,CAAC,CAAC,0BAA0B,WAAW,gBAAgB,CAAC,CAAC,0BAA0B,WAAW,gBAAgB,CAAC,CAAC,SAAS,kBAAkB,CAAC,SAAS,wBAAwB,CAAC,OAAO,cAAc,CAAC,UAAU,iBAAiB,CAAC,UAAU,iBAAiB,CAAC,aAAa,cAAc,CAAC,UAAU,YAAY,CAAC,QAAQ,WAAW,CAAC,SAAS,OAAO,CAAC,SAAS,WAAW,CAAC,SAAS,aAAa,CAAC,OAAO,SAAS,CAAC,OAAO,QAAQ,CAAC,MAAM,UAAU,CAAC,YAAY,yBAAyB,CAAC,YAAY,yBAAyB,CAAC,YAAY,yBAAyB,CAAC,YAAY,yBAAyB,CAAC,YAAY,yBAAyB,CAAC,MAAM,iBAAiB,CAAC,MAAM,iBAAiB,CAAC,MAAM,gBAAgB,CAAC,MAAM,eAAe,CAAC,cAAc,eAAe,CAAC,mBAAmB,CAAC,2BAA2B,CAAC,oBAAoB,CAAC,OAAO,aAAa,CAAC,MAAM,YAAY,CAAC,OAAO,aAAa,CAAC,YAAY,kBAAkB,CAAC,MAAM,YAAY,CAAC,QAAQ,YAAY,CAAC,KAAK,WAAW,CAAC,KAAK,aAAa,CAAC,KAAK,UAAU,CAAC,KAAK,YAAY,CAAC,QAAQ,UAAU,CAAC,QAAQ,UAAU,CAAC,UAAU,iBAAiB,CAAC,YAAY,kBAAkB,CAAC,uBAAuB,6LAA6L,CAAC,gBAAgB,cAAc,CAAC,QAAQ,WAAW,CAAC,aAAa,6CAA6C,CAAC,cAAc,8CAA8C,CAAC,cAAc,8CAA8C,CAAC,cAAc,8CAA8C,CAAC,aAAa,6CAA6C,CAAC,aAAa,6CAA6C,CAAC,aAAa,6CAA6C,CAAC,aAAa,6CAA6C,CAAC,aAAa,6CAA6C,CAAC,aAAa,6CAA6C,CAAC,aAAa,6CAA6C,CAAC,aAAa,6CAA6C,CAAC,UAAU,qBAAqB,CAAC,qBAAqB,mBAAmB,CAAC,cAAc,kBAAkB,CAAC,aAAa,wBAAwB,CAAC,OAAO,UAAU,CAAC,SAAS,aAAa,CAAC,mBAAmB,kBAAkB,CAAC,WAAW,oBAAoB,CAAC,SAAS,oBAAoB,CAAC,YAAY,mBAAmB,CAAC,QAAQ,gBAAgB,CAAC,UAAU,gBAAgB,CAAC,UAAU,oBAAoB,CAAC,UAAU,iBAAiB,CAAC,sDAAsD,CAAC,KAAK,aAAa,CAAC,KAAK,cAAc,CAAC,MAAM,mBAAmB,CAAC,oBAAoB,CAAC,MAAM,kBAAkB,CAAC,mBAAmB,CAAC,MAAM,mBAAmB,CAAC,SAAS,oBAAoB,CAAC,MAAM,oBAAoB,CAAC,aAAa,iBAAiB,CAAC,SAAS,kBAAkB,CAAC,mBAAmB,CAAC,SAAS,iBAAiB,CAAC,mBAAmB,CAAC,SAAS,gBAAgB,CAAC,gBAAgB,CAAC,WAAW,eAAe,CAAC,aAAa,eAAe,CAAC,eAAe,eAAe,CAAC,WAAW,mBAAmB,CAAC,sBAAsB,oBAAoB,CAAC,YAAY,mBAAmB,CAAC,uCAAuC,CAAC,gBAAgB,oBAAoB,CAAC,eAAe,mBAAmB,CAAC,4CAA4C,CAAC,cAAc,yBAAyB,CAAC,WAAW,2EAA2E,CAAC,iGAAiG,CAAC,sBAAsB,8GAA8G,CAAC,WAAW,wCAAwC,CAAC,sDAAsD,CAAC,QAAQ,gLAAgL,CAAC,YAAY,qJAAqJ,CAAC,6IAA6I,CAAC,qKAAqK,CAAC,kDAAkD,CAAC,wBAAwB,CAAC,UAAU,iDAAiD,CAAC,sBAAsB,GAAG,mBAAmB,CAAC,GAAG,uBAAuB,CAAC,CAAC,UAAU,iBAAiB,CAAC,eAAe,CAAC,eAAe,CAAC,qBAAqB,CAAC,0BAA0B,gBAAgB,CAAC,wBAAwB,CAAC,qBAAqB,CAAC,gBAAgB,CAAC,mBAAmB,qBAAqB,CAAC,cAAc,eAAe,CAAC,iBAAiB,CAAC,UAAU,CAAC,KAAK,CAAC,eAAe,CAAC,4BAA4B,CAAC,iOAAiO,eAAe,CAAC,yDAAyD,kBAAkB,CAAC,iDAAiD,oCAAoC,CAAC,SAAS,CAAC,6BAA6B,SAAS,CAAC,iBAAiB,CAAC,uBAAuB,SAAS,CAAC,iBAAiB,CAAC,6BAA6B,kBAAkB,CAAC,2BAA2B,iBAAiB,CAAC,eAAe,CAAC,SAAS,CAAC,oBAAoB,UAAU,CAAC,iBAAiB,CAAC,OAAO,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,0BAA0B,aAAa,CAAC,+BAA+B,UAAU,CAAC,eAAe,WAAW,CAAC,4BAA4B,CAAC,aAAa,CAAC,eAAe,CAAC,iBAAiB,CAAC,kBAAkB,CAAC,eAAe,CAAC,eAAe,CAAC,qBAAqB,CAAC,qBAAqB,mBAAmB,CAAC,qBAAqB,aAAa,CAAC,qBAAqB,iBAAiB,CAAC,qBAAqB,kBAAkB,CAAC,qBAAqB,CAAC,uBAAuB,WAAW,CAAC,qBAAqB,CAAC,qBAAqB,CAAC,UAAU,CAAC,cAAc,CAAC,iBAAiB,CAAC,eAAe,CAAC,gBAAgB,CAAC,eAAe,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,0BAA0B,CAAC,yBAAyB,CAAC,UAAU,CAAC,+BAA+B,cAAc,CAAC,mCAAmC,oBAAoB,CAAC,+BAA+B,gBAAgB,CAAC,mBAAmB,CAAC,oBAAoB,CAAC,0CAA0C,CAAC,sDAAsD,oBAAoB,CAAC,gCAAgC,WAAW,CAAC,SAAS,CAAC,SAAS,CAAC,iBAAiB,CAAC,0BAA0B,CAAC,YAAY,CAAC,sCAAsC,wBAAwB,CAAC,iEAAiE,iBAAiB,CAAC,SAAS,CAAC,eAAe,CAAC,iCAAiC,oCAAoC,CAAC,8DAA8D,qCAAqC,CAAC,qBAAqB,YAAY,CAAC,kBAAkB,CAAC,SAAS,CAAC,KAAK,CAAC,iBAAiB,CAAC,SAAS,CAAC,SAAS,CAAC,2BAA2B,YAAY,CAAC,0BAA0B,kBAAkB,CAAC,uCAAuC,2BAA2B,CAAC,2CAA2C,kBAAkB,CAAC,uBAAuB,iBAAiB,CAAC,WAAW,CAAC,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,yBAAyB,CAAC,YAAY,CAAC,kBAAkB,CAAC,yBAAyB,iBAAiB,CAAC,iBAAiB,CAAC,WAAW,CAAC,UAAU,CAAC,mCAAmC,CAAC,iBAAiB,UAAU,CAAC,iBAAiB,CAAC,OAAO,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,sBAAsB,UAAU,CAAC,WAAW,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,eAAe,CAAC,yDAAyD,UAAU,CAAC,WAAW,CAAC,UAAU,CAAC,iBAAiB,CAAC,MAAM,CAAC,OAAO,CAAC,aAAa,CAAC,iBAAiB,CAAC,6BAA6B,qCAAqC,CAAC,4BAAyD,4BAAwB,CAAxB,wBAAwB,CAAC,wCAAwC,CAAC,2CAA2C,kBAAkB,CAAC,2BAA2B,cAAc,CAAC,YAAY,CAAC,8BAA8B,iBAAiB,CAAC,oBAAoB,CAAC,cAAc,CAAC,oBAAoB,6BAA6B,CAAC,iBAAiB,CAAC,2BAA2B,4BAA4B,CAAC,yBAAyB,YAAY,CAAC,2BAA2B,iBAAiB,CAAC,4BAA4B,CAAC,iBAAiB,CAAC,+BAA+B,UAAU,CAAC,UAAU,CAAC,UAAU,CAAC,qCAAqC,cAAc,CAAC,0DAA0D,UAAU,CAAC,MAAM,CAAC,OAAO,CAAC,gGAAgG,UAAU,CAAC,iCAAiC,CAAC,sJAAsJ,OAAO,CAAC,UAAU,CAAC,6BAA6B,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,UAAU,CAAC,wDAAwD,eAAe,CAAC,SAAS,CAAC,KAAK,CAAC,QAAQ,CAAC,4FAA4F,SAAS,CAAC,iCAAiC,CAAC,kJAAkJ,QAAQ,CAAC,SAAS,CAAC,uBAAuB,iBAAiB,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,UAAU,CAAC,8BAA8B,4BAA4B,CAAC,iBAAiB,CAAC,UAAU,CAAC,sCAAsC,kBAAkB,CAAC,WAAW,CAAC,4BAA4B,iBAAiB,CAAC,2BAA2B,CAAC,6BAA6B,YAAY,CAAC,6BAA6B,CAAC,gBAAgB,CAAC,eAAe,CAAC,kBAAkB,CAAC,yBAAyB,CAAC,4BAA4B,CAAC,eAAe,CAAC,oCAAoC,4BAA4B,CAAC,iBAAiB,CAAC,UAAU,CAAC,4CAA4C,kBAAkB,CAAC,WAAW,CAAC,4DAA4D,UAAU,CAAC,WAAW,CAAC,YAAY,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,cAAc,CAAC,iBAAiB,CAAC,eAAe,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,wBAAwB,CAAC,eAAe,CAAC,uDAAuD,SAAS,CAAC,cAAc,CAAC,YAAY,CAAC,oBAAoB,CAAC,kBAAkB,CAAC,UAAU,CAAC,4BAA4B,CAAC,UAAU,CAAC,WAAW,CAAC,iBAAiB,CAAC,wBAAwB,CAAC,6DAA6D,UAAU,CAAC,gEAAgE,UAAU,CAAC,kBAAkB,CAAC,2DAA2D,UAAU,CAAC,WAAW,CAAC,aAAa,CAAC,+IAA+I,YAAY,CAAC,kBAAkB,CAAC,QAAQ,CAAC,4FAA4F,QAAQ,CAAC,YAAY,CAAC,cAAc,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,WAAW,CAAC,UAAU,CAAC,SAAS,CAAC,iBAAiB,CAAC,cAAc,CAAC,iBAAiB,CAAC,eAAe,CAAC,gBAAgB,CAAC,4BAA4B,CAAC,uBAAuB,CAAC,qMAAqM,oBAAoB,CAAC,aAAa,CAAC,uBAAuB,CAAC,0FAA0F,aAAa,CAAC,wBAAwB,CAAC,uBAAuB,CAAC,8BAA8B,YAAY,CAAC,kBAAkB,CAAC,wBAAwB,CAAC,QAAQ,CAAC,yDAAyD,cAAc,CAAC,iBAAiB,CAAC,eAAe,CAAC,gBAAgB,CAAC,aAAa,CAAC,kEAAkE,YAAY,CAAC,eAAe,iBAAiB,CAAC,oBAAoB,CAAC,uBAAuB,eAAe,CAAC,cAAc,CAAC,wBAAwB,CAAC,iBAAiB,CAAC,cAAc,CAAC,iBAAiB,CAAC,cAAc,CAAC,eAAe,CAAC,uBAAuB,iBAAiB,CAAC,UAAU,CAAC,YAAY,CAAC,eAAe,CAAC,cAAc,CAAC,SAAS,CAAC,eAAe,CAAC,iBAAiB,CAAC,sDAAsD,CAAC,6BAA6B,WAAW,CAAC,sBAAsB,eAAe,CAAC,cAAc,CAAC,eAAe,CAAC,cAAc,CAAC,2DAA2D,wBAAwB,CAAC,8BAA8B,UAAU,CAAC,iBAAiB,CAAC,UAAU,CAAC,OAAO,CAAC,eAAe,CAAmB,iBAAwB,CAAxB,wBAAwB,CAAC,oBAAoB,CAAC,WAAW,CAAC,qBAAqB,CAAC,uBAAuB,CAAC,+BAA+B,CAAC,wCAAwC,YAAY,CAAC,qBAAqB,CAAC,QAAQ,CAAC,kCAAkC,yBAAyB,CAAC,wBAAwB,CAAC,eAAe,CAAC,8BAA8B,YAAY,CAAC,kBAAkB,CAAC,6BAA6B,CAAC,6CAA6C,YAAY,CAAC,QAAQ,CAAC,kBAAkB,CAAC,yDAAyD,cAAc,CAAC,+CAA+C,YAAY,CAAC,QAAQ,CAAC,wDAAwD,YAAY,CAAC,QAAQ,CAAC,kCAAkC,YAAY,CAAC,QAAQ,CAAC,uCAAuC,iBAAiB,CAAC,kBAAkB,CAAC,8CAA8C,WAAW,CAAC,eAAe,CAAC,aAAa,CAAC,2BAA2B,CAAC,gBAAgB,CAAC,cAAc,CAAC,iBAAiB,CAAC,eAAe,CAAC,iBAAiB,CAAC,wBAAwB,CAAC,eAAe,CAAC,uBAAuB,CAAC,oDAAoD,YAAY,CAAC,wBAAwB,CAAC,eAAe,CAAC,oDAAoD,YAAY,CAAC,qBAAqB,CAAC,eAAe,CAAC,uBAAuB,CAAC,sDAAsD,iBAAiB,CAAC,QAAQ,CAAC,OAAO,CAAC,YAAY,CAAC,UAAU,CAAC,4BAA4B,CAAC,4DAA4D,UAAU,CAAC,WAAW,CAAC,qDAAqD,iBAAiB,CAAC,YAAY,CAAC,UAAU,CAAC,UAAU,CAAC,UAAU,CAAC,qBAAqB,CAAC,2DAA2D,UAAU,CAAC,WAAW,CAAC,0BAA0B,YAAY,CAAC,iBAAiB,CAAC,wBAAwB,CAAC,sCAAsC,CAAC,iBAAiB,CAAC,SAAS,CAAC,iBAAiB,uBAAuB,CAAC,oEAAoE,qBAAqB,CAAC,UAAU,CAAC,yBAAyB,iBAAiB,CAAC,YAAY,CAAC,UAAU,CAAC,WAAW,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,mBAAmB,4BAA4B,CAAC,UAAU,CAAC,cAAc,CAAC,WAAW,CAAC,cAAc,CAAC,2CAA2C,iBAAiB,CAAC,cAAc,CAAC,WAAW,CAAC,SAAS,CAAC,eAAe,CAAC,YAAY,CAAC,OAAO,CAAC,YAAY,CAAC,qBAAqB,CAAC,WAAW,CAAC,iBAAiB,CAAC,wBAAwB,CAAC,eAAe,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,wBAAwB,CAAC,QAAQ,CAAC,WAAW,CAAC,6CAA6C,mBAAmB,CAAC,oBAAoB,CAAC,aAAa,CAAC,cAAc,CAAC,iBAAiB,CAAC,eAAe,CAAC,aAAa,CAAC,UAAU,CAAC,cAAc,CAAC,uBAAuB,CAAC,WAAW,CAAC,iDAAiD,UAAU,CAAC,WAAW,CAAC,oEAAoE,gBAAgB,CAAC,cAAc,CAAC,mDAAmD,aAAa,CAAC,kBAAkB,CAAC,uBAAuB,CAAC,mBAAmB,cAAc,CAAC,iBAAiB,CAAC,UAAU,CAAC,YAAY,CAAC,gCAAgC,iBAAiB,CAAC,qBAAqB,CAAC,UAAU,CAAC,iBAAiB,CAAC,WAAW,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,YAAY,CAAC,SAAS,CAAC,sBAAsB,CAAC,cAAc,CAAC,iBAAiB,CAAC,eAAe,CAAC,gBAAgB,CAAC,WAAW,CAAC,mCAAmC,wBAAwB,CAAC,UAAU,CAAC,UAAU,CAAC,qCAAqC,WAAW,CAAC,oBAAoB,CAAC,sCAAsC,UAAU,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,kBAAkB,CAAC,yCAAyC,mDAAmD,CAAC,oBAAoB,CAAC,0BAA0B,CAAC,kBAAkB,CAAC,oBAAoB,CAAC,2CAA2C,yCAAyC,CAAC,qBAAqB,CAAC,oBAAoB,CAAC,0BAA0B,CAAC,oBAAoB,CAAC,qCAAqC,kBAAkB,CAAC,qBAAqB,CAAC,mBAAmB,CAAC,cAAc,0BAA0B,CAAC,iCAAiC,YAAY,CAAC,QAAQ,CAAC,iBAAiB,CAAC,yBAAyB,CAAC,wBAAwB,CAAC,eAAe,CAAC,mBAAmB,CAAC,6CAA6C,cAAc,CAAC,iBAAiB,CAAC,eAAe,CAAC,gBAAgB,CAAC,UAAU,CAAC,8CAA8C,+BAA+B,CAAC,uCAAuC,YAAY,CAAC,QAAQ,CAAC,kBAAkB,CAAC,wBAAwB,cAAc,CAAC,WAAW,CAAC,WAAW,CAAC,UAAU,CAAC,iBAAiB,CAAC,eAAe,CAAC,uCAAuC,CAAC,eAAe,CAAC,OAAO,CAAC,YAAY,CAAC,qBAAqB,CAAC,gBAAgB,CAAC,2BAA2B,eAAe,CAAC,eAAe,CAAC,qBAAqB,eAAe,CAAC,kBAAkB,CAAC,UAAU,CAAC,YAAY,CAAC,kBAAkB,CAAC,6BAA6B,CAAC,OAAO,CAAC,6BAA6B,YAAY,CAAC,0BAA0B,CAAC,yBAAyB,YAAY,CAAC,QAAQ,CAAC,6BAA6B,WAAW,CAAC,cAAc,CAAC,kBAAkB,MAAM,CAAC,6CAA6C,WAAW,CAAC,eAAe,CAAC,cAAc,CAAC,kBAAkB,CAAC,cAAc,CAAC,iBAAiB,CAAC,eAAe,CAAC,gBAAgB,CAAC,UAAU,CAAC,kMAAkM,wBAAwB,CAAC,gNAAgN,wDAAwD,CAAC,8MAA8M,wDAAwD,CAAC,oBAAoB,iBAAiB,CAAC,YAAY,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,8CAA8C,SAAS,CAAC,oDAAoD,iBAAiB,CAAC,iBAAiB,CAAC,wBAAwB,CAAC,UAAU,CAAC,WAAW,CAAC,OAAO,CAAC,uBAAuB,CAAC,cAAc,CAAC,wDAAwD,SAAS,CAAC,uBAAuB,CAAC,iBAAiB,CAAC,QAAQ,CAAC,OAAO,CAAC,SAAS,CAAC,UAAU,CAAC,4DAA4D,uBAAuB,CAAC,iBAAiB,CAAC,kBAAkB,CAAC,oBAAoB,CAAC,gEAAgE,SAAS,CAAC,uBAAuB,CAAC,iDAAiD,kBAAkB,CAAC,sBAAsB,YAAY,CAAC,qBAAqB,CAAC,OAAO,CAAC,6CAA6C,WAAW,CAAC,cAAc,CAAC,iBAAiB,CAAC,eAAe,CAAC,gBAAgB,CAAC,aAAa,CAAC,6CAA6C,WAAW,CAAC,cAAc,CAAC,iBAAiB,CAAC,eAAe,CAAC,gBAAgB,CAAC,UAAU,CAAC,mBAAmB,UAAU,CAAC,kBAAkB,CAAC,YAAY,CAAC,cAAc,CAAC,8EAA8E,QAAQ,CAAC,4CAA4C,SAAS,CAAC,MAAM,CAAC,eAAe,CAAC,uBAAuB,CAAC,oGAAoG,uBAAuB,CAAC,aAAa,CAAC,4CAA4C,SAAS,CAAC,MAAM,CAAC,eAAe,CAAC,uBAAuB,CAAC,sBAAsB,WAAW,CAAC,cAAc,CAAC,iBAAiB,CAAC,eAAe,CAAC,gBAAgB,CAAC,aAAa,CAAC,4BAA4B,aAAa,CAAC,oBAAoB,CAAC,qBAAqB,YAAY,CAAC,QAAQ,CAAC,0BAA0B,4BAA4B,CAAC,eAAe,CAAC,WAAW,CAAC,oBAAoB,cAAc,CAAC,8CAA8C,oBAAoB,CAAC,sCAAsC,iBAAiB,CAAC,uBAAuB,+BAA+B,CAAC,kBAAkB,CAAC,sCAAsC,aAAa,CAAC,oBAAoB,YAAY,CAAC,cAAc,CAAC,UAAU,CAAC,WAAW,CAAC,eAAe,CAAC,gBAAgB,CAAC,YAAY,CAAC,iBAAiB,CAAC,wBAAwB,CAAC,eAAe,CAAC,yCAAyC,CAAC,oCAAoC,QAAQ,CAAC,iCAAiC,WAAW,CAAC,gBAAgB,YAAY,CAAC,YAAY,CAAC,KAAK,WAAW,CAAC,UAAU,CAAC,iBAAiB,CAAC,kBAAkB,CAAC,wBAAwB,CAAC,yCAAyC,CAAC,gBAAgB,cAAc,CAAC,iBAAiB,oBAAoB,CAAC,kBAAkB,oBAAoB,CAAC,kBAAkB,mBAAmB,CAAC,iBAAiB,GAAG,mBAAmB,CAAC,wBAAwB,CAAC,uCAAuC,CAAC,IAAI,oBAAoB,CAAC,wBAAwB,CAAC,yCAAyC,CAAC,GAAG,mBAAmB,CAAC,wBAAwB,CAAC,uCAAuC,CAAC,CAAC,gBAAgB,UAAU,CAAC,YAAY,CAAC,cAAc,YAAY,CAAC,kBAAkB,CAAC,eAAe,MAAM,CAAC,WAAW,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,UAAU,CAAC,2BAA2B,CAAC,+BAA+B,CAAC,wCAAwC,cAAc,CAAC,mBAAmB,GAAG,wBAAwB,CAAC,IAAI,wBAAwB,CAAC,GAAG,wBAAwB,CAAC,CAAC,kBAAkB,UAAU,CAAC,WAAW,CAAC,mCAAmC,uBAAuB,iBAAiB,CAAC,mDAAmD,CAAC,kBAAkB,mBAAmB,CAAC,6CAA6C,CAAC","file":"qbs-react-grid.min.css","sourcesContent":["*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.12 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:\"\"}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder, textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.\\!fixed{position:fixed!important}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-1\\.5{bottom:.375rem}.bottom-2{bottom:.5rem}.left-1{left:.25rem}.right-0{right:0}.right-2{right:.5rem}.right-7{right:1.75rem}.top-2{top:.5rem}.top-4{top:1rem}.z-10{z-index:10}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.block{display:block}.flex{display:flex}.table{display:table}.table-cell{display:table-cell}.grid{display:grid}.hidden{display:none}.h-4{height:1rem}.h-6{height:1.5rem}.w-4{width:1rem}.w-6{width:1.5rem}.w-auto{width:auto}.w-full{width:100%}.min-w-11{min-width:2.75rem}.rotate-180{--tw-rotate:180deg}.rotate-180,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.flex-col{flex-direction:column}.place-content-start{place-content:start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.gap-3{gap:.75rem}.gap-y-2{row-gap:.5rem}.whitespace-nowrap{white-space:nowrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-t{border-top-width:1px}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.p-2{padding:.5rem}.p-3{padding:.75rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.pl-1{padding-left:.25rem}.pl-1\\.5{padding-left:.375rem}.pr-1{padding-right:.25rem}.text-center{text-align:center}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-7{line-height:1.75rem}.tracking-\\[0\\.24px\\]{letter-spacing:.24px}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-black\\/70{color:rgba(0,0,0,.7)}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.no-underline{text-decoration-line:none}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes loaderSpin{0%{transform:rotate(0)}to{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;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{width:18px;height:18px;display:inline-block;position:relative;margin-right:12px;padding-top:3px}.rs-table-loader-icon:after,.rs-table-loader-icon:before{width:18px;height:18px;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;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:0 0 4px 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:65px;height:26px;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}.custom-select{position:relative;display:inline-block}.custom-select-trigger{padding:2px 8px;cursor:pointer;border:1px solid #d6d8dc;border-radius:4px;min-width:65px;position:relative;font-size:14px;font-weight:500}.custom-select-options{position:absolute;width:100%;z-index:1000;list-style:none;margin:2px 0 0;padding:0;background:#fff;border-radius:8px;box-shadow:0 8px 20px 0 rgba(0,0,0,.14901960784313725)}ul.custom-select-options.top{bottom:100%}.custom-select-option{padding:6px 8px;cursor:pointer;font-weight:500;font-size:14px}.custom-select-option.selected,.custom-select-option:hover{background-color:#f0f0f0}.custom-select-trigger:before{content:\"\";position:absolute;right:10px;top:6px;font-weight:700;border:solid #000;border-width:0 1px 1px 0;display:inline-block;padding:3px;vertical-align:middle;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.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;gap:12px}.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;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,.09);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{cursor:pointer;position:relative;width:auto;display:flex}.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:calc(100% + 10px);right:-8px;left:unset}.qbs-table-tooltip.down .tooltiptext{right:-10px;top:calc(100% + 8px)}.qbs-table-tooltip .tooltiptext:after{content:\"\";position:absolute;border-width:5px;border-style:solid}.qbs-table-tooltip.up .tooltiptext:after{border-color:#000 transparent transparent!important;right:12px!important;margin-left:-5px!important;top:100%!important;left:unset!important}.qbs-table-tooltip.down .tooltiptext:after{border-color:transparent transparent #000;bottom:100%!important;right:12px!important;margin-left:-5px!important;left:unset!important}.qbs-table-tooltip.down .tooltiptext{top:145%!important;right:-10px!important;left:auto!important}.rs-table-row{overflow:visible!important}.qbs-table-toolbar-sub-container{display:flex;gap:12px;padding:10px 12px;border-radius:4px 4px 0 0;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}.row-status:hover .row-status-tooltip{display:block}.row-status-tooltip{display:none;position:fixed;width:auto;height:auto;max-width:300px;max-height:200px;padding:10px;border-radius:8px;border:1px solid #d6d8dc;background:#fff;box-shadow:0 2px 4px 0 rgba(58,58,58,.15)}.row-status-tooltip.bottom-position{top:100%}.row-status-tooltip.top-position{bottom:100%}.dots-container{display:flex;padding:10px}.dot{height:20px;width:20px;margin-right:10px;border-radius:10px;background-color:#b3d4fc;animation:pulse 1.5s ease-in-out infinite}.dot:last-child{margin-right:0}.dot:first-child{animation-delay:-.3s}.dot:nth-child(2){animation-delay:-.1s}.dot:nth-child(3){animation-delay:.1s}@keyframes pulse{0%{transform:scale(.8);background-color:#b3d4fc;box-shadow:0 0 0 0 rgba(178,212,252,.7)}50%{transform:scale(1.2);background-color:#6793fb;box-shadow:0 0 0 10px rgba(178,212,252,0)}to{transform:scale(.8);background-color:#b3d4fc;box-shadow:0 0 0 0 rgba(178,212,252,.7)}}.skeleton-table{width:100%;padding:10px}.skeleton-row{display:flex;margin-bottom:10px}.skeleton-cell{flex:1;height:10px;background:#d9dbdd;border-radius:4px;width:50px;margin-right:10px!important;animation:loading 1.5s infinite}.skeleton-row:last-child .skeleton-cell{margin-right:0}@keyframes loading{0%{background-color:#e7ecf4}50%{background-color:#d9dbdd}to{background-color:#e7ecf4}}.skeleton-divider{height:5px;margin:10px}@media (prefers-color-scheme:dark){.dark\\:bg-\\[\\#424242\\]{--tw-bg-opacity:1;background-color:rgb(66 66 66/var(--tw-bg-opacity))}.dark\\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}}\n/*# sourceMappingURL=index.css.map */\n"]}
|
package/es/Table.js
CHANGED
|
@@ -29,13 +29,13 @@ var filterTreeData = function filterTreeData(data, expandedRowKeys, rowKey) {
|
|
|
29
29
|
return flattenData(data).filter(function (rowData) {
|
|
30
30
|
if (rowKey) {
|
|
31
31
|
var parents = findAllParents(rowData, rowKey);
|
|
32
|
-
var
|
|
32
|
+
var expanded = shouldShowRowByExpanded(expandedRowKeys, parents);
|
|
33
33
|
|
|
34
34
|
// FIXME This function is supposed to be pure.
|
|
35
35
|
// Don't mutate rowData in-place!
|
|
36
|
-
rowData[EXPANDED_KEY] =
|
|
36
|
+
rowData[EXPANDED_KEY] = expanded;
|
|
37
37
|
rowData[TREE_DEPTH] = parents.length;
|
|
38
|
-
return
|
|
38
|
+
return expanded;
|
|
39
39
|
}
|
|
40
40
|
});
|
|
41
41
|
};
|
|
@@ -586,7 +586,7 @@ var Table = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
586
586
|
|
|
587
587
|
// Cells marked as deleted when checking for merged cell.
|
|
588
588
|
var removedCell = (_cell$props4 = cell.props) !== null && _cell$props4 !== void 0 && _cell$props4.rowSpan && !rowSpan && ((_rowSpanState$current2 = rowSpanState.current[_cellKey]) === null || _rowSpanState$current2 === void 0 ? void 0 : _rowSpanState$current2[0]) !== 0 ? true : false;
|
|
589
|
-
cells.push(
|
|
589
|
+
cells.push(/*#__PURE__*/React.cloneElement(cell, {
|
|
590
590
|
hasChildren: hasChildren,
|
|
591
591
|
rowData: rowData,
|
|
592
592
|
rowIndex: props.rowIndex,
|
|
@@ -610,7 +610,7 @@ var Table = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
610
610
|
}
|
|
611
611
|
var scrollbars = [];
|
|
612
612
|
if (hasHorizontalScrollbar && !(tableKey === 'parent' && isChildFocused)) {
|
|
613
|
-
scrollbars.push(
|
|
613
|
+
scrollbars.push(/*#__PURE__*/React.createElement(Scrollbar, {
|
|
614
614
|
key: "scrollbar",
|
|
615
615
|
tableId: id,
|
|
616
616
|
style: {
|
|
@@ -623,7 +623,7 @@ var Table = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
623
623
|
}));
|
|
624
624
|
}
|
|
625
625
|
if (hasVerticalScrollbar && !(tableKey === 'parent' && isChildFocused)) {
|
|
626
|
-
scrollbars.push(
|
|
626
|
+
scrollbars.push(/*#__PURE__*/React.createElement(Scrollbar, {
|
|
627
627
|
vertical: true,
|
|
628
628
|
key: "vertical-scrollbar",
|
|
629
629
|
tableId: id,
|
|
@@ -666,7 +666,7 @@ var Table = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
666
666
|
var bottomHideHeight = 0;
|
|
667
667
|
visibleRows.current = [];
|
|
668
668
|
if (data) {
|
|
669
|
-
var
|
|
669
|
+
var top = 0; // Row position
|
|
670
670
|
var minTop = Math.abs(scrollY.current);
|
|
671
671
|
var maxTop = minTop + height + rowExpandedHeight;
|
|
672
672
|
var isCustomRowHeight = typeof rowHeight === 'function';
|
|
@@ -683,13 +683,13 @@ var Table = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
683
683
|
maxTop = maxTop + coveredHeight;
|
|
684
684
|
}
|
|
685
685
|
for (var index = 0; index < data.length; index++) {
|
|
686
|
-
var
|
|
686
|
+
var rowData = data[index];
|
|
687
687
|
var maxHeight = tableRowsMaxHeight[index];
|
|
688
|
-
var expandedRow = shouldRenderExpandedRow(
|
|
688
|
+
var expandedRow = shouldRenderExpandedRow(rowData);
|
|
689
689
|
var nextRowHeight = 0;
|
|
690
690
|
var cellHeight = 0;
|
|
691
691
|
if (typeof rowHeight === 'function') {
|
|
692
|
-
nextRowHeight = rowHeight(
|
|
692
|
+
nextRowHeight = rowHeight(rowData);
|
|
693
693
|
cellHeight = nextRowHeight;
|
|
694
694
|
} else {
|
|
695
695
|
nextRowHeight = maxHeight ? Math.max(maxHeight + CELL_PADDING_HEIGHT, rowHeight) : rowHeight;
|
|
@@ -702,10 +702,10 @@ var Table = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
702
702
|
contentHeight += nextRowHeight;
|
|
703
703
|
var rowProps = {
|
|
704
704
|
key: index,
|
|
705
|
-
top:
|
|
705
|
+
top: top,
|
|
706
706
|
rowIndex: index,
|
|
707
707
|
width: rowWidth,
|
|
708
|
-
depth:
|
|
708
|
+
depth: rowData[TREE_DEPTH],
|
|
709
709
|
height: nextRowHeight,
|
|
710
710
|
cellHeight: cellHeight,
|
|
711
711
|
index: index,
|
|
@@ -713,17 +713,17 @@ var Table = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
713
713
|
handleParentCallBack: handleParentCallBack,
|
|
714
714
|
zIndexValue: rowZIndices[index]
|
|
715
715
|
};
|
|
716
|
-
|
|
716
|
+
top += nextRowHeight;
|
|
717
717
|
if (virtualized && !wordWrap) {
|
|
718
|
-
if (
|
|
718
|
+
if (top + nextRowHeight < minTop) {
|
|
719
719
|
topHideHeight += nextRowHeight;
|
|
720
720
|
continue;
|
|
721
|
-
} else if (
|
|
721
|
+
} else if (top > maxTop) {
|
|
722
722
|
bottomHideHeight += nextRowHeight;
|
|
723
723
|
continue;
|
|
724
724
|
}
|
|
725
725
|
}
|
|
726
|
-
visibleRows.current.push(renderRowData(bodyCells,
|
|
726
|
+
visibleRows.current.push(renderRowData(bodyCells, rowData, rowProps, expandedRow));
|
|
727
727
|
}
|
|
728
728
|
} else {
|
|
729
729
|
/** virtualized */
|
|
@@ -745,11 +745,11 @@ var Table = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
745
745
|
topHideHeight = startIndex * _nextRowHeight;
|
|
746
746
|
bottomHideHeight = (data.length - endIndex) * _nextRowHeight;
|
|
747
747
|
for (var _index = startIndex; _index < endIndex; _index++) {
|
|
748
|
-
var
|
|
748
|
+
var _rowData = data[_index];
|
|
749
749
|
var _rowProps = {
|
|
750
750
|
key: _index,
|
|
751
751
|
rowIndex: _index,
|
|
752
|
-
depth:
|
|
752
|
+
depth: _rowData[TREE_DEPTH],
|
|
753
753
|
top: _index * _nextRowHeight,
|
|
754
754
|
width: rowWidth,
|
|
755
755
|
height: _nextRowHeight,
|
|
@@ -759,7 +759,7 @@ var Table = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
759
759
|
handleParentCallBack: handleParentCallBack,
|
|
760
760
|
zIndexValue: rowZIndices[_index]
|
|
761
761
|
};
|
|
762
|
-
visibleRows.current.push(renderRowData(bodyCells,
|
|
762
|
+
visibleRows.current.push(renderRowData(bodyCells, _rowData, _rowProps, false));
|
|
763
763
|
}
|
|
764
764
|
}
|
|
765
765
|
}
|
package/es/less/index.less
CHANGED
package/es/less/qbs-table.less
CHANGED
|
@@ -180,16 +180,77 @@
|
|
|
180
180
|
transition: all 0.2s ease;
|
|
181
181
|
}
|
|
182
182
|
/* Tooltip container */
|
|
183
|
+
// .qbs-table-tooltip {
|
|
184
|
+
// position: relative;
|
|
185
|
+
// display: contents;
|
|
186
|
+
// cursor: pointer;
|
|
187
|
+
// }
|
|
188
|
+
|
|
189
|
+
// .qbs-table-tooltip .tooltiptext {
|
|
190
|
+
// visibility: hidden;
|
|
191
|
+
// background-color: #000;
|
|
192
|
+
// color: #fff;
|
|
193
|
+
// text-align: center;
|
|
194
|
+
// padding: 6px;
|
|
195
|
+
// border-radius: 4px;
|
|
196
|
+
// position: absolute;
|
|
197
|
+
// z-index: 9999;
|
|
198
|
+
// opacity: 0;
|
|
199
|
+
// transition: opacity 0.3s;
|
|
200
|
+
// font-size: 12px;
|
|
201
|
+
// font-style: normal;
|
|
202
|
+
// font-weight: 400;
|
|
203
|
+
// line-height: 16px;
|
|
204
|
+
// width: 100px;
|
|
205
|
+
// }
|
|
206
|
+
|
|
207
|
+
// .qbs-table-tooltip.up .tooltiptext {
|
|
208
|
+
// bottom: 125%;
|
|
209
|
+
// left: 0%;
|
|
210
|
+
// }
|
|
211
|
+
|
|
212
|
+
// .qbs-table-tooltip.down .tooltiptext {
|
|
213
|
+
// top: 125%;
|
|
214
|
+
// right: 0px;
|
|
215
|
+
// left: auto;
|
|
216
|
+
// }
|
|
217
|
+
|
|
218
|
+
// .qbs-table-tooltip:hover .tooltiptext {
|
|
219
|
+
// visibility: visible;
|
|
220
|
+
// opacity: 1;
|
|
221
|
+
// }
|
|
222
|
+
|
|
223
|
+
// .qbs-table-tooltip .tooltiptext::after {
|
|
224
|
+
// content: '';
|
|
225
|
+
// position: absolute;
|
|
226
|
+
// border-width: 5px;
|
|
227
|
+
// border-style: solid;
|
|
228
|
+
// }
|
|
229
|
+
|
|
230
|
+
// .qbs-table-tooltip.up .tooltiptext::after {
|
|
231
|
+
// top: 100%;
|
|
232
|
+
// left: 50%;
|
|
233
|
+
// margin-left: -5px;
|
|
234
|
+
// border-color: #000 transparent transparent transparent;
|
|
235
|
+
// }
|
|
236
|
+
|
|
237
|
+
// .qbs-table-tooltip.down .tooltiptext::after {
|
|
238
|
+
// bottom: 100%;
|
|
239
|
+
// left: 50%;
|
|
240
|
+
// margin-left: -5px;
|
|
241
|
+
// border-color: transparent transparent #000 transparent;
|
|
242
|
+
// }
|
|
183
243
|
.qbs-table-tooltip {
|
|
184
|
-
position: relative;
|
|
185
|
-
display: contents;
|
|
186
244
|
cursor: pointer;
|
|
245
|
+
position: relative;
|
|
246
|
+
width: auto;
|
|
247
|
+
display: flex;
|
|
187
248
|
}
|
|
188
249
|
|
|
189
250
|
.qbs-table-tooltip .tooltiptext {
|
|
190
251
|
visibility: hidden;
|
|
191
|
-
background-color:
|
|
192
|
-
color:
|
|
252
|
+
background-color: black;
|
|
253
|
+
color: white;
|
|
193
254
|
text-align: center;
|
|
194
255
|
padding: 6px;
|
|
195
256
|
border-radius: 4px;
|
|
@@ -205,20 +266,20 @@
|
|
|
205
266
|
}
|
|
206
267
|
|
|
207
268
|
.qbs-table-tooltip.up .tooltiptext {
|
|
208
|
-
bottom:
|
|
209
|
-
|
|
269
|
+
bottom: calc(100% + 10px);
|
|
270
|
+
right: -8px;
|
|
271
|
+
left: unset;
|
|
210
272
|
}
|
|
211
273
|
|
|
212
274
|
.qbs-table-tooltip.down .tooltiptext {
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
left: auto;
|
|
275
|
+
right: -10px;
|
|
276
|
+
top: calc(100% + 8px);
|
|
216
277
|
}
|
|
217
278
|
|
|
218
|
-
.qbs-table-tooltip:hover .tooltiptext {
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
}
|
|
279
|
+
// .qbs-table-tooltip:hover .tooltiptext {
|
|
280
|
+
// visibility: visible;
|
|
281
|
+
// opacity: 1;
|
|
282
|
+
// }
|
|
222
283
|
|
|
223
284
|
.qbs-table-tooltip .tooltiptext::after {
|
|
224
285
|
content: '';
|
|
@@ -228,19 +289,25 @@
|
|
|
228
289
|
}
|
|
229
290
|
|
|
230
291
|
.qbs-table-tooltip.up .tooltiptext::after {
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
margin-left: -5px;
|
|
234
|
-
|
|
292
|
+
border-color: black transparent transparent !important;
|
|
293
|
+
right: 12px !important;
|
|
294
|
+
margin-left: -5px !important;
|
|
295
|
+
top: 100% !important;
|
|
296
|
+
left: unset !important;
|
|
235
297
|
}
|
|
236
298
|
|
|
237
299
|
.qbs-table-tooltip.down .tooltiptext::after {
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
300
|
+
border-color: transparent transparent black;
|
|
301
|
+
bottom: 100% !important;
|
|
302
|
+
right: 12px !important;
|
|
303
|
+
margin-left: -5px !important;
|
|
304
|
+
left: unset !important;
|
|
305
|
+
}
|
|
306
|
+
.qbs-table-tooltip.down .tooltiptext {
|
|
307
|
+
top: 145% !important;
|
|
308
|
+
right: -10px !important;
|
|
309
|
+
left: auto !important;
|
|
242
310
|
}
|
|
243
|
-
|
|
244
311
|
.rs-table-row {
|
|
245
312
|
overflow: visible !important;
|
|
246
313
|
}
|