@hw-component/table 0.0.9-beta-v11 → 0.0.9-beta-v12
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/RangePickerSearch.d.ts +3 -0
- package/es/HTableHeader/RangePickerSearch.js +57 -0
- package/es/HTableHeader/defaultFormRender.js +31 -0
- package/es/HTableHeader/hooks.js +3 -1
- package/es/HTableHeader/index.js +3 -1
- package/es/Table.js +4 -2
- package/es/src/components/HTableHeader/defaultFormRender.d.ts +3 -0
- package/{lib → es/src/components}/HTableHeader/index.d.ts +1 -1
- package/{lib → es/src/components}/HTableHeader/modal.d.ts +1 -0
- package/es/{Table.d.ts → src/components/Table.d.ts} +1 -1
- package/es/{modal.d.ts → src/components/modal.d.ts} +1 -0
- package/lib/HTableHeader/RangePickerSearch.d.ts +3 -0
- package/lib/HTableHeader/RangePickerSearch.js +60 -0
- package/lib/HTableHeader/defaultFormRender.js +32 -0
- package/lib/HTableHeader/hooks.js +3 -1
- package/lib/HTableHeader/index.js +3 -1
- package/lib/Table.js +4 -2
- package/lib/src/components/HTableHeader/defaultFormRender.d.ts +3 -0
- package/{es → lib/src/components}/HTableHeader/index.d.ts +1 -1
- package/{es → lib/src/components}/HTableHeader/modal.d.ts +1 -0
- package/lib/{Table.d.ts → src/components/Table.d.ts} +1 -1
- package/lib/{modal.d.ts → src/components/modal.d.ts} +1 -0
- package/package.json +3 -2
- package/src/components/HTableHeader/RangePickerSearch.tsx +51 -0
- package/src/components/HTableHeader/defaultFormRender.tsx +9 -0
- package/src/components/HTableHeader/hooks.tsx +5 -1
- package/src/components/HTableHeader/index.tsx +2 -0
- package/src/components/HTableHeader/modal.ts +1 -0
- package/src/components/Table.tsx +2 -0
- package/src/components/modal.ts +1 -0
- package/src/pages/Table/index.tsx +10 -1
- package/tsconfig.json +1 -1
- /package/es/{HTableHeader → src/components/HTableHeader}/defaultSubComponent.d.ts +0 -0
- /package/es/{HTableHeader → src/components/HTableHeader}/hooks.d.ts +0 -0
- /package/es/{context.d.ts → src/components/context.d.ts} +0 -0
- /package/es/{hooks → src/components/hooks}/index.d.ts +0 -0
- /package/es/{index.d.ts → src/components/index.d.ts} +0 -0
- /package/lib/{HTableHeader → src/components/HTableHeader}/defaultSubComponent.d.ts +0 -0
- /package/lib/{HTableHeader → src/components/HTableHeader}/hooks.d.ts +0 -0
- /package/lib/{context.d.ts → src/components/context.d.ts} +0 -0
- /package/lib/{hooks → src/components/hooks}/index.d.ts +0 -0
- /package/lib/{index.d.ts → src/components/index.d.ts} +0 -0
package/.eslintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/Users/hedongjie/Desktop/web/hw-component-table/src/Layout.tsx":"1","/Users/hedongjie/Desktop/web/hw-component-table/src/app.tsx":"2","/Users/hedongjie/Desktop/web/hw-component-table/src/index.tsx":"3","/Users/hedongjie/Desktop/web/hw-component-table/src/routes.tsx":"4","/Users/hedongjie/Desktop/web/hw-component-table/src/components/index.tsx":"5","/Users/hedongjie/Desktop/web/hw-component-table/src/components/Table.tsx":"6","/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts":"7","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts":"8","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx":"9","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts":"10","/Users/hedongjie/Desktop/web/hw-component-table/src/components/modal.ts":"11","/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx":"12","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx":"13","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableFooter/index.tsx":"14","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/index.tsx":"15","/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableCustomize.tsx":"16","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useDispatch.ts":"17","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useReq.ts":"18","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx":"19","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx":"20","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx":"21","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts":"22","/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/hooks.ts":"23","/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/index.tsx":"24","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx":"25","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx":"26","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowSelection.tsx":"27","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks.tsx":"28","/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx":"29","/Users/hedongjie/Desktop/web/hw-component-table/src/typings.d.ts":"30","/Users/hedongjie/Desktop/web/hw-component-table/scripts/rollup.config.js":"31","/Users/hedongjie/Desktop/web/hw-component-table/scripts/webpack.config.js":"32","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks.tsx":"33","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultSubComponent.tsx":"34","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/modal.ts":"35","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Content.tsx":"36","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Title.tsx":"37","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/index.tsx":"38","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/modal.d.ts":"39","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/utils.ts":"40","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx":"41","/Users/hedongjie/Desktop/web/hw-component-table/es/GoTop/index.d.ts":"42","/Users/hedongjie/Desktop/web/hw-component-table/es/GoTop/index.js":"43","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.d.ts":"44","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.js":"45","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/HeaderTitle/index.d.ts":"46","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/HeaderTitle/index.js":"47","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.d.ts":"48","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.js":"49","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Title.d.ts":"50","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Title.js":"51","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/index.d.ts":"52","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/index.js":"53","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.d.ts":"54","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.js":"55","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.d.ts":"56","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.js":"57","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.d.ts":"58","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.js":"59","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.d.ts":"60","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.js":"61","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.d.ts":"62","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.js":"63","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.d.ts":"64","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.js":"65","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.d.ts":"66","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.js":"67","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.d.ts":"68","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.js":"69","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/modal.d.ts":"70","/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.d.ts":"71","/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.js":"72","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.d.ts":"73","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.js":"74","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.d.ts":"75","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.js":"76","/Users/hedongjie/Desktop/web/hw-component-table/es/Table.d.ts":"77","/Users/hedongjie/Desktop/web/hw-component-table/es/Table.js":"78","/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.d.ts":"79","/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.js":"80","/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.d.ts":"81","/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.js":"82","/Users/hedongjie/Desktop/web/hw-component-table/es/context.d.ts":"83","/Users/hedongjie/Desktop/web/hw-component-table/es/context.js":"84","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.d.ts":"85","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.js":"86","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.d.ts":"87","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.js":"88","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.d.ts":"89","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.js":"90","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.d.ts":"91","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.js":"92","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.d.ts":"93","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.js":"94","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.d.ts":"95","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.js":"96","/Users/hedongjie/Desktop/web/hw-component-table/es/index.d.ts":"97","/Users/hedongjie/Desktop/web/hw-component-table/es/index.js":"98","/Users/hedongjie/Desktop/web/hw-component-table/es/modal.d.ts":"99","/Users/hedongjie/Desktop/web/hw-component-table/lib/GoTop/index.d.ts":"100","/Users/hedongjie/Desktop/web/hw-component-table/lib/GoTop/index.js":"101","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/AlertMsg.d.ts":"102","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/AlertMsg.js":"103","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/HeaderTitle/index.d.ts":"104","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/HeaderTitle/index.js":"105","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Content.d.ts":"106","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Content.js":"107","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Title.d.ts":"108","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Title.js":"109","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/index.d.ts":"110","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/index.js":"111","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/utils.d.ts":"112","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/utils.js":"113","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/RowSelection.d.ts":"114","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/RowSelection.js":"115","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/hooks.d.ts":"116","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/hooks.js":"117","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/index.d.ts":"118","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/index.js":"119","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableFooter/index.d.ts":"120","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableFooter/index.js":"121","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultSubComponent.d.ts":"122","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultSubComponent.js":"123","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/hooks.d.ts":"124","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/hooks.js":"125","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/index.d.ts":"126","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/index.js":"127","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/modal.d.ts":"128","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTablePagination/index.d.ts":"129","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTablePagination/index.js":"130","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/hooks.d.ts":"131","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/hooks.js":"132","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/index.d.ts":"133","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/index.js":"134","/Users/hedongjie/Desktop/web/hw-component-table/lib/Table.d.ts":"135","/Users/hedongjie/Desktop/web/hw-component-table/lib/Table.js":"136","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableConfig.d.ts":"137","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableConfig.js":"138","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableCustomize.d.ts":"139","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableCustomize.js":"140","/Users/hedongjie/Desktop/web/hw-component-table/lib/context.d.ts":"141","/Users/hedongjie/Desktop/web/hw-component-table/lib/context.js":"142","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/index.d.ts":"143","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/index.js":"144","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useCurrentTable.d.ts":"145","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useCurrentTable.js":"146","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useDispatch.d.ts":"147","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useDispatch.js":"148","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useHTable.d.ts":"149","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useHTable.js":"150","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useReq.d.ts":"151","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useReq.js":"152","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useRowObj.d.ts":"153","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useRowObj.js":"154","/Users/hedongjie/Desktop/web/hw-component-table/lib/index.d.ts":"155","/Users/hedongjie/Desktop/web/hw-component-table/lib/index.js":"156","/Users/hedongjie/Desktop/web/hw-component-table/lib/modal.d.ts":"157"},{"size":1541,"mtime":1709541397429,"results":"158","hashOfConfig":"159"},{"size":741,"mtime":1713518829815,"results":"160","hashOfConfig":"159"},{"size":308,"mtime":1709541397430,"results":"161","hashOfConfig":"159"},{"size":769,"mtime":1710811861083,"results":"162","hashOfConfig":"159"},{"size":590,"mtime":1710764754366,"results":"163","hashOfConfig":"159"},{"size":2414,"mtime":1713518829950,"results":"164","hashOfConfig":"159"},{"size":1001,"mtime":1711095487545,"results":"165","hashOfConfig":"159"},{"size":1029,"mtime":1711679923592,"results":"166","hashOfConfig":"159"},{"size":709,"mtime":1711680386755,"results":"167","hashOfConfig":"159"},{"size":676,"mtime":1710420049843,"results":"168","hashOfConfig":"159"},{"size":4400,"mtime":1713518829971,"results":"169","hashOfConfig":"159"},{"size":932,"mtime":1709620303143,"results":"170","hashOfConfig":"159"},{"size":5052,"mtime":1713518829886,"results":"171","hashOfConfig":"159"},{"size":2216,"mtime":1710420049765,"results":"172","hashOfConfig":"159"},{"size":1422,"mtime":1713518829916,"results":"173","hashOfConfig":"159"},{"size":1849,"mtime":1713518829960,"results":"174","hashOfConfig":"159"},{"size":209,"mtime":1711180552221,"results":"175","hashOfConfig":"159"},{"size":1410,"mtime":1712654698965,"results":"176","hashOfConfig":"159"},{"size":2699,"mtime":1713518829982,"results":"177","hashOfConfig":"159"},{"size":1766,"mtime":1713171379801,"results":"178","hashOfConfig":"159"},{"size":3181,"mtime":1713518832284,"results":"179","hashOfConfig":"159"},{"size":498,"mtime":1709893919938,"results":"180","hashOfConfig":"159"},{"size":1493,"mtime":1711679783897,"results":"181","hashOfConfig":"159"},{"size":2063,"mtime":1711679783908,"results":"182","hashOfConfig":"159"},{"size":2354,"mtime":1713171379779,"results":"183","hashOfConfig":"159"},{"size":1068,"mtime":1710763360964,"results":"184","hashOfConfig":"159"},{"size":3603,"mtime":1711017972577,"results":"185","hashOfConfig":"159"},{"size":2820,"mtime":1711679783860,"results":"186","hashOfConfig":"159"},{"size":1102,"mtime":1710829302576,"results":"187","hashOfConfig":"159"},{"size":1162,"mtime":1710829299926,"results":"188","hashOfConfig":"159"},{"size":2302,"mtime":1711102156682,"results":"189","hashOfConfig":"159"},{"size":1688,"mtime":1710827401948,"results":"190","hashOfConfig":"159"},{"size":4731,"mtime":1713518832284,"results":"191","hashOfConfig":"159"},{"size":1943,"mtime":1712056204827,"results":"192","hashOfConfig":"159"},{"size":519,"mtime":1713518832284,"results":"193","hashOfConfig":"159"},{"size":1781,"mtime":1711702477530,"results":"194","hashOfConfig":"159"},{"size":1349,"mtime":1711679772700,"results":"195","hashOfConfig":"159"},{"size":3092,"mtime":1713518816733,"results":"196","hashOfConfig":"159"},{"size":482,"mtime":1711372224438,"results":"197","hashOfConfig":"159"},{"size":1685,"mtime":1711702477553,"results":"198","hashOfConfig":"159"},{"size":1056,"mtime":1713518832284,"results":"199","hashOfConfig":"159"},{"size":167,"mtime":1713754588256,"results":"200","hashOfConfig":"159"},{"size":1567,"mtime":1713754857806,"results":"201","hashOfConfig":"159"},{"size":194,"mtime":1713754857814,"results":"202","hashOfConfig":"159"},{"size":1998,"mtime":1713754857823,"results":"203","hashOfConfig":"159"},{"size":335,"mtime":1713754857828,"results":"204","hashOfConfig":"159"},{"size":1298,"mtime":1713754857833,"results":"205","hashOfConfig":"159"},{"size":152,"mtime":1713754857837,"results":"206","hashOfConfig":"159"},{"size":4566,"mtime":1713754857852,"results":"207","hashOfConfig":"159"},{"size":139,"mtime":1713754857858,"results":"208","hashOfConfig":"159"},{"size":3963,"mtime":1713754857867,"results":"209","hashOfConfig":"159"},{"size":187,"mtime":1713754857872,"results":"210","hashOfConfig":"159"},{"size":4363,"mtime":1713754857885,"results":"211","hashOfConfig":"159"},{"size":106288,"mtime":1713754858037,"results":"212","hashOfConfig":"159"},{"size":4453,"mtime":1713754858045,"results":"213","hashOfConfig":"159"},{"size":449,"mtime":1713754858057,"results":"214","hashOfConfig":"159"},{"size":6413,"mtime":1713754858074,"results":"215","hashOfConfig":"159"},{"size":868,"mtime":1713754858080,"results":"216","hashOfConfig":"159"},{"size":5705,"mtime":1713754858093,"results":"217","hashOfConfig":"159"},{"size":1393,"mtime":1713754858099,"results":"218","hashOfConfig":"159"},{"size":9079,"mtime":1713754858111,"results":"219","hashOfConfig":"159"},{"size":612,"mtime":1713754858137,"results":"220","hashOfConfig":"159"},{"size":5230,"mtime":1713754858146,"results":"221","hashOfConfig":"159"},{"size":203,"mtime":1713754858151,"results":"222","hashOfConfig":"159"},{"size":4328,"mtime":1713754858157,"results":"223","hashOfConfig":"159"},{"size":226,"mtime":1713754858161,"results":"224","hashOfConfig":"159"},{"size":9336,"mtime":1713754858177,"results":"225","hashOfConfig":"159"},{"size":185,"mtime":1713754858181,"results":"226","hashOfConfig":"159"},{"size":3694,"mtime":1713754858187,"results":"227","hashOfConfig":"159"},{"size":517,"mtime":1713754858191,"results":"228","hashOfConfig":"159"},{"size":663,"mtime":1713754858194,"results":"229","hashOfConfig":"159"},{"size":7674,"mtime":1713754858208,"results":"230","hashOfConfig":"159"},{"size":1456,"mtime":1713754858216,"results":"231","hashOfConfig":"159"},{"size":3869,"mtime":1713754858223,"results":"232","hashOfConfig":"159"},{"size":283,"mtime":1713754858227,"results":"233","hashOfConfig":"159"},{"size":5970,"mtime":1713754858234,"results":"234","hashOfConfig":"159"},{"size":317,"mtime":1713754858237,"results":"235","hashOfConfig":"159"},{"size":6396,"mtime":1713754858244,"results":"236","hashOfConfig":"159"},{"size":701,"mtime":1713754858247,"results":"237","hashOfConfig":"159"},{"size":1020,"mtime":1713754858250,"results":"238","hashOfConfig":"159"},{"size":137,"mtime":1713754588257,"results":"239","hashOfConfig":"159"},{"size":5032,"mtime":1713754858259,"results":"240","hashOfConfig":"159"},{"size":920,"mtime":1713754858267,"results":"241","hashOfConfig":"159"},{"size":315,"mtime":1713754858271,"results":"242","hashOfConfig":"159"},{"size":77,"mtime":1713754588255,"results":"243","hashOfConfig":"159"},{"size":1166,"mtime":1713754858278,"results":"244","hashOfConfig":"159"},{"size":576,"mtime":1713754858282,"results":"245","hashOfConfig":"159"},{"size":843,"mtime":1713754858285,"results":"246","hashOfConfig":"159"},{"size":177,"mtime":1713754858288,"results":"247","hashOfConfig":"159"},{"size":250,"mtime":1713754858292,"results":"248","hashOfConfig":"159"},{"size":119,"mtime":1713754588256,"results":"249","hashOfConfig":"159"},{"size":787,"mtime":1713754858300,"results":"250","hashOfConfig":"159"},{"size":1238,"mtime":1713754858311,"results":"251","hashOfConfig":"159"},{"size":5574,"mtime":1713754858320,"results":"252","hashOfConfig":"159"},{"size":335,"mtime":1713754858323,"results":"253","hashOfConfig":"159"},{"size":1029,"mtime":1713754858326,"results":"254","hashOfConfig":"159"},{"size":590,"mtime":1713754588254,"results":"255","hashOfConfig":"159"},{"size":671,"mtime":1713754858331,"results":"256","hashOfConfig":"159"},{"size":4289,"mtime":1713754858341,"results":"257","hashOfConfig":"159"},{"size":167,"mtime":1713754588260,"results":"258","hashOfConfig":"159"},{"size":1635,"mtime":1713754858348},{"size":194,"mtime":1713754858351,"results":"259","hashOfConfig":"159"},{"size":2107,"mtime":1713754858356},{"size":335,"mtime":1713754858359,"results":"260","hashOfConfig":"159"},{"size":1371,"mtime":1713754858362},{"size":152,"mtime":1713754858366,"results":"261","hashOfConfig":"159"},{"size":4681,"mtime":1713754858375},{"size":139,"mtime":1713754858377,"results":"262","hashOfConfig":"159"},{"size":4032,"mtime":1713754858386},{"size":187,"mtime":1713754858389,"results":"263","hashOfConfig":"159"},{"size":4595,"mtime":1713754858399},{"size":106288,"mtime":1713754858497,"results":"264","hashOfConfig":"159"},{"size":4517,"mtime":1713754858502},{"size":449,"mtime":1713754858506,"results":"265","hashOfConfig":"159"},{"size":6535,"mtime":1713754858517},{"size":868,"mtime":1713754858522,"results":"266","hashOfConfig":"159"},{"size":5829,"mtime":1713754858530},{"size":1393,"mtime":1713754858534,"results":"267","hashOfConfig":"159"},{"size":9267,"mtime":1713754858542},{"size":612,"mtime":1713754858548,"results":"268","hashOfConfig":"159"},{"size":5406,"mtime":1713754858554},{"size":203,"mtime":1713754858557,"results":"269","hashOfConfig":"159"},{"size":4476,"mtime":1713754858563},{"size":226,"mtime":1713754858565,"results":"270","hashOfConfig":"159"},{"size":9432,"mtime":1713754858575},{"size":185,"mtime":1713754858600,"results":"271","hashOfConfig":"159"},{"size":3797,"mtime":1713754858607},{"size":517,"mtime":1713754858610,"results":"272","hashOfConfig":"159"},{"size":663,"mtime":1713754858613,"results":"273","hashOfConfig":"159"},{"size":7879,"mtime":1713754858623},{"size":1456,"mtime":1713754858632,"results":"274","hashOfConfig":"159"},{"size":3989,"mtime":1713754858637},{"size":283,"mtime":1713754858639,"results":"275","hashOfConfig":"159"},{"size":6069,"mtime":1713754858645},{"size":317,"mtime":1713754858648,"results":"276","hashOfConfig":"159"},{"size":6596,"mtime":1713754858658},{"size":701,"mtime":1713754858667,"results":"277","hashOfConfig":"159"},{"size":1143,"mtime":1713754858675},{"size":137,"mtime":1713754588260,"results":"278","hashOfConfig":"159"},{"size":5176,"mtime":1713754858683},{"size":920,"mtime":1713754858687,"results":"279","hashOfConfig":"159"},{"size":335,"mtime":1713754858689},{"size":77,"mtime":1713754588259,"results":"280","hashOfConfig":"159"},{"size":1188,"mtime":1713754858693},{"size":576,"mtime":1713754858696,"results":"281","hashOfConfig":"159"},{"size":904,"mtime":1713754858699},{"size":177,"mtime":1713754858702,"results":"282","hashOfConfig":"159"},{"size":297,"mtime":1713754858705},{"size":119,"mtime":1713754588260,"results":"283","hashOfConfig":"159"},{"size":844,"mtime":1713754858710},{"size":1238,"mtime":1713754858716,"results":"284","hashOfConfig":"159"},{"size":5657,"mtime":1713754858724},{"size":335,"mtime":1713754858728,"results":"285","hashOfConfig":"159"},{"size":1081,"mtime":1713754858730},{"size":590,"mtime":1713754588258,"results":"286","hashOfConfig":"159"},{"size":922,"mtime":1713754858736},{"size":4289,"mtime":1713754858743,"results":"287","hashOfConfig":"159"},{"filePath":"288","messages":"289","suppressedMessages":"290","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mh59l9",{"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"303","messages":"304","suppressedMessages":"305","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"333","messages":"334","suppressedMessages":"335","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"336","messages":"337","suppressedMessages":"338","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"339","messages":"340","suppressedMessages":"341","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"342","messages":"343","suppressedMessages":"344","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"345","messages":"346","suppressedMessages":"347","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"348","messages":"349","suppressedMessages":"350","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"351","messages":"352","suppressedMessages":"353","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"354","messages":"355","suppressedMessages":"356","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"357","messages":"358","suppressedMessages":"359","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"360","messages":"361","suppressedMessages":"362","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"363","messages":"364","suppressedMessages":"365","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"372","messages":"373","suppressedMessages":"374","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"375","messages":"376","suppressedMessages":"377","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"378","messages":"379","suppressedMessages":"380","errorCount":0,"fatalErrorCount":0,"warningCount":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":6,"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"393","messages":"394","suppressedMessages":"395","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"396","messages":"397","suppressedMessages":"398","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"399","messages":"400","suppressedMessages":"401","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"402","messages":"403","suppressedMessages":"404","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"405","messages":"406","suppressedMessages":"407","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"408","messages":"409","suppressedMessages":"410","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":2,"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":1,"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":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":1,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"477","messages":"478","suppressedMessages":"479","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"480","messages":"481","suppressedMessages":"482","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"483","messages":"484","suppressedMessages":"485","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"486","messages":"487","suppressedMessages":"488","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"489","messages":"490","suppressedMessages":"491","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"492","messages":"493","suppressedMessages":"494","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"495","messages":"496","suppressedMessages":"497","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"498","messages":"499","suppressedMessages":"500","errorCount":1,"fatalErrorCount":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":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":3,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"546","messages":"547","suppressedMessages":"548","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"549","messages":"550","suppressedMessages":"551","errorCount":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":0,"fatalErrorCount":0,"warningCount":1,"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":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"576","messages":"577","suppressedMessages":"578","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"579","messages":"580","suppressedMessages":"581","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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},{"filePath":"654","messages":"655","suppressedMessages":"656","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"657","messages":"658","suppressedMessages":"659","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"660","messages":"661","suppressedMessages":"662","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"663","messages":"664","suppressedMessages":"665","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"666","messages":"667","suppressedMessages":"668","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"669","messages":"670","suppressedMessages":"671","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"672","messages":"673","suppressedMessages":"674","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"/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",["675","676","677"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts",["678"],[],"/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",["679"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx",["680","681"],[],"/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",["682"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx",["683","684"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx",["685","686","687"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts",["688"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/hooks.ts",["689","690","691"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/index.tsx",["692"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx",["693","694","695","696"],[],"/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",["697","698"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx",["699","700"],[],"/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",["701","702","703","704","705","706"],[],"/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",["707"],[],"/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",["708"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/modal.d.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/utils.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx",["709"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/GoTop/index.d.ts",["710"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/GoTop/index.js",["711","712"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.d.ts",["713"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/HeaderTitle/index.d.ts",["714"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/HeaderTitle/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.d.ts",["715"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.js",["716"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Title.d.ts",["717"],[],"/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",["718"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/index.js",["719"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.d.ts",["720"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.d.ts",["721"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.d.ts",["722"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.js",["723","724","725"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.d.ts",["726"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.d.ts",["727"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.js",["728"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.d.ts",["729"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.d.ts",["730"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.js",["731","732"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.d.ts",["733"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/modal.d.ts",["734"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.d.ts",["735"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.d.ts",["736"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.js",["737","738","739"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.d.ts",["740"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.js",["741","742","743"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/Table.d.ts",["744"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/Table.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.d.ts",["745"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.d.ts",["746"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/context.d.ts",["747"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/context.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.d.ts",["748"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.js",["749"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.d.ts",["750"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.js",["751"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.d.ts",["752"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.d.ts",["753"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.d.ts",["754"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.js",["755"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.d.ts",["756"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/index.d.ts",["757"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/modal.d.ts",["758"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/GoTop/index.d.ts",["759"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/AlertMsg.d.ts",["760"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/HeaderTitle/index.d.ts",["761"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Content.d.ts",["762"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Title.d.ts",["763"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/index.d.ts",["764"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/utils.d.ts",["765"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/RowSelection.d.ts",["766"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/hooks.d.ts",["767"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/index.d.ts",["768"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableFooter/index.d.ts",["769"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultSubComponent.d.ts",["770"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/hooks.d.ts",["771"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/index.d.ts",["772"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/modal.d.ts",["773"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTablePagination/index.d.ts",["774"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/hooks.d.ts",["775"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/index.d.ts",["776"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/Table.d.ts",["777"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/TableConfig.d.ts",["778"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/TableCustomize.d.ts",["779"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/context.d.ts",["780"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/index.d.ts",["781"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useCurrentTable.d.ts",["782"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useDispatch.d.ts",["783"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useHTable.d.ts",["784"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useReq.d.ts",["785"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useRowObj.d.ts",["786"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/index.d.ts",["787"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/modal.d.ts",["788"],[],{"ruleId":"789","severity":1,"message":"790","line":7,"column":15,"nodeType":"791","messageId":"792","endLine":7,"endColumn":29},{"ruleId":"789","severity":1,"message":"793","line":20,"column":3,"nodeType":"791","messageId":"792","endLine":20,"endColumn":12},{"ruleId":"789","severity":1,"message":"794","line":21,"column":3,"nodeType":"791","messageId":"792","endLine":21,"endColumn":12},{"ruleId":"795","severity":1,"message":"796","line":31,"column":6,"nodeType":"797","endLine":31,"endColumn":13,"suggestions":"798"},{"ruleId":"789","severity":1,"message":"799","line":65,"column":6,"nodeType":"791","messageId":"792","endLine":65,"endColumn":20},{"ruleId":"789","severity":1,"message":"800","line":73,"column":5,"nodeType":"791","messageId":"792","endLine":73,"endColumn":16},{"ruleId":"789","severity":1,"message":"801","line":76,"column":5,"nodeType":"791","messageId":"792","endLine":76,"endColumn":20},{"ruleId":"795","severity":1,"message":"802","line":50,"column":6,"nodeType":"797","endLine":50,"endColumn":8,"suggestions":"803"},{"ruleId":"789","severity":1,"message":"804","line":55,"column":7,"nodeType":"791","messageId":"792","endLine":55,"endColumn":11},{"ruleId":"789","severity":1,"message":"805","line":98,"column":42,"nodeType":"791","messageId":"792","endLine":98,"endColumn":48},{"ruleId":"789","severity":1,"message":"806","line":5,"column":3,"nodeType":"791","messageId":"792","endLine":5,"endColumn":15},{"ruleId":"789","severity":1,"message":"807","line":6,"column":3,"nodeType":"791","messageId":"792","endLine":6,"endColumn":19},{"ruleId":"789","severity":1,"message":"805","line":41,"column":36,"nodeType":"791","messageId":"792","endLine":41,"endColumn":42},{"ruleId":"795","severity":1,"message":"808","line":13,"column":6,"nodeType":"797","endLine":13,"endColumn":17,"suggestions":"809"},{"ruleId":"789","severity":1,"message":"810","line":15,"column":14,"nodeType":"791","messageId":"792","endLine":15,"endColumn":39},{"ruleId":"795","severity":1,"message":"811","line":19,"column":6,"nodeType":"797","endLine":19,"endColumn":8,"suggestions":"812"},{"ruleId":"795","severity":1,"message":"813","line":47,"column":6,"nodeType":"797","endLine":47,"endColumn":8,"suggestions":"814"},{"ruleId":"789","severity":1,"message":"815","line":3,"column":32,"nodeType":"791","messageId":"792","endLine":3,"endColumn":43},{"ruleId":"789","severity":1,"message":"816","line":24,"column":7,"nodeType":"791","messageId":"792","endLine":24,"endColumn":11},{"ruleId":"789","severity":1,"message":"805","line":27,"column":32,"nodeType":"791","messageId":"792","endLine":27,"endColumn":38},{"ruleId":"789","severity":1,"message":"805","line":47,"column":32,"nodeType":"791","messageId":"792","endLine":47,"endColumn":38},{"ruleId":"789","severity":1,"message":"817","line":86,"column":9,"nodeType":"791","messageId":"792","endLine":86,"endColumn":21},{"ruleId":"795","severity":1,"message":"818","line":57,"column":6,"nodeType":"797","endLine":57,"endColumn":39,"suggestions":"819"},{"ruleId":"795","severity":1,"message":"820","line":86,"column":6,"nodeType":"797","endLine":86,"endColumn":40,"suggestions":"821"},{"ruleId":"795","severity":1,"message":"822","line":26,"column":6,"nodeType":"797","endLine":26,"endColumn":11,"suggestions":"823"},{"ruleId":"795","severity":1,"message":"822","line":34,"column":6,"nodeType":"797","endLine":34,"endColumn":8,"suggestions":"824"},{"ruleId":"789","severity":1,"message":"825","line":68,"column":5,"nodeType":"791","messageId":"792","endLine":68,"endColumn":22},{"ruleId":"789","severity":1,"message":"826","line":69,"column":5,"nodeType":"791","messageId":"792","endLine":69,"endColumn":15},{"ruleId":"789","severity":1,"message":"827","line":70,"column":5,"nodeType":"791","messageId":"792","endLine":70,"endColumn":16},{"ruleId":"789","severity":1,"message":"828","line":71,"column":5,"nodeType":"791","messageId":"792","endLine":71,"endColumn":10},{"ruleId":"795","severity":1,"message":"829","line":184,"column":6,"nodeType":"797","endLine":184,"endColumn":42,"suggestions":"830"},{"ruleId":"795","severity":1,"message":"829","line":190,"column":6,"nodeType":"797","endLine":190,"endColumn":42,"suggestions":"831"},{"ruleId":"795","severity":1,"message":"832","line":31,"column":6,"nodeType":"797","endLine":31,"endColumn":15,"suggestions":"833"},{"ruleId":"795","severity":1,"message":"834","line":37,"column":6,"nodeType":"797","endLine":37,"endColumn":15,"suggestions":"835"},{"ruleId":"789","severity":1,"message":"836","line":1,"column":15,"nodeType":"791","messageId":"792","endLine":1,"endColumn":20},{"ruleId":null,"fatal":true,"severity":2,"message":"837","nodeType":null},{"ruleId":"795","severity":1,"message":"838","line":44,"column":5,"nodeType":"797","endLine":44,"endColumn":10,"suggestions":"839"},{"ruleId":"795","severity":1,"message":"840","line":57,"column":6,"nodeType":"797","endLine":57,"endColumn":8,"suggestions":"841"},{"ruleId":null,"fatal":true,"severity":2,"message":"842","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"843","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"844","nodeType":null},{"ruleId":"795","severity":1,"message":"832","line":90,"column":5,"nodeType":"797","endLine":90,"endColumn":14,"suggestions":"845"},{"ruleId":null,"fatal":true,"severity":2,"message":"846","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"847","nodeType":null},{"ruleId":"795","severity":1,"message":"848","line":47,"column":5,"nodeType":"797","endLine":47,"endColumn":14,"suggestions":"849"},{"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":"795","severity":1,"message":"853","line":121,"column":5,"nodeType":"797","endLine":121,"endColumn":38,"suggestions":"854"},{"ruleId":"795","severity":1,"message":"820","line":156,"column":5,"nodeType":"797","endLine":156,"endColumn":39,"suggestions":"855"},{"ruleId":"795","severity":1,"message":"856","line":168,"column":5,"nodeType":"797","endLine":168,"endColumn":11,"suggestions":"857"},{"ruleId":null,"fatal":true,"severity":2,"message":"858","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"859","nodeType":null},{"ruleId":"860","severity":2,"message":"861","line":63,"column":27,"nodeType":"791","endLine":63,"endColumn":43},{"ruleId":null,"fatal":true,"severity":2,"message":"862","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"863","nodeType":null},{"ruleId":"795","severity":1,"message":"829","line":295,"column":5,"nodeType":"797","endLine":295,"endColumn":41,"suggestions":"864"},{"ruleId":"795","severity":1,"message":"829","line":304,"column":5,"nodeType":"797","endLine":304,"endColumn":41,"suggestions":"865"},{"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":"795","severity":1,"message":"811","line":65,"column":6,"nodeType":"797","endLine":65,"endColumn":8,"suggestions":"870"},{"ruleId":"795","severity":1,"message":"813","line":95,"column":6,"nodeType":"797","endLine":95,"endColumn":8,"suggestions":"871"},{"ruleId":"795","severity":1,"message":"872","line":107,"column":5,"nodeType":"797","endLine":107,"endColumn":14,"suggestions":"873"},{"ruleId":null,"fatal":true,"severity":2,"message":"874","nodeType":null},{"ruleId":"860","severity":2,"message":"875","line":77,"column":21,"nodeType":"791","endLine":77,"endColumn":31},{"ruleId":"860","severity":2,"message":"876","line":80,"column":24,"nodeType":"791","endLine":80,"endColumn":37},{"ruleId":"860","severity":2,"message":"877","line":92,"column":22,"nodeType":"791","endLine":92,"endColumn":37},{"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":"795","severity":1,"message":"808","line":30,"column":5,"nodeType":"797","endLine":30,"endColumn":16,"suggestions":"883"},{"ruleId":null,"fatal":true,"severity":2,"message":"884","nodeType":null},{"ruleId":"795","severity":1,"message":"796","line":23,"column":5,"nodeType":"797","endLine":23,"endColumn":12,"suggestions":"885"},{"ruleId":null,"fatal":true,"severity":2,"message":"886","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"887","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"888","nodeType":null},{"ruleId":"795","severity":1,"message":"802","line":152,"column":6,"nodeType":"797","endLine":152,"endColumn":8,"suggestions":"889"},{"ruleId":null,"fatal":true,"severity":2,"message":"890","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"891","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"892","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"893","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"894","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"895","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"896","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"897","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"898","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"899","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"900","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"901","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"902","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"903","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"904","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"905","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"906","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"907","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"908","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"909","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"910","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"911","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"912","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"913","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"914","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"915","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"916","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"917","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"918","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"919","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"920","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"921","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"922","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",["923"],"'FooterRenderFn' is defined but never used.","'rowOnChange' is assigned a value but never used.","'allSelectChange' is assigned a value but never used.","React Hook useEffect has missing dependencies: 'manual', 'reloadFn', 'request', and 'resultAction'. Either include them or remove the dependency array.",["924"],"'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.",["925"],"'params' is defined but never used.","React Hook useMemo has a missing dependency: 'tableInstance'. Either include it or remove the dependency array.",["926"],"React Hook useEffect has missing dependencies: 'dialogTableInstance', 'hide', and 'show'. Either include them or remove the dependency array.",["927"],"'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.",["928"],"React Hook useEffect has a missing dependency: 'rowOnChange'. Either include it or remove the dependency array.",["929"],"React Hook useEffect has a missing dependency: 'cuDom'. Either include it or remove the dependency array.",["930"],["931"],"'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.",["932"],["933"],"React Hook useMemo has a missing dependency: 'titleClass'. Either include it or remove the dependency array.",["934"],"React Hook useEffect has a missing dependency: 'tableInstance.table'. Either include it or remove the dependency array.",["935"],"'Space' is defined but never used.","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.",["936"],"React Hook useEffect has missing dependencies: 'cuDom.scrollTop' and 'setStyle'. Either include them or remove the dependency array.",["937"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/AlertMsg.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/HeaderTitle/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/Options/Content.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file",["938"],"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.",["939"],"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.",["940"],["941"],"React Hook useEffect has a missing dependency: 'setCuSize'. Either include it or remove the dependency array.",["942"],"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",["943"],["944"],"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",["945"],["946"],"React Hook useEffect has a missing dependency: 'setModalVisible'. Either include it or remove the dependency array.",["947"],"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",["948"],"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",["949"],"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",["950"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/hooks/useRowObj.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/modal.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/GoTop/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/AlertMsg.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/HeaderTitle/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/Options/Content.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/Options/Title.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/Options/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/Options/utils.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/RowSelection.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/hooks.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableFooter/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableHeader/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":"951","fix":"952"},{"desc":"953","fix":"954"},{"desc":"955","fix":"956"},{"desc":"957","fix":"958"},{"desc":"959","fix":"960"},{"desc":"961","fix":"962"},{"desc":"963","fix":"964"},{"desc":"965","fix":"966"},{"desc":"967","fix":"968"},{"desc":"969","fix":"970"},{"desc":"969","fix":"971"},{"desc":"972","fix":"973"},{"desc":"974","fix":"975"},{"desc":"976","fix":"977"},{"desc":"978","fix":"979"},{"desc":"972","fix":"980"},{"desc":"981","fix":"982"},{"desc":"983","fix":"984"},{"desc":"963","fix":"985"},{"desc":"986","fix":"987"},{"desc":"969","fix":"988"},{"desc":"969","fix":"989"},{"desc":"957","fix":"990"},{"desc":"959","fix":"991"},{"desc":"992","fix":"993"},{"desc":"955","fix":"994"},{"desc":"951","fix":"995"},{"desc":"953","fix":"996"},"Update the dependencies array to be: [changeRowData, dispatch, getTableParams, reload, reloadWithParams, table, useCurrentTable]",{"range":"997","text":"998"},"Update the dependencies array to be: [manual, reloadFn, request, resultAction]",{"range":"999","text":"1000"},"Update the dependencies array to be: [className, config]",{"range":"1001","text":"1002"},"Update the dependencies array to be: [tableInstance]",{"range":"1003","text":"1004"},"Update the dependencies array to be: [dialogTableInstance, hide, show]",{"range":"1005","text":"1006"},"Update the dependencies array to be: [configData, table, rowSelection, changeConfigData]",{"range":"1007","text":"1008"},"Update the dependencies array to be: [selectedRowKeys, records, rowKey, rowOnChange]",{"range":"1009","text":"1010"},"Update the dependencies array to be: [cuDom, dom]",{"range":"1011","text":"1012"},"Update the dependencies array to be: [cuDom]",{"range":"1013","text":"1014"},"Update the dependencies array to be: [configData, searchSpan, headerOpen, mkNewFn]",{"range":"1015","text":"1016"},{"range":"1017","text":"1016"},"Update the dependencies array to be: [columns, titleClass]",{"range":"1018","text":"1019"},"Update the dependencies array to be: [columns, tableInstance.table]",{"range":"1020","text":"1021"},"Update the dependencies array to be: [cuDom, dom, setStyle]",{"range":"1022","text":"1023"},"Update the dependencies array to be: [cuDom.scrollTop, setStyle]",{"range":"1024","text":"1025"},{"range":"1026","text":"1019"},"Update the dependencies array to be: [columns, setKeys, tableInstance.table]",{"range":"1027","text":"1028"},"Update the dependencies array to be: [configData, table, rowSelection, setCols, changeConfigData]",{"range":"1029","text":"1030"},{"range":"1031","text":"1010"},"Update the dependencies array to be: [setCuSize, size]",{"range":"1032","text":"1033"},{"range":"1034","text":"1016"},{"range":"1035","text":"1016"},{"range":"1036","text":"1004"},{"range":"1037","text":"1006"},"Update the dependencies array to be: [setModalVisible, visible]",{"range":"1038","text":"1039"},{"range":"1040","text":"1002"},{"range":"1041","text":"998"},{"range":"1042","text":"1000"},[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]",[4459,4495],"[configData, searchSpan, headerOpen, mkNewFn]",[4650,4686],[996,1005],"[columns, titleClass]",[1123,1132],"[columns, tableInstance.table]",[1205,1210],"[cuDom, dom, setStyle]",[1417,1419],"[cuDom.scrollTop, setStyle]",[3508,3517],[1723,1732],"[columns, setKeys, tableInstance.table]",[4268,4301],"[configData, table, rowSelection, setCols, changeConfigData]",[5271,5305],[5560,5566],"[setCuSize, size]",[8887,8923],[9112,9148],[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","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx":"41","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/RangePickerSearch.tsx":"42","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx":"43"},{"size":1541,"mtime":1709541397429,"results":"44","hashOfConfig":"45"},{"size":741,"mtime":1713518829815,"results":"46","hashOfConfig":"45"},{"size":308,"mtime":1709541397430,"results":"47","hashOfConfig":"45"},{"size":769,"mtime":1710811861083,"results":"48","hashOfConfig":"45"},{"size":590,"mtime":1710764754366,"results":"49","hashOfConfig":"45"},{"size":2472,"mtime":1713774141239,"results":"50","hashOfConfig":"45"},{"size":1001,"mtime":1711095487545,"results":"51","hashOfConfig":"45"},{"size":1029,"mtime":1711679923592,"results":"52","hashOfConfig":"45"},{"size":709,"mtime":1711680386755,"results":"53","hashOfConfig":"45"},{"size":676,"mtime":1710420049843,"results":"54","hashOfConfig":"45"},{"size":4440,"mtime":1713775056962,"results":"55","hashOfConfig":"45"},{"size":932,"mtime":1709620303143,"results":"56","hashOfConfig":"45"},{"size":5052,"mtime":1713518829886,"results":"57","hashOfConfig":"45"},{"size":2216,"mtime":1710420049765,"results":"58","hashOfConfig":"45"},{"size":1471,"mtime":1713775056928,"results":"59","hashOfConfig":"45"},{"size":1849,"mtime":1713518829960,"results":"60","hashOfConfig":"45"},{"size":209,"mtime":1711180552221,"results":"61","hashOfConfig":"45"},{"size":1410,"mtime":1712654698965,"results":"62","hashOfConfig":"45"},{"size":2933,"mtime":1713775056984,"results":"63","hashOfConfig":"45"},{"size":1766,"mtime":1713171379801,"results":"64","hashOfConfig":"45"},{"size":3181,"mtime":1713518832284,"results":"65","hashOfConfig":"45"},{"size":498,"mtime":1709893919938,"results":"66","hashOfConfig":"45"},{"size":1493,"mtime":1711679783897,"results":"67","hashOfConfig":"45"},{"size":2063,"mtime":1711679783908,"results":"68","hashOfConfig":"45"},{"size":2354,"mtime":1713171379779,"results":"69","hashOfConfig":"45"},{"size":1068,"mtime":1710763360964,"results":"70","hashOfConfig":"45"},{"size":3603,"mtime":1711017972577,"results":"71","hashOfConfig":"45"},{"size":2820,"mtime":1711679783860,"results":"72","hashOfConfig":"45"},{"size":1102,"mtime":1710829302576,"results":"73","hashOfConfig":"45"},{"size":1162,"mtime":1710829299926,"results":"74","hashOfConfig":"45"},{"size":2302,"mtime":1711102156682,"results":"75","hashOfConfig":"45"},{"size":1688,"mtime":1710827401948,"results":"76","hashOfConfig":"45"},{"size":4891,"mtime":1713775056915,"results":"77","hashOfConfig":"45"},{"size":1943,"mtime":1712056204827,"results":"78","hashOfConfig":"45"},{"size":555,"mtime":1713775056933,"results":"79","hashOfConfig":"45"},{"size":1781,"mtime":1711702477530,"results":"80","hashOfConfig":"45"},{"size":1349,"mtime":1711679772700,"results":"81","hashOfConfig":"45"},{"size":3092,"mtime":1713518816733,"results":"82","hashOfConfig":"45"},{"size":482,"mtime":1711372224438,"results":"83","hashOfConfig":"45"},{"size":1685,"mtime":1711702477553,"results":"84","hashOfConfig":"45"},{"size":1056,"mtime":1713518832284,"results":"85","hashOfConfig":"45"},{"size":1200,"mtime":1713775056869},{"size":442,"mtime":1713775056882},{"filePath":"86","messages":"87","suppressedMessages":"88","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mh59l9",{"filePath":"89","messages":"90","suppressedMessages":"91","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"92","messages":"93","suppressedMessages":"94","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"95","messages":"96","suppressedMessages":"97","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"98","messages":"99","suppressedMessages":"100","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"101","messages":"102","suppressedMessages":"103","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"104","messages":"105","suppressedMessages":"106","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"107","messages":"108","suppressedMessages":"109","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"110","messages":"111","suppressedMessages":"112","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"113","messages":"114","suppressedMessages":"115","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"116","messages":"117","suppressedMessages":"118","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"119","messages":"120","suppressedMessages":"121","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"122","messages":"123","suppressedMessages":"124","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"125","messages":"126","suppressedMessages":"127","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"128","messages":"129","suppressedMessages":"130","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"131","messages":"132","suppressedMessages":"133","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"134","messages":"135","suppressedMessages":"136","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"137","messages":"138","suppressedMessages":"139","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"140","messages":"141","suppressedMessages":"142","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"143","messages":"144","suppressedMessages":"145","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"146","messages":"147","suppressedMessages":"148","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"149","messages":"150","suppressedMessages":"151","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"152","messages":"153","suppressedMessages":"154","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"155","messages":"156","suppressedMessages":"157","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"158","messages":"159","suppressedMessages":"160","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"161","messages":"162","suppressedMessages":"163","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"164","messages":"165","suppressedMessages":"166","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"167","messages":"168","suppressedMessages":"169","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"170","messages":"171","suppressedMessages":"172","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"173","messages":"174","suppressedMessages":"175","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"176","messages":"177","suppressedMessages":"178","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"179","messages":"180","suppressedMessages":"181","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"182","messages":"183","suppressedMessages":"184","errorCount":0,"fatalErrorCount":0,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"185","messages":"186","suppressedMessages":"187","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"188","messages":"189","suppressedMessages":"190","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"191","messages":"192","suppressedMessages":"193","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"194","messages":"195","suppressedMessages":"196","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"197","messages":"198","suppressedMessages":"199","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"200","messages":"201","suppressedMessages":"202","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"203","messages":"204","suppressedMessages":"205","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"206","messages":"207","suppressedMessages":"208","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"/Users/hedongjie/Desktop/web/hw-component-table/src/Layout.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/app.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/routes.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/Table.tsx",["209","210","211"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts",["212"],[],"/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",["213"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx",["214","215"],[],"/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",["216"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx",["217","218"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx",["219","220","221"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts",["222"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/hooks.ts",["223","224","225"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/index.tsx",["226"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx",["227","228","229","230"],[],"/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",["231","232"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx",["233","234"],[],"/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",["235","236","237","238","239","240"],[],"/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",["241"],[],"/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",["242"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/modal.d.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/utils.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx",["243"],[],{"ruleId":"244","severity":1,"message":"245","line":7,"column":15,"nodeType":"246","messageId":"247","endLine":7,"endColumn":29},{"ruleId":"244","severity":1,"message":"248","line":20,"column":3,"nodeType":"246","messageId":"247","endLine":20,"endColumn":12},{"ruleId":"244","severity":1,"message":"249","line":21,"column":3,"nodeType":"246","messageId":"247","endLine":21,"endColumn":12},{"ruleId":"250","severity":1,"message":"251","line":31,"column":6,"nodeType":"252","endLine":31,"endColumn":13,"suggestions":"253"},{"ruleId":"244","severity":1,"message":"254","line":65,"column":6,"nodeType":"246","messageId":"247","endLine":65,"endColumn":20},{"ruleId":"244","severity":1,"message":"255","line":73,"column":5,"nodeType":"246","messageId":"247","endLine":73,"endColumn":16},{"ruleId":"244","severity":1,"message":"256","line":76,"column":5,"nodeType":"246","messageId":"247","endLine":76,"endColumn":20},{"ruleId":"250","severity":1,"message":"257","line":50,"column":6,"nodeType":"252","endLine":50,"endColumn":8,"suggestions":"258"},{"ruleId":"244","severity":1,"message":"259","line":60,"column":7,"nodeType":"246","messageId":"247","endLine":60,"endColumn":11},{"ruleId":"244","severity":1,"message":"260","line":107,"column":42,"nodeType":"246","messageId":"247","endLine":107,"endColumn":48},{"ruleId":"244","severity":1,"message":"261","line":5,"column":3,"nodeType":"246","messageId":"247","endLine":5,"endColumn":15},{"ruleId":"244","severity":1,"message":"262","line":6,"column":3,"nodeType":"246","messageId":"247","endLine":6,"endColumn":19},{"ruleId":"244","severity":1,"message":"260","line":41,"column":36,"nodeType":"246","messageId":"247","endLine":41,"endColumn":42},{"ruleId":"250","severity":1,"message":"263","line":13,"column":6,"nodeType":"252","endLine":13,"endColumn":17,"suggestions":"264"},{"ruleId":"244","severity":1,"message":"265","line":15,"column":14,"nodeType":"246","messageId":"247","endLine":15,"endColumn":39},{"ruleId":"250","severity":1,"message":"266","line":19,"column":6,"nodeType":"252","endLine":19,"endColumn":8,"suggestions":"267"},{"ruleId":"250","severity":1,"message":"268","line":47,"column":6,"nodeType":"252","endLine":47,"endColumn":8,"suggestions":"269"},{"ruleId":"244","severity":1,"message":"270","line":3,"column":32,"nodeType":"246","messageId":"247","endLine":3,"endColumn":43},{"ruleId":"244","severity":1,"message":"271","line":24,"column":7,"nodeType":"246","messageId":"247","endLine":24,"endColumn":11},{"ruleId":"244","severity":1,"message":"260","line":27,"column":32,"nodeType":"246","messageId":"247","endLine":27,"endColumn":38},{"ruleId":"244","severity":1,"message":"260","line":47,"column":32,"nodeType":"246","messageId":"247","endLine":47,"endColumn":38},{"ruleId":"244","severity":1,"message":"272","line":86,"column":9,"nodeType":"246","messageId":"247","endLine":86,"endColumn":21},{"ruleId":"250","severity":1,"message":"273","line":57,"column":6,"nodeType":"252","endLine":57,"endColumn":39,"suggestions":"274"},{"ruleId":"250","severity":1,"message":"275","line":86,"column":6,"nodeType":"252","endLine":86,"endColumn":40,"suggestions":"276"},{"ruleId":"250","severity":1,"message":"277","line":26,"column":6,"nodeType":"252","endLine":26,"endColumn":11,"suggestions":"278"},{"ruleId":"250","severity":1,"message":"277","line":34,"column":6,"nodeType":"252","endLine":34,"endColumn":8,"suggestions":"279"},{"ruleId":"244","severity":1,"message":"280","line":69,"column":5,"nodeType":"246","messageId":"247","endLine":69,"endColumn":22},{"ruleId":"244","severity":1,"message":"281","line":70,"column":5,"nodeType":"246","messageId":"247","endLine":70,"endColumn":15},{"ruleId":"244","severity":1,"message":"282","line":71,"column":5,"nodeType":"246","messageId":"247","endLine":71,"endColumn":16},{"ruleId":"244","severity":1,"message":"283","line":72,"column":5,"nodeType":"246","messageId":"247","endLine":72,"endColumn":10},{"ruleId":"250","severity":1,"message":"284","line":188,"column":6,"nodeType":"252","endLine":188,"endColumn":42,"suggestions":"285"},{"ruleId":"250","severity":1,"message":"284","line":194,"column":6,"nodeType":"252","endLine":194,"endColumn":42,"suggestions":"286"},{"ruleId":"250","severity":1,"message":"287","line":31,"column":6,"nodeType":"252","endLine":31,"endColumn":15,"suggestions":"288"},{"ruleId":"250","severity":1,"message":"289","line":37,"column":6,"nodeType":"252","endLine":37,"endColumn":15,"suggestions":"290"},{"ruleId":"244","severity":1,"message":"291","line":1,"column":15,"nodeType":"246","messageId":"247","endLine":1,"endColumn":20},"@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",["292"],"'FooterRenderFn' is defined but never used.","'rowOnChange' is assigned a value but never used.","'allSelectChange' is assigned a value but never used.","React Hook useEffect has missing dependencies: 'manual', 'reloadFn', 'request', and 'resultAction'. Either include them or remove the dependency array.",["293"],"'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.",["294"],"'params' is defined but never used.","React Hook useMemo has a missing dependency: 'tableInstance'. Either include it or remove the dependency array.",["295"],"React Hook useEffect has missing dependencies: 'dialogTableInstance', 'hide', and 'show'. Either include them or remove the dependency array.",["296"],"'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.",["297"],"React Hook useEffect has a missing dependency: 'rowOnChange'. Either include it or remove the dependency array.",["298"],"React Hook useEffect has a missing dependency: 'cuDom'. Either include it or remove the dependency array.",["299"],["300"],"'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.",["301"],["302"],"React Hook useMemo has a missing dependency: 'titleClass'. Either include it or remove the dependency array.",["303"],"React Hook useEffect has a missing dependency: 'tableInstance.table'. Either include it or remove the dependency array.",["304"],"'Space' is defined but never used.",{"desc":"305","fix":"306"},{"desc":"307","fix":"308"},{"desc":"309","fix":"310"},{"desc":"311","fix":"312"},{"desc":"313","fix":"314"},{"desc":"315","fix":"316"},{"desc":"317","fix":"318"},{"desc":"319","fix":"320"},{"desc":"321","fix":"322"},{"desc":"323","fix":"324"},{"desc":"323","fix":"325"},{"desc":"326","fix":"327"},{"desc":"328","fix":"329"},"Update the dependencies array to be: [changeRowData, dispatch, getTableParams, reload, reloadWithParams, table, useCurrentTable]",{"range":"330","text":"331"},"Update the dependencies array to be: [manual, reloadFn, request, resultAction]",{"range":"332","text":"333"},"Update the dependencies array to be: [className, config]",{"range":"334","text":"335"},"Update the dependencies array to be: [tableInstance]",{"range":"336","text":"337"},"Update the dependencies array to be: [dialogTableInstance, hide, show]",{"range":"338","text":"339"},"Update the dependencies array to be: [configData, table, rowSelection, changeConfigData]",{"range":"340","text":"341"},"Update the dependencies array to be: [selectedRowKeys, records, rowKey, rowOnChange]",{"range":"342","text":"343"},"Update the dependencies array to be: [cuDom, dom]",{"range":"344","text":"345"},"Update the dependencies array to be: [cuDom]",{"range":"346","text":"347"},"Update the dependencies array to be: [configData, searchSpan, headerOpen, mkNewFn]",{"range":"348","text":"349"},{"range":"350","text":"349"},"Update the dependencies array to be: [columns, titleClass]",{"range":"351","text":"352"},"Update the dependencies array to be: [columns, tableInstance.table]",{"range":"353","text":"354"},[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]",[4619,4655],"[configData, searchSpan, headerOpen, mkNewFn]",[4810,4846],[996,1005],"[columns, titleClass]",[1123,1132],"[columns, tableInstance.table]"]
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
// welcome to hoo hoo hoo
|
|
2
|
+
import _Object$keys from '@babel/runtime-corejs3/core-js/object/keys';
|
|
3
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js/object/get-own-property-symbols';
|
|
4
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js/instance/filter';
|
|
5
|
+
import _Object$getOwnPropertyDescriptor from '@babel/runtime-corejs3/core-js/object/get-own-property-descriptor';
|
|
6
|
+
import _forEachInstanceProperty from '@babel/runtime-corejs3/core-js/instance/for-each';
|
|
7
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js/object/get-own-property-descriptors';
|
|
8
|
+
import _Object$defineProperties from '@babel/runtime-corejs3/core-js/object/define-properties';
|
|
9
|
+
import _Object$defineProperty from '@babel/runtime-corejs3/core-js/object/define-property';
|
|
10
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/defineProperty';
|
|
11
|
+
import _objectWithoutProperties from '@babel/runtime-corejs3/helpers/objectWithoutProperties';
|
|
12
|
+
import 'core-js/modules/es.function.name.js';
|
|
13
|
+
import { jsx } from 'react/jsx-runtime';
|
|
14
|
+
import { HFormConnect, HRangePicker } from '@hw-component/form';
|
|
15
|
+
|
|
16
|
+
var _excluded = ["name", "valueMap", "addFormat"];
|
|
17
|
+
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
18
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
19
|
+
var Index = function Index(_ref) {
|
|
20
|
+
var name = _ref.name,
|
|
21
|
+
_ref$valueMap = _ref.valueMap,
|
|
22
|
+
valueMap = _ref$valueMap === void 0 ? {} : _ref$valueMap,
|
|
23
|
+
addFormat = _ref.addFormat,
|
|
24
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
25
|
+
var _valueMap$start = valueMap.start,
|
|
26
|
+
start = _valueMap$start === void 0 ? "".concat(name, "StartTime") : _valueMap$start,
|
|
27
|
+
_valueMap$end = valueMap.end,
|
|
28
|
+
end = _valueMap$end === void 0 ? "".concat(name, "EndTime") : _valueMap$end;
|
|
29
|
+
var startStr = start;
|
|
30
|
+
var endStr = end;
|
|
31
|
+
addFormat === null || addFormat === void 0 || addFormat({
|
|
32
|
+
float: {
|
|
33
|
+
inputValue: function inputValue(item, initValue) {
|
|
34
|
+
var startTime = initValue[startStr],
|
|
35
|
+
endTime = initValue[endStr];
|
|
36
|
+
return _defineProperty({}, name, _defineProperty(_defineProperty({}, startStr, startTime), endStr, endTime));
|
|
37
|
+
},
|
|
38
|
+
outputValue: function outputValue(item, _outputValue) {
|
|
39
|
+
var itemValue = _outputValue[name];
|
|
40
|
+
if (!itemValue) {
|
|
41
|
+
return _defineProperty(_defineProperty({}, startStr, null), endStr, null);
|
|
42
|
+
}
|
|
43
|
+
return _objectSpread({}, itemValue);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
return jsx(HRangePicker, _objectSpread(_objectSpread({}, props), {}, {
|
|
48
|
+
valueMap: {
|
|
49
|
+
start: start,
|
|
50
|
+
end: end
|
|
51
|
+
}
|
|
52
|
+
}));
|
|
53
|
+
};
|
|
54
|
+
var RangePickerSearch = HFormConnect(Index);
|
|
55
|
+
|
|
56
|
+
export { RangePickerSearch as default };
|
|
57
|
+
// powered by hdj
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// welcome to hoo hoo hoo
|
|
2
|
+
import _Object$keys from '@babel/runtime-corejs3/core-js/object/keys';
|
|
3
|
+
import _Object$getOwnPropertySymbols from '@babel/runtime-corejs3/core-js/object/get-own-property-symbols';
|
|
4
|
+
import _filterInstanceProperty from '@babel/runtime-corejs3/core-js/instance/filter';
|
|
5
|
+
import _Object$getOwnPropertyDescriptor from '@babel/runtime-corejs3/core-js/object/get-own-property-descriptor';
|
|
6
|
+
import _forEachInstanceProperty from '@babel/runtime-corejs3/core-js/instance/for-each';
|
|
7
|
+
import _Object$getOwnPropertyDescriptors from '@babel/runtime-corejs3/core-js/object/get-own-property-descriptors';
|
|
8
|
+
import _Object$defineProperties from '@babel/runtime-corejs3/core-js/object/define-properties';
|
|
9
|
+
import _Object$defineProperty from '@babel/runtime-corejs3/core-js/object/define-property';
|
|
10
|
+
import _defineProperty from '@babel/runtime-corejs3/helpers/defineProperty';
|
|
11
|
+
import 'core-js/modules/es.function.name.js';
|
|
12
|
+
import { jsx } from 'react/jsx-runtime';
|
|
13
|
+
import RangePickerSearch from './RangePickerSearch.js';
|
|
14
|
+
|
|
15
|
+
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
16
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
17
|
+
var renderData = {
|
|
18
|
+
rangePicker: function rangePicker(item) {
|
|
19
|
+
var _item$itemProps = item.itemProps,
|
|
20
|
+
itemProps = _item$itemProps === void 0 ? {} : _item$itemProps,
|
|
21
|
+
_item$name = item.name,
|
|
22
|
+
name = _item$name === void 0 ? "" : _item$name;
|
|
23
|
+
var rangeProps = itemProps;
|
|
24
|
+
return jsx(RangePickerSearch, _objectSpread({
|
|
25
|
+
name: name
|
|
26
|
+
}, rangeProps));
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { renderData };
|
|
31
|
+
// powered by hdj
|
package/es/HTableHeader/hooks.js
CHANGED
|
@@ -22,6 +22,7 @@ import { useState, useEffect } from 'react';
|
|
|
22
22
|
import { useClassName } from '../hooks/index.js';
|
|
23
23
|
import { DefaultSubComponent } from './defaultSubComponent.js';
|
|
24
24
|
import { useHTableContext } from '../context.js';
|
|
25
|
+
import { renderData } from './defaultFormRender.js';
|
|
25
26
|
|
|
26
27
|
var _excluded = ["colon", "searchType", "title", "name", "dataIndex", "itemProps", "searchRender", "childrenDataIndex", "showSearch", "hideInTable", "align"];
|
|
27
28
|
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -112,7 +113,8 @@ var formConfigDataItemProvider = function formConfigDataItemProvider(_ref, table
|
|
|
112
113
|
if (searchRender) {
|
|
113
114
|
return searchRender(item, node, form, table);
|
|
114
115
|
}
|
|
115
|
-
|
|
116
|
+
var defaultRender = renderData[searchType || ""];
|
|
117
|
+
return defaultRender ? defaultRender(item) : node;
|
|
116
118
|
}
|
|
117
119
|
});
|
|
118
120
|
};
|
package/es/HTableHeader/index.js
CHANGED
|
@@ -29,7 +29,8 @@ var Header = (function (_ref) {
|
|
|
29
29
|
onFinish = _ref.onFinish,
|
|
30
30
|
_ref$searchSpan = _ref.searchSpan,
|
|
31
31
|
searchSpan = _ref$searchSpan === void 0 ? defaultSearchSpan : _ref$searchSpan,
|
|
32
|
-
headerStyle = _ref.headerStyle
|
|
32
|
+
headerStyle = _ref.headerStyle,
|
|
33
|
+
initValues = _ref.initValues;
|
|
33
34
|
var _useHTableContext = useHTableContext(),
|
|
34
35
|
tableInstance = _useHTableContext.tableInstance,
|
|
35
36
|
loading = _useHTableContext.loading,
|
|
@@ -59,6 +60,7 @@ var Header = (function (_ref) {
|
|
|
59
60
|
onFinish: subOnFinish,
|
|
60
61
|
submitLoading: loading,
|
|
61
62
|
gutter: [20, 0],
|
|
63
|
+
initialValues: initValues,
|
|
62
64
|
hideLabel: true,
|
|
63
65
|
configData: nConfigData,
|
|
64
66
|
form: form
|
package/es/Table.js
CHANGED
|
@@ -21,7 +21,7 @@ import useReq from './hooks/useReq.js';
|
|
|
21
21
|
import useDispatch from './hooks/useDispatch.js';
|
|
22
22
|
import { useState } from 'react';
|
|
23
23
|
|
|
24
|
-
var _excluded = ["request", "configData", "searchSpan", "table", "hideHeader", "headerStyle", "tableStyle", "action", "spaceSize", "className", "paginationStyle", "rowKey", "onFinish", "manual"];
|
|
24
|
+
var _excluded = ["request", "configData", "searchSpan", "table", "hideHeader", "headerStyle", "tableStyle", "action", "spaceSize", "className", "paginationStyle", "rowKey", "onFinish", "manual", "formInitValues"];
|
|
25
25
|
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
26
26
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
27
27
|
var Table = (function (_ref) {
|
|
@@ -43,6 +43,7 @@ var Table = (function (_ref) {
|
|
|
43
43
|
rowKey = _ref$rowKey === void 0 ? "id" : _ref$rowKey,
|
|
44
44
|
onFinish = _ref.onFinish,
|
|
45
45
|
manual = _ref.manual,
|
|
46
|
+
formInitValues = _ref.formInitValues,
|
|
46
47
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
47
48
|
var _useReq = useReq({
|
|
48
49
|
request: request,
|
|
@@ -112,7 +113,8 @@ var Table = (function (_ref) {
|
|
|
112
113
|
children: [!hideHeader && jsx(Header, {
|
|
113
114
|
searchSpan: searchSpan,
|
|
114
115
|
headerStyle: headerStyle,
|
|
115
|
-
onFinish: onFinish
|
|
116
|
+
onFinish: onFinish,
|
|
117
|
+
initValues: formInitValues
|
|
116
118
|
}), jsx(Body, _objectSpread({
|
|
117
119
|
tableStyle: hideHeader ? _objectSpread({
|
|
118
120
|
paddingTop: 24
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { IHeaderProps } from "./modal";
|
|
2
|
-
declare const _default: ({ configData, onFinish, searchSpan, headerStyle, }: IHeaderProps) => JSX.Element;
|
|
2
|
+
declare const _default: ({ configData, onFinish, searchSpan, headerStyle, initValues, }: IHeaderProps) => JSX.Element;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { HTableProps } from "./modal";
|
|
2
|
-
declare const _default: ({ request, configData, searchSpan, table, hideHeader, headerStyle, tableStyle, action, spaceSize, className, paginationStyle, rowKey, onFinish, manual, ...props }: HTableProps) => JSX.Element;
|
|
2
|
+
declare const _default: ({ request, configData, searchSpan, table, hideHeader, headerStyle, tableStyle, action, spaceSize, className, paginationStyle, rowKey, onFinish, manual, formInitValues, ...props }: HTableProps) => JSX.Element;
|
|
3
3
|
export default _default;
|
|
@@ -72,6 +72,7 @@ export interface HTableProps extends Omit<ProTableProps<any, any>, "request" | "
|
|
|
72
72
|
onFinish?: (value: any) => Promise<any>;
|
|
73
73
|
paginationActionRender?: (tableInstance: HTableInstance) => React.ReactNode;
|
|
74
74
|
localSorter?: boolean;
|
|
75
|
+
formInitValues?: Record<string, any>;
|
|
75
76
|
}
|
|
76
77
|
export interface TableInstance {
|
|
77
78
|
reload: (params?: ParamsModal) => Promise<any>;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var _Object$keys = require('@babel/runtime-corejs3/core-js/object/keys');
|
|
6
|
+
var _Object$getOwnPropertySymbols = require('@babel/runtime-corejs3/core-js/object/get-own-property-symbols');
|
|
7
|
+
var _filterInstanceProperty = require('@babel/runtime-corejs3/core-js/instance/filter');
|
|
8
|
+
var _Object$getOwnPropertyDescriptor = require('@babel/runtime-corejs3/core-js/object/get-own-property-descriptor');
|
|
9
|
+
var _forEachInstanceProperty = require('@babel/runtime-corejs3/core-js/instance/for-each');
|
|
10
|
+
var _Object$getOwnPropertyDescriptors = require('@babel/runtime-corejs3/core-js/object/get-own-property-descriptors');
|
|
11
|
+
var _Object$defineProperties = require('@babel/runtime-corejs3/core-js/object/define-properties');
|
|
12
|
+
var _Object$defineProperty = require('@babel/runtime-corejs3/core-js/object/define-property');
|
|
13
|
+
var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
14
|
+
var _objectWithoutProperties = require('@babel/runtime-corejs3/helpers/objectWithoutProperties');
|
|
15
|
+
require('core-js/modules/es.function.name.js');
|
|
16
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
17
|
+
var form = require('@hw-component/form');
|
|
18
|
+
|
|
19
|
+
var _excluded = ["name", "valueMap", "addFormat"];
|
|
20
|
+
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
21
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
22
|
+
var Index = function Index(_ref) {
|
|
23
|
+
var name = _ref.name,
|
|
24
|
+
_ref$valueMap = _ref.valueMap,
|
|
25
|
+
valueMap = _ref$valueMap === void 0 ? {} : _ref$valueMap,
|
|
26
|
+
addFormat = _ref.addFormat,
|
|
27
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
var _valueMap$start = valueMap.start,
|
|
29
|
+
start = _valueMap$start === void 0 ? "".concat(name, "StartTime") : _valueMap$start,
|
|
30
|
+
_valueMap$end = valueMap.end,
|
|
31
|
+
end = _valueMap$end === void 0 ? "".concat(name, "EndTime") : _valueMap$end;
|
|
32
|
+
var startStr = start;
|
|
33
|
+
var endStr = end;
|
|
34
|
+
addFormat === null || addFormat === void 0 || addFormat({
|
|
35
|
+
float: {
|
|
36
|
+
inputValue: function inputValue(item, initValue) {
|
|
37
|
+
var startTime = initValue[startStr],
|
|
38
|
+
endTime = initValue[endStr];
|
|
39
|
+
return _defineProperty({}, name, _defineProperty(_defineProperty({}, startStr, startTime), endStr, endTime));
|
|
40
|
+
},
|
|
41
|
+
outputValue: function outputValue(item, _outputValue) {
|
|
42
|
+
var itemValue = _outputValue[name];
|
|
43
|
+
if (!itemValue) {
|
|
44
|
+
return _defineProperty(_defineProperty({}, startStr, null), endStr, null);
|
|
45
|
+
}
|
|
46
|
+
return _objectSpread({}, itemValue);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
return jsxRuntime.jsx(form.HRangePicker, _objectSpread(_objectSpread({}, props), {}, {
|
|
51
|
+
valueMap: {
|
|
52
|
+
start: start,
|
|
53
|
+
end: end
|
|
54
|
+
}
|
|
55
|
+
}));
|
|
56
|
+
};
|
|
57
|
+
var RangePickerSearch = form.HFormConnect(Index);
|
|
58
|
+
|
|
59
|
+
exports.default = RangePickerSearch;
|
|
60
|
+
// powered by h
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var _Object$keys = require('@babel/runtime-corejs3/core-js/object/keys');
|
|
4
|
+
var _Object$getOwnPropertySymbols = require('@babel/runtime-corejs3/core-js/object/get-own-property-symbols');
|
|
5
|
+
var _filterInstanceProperty = require('@babel/runtime-corejs3/core-js/instance/filter');
|
|
6
|
+
var _Object$getOwnPropertyDescriptor = require('@babel/runtime-corejs3/core-js/object/get-own-property-descriptor');
|
|
7
|
+
var _forEachInstanceProperty = require('@babel/runtime-corejs3/core-js/instance/for-each');
|
|
8
|
+
var _Object$getOwnPropertyDescriptors = require('@babel/runtime-corejs3/core-js/object/get-own-property-descriptors');
|
|
9
|
+
var _Object$defineProperties = require('@babel/runtime-corejs3/core-js/object/define-properties');
|
|
10
|
+
var _Object$defineProperty = require('@babel/runtime-corejs3/core-js/object/define-property');
|
|
11
|
+
var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
12
|
+
require('core-js/modules/es.function.name.js');
|
|
13
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
14
|
+
var RangePickerSearch = require('./RangePickerSearch.js');
|
|
15
|
+
|
|
16
|
+
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
17
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
18
|
+
var renderData = {
|
|
19
|
+
rangePicker: function rangePicker(item) {
|
|
20
|
+
var _item$itemProps = item.itemProps,
|
|
21
|
+
itemProps = _item$itemProps === void 0 ? {} : _item$itemProps,
|
|
22
|
+
_item$name = item.name,
|
|
23
|
+
name = _item$name === void 0 ? "" : _item$name;
|
|
24
|
+
var rangeProps = itemProps;
|
|
25
|
+
return jsxRuntime.jsx(RangePickerSearch.default, _objectSpread({
|
|
26
|
+
name: name
|
|
27
|
+
}, rangeProps));
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
exports.renderData = renderData;
|
|
32
|
+
// powered by h
|
|
@@ -23,6 +23,7 @@ var React = require('react');
|
|
|
23
23
|
var index = require('../hooks/index.js');
|
|
24
24
|
var defaultSubComponent = require('./defaultSubComponent.js');
|
|
25
25
|
var context = require('../context.js');
|
|
26
|
+
var defaultFormRender = require('./defaultFormRender.js');
|
|
26
27
|
|
|
27
28
|
var _excluded = ["colon", "searchType", "title", "name", "dataIndex", "itemProps", "searchRender", "childrenDataIndex", "showSearch", "hideInTable", "align"];
|
|
28
29
|
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -113,7 +114,8 @@ var formConfigDataItemProvider = function formConfigDataItemProvider(_ref, table
|
|
|
113
114
|
if (searchRender) {
|
|
114
115
|
return searchRender(item, node, form, table);
|
|
115
116
|
}
|
|
116
|
-
|
|
117
|
+
var defaultRender = defaultFormRender.renderData[searchType || ""];
|
|
118
|
+
return defaultRender ? defaultRender(item) : node;
|
|
117
119
|
}
|
|
118
120
|
});
|
|
119
121
|
};
|
|
@@ -32,7 +32,8 @@ var Header = (function (_ref) {
|
|
|
32
32
|
onFinish = _ref.onFinish,
|
|
33
33
|
_ref$searchSpan = _ref.searchSpan,
|
|
34
34
|
searchSpan = _ref$searchSpan === void 0 ? defaultSearchSpan : _ref$searchSpan,
|
|
35
|
-
headerStyle = _ref.headerStyle
|
|
35
|
+
headerStyle = _ref.headerStyle,
|
|
36
|
+
initValues = _ref.initValues;
|
|
36
37
|
var _useHTableContext = context.useHTableContext(),
|
|
37
38
|
tableInstance = _useHTableContext.tableInstance,
|
|
38
39
|
loading = _useHTableContext.loading,
|
|
@@ -62,6 +63,7 @@ var Header = (function (_ref) {
|
|
|
62
63
|
onFinish: subOnFinish,
|
|
63
64
|
submitLoading: loading,
|
|
64
65
|
gutter: [20, 0],
|
|
66
|
+
initialValues: initValues,
|
|
65
67
|
hideLabel: true,
|
|
66
68
|
configData: nConfigData,
|
|
67
69
|
form: form$1
|
package/lib/Table.js
CHANGED
|
@@ -24,7 +24,7 @@ var useReq = require('./hooks/useReq.js');
|
|
|
24
24
|
var useDispatch = require('./hooks/useDispatch.js');
|
|
25
25
|
var React = require('react');
|
|
26
26
|
|
|
27
|
-
var _excluded = ["request", "configData", "searchSpan", "table", "hideHeader", "headerStyle", "tableStyle", "action", "spaceSize", "className", "paginationStyle", "rowKey", "onFinish", "manual"];
|
|
27
|
+
var _excluded = ["request", "configData", "searchSpan", "table", "hideHeader", "headerStyle", "tableStyle", "action", "spaceSize", "className", "paginationStyle", "rowKey", "onFinish", "manual", "formInitValues"];
|
|
28
28
|
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
29
29
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
30
30
|
var Table = (function (_ref) {
|
|
@@ -46,6 +46,7 @@ var Table = (function (_ref) {
|
|
|
46
46
|
rowKey = _ref$rowKey === void 0 ? "id" : _ref$rowKey,
|
|
47
47
|
onFinish = _ref.onFinish,
|
|
48
48
|
manual = _ref.manual,
|
|
49
|
+
formInitValues = _ref.formInitValues,
|
|
49
50
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
50
51
|
var _useReq = useReq.default({
|
|
51
52
|
request: request,
|
|
@@ -115,7 +116,8 @@ var Table = (function (_ref) {
|
|
|
115
116
|
children: [!hideHeader && jsxRuntime.jsx(index.default, {
|
|
116
117
|
searchSpan: searchSpan,
|
|
117
118
|
headerStyle: headerStyle,
|
|
118
|
-
onFinish: onFinish
|
|
119
|
+
onFinish: onFinish,
|
|
120
|
+
initValues: formInitValues
|
|
119
121
|
}), jsxRuntime.jsx(index$1.default, _objectSpread({
|
|
120
122
|
tableStyle: hideHeader ? _objectSpread({
|
|
121
123
|
paddingTop: 24
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { IHeaderProps } from "./modal";
|
|
2
|
-
declare const _default: ({ configData, onFinish, searchSpan, headerStyle, }: IHeaderProps) => JSX.Element;
|
|
2
|
+
declare const _default: ({ configData, onFinish, searchSpan, headerStyle, initValues, }: IHeaderProps) => JSX.Element;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { HTableProps } from "./modal";
|
|
2
|
-
declare const _default: ({ request, configData, searchSpan, table, hideHeader, headerStyle, tableStyle, action, spaceSize, className, paginationStyle, rowKey, onFinish, manual, ...props }: HTableProps) => JSX.Element;
|
|
2
|
+
declare const _default: ({ request, configData, searchSpan, table, hideHeader, headerStyle, tableStyle, action, spaceSize, className, paginationStyle, rowKey, onFinish, manual, formInitValues, ...props }: HTableProps) => JSX.Element;
|
|
3
3
|
export default _default;
|
|
@@ -72,6 +72,7 @@ export interface HTableProps extends Omit<ProTableProps<any, any>, "request" | "
|
|
|
72
72
|
onFinish?: (value: any) => Promise<any>;
|
|
73
73
|
paginationActionRender?: (tableInstance: HTableInstance) => React.ReactNode;
|
|
74
74
|
localSorter?: boolean;
|
|
75
|
+
formInitValues?: Record<string, any>;
|
|
75
76
|
}
|
|
76
77
|
export interface TableInstance {
|
|
77
78
|
reload: (params?: ParamsModal) => Promise<any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hw-component/table",
|
|
3
|
-
"version": "0.0.9-beta-
|
|
3
|
+
"version": "0.0.9-beta-v12",
|
|
4
4
|
"description": "基于antd二次开发table组件",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"table"
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"author": "hdj",
|
|
14
14
|
"main": "lib/index.js",
|
|
15
15
|
"module": "es/index.js",
|
|
16
|
+
"types": "es/index.d.ts",
|
|
16
17
|
"scripts": {
|
|
17
18
|
"build": "rollup --config ./scripts/rollup.config.js",
|
|
18
19
|
"lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src ",
|
|
@@ -31,7 +32,7 @@
|
|
|
31
32
|
"dependencies": {
|
|
32
33
|
"@ant-design/icons": "4.6.2",
|
|
33
34
|
"@ant-design/pro-table": "2.70.0",
|
|
34
|
-
"@hw-component/form": "1.0
|
|
35
|
+
"@hw-component/form": "1.1.0",
|
|
35
36
|
"ahooks": "2.10.9",
|
|
36
37
|
"antd": "4.20.7",
|
|
37
38
|
"core-js": "3",
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { HRangePicker, HFormConnect } from "@hw-component/form";
|
|
3
|
+
import type { HRangePickerProps } from "@hw-component/form/es/TDPicker/modal";
|
|
4
|
+
interface TableHeaderRangePickerProps extends HRangePickerProps {
|
|
5
|
+
name: string;
|
|
6
|
+
}
|
|
7
|
+
const Index = ({
|
|
8
|
+
name,
|
|
9
|
+
valueMap = {},
|
|
10
|
+
addFormat,
|
|
11
|
+
...props
|
|
12
|
+
}: TableHeaderRangePickerProps) => {
|
|
13
|
+
const { start = `${name}StartTime`, end = `${name}EndTime` } = valueMap;
|
|
14
|
+
const startStr = start as string;
|
|
15
|
+
const endStr = end as string;
|
|
16
|
+
addFormat?.({
|
|
17
|
+
float: {
|
|
18
|
+
inputValue: (item, initValue) => {
|
|
19
|
+
const { [startStr]: startTime, [endStr]: endTime } = initValue;
|
|
20
|
+
return {
|
|
21
|
+
[name]: {
|
|
22
|
+
[startStr]: startTime,
|
|
23
|
+
[endStr]: endTime,
|
|
24
|
+
},
|
|
25
|
+
};
|
|
26
|
+
},
|
|
27
|
+
outputValue: (item, outputValue) => {
|
|
28
|
+
const itemValue = outputValue[name];
|
|
29
|
+
if (!itemValue) {
|
|
30
|
+
return {
|
|
31
|
+
[startStr]: null,
|
|
32
|
+
[endStr]: null,
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
...itemValue,
|
|
37
|
+
};
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
});
|
|
41
|
+
return (
|
|
42
|
+
<HRangePicker
|
|
43
|
+
{...props}
|
|
44
|
+
valueMap={{
|
|
45
|
+
start,
|
|
46
|
+
end,
|
|
47
|
+
}}
|
|
48
|
+
/>
|
|
49
|
+
);
|
|
50
|
+
};
|
|
51
|
+
export default HFormConnect(Index);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import RangePickerSearch from "./RangePickerSearch";
|
|
2
|
+
import type { HRangePickerProps } from "@hw-component/form/es/TDPicker/modal";
|
|
3
|
+
export const renderData = {
|
|
4
|
+
rangePicker: (item: any) => {
|
|
5
|
+
const { itemProps = {}, name = "" } = item;
|
|
6
|
+
const rangeProps = itemProps as HRangePickerProps;
|
|
7
|
+
return <RangePickerSearch name={name} {...rangeProps} />;
|
|
8
|
+
},
|
|
9
|
+
};
|
|
@@ -7,6 +7,7 @@ import type { HFormInstance } from "@hw-component/form/es/Form/modal";
|
|
|
7
7
|
import { DefaultSubComponent } from "../HTableHeader/defaultSubComponent";
|
|
8
8
|
import { useHTableContext } from "../context";
|
|
9
9
|
import type { HTableInstance } from "@/components/modal";
|
|
10
|
+
import { renderData } from "./defaultFormRender";
|
|
10
11
|
const sizeObj = {
|
|
11
12
|
xl: {
|
|
12
13
|
min: 1200,
|
|
@@ -74,6 +75,7 @@ const formConfigDataItemProvider = (
|
|
|
74
75
|
table: HTableInstance
|
|
75
76
|
): HItemProps => {
|
|
76
77
|
const { allowClear = true } = itemProps as any;
|
|
78
|
+
|
|
77
79
|
return {
|
|
78
80
|
...props,
|
|
79
81
|
itemProps: {
|
|
@@ -88,7 +90,9 @@ const formConfigDataItemProvider = (
|
|
|
88
90
|
if (searchRender) {
|
|
89
91
|
return searchRender(item, node, form, table);
|
|
90
92
|
}
|
|
91
|
-
|
|
93
|
+
const defaultRender = renderData[searchType || ""];
|
|
94
|
+
|
|
95
|
+
return defaultRender ? defaultRender(item) : node;
|
|
92
96
|
},
|
|
93
97
|
};
|
|
94
98
|
};
|
|
@@ -18,6 +18,7 @@ export default ({
|
|
|
18
18
|
onFinish,
|
|
19
19
|
searchSpan = defaultSearchSpan,
|
|
20
20
|
headerStyle,
|
|
21
|
+
initValues,
|
|
21
22
|
}: IHeaderProps) => {
|
|
22
23
|
const {
|
|
23
24
|
tableInstance,
|
|
@@ -50,6 +51,7 @@ export default ({
|
|
|
50
51
|
onFinish={subOnFinish}
|
|
51
52
|
submitLoading={loading}
|
|
52
53
|
gutter={[20, 0]}
|
|
54
|
+
initialValues={initValues}
|
|
53
55
|
hideLabel={true}
|
|
54
56
|
configData={nConfigData}
|
|
55
57
|
form={form}
|
package/src/components/Table.tsx
CHANGED
|
@@ -23,6 +23,7 @@ export default ({
|
|
|
23
23
|
rowKey = "id",
|
|
24
24
|
onFinish,
|
|
25
25
|
manual,
|
|
26
|
+
formInitValues,
|
|
26
27
|
...props
|
|
27
28
|
}: HTableProps) => {
|
|
28
29
|
const { run, loading, data, error, saveParams } = useReq({ request, manual });
|
|
@@ -75,6 +76,7 @@ export default ({
|
|
|
75
76
|
searchSpan={searchSpan}
|
|
76
77
|
headerStyle={headerStyle}
|
|
77
78
|
onFinish={onFinish}
|
|
79
|
+
initValues={formInitValues}
|
|
78
80
|
/>
|
|
79
81
|
)}
|
|
80
82
|
<Body
|
package/src/components/modal.ts
CHANGED
|
@@ -110,6 +110,7 @@ export interface HTableProps
|
|
|
110
110
|
onFinish?: (value: any) => Promise<any>;
|
|
111
111
|
paginationActionRender?: (tableInstance: HTableInstance) => React.ReactNode;
|
|
112
112
|
localSorter?: boolean;
|
|
113
|
+
formInitValues?: Record<string, any>;
|
|
113
114
|
}
|
|
114
115
|
export interface TableInstance {
|
|
115
116
|
reload: (params?: ParamsModal) => Promise<any>;
|
|
@@ -6,11 +6,16 @@ const configData = [
|
|
|
6
6
|
{
|
|
7
7
|
title: "座位21321",
|
|
8
8
|
showSearch: true,
|
|
9
|
-
searchType: "
|
|
9
|
+
searchType: "rangePicker",
|
|
10
10
|
dataIndex: "id",
|
|
11
11
|
sorter: (a, b) => a.id - b.id,
|
|
12
12
|
itemProps: {
|
|
13
13
|
options: [{ label: "1", value: 1 }],
|
|
14
|
+
placeholder: ["测试", "测试"],
|
|
15
|
+
valueMap: {
|
|
16
|
+
start: "start",
|
|
17
|
+
end: "end",
|
|
18
|
+
},
|
|
14
19
|
},
|
|
15
20
|
},
|
|
16
21
|
{
|
|
@@ -79,6 +84,10 @@ export default () => {
|
|
|
79
84
|
scroll={{
|
|
80
85
|
x: 1000,
|
|
81
86
|
}}
|
|
87
|
+
formInitValues={{
|
|
88
|
+
idEndTime: "1713774501",
|
|
89
|
+
idStartTime: "1713542400",
|
|
90
|
+
}}
|
|
82
91
|
headerTitle={<Button type={"primary"}>操作</Button>}
|
|
83
92
|
options={false}
|
|
84
93
|
paginationActionRender={() => {
|
package/tsconfig.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|