@hw-component/table 1.9.90 → 1.9.92

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.
Files changed (64) hide show
  1. package/.eslintcache +1 -1
  2. package/es/HTableBody/HeaderTitle/hooks.d.ts +2 -2
  3. package/es/HTableBody/Options/Content.d.ts +1 -1
  4. package/es/HTableBody/Options/Content.js +103 -48
  5. package/es/HTableBody/Options/ContentTree.d.ts +7 -0
  6. package/es/HTableBody/Options/ContentTree.js +41 -0
  7. package/es/HTableBody/Options/Title.d.ts +1 -1
  8. package/es/HTableBody/Options/hooks.d.ts +17 -0
  9. package/es/HTableBody/Options/hooks.js +53 -1
  10. package/es/HTableBody/Options/index.d.ts +1 -1
  11. package/es/HTableBody/Options/index.js +4 -2
  12. package/es/HTableBody/Options/utils.d.ts +8 -1
  13. package/es/HTableBody/Options/utils.js +29 -2
  14. package/es/HTableBody/RowCheckBox/RowItem.d.ts +1 -1
  15. package/es/HTableBody/RowCheckBox/hooks.d.ts +1 -1
  16. package/es/HTableBody/RowRadioBoxSelection.d.ts +1 -1
  17. package/es/HTableBody/hooks/useColData.d.ts +4 -1
  18. package/es/HTableBody/hooks/useColData.js +8 -3
  19. package/es/HTableBody/index.js +10 -4
  20. package/es/HTableBody/modal.d.ts +2 -1
  21. package/es/index.css +4 -0
  22. package/es/modal.d.ts +2 -1
  23. package/lib/HTableBody/HeaderTitle/hooks.d.ts +2 -2
  24. package/lib/HTableBody/Options/Content.d.ts +1 -1
  25. package/lib/HTableBody/Options/Content.js +101 -46
  26. package/lib/HTableBody/Options/ContentTree.d.ts +7 -0
  27. package/lib/HTableBody/Options/ContentTree.js +44 -0
  28. package/lib/HTableBody/Options/Title.d.ts +1 -1
  29. package/lib/HTableBody/Options/hooks.d.ts +17 -0
  30. package/lib/HTableBody/Options/hooks.js +54 -0
  31. package/lib/HTableBody/Options/index.d.ts +1 -1
  32. package/lib/HTableBody/Options/index.js +4 -2
  33. package/lib/HTableBody/Options/utils.d.ts +8 -1
  34. package/lib/HTableBody/Options/utils.js +29 -1
  35. package/lib/HTableBody/RowCheckBox/RowItem.d.ts +1 -1
  36. package/lib/HTableBody/RowCheckBox/hooks.d.ts +1 -1
  37. package/lib/HTableBody/RowRadioBoxSelection.d.ts +1 -1
  38. package/lib/HTableBody/hooks/useColData.d.ts +4 -1
  39. package/lib/HTableBody/hooks/useColData.js +8 -3
  40. package/lib/HTableBody/index.js +10 -4
  41. package/lib/HTableBody/modal.d.ts +2 -1
  42. package/lib/index.css +4 -0
  43. package/lib/modal.d.ts +2 -1
  44. package/package.json +1 -1
  45. package/src/components/HTableBody/HeaderTitle/hooks.ts +47 -42
  46. package/src/components/HTableBody/HeaderTitle/index.tsx +7 -5
  47. package/src/components/HTableBody/Options/Content.tsx +82 -35
  48. package/src/components/HTableBody/Options/ContentTree.tsx +38 -0
  49. package/src/components/HTableBody/Options/Title.tsx +7 -2
  50. package/src/components/HTableBody/Options/hooks.tsx +79 -0
  51. package/src/components/HTableBody/Options/index.tsx +3 -0
  52. package/src/components/HTableBody/Options/modal.d.ts +2 -0
  53. package/src/components/HTableBody/Options/utils.ts +28 -0
  54. package/src/components/HTableBody/RowCheckBox/RowItem.tsx +1 -1
  55. package/src/components/HTableBody/RowCheckBox/hooks.ts +1 -1
  56. package/src/components/HTableBody/RowRadioBoxSelection.tsx +1 -1
  57. package/src/components/HTableBody/hooks/useColData.tsx +9 -2
  58. package/src/components/HTableBody/index.tsx +14 -9
  59. package/src/components/HTableBody/modal.ts +4 -3
  60. package/src/components/hooks/useRowObj.ts +1 -1
  61. package/src/components/index.less +4 -0
  62. package/src/components/modal.ts +3 -2
  63. package/src/pages/Table/index.tsx +50 -20
  64. package/src/components/HTableBody/Options/hooks.ts +0 -24
