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