@hw-component/table 1.9.86 → 1.9.88

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 (41) hide show
  1. package/.eslintcache +1 -1
  2. package/es/HTableBody/Options/utils.d.ts +5 -2
  3. package/es/HTableBody/RowCheckBox/RowItem.d.ts +2 -8
  4. package/es/HTableBody/RowCheckBox/hooks.d.ts +2 -2
  5. package/es/HTableBody/RowRadioBoxSelection.d.ts +1 -8
  6. package/es/HTableBody/hooks/useRowClassName.d.ts +4 -0
  7. package/es/HTableBody/hooks/useRowClassName.js +39 -0
  8. package/es/HTableBody/index.js +8 -25
  9. package/es/HTableBody/modal.d.ts +7 -1
  10. package/es/HTableBody/utils.d.ts +1 -0
  11. package/es/HTableHeader/RangePickerSearch.d.ts +1 -1
  12. package/es/TableConfig.d.ts +2 -0
  13. package/es/TableConfig.js +4 -2
  14. package/es/modal.d.ts +2 -1
  15. package/es/render/Text.d.ts +0 -1
  16. package/lib/HTableBody/Options/utils.d.ts +5 -2
  17. package/lib/HTableBody/RowCheckBox/RowItem.d.ts +2 -8
  18. package/lib/HTableBody/RowCheckBox/hooks.d.ts +2 -2
  19. package/lib/HTableBody/RowRadioBoxSelection.d.ts +1 -8
  20. package/lib/HTableBody/hooks/useRowClassName.d.ts +4 -0
  21. package/lib/HTableBody/hooks/useRowClassName.js +42 -0
  22. package/lib/HTableBody/index.js +7 -24
  23. package/lib/HTableBody/modal.d.ts +7 -1
  24. package/lib/HTableBody/utils.d.ts +1 -0
  25. package/lib/HTableHeader/RangePickerSearch.d.ts +1 -1
  26. package/lib/TableConfig.d.ts +2 -0
  27. package/lib/TableConfig.js +4 -2
  28. package/lib/modal.d.ts +2 -1
  29. package/lib/render/Text.d.ts +0 -1
  30. package/package.json +1 -1
  31. package/src/components/HTableBody/RowCheckBox/RowItem.tsx +2 -8
  32. package/src/components/HTableBody/RowCheckBox/hooks.ts +2 -2
  33. package/src/components/HTableBody/RowRadioBoxSelection.tsx +1 -7
  34. package/src/components/HTableBody/hooks/useRowClassName.ts +33 -0
  35. package/src/components/HTableBody/index.tsx +3 -21
  36. package/src/components/HTableBody/modal.ts +8 -1
  37. package/src/components/HTableBody/utils.ts +5 -0
  38. package/src/components/TableConfig.tsx +3 -0
  39. package/src/components/hooks/useRowObj.ts +1 -1
  40. package/src/components/modal.ts +6 -1
  41. package/src/pages/Table/index.tsx +62 -60
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"},{"size":1541,"mtime":1709541397429,"results":"65","hashOfConfig":"66"},{"size":741,"mtime":1713518829815,"results":"67","hashOfConfig":"66"},{"size":370,"mtime":1718160488742,"results":"68","hashOfConfig":"66"},{"size":887,"mtime":1724397613543,"results":"69","hashOfConfig":"66"},{"size":778,"mtime":1735036252848,"results":"70","hashOfConfig":"66"},{"size":3013,"mtime":1749521034798,"results":"71","hashOfConfig":"66"},{"size":952,"mtime":1721801509391,"results":"72","hashOfConfig":"66"},{"size":1468,"mtime":1742356516346,"results":"73","hashOfConfig":"66"},{"size":839,"mtime":1720086914276,"results":"74","hashOfConfig":"66"},{"size":1247,"mtime":1747982208974,"results":"75","hashOfConfig":"66"},{"size":5531,"mtime":1753249620069,"results":"76","hashOfConfig":"66"},{"size":1488,"mtime":1721801545279,"results":"77","hashOfConfig":"66"},{"size":5521,"mtime":1753260277552,"results":"78","hashOfConfig":"66"},{"size":2163,"mtime":1716085382140,"results":"79","hashOfConfig":"66"},{"size":1795,"mtime":1749694567144,"results":"80","hashOfConfig":"66"},{"size":1958,"mtime":1729582327153,"results":"81","hashOfConfig":"66"},{"size":209,"mtime":1713781957255,"results":"82","hashOfConfig":"66"},{"size":2879,"mtime":1734490699907,"results":"83","hashOfConfig":"66"},{"size":7971,"mtime":1753260127448,"results":"84","hashOfConfig":"66"},{"size":2108,"mtime":1742356516487,"results":"85","hashOfConfig":"66"},{"size":3518,"mtime":1740040940373,"results":"86","hashOfConfig":"66"},{"size":498,"mtime":1709893919938,"results":"87","hashOfConfig":"66"},{"size":3507,"mtime":1742356519961,"results":"88","hashOfConfig":"66"},{"size":1080,"mtime":1716085371834,"results":"89","hashOfConfig":"66"},{"size":1102,"mtime":1710829302576,"results":"90","hashOfConfig":"66"},{"size":1162,"mtime":1710829299926,"results":"91","hashOfConfig":"66"},{"size":2357,"mtime":1732161767681,"results":"92","hashOfConfig":"66"},{"size":1677,"mtime":1716085381973,"results":"93","hashOfConfig":"66"},{"size":2305,"mtime":1736738630509,"results":"94","hashOfConfig":"66"},{"size":696,"mtime":1749521026102,"results":"95","hashOfConfig":"66"},{"size":1684,"mtime":1720086914112,"results":"96","hashOfConfig":"66"},{"size":1437,"mtime":1720086914134,"results":"97","hashOfConfig":"66"},{"size":2987,"mtime":1720174044485,"results":"98","hashOfConfig":"66"},{"size":782,"mtime":1720174047079,"results":"99","hashOfConfig":"66"},{"size":479,"mtime":1720086914169,"results":"100","hashOfConfig":"66"},{"size":2324,"mtime":1749110401455,"results":"101","hashOfConfig":"66"},{"size":1208,"mtime":1716085371834,"results":"102","hashOfConfig":"66"},{"size":365,"mtime":1716085371835,"results":"103","hashOfConfig":"66"},{"size":665,"mtime":1720086917041,"results":"104","hashOfConfig":"66"},{"size":266,"mtime":1720086917041,"results":"105","hashOfConfig":"66"},{"size":2253,"mtime":1720086917041,"results":"106","hashOfConfig":"66"},{"size":3637,"mtime":1751334228694,"results":"107","hashOfConfig":"66"},{"size":3846,"mtime":1751334228715,"results":"108","hashOfConfig":"66"},{"size":813,"mtime":1726745370599,"results":"109","hashOfConfig":"66"},{"size":494,"mtime":1729582302142,"results":"110","hashOfConfig":"66"},{"size":2872,"mtime":1729582327027,"results":"111","hashOfConfig":"66"},{"size":2404,"mtime":1742356516230,"results":"112","hashOfConfig":"66"},{"size":1682,"mtime":1740108939664,"results":"113","hashOfConfig":"66"},{"size":948,"mtime":1747982208999,"results":"114","hashOfConfig":"66"},{"size":182,"mtime":1724397725474,"results":"115","hashOfConfig":"66"},{"size":3675,"mtime":1747982209033,"results":"116","hashOfConfig":"66"},{"size":703,"mtime":1740108942394,"results":"117","hashOfConfig":"66"},{"size":1071,"mtime":1740108939723,"results":"118","hashOfConfig":"66"},{"size":4477,"mtime":1740108942394,"results":"119","hashOfConfig":"66"},{"size":825,"mtime":1742356519961,"results":"120","hashOfConfig":"66"},{"size":269,"mtime":1695809104376,"results":"121","hashOfConfig":"66"},{"size":4038,"mtime":1747982208922,"results":"122","hashOfConfig":"66"},{"size":3223,"mtime":1747982211401,"results":"123","hashOfConfig":"66"},{"size":1380,"mtime":1742812312805,"results":"124","hashOfConfig":"66"},{"size":1433,"mtime":1747982208865,"results":"125","hashOfConfig":"66"},{"size":1824,"mtime":1747982211401,"results":"126","hashOfConfig":"66"},{"size":1687,"mtime":1747982211401,"results":"127","hashOfConfig":"66"},{"size":898,"mtime":1747982211401,"results":"128","hashOfConfig":"66"},{"size":1426,"mtime":1747982211401,"results":"129","hashOfConfig":"66"},{"filePath":"130","messages":"131","suppressedMessages":"132","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mh59l9",{"filePath":"133","messages":"134","suppressedMessages":"135","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"136","messages":"137","suppressedMessages":"138","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":1,"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":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"184","messages":"185","suppressedMessages":"186","errorCount":0,"fatalErrorCount":0,"warningCount":21,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"193","messages":"194","suppressedMessages":"195","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"196","messages":"197","suppressedMessages":"198","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"199","messages":"200","suppressedMessages":"201","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"202","messages":"203","suppressedMessages":"204","errorCount":0,"fatalErrorCount":0,"warningCount":2,"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"223","messages":"224","suppressedMessages":"225","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"235","messages":"236","suppressedMessages":"237","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"238","messages":"239","suppressedMessages":"240","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"241","messages":"242","suppressedMessages":"243","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"253","messages":"254","suppressedMessages":"255","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"256","messages":"257","suppressedMessages":"258","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"274","messages":"275","suppressedMessages":"276","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"283","messages":"284","suppressedMessages":"285","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"292","messages":"293","suppressedMessages":"294","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"301","messages":"302","suppressedMessages":"303","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"304","messages":"305","suppressedMessages":"306","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"313","messages":"314","suppressedMessages":"315","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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},"/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",["322","323"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts",["324"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts",["325"],[],"/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",["326"],[],"/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",["327","328"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx",["329","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"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/TagsComponent.tsx",["366","367"],[],"/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",["368","369","370"],[],"/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",["371","372","373","374"],[],"/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",["375","376","377","378","379","380"],[],"/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",["381","382","383","384"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useControl.tsx",["385","386"],[],"/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",["387"],[],"/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":"388","severity":1,"message":"389","line":6,"column":10,"nodeType":"390","messageId":"391","endLine":6,"endColumn":15},{"ruleId":"388","severity":1,"message":"392","line":21,"column":3,"nodeType":"390","messageId":"391","endLine":21,"endColumn":12},{"ruleId":"393","severity":1,"message":"394","line":46,"column":6,"nodeType":"395","endLine":46,"endColumn":42,"suggestions":"396"},{"ruleId":"388","severity":1,"message":"397","line":2,"column":10,"nodeType":"390","messageId":"391","endLine":2,"endColumn":17},{"ruleId":"388","severity":1,"message":"398","line":113,"column":22,"nodeType":"390","messageId":"391","endLine":113,"endColumn":31},{"ruleId":"393","severity":1,"message":"399","line":55,"column":6,"nodeType":"395","endLine":55,"endColumn":18,"suggestions":"400"},{"ruleId":"393","severity":1,"message":"401","line":104,"column":6,"nodeType":"395","endLine":104,"endColumn":8,"suggestions":"402"},{"ruleId":"388","severity":1,"message":"403","line":4,"column":3,"nodeType":"390","messageId":"391","endLine":4,"endColumn":15},{"ruleId":"388","severity":1,"message":"404","line":5,"column":3,"nodeType":"390","messageId":"391","endLine":5,"endColumn":21},{"ruleId":"388","severity":1,"message":"405","line":6,"column":3,"nodeType":"390","messageId":"391","endLine":6,"endColumn":15},{"ruleId":"388","severity":1,"message":"406","line":8,"column":18,"nodeType":"390","messageId":"391","endLine":8,"endColumn":22},{"ruleId":"388","severity":1,"message":"407","line":8,"column":50,"nodeType":"390","messageId":"391","endLine":8,"endColumn":53},{"ruleId":"388","severity":1,"message":"408","line":11,"column":8,"nodeType":"390","messageId":"391","endLine":11,"endColumn":16},{"ruleId":"388","severity":1,"message":"409","line":13,"column":10,"nodeType":"390","messageId":"391","endLine":13,"endColumn":19},{"ruleId":"388","severity":1,"message":"410","line":15,"column":7,"nodeType":"390","messageId":"391","endLine":15,"endColumn":20},{"ruleId":"388","severity":1,"message":"411","line":15,"column":32,"nodeType":"390","messageId":"391","endLine":15,"endColumn":40},{"ruleId":"412","severity":1,"message":"413","line":27,"column":21,"nodeType":"390","messageId":"414","endLine":27,"endColumn":26},{"ruleId":"388","severity":1,"message":"415","line":37,"column":7,"nodeType":"390","messageId":"391","endLine":37,"endColumn":12},{"ruleId":"388","severity":1,"message":"416","line":52,"column":20,"nodeType":"390","messageId":"391","endLine":52,"endColumn":21},{"ruleId":"388","severity":1,"message":"417","line":52,"column":23,"nodeType":"390","messageId":"391","endLine":52,"endColumn":24},{"ruleId":"388","severity":1,"message":"418","line":67,"column":7,"nodeType":"390","messageId":"391","endLine":67,"endColumn":12},{"ruleId":"388","severity":1,"message":"419","line":80,"column":11,"nodeType":"390","messageId":"391","endLine":80,"endColumn":18},{"ruleId":"388","severity":1,"message":"420","line":80,"column":20,"nodeType":"390","messageId":"391","endLine":80,"endColumn":24},{"ruleId":"388","severity":1,"message":"421","line":100,"column":34,"nodeType":"390","messageId":"391","endLine":100,"endColumn":40},{"ruleId":"388","severity":1,"message":"422","line":107,"column":10,"nodeType":"390","messageId":"391","endLine":107,"endColumn":20},{"ruleId":"388","severity":1,"message":"423","line":107,"column":22,"nodeType":"390","messageId":"391","endLine":107,"endColumn":35},{"ruleId":"388","severity":1,"message":"424","line":113,"column":10,"nodeType":"390","messageId":"391","endLine":113,"endColumn":14},{"ruleId":"388","severity":1,"message":"425","line":113,"column":16,"nodeType":"390","messageId":"391","endLine":113,"endColumn":23},{"ruleId":"388","severity":1,"message":"426","line":25,"column":7,"nodeType":"390","messageId":"391","endLine":25,"endColumn":13},{"ruleId":"388","severity":1,"message":"421","line":41,"column":36,"nodeType":"390","messageId":"391","endLine":41,"endColumn":42},{"ruleId":"393","severity":1,"message":"427","line":13,"column":6,"nodeType":"395","endLine":13,"endColumn":17,"suggestions":"428"},{"ruleId":"388","severity":1,"message":"429","line":24,"column":7,"nodeType":"390","messageId":"391","endLine":24,"endColumn":11},{"ruleId":"388","severity":1,"message":"421","line":27,"column":32,"nodeType":"390","messageId":"391","endLine":27,"endColumn":38},{"ruleId":"388","severity":1,"message":"421","line":48,"column":32,"nodeType":"390","messageId":"391","endLine":48,"endColumn":38},{"ruleId":"388","severity":1,"message":"430","line":134,"column":9,"nodeType":"390","messageId":"391","endLine":134,"endColumn":21},{"ruleId":"393","severity":1,"message":"431","line":26,"column":6,"nodeType":"395","endLine":26,"endColumn":11,"suggestions":"432"},{"ruleId":"393","severity":1,"message":"431","line":34,"column":6,"nodeType":"395","endLine":34,"endColumn":8,"suggestions":"433"},{"ruleId":"393","severity":1,"message":"434","line":31,"column":6,"nodeType":"395","endLine":31,"endColumn":15,"suggestions":"435"},{"ruleId":"388","severity":1,"message":"436","line":20,"column":9,"nodeType":"390","messageId":"391","endLine":20,"endColumn":16},{"ruleId":"388","severity":1,"message":"437","line":1,"column":15,"nodeType":"390","messageId":"391","endLine":1,"endColumn":30},{"ruleId":"388","severity":1,"message":"438","line":3,"column":10,"nodeType":"390","messageId":"391","endLine":3,"endColumn":22},{"ruleId":"388","severity":1,"message":"407","line":1,"column":10,"nodeType":"390","messageId":"391","endLine":1,"endColumn":13},{"ruleId":"388","severity":1,"message":"439","line":22,"column":51,"nodeType":"390","messageId":"391","endLine":22,"endColumn":63},{"ruleId":"388","severity":1,"message":"440","line":22,"column":65,"nodeType":"390","messageId":"391","endLine":22,"endColumn":73},{"ruleId":"441","severity":1,"message":"442","line":82,"column":13,"nodeType":"443","messageId":"444","endLine":93,"endColumn":23},{"ruleId":"441","severity":1,"message":"442","line":104,"column":11,"nodeType":"443","messageId":"444","endLine":115,"endColumn":21},{"ruleId":"388","severity":1,"message":"445","line":15,"column":14,"nodeType":"390","messageId":"391","endLine":15,"endColumn":39},{"ruleId":"393","severity":1,"message":"446","line":19,"column":6,"nodeType":"395","endLine":19,"endColumn":8,"suggestions":"447"},{"ruleId":"393","severity":1,"message":"448","line":59,"column":6,"nodeType":"395","endLine":59,"endColumn":8,"suggestions":"449"},{"ruleId":"388","severity":1,"message":"429","line":24,"column":7,"nodeType":"390","messageId":"391","endLine":24,"endColumn":11},{"ruleId":"388","severity":1,"message":"421","line":27,"column":32,"nodeType":"390","messageId":"391","endLine":27,"endColumn":38},{"ruleId":"388","severity":1,"message":"421","line":48,"column":32,"nodeType":"390","messageId":"391","endLine":48,"endColumn":38},{"ruleId":"388","severity":1,"message":"430","line":149,"column":9,"nodeType":"390","messageId":"391","endLine":149,"endColumn":21},{"ruleId":"388","severity":1,"message":"450","line":19,"column":5,"nodeType":"390","messageId":"391","endLine":19,"endColumn":22},{"ruleId":"388","severity":1,"message":"451","line":20,"column":5,"nodeType":"390","messageId":"391","endLine":20,"endColumn":15},{"ruleId":"388","severity":1,"message":"452","line":21,"column":5,"nodeType":"390","messageId":"391","endLine":21,"endColumn":16},{"ruleId":"388","severity":1,"message":"453","line":22,"column":5,"nodeType":"390","messageId":"391","endLine":22,"endColumn":10},{"ruleId":"393","severity":1,"message":"454","line":160,"column":6,"nodeType":"395","endLine":160,"endColumn":42,"suggestions":"455"},{"ruleId":"393","severity":1,"message":"454","line":166,"column":6,"nodeType":"395","endLine":166,"endColumn":42,"suggestions":"456"},{"ruleId":"393","severity":1,"message":"457","line":80,"column":6,"nodeType":"395","endLine":80,"endColumn":39,"suggestions":"458"},{"ruleId":"393","severity":1,"message":"459","line":103,"column":6,"nodeType":"395","endLine":103,"endColumn":8,"suggestions":"460"},{"ruleId":"393","severity":1,"message":"461","line":108,"column":6,"nodeType":"395","endLine":108,"endColumn":17,"suggestions":"462"},{"ruleId":"393","severity":1,"message":"463","line":111,"column":6,"nodeType":"395","endLine":111,"endColumn":13,"suggestions":"464"},{"ruleId":"393","severity":1,"message":"465","line":106,"column":6,"nodeType":"395","endLine":106,"endColumn":40,"suggestions":"466"},{"ruleId":"393","severity":1,"message":"467","line":119,"column":6,"nodeType":"395","endLine":119,"endColumn":40,"suggestions":"468"},{"ruleId":"388","severity":1,"message":"469","line":11,"column":34,"nodeType":"390","messageId":"391","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",["470"],"'useMemo' is defined but never used.","'selectAll' is assigned a value but never used.","React Hook useEffect has a missing dependency: 'localMaker'. Either include it or remove the dependency array.",["471"],"React Hook useEffect has missing dependencies: 'formInitValues', 'manual', 'reloadFn', 'request', and 'resultAction'. Either include them or remove the dependency array.",["472"],"'HTableConfig' is defined but never used.","'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.",["473"],"'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.",["474"],["475"],"React Hook useMemo has a missing dependency: 'titleClass'. Either include it or remove the dependency array.",["476"],"'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.","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.",["477"],"React Hook useEffect has missing dependencies: 'dialogTableInstance', 'hide', and 'show'. Either include them or remove the dependency array.",["478"],"'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.",["479"],["480"],"React Hook useEffect has a missing dependency: 'changeConfigData'. Either include it or remove the dependency array.",["481"],"React Hook useMemo has a missing dependency: 'selfValue'. Either include it or remove the dependency array.",["482"],"React Hook useEffect has missing dependencies: 'columns' and 'tableInstance.table'. Either include them or remove the dependency array.",["483"],"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.",["484"],"React Hook useEffect has missing dependencies: 'findId' and 'rowOnChange'. Either include them or remove the dependency array.",["485"],"React Hook useMemo has missing dependencies: 'keys.length' and 'selectAll'. Either include them or remove the dependency array.",["486"],"'rowKey' is assigned a value but never used.",{"desc":"487","fix":"488"},{"desc":"489","fix":"490"},{"desc":"491","fix":"492"},{"desc":"493","fix":"494"},{"desc":"495","fix":"496"},{"desc":"497","fix":"498"},{"desc":"499","fix":"500"},{"desc":"501","fix":"502"},{"desc":"503","fix":"504"},{"desc":"505","fix":"506"},{"desc":"505","fix":"507"},{"desc":"508","fix":"509"},{"desc":"510","fix":"511"},{"desc":"512","fix":"513"},{"desc":"514","fix":"515"},{"desc":"516","fix":"517"},{"desc":"518","fix":"519"},"Update the dependencies array to be: [table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource]",{"range":"520","text":"521"},"Update the dependencies array to be: [dataSource, localMaker]",{"range":"522","text":"523"},"Update the dependencies array to be: [formInitValues, manual, reloadFn, request, resultAction]",{"range":"524","text":"525"},"Update the dependencies array to be: [className, config]",{"range":"526","text":"527"},"Update the dependencies array to be: [cuDom, dom]",{"range":"528","text":"529"},"Update the dependencies array to be: [cuDom]",{"range":"530","text":"531"},"Update the dependencies array to be: [columns, titleClass]",{"range":"532","text":"533"},"Update the dependencies array to be: [tableInstance]",{"range":"534","text":"535"},"Update the dependencies array to be: [dialogTableInstance, hide, show]",{"range":"536","text":"537"},"Update the dependencies array to be: [configData, searchSpan, headerOpen, mkNewFn]",{"range":"538","text":"539"},{"range":"540","text":"539"},"Update the dependencies array to be: [configData, table, rowSelection, changeConfigData]",{"range":"541","text":"542"},"Update the dependencies array to be: [selfValue]",{"range":"543","text":"544"},"Update the dependencies array to be: [columns, selfValue, tableInstance.table]",{"range":"545","text":"546"},"Update the dependencies array to be: [columnsState, value]",{"range":"547","text":"548"},"Update the dependencies array to be: [selectedRowKeys, records, rowKey, rowOnChange, findId]",{"range":"549","text":"550"},"Update the dependencies array to be: [alwaysShowAlert, keys.length, selectAll]",{"range":"551","text":"552"},[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/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,7 +1,7 @@
1
1
  import type { ConfigItemModal } from "../../modal";
2
2
  import React from "react";
3
3
  export declare const getItemValue: (data: ConfigItemModal) => {
4
- name?: string | undefined;
4
+ name?: string | any[] | undefined;
5
5
  labelAlign?: import("@hw-component/form/es/Form/modal").LabelAlignModal | undefined;
6
6
  label?: React.ReactNode | import("@hw-component/form/es/Form/modal").HelperModal;
7
7
  hidden?: boolean | import("@hw-component/form/es/Form/modal").HideModal | undefined;
@@ -9,7 +9,7 @@ export declare const getItemValue: (data: ConfigItemModal) => {
9
9
  dependencies?: import("rc-field-form/lib/interface").NamePath[] | undefined;
10
10
  getValueFromEvent?: ((...args: import("rc-field-form/lib/interface").EventArgs) => any) | undefined;
11
11
  normalize?: ((value: any, prevValue: any, allValues: import("rc-field-form/lib/interface").Store) => any) | undefined;
12
- rules?: import("rc-field-form/lib/interface").Rule[] | undefined;
12
+ rules?: import("antd").FormRule[] | undefined;
13
13
  shouldUpdate?: import("rc-field-form/lib/Field").ShouldUpdate<any> | undefined;
14
14
  trigger?: string | undefined;
15
15
  validateTrigger?: string | false | string[] | undefined;
@@ -52,6 +52,9 @@ export declare const getItemValue: (data: ConfigItemModal) => {
52
52
  dispatch?: import("@hw-component/form/es/Form/modal").DispatchModal<string | string[]> | undefined;
53
53
  itemSpan?: import("antd").ColProps | undefined;
54
54
  hideLabel?: boolean | undefined;
55
+ rowWrapper?: boolean | undefined;
56
+ nameKey?: string | undefined;
57
+ flexBox?: boolean | undefined;
55
58
  render?: ((dom: React.ReactNode, data: any, index: number, tableInstance: import("../../modal").HTableInstance) => React.ReactNode) | undefined;
56
59
  showSearch?: boolean | undefined;
57
60
  searchType?: string | undefined;
@@ -1,10 +1,4 @@
1
1
  /// <reference types="react" />
2
- import type { HRowSelection } from "../../modal";
3
- interface RowSelectionBoxProps {
4
- data: any;
5
- onChange?: HRowSelection["onChange"];
6
- getCheckboxProps?: HRowSelection["getCheckboxProps"];
7
- index: number;
8
- }
9
- declare const _default: ({ data, onChange, index, getCheckboxProps, }: RowSelectionBoxProps) => JSX.Element;
2
+ import { RowRadioSelectionProps } from "@/components/HTableBody/modal";
3
+ declare const _default: ({ data, onChange, index, getCheckboxProps, }: RowRadioSelectionProps) => JSX.Element;
10
4
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import type { Key } from "react";
2
- import type { HRowSelection } from "../../modal";
2
+ import { RowRadioSelectionProps } from '../modal';
3
3
  export declare const useAllChecked: (keys?: Key[], data?: any[]) => boolean;
4
- export declare const useCheckControl: (data: any[] | undefined, onChange: HRowSelection["onChange"]) => {
4
+ export declare const useCheckControl: (data: any[] | undefined, onChange: RowRadioSelectionProps["onChange"]) => {
5
5
  checkChange: (e: any) => void;
6
6
  menuClick: ({ key }: {
7
7
  key: any;
@@ -1,10 +1,3 @@
1
1
  /// <reference types="react" />
2
- import type { HRowSelection } from "@/components/modal";
3
- interface RowRadioSelectionProps {
4
- data: any;
5
- onChange?: HRowSelection["onChange"];
6
- getCheckboxProps?: HRowSelection["getCheckboxProps"];
7
- index: number;
8
- }
2
+ import { RowRadioSelectionProps } from './modal';
9
3
  export declare const RowRadioSelection: ({ data, onChange, index, getCheckboxProps, }: RowRadioSelectionProps) => JSX.Element;
10
- export {};
@@ -0,0 +1,4 @@
1
+ import type { HTableBodyProps } from "@/components/HTableBody/modal";
2
+ import type { RowClassName } from "rc-table/lib/interface";
3
+ declare const _default: ({ rowClassName, rowKey, }: HTableBodyProps) => RowClassName<any>;
4
+ export default _default;
@@ -0,0 +1,39 @@
1
+ // welcome to hoo hoo hoo
2
+ import _keysInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/keys';
3
+ import _indexOfInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/index-of';
4
+ import _concatInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/concat';
5
+ import { useHTableContext } from '../../context.js';
6
+ import { useContext } from 'react';
7
+ import { ConfigProvider } from 'antd';
8
+ import { useHTableConfigContext } from '../../TableConfig.js';
9
+
10
+ var useRowClassName = (function (_ref) {
11
+ var rowClassName = _ref.rowClassName,
12
+ _ref$rowKey = _ref.rowKey,
13
+ rowKey = _ref$rowKey === void 0 ? "id" : _ref$rowKey;
14
+ var _useHTableContext = useHTableContext(),
15
+ selectedRowData = _useHTableContext.selectedRowData;
16
+ var _useHTableConfigConte = useHTableConfigContext({}),
17
+ defaultSelectedRowClassName = _useHTableConfigConte.defaultSelectedRowClassName;
18
+ var _selectedRowData$keys = _keysInstanceProperty(selectedRowData),
19
+ keys = _selectedRowData$keys === void 0 ? [] : _selectedRowData$keys;
20
+ var _useContext = useContext(ConfigProvider.ConfigContext),
21
+ getPrefixCls = _useContext.getPrefixCls;
22
+ return function (record, index, indent) {
23
+ var _context2;
24
+ var key = typeof rowKey === "function" ? rowKey(record, index) : record[rowKey];
25
+ var propsRowClassName = typeof rowClassName === "function" ? rowClassName(record, index, indent) : rowClassName;
26
+ var relPropsRowClassName = propsRowClassName || "";
27
+ if ((keys === null || keys === void 0 ? void 0 : _indexOfInstanceProperty(keys).call(keys, key)) === -1) {
28
+ return relPropsRowClassName;
29
+ }
30
+ if (typeof defaultSelectedRowClassName === "undefined") {
31
+ var _context;
32
+ return _concatInstanceProperty(_context = "".concat(getPrefixCls("table-row-selected"), " ")).call(_context, relPropsRowClassName);
33
+ }
34
+ return _concatInstanceProperty(_context2 = "".concat(defaultSelectedRowClassName || "", " ")).call(_context2, relPropsRowClassName);
35
+ };
36
+ });
37
+
38
+ export { useRowClassName as default };
39
+ // powered by hdj
@@ -9,15 +9,12 @@ import _Object$defineProperties from '@babel/runtime-corejs3/core-js-stable/obje
9
9
  import _Object$defineProperty from '@babel/runtime-corejs3/core-js-stable/object/define-property';
10
10
  import _defineProperty from '@babel/runtime-corejs3/helpers/defineProperty';
11
11
  import _objectWithoutProperties from '@babel/runtime-corejs3/helpers/objectWithoutProperties';
12
- import _keysInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/keys';
13
- import _indexOfInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/index-of';
14
- import _concatInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/concat';
15
12
  import { jsx, jsxs } from 'react/jsx-runtime';
16
13
  import ProTable from '@ant-design/pro-table';
17
14
  import { useSize, useSynchronousKeys, useAlwaysShowAlert, useTableChange } from './hooks/useControl.js';
18
15
  import { useCols, useColumnsStateType } from './hooks/useColData.js';
19
16
  import { useHTableContext } from '../context.js';
20
- import { ConfigProvider, Space, Alert } from 'antd';
17
+ import { Space, Alert, ConfigProvider } from 'antd';
21
18
  import { useHTableConfigContext } from '../TableConfig.js';
22
19
  import HTablePagination from '../HTablePagination/index.js';
23
20
  import { useClassName } from '../hooks/index.js';
@@ -25,13 +22,12 @@ import AlertMsg from './AlertMsg.js';
25
22
  import Options from './Options/index.js';
26
23
  import HeaderTitle from './HeaderTitle/index.js';
27
24
  import { emptyDefaultRender, errorDefaultRender } from './defaultRender.js';
28
- import { useContext } from 'react';
25
+ import useRowClassName from './hooks/useRowClassName.js';
29
26
 
30
27
  var _excluded = ["configData", "pagination", "onPageChange", "rowSelection", "rowKey", "emptyRender", "errorRender", "tableStyle", "paginationStyle", "headerTitle", "options", "actionRender", "affixProps", "goTop", "size", "optionsRender", "paginationActionRender", "localSorter", "columnsState", "tableExtraRender", "table", "onChange", "bordered", "rowClassName"],
31
28
  _excluded2 = ["value", "onChange", "reset"];
32
29
  function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
33
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context2 = ownKeys(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context3 = ownKeys(Object(t))).call(_context3, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
34
- var ConfigContext = ConfigProvider.ConfigContext;
30
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
35
31
  var Body = (function (bodyProps) {
36
32
  var configData = bodyProps.configData,
37
33
  _bodyProps$pagination = bodyProps.pagination,
@@ -59,10 +55,9 @@ var Body = (function (bodyProps) {
59
55
  tableExtraRender = bodyProps.tableExtraRender,
60
56
  table = bodyProps.table,
61
57
  tableOnchange = bodyProps.onChange,
62
- bordered = bodyProps.bordered,
63
- _bodyProps$rowClassNa = bodyProps.rowClassName,
64
- _rowClassName = _bodyProps$rowClassNa === void 0 ? "" : _bodyProps$rowClassNa,
65
- props = _objectWithoutProperties(bodyProps, _excluded);
58
+ bordered = bodyProps.bordered;
59
+ bodyProps.rowClassName;
60
+ var props = _objectWithoutProperties(bodyProps, _excluded);
66
61
  var _ref = rowSelection || {},
67
62
  selectedRowKeys = _ref.selectedRowKeys,
68
63
  configAlwaysShowAlert = _ref.alwaysShowAlert;
@@ -133,11 +128,7 @@ var Body = (function (bodyProps) {
133
128
  table: tableInstance,
134
129
  localSorter: localSorter
135
130
  });
136
- var _selectedRowData$keys = _keysInstanceProperty(selectedRowData),
137
- keys = _selectedRowData$keys === void 0 ? [] : _selectedRowData$keys;
138
- selectedRowData.selectAll;
139
- var _useContext = useContext(ConfigContext),
140
- getPrefixCls = _useContext.getPrefixCls;
131
+ var rowClassNameFn = useRowClassName(bodyProps);
141
132
  return jsx("div", {
142
133
  style: defaultTableStyle,
143
134
  className: "hw_table_body ".concat(className),
@@ -163,15 +154,7 @@ var Body = (function (bodyProps) {
163
154
  return tableEmptyRender === null || tableEmptyRender === void 0 ? void 0 : tableEmptyRender(tableInstance);
164
155
  },
165
156
  children: [jsx(ProTable, _objectSpread(_objectSpread({}, props), {}, {
166
- rowClassName: function rowClassName(record, index, indent) {
167
- var key = typeof rowKey === "function" ? rowKey(data, index) : record[rowKey];
168
- var propsRowClassName = typeof _rowClassName === "function" ? _rowClassName(data, index, indent) : _rowClassName;
169
- if ((keys === null || keys === void 0 ? void 0 : _indexOfInstanceProperty(keys).call(keys, key)) !== -1) {
170
- var _context;
171
- return _concatInstanceProperty(_context = "".concat(getPrefixCls("table-row-selected"), " ")).call(_context, propsRowClassName);
172
- }
173
- return propsRowClassName;
174
- },
157
+ rowClassName: rowClassNameFn,
175
158
  bordered: bordered,
176
159
  columnsState: _objectSpread(_objectSpread({}, selfColStatus), {}, {
177
160
  value: value
@@ -1,5 +1,5 @@
1
1
  import type { OptionConfig } from "@ant-design/pro-table/lib/components/ToolBar";
2
- import type React from "react";
2
+ import React, { Key } from "react";
3
3
  import type { ProTableProps } from "@ant-design/pro-table";
4
4
  import type { ActionRenderFn, ConfigDataModal, HRowSelection, HTableInstance, ParamsModal } from "@/components/modal";
5
5
  import type { AffixProps } from "antd/lib/affix";
@@ -25,3 +25,9 @@ export interface HTableBodyProps extends Omit<ProTableProps<any, any>, "dataSour
25
25
  table?: HTableInstance;
26
26
  pagination?: IPaginationProps | false;
27
27
  }
28
+ export interface RowRadioSelectionProps {
29
+ data: any;
30
+ onChange?: (keys: Key[], data: any[]) => void;
31
+ getCheckboxProps?: HRowSelection["getCheckboxProps"];
32
+ index: number;
33
+ }
@@ -5,3 +5,4 @@ export declare const outColSetting: (columns: ConfigDataModal, columnsState?: Co
5
5
  checkCols: ConfigDataModal;
6
6
  keys: string[];
7
7
  };
8
+ export declare const rowItemFn: (action: any, record: any, index: any) => any;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- declare const _default: import("react").ForwardRefExoticComponent<any>;
2
+ declare const _default: import("react").ForwardRefExoticComponent<import("@hw-component/form/es/Form/modal").HFormItemProps & import("react").RefAttributes<any>>;
3
3
  export default _default;
@@ -7,6 +7,7 @@ interface HTableConfigContextModal {
7
7
  tableStyle?: React.CSSProperties;
8
8
  paginationStyle?: React.CSSProperties;
9
9
  valueTypeConfig?: ValueTypeConfigModal;
10
+ defaultSelectedRowClassName?: string | null;
10
11
  }
11
12
  export declare const HTableConfigContext: React.Context<HTableConfigContextModal | null>;
12
13
  export declare const useHTableConfigContext: ({ emptyRender, errorRender, headerStyle, tableStyle, paginationStyle, }: HTableConfigContextModal) => {
@@ -16,6 +17,7 @@ export declare const useHTableConfigContext: ({ emptyRender, errorRender, header
16
17
  tableStyle: React.CSSProperties | undefined;
17
18
  paginationStyle: React.CSSProperties | undefined;
18
19
  valueTypeConfig: ValueTypeConfigModal;
20
+ defaultSelectedRowClassName: string | null | undefined;
19
21
  };
20
22
  declare const Index: React.FC<HTableConfigContextModal>;
21
23
  export default Index;
package/es/TableConfig.js CHANGED
@@ -18,14 +18,16 @@ var useHTableConfigContext = function useHTableConfigContext(_ref) {
18
18
  configTableStyle = _ref2.tableStyle,
19
19
  configPaginationStyle = _ref2.paginationStyle,
20
20
  _ref2$valueTypeConfig = _ref2.valueTypeConfig,
21
- valueTypeConfig = _ref2$valueTypeConfig === void 0 ? {} : _ref2$valueTypeConfig;
21
+ valueTypeConfig = _ref2$valueTypeConfig === void 0 ? {} : _ref2$valueTypeConfig,
22
+ defaultSelectedRowClassName = _ref2.defaultSelectedRowClassName;
22
23
  return {
23
24
  errorRender: errorRender || configErrorRender,
24
25
  emptyRender: emptyRender || configEmptyRender,
25
26
  headerStyle: headerStyle || configHeaderStyle,
26
27
  tableStyle: tableStyle || configTableStyle,
27
28
  paginationStyle: paginationStyle || configPaginationStyle,
28
- valueTypeConfig: valueTypeConfig
29
+ valueTypeConfig: valueTypeConfig,
30
+ defaultSelectedRowClassName: defaultSelectedRowClassName
29
31
  };
30
32
  };
31
33
  var Index = function Index(_ref3) {