pds-dev-kit-web-test 2.7.288 → 2.7.289
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.
| 
         @@ -201,7 +201,8 @@ var GridAutoRowEditor = (0, react_1.forwardRef)(function CustomSection(props, re 
     | 
|
| 
       201 
201 
     | 
    
         
             
                                        paddingLeft: padding.left
         
     | 
| 
       202 
202 
     | 
    
         
             
                                    } }, { children: (0, jsx_runtime_1.jsxs)(GridContainer, __assign({ ref: containerRef, cols: cols, rowHeight: rowHeight, sectionRow: rows, selectedRows: selectedRows, style: {
         
     | 
| 
       203 
203 
     | 
    
         
             
                                            width: customSectionStyles.width,
         
     | 
| 
       204 
     | 
    
         
            -
                                            maxWidth: customSectionStyles.maxWidth
         
     | 
| 
      
 204 
     | 
    
         
            +
                                            maxWidth: customSectionStyles.maxWidth,
         
     | 
| 
      
 205 
     | 
    
         
            +
                                            minWidth: customSectionStyles.minWidth
         
     | 
| 
       205 
206 
     | 
    
         
             
                                        } }, { children: [Array.from({ length: rows }).map(function (_, rIdx) {
         
     | 
| 
       206 
207 
     | 
    
         
             
                                                // selectedRows 배열에 현재 행의 인덱스가 포함되어 있는지 확인합니다.
         
     | 
| 
       207 
208 
     | 
    
         
             
                                                return ((0, jsx_runtime_1.jsx)("div", __assign({ 
         
     |