package/.eslintcache CHANGED
@@ -1 +1 @@
1
- [{"/Users/hedongjie/Desktop/web/hw-component-table/src/Layout.tsx":"1","/Users/hedongjie/Desktop/web/hw-component-table/src/app.tsx":"2","/Users/hedongjie/Desktop/web/hw-component-table/src/index.tsx":"3","/Users/hedongjie/Desktop/web/hw-component-table/src/routes.tsx":"4","/Users/hedongjie/Desktop/web/hw-component-table/src/components/index.tsx":"5","/Users/hedongjie/Desktop/web/hw-component-table/src/components/Table.tsx":"6","/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts":"7","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts":"8","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx":"9","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts":"10","/Users/hedongjie/Desktop/web/hw-component-table/src/components/modal.ts":"11","/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx":"12","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx":"13","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableFooter/index.tsx":"14","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/index.tsx":"15","/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableCustomize.tsx":"16","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useDispatch.ts":"17","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useReq.ts":"18","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx":"19","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx":"20","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx":"21","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts":"22","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx":"23","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx":"24","/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx":"25","/Users/hedongjie/Desktop/web/hw-component-table/src/typings.d.ts":"26","/Users/hedongjie/Desktop/web/hw-component-table/scripts/rollup.config.js":"27","/Users/hedongjie/Desktop/web/hw-component-table/scripts/webpack.config.js":"28","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultSubComponent.tsx":"29","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/modal.ts":"30","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Content.tsx":"31","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Title.tsx":"32","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/index.tsx":"33","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/modal.d.ts":"34","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/utils.ts":"35","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx":"36","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/RangePickerSearch.tsx":"37","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx":"38","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/hooks.ts":"39","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/Context.tsx":"40","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/utils.ts":"41","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/TagsComponent.tsx":"42","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/config.tsx":"43","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/index.tsx":"44","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/Content.tsx":"45","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/DwTable.tsx":"46","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/ModalTable.tsx":"47","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/hooks.ts":"48","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/CopyComponent.tsx":"49","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/Text.tsx":"50","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/DwTable/index.tsx":"51","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/config.tsx":"52","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHeaderDefaultProps.ts":"53","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHideMoreTitle.tsx":"54","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/defaultRender.tsx":"55","/Users/hedongjie/Desktop/web/hw-component-table/src/components/typings.d.ts":"56","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useColData.tsx":"57","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useControl.tsx":"58","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/modal.ts":"59","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/RowItem.tsx":"60","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/Title.tsx":"61","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/hooks.ts":"62","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowRadioBoxSelection.tsx":"63","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/colsMk.tsx":"64","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useRowClassName.ts":"65"},{"size":1541,"mtime":1709541397429,"results":"66","hashOfConfig":"67"},{"size":741,"mtime":1713518829815,"results":"68","hashOfConfig":"67"},{"size":370,"mtime":1718160488742,"results":"69","hashOfConfig":"67"},{"size":887,"mtime":1724397613543,"results":"70","hashOfConfig":"67"},{"size":778,"mtime":1735036252848,"results":"71","hashOfConfig":"67"},{"size":3013,"mtime":1749521034798,"results":"72","hashOfConfig":"67"},{"size":952,"mtime":1753408707856,"results":"73","hashOfConfig":"67"},{"size":1468,"mtime":1742356516346,"results":"74","hashOfConfig":"67"},{"size":839,"mtime":1720086914276,"results":"75","hashOfConfig":"67"},{"size":1247,"mtime":1747982208974,"results":"76","hashOfConfig":"67"},{"size":5531,"mtime":1753249620069,"results":"77","hashOfConfig":"67"},{"size":1601,"mtime":1753408857028,"results":"78","hashOfConfig":"67"},{"size":4888,"mtime":1753408856986,"results":"79","hashOfConfig":"67"},{"size":2163,"mtime":1716085382140,"results":"80","hashOfConfig":"67"},{"size":1795,"mtime":1749694567144,"results":"81","hashOfConfig":"67"},{"size":1958,"mtime":1729582327153,"results":"82","hashOfConfig":"67"},{"size":209,"mtime":1713781957255,"results":"83","hashOfConfig":"67"},{"size":2879,"mtime":1734490699907,"results":"84","hashOfConfig":"67"},{"size":8187,"mtime":1753408857052,"results":"85","hashOfConfig":"67"},{"size":2108,"mtime":1742356516487,"results":"86","hashOfConfig":"67"},{"size":3518,"mtime":1740040940373,"results":"87","hashOfConfig":"67"},{"size":498,"mtime":1709893919938,"results":"88","hashOfConfig":"67"},{"size":3507,"mtime":1742356519961,"results":"89","hashOfConfig":"67"},{"size":1080,"mtime":1716085371834,"results":"90","hashOfConfig":"67"},{"size":1102,"mtime":1710829302576,"results":"91","hashOfConfig":"67"},{"size":1162,"mtime":1710829299926,"results":"92","hashOfConfig":"67"},{"size":2357,"mtime":1732161767681,"results":"93","hashOfConfig":"67"},{"size":1677,"mtime":1716085381973,"results":"94","hashOfConfig":"67"},{"size":2305,"mtime":1736738630509,"results":"95","hashOfConfig":"67"},{"size":696,"mtime":1749521026102,"results":"96","hashOfConfig":"67"},{"size":1684,"mtime":1720086914112,"results":"97","hashOfConfig":"67"},{"size":1437,"mtime":1720086914134,"results":"98","hashOfConfig":"67"},{"size":2987,"mtime":1720174044485,"results":"99","hashOfConfig":"67"},{"size":782,"mtime":1720174047079,"results":"100","hashOfConfig":"67"},{"size":479,"mtime":1720086914169,"results":"101","hashOfConfig":"67"},{"size":2324,"mtime":1749110401455,"results":"102","hashOfConfig":"67"},{"size":1208,"mtime":1716085371834,"results":"103","hashOfConfig":"67"},{"size":365,"mtime":1716085371835,"results":"104","hashOfConfig":"67"},{"size":665,"mtime":1720086917041,"results":"105","hashOfConfig":"67"},{"size":266,"mtime":1720086917041,"results":"106","hashOfConfig":"67"},{"size":2419,"mtime":1753408857019,"results":"107","hashOfConfig":"67"},{"size":3637,"mtime":1751334228694,"results":"108","hashOfConfig":"67"},{"size":3846,"mtime":1751334228715,"results":"109","hashOfConfig":"67"},{"size":813,"mtime":1726745370599,"results":"110","hashOfConfig":"67"},{"size":494,"mtime":1729582302142,"results":"111","hashOfConfig":"67"},{"size":2872,"mtime":1729582327027,"results":"112","hashOfConfig":"67"},{"size":2404,"mtime":1742356516230,"results":"113","hashOfConfig":"67"},{"size":1682,"mtime":1740108939664,"results":"114","hashOfConfig":"67"},{"size":948,"mtime":1747982208999,"results":"115","hashOfConfig":"67"},{"size":182,"mtime":1724397725474,"results":"116","hashOfConfig":"67"},{"size":3675,"mtime":1747982209033,"results":"117","hashOfConfig":"67"},{"size":703,"mtime":1740108942394,"results":"118","hashOfConfig":"67"},{"size":1071,"mtime":1740108939723,"results":"119","hashOfConfig":"67"},{"size":4477,"mtime":1740108942394,"results":"120","hashOfConfig":"67"},{"size":825,"mtime":1742356519961,"results":"121","hashOfConfig":"67"},{"size":269,"mtime":1695809104376,"results":"122","hashOfConfig":"67"},{"size":4038,"mtime":1747982208922,"results":"123","hashOfConfig":"67"},{"size":3223,"mtime":1747982211401,"results":"124","hashOfConfig":"67"},{"size":1380,"mtime":1742812312805,"results":"125","hashOfConfig":"67"},{"size":1433,"mtime":1747982208865,"results":"126","hashOfConfig":"67"},{"size":1824,"mtime":1747982211401,"results":"127","hashOfConfig":"67"},{"size":1687,"mtime":1747982211401,"results":"128","hashOfConfig":"67"},{"size":898,"mtime":1747982211401,"results":"129","hashOfConfig":"67"},{"size":1426,"mtime":1747982211401,"results":"130","hashOfConfig":"67"},{"size":1312,"mtime":1753408856956},{"filePath":"131","messages":"132","suppressedMessages":"133","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mh59l9",{"filePath":"134","messages":"135","suppressedMessages":"136","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"137","messages":"138","suppressedMessages":"139","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"140","messages":"141","suppressedMessages":"142","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"143","messages":"144","suppressedMessages":"145","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"146","messages":"147","suppressedMessages":"148","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"149","messages":"150","suppressedMessages":"151","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"152","messages":"153","suppressedMessages":"154","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"155","messages":"156","suppressedMessages":"157","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"158","messages":"159","suppressedMessages":"160","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"161","messages":"162","suppressedMessages":"163","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"164","messages":"165","suppressedMessages":"166","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"167","messages":"168","suppressedMessages":"169","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"170","messages":"171","suppressedMessages":"172","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"173","messages":"174","suppressedMessages":"175","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"176","messages":"177","suppressedMessages":"178","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"179","messages":"180","suppressedMessages":"181","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"182","messages":"183","suppressedMessages":"184","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"185","messages":"186","suppressedMessages":"187","errorCount":0,"fatalErrorCount":0,"warningCount":20,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"188","messages":"189","suppressedMessages":"190","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"191","messages":"192","suppressedMessages":"193","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"194","messages":"195","suppressedMessages":"196","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"197","messages":"198","suppressedMessages":"199","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"200","messages":"201","suppressedMessages":"202","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"203","messages":"204","suppressedMessages":"205","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"206","messages":"207","suppressedMessages":"208","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"209","messages":"210","suppressedMessages":"211","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"212","messages":"213","suppressedMessages":"214","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"215","messages":"216","suppressedMessages":"217","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"218","messages":"219","suppressedMessages":"220","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"221","messages":"222","suppressedMessages":"223","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"224","messages":"225","suppressedMessages":"226","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"227","messages":"228","suppressedMessages":"229","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"230","messages":"231","suppressedMessages":"232","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"233","messages":"234","suppressedMessages":"235","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"236","messages":"237","suppressedMessages":"238","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"239","messages":"240","suppressedMessages":"241","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"242","messages":"243","suppressedMessages":"244","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"245","messages":"246","suppressedMessages":"247","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"248","messages":"249","suppressedMessages":"250","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"251","messages":"252","suppressedMessages":"253","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"254","messages":"255","suppressedMessages":"256","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"257","messages":"258","suppressedMessages":"259","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"260","messages":"261","suppressedMessages":"262","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"263","messages":"264","suppressedMessages":"265","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"266","messages":"267","suppressedMessages":"268","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"269","messages":"270","suppressedMessages":"271","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"272","messages":"273","suppressedMessages":"274","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"275","messages":"276","suppressedMessages":"277","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"278","messages":"279","suppressedMessages":"280","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"281","messages":"282","suppressedMessages":"283","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"284","messages":"285","suppressedMessages":"286","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"287","messages":"288","suppressedMessages":"289","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"290","messages":"291","suppressedMessages":"292","errorCount":0,"fatalErrorCount":0,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"293","messages":"294","suppressedMessages":"295","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"296","messages":"297","suppressedMessages":"298","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"299","messages":"300","suppressedMessages":"301","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"302","messages":"303","suppressedMessages":"304","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"305","messages":"306","suppressedMessages":"307","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"308","messages":"309","suppressedMessages":"310","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"311","messages":"312","suppressedMessages":"313","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"314","messages":"315","suppressedMessages":"316","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"317","messages":"318","suppressedMessages":"319","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"320","messages":"321","suppressedMessages":"322","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/hedongjie/Desktop/web/hw-component-table/src/Layout.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/app.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/routes.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/Table.tsx",["323","324"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts",["325"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts",["326"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/modal.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx",["327"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableFooter/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableCustomize.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useDispatch.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useReq.ts",["328","329"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx",["330","331","332","333","334","335","336","337","338","339","340","341","342","343","344","345","346","347","348","349"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx",["350","351"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts",["352"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx",["353","354","355","356"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx",["357","358"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/typings.d.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/scripts/rollup.config.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/scripts/webpack.config.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultSubComponent.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/modal.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Content.tsx",["359"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Title.tsx",["360"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/modal.d.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/utils.ts",["361","362"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx",["363"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/RangePickerSearch.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/hooks.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/Context.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/utils.ts",["364","365","366","367"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/TagsComponent.tsx",["368","369"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/config.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/Content.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/DwTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/ModalTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/hooks.ts",["370","371","372"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/CopyComponent.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/Text.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/DwTable/index.tsx",["373","374","375","376"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/config.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHeaderDefaultProps.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHideMoreTitle.tsx",["377","378","379","380","381","382"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/defaultRender.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/typings.d.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useColData.tsx",["383","384","385","386"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useControl.tsx",["387","388"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/modal.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/RowItem.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/Title.tsx",["389"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/hooks.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowRadioBoxSelection.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/colsMk.tsx",[],[],{"ruleId":"390","severity":1,"message":"391","line":6,"column":10,"nodeType":"392","messageId":"393","endLine":6,"endColumn":15},{"ruleId":"390","severity":1,"message":"394","line":21,"column":3,"nodeType":"392","messageId":"393","endLine":21,"endColumn":12},{"ruleId":"395","severity":1,"message":"396","line":46,"column":6,"nodeType":"397","endLine":46,"endColumn":42,"suggestions":"398"},{"ruleId":"390","severity":1,"message":"399","line":2,"column":10,"nodeType":"392","messageId":"393","endLine":2,"endColumn":17},{"ruleId":"390","severity":1,"message":"400","line":47,"column":5,"nodeType":"392","messageId":"393","endLine":47,"endColumn":17},{"ruleId":"395","severity":1,"message":"401","line":55,"column":6,"nodeType":"397","endLine":55,"endColumn":18,"suggestions":"402"},{"ruleId":"395","severity":1,"message":"403","line":104,"column":6,"nodeType":"397","endLine":104,"endColumn":8,"suggestions":"404"},{"ruleId":"390","severity":1,"message":"405","line":5,"column":3,"nodeType":"392","messageId":"393","endLine":5,"endColumn":21},{"ruleId":"390","severity":1,"message":"406","line":6,"column":3,"nodeType":"392","messageId":"393","endLine":6,"endColumn":15},{"ruleId":"390","severity":1,"message":"407","line":8,"column":18,"nodeType":"392","messageId":"393","endLine":8,"endColumn":22},{"ruleId":"390","severity":1,"message":"408","line":8,"column":50,"nodeType":"392","messageId":"393","endLine":8,"endColumn":53},{"ruleId":"390","severity":1,"message":"409","line":11,"column":8,"nodeType":"392","messageId":"393","endLine":11,"endColumn":16},{"ruleId":"390","severity":1,"message":"410","line":13,"column":10,"nodeType":"392","messageId":"393","endLine":13,"endColumn":19},{"ruleId":"390","severity":1,"message":"411","line":15,"column":7,"nodeType":"392","messageId":"393","endLine":15,"endColumn":20},{"ruleId":"390","severity":1,"message":"412","line":15,"column":32,"nodeType":"392","messageId":"393","endLine":15,"endColumn":40},{"ruleId":"413","severity":1,"message":"414","line":27,"column":21,"nodeType":"392","messageId":"415","endLine":27,"endColumn":26},{"ruleId":"390","severity":1,"message":"416","line":37,"column":7,"nodeType":"392","messageId":"393","endLine":37,"endColumn":12},{"ruleId":"390","severity":1,"message":"417","line":52,"column":20,"nodeType":"392","messageId":"393","endLine":52,"endColumn":21},{"ruleId":"390","severity":1,"message":"418","line":52,"column":23,"nodeType":"392","messageId":"393","endLine":52,"endColumn":24},{"ruleId":"390","severity":1,"message":"419","line":67,"column":7,"nodeType":"392","messageId":"393","endLine":67,"endColumn":12},{"ruleId":"390","severity":1,"message":"420","line":80,"column":11,"nodeType":"392","messageId":"393","endLine":80,"endColumn":18},{"ruleId":"390","severity":1,"message":"421","line":80,"column":20,"nodeType":"392","messageId":"393","endLine":80,"endColumn":24},{"ruleId":"390","severity":1,"message":"422","line":100,"column":34,"nodeType":"392","messageId":"393","endLine":100,"endColumn":40},{"ruleId":"390","severity":1,"message":"423","line":107,"column":10,"nodeType":"392","messageId":"393","endLine":107,"endColumn":20},{"ruleId":"390","severity":1,"message":"424","line":107,"column":22,"nodeType":"392","messageId":"393","endLine":107,"endColumn":35},{"ruleId":"390","severity":1,"message":"425","line":113,"column":10,"nodeType":"392","messageId":"393","endLine":113,"endColumn":14},{"ruleId":"390","severity":1,"message":"426","line":113,"column":16,"nodeType":"392","messageId":"393","endLine":113,"endColumn":23},{"ruleId":"390","severity":1,"message":"427","line":25,"column":7,"nodeType":"392","messageId":"393","endLine":25,"endColumn":13},{"ruleId":"390","severity":1,"message":"422","line":41,"column":36,"nodeType":"392","messageId":"393","endLine":41,"endColumn":42},{"ruleId":"395","severity":1,"message":"428","line":13,"column":6,"nodeType":"397","endLine":13,"endColumn":17,"suggestions":"429"},{"ruleId":"390","severity":1,"message":"430","line":24,"column":7,"nodeType":"392","messageId":"393","endLine":24,"endColumn":11},{"ruleId":"390","severity":1,"message":"422","line":27,"column":32,"nodeType":"392","messageId":"393","endLine":27,"endColumn":38},{"ruleId":"390","severity":1,"message":"422","line":48,"column":32,"nodeType":"392","messageId":"393","endLine":48,"endColumn":38},{"ruleId":"390","severity":1,"message":"431","line":134,"column":9,"nodeType":"392","messageId":"393","endLine":134,"endColumn":21},{"ruleId":"395","severity":1,"message":"432","line":26,"column":6,"nodeType":"397","endLine":26,"endColumn":11,"suggestions":"433"},{"ruleId":"395","severity":1,"message":"432","line":34,"column":6,"nodeType":"397","endLine":34,"endColumn":8,"suggestions":"434"},{"ruleId":"395","severity":1,"message":"435","line":31,"column":6,"nodeType":"397","endLine":31,"endColumn":15,"suggestions":"436"},{"ruleId":"390","severity":1,"message":"437","line":20,"column":9,"nodeType":"392","messageId":"393","endLine":20,"endColumn":16},{"ruleId":"390","severity":1,"message":"438","line":1,"column":15,"nodeType":"392","messageId":"393","endLine":1,"endColumn":30},{"ruleId":"390","severity":1,"message":"439","line":3,"column":10,"nodeType":"392","messageId":"393","endLine":3,"endColumn":22},{"ruleId":"390","severity":1,"message":"408","line":1,"column":10,"nodeType":"392","messageId":"393","endLine":1,"endColumn":13},{"ruleId":"390","severity":1,"message":"440","line":22,"column":51,"nodeType":"392","messageId":"393","endLine":22,"endColumn":63},{"ruleId":"390","severity":1,"message":"441","line":22,"column":65,"nodeType":"392","messageId":"393","endLine":22,"endColumn":73},{"ruleId":"442","severity":1,"message":"443","line":94,"column":11,"nodeType":"392","messageId":"444","endLine":94,"endColumn":25},{"ruleId":"390","severity":1,"message":"445","line":94,"column":11,"nodeType":"392","messageId":"393","endLine":94,"endColumn":25},{"ruleId":"446","severity":1,"message":"447","line":82,"column":13,"nodeType":"448","messageId":"449","endLine":93,"endColumn":23},{"ruleId":"446","severity":1,"message":"447","line":104,"column":11,"nodeType":"448","messageId":"449","endLine":115,"endColumn":21},{"ruleId":"390","severity":1,"message":"450","line":15,"column":14,"nodeType":"392","messageId":"393","endLine":15,"endColumn":39},{"ruleId":"395","severity":1,"message":"451","line":19,"column":6,"nodeType":"397","endLine":19,"endColumn":8,"suggestions":"452"},{"ruleId":"395","severity":1,"message":"453","line":59,"column":6,"nodeType":"397","endLine":59,"endColumn":8,"suggestions":"454"},{"ruleId":"390","severity":1,"message":"430","line":24,"column":7,"nodeType":"392","messageId":"393","endLine":24,"endColumn":11},{"ruleId":"390","severity":1,"message":"422","line":27,"column":32,"nodeType":"392","messageId":"393","endLine":27,"endColumn":38},{"ruleId":"390","severity":1,"message":"422","line":48,"column":32,"nodeType":"392","messageId":"393","endLine":48,"endColumn":38},{"ruleId":"390","severity":1,"message":"431","line":149,"column":9,"nodeType":"392","messageId":"393","endLine":149,"endColumn":21},{"ruleId":"390","severity":1,"message":"455","line":19,"column":5,"nodeType":"392","messageId":"393","endLine":19,"endColumn":22},{"ruleId":"390","severity":1,"message":"456","line":20,"column":5,"nodeType":"392","messageId":"393","endLine":20,"endColumn":15},{"ruleId":"390","severity":1,"message":"457","line":21,"column":5,"nodeType":"392","messageId":"393","endLine":21,"endColumn":16},{"ruleId":"390","severity":1,"message":"458","line":22,"column":5,"nodeType":"392","messageId":"393","endLine":22,"endColumn":10},{"ruleId":"395","severity":1,"message":"459","line":160,"column":6,"nodeType":"397","endLine":160,"endColumn":42,"suggestions":"460"},{"ruleId":"395","severity":1,"message":"459","line":166,"column":6,"nodeType":"397","endLine":166,"endColumn":42,"suggestions":"461"},{"ruleId":"395","severity":1,"message":"462","line":80,"column":6,"nodeType":"397","endLine":80,"endColumn":39,"suggestions":"463"},{"ruleId":"395","severity":1,"message":"464","line":103,"column":6,"nodeType":"397","endLine":103,"endColumn":8,"suggestions":"465"},{"ruleId":"395","severity":1,"message":"466","line":108,"column":6,"nodeType":"397","endLine":108,"endColumn":17,"suggestions":"467"},{"ruleId":"395","severity":1,"message":"468","line":111,"column":6,"nodeType":"397","endLine":111,"endColumn":13,"suggestions":"469"},{"ruleId":"395","severity":1,"message":"470","line":106,"column":6,"nodeType":"397","endLine":106,"endColumn":40,"suggestions":"471"},{"ruleId":"395","severity":1,"message":"472","line":119,"column":6,"nodeType":"397","endLine":119,"endColumn":40,"suggestions":"473"},{"ruleId":"390","severity":1,"message":"474","line":11,"column":34,"nodeType":"392","messageId":"393","endLine":11,"endColumn":40},"@typescript-eslint/no-unused-vars","'Space' is defined but never used.","Identifier","unusedVar","'spaceSize' is assigned a value but never used.","react-hooks/exhaustive-deps","React Hook useMemo has missing dependencies: 'changeRowData', 'dispatch', 'getTableParams', 'reload', 'reloadWithParams', and 'useCurrentTable'. Either include them or remove the dependency array.","ArrayExpression",["475"],"'useMemo' is defined but never used.","'rowClassName' is assigned a value but never used.","React Hook useEffect has a missing dependency: 'localMaker'. Either include it or remove the dependency array.",["476"],"React Hook useEffect has missing dependencies: 'formInitValues', 'manual', 'reloadFn', 'request', and 'resultAction'. Either include them or remove the dependency array.",["477"],"'HTableHeaderSubBtn' is defined but never used.","'HTableHeader' is defined but never used.","'Card' is defined but never used.","'Row' is defined but never used.","'ProTable' is defined but never used.","'useEffect' is defined but never used.","'TagsComponent' is assigned a value but never used.","'labelKey' is defined but never used.","react/no-array-index-key","Do not use Array index in keys","noArrayIndex","'Testd' is assigned a value but never used.","'p' is defined but never used.","'c' is defined but never used.","'maker' is assigned a value but never used.","'loading' is assigned a value but never used.","'data' is assigned a value but never used.","'reject' is defined but never used.","'dataSource' is assigned a value but never used.","'setDataSource' is assigned a value but never used.","'keys' is assigned a value but never used.","'setKeys' is assigned a value but never used.","'AddBtn' is assigned a value but never used.","React Hook useMemo has a missing dependency: 'config'. Either include it or remove the dependency array.",["478"],"'req1' is assigned a value but never used.","'dialogTable1' is assigned a value but never used.","React Hook useEffect has a missing dependency: 'cuDom'. Either include it or remove the dependency array.",["479"],["480"],"React Hook useMemo has a missing dependency: 'titleClass'. Either include it or remove the dependency array.",["481"],"'allKeys' is assigned a value but never used.","'ConfigDataModal' is defined but never used.","'ColumnsState' is defined but never used.","'defaultValue' is assigned a value but never used.","'onChange' is assigned a value but never used.","@typescript-eslint/no-empty-interface","An empty interface is equivalent to `{}`.","noEmpty","'RowItemFnModal' is defined but never used.","react/jsx-key","Missing \"key\" prop for element in iterator","JSXElement","missingIterKey","'params' is defined but never used.","React Hook useMemo has a missing dependency: 'tableInstance'. Either include it or remove the dependency array.",["482"],"React Hook useEffect has missing dependencies: 'dialogTableInstance', 'hide', and 'show'. Either include them or remove the dependency array.",["483"],"'childrenDataIndex' is defined but never used.","'showSearch' is defined but never used.","'hideInTable' is defined but never used.","'align' is defined but never used.","React Hook useEffect has a missing dependency: 'mkNewFn'. Either include it or remove the dependency array.",["484"],["485"],"React Hook useEffect has a missing dependency: 'changeConfigData'. Either include it or remove the dependency array.",["486"],"React Hook useMemo has a missing dependency: 'selfValue'. Either include it or remove the dependency array.",["487"],"React Hook useEffect has missing dependencies: 'columns' and 'tableInstance.table'. Either include them or remove the dependency array.",["488"],"React Hook useEffect has a missing dependency: 'columnsState'. Either include it or remove the dependency array. If 'setSelfValue' needs the current value of 'columnsState', you can also switch to useReducer instead of useState and read 'columnsState' in the reducer.",["489"],"React Hook useEffect has missing dependencies: 'findId' and 'rowOnChange'. Either include them or remove the dependency array.",["490"],"React Hook useMemo has missing dependencies: 'keys.length' and 'selectAll'. Either include them or remove the dependency array.",["491"],"'rowKey' is assigned a value but never used.",{"desc":"492","fix":"493"},{"desc":"494","fix":"495"},{"desc":"496","fix":"497"},{"desc":"498","fix":"499"},{"desc":"500","fix":"501"},{"desc":"502","fix":"503"},{"desc":"504","fix":"505"},{"desc":"506","fix":"507"},{"desc":"508","fix":"509"},{"desc":"510","fix":"511"},{"desc":"510","fix":"512"},{"desc":"513","fix":"514"},{"desc":"515","fix":"516"},{"desc":"517","fix":"518"},{"desc":"519","fix":"520"},{"desc":"521","fix":"522"},{"desc":"523","fix":"524"},"Update the dependencies array to be: [table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource]",{"range":"525","text":"526"},"Update the dependencies array to be: [dataSource, localMaker]",{"range":"527","text":"528"},"Update the dependencies array to be: [formInitValues, manual, reloadFn, request, resultAction]",{"range":"529","text":"530"},"Update the dependencies array to be: [className, config]",{"range":"531","text":"532"},"Update the dependencies array to be: [cuDom, dom]",{"range":"533","text":"534"},"Update the dependencies array to be: [cuDom]",{"range":"535","text":"536"},"Update the dependencies array to be: [columns, titleClass]",{"range":"537","text":"538"},"Update the dependencies array to be: [tableInstance]",{"range":"539","text":"540"},"Update the dependencies array to be: [dialogTableInstance, hide, show]",{"range":"541","text":"542"},"Update the dependencies array to be: [configData, searchSpan, headerOpen, mkNewFn]",{"range":"543","text":"544"},{"range":"545","text":"544"},"Update the dependencies array to be: [configData, table, rowSelection, changeConfigData]",{"range":"546","text":"547"},"Update the dependencies array to be: [selfValue]",{"range":"548","text":"549"},"Update the dependencies array to be: [columns, selfValue, tableInstance.table]",{"range":"550","text":"551"},"Update the dependencies array to be: [columnsState, value]",{"range":"552","text":"553"},"Update the dependencies array to be: [selectedRowKeys, records, rowKey, rowOnChange, findId]",{"range":"554","text":"555"},"Update the dependencies array to be: [alwaysShowAlert, keys.length, selectAll]",{"range":"556","text":"557"},[1426,1462],"[table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource]",[1540,1552],"[dataSource, localMaker]",[2666,2668],"[formInitValues, manual, reloadFn, request, resultAction]",[481,492],"[className, config]",[825,830],"[cuDom, dom]",[1021,1023],"[cuDom]",[995,1004],"[columns, titleClass]",[483,485],"[tableInstance]",[1408,1410],"[dialogTableInstance, hide, show]",[4205,4241],"[configData, searchSpan, headerOpen, mkNewFn]",[4396,4432],[2792,2825],"[configData, table, rowSelection, changeConfigData]",[3395,3397],"[selfValue]",[3532,3543],"[columns, selfValue, tableInstance.table]",[3618,3625],"[columnsState, value]",[2835,2869],"[selectedRowKeys, records, rowKey, rowOnChange, findId]",[3183,3217],"[alwaysShowAlert, keys.length, selectAll]"]
1
+ [{"/Users/hedongjie/Desktop/web/hw-component-table/src/Layout.tsx":"1","/Users/hedongjie/Desktop/web/hw-component-table/src/app.tsx":"2","/Users/hedongjie/Desktop/web/hw-component-table/src/index.tsx":"3","/Users/hedongjie/Desktop/web/hw-component-table/src/routes.tsx":"4","/Users/hedongjie/Desktop/web/hw-component-table/src/components/index.tsx":"5","/Users/hedongjie/Desktop/web/hw-component-table/src/components/Table.tsx":"6","/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts":"7","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts":"8","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx":"9","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts":"10","/Users/hedongjie/Desktop/web/hw-component-table/src/components/modal.ts":"11","/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx":"12","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx":"13","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableFooter/index.tsx":"14","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/index.tsx":"15","/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableCustomize.tsx":"16","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useDispatch.ts":"17","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useReq.ts":"18","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx":"19","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx":"20","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx":"21","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts":"22","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx":"23","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx":"24","/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx":"25","/Users/hedongjie/Desktop/web/hw-component-table/src/typings.d.ts":"26","/Users/hedongjie/Desktop/web/hw-component-table/scripts/rollup.config.js":"27","/Users/hedongjie/Desktop/web/hw-component-table/scripts/webpack.config.js":"28","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultSubComponent.tsx":"29","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/modal.ts":"30","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Content.tsx":"31","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Title.tsx":"32","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/index.tsx":"33","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/modal.d.ts":"34","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/utils.ts":"35","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx":"36","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/RangePickerSearch.tsx":"37","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx":"38","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/Context.tsx":"39","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/utils.ts":"40","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/TagsComponent.tsx":"41","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/config.tsx":"42","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/index.tsx":"43","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/Content.tsx":"44","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/DwTable.tsx":"45","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/ModalTable.tsx":"46","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/hooks.ts":"47","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/CopyComponent.tsx":"48","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/Text.tsx":"49","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/DwTable/index.tsx":"50","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/config.tsx":"51","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHeaderDefaultProps.ts":"52","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHideMoreTitle.tsx":"53","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/defaultRender.tsx":"54","/Users/hedongjie/Desktop/web/hw-component-table/src/components/typings.d.ts":"55","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useColData.tsx":"56","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useControl.tsx":"57","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/modal.ts":"58","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/RowItem.tsx":"59","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/Title.tsx":"60","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/hooks.ts":"61","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowRadioBoxSelection.tsx":"62","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/colsMk.tsx":"63","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useRowClassName.ts":"64","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/hooks.ts":"65","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/ContentTree.tsx":"66","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/hooks.tsx":"67"},{"size":1541,"mtime":1709541397429,"results":"68","hashOfConfig":"69"},{"size":741,"mtime":1713518829815,"results":"70","hashOfConfig":"69"},{"size":370,"mtime":1718160488742,"results":"71","hashOfConfig":"69"},{"size":887,"mtime":1724397613543,"results":"72","hashOfConfig":"69"},{"size":778,"mtime":1735036252848,"results":"73","hashOfConfig":"69"},{"size":3013,"mtime":1749521034798,"results":"74","hashOfConfig":"69"},{"size":952,"mtime":1753408707856,"results":"75","hashOfConfig":"69"},{"size":1468,"mtime":1742356516346,"results":"76","hashOfConfig":"69"},{"size":839,"mtime":1720086914276,"results":"77","hashOfConfig":"69"},{"size":1238,"mtime":1754040767140,"results":"78","hashOfConfig":"69"},{"size":5618,"mtime":1754040770056,"results":"79","hashOfConfig":"69"},{"size":1601,"mtime":1753408857028,"results":"80","hashOfConfig":"69"},{"size":5012,"mtime":1754983230451,"results":"81","hashOfConfig":"69"},{"size":2163,"mtime":1716085382140,"results":"82","hashOfConfig":"69"},{"size":1795,"mtime":1749694567144,"results":"83","hashOfConfig":"69"},{"size":1958,"mtime":1729582327153,"results":"84","hashOfConfig":"69"},{"size":209,"mtime":1713781957255,"results":"85","hashOfConfig":"69"},{"size":2879,"mtime":1734490699907,"results":"86","hashOfConfig":"69"},{"size":7886,"mtime":1754983230482,"results":"87","hashOfConfig":"69"},{"size":2108,"mtime":1742356516487,"results":"88","hashOfConfig":"69"},{"size":3518,"mtime":1740040940373,"results":"89","hashOfConfig":"69"},{"size":498,"mtime":1709893919938,"results":"90","hashOfConfig":"69"},{"size":3507,"mtime":1742356519961,"results":"91","hashOfConfig":"69"},{"size":1080,"mtime":1716085371834,"results":"92","hashOfConfig":"69"},{"size":1102,"mtime":1710829302576,"results":"93","hashOfConfig":"69"},{"size":1162,"mtime":1710829299926,"results":"94","hashOfConfig":"69"},{"size":2357,"mtime":1732161767681,"results":"95","hashOfConfig":"69"},{"size":1677,"mtime":1716085381973,"results":"96","hashOfConfig":"69"},{"size":2305,"mtime":1736738630509,"results":"97","hashOfConfig":"69"},{"size":696,"mtime":1749521026102,"results":"98","hashOfConfig":"69"},{"size":2471,"mtime":1754983230365,"results":"99","hashOfConfig":"69"},{"size":1436,"mtime":1754981101603,"results":"100","hashOfConfig":"69"},{"size":3028,"mtime":1754981101630,"results":"101","hashOfConfig":"69"},{"size":874,"mtime":1754981101637,"results":"102","hashOfConfig":"69"},{"size":1121,"mtime":1754981101654,"results":"103","hashOfConfig":"69"},{"size":1737,"mtime":1754040770056,"results":"104","hashOfConfig":"69"},{"size":1208,"mtime":1716085371834,"results":"105","hashOfConfig":"69"},{"size":365,"mtime":1716085371835,"results":"106","hashOfConfig":"69"},{"size":266,"mtime":1720086917041,"results":"107","hashOfConfig":"69"},{"size":2419,"mtime":1753408857019,"results":"108","hashOfConfig":"69"},{"size":3637,"mtime":1751334228694,"results":"109","hashOfConfig":"69"},{"size":3846,"mtime":1751334228715,"results":"110","hashOfConfig":"69"},{"size":813,"mtime":1726745370599,"results":"111","hashOfConfig":"69"},{"size":494,"mtime":1729582302142,"results":"112","hashOfConfig":"69"},{"size":2872,"mtime":1729582327027,"results":"113","hashOfConfig":"69"},{"size":2404,"mtime":1742356516230,"results":"114","hashOfConfig":"69"},{"size":1682,"mtime":1740108939664,"results":"115","hashOfConfig":"69"},{"size":948,"mtime":1747982208999,"results":"116","hashOfConfig":"69"},{"size":182,"mtime":1724397725474,"results":"117","hashOfConfig":"69"},{"size":3675,"mtime":1747982209033,"results":"118","hashOfConfig":"69"},{"size":703,"mtime":1740108942394,"results":"119","hashOfConfig":"69"},{"size":1071,"mtime":1740108939723,"results":"120","hashOfConfig":"69"},{"size":4477,"mtime":1740108942394,"results":"121","hashOfConfig":"69"},{"size":825,"mtime":1742356519961,"results":"122","hashOfConfig":"69"},{"size":269,"mtime":1695809104376,"results":"123","hashOfConfig":"69"},{"size":4160,"mtime":1754981101686,"results":"124","hashOfConfig":"69"},{"size":3223,"mtime":1747982211401,"results":"125","hashOfConfig":"69"},{"size":1594,"mtime":1754040770056,"results":"126","hashOfConfig":"69"},{"size":1301,"mtime":1754040770056,"results":"127","hashOfConfig":"69"},{"size":1824,"mtime":1747982211401,"results":"128","hashOfConfig":"69"},{"size":1702,"mtime":1754040770056,"results":"129","hashOfConfig":"69"},{"size":733,"mtime":1754040770056,"results":"130","hashOfConfig":"69"},{"size":1426,"mtime":1747982211401,"results":"131","hashOfConfig":"69"},{"size":1314,"mtime":1753408860358,"results":"132","hashOfConfig":"69"},{"size":1423,"mtime":1754040770056,"results":"133","hashOfConfig":"69"},{"size":902,"mtime":1754983219758,"results":"134","hashOfConfig":"69"},{"size":2275,"mtime":1754983230418,"results":"135","hashOfConfig":"69"},{"filePath":"136","messages":"137","suppressedMessages":"138","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mh59l9",{"filePath":"139","messages":"140","suppressedMessages":"141","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"142","messages":"143","suppressedMessages":"144","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"145","messages":"146","suppressedMessages":"147","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"148","messages":"149","suppressedMessages":"150","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"151","messages":"152","suppressedMessages":"153","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"154","messages":"155","suppressedMessages":"156","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"157","messages":"158","suppressedMessages":"159","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"160","messages":"161","suppressedMessages":"162","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"163","messages":"164","suppressedMessages":"165","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"166","messages":"167","suppressedMessages":"168","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"169","messages":"170","suppressedMessages":"171","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"172","messages":"173","suppressedMessages":"174","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"175","messages":"176","suppressedMessages":"177","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"178","messages":"179","suppressedMessages":"180","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"181","messages":"182","suppressedMessages":"183","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"184","messages":"185","suppressedMessages":"186","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"187","messages":"188","suppressedMessages":"189","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"190","messages":"191","suppressedMessages":"192","errorCount":0,"fatalErrorCount":0,"warningCount":23,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"193","messages":"194","suppressedMessages":"195","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"196","messages":"197","suppressedMessages":"198","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"199","messages":"200","suppressedMessages":"201","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"202","messages":"203","suppressedMessages":"204","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"205","messages":"206","suppressedMessages":"207","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"208","messages":"209","suppressedMessages":"210","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"211","messages":"212","suppressedMessages":"213","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"214","messages":"215","suppressedMessages":"216","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"217","messages":"218","suppressedMessages":"219","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"220","messages":"221","suppressedMessages":"222","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"223","messages":"224","suppressedMessages":"225","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"226","messages":"227","suppressedMessages":"228","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"229","messages":"230","suppressedMessages":"231","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"232","messages":"233","suppressedMessages":"234","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"235","messages":"236","suppressedMessages":"237","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"238","messages":"239","suppressedMessages":"240","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"241","messages":"242","suppressedMessages":"243","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"244","messages":"245","suppressedMessages":"246","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"247","messages":"248","suppressedMessages":"249","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"250","messages":"251","suppressedMessages":"252","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"253","messages":"254","suppressedMessages":"255","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"256","messages":"257","suppressedMessages":"258","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"259","messages":"260","suppressedMessages":"261","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"262","messages":"263","suppressedMessages":"264","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"265","messages":"266","suppressedMessages":"267","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"268","messages":"269","suppressedMessages":"270","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"271","messages":"272","suppressedMessages":"273","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"274","messages":"275","suppressedMessages":"276","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"277","messages":"278","suppressedMessages":"279","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"280","messages":"281","suppressedMessages":"282","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"283","messages":"284","suppressedMessages":"285","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"286","messages":"287","suppressedMessages":"288","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"289","messages":"290","suppressedMessages":"291","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"292","messages":"293","suppressedMessages":"294","errorCount":0,"fatalErrorCount":0,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"295","messages":"296","suppressedMessages":"297","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"298","messages":"299","suppressedMessages":"300","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"301","messages":"302","suppressedMessages":"303","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"304","messages":"305","suppressedMessages":"306","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"307","messages":"308","suppressedMessages":"309","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"310","messages":"311","suppressedMessages":"312","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"313","messages":"314","suppressedMessages":"315","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"316","messages":"317","suppressedMessages":"318","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"319","messages":"320","suppressedMessages":"321","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"322","messages":"323","suppressedMessages":"324","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"325","messages":"326","suppressedMessages":"327","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"328","messages":"329","suppressedMessages":"330","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"331","messages":"332","suppressedMessages":"333","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"334","messages":"335","suppressedMessages":"336","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"/Users/hedongjie/Desktop/web/hw-component-table/src/Layout.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/app.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/routes.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/Table.tsx",["337","338"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts",["339"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/modal.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx",["340"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableFooter/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableCustomize.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useDispatch.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useReq.ts",["341","342"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx",["343","344","345","346","347","348","349","350","351","352","353","354","355","356","357","358","359","360","361","362","363","364","365"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx",["366","367"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts",["368"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx",["369","370","371","372"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx",["373","374"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/typings.d.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/scripts/rollup.config.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/scripts/webpack.config.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultSubComponent.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/modal.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Content.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Title.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/modal.d.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/utils.ts",["375"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx",["376"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/RangePickerSearch.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/Context.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/utils.ts",["377","378","379","380"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/TagsComponent.tsx",["381","382"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/config.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/Content.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/DwTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/ModalTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/hooks.ts",["383","384","385"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/CopyComponent.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/Text.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/DwTable/index.tsx",["386","387","388","389"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/config.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHeaderDefaultProps.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHideMoreTitle.tsx",["390","391","392","393","394","395"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/defaultRender.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/typings.d.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useColData.tsx",["396","397","398","399"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useControl.tsx",["400","401"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/modal.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/RowItem.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/Title.tsx",["402"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/hooks.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowRadioBoxSelection.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/colsMk.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useRowClassName.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/hooks.ts",["403","404","405"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/ContentTree.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/hooks.tsx",["406"],[],{"ruleId":"407","severity":1,"message":"408","line":6,"column":10,"nodeType":"409","messageId":"410","endLine":6,"endColumn":15},{"ruleId":"407","severity":1,"message":"411","line":21,"column":3,"nodeType":"409","messageId":"410","endLine":21,"endColumn":12},{"ruleId":"412","severity":1,"message":"413","line":46,"column":6,"nodeType":"414","endLine":46,"endColumn":42,"suggestions":"415"},{"ruleId":"407","severity":1,"message":"416","line":47,"column":5,"nodeType":"409","messageId":"410","endLine":47,"endColumn":17},{"ruleId":"412","severity":1,"message":"417","line":55,"column":6,"nodeType":"414","endLine":55,"endColumn":18,"suggestions":"418"},{"ruleId":"412","severity":1,"message":"419","line":104,"column":6,"nodeType":"414","endLine":104,"endColumn":8,"suggestions":"420"},{"ruleId":"407","severity":1,"message":"421","line":5,"column":3,"nodeType":"409","messageId":"410","endLine":5,"endColumn":21},{"ruleId":"407","severity":1,"message":"422","line":6,"column":3,"nodeType":"409","messageId":"410","endLine":6,"endColumn":15},{"ruleId":"407","severity":1,"message":"423","line":10,"column":3,"nodeType":"409","messageId":"410","endLine":10,"endColumn":7},{"ruleId":"407","severity":1,"message":"424","line":11,"column":3,"nodeType":"409","messageId":"410","endLine":11,"endColumn":10},{"ruleId":"407","severity":1,"message":"425","line":14,"column":3,"nodeType":"409","messageId":"410","endLine":14,"endColumn":6},{"ruleId":"407","severity":1,"message":"426","line":16,"column":3,"nodeType":"409","messageId":"410","endLine":16,"endColumn":8},{"ruleId":"407","severity":1,"message":"427","line":19,"column":10,"nodeType":"409","messageId":"410","endLine":19,"endColumn":25},{"ruleId":"407","severity":1,"message":"428","line":20,"column":8,"nodeType":"409","messageId":"410","endLine":20,"endColumn":16},{"ruleId":"407","severity":1,"message":"429","line":22,"column":10,"nodeType":"409","messageId":"410","endLine":22,"endColumn":19},{"ruleId":"407","severity":1,"message":"430","line":24,"column":7,"nodeType":"409","messageId":"410","endLine":24,"endColumn":20},{"ruleId":"407","severity":1,"message":"431","line":24,"column":32,"nodeType":"409","messageId":"410","endLine":24,"endColumn":40},{"ruleId":"432","severity":1,"message":"433","line":36,"column":21,"nodeType":"409","messageId":"434","endLine":36,"endColumn":26},{"ruleId":"407","severity":1,"message":"435","line":46,"column":7,"nodeType":"409","messageId":"410","endLine":46,"endColumn":12},{"ruleId":"407","severity":1,"message":"436","line":61,"column":20,"nodeType":"409","messageId":"410","endLine":61,"endColumn":21},{"ruleId":"407","severity":1,"message":"437","line":61,"column":23,"nodeType":"409","messageId":"410","endLine":61,"endColumn":24},{"ruleId":"407","severity":1,"message":"438","line":88,"column":7,"nodeType":"409","messageId":"410","endLine":88,"endColumn":12},{"ruleId":"407","severity":1,"message":"439","line":102,"column":11,"nodeType":"409","messageId":"410","endLine":102,"endColumn":18},{"ruleId":"407","severity":1,"message":"440","line":102,"column":20,"nodeType":"409","messageId":"410","endLine":102,"endColumn":24},{"ruleId":"407","severity":1,"message":"441","line":122,"column":34,"nodeType":"409","messageId":"410","endLine":122,"endColumn":40},{"ruleId":"407","severity":1,"message":"442","line":129,"column":10,"nodeType":"409","messageId":"410","endLine":129,"endColumn":20},{"ruleId":"407","severity":1,"message":"443","line":129,"column":22,"nodeType":"409","messageId":"410","endLine":129,"endColumn":35},{"ruleId":"407","severity":1,"message":"444","line":135,"column":10,"nodeType":"409","messageId":"410","endLine":135,"endColumn":14},{"ruleId":"407","severity":1,"message":"445","line":135,"column":16,"nodeType":"409","messageId":"410","endLine":135,"endColumn":23},{"ruleId":"407","severity":1,"message":"446","line":25,"column":7,"nodeType":"409","messageId":"410","endLine":25,"endColumn":13},{"ruleId":"407","severity":1,"message":"441","line":41,"column":36,"nodeType":"409","messageId":"410","endLine":41,"endColumn":42},{"ruleId":"412","severity":1,"message":"447","line":13,"column":6,"nodeType":"414","endLine":13,"endColumn":17,"suggestions":"448"},{"ruleId":"407","severity":1,"message":"449","line":24,"column":7,"nodeType":"409","messageId":"410","endLine":24,"endColumn":11},{"ruleId":"407","severity":1,"message":"441","line":27,"column":32,"nodeType":"409","messageId":"410","endLine":27,"endColumn":38},{"ruleId":"407","severity":1,"message":"441","line":48,"column":32,"nodeType":"409","messageId":"410","endLine":48,"endColumn":38},{"ruleId":"407","severity":1,"message":"450","line":134,"column":9,"nodeType":"409","messageId":"410","endLine":134,"endColumn":21},{"ruleId":"412","severity":1,"message":"451","line":26,"column":6,"nodeType":"414","endLine":26,"endColumn":11,"suggestions":"452"},{"ruleId":"412","severity":1,"message":"451","line":34,"column":6,"nodeType":"414","endLine":34,"endColumn":8,"suggestions":"453"},{"ruleId":"407","severity":1,"message":"454","line":3,"column":10,"nodeType":"409","messageId":"410","endLine":3,"endColumn":22},{"ruleId":"407","severity":1,"message":"455","line":3,"column":10,"nodeType":"409","messageId":"410","endLine":3,"endColumn":25},{"ruleId":"407","severity":1,"message":"456","line":22,"column":51,"nodeType":"409","messageId":"410","endLine":22,"endColumn":63},{"ruleId":"407","severity":1,"message":"457","line":22,"column":65,"nodeType":"409","messageId":"410","endLine":22,"endColumn":73},{"ruleId":"458","severity":1,"message":"459","line":94,"column":11,"nodeType":"409","messageId":"460","endLine":94,"endColumn":25},{"ruleId":"407","severity":1,"message":"461","line":94,"column":11,"nodeType":"409","messageId":"410","endLine":94,"endColumn":25},{"ruleId":"462","severity":1,"message":"463","line":82,"column":13,"nodeType":"464","messageId":"465","endLine":93,"endColumn":23},{"ruleId":"462","severity":1,"message":"463","line":104,"column":11,"nodeType":"464","messageId":"465","endLine":115,"endColumn":21},{"ruleId":"407","severity":1,"message":"466","line":15,"column":14,"nodeType":"409","messageId":"410","endLine":15,"endColumn":39},{"ruleId":"412","severity":1,"message":"467","line":19,"column":6,"nodeType":"414","endLine":19,"endColumn":8,"suggestions":"468"},{"ruleId":"412","severity":1,"message":"469","line":59,"column":6,"nodeType":"414","endLine":59,"endColumn":8,"suggestions":"470"},{"ruleId":"407","severity":1,"message":"449","line":24,"column":7,"nodeType":"409","messageId":"410","endLine":24,"endColumn":11},{"ruleId":"407","severity":1,"message":"441","line":27,"column":32,"nodeType":"409","messageId":"410","endLine":27,"endColumn":38},{"ruleId":"407","severity":1,"message":"441","line":48,"column":32,"nodeType":"409","messageId":"410","endLine":48,"endColumn":38},{"ruleId":"407","severity":1,"message":"450","line":149,"column":9,"nodeType":"409","messageId":"410","endLine":149,"endColumn":21},{"ruleId":"407","severity":1,"message":"471","line":19,"column":5,"nodeType":"409","messageId":"410","endLine":19,"endColumn":22},{"ruleId":"407","severity":1,"message":"472","line":20,"column":5,"nodeType":"409","messageId":"410","endLine":20,"endColumn":15},{"ruleId":"407","severity":1,"message":"473","line":21,"column":5,"nodeType":"409","messageId":"410","endLine":21,"endColumn":16},{"ruleId":"407","severity":1,"message":"474","line":22,"column":5,"nodeType":"409","messageId":"410","endLine":22,"endColumn":10},{"ruleId":"412","severity":1,"message":"475","line":160,"column":6,"nodeType":"414","endLine":160,"endColumn":42,"suggestions":"476"},{"ruleId":"412","severity":1,"message":"475","line":166,"column":6,"nodeType":"414","endLine":166,"endColumn":42,"suggestions":"477"},{"ruleId":"412","severity":1,"message":"478","line":80,"column":6,"nodeType":"414","endLine":80,"endColumn":39,"suggestions":"479"},{"ruleId":"412","severity":1,"message":"480","line":109,"column":6,"nodeType":"414","endLine":109,"endColumn":8,"suggestions":"481"},{"ruleId":"412","severity":1,"message":"482","line":114,"column":6,"nodeType":"414","endLine":114,"endColumn":17,"suggestions":"483"},{"ruleId":"412","severity":1,"message":"484","line":117,"column":6,"nodeType":"414","endLine":117,"endColumn":13,"suggestions":"485"},{"ruleId":"412","severity":1,"message":"486","line":106,"column":6,"nodeType":"414","endLine":106,"endColumn":40,"suggestions":"487"},{"ruleId":"412","severity":1,"message":"488","line":119,"column":6,"nodeType":"414","endLine":119,"endColumn":40,"suggestions":"489"},{"ruleId":"407","severity":1,"message":"490","line":11,"column":34,"nodeType":"409","messageId":"410","endLine":11,"endColumn":40},{"ruleId":"412","severity":1,"message":"491","line":30,"column":6,"nodeType":"414","endLine":30,"endColumn":8,"suggestions":"492"},{"ruleId":"412","severity":1,"message":"493","line":39,"column":6,"nodeType":"414","endLine":39,"endColumn":8,"suggestions":"494"},{"ruleId":"412","severity":1,"message":"495","line":50,"column":6,"nodeType":"414","endLine":50,"endColumn":8,"suggestions":"496"},{"ruleId":"412","severity":1,"message":"497","line":53,"column":6,"nodeType":"414","endLine":53,"endColumn":15,"suggestions":"498"},"@typescript-eslint/no-unused-vars","'Space' is defined but never used.","Identifier","unusedVar","'spaceSize' is assigned a value but never used.","react-hooks/exhaustive-deps","React Hook useMemo has missing dependencies: 'changeRowData', 'dispatch', 'getTableParams', 'reload', 'reloadWithParams', and 'useCurrentTable'. Either include them or remove the dependency array.","ArrayExpression",["499"],"'rowClassName' is assigned a value but never used.","React Hook useEffect has a missing dependency: 'localMaker'. Either include it or remove the dependency array.",["500"],"React Hook useEffect has missing dependencies: 'formInitValues', 'manual', 'reloadFn', 'request', and 'resultAction'. Either include them or remove the dependency array.",["501"],"'HTableHeaderSubBtn' is defined but never used.","'HTableHeader' is defined but never used.","'Card' is defined but never used.","'Tooltip' is defined but never used.","'Row' is defined but never used.","'Table' is defined but never used.","'SettingOutlined' is defined but never used.","'ProTable' is defined but never used.","'useEffect' is defined but never used.","'TagsComponent' is assigned a value but never used.","'labelKey' is defined but never used.","react/no-array-index-key","Do not use Array index in keys","noArrayIndex","'Testd' is assigned a value but never used.","'p' is defined but never used.","'c' is defined but never used.","'maker' is assigned a value but never used.","'loading' is assigned a value but never used.","'data' is assigned a value but never used.","'reject' is defined but never used.","'dataSource' is assigned a value but never used.","'setDataSource' is assigned a value but never used.","'keys' is assigned a value but never used.","'setKeys' is assigned a value but never used.","'AddBtn' is assigned a value but never used.","React Hook useMemo has a missing dependency: 'config'. Either include it or remove the dependency array.",["502"],"'req1' is assigned a value but never used.","'dialogTable1' is assigned a value but never used.","React Hook useEffect has a missing dependency: 'cuDom'. Either include it or remove the dependency array.",["503"],["504"],"'ColumnsState' is defined but never used.","'useLayoutEffect' is defined but never used.","'defaultValue' is assigned a value but never used.","'onChange' is assigned a value but never used.","@typescript-eslint/no-empty-interface","An empty interface is equivalent to `{}`.","noEmpty","'RowItemFnModal' is defined but never used.","react/jsx-key","Missing \"key\" prop for element in iterator","JSXElement","missingIterKey","'params' is defined but never used.","React Hook useMemo has a missing dependency: 'tableInstance'. Either include it or remove the dependency array.",["505"],"React Hook useEffect has missing dependencies: 'dialogTableInstance', 'hide', and 'show'. Either include them or remove the dependency array.",["506"],"'childrenDataIndex' is defined but never used.","'showSearch' is defined but never used.","'hideInTable' is defined but never used.","'align' is defined but never used.","React Hook useEffect has a missing dependency: 'mkNewFn'. Either include it or remove the dependency array.",["507"],["508"],"React Hook useEffect has a missing dependency: 'changeConfigData'. Either include it or remove the dependency array.",["509"],"React Hook useMemo has a missing dependency: 'selfValue'. Either include it or remove the dependency array.",["510"],"React Hook useEffect has missing dependencies: 'columns' and 'tableInstance.table'. Either include them or remove the dependency array.",["511"],"React Hook useEffect has a missing dependency: 'columnsState'. Either include it or remove the dependency array. If 'setSelfValue' needs the current value of 'columnsState', you can also switch to useReducer instead of useState and read 'columnsState' in the reducer.",["512"],"React Hook useEffect has missing dependencies: 'findId' and 'rowOnChange'. Either include them or remove the dependency array.",["513"],"React Hook useMemo has missing dependencies: 'keys.length' and 'selectAll'. Either include them or remove the dependency array.",["514"],"'rowKey' is assigned a value but never used.","React Hook useLayoutEffect has a missing dependency: 'setHeaderStyle'. Either include it or remove the dependency array.",["515"],"React Hook useEffect has a missing dependency: 'setHeaderStyle'. Either include it or remove the dependency array.",["516"],"React Hook useEffect has missing dependencies: 'setHeaderStyle' and 'titleContentRef'. Either include them or remove the dependency array.",["517"],"React Hook useMemo has a missing dependency: 'titleClass'. Either include it or remove the dependency array.",["518"],{"desc":"519","fix":"520"},{"desc":"521","fix":"522"},{"desc":"523","fix":"524"},{"desc":"525","fix":"526"},{"desc":"527","fix":"528"},{"desc":"529","fix":"530"},{"desc":"531","fix":"532"},{"desc":"533","fix":"534"},{"desc":"535","fix":"536"},{"desc":"535","fix":"537"},{"desc":"538","fix":"539"},{"desc":"540","fix":"541"},{"desc":"542","fix":"543"},{"desc":"544","fix":"545"},{"desc":"546","fix":"547"},{"desc":"548","fix":"549"},{"desc":"550","fix":"551"},{"desc":"550","fix":"552"},{"desc":"553","fix":"554"},{"desc":"555","fix":"556"},"Update the dependencies array to be: [table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource]",{"range":"557","text":"558"},"Update the dependencies array to be: [dataSource, localMaker]",{"range":"559","text":"560"},"Update the dependencies array to be: [formInitValues, manual, reloadFn, request, resultAction]",{"range":"561","text":"562"},"Update the dependencies array to be: [className, config]",{"range":"563","text":"564"},"Update the dependencies array to be: [cuDom, dom]",{"range":"565","text":"566"},"Update the dependencies array to be: [cuDom]",{"range":"567","text":"568"},"Update the dependencies array to be: [tableInstance]",{"range":"569","text":"570"},"Update the dependencies array to be: [dialogTableInstance, hide, show]",{"range":"571","text":"572"},"Update the dependencies array to be: [configData, searchSpan, headerOpen, mkNewFn]",{"range":"573","text":"574"},{"range":"575","text":"574"},"Update the dependencies array to be: [configData, table, rowSelection, changeConfigData]",{"range":"576","text":"577"},"Update the dependencies array to be: [selfValue]",{"range":"578","text":"579"},"Update the dependencies array to be: [columns, selfValue, tableInstance.table]",{"range":"580","text":"581"},"Update the dependencies array to be: [columnsState, value]",{"range":"582","text":"583"},"Update the dependencies array to be: [selectedRowKeys, records, rowKey, rowOnChange, findId]",{"range":"584","text":"585"},"Update the dependencies array to be: [alwaysShowAlert, keys.length, selectAll]",{"range":"586","text":"587"},"Update the dependencies array to be: [setHeaderStyle]",{"range":"588","text":"589"},{"range":"590","text":"589"},"Update the dependencies array to be: [setHeaderStyle, titleContentRef]",{"range":"591","text":"592"},"Update the dependencies array to be: [columns, titleClass]",{"range":"593","text":"594"},[1426,1462],"[table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource]",[1540,1552],"[dataSource, localMaker]",[2666,2668],"[formInitValues, manual, reloadFn, request, resultAction]",[481,492],"[className, config]",[825,830],"[cuDom, dom]",[1021,1023],"[cuDom]",[483,485],"[tableInstance]",[1408,1410],"[dialogTableInstance, hide, show]",[4205,4241],"[configData, searchSpan, headerOpen, mkNewFn]",[4396,4432],[2792,2825],"[configData, table, rowSelection, changeConfigData]",[3500,3502],"[selfValue]",[3637,3648],"[columns, selfValue, tableInstance.table]",[3723,3730],"[columnsState, value]",[2835,2869],"[selectedRowKeys, records, rowKey, rowOnChange, findId]",[3183,3217],"[alwaysShowAlert, keys.length, selectAll]",[887,889],"[setHeaderStyle]",[1106,1108],[1399,1401],"[setHeaderStyle, titleContentRef]",[1561,1570],"[columns, titleClass]"]
@@ -1,8 +1,8 @@
1
- import { MutableRefObject } from "react";
1
+ import type { MutableRefObject } from "react";
2
2
  interface HeaderStyleParams {
3
3
  bodyRef: MutableRefObject<HTMLDivElement | null>;
4
4
  titleContentRef: MutableRefObject<HTMLDivElement | null>;
5
5
  rightNodeRef: MutableRefObject<HTMLDivElement | null>;
6
6
  }
7
- export declare const useHeaderStyle: ({ bodyRef, titleContentRef, rightNodeRef }: HeaderStyleParams) => {};
7
+ export declare const useHeaderStyle: ({ bodyRef, titleContentRef, rightNodeRef, }: HeaderStyleParams) => {};
8
8
  export {};
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
2
  import type { ItemProps } from "./modal";
3
- export declare const ColsSettingContent: ({ columns, onCheck, checkKeys, }: ItemProps) => JSX.Element;
3
+ export declare const ColsSettingContent: ({ columns, onCheck, checkKeys, onDrop, }: ItemProps) => JSX.Element;
@@ -1,46 +1,50 @@
1
1
  // welcome to hoo hoo hoo
2
+ import _slicedToArray from '@babel/runtime-corejs3/helpers/slicedToArray';
3
+ import _toConsumableArray from '@babel/runtime-corejs3/helpers/toConsumableArray';
4
+ import _concatInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/concat';
2
5
  import _forEachInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/for-each';
3
6
  import _indexOfInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/index-of';
4
- import { jsx } from 'react/jsx-runtime';
7
+ import { jsxs, jsx } from 'react/jsx-runtime';
5
8
  import { useClassName } from '../../hooks/index.js';
6
- import { useMemo } from 'react';
7
- import { Tree } from 'antd';
8
- import { getItemValue } from './utils.js';
9
+ import { moveCol } from './utils.js';
10
+ import ContentTree from './ContentTree.js';
11
+ import { useContentTree, useTreeKeys } from './hooks.js';
9
12
 
10
13
  var ColsSettingContent = function ColsSettingContent(_ref) {
11
14
  var columns = _ref.columns,
12
15
  onCheck = _ref.onCheck,
13
- checkKeys = _ref.checkKeys;
16
+ checkKeys = _ref.checkKeys,
17
+ onDrop = _ref.onDrop;
14
18
  var content = useClassName("hw-table-body-option-setting-content");
15
- var titleClass = useClassName("hw-table-body-option-setting-content-title");
16
- var treeClass = useClassName("hw-table-body-option-tree");
17
- var contentTreeData = useMemo(function () {
18
- var treeData = [];
19
- _forEachInstanceProperty(columns).call(columns, function (_ref2) {
20
- var dataIndex = _ref2.dataIndex,
21
- title = _ref2.title,
22
- titleStr = _ref2.titleStr;
23
- if (dataIndex) {
24
- var _getItemValue = getItemValue({
25
- titleStr: titleStr,
26
- title: title
27
- }),
28
- cuTitleStr = _getItemValue.title;
29
- treeData.push({
30
- title: jsx("div", {
31
- className: titleClass,
32
- children: cuTitleStr
33
- }),
34
- key: dataIndex.toString()
35
- });
36
- }
37
- });
38
- return treeData;
39
- }, [columns]);
19
+ var norContentTreeData = useContentTree({
20
+ columns: columns
21
+ });
22
+ var leftContentTreeData = useContentTree({
23
+ columns: columns,
24
+ matchKey: "left"
25
+ });
26
+ var rightContentTreeData = useContentTree({
27
+ columns: columns,
28
+ matchKey: "right"
29
+ });
30
+ var norCheckKeys = useTreeKeys({
31
+ treeData: norContentTreeData,
32
+ checkKeys: checkKeys
33
+ });
34
+ var leftCheckKeys = useTreeKeys({
35
+ treeData: leftContentTreeData,
36
+ checkKeys: checkKeys
37
+ });
38
+ var rightCheckKeys = useTreeKeys({
39
+ treeData: rightContentTreeData,
40
+ checkKeys: checkKeys
41
+ });
40
42
  var check = function check(keys) {
43
+ var _context;
41
44
  var notCheck = [];
42
- _forEachInstanceProperty(contentTreeData).call(contentTreeData, function (_ref3) {
43
- var key = _ref3.key;
45
+ var allTreeData = _concatInstanceProperty(_context = []).call(_context, _toConsumableArray(leftContentTreeData), _toConsumableArray(norContentTreeData), _toConsumableArray(rightContentTreeData));
46
+ _forEachInstanceProperty(allTreeData).call(allTreeData, function (_ref2) {
47
+ var key = _ref2.key;
44
48
  var cuKey = key;
45
49
  var index = _indexOfInstanceProperty(keys).call(keys, cuKey);
46
50
  if (index === -1) {
@@ -49,24 +53,75 @@ var ColsSettingContent = function ColsSettingContent(_ref) {
49
53
  });
50
54
  onCheck(keys, notCheck);
51
55
  };
52
- return jsx("div", {
56
+ var onDropEnd = function onDropEnd(_ref3) {
57
+ var _context2;
58
+ var dragNodesKeys = _ref3.dragNodesKeys,
59
+ dropPosition = _ref3.dropPosition;
60
+ if (dropPosition < 1) {
61
+ return;
62
+ }
63
+ var allTreeData = _concatInstanceProperty(_context2 = []).call(_context2, _toConsumableArray(leftContentTreeData), _toConsumableArray(norContentTreeData), _toConsumableArray(rightContentTreeData));
64
+ var _dragNodesKeys = _slicedToArray(dragNodesKeys, 1),
65
+ key = _dragNodesKeys[0];
66
+ var sourceKey = allTreeData[dropPosition - 1].key;
67
+ var newData = moveCol({
68
+ startKey: key,
69
+ endKey: sourceKey,
70
+ data: columns
71
+ });
72
+ onDrop(newData);
73
+ };
74
+ return jsxs("div", {
53
75
  className: content,
54
- children: jsx("div", {
55
- style: {
56
- paddingTop: 6,
57
- paddingBottom: 6
76
+ children: [jsx(ContentTree, {
77
+ title: "\u56FA\u5B9A\u5728\u5DE6\u4FA7",
78
+ treeData: leftContentTreeData,
79
+ checkedKeys: leftCheckKeys,
80
+ onDrop: onDropEnd,
81
+ onCheck: function onCheck(key) {
82
+ var _context3;
83
+ var curKey = key;
84
+ check(_concatInstanceProperty(_context3 = []).call(_context3, _toConsumableArray(curKey), _toConsumableArray(norCheckKeys), _toConsumableArray(rightCheckKeys)));
85
+ }
86
+ }), jsx(ContentTree, {
87
+ title: "\u4E0D\u56FA\u5B9A",
88
+ treeData: norContentTreeData,
89
+ checkedKeys: norCheckKeys,
90
+ onDrop: function onDrop(_ref4) {
91
+ var dragNodesKeys = _ref4.dragNodesKeys,
92
+ dropPosition = _ref4.dropPosition;
93
+ var cuDropPosition = leftContentTreeData.length + dropPosition;
94
+ onDropEnd({
95
+ dragNodesKeys: dragNodesKeys,
96
+ dropPosition: cuDropPosition
97
+ });
58
98
  },
59
- children: jsx(Tree, {
60
- checkable: true,
61
- className: treeClass,
62
- checkedKeys: checkKeys,
63
- onCheck: function onCheck(key) {
64
- check(key);
65
- },
66
- height: 268,
67
- treeData: contentTreeData
68
- })
69
- })
99
+ onCheck: function onCheck(key) {
100
+ var _context4;
101
+ var curKey = key;
102
+ check(_concatInstanceProperty(_context4 = []).call(_context4, _toConsumableArray(leftCheckKeys), _toConsumableArray(curKey), _toConsumableArray(rightCheckKeys)));
103
+ }
104
+ }), jsx(ContentTree, {
105
+ title: "\u56FA\u5B9A\u5728\u53F3\u4FA7",
106
+ treeData: rightContentTreeData,
107
+ checkedKeys: rightCheckKeys,
108
+ onDrop: function onDrop(_ref5) {
109
+ var dragNodesKeys = _ref5.dragNodesKeys,
110
+ dropPosition = _ref5.dropPosition;
111
+ var leftLen = leftContentTreeData.length;
112
+ var norLen = norContentTreeData.length;
113
+ var cuDropPosition = leftLen + norLen + dropPosition;
114
+ onDropEnd({
115
+ dragNodesKeys: dragNodesKeys,
116
+ dropPosition: cuDropPosition
117
+ });
118
+ },
119
+ onCheck: function onCheck(key) {
120
+ var _context5;
121
+ var curKey = key;
122
+ check(_concatInstanceProperty(_context5 = []).call(_context5, _toConsumableArray(leftCheckKeys), _toConsumableArray(norCheckKeys), _toConsumableArray(curKey)));
123
+ }
124
+ })]
70
125
  });
71
126
  };
72
127
 
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import type { TreeProps } from "antd/lib/tree/Tree";
3
+ interface IProps extends TreeProps {
4
+ title: string;
5
+ }
6
+ declare const _default: ({ treeData, checkedKeys, onDrop, onCheck, title }: IProps) => JSX.Element | null;
7
+ export default _default;
@@ -0,0 +1,41 @@
1
+ // welcome to hoo hoo hoo
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { Space, Typography, Tree } from 'antd';
4
+ import { useClassName } from '../../hooks/index.js';
5
+
6
+ var ContentTree = (function (_ref) {
7
+ var treeData = _ref.treeData,
8
+ checkedKeys = _ref.checkedKeys,
9
+ onDrop = _ref.onDrop,
10
+ onCheck = _ref.onCheck,
11
+ title = _ref.title;
12
+ var treeClass = useClassName("hw-table-body-option-tree");
13
+ var treeItemContent = useClassName("hw-table-op-tree-content");
14
+ if (!(treeData !== null && treeData !== void 0 && treeData.length)) {
15
+ return null;
16
+ }
17
+ return jsxs(Space, {
18
+ className: treeItemContent,
19
+ direction: "vertical",
20
+ size: 12,
21
+ children: [jsx(Typography.Text, {
22
+ type: "secondary",
23
+ style: {
24
+ paddingLeft: 24
25
+ },
26
+ children: title
27
+ }), jsx(Tree, {
28
+ checkable: true,
29
+ className: treeClass,
30
+ draggable: true,
31
+ checkedKeys: checkedKeys,
32
+ onDrop: onDrop,
33
+ onCheck: onCheck,
34
+ height: 268,
35
+ treeData: treeData
36
+ })]
37
+ });
38
+ });
39
+
40
+ export { ContentTree as default };
41
+ // powered by hdj
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
2
  import type { ItemProps } from "./modal";
3
- export declare const Title: ({ columns, onCheck, checkKeys, reset }: ItemProps) => JSX.Element;
3
+ export declare const Title: ({ columns, onCheck, checkKeys, reset, }: Omit<ItemProps, "onDrop">) => JSX.Element;