@hw-component/table 0.0.9-beta-v2 → 0.0.9-beta-v3
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/HTableHeader/hooks.d.ts +1 -1
- package/es/HTableHeader/hooks.js +15 -7
- package/es/HTableHeader/index.js +2 -1
- package/es/HTableHeader/modal.d.ts +2 -0
- package/es/modal.d.ts +2 -2
- package/lib/HTableHeader/hooks.d.ts +1 -1
- package/lib/HTableHeader/hooks.js +15 -7
- package/lib/HTableHeader/index.js +2 -1
- package/lib/HTableHeader/modal.d.ts +2 -0
- package/lib/modal.d.ts +2 -2
- package/package.json +1 -1
- package/src/components/HTableBody/index.tsx +3 -2
- package/src/components/HTableHeader/hooks.tsx +13 -6
- package/src/components/HTableHeader/index.tsx +1 -0
- package/src/components/HTableHeader/modal.ts +3 -1
- package/src/components/Table.tsx +2 -2
- package/src/components/modal.ts +2 -2
- package/src/pages/ModalTable/index.tsx +1 -1
- package/src/pages/Table/index.tsx +12 -1
- package/src/pages/TableCustomize/index.tsx +1 -1
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/es/GoTop/index.d.ts":"41","/Users/hedongjie/Desktop/web/hw-component-table/es/GoTop/index.js":"42","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.d.ts":"43","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.js":"44","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.d.ts":"45","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.js":"46","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Title.d.ts":"47","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Title.js":"48","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/index.d.ts":"49","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/index.js":"50","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.d.ts":"51","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.js":"52","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.d.ts":"53","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.js":"54","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.d.ts":"55","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.js":"56","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.d.ts":"57","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.js":"58","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.d.ts":"59","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.js":"60","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.d.ts":"61","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.js":"62","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.d.ts":"63","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.js":"64","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.d.ts":"65","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.js":"66","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/modal.d.ts":"67","/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.d.ts":"68","/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.js":"69","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.d.ts":"70","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.js":"71","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.d.ts":"72","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.js":"73","/Users/hedongjie/Desktop/web/hw-component-table/es/Table.d.ts":"74","/Users/hedongjie/Desktop/web/hw-component-table/es/Table.js":"75","/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.d.ts":"76","/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.js":"77","/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.d.ts":"78","/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.js":"79","/Users/hedongjie/Desktop/web/hw-component-table/es/context.d.ts":"80","/Users/hedongjie/Desktop/web/hw-component-table/es/context.js":"81","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.d.ts":"82","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.js":"83","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.d.ts":"84","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.js":"85","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.d.ts":"86","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.js":"87","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.d.ts":"88","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.js":"89","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.d.ts":"90","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.js":"91","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.d.ts":"92","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.js":"93","/Users/hedongjie/Desktop/web/hw-component-table/es/index.d.ts":"94","/Users/hedongjie/Desktop/web/hw-component-table/es/index.js":"95","/Users/hedongjie/Desktop/web/hw-component-table/es/modal.d.ts":"96","/Users/hedongjie/Desktop/web/hw-component-table/lib/GoTop/index.d.ts":"97","/Users/hedongjie/Desktop/web/hw-component-table/lib/GoTop/index.js":"98","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/AlertMsg.d.ts":"99","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/AlertMsg.js":"100","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Content.d.ts":"101","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Content.js":"102","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Title.d.ts":"103","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Title.js":"104","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/index.d.ts":"105","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/index.js":"106","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/utils.d.ts":"107","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/utils.js":"108","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/RowSelection.d.ts":"109","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/RowSelection.js":"110","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/hooks.d.ts":"111","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/hooks.js":"112","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/index.d.ts":"113","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/index.js":"114","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableFooter/index.d.ts":"115","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableFooter/index.js":"116","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultSubComponent.d.ts":"117","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultSubComponent.js":"118","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/hooks.d.ts":"119","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/hooks.js":"120","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/index.d.ts":"121","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/index.js":"122","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/modal.d.ts":"123","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTablePagination/index.d.ts":"124","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTablePagination/index.js":"125","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/hooks.d.ts":"126","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/hooks.js":"127","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/index.d.ts":"128","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/index.js":"129","/Users/hedongjie/Desktop/web/hw-component-table/lib/Table.d.ts":"130","/Users/hedongjie/Desktop/web/hw-component-table/lib/Table.js":"131","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableConfig.d.ts":"132","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableConfig.js":"133","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableCustomize.d.ts":"134","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableCustomize.js":"135","/Users/hedongjie/Desktop/web/hw-component-table/lib/context.d.ts":"136","/Users/hedongjie/Desktop/web/hw-component-table/lib/context.js":"137","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/index.d.ts":"138","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/index.js":"139","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useCurrentTable.d.ts":"140","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useCurrentTable.js":"141","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useDispatch.d.ts":"142","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useDispatch.js":"143","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useHTable.d.ts":"144","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useHTable.js":"145","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useReq.d.ts":"146","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useReq.js":"147","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useRowObj.d.ts":"148","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useRowObj.js":"149","/Users/hedongjie/Desktop/web/hw-component-table/lib/index.d.ts":"150","/Users/hedongjie/Desktop/web/hw-component-table/lib/index.js":"151","/Users/hedongjie/Desktop/web/hw-component-table/lib/modal.d.ts":"152"},{"size":1541,"mtime":1709541397429,"results":"153","hashOfConfig":"154"},{"size":741,"mtime":1709541397429,"results":"155","hashOfConfig":"154"},{"size":308,"mtime":1709541397430,"results":"156","hashOfConfig":"154"},{"size":769,"mtime":1710811861083,"results":"157","hashOfConfig":"154"},{"size":590,"mtime":1710764754366,"results":"158","hashOfConfig":"154"},{"size":2376,"mtime":1713171315130,"results":"159","hashOfConfig":"154"},{"size":1001,"mtime":1711095487545,"results":"160","hashOfConfig":"154"},{"size":1029,"mtime":1711679923592,"results":"161","hashOfConfig":"154"},{"size":709,"mtime":1711680386755,"results":"162","hashOfConfig":"154"},{"size":676,"mtime":1710420049843,"results":"163","hashOfConfig":"154"},{"size":4171,"mtime":1711702477597,"results":"164","hashOfConfig":"154"},{"size":932,"mtime":1709620303143,"results":"165","hashOfConfig":"154"},{"size":4649,"mtime":1713171315101,"results":"166","hashOfConfig":"154"},{"size":2216,"mtime":1710420049765,"results":"167","hashOfConfig":"154"},{"size":1396,"mtime":1711159046327,"results":"168","hashOfConfig":"154"},{"size":1811,"mtime":1711095484422,"results":"169","hashOfConfig":"154"},{"size":209,"mtime":1711180552221,"results":"170","hashOfConfig":"154"},{"size":1410,"mtime":1712654698965,"results":"171","hashOfConfig":"154"},{"size":2770,"mtime":1713171315155,"results":"172","hashOfConfig":"154"},{"size":1766,"mtime":1713171315164,"results":"173","hashOfConfig":"154"},{"size":2815,"mtime":1711180552221,"results":"174","hashOfConfig":"154"},{"size":498,"mtime":1709893919938,"results":"175","hashOfConfig":"154"},{"size":1493,"mtime":1711679783897,"results":"176","hashOfConfig":"154"},{"size":2063,"mtime":1711679783908,"results":"177","hashOfConfig":"154"},{"size":2354,"mtime":1713171315144,"results":"178","hashOfConfig":"154"},{"size":1068,"mtime":1710763360964,"results":"179","hashOfConfig":"154"},{"size":3603,"mtime":1711017972577,"results":"180","hashOfConfig":"154"},{"size":2820,"mtime":1711679783860,"results":"181","hashOfConfig":"154"},{"size":1102,"mtime":1710829302576,"results":"182","hashOfConfig":"154"},{"size":1162,"mtime":1710829299926,"results":"183","hashOfConfig":"154"},{"size":2302,"mtime":1711102156682,"results":"184","hashOfConfig":"154"},{"size":1688,"mtime":1710827401948,"results":"185","hashOfConfig":"154"},{"size":4374,"mtime":1713088127333,"results":"186","hashOfConfig":"154"},{"size":1943,"mtime":1712056204827,"results":"187","hashOfConfig":"154"},{"size":445,"mtime":1711180552220,"results":"188","hashOfConfig":"154"},{"size":1781,"mtime":1711702477530,"results":"189","hashOfConfig":"154"},{"size":1349,"mtime":1711679772700,"results":"190","hashOfConfig":"154"},{"size":3172,"mtime":1711679783837,"results":"191","hashOfConfig":"154"},{"size":482,"mtime":1711372224438,"results":"192","hashOfConfig":"154"},{"size":1685,"mtime":1711702477553,"results":"193","hashOfConfig":"154"},{"size":167,"mtime":1713088144479,"results":"194","hashOfConfig":"154"},{"size":1567,"mtime":1713171314144,"results":"195","hashOfConfig":"154"},{"size":194,"mtime":1713171314152,"results":"196","hashOfConfig":"154"},{"size":1998,"mtime":1713171314161,"results":"197","hashOfConfig":"154"},{"size":152,"mtime":1713171314165,"results":"198","hashOfConfig":"154"},{"size":4566,"mtime":1713171314178,"results":"199","hashOfConfig":"154"},{"size":139,"mtime":1713171314182,"results":"200","hashOfConfig":"154"},{"size":3963,"mtime":1713171314193,"results":"201","hashOfConfig":"154"},{"size":187,"mtime":1713171314198,"results":"202","hashOfConfig":"154"},{"size":4445,"mtime":1713171314211,"results":"203","hashOfConfig":"154"},{"size":106228,"mtime":1713171314368,"results":"204","hashOfConfig":"154"},{"size":4453,"mtime":1713171314383,"results":"205","hashOfConfig":"154"},{"size":449,"mtime":1713171314398,"results":"206","hashOfConfig":"154"},{"size":6413,"mtime":1713171314413,"results":"207","hashOfConfig":"154"},{"size":868,"mtime":1713171314417,"results":"208","hashOfConfig":"154"},{"size":5705,"mtime":1713171314428,"results":"209","hashOfConfig":"154"},{"size":1248,"mtime":1713171314435,"results":"210","hashOfConfig":"154"},{"size":8638,"mtime":1713171314447,"results":"211","hashOfConfig":"154"},{"size":612,"mtime":1713171314451,"results":"212","hashOfConfig":"154"},{"size":5230,"mtime":1713171314464,"results":"213","hashOfConfig":"154"},{"size":203,"mtime":1713171314469,"results":"214","hashOfConfig":"154"},{"size":4328,"mtime":1713171314481,"results":"215","hashOfConfig":"154"},{"size":217,"mtime":1713171314484,"results":"216","hashOfConfig":"154"},{"size":9091,"mtime":1713171314497,"results":"217","hashOfConfig":"154"},{"size":185,"mtime":1713171314503,"results":"218","hashOfConfig":"154"},{"size":3668,"mtime":1713171314512,"results":"219","hashOfConfig":"154"},{"size":443,"mtime":1713171314516,"results":"220","hashOfConfig":"154"},{"size":530,"mtime":1713171314519,"results":"221","hashOfConfig":"154"},{"size":7006,"mtime":1713171314536,"results":"222","hashOfConfig":"154"},{"size":1456,"mtime":1713171314547,"results":"223","hashOfConfig":"154"},{"size":3869,"mtime":1713171314554,"results":"224","hashOfConfig":"154"},{"size":283,"mtime":1713171314559,"results":"225","hashOfConfig":"154"},{"size":5970,"mtime":1713171314566,"results":"226","hashOfConfig":"154"},{"size":317,"mtime":1713171314569,"results":"227","hashOfConfig":"154"},{"size":6216,"mtime":1713171314576,"results":"228","hashOfConfig":"154"},{"size":701,"mtime":1713171314579,"results":"229","hashOfConfig":"154"},{"size":1020,"mtime":1713171314582,"results":"230","hashOfConfig":"154"},{"size":137,"mtime":1713088144480,"results":"231","hashOfConfig":"154"},{"size":4852,"mtime":1713171314591,"results":"232","hashOfConfig":"154"},{"size":920,"mtime":1713171314596,"results":"233","hashOfConfig":"154"},{"size":315,"mtime":1713171314598,"results":"234","hashOfConfig":"154"},{"size":77,"mtime":1713088144479,"results":"235","hashOfConfig":"154"},{"size":1166,"mtime":1713171314606,"results":"236","hashOfConfig":"154"},{"size":576,"mtime":1713171314609,"results":"237","hashOfConfig":"154"},{"size":843,"mtime":1713171314612,"results":"238","hashOfConfig":"154"},{"size":177,"mtime":1713171314616,"results":"239","hashOfConfig":"154"},{"size":250,"mtime":1713171314621,"results":"240","hashOfConfig":"154"},{"size":119,"mtime":1713088144480,"results":"241","hashOfConfig":"154"},{"size":787,"mtime":1713171314626,"results":"242","hashOfConfig":"154"},{"size":1238,"mtime":1713171314634,"results":"243","hashOfConfig":"154"},{"size":5574,"mtime":1713171314649,"results":"244","hashOfConfig":"154"},{"size":335,"mtime":1713171314652,"results":"245","hashOfConfig":"154"},{"size":1029,"mtime":1713171314655,"results":"246","hashOfConfig":"154"},{"size":590,"mtime":1713088144479,"results":"247","hashOfConfig":"154"},{"size":671,"mtime":1713171314660,"results":"248","hashOfConfig":"154"},{"size":4060,"mtime":1713171314671,"results":"249","hashOfConfig":"154"},{"size":167,"mtime":1713088144476,"results":"250","hashOfConfig":"154"},{"size":1635,"mtime":1713171314677},{"size":194,"mtime":1713171314681,"results":"251","hashOfConfig":"154"},{"size":2107,"mtime":1713171314684},{"size":152,"mtime":1713171314687,"results":"252","hashOfConfig":"154"},{"size":4681,"mtime":1713171314693},{"size":139,"mtime":1713171314697,"results":"253","hashOfConfig":"154"},{"size":4032,"mtime":1713171314704},{"size":187,"mtime":1713171314708,"results":"254","hashOfConfig":"154"},{"size":4683,"mtime":1713171314718},{"size":106228,"mtime":1713171314821,"results":"255","hashOfConfig":"154"},{"size":4517,"mtime":1713171314827},{"size":449,"mtime":1713171314829,"results":"256","hashOfConfig":"154"},{"size":6535,"mtime":1713171314839},{"size":868,"mtime":1713171314842,"results":"257","hashOfConfig":"154"},{"size":5829,"mtime":1713171314850},{"size":1248,"mtime":1713171314854,"results":"258","hashOfConfig":"154"},{"size":8826,"mtime":1713171314864},{"size":612,"mtime":1713171314872,"results":"259","hashOfConfig":"154"},{"size":5406,"mtime":1713171314884},{"size":203,"mtime":1713171314887,"results":"260","hashOfConfig":"154"},{"size":4476,"mtime":1713171314893},{"size":217,"mtime":1713171314895,"results":"261","hashOfConfig":"154"},{"size":9187,"mtime":1713171314907},{"size":185,"mtime":1713171314910,"results":"262","hashOfConfig":"154"},{"size":3771,"mtime":1713171314914},{"size":443,"mtime":1713171314917,"results":"263","hashOfConfig":"154"},{"size":530,"mtime":1713171314920,"results":"264","hashOfConfig":"154"},{"size":7189,"mtime":1713171314928},{"size":1456,"mtime":1713171314936,"results":"265","hashOfConfig":"154"},{"size":3989,"mtime":1713171314945},{"size":283,"mtime":1713171314949,"results":"266","hashOfConfig":"154"},{"size":6069,"mtime":1713171314956},{"size":317,"mtime":1713171314960,"results":"267","hashOfConfig":"154"},{"size":6416,"mtime":1713171314969},{"size":701,"mtime":1713171314982,"results":"268","hashOfConfig":"154"},{"size":1143,"mtime":1713171314988},{"size":137,"mtime":1713088144476,"results":"269","hashOfConfig":"154"},{"size":4996,"mtime":1713171314996},{"size":920,"mtime":1713171315000,"results":"270","hashOfConfig":"154"},{"size":335,"mtime":1713171315002},{"size":77,"mtime":1713088144475,"results":"271","hashOfConfig":"154"},{"size":1188,"mtime":1713171315008},{"size":576,"mtime":1713171315011,"results":"272","hashOfConfig":"154"},{"size":904,"mtime":1713171315014},{"size":177,"mtime":1713171315017,"results":"273","hashOfConfig":"154"},{"size":297,"mtime":1713171315021},{"size":119,"mtime":1713088144476,"results":"274","hashOfConfig":"154"},{"size":844,"mtime":1713171315026},{"size":1238,"mtime":1713171315033,"results":"275","hashOfConfig":"154"},{"size":5657,"mtime":1713171315043},{"size":335,"mtime":1713171315048,"results":"276","hashOfConfig":"154"},{"size":1081,"mtime":1713171315051},{"size":590,"mtime":1713088144475,"results":"277","hashOfConfig":"154"},{"size":922,"mtime":1713171315058},{"size":4060,"mtime":1713171315065,"results":"278","hashOfConfig":"154"},{"filePath":"279","messages":"280","suppressedMessages":"281","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mh59l9",{"filePath":"282","messages":"283","suppressedMessages":"284","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"285","messages":"286","suppressedMessages":"287","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"288","messages":"289","suppressedMessages":"290","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"291","messages":"292","suppressedMessages":"293","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"294","messages":"295","suppressedMessages":"296","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"297","messages":"298","suppressedMessages":"299","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"300","messages":"301","suppressedMessages":"302","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"303","messages":"304","suppressedMessages":"305","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"306","messages":"307","suppressedMessages":"308","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"309","messages":"310","suppressedMessages":"311","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"330","messages":"331","suppressedMessages":"332","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"333","messages":"334","suppressedMessages":"335","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"336","messages":"337","suppressedMessages":"338","errorCount":0,"fatalErrorCount":0,"warningCount":3,"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":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"345","messages":"346","suppressedMessages":"347","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"348","messages":"349","suppressedMessages":"350","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"351","messages":"352","suppressedMessages":"353","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"360","messages":"361","suppressedMessages":"362","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"363","messages":"364","suppressedMessages":"365","errorCount":0,"fatalErrorCount":0,"warningCount":2,"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"372","messages":"373","suppressedMessages":"374","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"375","messages":"376","suppressedMessages":"377","errorCount":0,"fatalErrorCount":0,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"378","messages":"379","suppressedMessages":"380","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"387","messages":"388","suppressedMessages":"389","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"390","messages":"391","suppressedMessages":"392","errorCount":0,"fatalErrorCount":0,"warningCount":1,"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":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"402","messages":"403","suppressedMessages":"404","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"405","messages":"406","suppressedMessages":"407","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"408","messages":"409","suppressedMessages":"410","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"411","messages":"412","suppressedMessages":"413","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"414","messages":"415","suppressedMessages":"416","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"417","messages":"418","suppressedMessages":"419","errorCount":1,"fatalErrorCount":1,"warningCount":0,"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":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"426","messages":"427","suppressedMessages":"428","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"429","messages":"430","suppressedMessages":"431","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":1,"fatalErrorCount":0,"warningCount":0,"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":2,"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":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"483","messages":"484","suppressedMessages":"485","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"486","messages":"487","suppressedMessages":"488","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"489","messages":"490","suppressedMessages":"491","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"492","messages":"493","suppressedMessages":"494","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"495","messages":"496","suppressedMessages":"497","errorCount":3,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"498","messages":"499","suppressedMessages":"500","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"501","messages":"502","suppressedMessages":"503","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"504","messages":"505","suppressedMessages":"506","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"507","messages":"508","suppressedMessages":"509","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"510","messages":"511","suppressedMessages":"512","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"513","messages":"514","suppressedMessages":"515","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"516","messages":"517","suppressedMessages":"518","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"519","messages":"520","suppressedMessages":"521","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"522","messages":"523","suppressedMessages":"524","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"525","messages":"526","suppressedMessages":"527","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"528","messages":"529","suppressedMessages":"530","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"531","messages":"532","suppressedMessages":"533","errorCount":0,"fatalErrorCount":0,"warningCount":1,"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":0,"fatalErrorCount":0,"warningCount":1,"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":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":1,"fatalErrorCount":1,"warningCount":0,"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":1,"fatalErrorCount":1,"warningCount":0,"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":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":1,"fatalErrorCount":1,"warningCount":0,"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":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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},"/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",["654","655","656"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts",["657"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/modal.ts",["658"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx",[],[],"/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",["659"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx",["660","661"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx",["662","663","664"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts",["665"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/hooks.ts",["666","667","668"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/index.tsx",["669"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx",["670","671","672","673"],[],"/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",["674","675"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx",["676","677"],[],"/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",["678","679","680","681","682","683"],[],"/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",["684"],[],"/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",["685"],[],"/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/es/GoTop/index.d.ts",["686"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/GoTop/index.js",["687","688"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.d.ts",["689"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.d.ts",["690"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.js",["691"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Title.d.ts",["692"],[],"/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",["693"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/index.js",["694"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.d.ts",["695"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.d.ts",["696"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.d.ts",["697"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.js",["698","699","700"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.d.ts",["701"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.d.ts",["702"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.js",["703"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.d.ts",["704"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.d.ts",["705"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.js",["706","707"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.d.ts",["708"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/modal.d.ts",["709"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.d.ts",["710"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.d.ts",["711"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.js",["712","713","714"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.d.ts",["715"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.js",["716","717","718"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/Table.d.ts",["719"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/Table.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.d.ts",["720"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.d.ts",["721"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/context.d.ts",["722"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/context.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.d.ts",["723"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.js",["724"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.d.ts",["725"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.js",["726"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.d.ts",["727"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.d.ts",["728"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.d.ts",["729"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.js",["730"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.d.ts",["731"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/index.d.ts",["732"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/modal.d.ts",["733"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/GoTop/index.d.ts",["734"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/AlertMsg.d.ts",["735"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Content.d.ts",["736"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Title.d.ts",["737"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/index.d.ts",["738"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/utils.d.ts",["739"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/RowSelection.d.ts",["740"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/hooks.d.ts",["741"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/index.d.ts",["742"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableFooter/index.d.ts",["743"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultSubComponent.d.ts",["744"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/hooks.d.ts",["745"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/index.d.ts",["746"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/modal.d.ts",["747"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTablePagination/index.d.ts",["748"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/hooks.d.ts",["749"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/index.d.ts",["750"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/Table.d.ts",["751"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/TableConfig.d.ts",["752"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/TableCustomize.d.ts",["753"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/context.d.ts",["754"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/index.d.ts",["755"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useCurrentTable.d.ts",["756"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useDispatch.d.ts",["757"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useHTable.d.ts",["758"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useReq.d.ts",["759"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useRowObj.d.ts",["760"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/index.d.ts",["761"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/modal.d.ts",["762"],[],{"ruleId":"763","severity":1,"message":"764","line":7,"column":15,"nodeType":"765","messageId":"766","endLine":7,"endColumn":29},{"ruleId":"763","severity":1,"message":"767","line":20,"column":3,"nodeType":"765","messageId":"766","endLine":20,"endColumn":12},{"ruleId":"763","severity":1,"message":"768","line":21,"column":3,"nodeType":"765","messageId":"766","endLine":21,"endColumn":12},{"ruleId":"769","severity":1,"message":"770","line":31,"column":6,"nodeType":"771","endLine":31,"endColumn":13,"suggestions":"772"},{"ruleId":"763","severity":1,"message":"773","line":60,"column":6,"nodeType":"765","messageId":"766","endLine":60,"endColumn":20},{"ruleId":"769","severity":1,"message":"774","line":50,"column":6,"nodeType":"771","endLine":50,"endColumn":8,"suggestions":"775"},{"ruleId":"763","severity":1,"message":"776","line":54,"column":7,"nodeType":"765","messageId":"766","endLine":54,"endColumn":11},{"ruleId":"763","severity":1,"message":"777","line":101,"column":42,"nodeType":"765","messageId":"766","endLine":101,"endColumn":48},{"ruleId":"763","severity":1,"message":"778","line":5,"column":3,"nodeType":"765","messageId":"766","endLine":5,"endColumn":15},{"ruleId":"763","severity":1,"message":"779","line":6,"column":3,"nodeType":"765","messageId":"766","endLine":6,"endColumn":19},{"ruleId":"763","severity":1,"message":"777","line":41,"column":36,"nodeType":"765","messageId":"766","endLine":41,"endColumn":42},{"ruleId":"769","severity":1,"message":"780","line":13,"column":6,"nodeType":"771","endLine":13,"endColumn":17,"suggestions":"781"},{"ruleId":"763","severity":1,"message":"782","line":15,"column":14,"nodeType":"765","messageId":"766","endLine":15,"endColumn":39},{"ruleId":"769","severity":1,"message":"783","line":19,"column":6,"nodeType":"771","endLine":19,"endColumn":8,"suggestions":"784"},{"ruleId":"769","severity":1,"message":"785","line":47,"column":6,"nodeType":"771","endLine":47,"endColumn":8,"suggestions":"786"},{"ruleId":"763","severity":1,"message":"787","line":3,"column":32,"nodeType":"765","messageId":"766","endLine":3,"endColumn":43},{"ruleId":"763","severity":1,"message":"788","line":24,"column":7,"nodeType":"765","messageId":"766","endLine":24,"endColumn":11},{"ruleId":"763","severity":1,"message":"777","line":27,"column":32,"nodeType":"765","messageId":"766","endLine":27,"endColumn":38},{"ruleId":"763","severity":1,"message":"777","line":47,"column":32,"nodeType":"765","messageId":"766","endLine":47,"endColumn":38},{"ruleId":"763","severity":1,"message":"789","line":86,"column":9,"nodeType":"765","messageId":"766","endLine":86,"endColumn":21},{"ruleId":"769","severity":1,"message":"790","line":57,"column":6,"nodeType":"771","endLine":57,"endColumn":39,"suggestions":"791"},{"ruleId":"769","severity":1,"message":"792","line":86,"column":6,"nodeType":"771","endLine":86,"endColumn":40,"suggestions":"793"},{"ruleId":"769","severity":1,"message":"794","line":26,"column":6,"nodeType":"771","endLine":26,"endColumn":11,"suggestions":"795"},{"ruleId":"769","severity":1,"message":"794","line":34,"column":6,"nodeType":"771","endLine":34,"endColumn":8,"suggestions":"796"},{"ruleId":"763","severity":1,"message":"797","line":66,"column":3,"nodeType":"765","messageId":"766","endLine":66,"endColumn":20},{"ruleId":"763","severity":1,"message":"798","line":67,"column":3,"nodeType":"765","messageId":"766","endLine":67,"endColumn":13},{"ruleId":"763","severity":1,"message":"799","line":68,"column":3,"nodeType":"765","messageId":"766","endLine":68,"endColumn":14},{"ruleId":"763","severity":1,"message":"800","line":69,"column":3,"nodeType":"765","messageId":"766","endLine":69,"endColumn":8},{"ruleId":"769","severity":1,"message":"801","line":165,"column":6,"nodeType":"771","endLine":165,"endColumn":42,"suggestions":"802"},{"ruleId":"769","severity":1,"message":"801","line":171,"column":6,"nodeType":"771","endLine":171,"endColumn":42,"suggestions":"803"},{"ruleId":"769","severity":1,"message":"804","line":31,"column":6,"nodeType":"771","endLine":31,"endColumn":15,"suggestions":"805"},{"ruleId":"769","severity":1,"message":"806","line":38,"column":6,"nodeType":"771","endLine":38,"endColumn":15,"suggestions":"807"},{"ruleId":null,"fatal":true,"severity":2,"message":"808","nodeType":null},{"ruleId":"769","severity":1,"message":"809","line":44,"column":5,"nodeType":"771","endLine":44,"endColumn":10,"suggestions":"810"},{"ruleId":"769","severity":1,"message":"811","line":57,"column":6,"nodeType":"771","endLine":57,"endColumn":8,"suggestions":"812"},{"ruleId":null,"fatal":true,"severity":2,"message":"813","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"814","nodeType":null},{"ruleId":"769","severity":1,"message":"804","line":90,"column":5,"nodeType":"771","endLine":90,"endColumn":14,"suggestions":"815"},{"ruleId":null,"fatal":true,"severity":2,"message":"816","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"817","nodeType":null},{"ruleId":"769","severity":1,"message":"818","line":48,"column":5,"nodeType":"771","endLine":48,"endColumn":14,"suggestions":"819"},{"ruleId":null,"fatal":true,"severity":2,"message":"820","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"821","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"822","nodeType":null},{"ruleId":"769","severity":1,"message":"823","line":121,"column":5,"nodeType":"771","endLine":121,"endColumn":38,"suggestions":"824"},{"ruleId":"769","severity":1,"message":"792","line":156,"column":5,"nodeType":"771","endLine":156,"endColumn":39,"suggestions":"825"},{"ruleId":"769","severity":1,"message":"826","line":168,"column":5,"nodeType":"771","endLine":168,"endColumn":11,"suggestions":"827"},{"ruleId":null,"fatal":true,"severity":2,"message":"828","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"829","nodeType":null},{"ruleId":"830","severity":2,"message":"831","line":63,"column":27,"nodeType":"765","endLine":63,"endColumn":43},{"ruleId":null,"fatal":true,"severity":2,"message":"832","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"833","nodeType":null},{"ruleId":"769","severity":1,"message":"801","line":284,"column":5,"nodeType":"771","endLine":284,"endColumn":41,"suggestions":"834"},{"ruleId":"769","severity":1,"message":"801","line":293,"column":5,"nodeType":"771","endLine":293,"endColumn":41,"suggestions":"835"},{"ruleId":null,"fatal":true,"severity":2,"message":"836","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"837","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"838","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"839","nodeType":null},{"ruleId":"769","severity":1,"message":"783","line":65,"column":6,"nodeType":"771","endLine":65,"endColumn":8,"suggestions":"840"},{"ruleId":"769","severity":1,"message":"785","line":95,"column":6,"nodeType":"771","endLine":95,"endColumn":8,"suggestions":"841"},{"ruleId":"769","severity":1,"message":"842","line":107,"column":5,"nodeType":"771","endLine":107,"endColumn":14,"suggestions":"843"},{"ruleId":null,"fatal":true,"severity":2,"message":"844","nodeType":null},{"ruleId":"830","severity":2,"message":"845","line":77,"column":21,"nodeType":"765","endLine":77,"endColumn":31},{"ruleId":"830","severity":2,"message":"846","line":80,"column":24,"nodeType":"765","endLine":80,"endColumn":37},{"ruleId":"830","severity":2,"message":"847","line":92,"column":22,"nodeType":"765","endLine":92,"endColumn":37},{"ruleId":null,"fatal":true,"severity":2,"message":"848","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"849","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"850","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"851","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"852","nodeType":null},{"ruleId":"769","severity":1,"message":"780","line":30,"column":5,"nodeType":"771","endLine":30,"endColumn":16,"suggestions":"853"},{"ruleId":null,"fatal":true,"severity":2,"message":"854","nodeType":null},{"ruleId":"769","severity":1,"message":"770","line":23,"column":5,"nodeType":"771","endLine":23,"endColumn":12,"suggestions":"855"},{"ruleId":null,"fatal":true,"severity":2,"message":"856","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"857","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"858","nodeType":null},{"ruleId":"769","severity":1,"message":"774","line":152,"column":6,"nodeType":"771","endLine":152,"endColumn":8,"suggestions":"859"},{"ruleId":null,"fatal":true,"severity":2,"message":"860","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"861","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"862","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"863","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"864","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"865","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"866","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"867","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"868","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"869","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"870","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"871","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"872","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"873","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"874","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"875","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"876","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"877","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"878","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"879","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"880","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"881","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"882","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"883","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"884","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"885","nodeType":null},{"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":null,"fatal":true,"severity":2,"message":"889","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"890","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"891","nodeType":null},"@typescript-eslint/no-unused-vars","'HTableInstance' is defined but never used.","Identifier","unusedVar","'spaceSize' is assigned a value but never used.","'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",["892"],"'FooterRenderFn' is defined but never used.","React Hook useEffect has missing dependencies: 'manual', 'reloadFn', 'request', and 'resultAction'. Either include them or remove the dependency array.",["893"],"'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.",["894"],"'params' is defined but never used.","React Hook useMemo has a missing dependency: 'tableInstance'. Either include it or remove the dependency array.",["895"],"React Hook useEffect has missing dependencies: 'dialogTableInstance', 'hide', and 'show'. Either include them or remove the dependency array.",["896"],"'ParamsModal' is defined but never used.","'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.",["897"],"React Hook useEffect has a missing dependency: 'rowOnChange'. Either include it or remove the dependency array.",["898"],"React Hook useEffect has a missing dependency: 'cuDom'. Either include it or remove the dependency array.",["899"],["900"],"'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.",["901"],["902"],"React Hook useMemo has a missing dependency: 'titleClass'. Either include it or remove the dependency array.",["903"],"React Hook useEffect has a missing dependency: 'tableInstance.table'. Either include it or remove the dependency array.",["904"],"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.",["905"],"React Hook useEffect has missing dependencies: 'cuDom.scrollTop' and 'setStyle'. Either include them or remove the dependency array.",["906"],"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/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",["907"],"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.",["908"],"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.",["909"],["910"],"React Hook useEffect has a missing dependency: 'setCuSize'. Either include it or remove the dependency array.",["911"],"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/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",["912"],["913"],"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",["914"],["915"],"React Hook useEffect has a missing dependency: 'setModalVisible'. Either include it or remove the dependency array.",["916"],"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",["917"],"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",["918"],"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",["919"],"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/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/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":"920","fix":"921"},{"desc":"922","fix":"923"},{"desc":"924","fix":"925"},{"desc":"926","fix":"927"},{"desc":"928","fix":"929"},{"desc":"930","fix":"931"},{"desc":"932","fix":"933"},{"desc":"934","fix":"935"},{"desc":"936","fix":"937"},{"desc":"938","fix":"939"},{"desc":"938","fix":"940"},{"desc":"941","fix":"942"},{"desc":"943","fix":"944"},{"desc":"945","fix":"946"},{"desc":"947","fix":"948"},{"desc":"941","fix":"949"},{"desc":"950","fix":"951"},{"desc":"952","fix":"953"},{"desc":"932","fix":"954"},{"desc":"955","fix":"956"},{"desc":"938","fix":"957"},{"desc":"938","fix":"958"},{"desc":"926","fix":"959"},{"desc":"928","fix":"960"},{"desc":"961","fix":"962"},{"desc":"924","fix":"963"},{"desc":"920","fix":"964"},{"desc":"922","fix":"965"},"Update the dependencies array to be: [changeRowData, dispatch, getTableParams, reload, reloadWithParams, table, useCurrentTable]",{"range":"966","text":"967"},"Update the dependencies array to be: [manual, reloadFn, request, resultAction]",{"range":"968","text":"969"},"Update the dependencies array to be: [className, config]",{"range":"970","text":"971"},"Update the dependencies array to be: [tableInstance]",{"range":"972","text":"973"},"Update the dependencies array to be: [dialogTableInstance, hide, show]",{"range":"974","text":"975"},"Update the dependencies array to be: [configData, table, rowSelection, changeConfigData]",{"range":"976","text":"977"},"Update the dependencies array to be: [selectedRowKeys, records, rowKey, rowOnChange]",{"range":"978","text":"979"},"Update the dependencies array to be: [cuDom, dom]",{"range":"980","text":"981"},"Update the dependencies array to be: [cuDom]",{"range":"982","text":"983"},"Update the dependencies array to be: [configData, searchSpan, headerOpen, mkNewFn]",{"range":"984","text":"985"},{"range":"986","text":"985"},"Update the dependencies array to be: [columns, titleClass]",{"range":"987","text":"988"},"Update the dependencies array to be: [columns, tableInstance.table]",{"range":"989","text":"990"},"Update the dependencies array to be: [cuDom, dom, setStyle]",{"range":"991","text":"992"},"Update the dependencies array to be: [cuDom.scrollTop, setStyle]",{"range":"993","text":"994"},{"range":"995","text":"988"},"Update the dependencies array to be: [columns, setKeys, tableInstance.table]",{"range":"996","text":"997"},"Update the dependencies array to be: [configData, table, rowSelection, setCols, changeConfigData]",{"range":"998","text":"999"},{"range":"1000","text":"979"},"Update the dependencies array to be: [setCuSize, size]",{"range":"1001","text":"1002"},{"range":"1003","text":"985"},{"range":"1004","text":"985"},{"range":"1005","text":"973"},{"range":"1006","text":"975"},"Update the dependencies array to be: [setModalVisible, visible]",{"range":"1007","text":"1008"},{"range":"1009","text":"971"},{"range":"1010","text":"967"},{"range":"1011","text":"969"},[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]",[1819,1852],"[configData, table, rowSelection, changeConfigData]",[2587,2621],"[selectedRowKeys, records, rowKey, rowOnChange]",[825,830],"[cuDom, dom]",[1021,1023],"[cuDom]",[4102,4138],"[configData, searchSpan, headerOpen, mkNewFn]",[4293,4329],[996,1005],"[columns, titleClass]",[1181,1190],"[columns, tableInstance.table]",[1205,1210],"[cuDom, dom, setStyle]",[1417,1419],"[cuDom.scrollTop, setStyle]",[3508,3517],[1779,1788],"[columns, setKeys, tableInstance.table]",[4268,4301],"[configData, table, rowSelection, setCols, changeConfigData]",[5271,5305],[5560,5566],"[setCuSize, size]",[8642,8678],[8867,8903],[2461,2463],[3359,3361],[3674,3683],"[setModalVisible, visible]",[1102,1113],[769,776],[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"},{"size":1541,"mtime":1709541397429,"results":"41","hashOfConfig":"42"},{"size":741,"mtime":1709541397429,"results":"43","hashOfConfig":"42"},{"size":308,"mtime":1709541397430,"results":"44","hashOfConfig":"42"},{"size":769,"mtime":1710811861083,"results":"45","hashOfConfig":"42"},{"size":590,"mtime":1710764754366,"results":"46","hashOfConfig":"42"},{"size":2376,"mtime":1713171379763,"results":"47","hashOfConfig":"42"},{"size":1001,"mtime":1711095487545,"results":"48","hashOfConfig":"42"},{"size":1029,"mtime":1711679923592,"results":"49","hashOfConfig":"42"},{"size":709,"mtime":1711680386755,"results":"50","hashOfConfig":"42"},{"size":676,"mtime":1710420049843,"results":"51","hashOfConfig":"42"},{"size":4171,"mtime":1711702477597,"results":"52","hashOfConfig":"42"},{"size":932,"mtime":1709620303143,"results":"53","hashOfConfig":"42"},{"size":4649,"mtime":1713171379716,"results":"54","hashOfConfig":"42"},{"size":2216,"mtime":1710420049765,"results":"55","hashOfConfig":"42"},{"size":1396,"mtime":1711159046327,"results":"56","hashOfConfig":"42"},{"size":1811,"mtime":1711095484422,"results":"57","hashOfConfig":"42"},{"size":209,"mtime":1711180552221,"results":"58","hashOfConfig":"42"},{"size":1410,"mtime":1712654698965,"results":"59","hashOfConfig":"42"},{"size":2770,"mtime":1713171379790,"results":"60","hashOfConfig":"42"},{"size":1766,"mtime":1713171379801,"results":"61","hashOfConfig":"42"},{"size":2815,"mtime":1711180552221,"results":"62","hashOfConfig":"42"},{"size":498,"mtime":1709893919938,"results":"63","hashOfConfig":"42"},{"size":1493,"mtime":1711679783897,"results":"64","hashOfConfig":"42"},{"size":2063,"mtime":1711679783908,"results":"65","hashOfConfig":"42"},{"size":2354,"mtime":1713171379779,"results":"66","hashOfConfig":"42"},{"size":1068,"mtime":1710763360964,"results":"67","hashOfConfig":"42"},{"size":3603,"mtime":1711017972577,"results":"68","hashOfConfig":"42"},{"size":2820,"mtime":1711679783860,"results":"69","hashOfConfig":"42"},{"size":1102,"mtime":1710829302576,"results":"70","hashOfConfig":"42"},{"size":1162,"mtime":1710829299926,"results":"71","hashOfConfig":"42"},{"size":2302,"mtime":1711102156682,"results":"72","hashOfConfig":"42"},{"size":1688,"mtime":1710827401948,"results":"73","hashOfConfig":"42"},{"size":4374,"mtime":1713171335466,"results":"74","hashOfConfig":"42"},{"size":1943,"mtime":1712056204827,"results":"75","hashOfConfig":"42"},{"size":445,"mtime":1711180552220,"results":"76","hashOfConfig":"42"},{"size":1781,"mtime":1711702477530,"results":"77","hashOfConfig":"42"},{"size":1349,"mtime":1711679772700,"results":"78","hashOfConfig":"42"},{"size":3172,"mtime":1711679783837,"results":"79","hashOfConfig":"42"},{"size":482,"mtime":1711372224438,"results":"80","hashOfConfig":"42"},{"size":1685,"mtime":1711702477553,"results":"81","hashOfConfig":"42"},{"filePath":"82","messages":"83","suppressedMessages":"84","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mh59l9",{"filePath":"85","messages":"86","suppressedMessages":"87","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"88","messages":"89","suppressedMessages":"90","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":1,"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"112","messages":"113","suppressedMessages":"114","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"115","messages":"116","suppressedMessages":"117","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"118","messages":"119","suppressedMessages":"120","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"136","messages":"137","suppressedMessages":"138","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"139","messages":"140","suppressedMessages":"141","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"142","messages":"143","suppressedMessages":"144","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"145","messages":"146","suppressedMessages":"147","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"148","messages":"149","suppressedMessages":"150","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"163","messages":"164","suppressedMessages":"165","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"166","messages":"167","suppressedMessages":"168","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"169","messages":"170","suppressedMessages":"171","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"172","messages":"173","suppressedMessages":"174","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"175","messages":"176","suppressedMessages":"177","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"178","messages":"179","suppressedMessages":"180","errorCount":0,"fatalErrorCount":0,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"181","messages":"182","suppressedMessages":"183","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"184","messages":"185","suppressedMessages":"186","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"187","messages":"188","suppressedMessages":"189","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"190","messages":"191","suppressedMessages":"192","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"193","messages":"194","suppressedMessages":"195","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"196","messages":"197","suppressedMessages":"198","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"199","messages":"200","suppressedMessages":"201","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",["202","203","204"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts",["205"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/modal.ts",["206"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx",[],[],"/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",["207"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx",["208","209"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx",["210","211","212"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts",["213"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/hooks.ts",["214","215","216"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/index.tsx",["217"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx",["218","219","220","221"],[],"/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",["222","223"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx",["224","225"],[],"/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",["226","227","228","229","230","231"],[],"/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",["232"],[],"/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",["233"],[],"/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",[],[],{"ruleId":"234","severity":1,"message":"235","line":7,"column":15,"nodeType":"236","messageId":"237","endLine":7,"endColumn":29},{"ruleId":"234","severity":1,"message":"238","line":20,"column":3,"nodeType":"236","messageId":"237","endLine":20,"endColumn":12},{"ruleId":"234","severity":1,"message":"239","line":21,"column":3,"nodeType":"236","messageId":"237","endLine":21,"endColumn":12},{"ruleId":"240","severity":1,"message":"241","line":31,"column":6,"nodeType":"242","endLine":31,"endColumn":13,"suggestions":"243"},{"ruleId":"234","severity":1,"message":"244","line":60,"column":6,"nodeType":"236","messageId":"237","endLine":60,"endColumn":20},{"ruleId":"240","severity":1,"message":"245","line":50,"column":6,"nodeType":"242","endLine":50,"endColumn":8,"suggestions":"246"},{"ruleId":"234","severity":1,"message":"247","line":54,"column":7,"nodeType":"236","messageId":"237","endLine":54,"endColumn":11},{"ruleId":"234","severity":1,"message":"248","line":101,"column":42,"nodeType":"236","messageId":"237","endLine":101,"endColumn":48},{"ruleId":"234","severity":1,"message":"249","line":5,"column":3,"nodeType":"236","messageId":"237","endLine":5,"endColumn":15},{"ruleId":"234","severity":1,"message":"250","line":6,"column":3,"nodeType":"236","messageId":"237","endLine":6,"endColumn":19},{"ruleId":"234","severity":1,"message":"248","line":41,"column":36,"nodeType":"236","messageId":"237","endLine":41,"endColumn":42},{"ruleId":"240","severity":1,"message":"251","line":13,"column":6,"nodeType":"242","endLine":13,"endColumn":17,"suggestions":"252"},{"ruleId":"234","severity":1,"message":"253","line":15,"column":14,"nodeType":"236","messageId":"237","endLine":15,"endColumn":39},{"ruleId":"240","severity":1,"message":"254","line":19,"column":6,"nodeType":"242","endLine":19,"endColumn":8,"suggestions":"255"},{"ruleId":"240","severity":1,"message":"256","line":47,"column":6,"nodeType":"242","endLine":47,"endColumn":8,"suggestions":"257"},{"ruleId":"234","severity":1,"message":"258","line":3,"column":32,"nodeType":"236","messageId":"237","endLine":3,"endColumn":43},{"ruleId":"234","severity":1,"message":"259","line":24,"column":7,"nodeType":"236","messageId":"237","endLine":24,"endColumn":11},{"ruleId":"234","severity":1,"message":"248","line":27,"column":32,"nodeType":"236","messageId":"237","endLine":27,"endColumn":38},{"ruleId":"234","severity":1,"message":"248","line":47,"column":32,"nodeType":"236","messageId":"237","endLine":47,"endColumn":38},{"ruleId":"234","severity":1,"message":"260","line":86,"column":9,"nodeType":"236","messageId":"237","endLine":86,"endColumn":21},{"ruleId":"240","severity":1,"message":"261","line":57,"column":6,"nodeType":"242","endLine":57,"endColumn":39,"suggestions":"262"},{"ruleId":"240","severity":1,"message":"263","line":86,"column":6,"nodeType":"242","endLine":86,"endColumn":40,"suggestions":"264"},{"ruleId":"240","severity":1,"message":"265","line":26,"column":6,"nodeType":"242","endLine":26,"endColumn":11,"suggestions":"266"},{"ruleId":"240","severity":1,"message":"265","line":34,"column":6,"nodeType":"242","endLine":34,"endColumn":8,"suggestions":"267"},{"ruleId":"234","severity":1,"message":"268","line":66,"column":3,"nodeType":"236","messageId":"237","endLine":66,"endColumn":20},{"ruleId":"234","severity":1,"message":"269","line":67,"column":3,"nodeType":"236","messageId":"237","endLine":67,"endColumn":13},{"ruleId":"234","severity":1,"message":"270","line":68,"column":3,"nodeType":"236","messageId":"237","endLine":68,"endColumn":14},{"ruleId":"234","severity":1,"message":"271","line":69,"column":3,"nodeType":"236","messageId":"237","endLine":69,"endColumn":8},{"ruleId":"240","severity":1,"message":"272","line":165,"column":6,"nodeType":"242","endLine":165,"endColumn":42,"suggestions":"273"},{"ruleId":"240","severity":1,"message":"272","line":171,"column":6,"nodeType":"242","endLine":171,"endColumn":42,"suggestions":"274"},{"ruleId":"240","severity":1,"message":"275","line":31,"column":6,"nodeType":"242","endLine":31,"endColumn":15,"suggestions":"276"},{"ruleId":"240","severity":1,"message":"277","line":38,"column":6,"nodeType":"242","endLine":38,"endColumn":15,"suggestions":"278"},"@typescript-eslint/no-unused-vars","'HTableInstance' is defined but never used.","Identifier","unusedVar","'spaceSize' is assigned a value but never used.","'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",["279"],"'FooterRenderFn' is defined but never used.","React Hook useEffect has missing dependencies: 'manual', 'reloadFn', 'request', and 'resultAction'. Either include them or remove the dependency array.",["280"],"'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.",["281"],"'params' is defined but never used.","React Hook useMemo has a missing dependency: 'tableInstance'. Either include it or remove the dependency array.",["282"],"React Hook useEffect has missing dependencies: 'dialogTableInstance', 'hide', and 'show'. Either include them or remove the dependency array.",["283"],"'ParamsModal' is defined but never used.","'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.",["284"],"React Hook useEffect has a missing dependency: 'rowOnChange'. Either include it or remove the dependency array.",["285"],"React Hook useEffect has a missing dependency: 'cuDom'. Either include it or remove the dependency array.",["286"],["287"],"'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.",["288"],["289"],"React Hook useMemo has a missing dependency: 'titleClass'. Either include it or remove the dependency array.",["290"],"React Hook useEffect has a missing dependency: 'tableInstance.table'. Either include it or remove the dependency array.",["291"],{"desc":"292","fix":"293"},{"desc":"294","fix":"295"},{"desc":"296","fix":"297"},{"desc":"298","fix":"299"},{"desc":"300","fix":"301"},{"desc":"302","fix":"303"},{"desc":"304","fix":"305"},{"desc":"306","fix":"307"},{"desc":"308","fix":"309"},{"desc":"310","fix":"311"},{"desc":"310","fix":"312"},{"desc":"313","fix":"314"},{"desc":"315","fix":"316"},"Update the dependencies array to be: [changeRowData, dispatch, getTableParams, reload, reloadWithParams, table, useCurrentTable]",{"range":"317","text":"318"},"Update the dependencies array to be: [manual, reloadFn, request, resultAction]",{"range":"319","text":"320"},"Update the dependencies array to be: [className, config]",{"range":"321","text":"322"},"Update the dependencies array to be: [tableInstance]",{"range":"323","text":"324"},"Update the dependencies array to be: [dialogTableInstance, hide, show]",{"range":"325","text":"326"},"Update the dependencies array to be: [configData, table, rowSelection, changeConfigData]",{"range":"327","text":"328"},"Update the dependencies array to be: [selectedRowKeys, records, rowKey, rowOnChange]",{"range":"329","text":"330"},"Update the dependencies array to be: [cuDom, dom]",{"range":"331","text":"332"},"Update the dependencies array to be: [cuDom]",{"range":"333","text":"334"},"Update the dependencies array to be: [configData, searchSpan, headerOpen, mkNewFn]",{"range":"335","text":"336"},{"range":"337","text":"336"},"Update the dependencies array to be: [columns, titleClass]",{"range":"338","text":"339"},"Update the dependencies array to be: [columns, tableInstance.table]",{"range":"340","text":"341"},[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]",[1819,1852],"[configData, table, rowSelection, changeConfigData]",[2587,2621],"[selectedRowKeys, records, rowKey, rowOnChange]",[825,830],"[cuDom, dom]",[1021,1023],"[cuDom]",[4102,4138],"[configData, searchSpan, headerOpen, mkNewFn]",[4293,4329],[996,1005],"[columns, titleClass]",[1181,1190],"[columns, tableInstance.table]"]
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { IHeaderProps } from "./modal";
|
|
2
2
|
import type { HItemProps } from "@hw-component/form/es/Form/modal";
|
|
3
|
-
export declare const useHideMoreTitle: ({ searchSpan, configData }: IHeaderProps) => HItemProps[];
|
|
3
|
+
export declare const useHideMoreTitle: ({ searchSpan, configData, table }: IHeaderProps) => HItemProps[];
|
package/es/HTableHeader/hooks.js
CHANGED
|
@@ -83,7 +83,7 @@ var getCuSpanMaxNum = function getCuSpanMaxNum() {
|
|
|
83
83
|
var cuSpan = searchSpan[cuKey] || searchSpan.span;
|
|
84
84
|
return 24 / cuSpan;
|
|
85
85
|
};
|
|
86
|
-
var formConfigDataItemProvider = function formConfigDataItemProvider(_ref) {
|
|
86
|
+
var formConfigDataItemProvider = function formConfigDataItemProvider(_ref, table) {
|
|
87
87
|
var _ref$colon = _ref.colon,
|
|
88
88
|
colon = _ref$colon === void 0 ? false : _ref$colon,
|
|
89
89
|
searchType = _ref.searchType,
|
|
@@ -108,12 +108,18 @@ var formConfigDataItemProvider = function formConfigDataItemProvider(_ref) {
|
|
|
108
108
|
colon: colon,
|
|
109
109
|
type: searchType,
|
|
110
110
|
name: name || dataIndex,
|
|
111
|
-
render:
|
|
111
|
+
render: function render(item, node, form) {
|
|
112
|
+
if (searchRender) {
|
|
113
|
+
return searchRender(item, node, form, table);
|
|
114
|
+
}
|
|
115
|
+
return node;
|
|
116
|
+
}
|
|
112
117
|
});
|
|
113
118
|
};
|
|
114
119
|
var mkNewConfig = function mkNewConfig(_ref2) {
|
|
115
120
|
var _ref2$configData = _ref2.configData,
|
|
116
|
-
configData = _ref2$configData === void 0 ? [] : _ref2$configData
|
|
121
|
+
configData = _ref2$configData === void 0 ? [] : _ref2$configData,
|
|
122
|
+
table = _ref2.table;
|
|
117
123
|
var subConfigData;
|
|
118
124
|
var realConfigData = [];
|
|
119
125
|
_forEachInstanceProperty(configData).call(configData, function (value) {
|
|
@@ -123,10 +129,10 @@ var mkNewConfig = function mkNewConfig(_ref2) {
|
|
|
123
129
|
return false;
|
|
124
130
|
}
|
|
125
131
|
if (searchType === "submit") {
|
|
126
|
-
subConfigData = formConfigDataItemProvider(value);
|
|
132
|
+
subConfigData = formConfigDataItemProvider(value, table);
|
|
127
133
|
return false;
|
|
128
134
|
}
|
|
129
|
-
realConfigData.push(formConfigDataItemProvider(value));
|
|
135
|
+
realConfigData.push(formConfigDataItemProvider(value, table));
|
|
130
136
|
});
|
|
131
137
|
return {
|
|
132
138
|
realConfigData: realConfigData,
|
|
@@ -159,7 +165,8 @@ var filterHideFormItem = function filterHideFormItem(configData, className, sear
|
|
|
159
165
|
var useHideMoreTitle = function useHideMoreTitle(_ref3) {
|
|
160
166
|
var _context2;
|
|
161
167
|
var searchSpan = _ref3.searchSpan,
|
|
162
|
-
configData = _ref3.configData
|
|
168
|
+
configData = _ref3.configData,
|
|
169
|
+
table = _ref3.table;
|
|
163
170
|
var _useState = useState([]),
|
|
164
171
|
_useState2 = _slicedToArray(_useState, 2),
|
|
165
172
|
formConfigData = _useState2[0],
|
|
@@ -176,7 +183,8 @@ var useHideMoreTitle = function useHideMoreTitle(_ref3) {
|
|
|
176
183
|
var _context;
|
|
177
184
|
var _mkNewConfig = mkNewConfig({
|
|
178
185
|
searchSpan: searchSpan,
|
|
179
|
-
configData: configData
|
|
186
|
+
configData: configData,
|
|
187
|
+
table: table
|
|
180
188
|
}),
|
|
181
189
|
realConfigData = _mkNewConfig.realConfigData,
|
|
182
190
|
subConfigData = _mkNewConfig.subConfigData;
|
package/es/HTableHeader/index.js
CHANGED
|
@@ -40,7 +40,8 @@ var Header = (function (_ref) {
|
|
|
40
40
|
var subOnFinish = onFinish || contextOnFinish;
|
|
41
41
|
var nConfigData = useHideMoreTitle({
|
|
42
42
|
searchSpan: searchSpan,
|
|
43
|
-
configData: headerConfigData
|
|
43
|
+
configData: headerConfigData,
|
|
44
|
+
table: tableInstance
|
|
44
45
|
});
|
|
45
46
|
var className = useClassName("hw-table-header");
|
|
46
47
|
return jsx(Card, {
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import type { ConfigDataModal, ConfigItemModal } from "../modal";
|
|
2
2
|
import type { ColProps } from "antd";
|
|
3
3
|
import type React from "react";
|
|
4
|
+
import { HTableInstance } from "../modal";
|
|
4
5
|
export interface IHeaderProps {
|
|
5
6
|
configData?: ConfigDataModal;
|
|
6
7
|
onFinish?: (value: Record<string, any>) => Promise<any>;
|
|
7
8
|
searchSpan?: ColProps;
|
|
8
9
|
loading?: boolean;
|
|
9
10
|
headerStyle?: React.CSSProperties;
|
|
11
|
+
table?: HTableInstance;
|
|
10
12
|
}
|
|
11
13
|
export interface FormConfigDataItemProviderModal extends ConfigItemModal {
|
|
12
14
|
className?: string;
|
package/es/modal.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ProColumns } from "@ant-design/pro-table/lib/typing";
|
|
2
2
|
import type { ProTableProps } from "@ant-design/pro-table";
|
|
3
3
|
import type { HItemProps, HFormInstance } from "@hw-component/form/es/Form/modal";
|
|
4
|
-
import type { ColProps } from "antd";
|
|
4
|
+
import type { ColProps, FormInstance } from "antd";
|
|
5
5
|
import type React from "react";
|
|
6
6
|
import type { ModalProps } from "antd";
|
|
7
7
|
import type { TableProps } from "antd/lib/table";
|
|
@@ -25,7 +25,7 @@ interface HColumns extends Omit<ProColumns, "render" | "title"> {
|
|
|
25
25
|
render?: (dom: React.ReactNode, data: any, index: number, tableInstance: HTableInstance) => React.ReactNode;
|
|
26
26
|
showSearch?: boolean;
|
|
27
27
|
searchType?: HItemProps["type"];
|
|
28
|
-
searchRender?: HItemProps
|
|
28
|
+
searchRender?: (item: HItemProps, node: React.ReactNode, form: FormInstance, tableInstance: HTableInstance) => React.ReactNode;
|
|
29
29
|
rowSelectionTitle?: boolean;
|
|
30
30
|
title?: string | React.ReactNode;
|
|
31
31
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { IHeaderProps } from "./modal";
|
|
2
2
|
import type { HItemProps } from "@hw-component/form/es/Form/modal";
|
|
3
|
-
export declare const useHideMoreTitle: ({ searchSpan, configData }: IHeaderProps) => HItemProps[];
|
|
3
|
+
export declare const useHideMoreTitle: ({ searchSpan, configData, table }: IHeaderProps) => HItemProps[];
|
|
@@ -84,7 +84,7 @@ var getCuSpanMaxNum = function getCuSpanMaxNum() {
|
|
|
84
84
|
var cuSpan = searchSpan[cuKey] || searchSpan.span;
|
|
85
85
|
return 24 / cuSpan;
|
|
86
86
|
};
|
|
87
|
-
var formConfigDataItemProvider = function formConfigDataItemProvider(_ref) {
|
|
87
|
+
var formConfigDataItemProvider = function formConfigDataItemProvider(_ref, table) {
|
|
88
88
|
var _ref$colon = _ref.colon,
|
|
89
89
|
colon = _ref$colon === void 0 ? false : _ref$colon,
|
|
90
90
|
searchType = _ref.searchType,
|
|
@@ -109,12 +109,18 @@ var formConfigDataItemProvider = function formConfigDataItemProvider(_ref) {
|
|
|
109
109
|
colon: colon,
|
|
110
110
|
type: searchType,
|
|
111
111
|
name: name || dataIndex,
|
|
112
|
-
render:
|
|
112
|
+
render: function render(item, node, form) {
|
|
113
|
+
if (searchRender) {
|
|
114
|
+
return searchRender(item, node, form, table);
|
|
115
|
+
}
|
|
116
|
+
return node;
|
|
117
|
+
}
|
|
113
118
|
});
|
|
114
119
|
};
|
|
115
120
|
var mkNewConfig = function mkNewConfig(_ref2) {
|
|
116
121
|
var _ref2$configData = _ref2.configData,
|
|
117
|
-
configData = _ref2$configData === void 0 ? [] : _ref2$configData
|
|
122
|
+
configData = _ref2$configData === void 0 ? [] : _ref2$configData,
|
|
123
|
+
table = _ref2.table;
|
|
118
124
|
var subConfigData;
|
|
119
125
|
var realConfigData = [];
|
|
120
126
|
_forEachInstanceProperty(configData).call(configData, function (value) {
|
|
@@ -124,10 +130,10 @@ var mkNewConfig = function mkNewConfig(_ref2) {
|
|
|
124
130
|
return false;
|
|
125
131
|
}
|
|
126
132
|
if (searchType === "submit") {
|
|
127
|
-
subConfigData = formConfigDataItemProvider(value);
|
|
133
|
+
subConfigData = formConfigDataItemProvider(value, table);
|
|
128
134
|
return false;
|
|
129
135
|
}
|
|
130
|
-
realConfigData.push(formConfigDataItemProvider(value));
|
|
136
|
+
realConfigData.push(formConfigDataItemProvider(value, table));
|
|
131
137
|
});
|
|
132
138
|
return {
|
|
133
139
|
realConfigData: realConfigData,
|
|
@@ -160,7 +166,8 @@ var filterHideFormItem = function filterHideFormItem(configData, className, sear
|
|
|
160
166
|
var useHideMoreTitle = function useHideMoreTitle(_ref3) {
|
|
161
167
|
var _context2;
|
|
162
168
|
var searchSpan = _ref3.searchSpan,
|
|
163
|
-
configData = _ref3.configData
|
|
169
|
+
configData = _ref3.configData,
|
|
170
|
+
table = _ref3.table;
|
|
164
171
|
var _useState = React.useState([]),
|
|
165
172
|
_useState2 = _slicedToArray(_useState, 2),
|
|
166
173
|
formConfigData = _useState2[0],
|
|
@@ -177,7 +184,8 @@ var useHideMoreTitle = function useHideMoreTitle(_ref3) {
|
|
|
177
184
|
var _context;
|
|
178
185
|
var _mkNewConfig = mkNewConfig({
|
|
179
186
|
searchSpan: searchSpan,
|
|
180
|
-
configData: configData
|
|
187
|
+
configData: configData,
|
|
188
|
+
table: table
|
|
181
189
|
}),
|
|
182
190
|
realConfigData = _mkNewConfig.realConfigData,
|
|
183
191
|
subConfigData = _mkNewConfig.subConfigData;
|
|
@@ -43,7 +43,8 @@ var Header = (function (_ref) {
|
|
|
43
43
|
var subOnFinish = onFinish || contextOnFinish;
|
|
44
44
|
var nConfigData = hooks.useHideMoreTitle({
|
|
45
45
|
searchSpan: searchSpan,
|
|
46
|
-
configData: headerConfigData
|
|
46
|
+
configData: headerConfigData,
|
|
47
|
+
table: tableInstance
|
|
47
48
|
});
|
|
48
49
|
var className = index.useClassName("hw-table-header");
|
|
49
50
|
return jsxRuntime.jsx(antd.Card, {
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import type { ConfigDataModal, ConfigItemModal } from "../modal";
|
|
2
2
|
import type { ColProps } from "antd";
|
|
3
3
|
import type React from "react";
|
|
4
|
+
import { HTableInstance } from "../modal";
|
|
4
5
|
export interface IHeaderProps {
|
|
5
6
|
configData?: ConfigDataModal;
|
|
6
7
|
onFinish?: (value: Record<string, any>) => Promise<any>;
|
|
7
8
|
searchSpan?: ColProps;
|
|
8
9
|
loading?: boolean;
|
|
9
10
|
headerStyle?: React.CSSProperties;
|
|
11
|
+
table?: HTableInstance;
|
|
10
12
|
}
|
|
11
13
|
export interface FormConfigDataItemProviderModal extends ConfigItemModal {
|
|
12
14
|
className?: string;
|
package/lib/modal.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ProColumns } from "@ant-design/pro-table/lib/typing";
|
|
2
2
|
import type { ProTableProps } from "@ant-design/pro-table";
|
|
3
3
|
import type { HItemProps, HFormInstance } from "@hw-component/form/es/Form/modal";
|
|
4
|
-
import type { ColProps } from "antd";
|
|
4
|
+
import type { ColProps, FormInstance } from "antd";
|
|
5
5
|
import type React from "react";
|
|
6
6
|
import type { ModalProps } from "antd";
|
|
7
7
|
import type { TableProps } from "antd/lib/table";
|
|
@@ -25,7 +25,7 @@ interface HColumns extends Omit<ProColumns, "render" | "title"> {
|
|
|
25
25
|
render?: (dom: React.ReactNode, data: any, index: number, tableInstance: HTableInstance) => React.ReactNode;
|
|
26
26
|
showSearch?: boolean;
|
|
27
27
|
searchType?: HItemProps["type"];
|
|
28
|
-
searchRender?: HItemProps
|
|
28
|
+
searchRender?: (item: HItemProps, node: React.ReactNode, form: FormInstance, tableInstance: HTableInstance) => React.ReactNode;
|
|
29
29
|
rowSelectionTitle?: boolean;
|
|
30
30
|
title?: string | React.ReactNode;
|
|
31
31
|
}
|
package/package.json
CHANGED
|
@@ -59,7 +59,8 @@ export default ({
|
|
|
59
59
|
...props
|
|
60
60
|
}: HTableBodyProps) => {
|
|
61
61
|
// @ts-ignore
|
|
62
|
-
const { selectedRowKeys
|
|
62
|
+
const { selectedRowKeys, alwaysShowAlert: configAlwaysShowAlert } =
|
|
63
|
+
rowSelection || {};
|
|
63
64
|
const {
|
|
64
65
|
tableInstance,
|
|
65
66
|
configData: contextConfigData,
|
|
@@ -97,7 +98,7 @@ export default ({
|
|
|
97
98
|
);
|
|
98
99
|
const { keys = [], selectAll } = selectedRowData;
|
|
99
100
|
|
|
100
|
-
const alwaysShowAlert = keys.length > 0 || selectAll||configAlwaysShowAlert;
|
|
101
|
+
const alwaysShowAlert = keys.length > 0 || selectAll || configAlwaysShowAlert;
|
|
101
102
|
const className = useClassName("hw-table-body");
|
|
102
103
|
return (
|
|
103
104
|
<div style={tableStyle} className={`hw_table_body ${className}`}>
|
|
@@ -6,6 +6,7 @@ import { useClassName } from "../hooks";
|
|
|
6
6
|
import type { HFormInstance } from "@hw-component/form/es/Form/modal";
|
|
7
7
|
import { DefaultSubComponent } from "../HTableHeader/defaultSubComponent";
|
|
8
8
|
import { useHTableContext } from "../context";
|
|
9
|
+
import {HTableInstance} from "@/components/modal";
|
|
9
10
|
const sizeObj = {
|
|
10
11
|
xl: {
|
|
11
12
|
min: 1200,
|
|
@@ -68,7 +69,7 @@ const formConfigDataItemProvider = ({
|
|
|
68
69
|
hideInTable,
|
|
69
70
|
align,
|
|
70
71
|
...props
|
|
71
|
-
}: FormConfigDataItemProviderModal): HItemProps => {
|
|
72
|
+
}: FormConfigDataItemProviderModal,table:HTableInstance): HItemProps => {
|
|
72
73
|
const { allowClear = true } = itemProps as any;
|
|
73
74
|
return {
|
|
74
75
|
...props,
|
|
@@ -80,10 +81,15 @@ const formConfigDataItemProvider = ({
|
|
|
80
81
|
colon,
|
|
81
82
|
type: searchType,
|
|
82
83
|
name: name || (dataIndex as string),
|
|
83
|
-
render:
|
|
84
|
+
render:(item,node,form)=>{
|
|
85
|
+
if (searchRender){
|
|
86
|
+
return searchRender(item,node,form,table);
|
|
87
|
+
}
|
|
88
|
+
return node;
|
|
89
|
+
},
|
|
84
90
|
};
|
|
85
91
|
};
|
|
86
|
-
const mkNewConfig = ({ configData = [] }: IHeaderProps) => {
|
|
92
|
+
const mkNewConfig = ({ configData = [] ,table}: IHeaderProps) => {
|
|
87
93
|
let subConfigData: HItemProps | undefined;
|
|
88
94
|
const realConfigData: HItemProps[] = [];
|
|
89
95
|
configData.forEach((value) => {
|
|
@@ -92,10 +98,10 @@ const mkNewConfig = ({ configData = [] }: IHeaderProps) => {
|
|
|
92
98
|
return false;
|
|
93
99
|
}
|
|
94
100
|
if (searchType === "submit") {
|
|
95
|
-
subConfigData = formConfigDataItemProvider(value);
|
|
101
|
+
subConfigData = formConfigDataItemProvider(value,(table as HTableInstance));
|
|
96
102
|
return false;
|
|
97
103
|
}
|
|
98
|
-
realConfigData.push(formConfigDataItemProvider(value));
|
|
104
|
+
realConfigData.push(formConfigDataItemProvider(value,(table as HTableInstance)));
|
|
99
105
|
});
|
|
100
106
|
return {
|
|
101
107
|
realConfigData,
|
|
@@ -130,7 +136,7 @@ const filterHideFormItem = (
|
|
|
130
136
|
hideData,
|
|
131
137
|
};
|
|
132
138
|
};
|
|
133
|
-
export const useHideMoreTitle = ({ searchSpan, configData }: IHeaderProps) => {
|
|
139
|
+
export const useHideMoreTitle = ({ searchSpan, configData ,table}: IHeaderProps) => {
|
|
134
140
|
const [formConfigData, setFormConfigData] = useState<HItemProps[]>([]);
|
|
135
141
|
const [subData, setSubData] = useState<HItemProps>(defaultSubItem as any);
|
|
136
142
|
const { headerOpen, setHeaderOpen } = useHTableContext();
|
|
@@ -139,6 +145,7 @@ export const useHideMoreTitle = ({ searchSpan, configData }: IHeaderProps) => {
|
|
|
139
145
|
const { realConfigData, subConfigData } = mkNewConfig({
|
|
140
146
|
searchSpan,
|
|
141
147
|
configData,
|
|
148
|
+
table
|
|
142
149
|
});
|
|
143
150
|
const changeClassName = headerOpen ? "" : className;
|
|
144
151
|
const { lessData, hideData } = filterHideFormItem(
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type {ConfigDataModal, ConfigItemModal} from "../modal";
|
|
2
2
|
import type { ColProps } from "antd";
|
|
3
3
|
import type React from "react";
|
|
4
|
+
import {HTableInstance} from "../modal";
|
|
4
5
|
|
|
5
6
|
export interface IHeaderProps {
|
|
6
7
|
configData?: ConfigDataModal;
|
|
@@ -8,6 +9,7 @@ export interface IHeaderProps {
|
|
|
8
9
|
searchSpan?: ColProps;
|
|
9
10
|
loading?: boolean;
|
|
10
11
|
headerStyle?: React.CSSProperties;
|
|
12
|
+
table?:HTableInstance;
|
|
11
13
|
}
|
|
12
14
|
|
|
13
15
|
export interface FormConfigDataItemProviderModal extends ConfigItemModal {
|
package/src/components/Table.tsx
CHANGED
|
@@ -22,10 +22,10 @@ export default ({
|
|
|
22
22
|
paginationStyle,
|
|
23
23
|
rowKey = "id",
|
|
24
24
|
onFinish,
|
|
25
|
-
|
|
25
|
+
manual,
|
|
26
26
|
...props
|
|
27
27
|
}: HTableProps) => {
|
|
28
|
-
const { run, loading, data, error, saveParams } = useReq({ request,manual });
|
|
28
|
+
const { run, loading, data, error, saveParams } = useReq({ request, manual });
|
|
29
29
|
const dispatch = useDispatch(action);
|
|
30
30
|
const { selectedRowData, rowOnChange, allSelectChange, setSelectedRowData } =
|
|
31
31
|
useRowObj();
|
package/src/components/modal.ts
CHANGED
|
@@ -4,7 +4,7 @@ import type {
|
|
|
4
4
|
HItemProps,
|
|
5
5
|
HFormInstance,
|
|
6
6
|
} from "@hw-component/form/es/Form/modal";
|
|
7
|
-
import type {
|
|
7
|
+
import type {ColProps, FormInstance} from "antd";
|
|
8
8
|
import type React from "react";
|
|
9
9
|
import type { ModalProps } from "antd";
|
|
10
10
|
import type { TableProps } from "antd/lib/table";
|
|
@@ -34,7 +34,7 @@ interface HColumns extends Omit<ProColumns, "render" | "title"> {
|
|
|
34
34
|
) => React.ReactNode;
|
|
35
35
|
showSearch?: boolean;
|
|
36
36
|
searchType?: HItemProps["type"];
|
|
37
|
-
searchRender?:
|
|
37
|
+
searchRender?:(item:HItemProps,node:React.ReactNode,form:FormInstance,tableInstance:HTableInstance)=>React.ReactNode;
|
|
38
38
|
rowSelectionTitle?: boolean;
|
|
39
39
|
title?: string | React.ReactNode;
|
|
40
40
|
}
|
|
@@ -12,6 +12,11 @@ const configData = [
|
|
|
12
12
|
itemProps: {
|
|
13
13
|
options: [{ label: "1", value: 1 }],
|
|
14
14
|
},
|
|
15
|
+
searchRender:(item,node,form,tableInstance)=>{
|
|
16
|
+
return <div onClick={()=>{
|
|
17
|
+
tableInstance.table.dispatch("test",{name:"111"})
|
|
18
|
+
}}>点击</div>
|
|
19
|
+
}
|
|
15
20
|
},
|
|
16
21
|
{
|
|
17
22
|
title: "座位断开",
|
|
@@ -67,8 +72,13 @@ export default () => {
|
|
|
67
72
|
optionsRender={(node) => {
|
|
68
73
|
return <Space>ffff{node}</Space>;
|
|
69
74
|
}}
|
|
75
|
+
action={{
|
|
76
|
+
test:(params)=>{
|
|
77
|
+
console.log(params,"lllll")
|
|
78
|
+
}
|
|
79
|
+
}}
|
|
70
80
|
rowSelection={{
|
|
71
|
-
alwaysShowAlert:true,
|
|
81
|
+
alwaysShowAlert: true,
|
|
72
82
|
allPageCheck: false,
|
|
73
83
|
}}
|
|
74
84
|
affixProps={{
|
|
@@ -90,6 +100,7 @@ export default () => {
|
|
|
90
100
|
}}
|
|
91
101
|
headerTitle={<Button type={"primary"}>操作</Button>}
|
|
92
102
|
request={(params) => {
|
|
103
|
+
console.log(params,".....");
|
|
93
104
|
const { current = 1 } = params;
|
|
94
105
|
const arrayData = [];
|
|
95
106
|
for (let i = 0; i < 100; i = i + 1) {
|