@hw-component/table 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintcache +1 -1
- package/es/hooks/useCurrentTable.d.ts +2 -2
- package/es/hooks/useHTable.js +4 -1
- package/lib/hooks/useCurrentTable.d.ts +2 -2
- package/lib/hooks/useHTable.js +4 -1
- package/package.json +2 -2
- package/src/components/HTableBody/hooks.tsx +6 -1
- package/src/components/HTableBody/index.tsx +7 -1
- package/src/components/HTableFooter/index.tsx +7 -1
- package/src/components/HTablePagination/index.tsx +1 -1
- package/src/components/ModalTable/hooks.ts +2 -3
- package/src/components/ModalTable/index.tsx +10 -10
- package/src/components/Table.tsx +1 -1
- package/src/components/TableCustomize.tsx +1 -1
- package/src/components/context.ts +2 -2
- package/src/components/hooks/useCurrentTable.ts +5 -5
- package/src/components/hooks/useHTable.tsx +4 -1
- package/src/components/hooks/useRowObj.ts +2 -4
- package/src/components/index.tsx +1 -1
- package/src/components/modal.ts +1 -1
- package/src/pages/ModalTable/index.tsx +28 -28
- package/src/pages/Table/index.tsx +7 -3
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/components/ModalTable/hooks.ts":"23","/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/index.tsx":"24","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx":"25","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx":"26","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowSelection.tsx":"27","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks.tsx":"28","/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx":"29","/Users/hedongjie/Desktop/web/hw-component-table/src/typings.d.ts":"30","/Users/hedongjie/Desktop/web/hw-component-table/scripts/rollup.config.js":"31","/Users/hedongjie/Desktop/web/hw-component-table/scripts/webpack.config.js":"32","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks.tsx":"33","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultSubComponent.tsx":"34","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/modal.ts":"35","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Content.tsx":"36","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Title.tsx":"37","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/index.tsx":"38","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/modal.d.ts":"39","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/utils.ts":"40","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx":"41","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/RangePickerSearch.tsx":"42","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx":"43","/Users/hedongjie/Desktop/web/hw-component-table/es/GoTop/index.d.ts":"44","/Users/hedongjie/Desktop/web/hw-component-table/es/GoTop/index.js":"45","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.d.ts":"46","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.js":"47","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/HeaderTitle/index.d.ts":"48","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/HeaderTitle/index.js":"49","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.d.ts":"50","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.js":"51","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Title.d.ts":"52","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Title.js":"53","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/index.d.ts":"54","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/index.js":"55","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.d.ts":"56","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.js":"57","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.d.ts":"58","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.js":"59","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.d.ts":"60","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.js":"61","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.d.ts":"62","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.js":"63","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.d.ts":"64","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.js":"65","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/RangePickerSearch.d.ts":"66","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/RangePickerSearch.js":"67","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultFormRender.d.ts":"68","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultFormRender.js":"69","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.d.ts":"70","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.js":"71","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.d.ts":"72","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.js":"73","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.d.ts":"74","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.js":"75","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/modal.d.ts":"76","/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.d.ts":"77","/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.js":"78","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.d.ts":"79","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.js":"80","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.d.ts":"81","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.js":"82","/Users/hedongjie/Desktop/web/hw-component-table/es/Table.d.ts":"83","/Users/hedongjie/Desktop/web/hw-component-table/es/Table.js":"84","/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.d.ts":"85","/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.js":"86","/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.d.ts":"87","/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.js":"88","/Users/hedongjie/Desktop/web/hw-component-table/es/context.d.ts":"89","/Users/hedongjie/Desktop/web/hw-component-table/es/context.js":"90","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.d.ts":"91","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.js":"92","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.d.ts":"93","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.js":"94","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.d.ts":"95","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.js":"96","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.d.ts":"97","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.js":"98","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.d.ts":"99","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.js":"100","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.d.ts":"101","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.js":"102","/Users/hedongjie/Desktop/web/hw-component-table/es/index.d.ts":"103","/Users/hedongjie/Desktop/web/hw-component-table/es/index.js":"104","/Users/hedongjie/Desktop/web/hw-component-table/es/modal.d.ts":"105","/Users/hedongjie/Desktop/web/hw-component-table/lib/GoTop/index.d.ts":"106","/Users/hedongjie/Desktop/web/hw-component-table/lib/GoTop/index.js":"107","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/AlertMsg.d.ts":"108","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/AlertMsg.js":"109","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/HeaderTitle/index.d.ts":"110","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/HeaderTitle/index.js":"111","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Content.d.ts":"112","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Content.js":"113","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Title.d.ts":"114","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Title.js":"115","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/index.d.ts":"116","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/index.js":"117","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/utils.d.ts":"118","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/utils.js":"119","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/RowSelection.d.ts":"120","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/RowSelection.js":"121","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/hooks.d.ts":"122","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/hooks.js":"123","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/index.d.ts":"124","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/index.js":"125","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableFooter/index.d.ts":"126","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableFooter/index.js":"127","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/RangePickerSearch.d.ts":"128","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/RangePickerSearch.js":"129","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultFormRender.d.ts":"130","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultFormRender.js":"131","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultSubComponent.d.ts":"132","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultSubComponent.js":"133","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/hooks.d.ts":"134","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/hooks.js":"135","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/index.d.ts":"136","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/index.js":"137","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/modal.d.ts":"138","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTablePagination/index.d.ts":"139","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTablePagination/index.js":"140","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/hooks.d.ts":"141","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/hooks.js":"142","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/index.d.ts":"143","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/index.js":"144","/Users/hedongjie/Desktop/web/hw-component-table/lib/Table.d.ts":"145","/Users/hedongjie/Desktop/web/hw-component-table/lib/Table.js":"146","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableConfig.d.ts":"147","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableConfig.js":"148","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableCustomize.d.ts":"149","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableCustomize.js":"150","/Users/hedongjie/Desktop/web/hw-component-table/lib/context.d.ts":"151","/Users/hedongjie/Desktop/web/hw-component-table/lib/context.js":"152","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/index.d.ts":"153","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/index.js":"154","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useCurrentTable.d.ts":"155","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useCurrentTable.js":"156","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useDispatch.d.ts":"157","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useDispatch.js":"158","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useHTable.d.ts":"159","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useHTable.js":"160","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useReq.d.ts":"161","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useReq.js":"162","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useRowObj.d.ts":"163","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useRowObj.js":"164","/Users/hedongjie/Desktop/web/hw-component-table/lib/index.d.ts":"165","/Users/hedongjie/Desktop/web/hw-component-table/lib/index.js":"166","/Users/hedongjie/Desktop/web/hw-component-table/lib/modal.d.ts":"167"},{"size":1541,"mtime":1709541397429,"results":"168","hashOfConfig":"169"},{"size":741,"mtime":1713518829815,"results":"170","hashOfConfig":"169"},{"size":308,"mtime":1709541397430,"results":"171","hashOfConfig":"169"},{"size":769,"mtime":1710811861083,"results":"172","hashOfConfig":"169"},{"size":608,"mtime":1716085087404,"results":"173","hashOfConfig":"169"},{"size":2477,"mtime":1716085087370,"results":"174","hashOfConfig":"169"},{"size":971,"mtime":1716085087382,"results":"175","hashOfConfig":"169"},{"size":1215,"mtime":1716085087388,"results":"176","hashOfConfig":"169"},{"size":677,"mtime":1716085087395,"results":"177","hashOfConfig":"169"},{"size":739,"mtime":1716085087401,"results":"178","hashOfConfig":"169"},{"size":4476,"mtime":1716085087413,"results":"179","hashOfConfig":"169"},{"size":945,"mtime":1716085076989,"results":"180","hashOfConfig":"169"},{"size":4999,"mtime":1716085087294,"results":"181","hashOfConfig":"169"},{"size":2163,"mtime":1716085087304,"results":"182","hashOfConfig":"169"},{"size":1471,"mtime":1713775056928,"results":"183","hashOfConfig":"169"},{"size":1870,"mtime":1716085087379,"results":"184","hashOfConfig":"169"},{"size":209,"mtime":1713781957255,"results":"185","hashOfConfig":"169"},{"size":1410,"mtime":1713781991430,"results":"186","hashOfConfig":"169"},{"size":3124,"mtime":1716085087431,"results":"187","hashOfConfig":"169"},{"size":1762,"mtime":1716085076990,"results":"188","hashOfConfig":"169"},{"size":3149,"mtime":1716085087347,"results":"189","hashOfConfig":"169"},{"size":498,"mtime":1709893919938,"results":"190","hashOfConfig":"169"},{"size":1668,"mtime":1716085087354,"results":"191","hashOfConfig":"169"},{"size":2156,"mtime":1716085087360,"results":"192","hashOfConfig":"169"},{"size":2830,"mtime":1716085087423,"results":"193","hashOfConfig":"169"},{"size":1080,"mtime":1716085076987,"results":"194","hashOfConfig":"169"},{"size":3603,"mtime":1713782094969,"results":"195","hashOfConfig":"169"},{"size":2765,"mtime":1716085087278,"results":"196","hashOfConfig":"169"},{"size":1102,"mtime":1710829302576,"results":"197","hashOfConfig":"169"},{"size":1162,"mtime":1710829299926,"results":"198","hashOfConfig":"169"},{"size":2302,"mtime":1711102156682,"results":"199","hashOfConfig":"169"},{"size":1677,"mtime":1716085087252,"results":"200","hashOfConfig":"169"},{"size":4869,"mtime":1716085076988,"results":"201","hashOfConfig":"169"},{"size":1943,"mtime":1712056204827,"results":"202","hashOfConfig":"169"},{"size":579,"mtime":1716085076988,"results":"203","hashOfConfig":"169"},{"size":1781,"mtime":1713782021632,"results":"204","hashOfConfig":"169"},{"size":1349,"mtime":1711679772700,"results":"205","hashOfConfig":"169"},{"size":3092,"mtime":1713518816733,"results":"206","hashOfConfig":"169"},{"size":482,"mtime":1713782042608,"results":"207","hashOfConfig":"169"},{"size":1685,"mtime":1713782074355,"results":"208","hashOfConfig":"169"},{"size":1049,"mtime":1716085076987,"results":"209","hashOfConfig":"169"},{"size":1208,"mtime":1716085076988,"results":"210","hashOfConfig":"169"},{"size":365,"mtime":1716085076988,"results":"211","hashOfConfig":"169"},{"size":167,"mtime":1716085076971,"results":"212","hashOfConfig":"169"},{"size":1567,"mtime":1716085086287,"results":"213","hashOfConfig":"169"},{"size":206,"mtime":1716085086295,"results":"214","hashOfConfig":"169"},{"size":1998,"mtime":1716085086303,"results":"215","hashOfConfig":"169"},{"size":335,"mtime":1716085086309,"results":"216","hashOfConfig":"169"},{"size":1298,"mtime":1716085086316,"results":"217","hashOfConfig":"169"},{"size":152,"mtime":1716085086319,"results":"218","hashOfConfig":"169"},{"size":4566,"mtime":1716085086335,"results":"219","hashOfConfig":"169"},{"size":139,"mtime":1716085086339,"results":"220","hashOfConfig":"169"},{"size":3963,"mtime":1716085086349,"results":"221","hashOfConfig":"169"},{"size":187,"mtime":1716085086354,"results":"222","hashOfConfig":"169"},{"size":4363,"mtime":1716085086366,"results":"223","hashOfConfig":"169"},{"size":106288,"mtime":1716085086512,"results":"224","hashOfConfig":"169"},{"size":4453,"mtime":1716085086522,"results":"225","hashOfConfig":"169"},{"size":449,"mtime":1716085086535,"results":"226","hashOfConfig":"169"},{"size":6413,"mtime":1716085086551,"results":"227","hashOfConfig":"169"},{"size":836,"mtime":1716085086556,"results":"228","hashOfConfig":"169"},{"size":5705,"mtime":1716085086566,"results":"229","hashOfConfig":"169"},{"size":1340,"mtime":1716085086572,"results":"230","hashOfConfig":"169"},{"size":9079,"mtime":1716085086583,"results":"231","hashOfConfig":"169"},{"size":559,"mtime":1716085086587,"results":"232","hashOfConfig":"169"},{"size":5230,"mtime":1716085086596,"results":"233","hashOfConfig":"169"},{"size":129,"mtime":1716085076974,"results":"234","hashOfConfig":"169"},{"size":3957,"mtime":1716085086606,"results":"235","hashOfConfig":"169"},{"size":81,"mtime":1716085086610,"results":"236","hashOfConfig":"169"},{"size":2592,"mtime":1716085086616,"results":"237","hashOfConfig":"169"},{"size":203,"mtime":1716085086619,"results":"238","hashOfConfig":"169"},{"size":4328,"mtime":1716085086625,"results":"239","hashOfConfig":"169"},{"size":226,"mtime":1716085086629,"results":"240","hashOfConfig":"169"},{"size":9485,"mtime":1716085086642,"results":"241","hashOfConfig":"169"},{"size":199,"mtime":1716085086648,"results":"242","hashOfConfig":"169"},{"size":3761,"mtime":1716085086654,"results":"243","hashOfConfig":"169"},{"size":577,"mtime":1716085086657,"results":"244","hashOfConfig":"169"},{"size":631,"mtime":1716085086662,"results":"245","hashOfConfig":"169"},{"size":7674,"mtime":1716085086675,"results":"246","hashOfConfig":"169"},{"size":1456,"mtime":1716085086682,"results":"247","hashOfConfig":"169"},{"size":3869,"mtime":1716085086689,"results":"248","hashOfConfig":"169"},{"size":283,"mtime":1716085086693,"results":"249","hashOfConfig":"169"},{"size":5970,"mtime":1716085086704,"results":"250","hashOfConfig":"169"},{"size":335,"mtime":1716085086709,"results":"251","hashOfConfig":"169"},{"size":6536,"mtime":1716085086719,"results":"252","hashOfConfig":"169"},{"size":714,"mtime":1716085086724,"results":"253","hashOfConfig":"169"},{"size":1020,"mtime":1716085086727,"results":"254","hashOfConfig":"169"},{"size":137,"mtime":1716085076976,"results":"255","hashOfConfig":"169"},{"size":5070,"mtime":1716085086735,"results":"256","hashOfConfig":"169"},{"size":889,"mtime":1716085086741,"results":"257","hashOfConfig":"169"},{"size":315,"mtime":1716085086744,"results":"258","hashOfConfig":"169"},{"size":77,"mtime":1716085076977,"results":"259","hashOfConfig":"169"},{"size":1166,"mtime":1716085086749,"results":"260","hashOfConfig":"169"},{"size":657,"mtime":1716085086753,"results":"261","hashOfConfig":"169"},{"size":1004,"mtime":1716085086758,"results":"262","hashOfConfig":"169"},{"size":177,"mtime":1716085086762,"results":"263","hashOfConfig":"169"},{"size":250,"mtime":1716085086764,"results":"264","hashOfConfig":"169"},{"size":119,"mtime":1716085076977,"results":"265","hashOfConfig":"169"},{"size":787,"mtime":1716085086770,"results":"266","hashOfConfig":"169"},{"size":1238,"mtime":1716085086777,"results":"267","hashOfConfig":"169"},{"size":5574,"mtime":1716085086786,"results":"268","hashOfConfig":"169"},{"size":335,"mtime":1716085086789,"results":"269","hashOfConfig":"169"},{"size":1069,"mtime":1716085086793,"results":"270","hashOfConfig":"169"},{"size":608,"mtime":1716085076978,"results":"271","hashOfConfig":"169"},{"size":671,"mtime":1716085086797,"results":"272","hashOfConfig":"169"},{"size":4365,"mtime":1716085086806,"results":"273","hashOfConfig":"169"},{"size":167,"mtime":1716085076978,"results":"274","hashOfConfig":"169"},{"size":1635,"mtime":1716085086815},{"size":206,"mtime":1716085086818,"results":"275","hashOfConfig":"169"},{"size":2107,"mtime":1716085086822},{"size":335,"mtime":1716085086825,"results":"276","hashOfConfig":"169"},{"size":1371,"mtime":1716085086829},{"size":152,"mtime":1716085086831,"results":"277","hashOfConfig":"169"},{"size":4681,"mtime":1716085086840},{"size":139,"mtime":1716085086842,"results":"278","hashOfConfig":"169"},{"size":4032,"mtime":1716085086847},{"size":187,"mtime":1716085086851,"results":"279","hashOfConfig":"169"},{"size":4595,"mtime":1716085086862},{"size":106288,"mtime":1716085086967,"results":"280","hashOfConfig":"169"},{"size":4517,"mtime":1716085086975},{"size":449,"mtime":1716085086979,"results":"281","hashOfConfig":"169"},{"size":6535,"mtime":1716085086991},{"size":836,"mtime":1716085086999,"results":"282","hashOfConfig":"169"},{"size":5829,"mtime":1716085087008},{"size":1340,"mtime":1716085087011,"results":"283","hashOfConfig":"169"},{"size":9267,"mtime":1716085087018},{"size":559,"mtime":1716085087022,"results":"284","hashOfConfig":"169"},{"size":5406,"mtime":1716085087029},{"size":129,"mtime":1716085076981,"results":"285","hashOfConfig":"169"},{"size":4040,"mtime":1716085087036},{"size":81,"mtime":1716085087038,"results":"286","hashOfConfig":"169"},{"size":2646,"mtime":1716085087042},{"size":203,"mtime":1716085087044,"results":"287","hashOfConfig":"169"},{"size":4476,"mtime":1716085087052},{"size":226,"mtime":1716085087054,"results":"288","hashOfConfig":"169"},{"size":9605,"mtime":1716085087063},{"size":199,"mtime":1716085087067,"results":"289","hashOfConfig":"169"},{"size":3864,"mtime":1716085087073},{"size":577,"mtime":1716085087076,"results":"290","hashOfConfig":"169"},{"size":631,"mtime":1716085087086,"results":"291","hashOfConfig":"169"},{"size":7879,"mtime":1716085087112},{"size":1456,"mtime":1716085087120,"results":"292","hashOfConfig":"169"},{"size":3989,"mtime":1716085087126},{"size":283,"mtime":1716085087134,"results":"293","hashOfConfig":"169"},{"size":6069,"mtime":1716085087143},{"size":335,"mtime":1716085087146,"results":"294","hashOfConfig":"169"},{"size":6736,"mtime":1716085087157},{"size":714,"mtime":1716085087165,"results":"295","hashOfConfig":"169"},{"size":1143,"mtime":1716085087170},{"size":137,"mtime":1716085076984,"results":"296","hashOfConfig":"169"},{"size":5214,"mtime":1716085087181},{"size":889,"mtime":1716085087184,"results":"297","hashOfConfig":"169"},{"size":335,"mtime":1716085087187},{"size":77,"mtime":1716085076984,"results":"298","hashOfConfig":"169"},{"size":1188,"mtime":1716085087192},{"size":657,"mtime":1716085087196,"results":"299","hashOfConfig":"169"},{"size":1065,"mtime":1716085087200},{"size":177,"mtime":1716085087203,"results":"300","hashOfConfig":"169"},{"size":297,"mtime":1716085087206},{"size":119,"mtime":1716085076985,"results":"301","hashOfConfig":"169"},{"size":844,"mtime":1716085087212},{"size":1238,"mtime":1716085087216,"results":"302","hashOfConfig":"169"},{"size":5657,"mtime":1716085087222},{"size":335,"mtime":1716085087225,"results":"303","hashOfConfig":"169"},{"size":1118,"mtime":1716085087230},{"size":608,"mtime":1716085076986,"results":"304","hashOfConfig":"169"},{"size":922,"mtime":1716085087234},{"size":4365,"mtime":1716085087241,"results":"305","hashOfConfig":"169"},{"filePath":"306","messages":"307","suppressedMessages":"308","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mh59l9",{"filePath":"309","messages":"310","suppressedMessages":"311","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"312","messages":"313","suppressedMessages":"314","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"315","messages":"316","suppressedMessages":"317","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"318","messages":"319","suppressedMessages":"320","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"321","messages":"322","suppressedMessages":"323","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"324","messages":"325","suppressedMessages":"326","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"327","messages":"328","suppressedMessages":"329","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"330","messages":"331","suppressedMessages":"332","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"333","messages":"334","suppressedMessages":"335","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"336","messages":"337","suppressedMessages":"338","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"339","messages":"340","suppressedMessages":"341","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"342","messages":"343","suppressedMessages":"344","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"345","messages":"346","suppressedMessages":"347","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"348","messages":"349","suppressedMessages":"350","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"351","messages":"352","suppressedMessages":"353","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"354","messages":"355","suppressedMessages":"356","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"357","messages":"358","suppressedMessages":"359","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"360","messages":"361","suppressedMessages":"362","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"363","messages":"364","suppressedMessages":"365","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"366","messages":"367","suppressedMessages":"368","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"369","messages":"370","suppressedMessages":"371","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"372","messages":"373","suppressedMessages":"374","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"375","messages":"376","suppressedMessages":"377","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"378","messages":"379","suppressedMessages":"380","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"381","messages":"382","suppressedMessages":"383","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"384","messages":"385","suppressedMessages":"386","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"387","messages":"388","suppressedMessages":"389","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"390","messages":"391","suppressedMessages":"392","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"393","messages":"394","suppressedMessages":"395","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"396","messages":"397","suppressedMessages":"398","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"399","messages":"400","suppressedMessages":"401","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"402","messages":"403","suppressedMessages":"404","errorCount":0,"fatalErrorCount":0,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"405","messages":"406","suppressedMessages":"407","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"408","messages":"409","suppressedMessages":"410","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"411","messages":"412","suppressedMessages":"413","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"414","messages":"415","suppressedMessages":"416","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"417","messages":"418","suppressedMessages":"419","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"420","messages":"421","suppressedMessages":"422","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"423","messages":"424","suppressedMessages":"425","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"426","messages":"427","suppressedMessages":"428","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"429","messages":"430","suppressedMessages":"431","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"432","messages":"433","suppressedMessages":"434","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"435","messages":"436","suppressedMessages":"437","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"438","messages":"439","suppressedMessages":"440","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"441","messages":"442","suppressedMessages":"443","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"444","messages":"445","suppressedMessages":"446","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"447","messages":"448","suppressedMessages":"449","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"450","messages":"451","suppressedMessages":"452","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"453","messages":"454","suppressedMessages":"455","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"456","messages":"457","suppressedMessages":"458","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"459","messages":"460","suppressedMessages":"461","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"462","messages":"463","suppressedMessages":"464","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"465","messages":"466","suppressedMessages":"467","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"468","messages":"469","suppressedMessages":"470","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"471","messages":"472","suppressedMessages":"473","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"474","messages":"475","suppressedMessages":"476","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"477","messages":"478","suppressedMessages":"479","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"480","messages":"481","suppressedMessages":"482","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"483","messages":"484","suppressedMessages":"485","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"486","messages":"487","suppressedMessages":"488","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"489","messages":"490","suppressedMessages":"491","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"492","messages":"493","suppressedMessages":"494","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"495","messages":"496","suppressedMessages":"497","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"498","messages":"499","suppressedMessages":"500","errorCount":1,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"501","messages":"502","suppressedMessages":"503","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"504","messages":"505","suppressedMessages":"506","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"507","messages":"508","suppressedMessages":"509","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"510","messages":"511","suppressedMessages":"512","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"513","messages":"514","suppressedMessages":"515","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"516","messages":"517","suppressedMessages":"518","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"519","messages":"520","suppressedMessages":"521","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"522","messages":"523","suppressedMessages":"524","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"525","messages":"526","suppressedMessages":"527","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"528","messages":"529","suppressedMessages":"530","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"531","messages":"532","suppressedMessages":"533","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"534","messages":"535","suppressedMessages":"536","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"537","messages":"538","suppressedMessages":"539","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"540","messages":"541","suppressedMessages":"542","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"543","messages":"544","suppressedMessages":"545","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"546","messages":"547","suppressedMessages":"548","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"549","messages":"550","suppressedMessages":"551","errorCount":3,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"552","messages":"553","suppressedMessages":"554","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"555","messages":"556","suppressedMessages":"557","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"558","messages":"559","suppressedMessages":"560","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"561","messages":"562","suppressedMessages":"563","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"564","messages":"565","suppressedMessages":"566","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"567","messages":"568","suppressedMessages":"569","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"570","messages":"571","suppressedMessages":"572","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"573","messages":"574","suppressedMessages":"575","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"576","messages":"577","suppressedMessages":"578","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"579","messages":"580","suppressedMessages":"581","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"582","messages":"583","suppressedMessages":"584","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"585","messages":"586","suppressedMessages":"587","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"588","messages":"589","suppressedMessages":"590","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"591","messages":"592","suppressedMessages":"593","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"594","messages":"595","suppressedMessages":"596","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"597","messages":"598","suppressedMessages":"599","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"600","messages":"601","suppressedMessages":"602","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"603","messages":"604","suppressedMessages":"605","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"606","messages":"607","suppressedMessages":"608","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"609","messages":"610","suppressedMessages":"611","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"612","messages":"613","suppressedMessages":"614","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"615","messages":"616","suppressedMessages":"617","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"618","messages":"619","suppressedMessages":"620","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"621","messages":"622","suppressedMessages":"623","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"624","messages":"625","suppressedMessages":"626","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"627","messages":"628","suppressedMessages":"629","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"630","messages":"631","suppressedMessages":"632","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"633","messages":"634","suppressedMessages":"635","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"636","messages":"637","suppressedMessages":"638","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"639","messages":"640","suppressedMessages":"641","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"642","messages":"643","suppressedMessages":"644","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"645","messages":"646","suppressedMessages":"647","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"648","messages":"649","suppressedMessages":"650","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"651","messages":"652","suppressedMessages":"653","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"654","messages":"655","suppressedMessages":"656","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"657","messages":"658","suppressedMessages":"659","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"660","messages":"661","suppressedMessages":"662","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"663","messages":"664","suppressedMessages":"665","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"666","messages":"667","suppressedMessages":"668","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"669","messages":"670","suppressedMessages":"671","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"672","messages":"673","suppressedMessages":"674","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"675","messages":"676","suppressedMessages":"677","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"678","messages":"679","suppressedMessages":"680","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"681","messages":"682","suppressedMessages":"683","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"684","messages":"685","suppressedMessages":"686","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"687","messages":"688","suppressedMessages":"689","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"690","messages":"691","suppressedMessages":"692","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"693","messages":"694","suppressedMessages":"695","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"696","messages":"697","suppressedMessages":"698","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"699","messages":"700","suppressedMessages":"701","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"702","messages":"703","suppressedMessages":"704","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"705","messages":"706","suppressedMessages":"707","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"708","messages":"709","suppressedMessages":"710","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"711","messages":"712","suppressedMessages":"713","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"714","messages":"715","suppressedMessages":"716","errorCount":1,"fatalErrorCount":1,"warningCount":0,"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",["717","718"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts",["719"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts",["720"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/modal.ts",["721"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx",["722","723"],[],"/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",["724"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx",["725","726","727"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx",["728","729","730"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts",["731"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/hooks.ts",["732","733","734"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx",["735","736","737","738"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowSelection.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks.tsx",["739","740"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx",["741","742"],[],"/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/hooks.tsx",["743","744","745","746","747","748"],[],"/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",["749"],[],"/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",["750"],[],"/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",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx",[],[],"/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/es/GoTop/index.d.ts",["751"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/GoTop/index.js",["752","753"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.d.ts",["754"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/HeaderTitle/index.d.ts",["755"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/HeaderTitle/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.d.ts",["756"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.js",["757"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Title.d.ts",["758"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Title.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/index.d.ts",["759"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/index.js",["760"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.d.ts",["761"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.d.ts",["762"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.d.ts",["763"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.js",["764","765","766"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.d.ts",["767"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.d.ts",["768"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.js",["769"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/RangePickerSearch.d.ts",["770"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/RangePickerSearch.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultFormRender.d.ts",["771"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultFormRender.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.d.ts",["772"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.d.ts",["773"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.js",["774","775"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.d.ts",["776"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/modal.d.ts",["777"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.d.ts",["778"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.d.ts",["779"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.js",["780","781","782"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.d.ts",["783"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.js",["784","785","786"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/Table.d.ts",["787"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/Table.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.d.ts",["788"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.d.ts",["789"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/context.d.ts",["790"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/context.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.d.ts",["791"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.js",["792"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.d.ts",["793"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.js",["794"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.d.ts",["795"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.d.ts",["796"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.d.ts",["797"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.js",["798"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.d.ts",["799"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/index.d.ts",["800"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/modal.d.ts",["801"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/GoTop/index.d.ts",["802"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/AlertMsg.d.ts",["803"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/HeaderTitle/index.d.ts",["804"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Content.d.ts",["805"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Title.d.ts",["806"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/index.d.ts",["807"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/utils.d.ts",["808"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/RowSelection.d.ts",["809"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/hooks.d.ts",["810"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/index.d.ts",["811"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableFooter/index.d.ts",["812"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/RangePickerSearch.d.ts",["813"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultFormRender.d.ts",["814"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultSubComponent.d.ts",["815"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/hooks.d.ts",["816"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/index.d.ts",["817"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/modal.d.ts",["818"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTablePagination/index.d.ts",["819"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/hooks.d.ts",["820"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/index.d.ts",["821"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/Table.d.ts",["822"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/TableConfig.d.ts",["823"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/TableCustomize.d.ts",["824"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/context.d.ts",["825"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/index.d.ts",["826"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useCurrentTable.d.ts",["827"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useDispatch.d.ts",["828"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useHTable.d.ts",["829"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useReq.d.ts",["830"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useRowObj.d.ts",["831"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/index.d.ts",["832"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/modal.d.ts",["833"],[],{"ruleId":"834","severity":1,"message":"835","line":20,"column":3,"nodeType":"836","messageId":"837","endLine":20,"endColumn":12},{"ruleId":"834","severity":1,"message":"838","line":21,"column":3,"nodeType":"836","messageId":"837","endLine":21,"endColumn":12},{"ruleId":"839","severity":1,"message":"840","line":31,"column":6,"nodeType":"841","endLine":31,"endColumn":13,"suggestions":"842"},{"ruleId":"834","severity":1,"message":"843","line":8,"column":9,"nodeType":"836","messageId":"837","endLine":8,"endColumn":30},{"ruleId":"834","severity":1,"message":"844","line":65,"column":6,"nodeType":"836","messageId":"837","endLine":65,"endColumn":20},{"ruleId":"834","severity":1,"message":"845","line":77,"column":5,"nodeType":"836","messageId":"837","endLine":77,"endColumn":16},{"ruleId":"834","severity":1,"message":"846","line":80,"column":5,"nodeType":"836","messageId":"837","endLine":80,"endColumn":20},{"ruleId":"839","severity":1,"message":"847","line":50,"column":6,"nodeType":"841","endLine":50,"endColumn":8,"suggestions":"848"},{"ruleId":"834","severity":1,"message":"849","line":4,"column":8,"nodeType":"836","messageId":"837","endLine":4,"endColumn":13},{"ruleId":"834","severity":1,"message":"850","line":61,"column":7,"nodeType":"836","messageId":"837","endLine":61,"endColumn":11},{"ruleId":"834","severity":1,"message":"851","line":115,"column":42,"nodeType":"836","messageId":"837","endLine":115,"endColumn":48},{"ruleId":"834","severity":1,"message":"852","line":5,"column":3,"nodeType":"836","messageId":"837","endLine":5,"endColumn":15},{"ruleId":"834","severity":1,"message":"853","line":6,"column":3,"nodeType":"836","messageId":"837","endLine":6,"endColumn":19},{"ruleId":"834","severity":1,"message":"851","line":41,"column":36,"nodeType":"836","messageId":"837","endLine":41,"endColumn":42},{"ruleId":"839","severity":1,"message":"854","line":13,"column":6,"nodeType":"841","endLine":13,"endColumn":17,"suggestions":"855"},{"ruleId":"834","severity":1,"message":"856","line":15,"column":14,"nodeType":"836","messageId":"837","endLine":15,"endColumn":39},{"ruleId":"839","severity":1,"message":"857","line":19,"column":6,"nodeType":"841","endLine":19,"endColumn":8,"suggestions":"858"},{"ruleId":"839","severity":1,"message":"859","line":47,"column":6,"nodeType":"841","endLine":47,"endColumn":8,"suggestions":"860"},{"ruleId":"834","severity":1,"message":"861","line":24,"column":7,"nodeType":"836","messageId":"837","endLine":24,"endColumn":11},{"ruleId":"834","severity":1,"message":"851","line":27,"column":32,"nodeType":"836","messageId":"837","endLine":27,"endColumn":38},{"ruleId":"834","severity":1,"message":"851","line":47,"column":32,"nodeType":"836","messageId":"837","endLine":47,"endColumn":38},{"ruleId":"834","severity":1,"message":"862","line":114,"column":9,"nodeType":"836","messageId":"837","endLine":114,"endColumn":21},{"ruleId":"839","severity":1,"message":"863","line":60,"column":6,"nodeType":"841","endLine":60,"endColumn":39,"suggestions":"864"},{"ruleId":"839","severity":1,"message":"865","line":89,"column":6,"nodeType":"841","endLine":89,"endColumn":40,"suggestions":"866"},{"ruleId":"839","severity":1,"message":"867","line":26,"column":6,"nodeType":"841","endLine":26,"endColumn":11,"suggestions":"868"},{"ruleId":"839","severity":1,"message":"867","line":34,"column":6,"nodeType":"841","endLine":34,"endColumn":8,"suggestions":"869"},{"ruleId":"834","severity":1,"message":"870","line":69,"column":5,"nodeType":"836","messageId":"837","endLine":69,"endColumn":22},{"ruleId":"834","severity":1,"message":"871","line":70,"column":5,"nodeType":"836","messageId":"837","endLine":70,"endColumn":15},{"ruleId":"834","severity":1,"message":"872","line":71,"column":5,"nodeType":"836","messageId":"837","endLine":71,"endColumn":16},{"ruleId":"834","severity":1,"message":"873","line":72,"column":5,"nodeType":"836","messageId":"837","endLine":72,"endColumn":10},{"ruleId":"839","severity":1,"message":"874","line":188,"column":6,"nodeType":"841","endLine":188,"endColumn":42,"suggestions":"875"},{"ruleId":"839","severity":1,"message":"874","line":194,"column":6,"nodeType":"841","endLine":194,"endColumn":42,"suggestions":"876"},{"ruleId":"839","severity":1,"message":"877","line":31,"column":6,"nodeType":"841","endLine":31,"endColumn":15,"suggestions":"878"},{"ruleId":"839","severity":1,"message":"879","line":37,"column":6,"nodeType":"841","endLine":37,"endColumn":15,"suggestions":"880"},{"ruleId":null,"fatal":true,"severity":2,"message":"881","nodeType":null},{"ruleId":"839","severity":1,"message":"882","line":44,"column":5,"nodeType":"841","endLine":44,"endColumn":10,"suggestions":"883"},{"ruleId":"839","severity":1,"message":"884","line":57,"column":6,"nodeType":"841","endLine":57,"endColumn":8,"suggestions":"885"},{"ruleId":null,"fatal":true,"severity":2,"message":"886","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"887","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"888","nodeType":null},{"ruleId":"839","severity":1,"message":"877","line":90,"column":5,"nodeType":"841","endLine":90,"endColumn":14,"suggestions":"889"},{"ruleId":null,"fatal":true,"severity":2,"message":"890","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"891","nodeType":null},{"ruleId":"839","severity":1,"message":"892","line":47,"column":5,"nodeType":"841","endLine":47,"endColumn":14,"suggestions":"893"},{"ruleId":null,"fatal":true,"severity":2,"message":"894","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"895","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"896","nodeType":null},{"ruleId":"839","severity":1,"message":"897","line":121,"column":5,"nodeType":"841","endLine":121,"endColumn":38,"suggestions":"898"},{"ruleId":"839","severity":1,"message":"865","line":156,"column":5,"nodeType":"841","endLine":156,"endColumn":39,"suggestions":"899"},{"ruleId":"839","severity":1,"message":"900","line":168,"column":5,"nodeType":"841","endLine":168,"endColumn":11,"suggestions":"901"},{"ruleId":null,"fatal":true,"severity":2,"message":"902","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"903","nodeType":null},{"ruleId":"904","severity":2,"message":"905","line":63,"column":27,"nodeType":"836","endLine":63,"endColumn":43},{"ruleId":null,"fatal":true,"severity":2,"message":"906","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"907","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"908","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"909","nodeType":null},{"ruleId":"839","severity":1,"message":"874","line":297,"column":5,"nodeType":"841","endLine":297,"endColumn":41,"suggestions":"910"},{"ruleId":"839","severity":1,"message":"874","line":306,"column":5,"nodeType":"841","endLine":306,"endColumn":41,"suggestions":"911"},{"ruleId":null,"fatal":true,"severity":2,"message":"912","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"913","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"914","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"915","nodeType":null},{"ruleId":"839","severity":1,"message":"857","line":65,"column":6,"nodeType":"841","endLine":65,"endColumn":8,"suggestions":"916"},{"ruleId":"839","severity":1,"message":"859","line":95,"column":6,"nodeType":"841","endLine":95,"endColumn":8,"suggestions":"917"},{"ruleId":"839","severity":1,"message":"918","line":107,"column":5,"nodeType":"841","endLine":107,"endColumn":14,"suggestions":"919"},{"ruleId":null,"fatal":true,"severity":2,"message":"920","nodeType":null},{"ruleId":"904","severity":2,"message":"921","line":77,"column":21,"nodeType":"836","endLine":77,"endColumn":31},{"ruleId":"904","severity":2,"message":"922","line":80,"column":24,"nodeType":"836","endLine":80,"endColumn":37},{"ruleId":"904","severity":2,"message":"923","line":92,"column":22,"nodeType":"836","endLine":92,"endColumn":37},{"ruleId":null,"fatal":true,"severity":2,"message":"924","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"925","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"926","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"927","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"928","nodeType":null},{"ruleId":"839","severity":1,"message":"854","line":30,"column":5,"nodeType":"841","endLine":30,"endColumn":16,"suggestions":"929"},{"ruleId":null,"fatal":true,"severity":2,"message":"930","nodeType":null},{"ruleId":"839","severity":1,"message":"840","line":27,"column":5,"nodeType":"841","endLine":27,"endColumn":29,"suggestions":"931"},{"ruleId":null,"fatal":true,"severity":2,"message":"932","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"933","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"934","nodeType":null},{"ruleId":"839","severity":1,"message":"847","line":152,"column":6,"nodeType":"841","endLine":152,"endColumn":8,"suggestions":"935"},{"ruleId":null,"fatal":true,"severity":2,"message":"936","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"937","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"938","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"939","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"940","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"941","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"942","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"943","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"944","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"945","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"946","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"947","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"948","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"949","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"950","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"951","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"952","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"953","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"954","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"955","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"956","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"957","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"958","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"959","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"960","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"961","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"962","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"963","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"964","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"965","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"966","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"967","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"968","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"969","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"970","nodeType":null},"@typescript-eslint/no-unused-vars","'spaceSize' is assigned a value but never used.","Identifier","unusedVar","'className' is defined 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",["971"],"'selectedRowDataSource' is assigned a value but never used.","'FooterRenderFn' is defined but never used.","'rowOnChange' is assigned a value but never used.","'allSelectChange' is assigned a value but never used.","React Hook useEffect has missing dependencies: 'manual', 'reloadFn', 'request', and 'resultAction'. Either include them or remove the dependency array.",["972"],"'table' is defined but never used.","'Test' is assigned a value but never used.","'reject' is defined but never used.","'HTableFooter' is defined but never used.","'HTablePagination' is defined but never used.","React Hook useMemo has a missing dependency: 'config'. Either include it or remove the dependency array.",["973"],"'params' is defined but never used.","React Hook useMemo has a missing dependency: 'tableInstance'. Either include it or remove the dependency array.",["974"],"React Hook useEffect has missing dependencies: 'dialogTableInstance', 'hide', and 'show'. Either include them or remove the dependency array.",["975"],"'req1' is assigned a value but never used.","'dialogTable1' is assigned a value but never used.","React Hook useEffect has a missing dependency: 'changeConfigData'. Either include it or remove the dependency array.",["976"],"React Hook useEffect has a missing dependency: 'rowOnChange'. Either include it or remove the dependency array.",["977"],"React Hook useEffect has a missing dependency: 'cuDom'. Either include it or remove the dependency array.",["978"],["979"],"'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.",["980"],["981"],"React Hook useMemo has a missing dependency: 'titleClass'. Either include it or remove the dependency array.",["982"],"React Hook useEffect has a missing dependency: 'tableInstance.table'. Either include it or remove the dependency array.",["983"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/GoTop/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","React Hook useEffect has missing dependencies: 'cuDom' and 'setStyle'. Either include them or remove the dependency array.",["984"],"React Hook useEffect has missing dependencies: 'cuDom.scrollTop' and 'setStyle'. Either include them or remove the dependency array.",["985"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/AlertMsg.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/HeaderTitle/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/Options/Content.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file",["986"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/Options/Title.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/Options/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","React Hook useEffect has missing dependencies: 'setKeys' and 'tableInstance.table'. Either include them or remove the dependency array.",["987"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/Options/utils.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/RowSelection.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/hooks.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","React Hook useEffect has missing dependencies: 'changeConfigData' and 'setCols'. Either include them or remove the dependency array.",["988"],["989"],"React Hook useEffect has a missing dependency: 'setCuSize'. Either include it or remove the dependency array.",["990"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableFooter/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","react-hooks/rules-of-hooks","React Hook \"useHTableContext\" is called in function \"index\" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word \"use\".","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableHeader/RangePickerSearch.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableHeader/defaultFormRender.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableHeader/defaultSubComponent.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableHeader/hooks.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file",["991"],["992"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableHeader/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableHeader/modal.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTablePagination/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/ModalTable/hooks.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file",["993"],["994"],"React Hook useEffect has a missing dependency: 'setModalVisible'. Either include it or remove the dependency array.",["995"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/ModalTable/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","React Hook \"useVisible\" is called in function \"index\" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word \"use\".","React Hook \"useTableProps\" is called in function \"index\" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word \"use\".","React Hook \"useCurrentTable\" is called in function \"index\" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word \"use\".","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/Table.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/TableConfig.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/TableCustomize.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/context.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/hooks/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file",["996"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/hooks/useCurrentTable.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file",["997"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/hooks/useDispatch.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/hooks/useHTable.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/hooks/useReq.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file",["998"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/hooks/useRowObj.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/modal.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/GoTop/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/AlertMsg.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/HeaderTitle/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/Options/Content.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/Options/Title.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/Options/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/Options/utils.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/RowSelection.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/hooks.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableFooter/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableHeader/RangePickerSearch.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableHeader/defaultFormRender.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableHeader/defaultSubComponent.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableHeader/hooks.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableHeader/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableHeader/modal.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTablePagination/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/ModalTable/hooks.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/ModalTable/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/Table.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/TableConfig.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/TableCustomize.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/context.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/hooks/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/hooks/useCurrentTable.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/hooks/useDispatch.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/hooks/useHTable.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/hooks/useReq.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/hooks/useRowObj.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/modal.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file",{"desc":"999","fix":"1000"},{"desc":"1001","fix":"1002"},{"desc":"1003","fix":"1004"},{"desc":"1005","fix":"1006"},{"desc":"1007","fix":"1008"},{"desc":"1009","fix":"1010"},{"desc":"1011","fix":"1012"},{"desc":"1013","fix":"1014"},{"desc":"1015","fix":"1016"},{"desc":"1017","fix":"1018"},{"desc":"1017","fix":"1019"},{"desc":"1020","fix":"1021"},{"desc":"1022","fix":"1023"},{"desc":"1024","fix":"1025"},{"desc":"1026","fix":"1027"},{"desc":"1020","fix":"1028"},{"desc":"1029","fix":"1030"},{"desc":"1031","fix":"1032"},{"desc":"1011","fix":"1033"},{"desc":"1034","fix":"1035"},{"desc":"1017","fix":"1036"},{"desc":"1017","fix":"1037"},{"desc":"1005","fix":"1038"},{"desc":"1007","fix":"1039"},{"desc":"1040","fix":"1041"},{"desc":"1003","fix":"1042"},{"desc":"1043","fix":"1044"},{"desc":"1001","fix":"1045"},"Update the dependencies array to be: [changeRowData, dispatch, getTableParams, reload, reloadWithParams, table, useCurrentTable]",{"range":"1046","text":"1047"},"Update the dependencies array to be: [manual, reloadFn, request, resultAction]",{"range":"1048","text":"1049"},"Update the dependencies array to be: [className, config]",{"range":"1050","text":"1051"},"Update the dependencies array to be: [tableInstance]",{"range":"1052","text":"1053"},"Update the dependencies array to be: [dialogTableInstance, hide, show]",{"range":"1054","text":"1055"},"Update the dependencies array to be: [configData, table, rowSelection, changeConfigData]",{"range":"1056","text":"1057"},"Update the dependencies array to be: [selectedRowKeys, records, rowKey, rowOnChange]",{"range":"1058","text":"1059"},"Update the dependencies array to be: [cuDom, dom]",{"range":"1060","text":"1061"},"Update the dependencies array to be: [cuDom]",{"range":"1062","text":"1063"},"Update the dependencies array to be: [configData, searchSpan, headerOpen, mkNewFn]",{"range":"1064","text":"1065"},{"range":"1066","text":"1065"},"Update the dependencies array to be: [columns, titleClass]",{"range":"1067","text":"1068"},"Update the dependencies array to be: [columns, tableInstance.table]",{"range":"1069","text":"1070"},"Update the dependencies array to be: [cuDom, dom, setStyle]",{"range":"1071","text":"1072"},"Update the dependencies array to be: [cuDom.scrollTop, setStyle]",{"range":"1073","text":"1074"},{"range":"1075","text":"1068"},"Update the dependencies array to be: [columns, setKeys, tableInstance.table]",{"range":"1076","text":"1077"},"Update the dependencies array to be: [configData, table, rowSelection, setCols, changeConfigData]",{"range":"1078","text":"1079"},{"range":"1080","text":"1059"},"Update the dependencies array to be: [setCuSize, size]",{"range":"1081","text":"1082"},{"range":"1083","text":"1065"},{"range":"1084","text":"1065"},{"range":"1085","text":"1053"},{"range":"1086","text":"1055"},"Update the dependencies array to be: [setModalVisible, visible]",{"range":"1087","text":"1088"},{"range":"1089","text":"1051"},"Update the dependencies array to be: [table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData]",{"range":"1090","text":"1091"},{"range":"1092","text":"1049"},[1016,1023],"[changeRowData, dispatch, getTableParams, reload, reloadWithParams, table, useCurrentTable]",[1222,1224],"[manual, reloadFn, request, resultAction]",[481,492],"[className, config]",[513,515],"[tableInstance]",[1219,1221],"[dialogTableInstance, hide, show]",[1764,1797],"[configData, table, rowSelection, changeConfigData]",[2532,2566],"[selectedRowKeys, records, rowKey, rowOnChange]",[825,830],"[cuDom, dom]",[1021,1023],"[cuDom]",[4597,4633],"[configData, searchSpan, headerOpen, mkNewFn]",[4788,4824],[996,1005],"[columns, titleClass]",[1123,1132],"[columns, tableInstance.table]",[1205,1210],"[cuDom, dom, setStyle]",[1417,1419],"[cuDom.scrollTop, setStyle]",[3508,3517],[1723,1732],"[columns, setKeys, tableInstance.table]",[4268,4301],"[configData, table, rowSelection, setCols, changeConfigData]",[5271,5305],[5560,5566],"[setCuSize, size]",[9036,9072],[9261,9297],[2461,2463],[3359,3361],[3674,3683],"[setModalVisible, visible]",[1102,1113],[913,937],"[table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData]",[5241,5243]]
|
|
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/components/ModalTable/hooks.ts":"23","/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/index.tsx":"24","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx":"25","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx":"26","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowSelection.tsx":"27","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks.tsx":"28","/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx":"29","/Users/hedongjie/Desktop/web/hw-component-table/src/typings.d.ts":"30","/Users/hedongjie/Desktop/web/hw-component-table/scripts/rollup.config.js":"31","/Users/hedongjie/Desktop/web/hw-component-table/scripts/webpack.config.js":"32","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks.tsx":"33","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultSubComponent.tsx":"34","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/modal.ts":"35","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Content.tsx":"36","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Title.tsx":"37","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/index.tsx":"38","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/modal.d.ts":"39","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/utils.ts":"40","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx":"41","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/RangePickerSearch.tsx":"42","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx":"43"},{"size":1541,"mtime":1709541397429,"results":"44","hashOfConfig":"45"},{"size":741,"mtime":1713518829815,"results":"46","hashOfConfig":"45"},{"size":308,"mtime":1709541397430,"results":"47","hashOfConfig":"45"},{"size":769,"mtime":1710811861083,"results":"48","hashOfConfig":"45"},{"size":608,"mtime":1716085382302,"results":"49","hashOfConfig":"45"},{"size":2477,"mtime":1716085382212,"results":"50","hashOfConfig":"45"},{"size":971,"mtime":1716085382228,"results":"51","hashOfConfig":"45"},{"size":1215,"mtime":1716085382286,"results":"52","hashOfConfig":"45"},{"size":677,"mtime":1716085382293,"results":"53","hashOfConfig":"45"},{"size":739,"mtime":1716085382298,"results":"54","hashOfConfig":"45"},{"size":4476,"mtime":1716085382318,"results":"55","hashOfConfig":"45"},{"size":945,"mtime":1716085371836,"results":"56","hashOfConfig":"45"},{"size":4999,"mtime":1716085382125,"results":"57","hashOfConfig":"45"},{"size":2163,"mtime":1716085382140,"results":"58","hashOfConfig":"45"},{"size":1471,"mtime":1713775056928,"results":"59","hashOfConfig":"45"},{"size":1870,"mtime":1716085382224,"results":"60","hashOfConfig":"45"},{"size":209,"mtime":1713781957255,"results":"61","hashOfConfig":"45"},{"size":1410,"mtime":1713781991430,"results":"62","hashOfConfig":"45"},{"size":3124,"mtime":1716085382346,"results":"63","hashOfConfig":"45"},{"size":1762,"mtime":1716085371838,"results":"64","hashOfConfig":"45"},{"size":3149,"mtime":1716085382191,"results":"65","hashOfConfig":"45"},{"size":498,"mtime":1709893919938,"results":"66","hashOfConfig":"45"},{"size":1503,"mtime":1716085382199,"results":"67","hashOfConfig":"45"},{"size":2083,"mtime":1716085382206,"results":"68","hashOfConfig":"45"},{"size":2830,"mtime":1716085382332,"results":"69","hashOfConfig":"45"},{"size":1080,"mtime":1716085371834,"results":"70","hashOfConfig":"45"},{"size":3603,"mtime":1713782094969,"results":"71","hashOfConfig":"45"},{"size":2765,"mtime":1716085382106,"results":"72","hashOfConfig":"45"},{"size":1102,"mtime":1710829302576,"results":"73","hashOfConfig":"45"},{"size":1162,"mtime":1710829299926,"results":"74","hashOfConfig":"45"},{"size":2302,"mtime":1711102156682,"results":"75","hashOfConfig":"45"},{"size":1677,"mtime":1716085381973,"results":"76","hashOfConfig":"45"},{"size":4869,"mtime":1716085371835,"results":"77","hashOfConfig":"45"},{"size":1943,"mtime":1712056204827,"results":"78","hashOfConfig":"45"},{"size":579,"mtime":1716085371835,"results":"79","hashOfConfig":"45"},{"size":1781,"mtime":1713782021632,"results":"80","hashOfConfig":"45"},{"size":1349,"mtime":1711679772700,"results":"81","hashOfConfig":"45"},{"size":3092,"mtime":1713518816733,"results":"82","hashOfConfig":"45"},{"size":482,"mtime":1713782042608,"results":"83","hashOfConfig":"45"},{"size":1685,"mtime":1713782074355,"results":"84","hashOfConfig":"45"},{"size":1049,"mtime":1716085371834,"results":"85","hashOfConfig":"45"},{"size":1208,"mtime":1716085371834,"results":"86","hashOfConfig":"45"},{"size":365,"mtime":1716085371835,"results":"87","hashOfConfig":"45"},{"filePath":"88","messages":"89","suppressedMessages":"90","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mh59l9",{"filePath":"91","messages":"92","suppressedMessages":"93","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"94","messages":"95","suppressedMessages":"96","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"97","messages":"98","suppressedMessages":"99","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"100","messages":"101","suppressedMessages":"102","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"103","messages":"104","suppressedMessages":"105","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"106","messages":"107","suppressedMessages":"108","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"109","messages":"110","suppressedMessages":"111","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"112","messages":"113","suppressedMessages":"114","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"115","messages":"116","suppressedMessages":"117","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"118","messages":"119","suppressedMessages":"120","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"121","messages":"122","suppressedMessages":"123","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"124","messages":"125","suppressedMessages":"126","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"127","messages":"128","suppressedMessages":"129","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"130","messages":"131","suppressedMessages":"132","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"133","messages":"134","suppressedMessages":"135","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"136","messages":"137","suppressedMessages":"138","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"139","messages":"140","suppressedMessages":"141","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"142","messages":"143","suppressedMessages":"144","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"145","messages":"146","suppressedMessages":"147","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"148","messages":"149","suppressedMessages":"150","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"151","messages":"152","suppressedMessages":"153","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"154","messages":"155","suppressedMessages":"156","errorCount":0,"fatalErrorCount":0,"warningCount":4,"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":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"172","messages":"173","suppressedMessages":"174","errorCount":0,"fatalErrorCount":0,"warningCount":2,"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":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"187","messages":"188","suppressedMessages":"189","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"190","messages":"191","suppressedMessages":"192","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"193","messages":"194","suppressedMessages":"195","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"196","messages":"197","suppressedMessages":"198","errorCount":0,"fatalErrorCount":0,"warningCount":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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"205","messages":"206","suppressedMessages":"207","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"208","messages":"209","suppressedMessages":"210","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"211","messages":"212","suppressedMessages":"213","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"214","messages":"215","suppressedMessages":"216","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/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",["217","218"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts",["219"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts",["220"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/modal.ts",["221"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx",["222","223"],[],"/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",["224"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx",["225","226","227"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx",["228","229","230"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts",["231"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/hooks.ts",["232","233","234","235"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx",["236","237","238","239"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowSelection.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks.tsx",["240","241"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx",["242","243"],[],"/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/hooks.tsx",["244","245","246","247","248","249"],[],"/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",["250"],[],"/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",["251"],[],"/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",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/RangePickerSearch.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx",[],[],{"ruleId":"252","severity":1,"message":"253","line":20,"column":3,"nodeType":"254","messageId":"255","endLine":20,"endColumn":12},{"ruleId":"252","severity":1,"message":"256","line":21,"column":3,"nodeType":"254","messageId":"255","endLine":21,"endColumn":12},{"ruleId":"257","severity":1,"message":"258","line":31,"column":6,"nodeType":"259","endLine":31,"endColumn":13,"suggestions":"260"},{"ruleId":"252","severity":1,"message":"261","line":8,"column":9,"nodeType":"254","messageId":"255","endLine":8,"endColumn":30},{"ruleId":"252","severity":1,"message":"262","line":65,"column":6,"nodeType":"254","messageId":"255","endLine":65,"endColumn":20},{"ruleId":"252","severity":1,"message":"263","line":77,"column":5,"nodeType":"254","messageId":"255","endLine":77,"endColumn":16},{"ruleId":"252","severity":1,"message":"264","line":80,"column":5,"nodeType":"254","messageId":"255","endLine":80,"endColumn":20},{"ruleId":"257","severity":1,"message":"265","line":50,"column":6,"nodeType":"259","endLine":50,"endColumn":8,"suggestions":"266"},{"ruleId":"252","severity":1,"message":"267","line":4,"column":8,"nodeType":"254","messageId":"255","endLine":4,"endColumn":13},{"ruleId":"252","severity":1,"message":"268","line":61,"column":7,"nodeType":"254","messageId":"255","endLine":61,"endColumn":11},{"ruleId":"252","severity":1,"message":"269","line":115,"column":42,"nodeType":"254","messageId":"255","endLine":115,"endColumn":48},{"ruleId":"252","severity":1,"message":"270","line":5,"column":3,"nodeType":"254","messageId":"255","endLine":5,"endColumn":15},{"ruleId":"252","severity":1,"message":"271","line":6,"column":3,"nodeType":"254","messageId":"255","endLine":6,"endColumn":19},{"ruleId":"252","severity":1,"message":"269","line":41,"column":36,"nodeType":"254","messageId":"255","endLine":41,"endColumn":42},{"ruleId":"257","severity":1,"message":"272","line":13,"column":6,"nodeType":"259","endLine":13,"endColumn":17,"suggestions":"273"},{"ruleId":"252","severity":1,"message":"274","line":9,"column":10,"nodeType":"254","messageId":"255","endLine":9,"endColumn":21},{"ruleId":"252","severity":1,"message":"275","line":16,"column":14,"nodeType":"254","messageId":"255","endLine":16,"endColumn":39},{"ruleId":"257","severity":1,"message":"276","line":20,"column":6,"nodeType":"259","endLine":20,"endColumn":8,"suggestions":"277"},{"ruleId":"257","severity":1,"message":"278","line":48,"column":6,"nodeType":"259","endLine":48,"endColumn":8,"suggestions":"279"},{"ruleId":"252","severity":1,"message":"280","line":24,"column":7,"nodeType":"254","messageId":"255","endLine":24,"endColumn":11},{"ruleId":"252","severity":1,"message":"269","line":27,"column":32,"nodeType":"254","messageId":"255","endLine":27,"endColumn":38},{"ruleId":"252","severity":1,"message":"269","line":47,"column":32,"nodeType":"254","messageId":"255","endLine":47,"endColumn":38},{"ruleId":"252","severity":1,"message":"281","line":114,"column":9,"nodeType":"254","messageId":"255","endLine":114,"endColumn":21},{"ruleId":"257","severity":1,"message":"282","line":60,"column":6,"nodeType":"259","endLine":60,"endColumn":39,"suggestions":"283"},{"ruleId":"257","severity":1,"message":"284","line":89,"column":6,"nodeType":"259","endLine":89,"endColumn":40,"suggestions":"285"},{"ruleId":"257","severity":1,"message":"286","line":26,"column":6,"nodeType":"259","endLine":26,"endColumn":11,"suggestions":"287"},{"ruleId":"257","severity":1,"message":"286","line":34,"column":6,"nodeType":"259","endLine":34,"endColumn":8,"suggestions":"288"},{"ruleId":"252","severity":1,"message":"289","line":69,"column":5,"nodeType":"254","messageId":"255","endLine":69,"endColumn":22},{"ruleId":"252","severity":1,"message":"290","line":70,"column":5,"nodeType":"254","messageId":"255","endLine":70,"endColumn":15},{"ruleId":"252","severity":1,"message":"291","line":71,"column":5,"nodeType":"254","messageId":"255","endLine":71,"endColumn":16},{"ruleId":"252","severity":1,"message":"292","line":72,"column":5,"nodeType":"254","messageId":"255","endLine":72,"endColumn":10},{"ruleId":"257","severity":1,"message":"293","line":188,"column":6,"nodeType":"259","endLine":188,"endColumn":42,"suggestions":"294"},{"ruleId":"257","severity":1,"message":"293","line":194,"column":6,"nodeType":"259","endLine":194,"endColumn":42,"suggestions":"295"},{"ruleId":"257","severity":1,"message":"296","line":31,"column":6,"nodeType":"259","endLine":31,"endColumn":15,"suggestions":"297"},{"ruleId":"257","severity":1,"message":"298","line":37,"column":6,"nodeType":"259","endLine":37,"endColumn":15,"suggestions":"299"},"@typescript-eslint/no-unused-vars","'spaceSize' is assigned a value but never used.","Identifier","unusedVar","'className' is defined 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",["300"],"'selectedRowDataSource' is assigned a value but never used.","'FooterRenderFn' is defined but never used.","'rowOnChange' is assigned a value but never used.","'allSelectChange' is assigned a value but never used.","React Hook useEffect has missing dependencies: 'manual', 'reloadFn', 'request', and 'resultAction'. Either include them or remove the dependency array.",["301"],"'table' is defined but never used.","'Test' is assigned a value but never used.","'reject' is defined but never used.","'HTableFooter' is defined but never used.","'HTablePagination' is defined but never used.","React Hook useMemo has a missing dependency: 'config'. Either include it or remove the dependency array.",["302"],"'HTableProps' is defined but never used.","'params' is defined but never used.","React Hook useMemo has a missing dependency: 'tableInstance'. Either include it or remove the dependency array.",["303"],"React Hook useEffect has missing dependencies: 'dialogTableInstance', 'hide', and 'show'. Either include them or remove the dependency array.",["304"],"'req1' is assigned a value but never used.","'dialogTable1' is assigned a value but never used.","React Hook useEffect has a missing dependency: 'changeConfigData'. Either include it or remove the dependency array.",["305"],"React Hook useEffect has a missing dependency: 'rowOnChange'. Either include it or remove the dependency array.",["306"],"React Hook useEffect has a missing dependency: 'cuDom'. Either include it or remove the dependency array.",["307"],["308"],"'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.",["309"],["310"],"React Hook useMemo has a missing dependency: 'titleClass'. Either include it or remove the dependency array.",["311"],"React Hook useEffect has a missing dependency: 'tableInstance.table'. Either include it or remove the dependency array.",["312"],{"desc":"313","fix":"314"},{"desc":"315","fix":"316"},{"desc":"317","fix":"318"},{"desc":"319","fix":"320"},{"desc":"321","fix":"322"},{"desc":"323","fix":"324"},{"desc":"325","fix":"326"},{"desc":"327","fix":"328"},{"desc":"329","fix":"330"},{"desc":"331","fix":"332"},{"desc":"331","fix":"333"},{"desc":"334","fix":"335"},{"desc":"336","fix":"337"},"Update the dependencies array to be: [changeRowData, dispatch, getTableParams, reload, reloadWithParams, table, useCurrentTable]",{"range":"338","text":"339"},"Update the dependencies array to be: [manual, reloadFn, request, resultAction]",{"range":"340","text":"341"},"Update the dependencies array to be: [className, config]",{"range":"342","text":"343"},"Update the dependencies array to be: [tableInstance]",{"range":"344","text":"345"},"Update the dependencies array to be: [dialogTableInstance, hide, show]",{"range":"346","text":"347"},"Update the dependencies array to be: [configData, table, rowSelection, changeConfigData]",{"range":"348","text":"349"},"Update the dependencies array to be: [selectedRowKeys, records, rowKey, rowOnChange]",{"range":"350","text":"351"},"Update the dependencies array to be: [cuDom, dom]",{"range":"352","text":"353"},"Update the dependencies array to be: [cuDom]",{"range":"354","text":"355"},"Update the dependencies array to be: [configData, searchSpan, headerOpen, mkNewFn]",{"range":"356","text":"357"},{"range":"358","text":"357"},"Update the dependencies array to be: [columns, titleClass]",{"range":"359","text":"360"},"Update the dependencies array to be: [columns, tableInstance.table]",{"range":"361","text":"362"},[1016,1023],"[changeRowData, dispatch, getTableParams, reload, reloadWithParams, table, useCurrentTable]",[1222,1224],"[manual, reloadFn, request, resultAction]",[481,492],"[className, config]",[523,525],"[tableInstance]",[1229,1231],"[dialogTableInstance, hide, show]",[1764,1797],"[configData, table, rowSelection, changeConfigData]",[2532,2566],"[selectedRowKeys, records, rowKey, rowOnChange]",[825,830],"[cuDom, dom]",[1021,1023],"[cuDom]",[4597,4633],"[configData, searchSpan, headerOpen, mkNewFn]",[4788,4824],[996,1005],"[columns, titleClass]",[1123,1132],"[columns, tableInstance.table]"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from "react";
|
|
2
2
|
import type { ParamsModal, HTableInstance } from "../modal";
|
|
3
|
-
import { RowObj } from "../modal";
|
|
3
|
+
import type { RowObj } from "../modal";
|
|
4
4
|
interface currentTableParams {
|
|
5
5
|
table?: HTableInstance;
|
|
6
6
|
reload: (params?: ParamsModal) => Promise<any>;
|
|
@@ -10,5 +10,5 @@ interface currentTableParams {
|
|
|
10
10
|
getTableParams: () => any;
|
|
11
11
|
selectedRowData: RowObj;
|
|
12
12
|
}
|
|
13
|
-
declare const _default: ({ table, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData }: currentTableParams) => HTableInstance;
|
|
13
|
+
declare const _default: ({ table, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, }: currentTableParams) => HTableInstance;
|
|
14
14
|
export default _default;
|
package/es/hooks/useHTable.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from "react";
|
|
2
2
|
import type { ParamsModal, HTableInstance } from "../modal";
|
|
3
|
-
import { RowObj } from "../modal";
|
|
3
|
+
import type { RowObj } from "../modal";
|
|
4
4
|
interface currentTableParams {
|
|
5
5
|
table?: HTableInstance;
|
|
6
6
|
reload: (params?: ParamsModal) => Promise<any>;
|
|
@@ -10,5 +10,5 @@ interface currentTableParams {
|
|
|
10
10
|
getTableParams: () => any;
|
|
11
11
|
selectedRowData: RowObj;
|
|
12
12
|
}
|
|
13
|
-
declare const _default: ({ table, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData }: currentTableParams) => HTableInstance;
|
|
13
|
+
declare const _default: ({ table, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, }: currentTableParams) => HTableInstance;
|
|
14
14
|
export default _default;
|
package/lib/hooks/useHTable.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hw-component/table",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "基于antd二次开发table组件",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"table"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@ant-design/icons": "4.6.2",
|
|
33
33
|
"@ant-design/pro-table": "2.70.0",
|
|
34
|
-
"@hw-component/form": "1.
|
|
34
|
+
"@hw-component/form": "1.2.2",
|
|
35
35
|
"ahooks": "2.10.9",
|
|
36
36
|
"antd": "4.20.7",
|
|
37
37
|
"core-js": "3",
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type {
|
|
2
|
+
HTableInstance,
|
|
3
|
+
HTableProps,
|
|
4
|
+
HRowSelection,
|
|
5
|
+
ConfigDataModal,
|
|
6
|
+
} from "../modal";
|
|
2
7
|
import React, { useEffect, useState } from "react";
|
|
3
8
|
import { useHTableContext } from "../context";
|
|
4
9
|
import type { GetRowKey } from "rc-table/lib/interface";
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import type { ProTableProps } from "@ant-design/pro-table";
|
|
2
2
|
import ProTable from "@ant-design/pro-table";
|
|
3
|
-
import type {
|
|
3
|
+
import type {
|
|
4
|
+
ActionRenderFn,
|
|
5
|
+
ConfigDataModal,
|
|
6
|
+
ParamsModal,
|
|
7
|
+
HTableInstance,
|
|
8
|
+
HRowSelection,
|
|
9
|
+
} from "../modal";
|
|
4
10
|
import { useCols, useSize, useSynchronousKeys } from "./hooks";
|
|
5
11
|
import { useHTableContext } from "../context";
|
|
6
12
|
import React from "react";
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { Card, Affix, Row, Space, Button } from "antd";
|
|
2
2
|
import { Typography } from "antd";
|
|
3
|
-
import type {
|
|
3
|
+
import type {
|
|
4
|
+
ActionRenderFn,
|
|
5
|
+
HTableInstance,
|
|
6
|
+
ResultModal,
|
|
7
|
+
RowObj,
|
|
8
|
+
FooterBtnRenderFn,
|
|
9
|
+
} from "../modal";
|
|
4
10
|
import { useHTableContext } from "../context";
|
|
5
11
|
import React from "react";
|
|
6
12
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { PaginationProps } from "antd";
|
|
2
2
|
import { Affix, Pagination, Row } from "antd";
|
|
3
3
|
import { useHTableContext } from "../context";
|
|
4
|
-
import type { ParamsModal,HTableInstance } from "../modal";
|
|
4
|
+
import type { ParamsModal, HTableInstance } from "../modal";
|
|
5
5
|
import { useClassName } from "../hooks";
|
|
6
6
|
import React, { useState } from "react";
|
|
7
7
|
import type { AffixProps } from "antd/lib/affix";
|
|
@@ -3,10 +3,10 @@ import type {
|
|
|
3
3
|
HDiaLogTableInstance,
|
|
4
4
|
HOnDiaLogTableInstance,
|
|
5
5
|
ModalTableProps,
|
|
6
|
-
DialogParamsModal
|
|
6
|
+
DialogParamsModal,
|
|
7
7
|
} from "../modal";
|
|
8
8
|
import { useEffect, useMemo, useState } from "react";
|
|
9
|
-
import {HTableProps} from "../modal";
|
|
9
|
+
import { HTableProps } from "../modal";
|
|
10
10
|
|
|
11
11
|
export const useHDialogTable = () => {
|
|
12
12
|
const tableInstance = useHTable();
|
|
@@ -60,4 +60,3 @@ export const useVisible = (visible: boolean) => {
|
|
|
60
60
|
setModalVisible,
|
|
61
61
|
};
|
|
62
62
|
};
|
|
63
|
-
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Modal } from "antd";
|
|
2
2
|
import Table from "../Table";
|
|
3
3
|
import type { ModalTableProps } from "../modal";
|
|
4
|
-
import {useCurrentTable, useTableProps, useVisible} from "./hooks";
|
|
4
|
+
import { useCurrentTable, useTableProps, useVisible } from "./hooks";
|
|
5
5
|
export default ({
|
|
6
6
|
configData: configDataProps,
|
|
7
7
|
request: requestProps,
|
|
8
|
-
tableProps={},
|
|
8
|
+
tableProps = {},
|
|
9
9
|
dialogTable,
|
|
10
10
|
visible = false,
|
|
11
11
|
onCancel,
|
|
@@ -63,19 +63,19 @@ export default ({
|
|
|
63
63
|
}}
|
|
64
64
|
destroyOnClose
|
|
65
65
|
title={title}
|
|
66
|
-
bodyStyle={{ padding: 0, paddingBottom:12, ...bodyStyle }}
|
|
66
|
+
bodyStyle={{ padding: 0, paddingBottom: 12, ...bodyStyle }}
|
|
67
67
|
afterClose={() => {
|
|
68
68
|
currentTable.form.resetFields();
|
|
69
69
|
afterClose?.();
|
|
70
70
|
}}
|
|
71
71
|
>
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
72
|
+
<Table
|
|
73
|
+
{...tableProps}
|
|
74
|
+
configData={configData || []}
|
|
75
|
+
table={currentTable}
|
|
76
|
+
request={req}
|
|
77
|
+
affixProps={false}
|
|
78
|
+
/>
|
|
79
79
|
</Modal>
|
|
80
80
|
);
|
|
81
81
|
};
|
package/src/components/Table.tsx
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { Dispatch, SetStateAction} from "react";
|
|
1
|
+
import type { Dispatch, SetStateAction } from "react";
|
|
2
2
|
import React, { useContext } from "react";
|
|
3
|
-
import type { HTableProps,ResultModal, RowObj, HTableInstance } from "./modal";
|
|
3
|
+
import type { HTableProps, ResultModal, RowObj, HTableInstance } from "./modal";
|
|
4
4
|
|
|
5
5
|
interface HContextModal extends Omit<HTableProps, "request"> {
|
|
6
6
|
tableInstance: HTableInstance;
|
|
@@ -2,7 +2,7 @@ import type React from "react";
|
|
|
2
2
|
import { useMemo } from "react";
|
|
3
3
|
import type { ParamsModal, HTableInstance } from "../modal";
|
|
4
4
|
import useHTable from "../hooks/useHTable";
|
|
5
|
-
import {RowObj} from "../modal";
|
|
5
|
+
import type { RowObj } from "../modal";
|
|
6
6
|
|
|
7
7
|
interface currentTableParams {
|
|
8
8
|
table?: HTableInstance;
|
|
@@ -11,7 +11,7 @@ interface currentTableParams {
|
|
|
11
11
|
dispatch: (key: string, params: any) => void;
|
|
12
12
|
reloadWithParams: (params?: ParamsModal) => Promise<any>;
|
|
13
13
|
getTableParams: () => any;
|
|
14
|
-
selectedRowData:RowObj;
|
|
14
|
+
selectedRowData: RowObj;
|
|
15
15
|
}
|
|
16
16
|
export default ({
|
|
17
17
|
table,
|
|
@@ -20,7 +20,7 @@ export default ({
|
|
|
20
20
|
dispatch,
|
|
21
21
|
reloadWithParams,
|
|
22
22
|
getTableParams,
|
|
23
|
-
selectedRowData
|
|
23
|
+
selectedRowData,
|
|
24
24
|
}: currentTableParams) => {
|
|
25
25
|
const useCurrentTable = useHTable();
|
|
26
26
|
return useMemo(() => {
|
|
@@ -30,9 +30,9 @@ export default ({
|
|
|
30
30
|
resultTable.table.dispatch = dispatch;
|
|
31
31
|
resultTable.table.reloadWithParams = reloadWithParams;
|
|
32
32
|
resultTable.table.getParams = getTableParams;
|
|
33
|
-
resultTable.table.getSelectedRowData=()=>{
|
|
33
|
+
resultTable.table.getSelectedRowData = () => {
|
|
34
34
|
return selectedRowData;
|
|
35
35
|
};
|
|
36
36
|
return resultTable as HTableInstance;
|
|
37
|
-
}, [table,selectedRowData]);
|
|
37
|
+
}, [table, selectedRowData]);
|
|
38
38
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useMemo } from "react";
|
|
2
|
-
import type { HTableInstance, ParamsModal
|
|
2
|
+
import type { HTableInstance, ParamsModal, TableInstance } from "../modal";
|
|
3
3
|
import { useHForm } from "@hw-component/form";
|
|
4
4
|
|
|
5
5
|
export default (): HTableInstance => {
|
|
@@ -18,6 +18,9 @@ export default (): HTableInstance => {
|
|
|
18
18
|
return {} as any;
|
|
19
19
|
},
|
|
20
20
|
settingKeys: {},
|
|
21
|
+
getSelectedRowData:()=>{
|
|
22
|
+
return {};
|
|
23
|
+
}
|
|
21
24
|
};
|
|
22
25
|
}, []);
|
|
23
26
|
return {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import type React from "react";
|
|
2
|
-
import {useMemo, useState} from "react";
|
|
2
|
+
import { useMemo, useState } from "react";
|
|
3
3
|
import type { RowObj } from "../modal";
|
|
4
4
|
|
|
5
5
|
export default () => {
|
|
6
6
|
const [selectedRowData, setSelectedRowData] = useState<RowObj>({});
|
|
7
7
|
const { selectAll = false } = selectedRowData;
|
|
8
|
-
const selectedRowDataSource=useMemo(()=>{
|
|
9
|
-
|
|
10
|
-
},[]);
|
|
8
|
+
const selectedRowDataSource = useMemo(() => {}, []);
|
|
11
9
|
const rowOnChange = (keys: React.Key[], rowData: any[]) => {
|
|
12
10
|
setSelectedRowData({
|
|
13
11
|
keys,
|
package/src/components/index.tsx
CHANGED
package/src/components/modal.ts
CHANGED
|
@@ -56,34 +56,34 @@ const req2 = (params) => {
|
|
|
56
56
|
id: 1,
|
|
57
57
|
name: "111",
|
|
58
58
|
},
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
59
|
+
{
|
|
60
|
+
id: 2,
|
|
61
|
+
name: "111",
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
id: 3,
|
|
65
|
+
name: "111",
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
id: 4,
|
|
69
|
+
name: "111",
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
id: 5,
|
|
73
|
+
name: "111",
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
id: 6,
|
|
77
|
+
name: "111",
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
id: 7,
|
|
81
|
+
name: "111",
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
id: 8,
|
|
85
|
+
name: "111",
|
|
86
|
+
},
|
|
87
87
|
],
|
|
88
88
|
});
|
|
89
89
|
}, 2000);
|
|
@@ -67,9 +67,13 @@ export default () => {
|
|
|
67
67
|
return (
|
|
68
68
|
<HFormConfigProvider>
|
|
69
69
|
<div>
|
|
70
|
-
<div
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
<div
|
|
71
|
+
onClick={() => {
|
|
72
|
+
console.log(hTable.table.getSelectedRowData());
|
|
73
|
+
}}
|
|
74
|
+
>
|
|
75
|
+
获取
|
|
76
|
+
</div>
|
|
73
77
|
<HTable
|
|
74
78
|
configData={configData}
|
|
75
79
|
rowKey={"id"}
|