@hw-component/table 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintcache +1 -1
- package/es/HTableBody/Options/utils.d.ts +2 -2
- package/es/HTableHeader/Context.d.ts +4 -0
- package/es/HTableHeader/Context.js +11 -0
- package/es/HTableHeader/defaultSubComponent.js +4 -1
- package/es/HTableHeader/index.d.ts +1 -1
- package/es/HTableHeader/index.js +19 -12
- package/es/HTableHeader/modal.d.ts +1 -0
- package/es/Table.d.ts +1 -1
- package/es/Table.js +4 -2
- package/es/hooks/useCurrentTable.d.ts +2 -2
- package/es/hooks/useHTable.js +3 -0
- package/lib/HTableBody/Options/utils.d.ts +2 -2
- package/lib/HTableHeader/Context.d.ts +4 -0
- package/lib/HTableHeader/Context.js +13 -0
- package/lib/HTableHeader/defaultSubComponent.js +4 -1
- package/lib/HTableHeader/index.d.ts +1 -1
- package/lib/HTableHeader/index.js +19 -12
- package/lib/HTableHeader/modal.d.ts +1 -0
- package/lib/Table.d.ts +1 -1
- package/lib/Table.js +4 -2
- package/lib/hooks/useCurrentTable.d.ts +2 -2
- package/lib/hooks/useHTable.js +3 -0
- package/package.json +1 -1
- package/src/components/HTableBody/index.tsx +4 -2
- package/src/components/HTableHeader/Context.tsx +9 -0
- package/src/components/HTableHeader/defaultSubComponent.tsx +3 -1
- package/src/components/HTableHeader/index.tsx +18 -15
- package/src/components/HTableHeader/modal.ts +1 -0
- package/src/components/Table.tsx +3 -1
- package/src/components/TableCustomize.tsx +1 -1
- package/src/components/hooks/useCurrentTable.ts +7 -7
- package/src/components/hooks/useHTable.tsx +3 -0
- package/src/components/modal.ts +1 -1
- package/src/pages/Table/index.tsx +5 -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/src/components/HTableHeader/RangePickerSearch.tsx":"42","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx":"43","/Users/hedongjie/Desktop/web/hw-component-table/es/GoTop/index.d.ts":"44","/Users/hedongjie/Desktop/web/hw-component-table/es/GoTop/index.js":"45","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.d.ts":"46","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.js":"47","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/HeaderTitle/index.d.ts":"48","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/HeaderTitle/index.js":"49","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.d.ts":"50","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.js":"51","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Title.d.ts":"52","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Title.js":"53","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/index.d.ts":"54","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/index.js":"55","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.d.ts":"56","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.js":"57","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.d.ts":"58","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.js":"59","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.d.ts":"60","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.js":"61","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.d.ts":"62","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.js":"63","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.d.ts":"64","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.js":"65","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/RangePickerSearch.d.ts":"66","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/RangePickerSearch.js":"67","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultFormRender.d.ts":"68","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultFormRender.js":"69","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.d.ts":"70","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.js":"71","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.d.ts":"72","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.js":"73","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.d.ts":"74","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.js":"75","/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/modal.d.ts":"76","/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.d.ts":"77","/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.js":"78","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.d.ts":"79","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.js":"80","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.d.ts":"81","/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.js":"82","/Users/hedongjie/Desktop/web/hw-component-table/es/Table.d.ts":"83","/Users/hedongjie/Desktop/web/hw-component-table/es/Table.js":"84","/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.d.ts":"85","/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.js":"86","/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.d.ts":"87","/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.js":"88","/Users/hedongjie/Desktop/web/hw-component-table/es/context.d.ts":"89","/Users/hedongjie/Desktop/web/hw-component-table/es/context.js":"90","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.d.ts":"91","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.js":"92","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.d.ts":"93","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.js":"94","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.d.ts":"95","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.js":"96","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.d.ts":"97","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.js":"98","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.d.ts":"99","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.js":"100","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.d.ts":"101","/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.js":"102","/Users/hedongjie/Desktop/web/hw-component-table/es/index.d.ts":"103","/Users/hedongjie/Desktop/web/hw-component-table/es/index.js":"104","/Users/hedongjie/Desktop/web/hw-component-table/es/modal.d.ts":"105","/Users/hedongjie/Desktop/web/hw-component-table/lib/GoTop/index.d.ts":"106","/Users/hedongjie/Desktop/web/hw-component-table/lib/GoTop/index.js":"107","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/AlertMsg.d.ts":"108","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/AlertMsg.js":"109","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/HeaderTitle/index.d.ts":"110","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/HeaderTitle/index.js":"111","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Content.d.ts":"112","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Content.js":"113","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Title.d.ts":"114","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Title.js":"115","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/index.d.ts":"116","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/index.js":"117","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/utils.d.ts":"118","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/utils.js":"119","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/RowSelection.d.ts":"120","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/RowSelection.js":"121","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/hooks.d.ts":"122","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/hooks.js":"123","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/index.d.ts":"124","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/index.js":"125","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableFooter/index.d.ts":"126","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableFooter/index.js":"127","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/RangePickerSearch.d.ts":"128","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/RangePickerSearch.js":"129","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultFormRender.d.ts":"130","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultFormRender.js":"131","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultSubComponent.d.ts":"132","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultSubComponent.js":"133","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/hooks.d.ts":"134","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/hooks.js":"135","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/index.d.ts":"136","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/index.js":"137","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/modal.d.ts":"138","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTablePagination/index.d.ts":"139","/Users/hedongjie/Desktop/web/hw-component-table/lib/HTablePagination/index.js":"140","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/hooks.d.ts":"141","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/hooks.js":"142","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/index.d.ts":"143","/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/index.js":"144","/Users/hedongjie/Desktop/web/hw-component-table/lib/Table.d.ts":"145","/Users/hedongjie/Desktop/web/hw-component-table/lib/Table.js":"146","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableConfig.d.ts":"147","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableConfig.js":"148","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableCustomize.d.ts":"149","/Users/hedongjie/Desktop/web/hw-component-table/lib/TableCustomize.js":"150","/Users/hedongjie/Desktop/web/hw-component-table/lib/context.d.ts":"151","/Users/hedongjie/Desktop/web/hw-component-table/lib/context.js":"152","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/index.d.ts":"153","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/index.js":"154","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useCurrentTable.d.ts":"155","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useCurrentTable.js":"156","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useDispatch.d.ts":"157","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useDispatch.js":"158","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useHTable.d.ts":"159","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useHTable.js":"160","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useReq.d.ts":"161","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useReq.js":"162","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useRowObj.d.ts":"163","/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useRowObj.js":"164","/Users/hedongjie/Desktop/web/hw-component-table/lib/index.d.ts":"165","/Users/hedongjie/Desktop/web/hw-component-table/lib/index.js":"166","/Users/hedongjie/Desktop/web/hw-component-table/lib/modal.d.ts":"167"},{"size":1541,"mtime":1709541397429,"results":"168","hashOfConfig":"169"},{"size":741,"mtime":1713518829815,"results":"170","hashOfConfig":"169"},{"size":370,"mtime":1718160488742,"results":"171","hashOfConfig":"169"},{"size":769,"mtime":1710811861083,"results":"172","hashOfConfig":"169"},{"size":608,"mtime":1716085382302,"results":"173","hashOfConfig":"169"},{"size":2596,"mtime":1718183151344,"results":"174","hashOfConfig":"169"},{"size":971,"mtime":1716085382228,"results":"175","hashOfConfig":"169"},{"size":1406,"mtime":1718183151356,"results":"176","hashOfConfig":"169"},{"size":739,"mtime":1718160488723,"results":"177","hashOfConfig":"169"},{"size":739,"mtime":1716085382298,"results":"178","hashOfConfig":"169"},{"size":4555,"mtime":1718183151368,"results":"179","hashOfConfig":"169"},{"size":945,"mtime":1716085371836,"results":"180","hashOfConfig":"169"},{"size":5171,"mtime":1718183151329,"results":"181","hashOfConfig":"169"},{"size":2163,"mtime":1716085382140,"results":"182","hashOfConfig":"169"},{"size":1855,"mtime":1718160488697,"results":"183","hashOfConfig":"169"},{"size":1892,"mtime":1718183151351,"results":"184","hashOfConfig":"169"},{"size":209,"mtime":1713781957255,"results":"185","hashOfConfig":"169"},{"size":1487,"mtime":1718182954096,"results":"186","hashOfConfig":"169"},{"size":3092,"mtime":1718182676670,"results":"187","hashOfConfig":"169"},{"size":1762,"mtime":1716085371838,"results":"188","hashOfConfig":"169"},{"size":3149,"mtime":1716085382191,"results":"189","hashOfConfig":"169"},{"size":498,"mtime":1709893919938,"results":"190","hashOfConfig":"169"},{"size":1503,"mtime":1716085382199,"results":"191","hashOfConfig":"169"},{"size":2083,"mtime":1716085382206,"results":"192","hashOfConfig":"169"},{"size":2830,"mtime":1716085382332,"results":"193","hashOfConfig":"169"},{"size":1080,"mtime":1716085371834,"results":"194","hashOfConfig":"169"},{"size":3603,"mtime":1713782094969,"results":"195","hashOfConfig":"169"},{"size":2765,"mtime":1716085382106,"results":"196","hashOfConfig":"169"},{"size":1102,"mtime":1710829302576,"results":"197","hashOfConfig":"169"},{"size":1162,"mtime":1710829299926,"results":"198","hashOfConfig":"169"},{"size":2302,"mtime":1711102156682,"results":"199","hashOfConfig":"169"},{"size":1677,"mtime":1716085381973,"results":"200","hashOfConfig":"169"},{"size":4897,"mtime":1718160488688,"results":"201","hashOfConfig":"169"},{"size":1943,"mtime":1712056204827,"results":"202","hashOfConfig":"169"},{"size":670,"mtime":1718160488706,"results":"203","hashOfConfig":"169"},{"size":1781,"mtime":1713782021632,"results":"204","hashOfConfig":"169"},{"size":1349,"mtime":1711679772700,"results":"205","hashOfConfig":"169"},{"size":3092,"mtime":1713518816733,"results":"206","hashOfConfig":"169"},{"size":482,"mtime":1713782042608,"results":"207","hashOfConfig":"169"},{"size":1685,"mtime":1713782074355,"results":"208","hashOfConfig":"169"},{"size":1049,"mtime":1716085371834,"results":"209","hashOfConfig":"169"},{"size":1208,"mtime":1716085371834,"results":"210","hashOfConfig":"169"},{"size":365,"mtime":1716085371835,"results":"211","hashOfConfig":"169"},{"size":167,"mtime":1718179274429,"results":"212","hashOfConfig":"169"},{"size":1567,"mtime":1718183150368,"results":"213","hashOfConfig":"169"},{"size":206,"mtime":1718183150376,"results":"214","hashOfConfig":"169"},{"size":1998,"mtime":1718183150384,"results":"215","hashOfConfig":"169"},{"size":335,"mtime":1718183150389,"results":"216","hashOfConfig":"169"},{"size":1298,"mtime":1718183150395,"results":"217","hashOfConfig":"169"},{"size":152,"mtime":1718183150399,"results":"218","hashOfConfig":"169"},{"size":4566,"mtime":1718183150414,"results":"219","hashOfConfig":"169"},{"size":139,"mtime":1718183150419,"results":"220","hashOfConfig":"169"},{"size":3963,"mtime":1718183150428,"results":"221","hashOfConfig":"169"},{"size":187,"mtime":1718183150433,"results":"222","hashOfConfig":"169"},{"size":4363,"mtime":1718183150446,"results":"223","hashOfConfig":"169"},{"size":106288,"mtime":1718183150598,"results":"224","hashOfConfig":"169"},{"size":4453,"mtime":1718183150605,"results":"225","hashOfConfig":"169"},{"size":449,"mtime":1718183150618,"results":"226","hashOfConfig":"169"},{"size":6413,"mtime":1718183150634,"results":"227","hashOfConfig":"169"},{"size":836,"mtime":1718183150639,"results":"228","hashOfConfig":"169"},{"size":5705,"mtime":1718183150651,"results":"229","hashOfConfig":"169"},{"size":1340,"mtime":1718183150656,"results":"230","hashOfConfig":"169"},{"size":9079,"mtime":1718183150673,"results":"231","hashOfConfig":"169"},{"size":559,"mtime":1718183150683,"results":"232","hashOfConfig":"169"},{"size":5230,"mtime":1718183150693,"results":"233","hashOfConfig":"169"},{"size":129,"mtime":1718179274430,"results":"234","hashOfConfig":"169"},{"size":3957,"mtime":1718183150702,"results":"235","hashOfConfig":"169"},{"size":81,"mtime":1718183150707,"results":"236","hashOfConfig":"169"},{"size":2592,"mtime":1718183150714,"results":"237","hashOfConfig":"169"},{"size":203,"mtime":1718183150718,"results":"238","hashOfConfig":"169"},{"size":4328,"mtime":1718183150725,"results":"239","hashOfConfig":"169"},{"size":226,"mtime":1718183150728,"results":"240","hashOfConfig":"169"},{"size":9493,"mtime":1718183150743,"results":"241","hashOfConfig":"169"},{"size":226,"mtime":1718183150746,"results":"242","hashOfConfig":"169"},{"size":4193,"mtime":1718183150752,"results":"243","hashOfConfig":"169"},{"size":668,"mtime":1718183150755,"results":"244","hashOfConfig":"169"},{"size":631,"mtime":1718183150759,"results":"245","hashOfConfig":"169"},{"size":7674,"mtime":1718183150774,"results":"246","hashOfConfig":"169"},{"size":1456,"mtime":1718183150781,"results":"247","hashOfConfig":"169"},{"size":3869,"mtime":1718183150788,"results":"248","hashOfConfig":"169"},{"size":283,"mtime":1718183150794,"results":"249","hashOfConfig":"169"},{"size":6076,"mtime":1718183150803,"results":"250","hashOfConfig":"169"},{"size":362,"mtime":1718183150805,"results":"251","hashOfConfig":"169"},{"size":6751,"mtime":1718183150820,"results":"252","hashOfConfig":"169"},{"size":714,"mtime":1718183150826,"results":"253","hashOfConfig":"169"},{"size":1020,"mtime":1718183150830,"results":"254","hashOfConfig":"169"},{"size":137,"mtime":1718179274430,"results":"255","hashOfConfig":"169"},{"size":5092,"mtime":1718183150838,"results":"256","hashOfConfig":"169"},{"size":889,"mtime":1718183150842,"results":"257","hashOfConfig":"169"},{"size":315,"mtime":1718183150845,"results":"258","hashOfConfig":"169"},{"size":77,"mtime":1718179274429,"results":"259","hashOfConfig":"169"},{"size":1166,"mtime":1718183150852,"results":"260","hashOfConfig":"169"},{"size":744,"mtime":1718183150858,"results":"261","hashOfConfig":"169"},{"size":1229,"mtime":1718183150864,"results":"262","hashOfConfig":"169"},{"size":177,"mtime":1718183150867,"results":"263","hashOfConfig":"169"},{"size":250,"mtime":1718183150869,"results":"264","hashOfConfig":"169"},{"size":119,"mtime":1718179274430,"results":"265","hashOfConfig":"169"},{"size":873,"mtime":1718183150874,"results":"266","hashOfConfig":"169"},{"size":1296,"mtime":1718183150879,"results":"267","hashOfConfig":"169"},{"size":5715,"mtime":1718183150887,"results":"268","hashOfConfig":"169"},{"size":335,"mtime":1718183150891,"results":"269","hashOfConfig":"169"},{"size":1069,"mtime":1718183150894,"results":"270","hashOfConfig":"169"},{"size":608,"mtime":1718179274429,"results":"271","hashOfConfig":"169"},{"size":671,"mtime":1718183150899,"results":"272","hashOfConfig":"169"},{"size":4444,"mtime":1718183150908,"results":"273","hashOfConfig":"169"},{"size":167,"mtime":1718179274433,"results":"274","hashOfConfig":"169"},{"size":1635,"mtime":1718183150915},{"size":206,"mtime":1718183150917,"results":"275","hashOfConfig":"169"},{"size":2107,"mtime":1718183150922},{"size":335,"mtime":1718183150927,"results":"276","hashOfConfig":"169"},{"size":1371,"mtime":1718183150934},{"size":152,"mtime":1718183150936,"results":"277","hashOfConfig":"169"},{"size":4681,"mtime":1718183150945},{"size":139,"mtime":1718183150948,"results":"278","hashOfConfig":"169"},{"size":4032,"mtime":1718183150954},{"size":187,"mtime":1718183150957,"results":"279","hashOfConfig":"169"},{"size":4595,"mtime":1718183150970},{"size":106288,"mtime":1718183151070,"results":"280","hashOfConfig":"169"},{"size":4517,"mtime":1718183151076},{"size":449,"mtime":1718183151078,"results":"281","hashOfConfig":"169"},{"size":6535,"mtime":1718183151084},{"size":836,"mtime":1718183151089,"results":"282","hashOfConfig":"169"},{"size":5829,"mtime":1718183151099},{"size":1340,"mtime":1718183151102,"results":"283","hashOfConfig":"169"},{"size":9267,"mtime":1718183151109},{"size":559,"mtime":1718183151112,"results":"284","hashOfConfig":"169"},{"size":5406,"mtime":1718183151119},{"size":129,"mtime":1718179274433,"results":"285","hashOfConfig":"169"},{"size":4040,"mtime":1718183151128},{"size":81,"mtime":1718183151130,"results":"286","hashOfConfig":"169"},{"size":2646,"mtime":1718183151134},{"size":203,"mtime":1718183151137,"results":"287","hashOfConfig":"169"},{"size":4476,"mtime":1718183151143},{"size":226,"mtime":1718183151145,"results":"288","hashOfConfig":"169"},{"size":9613,"mtime":1718183151158},{"size":226,"mtime":1718183151162,"results":"289","hashOfConfig":"169"},{"size":4296,"mtime":1718183151169},{"size":668,"mtime":1718183151172,"results":"290","hashOfConfig":"169"},{"size":631,"mtime":1718183151175,"results":"291","hashOfConfig":"169"},{"size":7879,"mtime":1718183151184},{"size":1456,"mtime":1718183151200,"results":"292","hashOfConfig":"169"},{"size":3989,"mtime":1718183151208},{"size":283,"mtime":1718183151210,"results":"293","hashOfConfig":"169"},{"size":6175,"mtime":1718183151216},{"size":362,"mtime":1718183151219,"results":"294","hashOfConfig":"169"},{"size":6951,"mtime":1718183151229},{"size":714,"mtime":1718183151233,"results":"295","hashOfConfig":"169"},{"size":1143,"mtime":1718183151239},{"size":137,"mtime":1718179274433,"results":"296","hashOfConfig":"169"},{"size":5236,"mtime":1718183151247},{"size":889,"mtime":1718183151250,"results":"297","hashOfConfig":"169"},{"size":335,"mtime":1718183151253},{"size":77,"mtime":1718179274432,"results":"298","hashOfConfig":"169"},{"size":1188,"mtime":1718183151258},{"size":744,"mtime":1718183151261,"results":"299","hashOfConfig":"169"},{"size":1290,"mtime":1718183151266},{"size":177,"mtime":1718183151268,"results":"300","hashOfConfig":"169"},{"size":297,"mtime":1718183151270},{"size":119,"mtime":1718179274433,"results":"301","hashOfConfig":"169"},{"size":930,"mtime":1718183151276},{"size":1296,"mtime":1718183151279,"results":"302","hashOfConfig":"169"},{"size":5798,"mtime":1718183151285},{"size":335,"mtime":1718183151288,"results":"303","hashOfConfig":"169"},{"size":1118,"mtime":1718183151291},{"size":608,"mtime":1718179274432,"results":"304","hashOfConfig":"169"},{"size":922,"mtime":1718183151296},{"size":4444,"mtime":1718183151303,"results":"305","hashOfConfig":"169"},{"filePath":"306","messages":"307","suppressedMessages":"308","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mh59l9",{"filePath":"309","messages":"310","suppressedMessages":"311","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"312","messages":"313","suppressedMessages":"314","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"315","messages":"316","suppressedMessages":"317","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"318","messages":"319","suppressedMessages":"320","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"321","messages":"322","suppressedMessages":"323","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"324","messages":"325","suppressedMessages":"326","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"327","messages":"328","suppressedMessages":"329","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"330","messages":"331","suppressedMessages":"332","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"333","messages":"334","suppressedMessages":"335","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"336","messages":"337","suppressedMessages":"338","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"339","messages":"340","suppressedMessages":"341","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"342","messages":"343","suppressedMessages":"344","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"345","messages":"346","suppressedMessages":"347","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"348","messages":"349","suppressedMessages":"350","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"351","messages":"352","suppressedMessages":"353","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"354","messages":"355","suppressedMessages":"356","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"357","messages":"358","suppressedMessages":"359","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"360","messages":"361","suppressedMessages":"362","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"363","messages":"364","suppressedMessages":"365","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"366","messages":"367","suppressedMessages":"368","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"369","messages":"370","suppressedMessages":"371","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"372","messages":"373","suppressedMessages":"374","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"375","messages":"376","suppressedMessages":"377","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"378","messages":"379","suppressedMessages":"380","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"381","messages":"382","suppressedMessages":"383","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"384","messages":"385","suppressedMessages":"386","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"387","messages":"388","suppressedMessages":"389","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"390","messages":"391","suppressedMessages":"392","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"393","messages":"394","suppressedMessages":"395","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"396","messages":"397","suppressedMessages":"398","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"399","messages":"400","suppressedMessages":"401","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"402","messages":"403","suppressedMessages":"404","errorCount":0,"fatalErrorCount":0,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"405","messages":"406","suppressedMessages":"407","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"408","messages":"409","suppressedMessages":"410","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"411","messages":"412","suppressedMessages":"413","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"414","messages":"415","suppressedMessages":"416","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"417","messages":"418","suppressedMessages":"419","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"420","messages":"421","suppressedMessages":"422","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"423","messages":"424","suppressedMessages":"425","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"426","messages":"427","suppressedMessages":"428","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"429","messages":"430","suppressedMessages":"431","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"432","messages":"433","suppressedMessages":"434","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"435","messages":"436","suppressedMessages":"437","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"438","messages":"439","suppressedMessages":"440","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"441","messages":"442","suppressedMessages":"443","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"444","messages":"445","suppressedMessages":"446","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"447","messages":"448","suppressedMessages":"449","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"450","messages":"451","suppressedMessages":"452","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"453","messages":"454","suppressedMessages":"455","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"456","messages":"457","suppressedMessages":"458","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"459","messages":"460","suppressedMessages":"461","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"462","messages":"463","suppressedMessages":"464","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"465","messages":"466","suppressedMessages":"467","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"468","messages":"469","suppressedMessages":"470","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"471","messages":"472","suppressedMessages":"473","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"474","messages":"475","suppressedMessages":"476","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"477","messages":"478","suppressedMessages":"479","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"480","messages":"481","suppressedMessages":"482","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"483","messages":"484","suppressedMessages":"485","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"486","messages":"487","suppressedMessages":"488","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"489","messages":"490","suppressedMessages":"491","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"492","messages":"493","suppressedMessages":"494","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"495","messages":"496","suppressedMessages":"497","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"498","messages":"499","suppressedMessages":"500","errorCount":1,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"501","messages":"502","suppressedMessages":"503","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"504","messages":"505","suppressedMessages":"506","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"507","messages":"508","suppressedMessages":"509","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"510","messages":"511","suppressedMessages":"512","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"513","messages":"514","suppressedMessages":"515","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"516","messages":"517","suppressedMessages":"518","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"519","messages":"520","suppressedMessages":"521","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"522","messages":"523","suppressedMessages":"524","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"525","messages":"526","suppressedMessages":"527","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"528","messages":"529","suppressedMessages":"530","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"531","messages":"532","suppressedMessages":"533","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"534","messages":"535","suppressedMessages":"536","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"537","messages":"538","suppressedMessages":"539","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"540","messages":"541","suppressedMessages":"542","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"543","messages":"544","suppressedMessages":"545","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"546","messages":"547","suppressedMessages":"548","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"549","messages":"550","suppressedMessages":"551","errorCount":3,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"552","messages":"553","suppressedMessages":"554","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"555","messages":"556","suppressedMessages":"557","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"558","messages":"559","suppressedMessages":"560","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"561","messages":"562","suppressedMessages":"563","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"564","messages":"565","suppressedMessages":"566","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"567","messages":"568","suppressedMessages":"569","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"570","messages":"571","suppressedMessages":"572","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"573","messages":"574","suppressedMessages":"575","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"576","messages":"577","suppressedMessages":"578","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"579","messages":"580","suppressedMessages":"581","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"582","messages":"583","suppressedMessages":"584","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"585","messages":"586","suppressedMessages":"587","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"588","messages":"589","suppressedMessages":"590","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"591","messages":"592","suppressedMessages":"593","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"594","messages":"595","suppressedMessages":"596","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"597","messages":"598","suppressedMessages":"599","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"600","messages":"601","suppressedMessages":"602","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"603","messages":"604","suppressedMessages":"605","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"606","messages":"607","suppressedMessages":"608","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"609","messages":"610","suppressedMessages":"611","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"612","messages":"613","suppressedMessages":"614","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"615","messages":"616","suppressedMessages":"617","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"618","messages":"619","suppressedMessages":"620","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"621","messages":"622","suppressedMessages":"623","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"624","messages":"625","suppressedMessages":"626","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"627","messages":"628","suppressedMessages":"629","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"630","messages":"631","suppressedMessages":"632","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"633","messages":"634","suppressedMessages":"635","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"636","messages":"637","suppressedMessages":"638","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"639","messages":"640","suppressedMessages":"641","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"642","messages":"643","suppressedMessages":"644","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"645","messages":"646","suppressedMessages":"647","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"648","messages":"649","suppressedMessages":"650","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"651","messages":"652","suppressedMessages":"653","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"654","messages":"655","suppressedMessages":"656","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"657","messages":"658","suppressedMessages":"659","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"660","messages":"661","suppressedMessages":"662","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"663","messages":"664","suppressedMessages":"665","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"666","messages":"667","suppressedMessages":"668","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"669","messages":"670","suppressedMessages":"671","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"672","messages":"673","suppressedMessages":"674","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"675","messages":"676","suppressedMessages":"677","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"678","messages":"679","suppressedMessages":"680","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"681","messages":"682","suppressedMessages":"683","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"684","messages":"685","suppressedMessages":"686","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"687","messages":"688","suppressedMessages":"689","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"690","messages":"691","suppressedMessages":"692","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"693","messages":"694","suppressedMessages":"695","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"696","messages":"697","suppressedMessages":"698","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"699","messages":"700","suppressedMessages":"701","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"702","messages":"703","suppressedMessages":"704","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"705","messages":"706","suppressedMessages":"707","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"708","messages":"709","suppressedMessages":"710","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"711","messages":"712","suppressedMessages":"713","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"714","messages":"715","suppressedMessages":"716","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"/Users/hedongjie/Desktop/web/hw-component-table/src/Layout.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/app.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/routes.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/Table.tsx",["717","718"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts",["719"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts",["720"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/modal.ts",["721"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx",["722","723"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableFooter/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableCustomize.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useDispatch.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useReq.ts",["724"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx",["725","726"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx",["727","728","729"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts",["730"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/hooks.ts",["731","732","733","734"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx",["735","736","737","738"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowSelection.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks.tsx",["739","740"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx",["741","742"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/typings.d.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/scripts/rollup.config.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/scripts/webpack.config.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks.tsx",["743","744","745","746","747","748"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultSubComponent.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/modal.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Content.tsx",["749"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Title.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/index.tsx",["750"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/modal.d.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/utils.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/RangePickerSearch.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/GoTop/index.d.ts",["751"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/GoTop/index.js",["752","753"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.d.ts",["754"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/AlertMsg.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/HeaderTitle/index.d.ts",["755"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/HeaderTitle/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.d.ts",["756"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Content.js",["757"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Title.d.ts",["758"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/Title.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/index.d.ts",["759"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/index.js",["760"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.d.ts",["761"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/Options/utils.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.d.ts",["762"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/RowSelection.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.d.ts",["763"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/hooks.js",["764","765","766"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.d.ts",["767"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableBody/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.d.ts",["768"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableFooter/index.js",["769"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/RangePickerSearch.d.ts",["770"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/RangePickerSearch.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultFormRender.d.ts",["771"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultFormRender.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.d.ts",["772"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/defaultSubComponent.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.d.ts",["773"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/hooks.js",["774","775"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.d.ts",["776"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTableHeader/modal.d.ts",["777"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.d.ts",["778"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/HTablePagination/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.d.ts",["779"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/hooks.js",["780","781","782"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.d.ts",["783"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/ModalTable/index.js",["784","785","786"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/Table.d.ts",["787"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/Table.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.d.ts",["788"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableConfig.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.d.ts",["789"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/TableCustomize.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/context.d.ts",["790"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/context.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.d.ts",["791"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/index.js",["792"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.d.ts",["793"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useCurrentTable.js",["794"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.d.ts",["795"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useDispatch.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.d.ts",["796"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useHTable.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.d.ts",["797"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useReq.js",["798"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.d.ts",["799"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/hooks/useRowObj.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/index.d.ts",["800"],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/index.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/es/modal.d.ts",["801"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/GoTop/index.d.ts",["802"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/AlertMsg.d.ts",["803"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/HeaderTitle/index.d.ts",["804"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Content.d.ts",["805"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/Title.d.ts",["806"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/index.d.ts",["807"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/Options/utils.d.ts",["808"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/RowSelection.d.ts",["809"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/hooks.d.ts",["810"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableBody/index.d.ts",["811"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableFooter/index.d.ts",["812"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/RangePickerSearch.d.ts",["813"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultFormRender.d.ts",["814"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/defaultSubComponent.d.ts",["815"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/hooks.d.ts",["816"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/index.d.ts",["817"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTableHeader/modal.d.ts",["818"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/HTablePagination/index.d.ts",["819"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/hooks.d.ts",["820"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/ModalTable/index.d.ts",["821"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/Table.d.ts",["822"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/TableConfig.d.ts",["823"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/TableCustomize.d.ts",["824"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/context.d.ts",["825"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/index.d.ts",["826"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useCurrentTable.d.ts",["827"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useDispatch.d.ts",["828"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useHTable.d.ts",["829"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useReq.d.ts",["830"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/hooks/useRowObj.d.ts",["831"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/index.d.ts",["832"],[],"/Users/hedongjie/Desktop/web/hw-component-table/lib/modal.d.ts",["833"],[],{"ruleId":"834","severity":1,"message":"835","line":20,"column":3,"nodeType":"836","messageId":"837","endLine":20,"endColumn":12},{"ruleId":"834","severity":1,"message":"838","line":21,"column":3,"nodeType":"836","messageId":"837","endLine":21,"endColumn":12},{"ruleId":"839","severity":1,"message":"840","line":37,"column":6,"nodeType":"841","endLine":37,"endColumn":30,"suggestions":"842"},{"ruleId":"834","severity":1,"message":"843","line":8,"column":9,"nodeType":"836","messageId":"837","endLine":8,"endColumn":30},{"ruleId":"834","severity":1,"message":"844","line":65,"column":6,"nodeType":"836","messageId":"837","endLine":65,"endColumn":20},{"ruleId":"834","severity":1,"message":"845","line":77,"column":5,"nodeType":"836","messageId":"837","endLine":77,"endColumn":16},{"ruleId":"834","severity":1,"message":"846","line":80,"column":5,"nodeType":"836","messageId":"837","endLine":80,"endColumn":20},{"ruleId":"839","severity":1,"message":"847","line":52,"column":6,"nodeType":"841","endLine":52,"endColumn":8,"suggestions":"848"},{"ruleId":"834","severity":1,"message":"849","line":62,"column":7,"nodeType":"836","messageId":"837","endLine":62,"endColumn":11},{"ruleId":"834","severity":1,"message":"850","line":116,"column":42,"nodeType":"836","messageId":"837","endLine":116,"endColumn":48},{"ruleId":"834","severity":1,"message":"851","line":5,"column":3,"nodeType":"836","messageId":"837","endLine":5,"endColumn":15},{"ruleId":"834","severity":1,"message":"852","line":6,"column":3,"nodeType":"836","messageId":"837","endLine":6,"endColumn":19},{"ruleId":"834","severity":1,"message":"850","line":41,"column":36,"nodeType":"836","messageId":"837","endLine":41,"endColumn":42},{"ruleId":"839","severity":1,"message":"853","line":13,"column":6,"nodeType":"841","endLine":13,"endColumn":17,"suggestions":"854"},{"ruleId":"834","severity":1,"message":"855","line":9,"column":10,"nodeType":"836","messageId":"837","endLine":9,"endColumn":21},{"ruleId":"834","severity":1,"message":"856","line":16,"column":14,"nodeType":"836","messageId":"837","endLine":16,"endColumn":39},{"ruleId":"839","severity":1,"message":"857","line":20,"column":6,"nodeType":"841","endLine":20,"endColumn":8,"suggestions":"858"},{"ruleId":"839","severity":1,"message":"859","line":48,"column":6,"nodeType":"841","endLine":48,"endColumn":8,"suggestions":"860"},{"ruleId":"834","severity":1,"message":"861","line":24,"column":7,"nodeType":"836","messageId":"837","endLine":24,"endColumn":11},{"ruleId":"834","severity":1,"message":"850","line":27,"column":32,"nodeType":"836","messageId":"837","endLine":27,"endColumn":38},{"ruleId":"834","severity":1,"message":"850","line":47,"column":32,"nodeType":"836","messageId":"837","endLine":47,"endColumn":38},{"ruleId":"834","severity":1,"message":"862","line":114,"column":9,"nodeType":"836","messageId":"837","endLine":114,"endColumn":21},{"ruleId":"839","severity":1,"message":"863","line":60,"column":6,"nodeType":"841","endLine":60,"endColumn":39,"suggestions":"864"},{"ruleId":"839","severity":1,"message":"865","line":89,"column":6,"nodeType":"841","endLine":89,"endColumn":40,"suggestions":"866"},{"ruleId":"839","severity":1,"message":"867","line":26,"column":6,"nodeType":"841","endLine":26,"endColumn":11,"suggestions":"868"},{"ruleId":"839","severity":1,"message":"867","line":34,"column":6,"nodeType":"841","endLine":34,"endColumn":8,"suggestions":"869"},{"ruleId":"834","severity":1,"message":"870","line":68,"column":5,"nodeType":"836","messageId":"837","endLine":68,"endColumn":22},{"ruleId":"834","severity":1,"message":"871","line":69,"column":5,"nodeType":"836","messageId":"837","endLine":69,"endColumn":15},{"ruleId":"834","severity":1,"message":"872","line":70,"column":5,"nodeType":"836","messageId":"837","endLine":70,"endColumn":16},{"ruleId":"834","severity":1,"message":"873","line":71,"column":5,"nodeType":"836","messageId":"837","endLine":71,"endColumn":10},{"ruleId":"839","severity":1,"message":"874","line":188,"column":6,"nodeType":"841","endLine":188,"endColumn":42,"suggestions":"875"},{"ruleId":"839","severity":1,"message":"874","line":194,"column":6,"nodeType":"841","endLine":194,"endColumn":42,"suggestions":"876"},{"ruleId":"839","severity":1,"message":"877","line":31,"column":6,"nodeType":"841","endLine":31,"endColumn":15,"suggestions":"878"},{"ruleId":"839","severity":1,"message":"879","line":37,"column":6,"nodeType":"841","endLine":37,"endColumn":15,"suggestions":"880"},{"ruleId":null,"fatal":true,"severity":2,"message":"881","nodeType":null},{"ruleId":"839","severity":1,"message":"882","line":44,"column":5,"nodeType":"841","endLine":44,"endColumn":10,"suggestions":"883"},{"ruleId":"839","severity":1,"message":"884","line":57,"column":6,"nodeType":"841","endLine":57,"endColumn":8,"suggestions":"885"},{"ruleId":null,"fatal":true,"severity":2,"message":"886","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"887","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"888","nodeType":null},{"ruleId":"839","severity":1,"message":"877","line":90,"column":5,"nodeType":"841","endLine":90,"endColumn":14,"suggestions":"889"},{"ruleId":null,"fatal":true,"severity":2,"message":"890","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"891","nodeType":null},{"ruleId":"839","severity":1,"message":"892","line":47,"column":5,"nodeType":"841","endLine":47,"endColumn":14,"suggestions":"893"},{"ruleId":null,"fatal":true,"severity":2,"message":"894","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"895","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"896","nodeType":null},{"ruleId":"839","severity":1,"message":"897","line":121,"column":5,"nodeType":"841","endLine":121,"endColumn":38,"suggestions":"898"},{"ruleId":"839","severity":1,"message":"865","line":156,"column":5,"nodeType":"841","endLine":156,"endColumn":39,"suggestions":"899"},{"ruleId":"839","severity":1,"message":"900","line":168,"column":5,"nodeType":"841","endLine":168,"endColumn":11,"suggestions":"901"},{"ruleId":null,"fatal":true,"severity":2,"message":"902","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"903","nodeType":null},{"ruleId":"904","severity":2,"message":"905","line":63,"column":27,"nodeType":"836","endLine":63,"endColumn":43},{"ruleId":null,"fatal":true,"severity":2,"message":"906","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"907","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"908","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"909","nodeType":null},{"ruleId":"839","severity":1,"message":"874","line":297,"column":5,"nodeType":"841","endLine":297,"endColumn":41,"suggestions":"910"},{"ruleId":"839","severity":1,"message":"874","line":306,"column":5,"nodeType":"841","endLine":306,"endColumn":41,"suggestions":"911"},{"ruleId":null,"fatal":true,"severity":2,"message":"912","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"913","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"914","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"915","nodeType":null},{"ruleId":"839","severity":1,"message":"857","line":65,"column":6,"nodeType":"841","endLine":65,"endColumn":8,"suggestions":"916"},{"ruleId":"839","severity":1,"message":"859","line":95,"column":6,"nodeType":"841","endLine":95,"endColumn":8,"suggestions":"917"},{"ruleId":"839","severity":1,"message":"918","line":107,"column":5,"nodeType":"841","endLine":107,"endColumn":14,"suggestions":"919"},{"ruleId":null,"fatal":true,"severity":2,"message":"920","nodeType":null},{"ruleId":"904","severity":2,"message":"921","line":78,"column":21,"nodeType":"836","endLine":78,"endColumn":31},{"ruleId":"904","severity":2,"message":"922","line":81,"column":24,"nodeType":"836","endLine":81,"endColumn":37},{"ruleId":"904","severity":2,"message":"923","line":93,"column":22,"nodeType":"836","endLine":93,"endColumn":37},{"ruleId":null,"fatal":true,"severity":2,"message":"924","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"925","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"926","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"927","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"928","nodeType":null},{"ruleId":"839","severity":1,"message":"853","line":30,"column":5,"nodeType":"841","endLine":30,"endColumn":16,"suggestions":"929"},{"ruleId":null,"fatal":true,"severity":2,"message":"930","nodeType":null},{"ruleId":"839","severity":1,"message":"840","line":33,"column":5,"nodeType":"841","endLine":33,"endColumn":41,"suggestions":"931"},{"ruleId":null,"fatal":true,"severity":2,"message":"932","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"933","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"934","nodeType":null},{"ruleId":"839","severity":1,"message":"847","line":154,"column":6,"nodeType":"841","endLine":154,"endColumn":8,"suggestions":"935"},{"ruleId":null,"fatal":true,"severity":2,"message":"936","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"937","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"938","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"939","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"940","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"941","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"942","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"943","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"944","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"945","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"946","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"947","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"948","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"949","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"950","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"951","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"952","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"953","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"954","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"955","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"956","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"957","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"958","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"959","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"960","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"961","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"962","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"963","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"964","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"965","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"966","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"967","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"968","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"969","nodeType":null},{"ruleId":null,"fatal":true,"severity":2,"message":"970","nodeType":null},"@typescript-eslint/no-unused-vars","'spaceSize' is assigned a value but never used.","Identifier","unusedVar","'className' is defined but never used.","react-hooks/exhaustive-deps","React Hook useMemo has missing dependencies: 'changeRowData', 'dispatch', 'getTableParams', 'reload', 'reloadWithParams', and 'useCurrentTable'. Either include them or remove the dependency array.","ArrayExpression",["971"],"'selectedRowDataSource' is assigned a value but never used.","'FooterRenderFn' is defined but never used.","'rowOnChange' is assigned a value but never used.","'allSelectChange' is assigned a value but never used.","React Hook useEffect has missing dependencies: 'formInitValues', 'manual', 'reloadFn', 'request', and 'resultAction'. Either include them or remove the dependency array.",["972"],"'Test' is assigned a value but never used.","'reject' is defined but never used.","'HTableFooter' is defined but never used.","'HTablePagination' is defined but never used.","React Hook useMemo has a missing dependency: 'config'. Either include it or remove the dependency array.",["973"],"'HTableProps' is defined but never used.","'params' is defined but never used.","React Hook useMemo has a missing dependency: 'tableInstance'. Either include it or remove the dependency array.",["974"],"React Hook useEffect has missing dependencies: 'dialogTableInstance', 'hide', and 'show'. Either include them or remove the dependency array.",["975"],"'req1' is assigned a value but never used.","'dialogTable1' is assigned a value but never used.","React Hook useEffect has a missing dependency: 'changeConfigData'. Either include it or remove the dependency array.",["976"],"React Hook useEffect has a missing dependency: 'rowOnChange'. Either include it or remove the dependency array.",["977"],"React Hook useEffect has a missing dependency: 'cuDom'. Either include it or remove the dependency array.",["978"],["979"],"'childrenDataIndex' is defined but never used.","'showSearch' is defined but never used.","'hideInTable' is defined but never used.","'align' is defined but never used.","React Hook useEffect has a missing dependency: 'mkNewFn'. Either include it or remove the dependency array.",["980"],["981"],"React Hook useMemo has a missing dependency: 'titleClass'. Either include it or remove the dependency array.",["982"],"React Hook useEffect has a missing dependency: 'tableInstance.table'. Either include it or remove the dependency array.",["983"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/GoTop/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","React Hook useEffect has missing dependencies: 'cuDom' and 'setStyle'. Either include them or remove the dependency array.",["984"],"React Hook useEffect has missing dependencies: 'cuDom.scrollTop' and 'setStyle'. Either include them or remove the dependency array.",["985"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/AlertMsg.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/HeaderTitle/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/Options/Content.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file",["986"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/Options/Title.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/Options/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","React Hook useEffect has missing dependencies: 'setKeys' and 'tableInstance.table'. Either include them or remove the dependency array.",["987"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/Options/utils.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/RowSelection.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/hooks.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","React Hook useEffect has missing dependencies: 'changeConfigData' and 'setCols'. Either include them or remove the dependency array.",["988"],["989"],"React Hook useEffect has a missing dependency: 'setCuSize'. Either include it or remove the dependency array.",["990"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableBody/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableFooter/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","react-hooks/rules-of-hooks","React Hook \"useHTableContext\" is called in function \"index\" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word \"use\".","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableHeader/RangePickerSearch.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableHeader/defaultFormRender.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableHeader/defaultSubComponent.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableHeader/hooks.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file",["991"],["992"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableHeader/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTableHeader/modal.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/HTablePagination/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/ModalTable/hooks.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file",["993"],["994"],"React Hook useEffect has a missing dependency: 'setModalVisible'. Either include it or remove the dependency array.",["995"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/ModalTable/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","React Hook \"useVisible\" is called in function \"index\" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word \"use\".","React Hook \"useTableProps\" is called in function \"index\" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word \"use\".","React Hook \"useCurrentTable\" is called in function \"index\" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word \"use\".","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/Table.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/TableConfig.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/TableCustomize.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/context.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/hooks/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file",["996"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/hooks/useCurrentTable.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file",["997"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/hooks/useDispatch.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/hooks/useHTable.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/hooks/useReq.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file",["998"],"Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/hooks/useRowObj.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/es/modal.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/GoTop/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/AlertMsg.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/HeaderTitle/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/Options/Content.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/Options/Title.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/Options/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/Options/utils.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/RowSelection.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/hooks.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableBody/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableFooter/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableHeader/RangePickerSearch.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableHeader/defaultFormRender.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableHeader/defaultSubComponent.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableHeader/hooks.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableHeader/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTableHeader/modal.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/HTablePagination/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/ModalTable/hooks.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/ModalTable/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/Table.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/TableConfig.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/TableCustomize.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/context.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/hooks/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/hooks/useCurrentTable.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/hooks/useDispatch.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/hooks/useHTable.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/hooks/useReq.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/hooks/useRowObj.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/index.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file","Parsing error: ESLint was configured to run on `<tsconfigRootDir>/lib/modal.d.ts` using `parserOptions.project`: /users/hedongjie/desktop/web/hw-component-table/tsconfig.json\nHowever, that TSConfig does not include this file. Either:\n- Change ESLint's list of included files to not include this file\n- Change that TSConfig to include this file\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file",{"desc":"999","fix":"1000"},{"desc":"1001","fix":"1002"},{"desc":"1003","fix":"1004"},{"desc":"1005","fix":"1006"},{"desc":"1007","fix":"1008"},{"desc":"1009","fix":"1010"},{"desc":"1011","fix":"1012"},{"desc":"1013","fix":"1014"},{"desc":"1015","fix":"1016"},{"desc":"1017","fix":"1018"},{"desc":"1017","fix":"1019"},{"desc":"1020","fix":"1021"},{"desc":"1022","fix":"1023"},{"desc":"1024","fix":"1025"},{"desc":"1026","fix":"1027"},{"desc":"1020","fix":"1028"},{"desc":"1029","fix":"1030"},{"desc":"1031","fix":"1032"},{"desc":"1011","fix":"1033"},{"desc":"1034","fix":"1035"},{"desc":"1017","fix":"1036"},{"desc":"1017","fix":"1037"},{"desc":"1005","fix":"1038"},{"desc":"1007","fix":"1039"},{"desc":"1040","fix":"1041"},{"desc":"1003","fix":"1042"},{"desc":"1043","fix":"1044"},{"desc":"1001","fix":"1045"},"Update the dependencies array to be: [table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData]",{"range":"1046","text":"1047"},"Update the dependencies array to be: [formInitValues, manual, reloadFn, request, resultAction]",{"range":"1048","text":"1049"},"Update the dependencies array to be: [className, config]",{"range":"1050","text":"1051"},"Update the dependencies array to be: [tableInstance]",{"range":"1052","text":"1053"},"Update the dependencies array to be: [dialogTableInstance, hide, show]",{"range":"1054","text":"1055"},"Update the dependencies array to be: [configData, table, rowSelection, changeConfigData]",{"range":"1056","text":"1057"},"Update the dependencies array to be: [selectedRowKeys, records, rowKey, rowOnChange]",{"range":"1058","text":"1059"},"Update the dependencies array to be: [cuDom, dom]",{"range":"1060","text":"1061"},"Update the dependencies array to be: [cuDom]",{"range":"1062","text":"1063"},"Update the dependencies array to be: [configData, searchSpan, headerOpen, mkNewFn]",{"range":"1064","text":"1065"},{"range":"1066","text":"1065"},"Update the dependencies array to be: [columns, titleClass]",{"range":"1067","text":"1068"},"Update the dependencies array to be: [columns, tableInstance.table]",{"range":"1069","text":"1070"},"Update the dependencies array to be: [cuDom, dom, setStyle]",{"range":"1071","text":"1072"},"Update the dependencies array to be: [cuDom.scrollTop, setStyle]",{"range":"1073","text":"1074"},{"range":"1075","text":"1068"},"Update the dependencies array to be: [columns, setKeys, tableInstance.table]",{"range":"1076","text":"1077"},"Update the dependencies array to be: [configData, table, rowSelection, setCols, changeConfigData]",{"range":"1078","text":"1079"},{"range":"1080","text":"1059"},"Update the dependencies array to be: [setCuSize, size]",{"range":"1081","text":"1082"},{"range":"1083","text":"1065"},{"range":"1084","text":"1065"},{"range":"1085","text":"1053"},{"range":"1086","text":"1055"},"Update the dependencies array to be: [setModalVisible, visible]",{"range":"1087","text":"1088"},{"range":"1089","text":"1051"},"Update the dependencies array to be: [table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource]",{"range":"1090","text":"1091"},{"range":"1092","text":"1049"},[1190,1214],"[table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData]",[1299,1301],"[formInitValues, manual, reloadFn, request, resultAction]",[481,492],"[className, config]",[523,525],"[tableInstance]",[1229,1231],"[dialogTableInstance, hide, show]",[1764,1797],"[configData, table, rowSelection, changeConfigData]",[2532,2566],"[selectedRowKeys, records, rowKey, rowOnChange]",[825,830],"[cuDom, dom]",[1021,1023],"[cuDom]",[4625,4661],"[configData, searchSpan, headerOpen, mkNewFn]",[4816,4852],[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]",[9044,9080],[9269,9305],[2461,2463],[3359,3361],[3674,3683],"[setModalVisible, visible]",[1102,1113],[1126,1162],"[table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource]",[5382,5384]]
|
|
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":370,"mtime":1718160488742,"results":"47","hashOfConfig":"45"},{"size":769,"mtime":1710811861083,"results":"48","hashOfConfig":"45"},{"size":608,"mtime":1716085382302,"results":"49","hashOfConfig":"45"},{"size":2596,"mtime":1718183240242,"results":"50","hashOfConfig":"45"},{"size":971,"mtime":1716085382228,"results":"51","hashOfConfig":"45"},{"size":1406,"mtime":1718183240259,"results":"52","hashOfConfig":"45"},{"size":739,"mtime":1718160488723,"results":"53","hashOfConfig":"45"},{"size":739,"mtime":1716085382298,"results":"54","hashOfConfig":"45"},{"size":4555,"mtime":1718183240278,"results":"55","hashOfConfig":"45"},{"size":945,"mtime":1716085371836,"results":"56","hashOfConfig":"45"},{"size":5171,"mtime":1718183240221,"results":"57","hashOfConfig":"45"},{"size":2163,"mtime":1716085382140,"results":"58","hashOfConfig":"45"},{"size":1855,"mtime":1718160488697,"results":"59","hashOfConfig":"45"},{"size":1892,"mtime":1718183240251,"results":"60","hashOfConfig":"45"},{"size":209,"mtime":1713781957255,"results":"61","hashOfConfig":"45"},{"size":1487,"mtime":1718182954096,"results":"62","hashOfConfig":"45"},{"size":3092,"mtime":1718183173271,"results":"63","hashOfConfig":"45"},{"size":1762,"mtime":1716085371838,"results":"64","hashOfConfig":"45"},{"size":3149,"mtime":1716085382191,"results":"65","hashOfConfig":"45"},{"size":498,"mtime":1709893919938,"results":"66","hashOfConfig":"45"},{"size":1503,"mtime":1716085382199,"results":"67","hashOfConfig":"45"},{"size":2083,"mtime":1716085382206,"results":"68","hashOfConfig":"45"},{"size":2830,"mtime":1716085382332,"results":"69","hashOfConfig":"45"},{"size":1080,"mtime":1716085371834,"results":"70","hashOfConfig":"45"},{"size":3603,"mtime":1713782094969,"results":"71","hashOfConfig":"45"},{"size":2765,"mtime":1716085382106,"results":"72","hashOfConfig":"45"},{"size":1102,"mtime":1710829302576,"results":"73","hashOfConfig":"45"},{"size":1162,"mtime":1710829299926,"results":"74","hashOfConfig":"45"},{"size":2302,"mtime":1711102156682,"results":"75","hashOfConfig":"45"},{"size":1677,"mtime":1716085381973,"results":"76","hashOfConfig":"45"},{"size":4897,"mtime":1718160488688,"results":"77","hashOfConfig":"45"},{"size":1943,"mtime":1712056204827,"results":"78","hashOfConfig":"45"},{"size":670,"mtime":1718160488706,"results":"79","hashOfConfig":"45"},{"size":1781,"mtime":1713782021632,"results":"80","hashOfConfig":"45"},{"size":1349,"mtime":1711679772700,"results":"81","hashOfConfig":"45"},{"size":3092,"mtime":1713518816733,"results":"82","hashOfConfig":"45"},{"size":482,"mtime":1713782042608,"results":"83","hashOfConfig":"45"},{"size":1685,"mtime":1713782074355,"results":"84","hashOfConfig":"45"},{"size":1049,"mtime":1716085371834,"results":"85","hashOfConfig":"45"},{"size":1208,"mtime":1716085371834,"results":"86","hashOfConfig":"45"},{"size":365,"mtime":1716085371835,"results":"87","hashOfConfig":"45"},{"filePath":"88","messages":"89","suppressedMessages":"90","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mh59l9",{"filePath":"91","messages":"92","suppressedMessages":"93","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"94","messages":"95","suppressedMessages":"96","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"97","messages":"98","suppressedMessages":"99","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"100","messages":"101","suppressedMessages":"102","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"103","messages":"104","suppressedMessages":"105","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"106","messages":"107","suppressedMessages":"108","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"109","messages":"110","suppressedMessages":"111","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"112","messages":"113","suppressedMessages":"114","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"115","messages":"116","suppressedMessages":"117","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"118","messages":"119","suppressedMessages":"120","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"121","messages":"122","suppressedMessages":"123","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"124","messages":"125","suppressedMessages":"126","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"127","messages":"128","suppressedMessages":"129","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"130","messages":"131","suppressedMessages":"132","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"133","messages":"134","suppressedMessages":"135","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"136","messages":"137","suppressedMessages":"138","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"139","messages":"140","suppressedMessages":"141","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"142","messages":"143","suppressedMessages":"144","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"145","messages":"146","suppressedMessages":"147","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"148","messages":"149","suppressedMessages":"150","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"151","messages":"152","suppressedMessages":"153","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"154","messages":"155","suppressedMessages":"156","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"157","messages":"158","suppressedMessages":"159","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"160","messages":"161","suppressedMessages":"162","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"163","messages":"164","suppressedMessages":"165","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"166","messages":"167","suppressedMessages":"168","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"169","messages":"170","suppressedMessages":"171","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"172","messages":"173","suppressedMessages":"174","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"175","messages":"176","suppressedMessages":"177","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"178","messages":"179","suppressedMessages":"180","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"181","messages":"182","suppressedMessages":"183","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"184","messages":"185","suppressedMessages":"186","errorCount":0,"fatalErrorCount":0,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"187","messages":"188","suppressedMessages":"189","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"190","messages":"191","suppressedMessages":"192","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"193","messages":"194","suppressedMessages":"195","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"196","messages":"197","suppressedMessages":"198","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"199","messages":"200","suppressedMessages":"201","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"202","messages":"203","suppressedMessages":"204","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"205","messages":"206","suppressedMessages":"207","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"208","messages":"209","suppressedMessages":"210","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"211","messages":"212","suppressedMessages":"213","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"214","messages":"215","suppressedMessages":"216","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/hedongjie/Desktop/web/hw-component-table/src/Layout.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/app.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/routes.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/Table.tsx",["217","218"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts",["219"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts",["220"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/modal.ts",["221"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx",["222","223"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableFooter/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableCustomize.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useDispatch.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useReq.ts",["224"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx",["225","226"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx",["227","228","229"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts",["230"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/hooks.ts",["231","232","233","234"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/ModalTable/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx",["235","236","237","238"],[],"/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",["239","240"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx",["241","242"],[],"/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",["243","244","245","246","247","248"],[],"/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",["249"],[],"/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",["250"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/modal.d.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/utils.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/RangePickerSearch.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx",[],[],{"ruleId":"251","severity":1,"message":"252","line":20,"column":3,"nodeType":"253","messageId":"254","endLine":20,"endColumn":12},{"ruleId":"251","severity":1,"message":"255","line":21,"column":3,"nodeType":"253","messageId":"254","endLine":21,"endColumn":12},{"ruleId":"256","severity":1,"message":"257","line":37,"column":6,"nodeType":"258","endLine":37,"endColumn":30,"suggestions":"259"},{"ruleId":"251","severity":1,"message":"260","line":8,"column":9,"nodeType":"253","messageId":"254","endLine":8,"endColumn":30},{"ruleId":"251","severity":1,"message":"261","line":65,"column":6,"nodeType":"253","messageId":"254","endLine":65,"endColumn":20},{"ruleId":"251","severity":1,"message":"262","line":77,"column":5,"nodeType":"253","messageId":"254","endLine":77,"endColumn":16},{"ruleId":"251","severity":1,"message":"263","line":80,"column":5,"nodeType":"253","messageId":"254","endLine":80,"endColumn":20},{"ruleId":"256","severity":1,"message":"264","line":52,"column":6,"nodeType":"258","endLine":52,"endColumn":8,"suggestions":"265"},{"ruleId":"251","severity":1,"message":"266","line":62,"column":7,"nodeType":"253","messageId":"254","endLine":62,"endColumn":11},{"ruleId":"251","severity":1,"message":"267","line":116,"column":42,"nodeType":"253","messageId":"254","endLine":116,"endColumn":48},{"ruleId":"251","severity":1,"message":"268","line":5,"column":3,"nodeType":"253","messageId":"254","endLine":5,"endColumn":15},{"ruleId":"251","severity":1,"message":"269","line":6,"column":3,"nodeType":"253","messageId":"254","endLine":6,"endColumn":19},{"ruleId":"251","severity":1,"message":"267","line":41,"column":36,"nodeType":"253","messageId":"254","endLine":41,"endColumn":42},{"ruleId":"256","severity":1,"message":"270","line":13,"column":6,"nodeType":"258","endLine":13,"endColumn":17,"suggestions":"271"},{"ruleId":"251","severity":1,"message":"272","line":9,"column":10,"nodeType":"253","messageId":"254","endLine":9,"endColumn":21},{"ruleId":"251","severity":1,"message":"273","line":16,"column":14,"nodeType":"253","messageId":"254","endLine":16,"endColumn":39},{"ruleId":"256","severity":1,"message":"274","line":20,"column":6,"nodeType":"258","endLine":20,"endColumn":8,"suggestions":"275"},{"ruleId":"256","severity":1,"message":"276","line":48,"column":6,"nodeType":"258","endLine":48,"endColumn":8,"suggestions":"277"},{"ruleId":"251","severity":1,"message":"278","line":24,"column":7,"nodeType":"253","messageId":"254","endLine":24,"endColumn":11},{"ruleId":"251","severity":1,"message":"267","line":27,"column":32,"nodeType":"253","messageId":"254","endLine":27,"endColumn":38},{"ruleId":"251","severity":1,"message":"267","line":47,"column":32,"nodeType":"253","messageId":"254","endLine":47,"endColumn":38},{"ruleId":"251","severity":1,"message":"279","line":114,"column":9,"nodeType":"253","messageId":"254","endLine":114,"endColumn":21},{"ruleId":"256","severity":1,"message":"280","line":60,"column":6,"nodeType":"258","endLine":60,"endColumn":39,"suggestions":"281"},{"ruleId":"256","severity":1,"message":"282","line":89,"column":6,"nodeType":"258","endLine":89,"endColumn":40,"suggestions":"283"},{"ruleId":"256","severity":1,"message":"284","line":26,"column":6,"nodeType":"258","endLine":26,"endColumn":11,"suggestions":"285"},{"ruleId":"256","severity":1,"message":"284","line":34,"column":6,"nodeType":"258","endLine":34,"endColumn":8,"suggestions":"286"},{"ruleId":"251","severity":1,"message":"287","line":68,"column":5,"nodeType":"253","messageId":"254","endLine":68,"endColumn":22},{"ruleId":"251","severity":1,"message":"288","line":69,"column":5,"nodeType":"253","messageId":"254","endLine":69,"endColumn":15},{"ruleId":"251","severity":1,"message":"289","line":70,"column":5,"nodeType":"253","messageId":"254","endLine":70,"endColumn":16},{"ruleId":"251","severity":1,"message":"290","line":71,"column":5,"nodeType":"253","messageId":"254","endLine":71,"endColumn":10},{"ruleId":"256","severity":1,"message":"291","line":188,"column":6,"nodeType":"258","endLine":188,"endColumn":42,"suggestions":"292"},{"ruleId":"256","severity":1,"message":"291","line":194,"column":6,"nodeType":"258","endLine":194,"endColumn":42,"suggestions":"293"},{"ruleId":"256","severity":1,"message":"294","line":31,"column":6,"nodeType":"258","endLine":31,"endColumn":15,"suggestions":"295"},{"ruleId":"256","severity":1,"message":"296","line":37,"column":6,"nodeType":"258","endLine":37,"endColumn":15,"suggestions":"297"},"@typescript-eslint/no-unused-vars","'spaceSize' is assigned a value but never used.","Identifier","unusedVar","'className' is defined but never used.","react-hooks/exhaustive-deps","React Hook useMemo has missing dependencies: 'changeRowData', 'dispatch', 'getTableParams', 'reload', 'reloadWithParams', and 'useCurrentTable'. Either include them or remove the dependency array.","ArrayExpression",["298"],"'selectedRowDataSource' is assigned a value but never used.","'FooterRenderFn' is defined but never used.","'rowOnChange' is assigned a value but never used.","'allSelectChange' is assigned a value but never used.","React Hook useEffect has missing dependencies: 'formInitValues', 'manual', 'reloadFn', 'request', and 'resultAction'. Either include them or remove the dependency array.",["299"],"'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.",["300"],"'HTableProps' is defined but never used.","'params' is defined but never used.","React Hook useMemo has a missing dependency: 'tableInstance'. Either include it or remove the dependency array.",["301"],"React Hook useEffect has missing dependencies: 'dialogTableInstance', 'hide', and 'show'. Either include them or remove the dependency array.",["302"],"'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.",["303"],"React Hook useEffect has a missing dependency: 'rowOnChange'. Either include it or remove the dependency array.",["304"],"React Hook useEffect has a missing dependency: 'cuDom'. Either include it or remove the dependency array.",["305"],["306"],"'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.",["307"],["308"],"React Hook useMemo has a missing dependency: 'titleClass'. Either include it or remove the dependency array.",["309"],"React Hook useEffect has a missing dependency: 'tableInstance.table'. Either include it or remove the dependency array.",["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":"325","fix":"326"},{"desc":"327","fix":"328"},{"desc":"329","fix":"330"},{"desc":"329","fix":"331"},{"desc":"332","fix":"333"},{"desc":"334","fix":"335"},"Update the dependencies array to be: [table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData]",{"range":"336","text":"337"},"Update the dependencies array to be: [formInitValues, manual, reloadFn, request, resultAction]",{"range":"338","text":"339"},"Update the dependencies array to be: [className, config]",{"range":"340","text":"341"},"Update the dependencies array to be: [tableInstance]",{"range":"342","text":"343"},"Update the dependencies array to be: [dialogTableInstance, hide, show]",{"range":"344","text":"345"},"Update the dependencies array to be: [configData, table, rowSelection, changeConfigData]",{"range":"346","text":"347"},"Update the dependencies array to be: [selectedRowKeys, records, rowKey, rowOnChange]",{"range":"348","text":"349"},"Update the dependencies array to be: [cuDom, dom]",{"range":"350","text":"351"},"Update the dependencies array to be: [cuDom]",{"range":"352","text":"353"},"Update the dependencies array to be: [configData, searchSpan, headerOpen, mkNewFn]",{"range":"354","text":"355"},{"range":"356","text":"355"},"Update the dependencies array to be: [columns, titleClass]",{"range":"357","text":"358"},"Update the dependencies array to be: [columns, tableInstance.table]",{"range":"359","text":"360"},[1190,1214],"[table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData]",[1299,1301],"[formInitValues, manual, reloadFn, request, resultAction]",[481,492],"[className, config]",[523,525],"[tableInstance]",[1229,1231],"[dialogTableInstance, hide, show]",[1764,1797],"[configData, table, rowSelection, changeConfigData]",[2532,2566],"[selectedRowKeys, records, rowKey, rowOnChange]",[825,830],"[cuDom, dom]",[1021,1023],"[cuDom]",[4625,4661],"[configData, searchSpan, headerOpen, mkNewFn]",[4816,4852],[996,1005],"[columns, titleClass]",[1123,1132],"[columns, tableInstance.table]"]
|
|
@@ -3,6 +3,7 @@ import React from "react";
|
|
|
3
3
|
export declare const getItemValue: (data: ConfigItemModal) => {
|
|
4
4
|
name?: string | undefined;
|
|
5
5
|
labelAlign?: import("@hw-component/form/es/Form/modal").LabelAlignModal | undefined;
|
|
6
|
+
label?: React.ReactNode | import("@hw-component/form/es/Form/modal").HelperModal;
|
|
6
7
|
children?: React.ReactNode | ((form: import("rc-field-form").FormInstance<any>) => React.ReactNode);
|
|
7
8
|
dependencies?: import("rc-field-form/lib/interface").NamePath[] | undefined;
|
|
8
9
|
getValueFromEvent?: ((...args: import("rc-field-form/lib/interface").EventArgs) => any) | undefined;
|
|
@@ -36,7 +37,6 @@ export declare const getItemValue: (data: ConfigItemModal) => {
|
|
|
36
37
|
fieldKey?: React.Key | React.Key[] | undefined;
|
|
37
38
|
colon?: boolean | undefined;
|
|
38
39
|
htmlFor?: string | undefined;
|
|
39
|
-
label?: React.ReactNode;
|
|
40
40
|
labelCol?: import("antd").ColProps | undefined;
|
|
41
41
|
requiredMark?: import("antd/lib/form/Form").RequiredMark | undefined;
|
|
42
42
|
wrapperCol?: import("antd").ColProps | undefined;
|
|
@@ -44,7 +44,7 @@ export declare const getItemValue: (data: ConfigItemModal) => {
|
|
|
44
44
|
status?: "" | "success" | "warning" | "error" | "validating" | undefined;
|
|
45
45
|
help?: React.ReactNode;
|
|
46
46
|
itemProps?: import("@hw-component/form/es/Form/modal").ItemPropsType | undefined;
|
|
47
|
-
helper?: string |
|
|
47
|
+
helper?: string | import("@hw-component/form/es/Form/modal").HelperModal | undefined;
|
|
48
48
|
hover?: string | import("@hw-component/form/es/Form/modal").HoverModal | undefined;
|
|
49
49
|
labelWidth?: number | undefined;
|
|
50
50
|
hide?: boolean | import("@hw-component/form/es/Form/modal").HideModal | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// welcome to hoo hoo hoo
|
|
2
|
+
import React, { useContext } from 'react';
|
|
3
|
+
|
|
4
|
+
var Context = /*#__PURE__*/React.createContext({});
|
|
5
|
+
var HeaderProvider = Context.Provider;
|
|
6
|
+
var useHeaderContext = function useHeaderContext() {
|
|
7
|
+
return useContext(Context);
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export { HeaderProvider, useHeaderContext };
|
|
11
|
+
// powered by hdj
|
|
@@ -13,6 +13,7 @@ import { Row, Space, Button, Typography } from 'antd';
|
|
|
13
13
|
import { useHTableContext } from '../context.js';
|
|
14
14
|
import { useMemo } from 'react';
|
|
15
15
|
import { DownOutlined, UpOutlined } from '@ant-design/icons';
|
|
16
|
+
import { useHeaderContext } from './Context.js';
|
|
16
17
|
|
|
17
18
|
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
19
|
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; }
|
|
@@ -39,6 +40,8 @@ var DefaultSubComponent = function DefaultSubComponent(_ref) {
|
|
|
39
40
|
var _useHTableContext2 = useHTableContext(),
|
|
40
41
|
loading = _useHTableContext2.loading,
|
|
41
42
|
headerOpen = _useHTableContext2.headerOpen;
|
|
43
|
+
var _useHeaderContext = useHeaderContext(),
|
|
44
|
+
onReset = _useHeaderContext.onReset;
|
|
42
45
|
var hide = typeof headerOpen === "undefined";
|
|
43
46
|
var _useMemo = useMemo(function () {
|
|
44
47
|
if (headerOpen === true || hide) {
|
|
@@ -78,7 +81,7 @@ var DefaultSubComponent = function DefaultSubComponent(_ref) {
|
|
|
78
81
|
borderRadius: 4
|
|
79
82
|
},
|
|
80
83
|
onClick: function onClick() {
|
|
81
|
-
form.resetFields();
|
|
84
|
+
onReset ? onReset() : form.resetFields();
|
|
82
85
|
},
|
|
83
86
|
children: "\u91CD\u7F6E"
|
|
84
87
|
}), hide ? null : jsx(OpenComponent, {})]
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { IHeaderProps } from "./modal";
|
|
2
|
-
declare const _default: ({ configData, onFinish, searchSpan, headerStyle, initValues, hideLabel, labelWidth, }: IHeaderProps) => JSX.Element;
|
|
2
|
+
declare const _default: ({ configData, onFinish, searchSpan, headerStyle, initValues, hideLabel, labelWidth, onReset }: IHeaderProps) => JSX.Element;
|
|
3
3
|
export default _default;
|
package/es/HTableHeader/index.js
CHANGED
|
@@ -14,6 +14,7 @@ import { useHTableContext } from '../context.js';
|
|
|
14
14
|
import { HForm } from '@hw-component/form';
|
|
15
15
|
import { useClassName } from '../hooks/index.js';
|
|
16
16
|
import { useHideMoreTitle } from './hooks.js';
|
|
17
|
+
import { HeaderProvider } from './Context.js';
|
|
17
18
|
|
|
18
19
|
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; }
|
|
19
20
|
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; }
|
|
@@ -32,7 +33,8 @@ var Header = (function (_ref) {
|
|
|
32
33
|
headerStyle = _ref.headerStyle,
|
|
33
34
|
initValues = _ref.initValues,
|
|
34
35
|
hideLabel = _ref.hideLabel,
|
|
35
|
-
labelWidth = _ref.labelWidth
|
|
36
|
+
labelWidth = _ref.labelWidth,
|
|
37
|
+
onReset = _ref.onReset;
|
|
36
38
|
var _useHTableContext = useHTableContext(),
|
|
37
39
|
tableInstance = _useHTableContext.tableInstance,
|
|
38
40
|
loading = _useHTableContext.loading,
|
|
@@ -61,17 +63,22 @@ var Header = (function (_ref) {
|
|
|
61
63
|
bodyStyle: {
|
|
62
64
|
paddingBottom: 0
|
|
63
65
|
},
|
|
64
|
-
children: jsx(
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
66
|
+
children: jsx(HeaderProvider, {
|
|
67
|
+
value: {
|
|
68
|
+
onReset: onReset
|
|
69
|
+
},
|
|
70
|
+
children: jsx(HForm, {
|
|
71
|
+
itemSpan: searchSpan,
|
|
72
|
+
onFinish: subOnFinish,
|
|
73
|
+
submitLoading: loading,
|
|
74
|
+
gutter: [20, 0],
|
|
75
|
+
initialValues: initValues,
|
|
76
|
+
hideLabel: typeof tableHideLabel === "undefined" ? true : tableHideLabel,
|
|
77
|
+
configData: nConfigData,
|
|
78
|
+
form: form,
|
|
79
|
+
colon: true,
|
|
80
|
+
labelWidth: tableLabelWidth
|
|
81
|
+
})
|
|
75
82
|
})
|
|
76
83
|
});
|
|
77
84
|
});
|
package/es/Table.d.ts
CHANGED
|
@@ -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, formInitValues, hideLabel, labelWidth, ...props }: HTableProps) => JSX.Element;
|
|
2
|
+
declare const _default: ({ request, configData, searchSpan, table, hideHeader, headerStyle, tableStyle, action, spaceSize, className, paginationStyle, rowKey, onFinish, manual, formInitValues, hideLabel, labelWidth, onReset, ...props }: HTableProps) => JSX.Element;
|
|
3
3
|
export default _default;
|
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", "formInitValues", "hideLabel", "labelWidth"];
|
|
24
|
+
var _excluded = ["request", "configData", "searchSpan", "table", "hideHeader", "headerStyle", "tableStyle", "action", "spaceSize", "className", "paginationStyle", "rowKey", "onFinish", "manual", "formInitValues", "hideLabel", "labelWidth", "onReset"];
|
|
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) {
|
|
@@ -46,6 +46,7 @@ var Table = (function (_ref) {
|
|
|
46
46
|
formInitValues = _ref.formInitValues,
|
|
47
47
|
hideLabel = _ref.hideLabel,
|
|
48
48
|
labelWidth = _ref.labelWidth,
|
|
49
|
+
onReset = _ref.onReset,
|
|
49
50
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
50
51
|
var _useReq = useReq({
|
|
51
52
|
request: request,
|
|
@@ -121,7 +122,8 @@ var Table = (function (_ref) {
|
|
|
121
122
|
searchSpan: searchSpan,
|
|
122
123
|
headerStyle: headerStyle,
|
|
123
124
|
onFinish: onFinish,
|
|
124
|
-
initValues: formInitValues
|
|
125
|
+
initValues: formInitValues,
|
|
126
|
+
onReset: onReset
|
|
125
127
|
}), jsx(Body, _objectSpread({
|
|
126
128
|
tableStyle: hideHeader ? _objectSpread({
|
|
127
129
|
paddingTop: 24
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type React from "react";
|
|
2
2
|
import type { ParamsModal, HTableInstance } from "../modal";
|
|
3
3
|
import type { RowObj } from "../modal";
|
|
4
|
-
import { ResultModal } from "../modal";
|
|
4
|
+
import type { ResultModal } from "../modal";
|
|
5
5
|
interface currentTableParams {
|
|
6
6
|
table?: HTableInstance;
|
|
7
7
|
reload: (params?: ParamsModal) => Promise<any>;
|
|
@@ -12,5 +12,5 @@ interface currentTableParams {
|
|
|
12
12
|
selectedRowData: RowObj;
|
|
13
13
|
dataSource?: ResultModal;
|
|
14
14
|
}
|
|
15
|
-
declare const _default: ({ table, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource }: currentTableParams) => HTableInstance;
|
|
15
|
+
declare const _default: ({ table, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource, }: currentTableParams) => HTableInstance;
|
|
16
16
|
export default _default;
|
package/es/hooks/useHTable.js
CHANGED
|
@@ -3,6 +3,7 @@ import React from "react";
|
|
|
3
3
|
export declare const getItemValue: (data: ConfigItemModal) => {
|
|
4
4
|
name?: string | undefined;
|
|
5
5
|
labelAlign?: import("@hw-component/form/es/Form/modal").LabelAlignModal | undefined;
|
|
6
|
+
label?: React.ReactNode | import("@hw-component/form/es/Form/modal").HelperModal;
|
|
6
7
|
children?: React.ReactNode | ((form: import("rc-field-form").FormInstance<any>) => React.ReactNode);
|
|
7
8
|
dependencies?: import("rc-field-form/lib/interface").NamePath[] | undefined;
|
|
8
9
|
getValueFromEvent?: ((...args: import("rc-field-form/lib/interface").EventArgs) => any) | undefined;
|
|
@@ -36,7 +37,6 @@ export declare const getItemValue: (data: ConfigItemModal) => {
|
|
|
36
37
|
fieldKey?: React.Key | React.Key[] | undefined;
|
|
37
38
|
colon?: boolean | undefined;
|
|
38
39
|
htmlFor?: string | undefined;
|
|
39
|
-
label?: React.ReactNode;
|
|
40
40
|
labelCol?: import("antd").ColProps | undefined;
|
|
41
41
|
requiredMark?: import("antd/lib/form/Form").RequiredMark | undefined;
|
|
42
42
|
wrapperCol?: import("antd").ColProps | undefined;
|
|
@@ -44,7 +44,7 @@ export declare const getItemValue: (data: ConfigItemModal) => {
|
|
|
44
44
|
status?: "" | "success" | "warning" | "error" | "validating" | undefined;
|
|
45
45
|
help?: React.ReactNode;
|
|
46
46
|
itemProps?: import("@hw-component/form/es/Form/modal").ItemPropsType | undefined;
|
|
47
|
-
helper?: string |
|
|
47
|
+
helper?: string | import("@hw-component/form/es/Form/modal").HelperModal | undefined;
|
|
48
48
|
hover?: string | import("@hw-component/form/es/Form/modal").HoverModal | undefined;
|
|
49
49
|
labelWidth?: number | undefined;
|
|
50
50
|
hide?: boolean | import("@hw-component/form/es/Form/modal").HideModal | undefined;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
|
|
5
|
+
var Context = /*#__PURE__*/React.createContext({});
|
|
6
|
+
var HeaderProvider = Context.Provider;
|
|
7
|
+
var useHeaderContext = function useHeaderContext() {
|
|
8
|
+
return React.useContext(Context);
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
exports.HeaderProvider = HeaderProvider;
|
|
12
|
+
exports.useHeaderContext = useHeaderContext;
|
|
13
|
+
// powered by h
|
|
@@ -14,6 +14,7 @@ var antd = require('antd');
|
|
|
14
14
|
var context = require('../context.js');
|
|
15
15
|
var React = require('react');
|
|
16
16
|
var icons = require('@ant-design/icons');
|
|
17
|
+
var Context = require('./Context.js');
|
|
17
18
|
|
|
18
19
|
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; }
|
|
19
20
|
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; }
|
|
@@ -40,6 +41,8 @@ var DefaultSubComponent = function DefaultSubComponent(_ref) {
|
|
|
40
41
|
var _useHTableContext2 = context.useHTableContext(),
|
|
41
42
|
loading = _useHTableContext2.loading,
|
|
42
43
|
headerOpen = _useHTableContext2.headerOpen;
|
|
44
|
+
var _useHeaderContext = Context.useHeaderContext(),
|
|
45
|
+
onReset = _useHeaderContext.onReset;
|
|
43
46
|
var hide = typeof headerOpen === "undefined";
|
|
44
47
|
var _useMemo = React.useMemo(function () {
|
|
45
48
|
if (headerOpen === true || hide) {
|
|
@@ -79,7 +82,7 @@ var DefaultSubComponent = function DefaultSubComponent(_ref) {
|
|
|
79
82
|
borderRadius: 4
|
|
80
83
|
},
|
|
81
84
|
onClick: function onClick() {
|
|
82
|
-
form.resetFields();
|
|
85
|
+
onReset ? onReset() : form.resetFields();
|
|
83
86
|
},
|
|
84
87
|
children: "\u91CD\u7F6E"
|
|
85
88
|
}), hide ? null : jsxRuntime.jsx(OpenComponent, {})]
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { IHeaderProps } from "./modal";
|
|
2
|
-
declare const _default: ({ configData, onFinish, searchSpan, headerStyle, initValues, hideLabel, labelWidth, }: IHeaderProps) => JSX.Element;
|
|
2
|
+
declare const _default: ({ configData, onFinish, searchSpan, headerStyle, initValues, hideLabel, labelWidth, onReset }: IHeaderProps) => JSX.Element;
|
|
3
3
|
export default _default;
|
|
@@ -17,6 +17,7 @@ var context = require('../context.js');
|
|
|
17
17
|
var form = require('@hw-component/form');
|
|
18
18
|
var index = require('../hooks/index.js');
|
|
19
19
|
var hooks = require('./hooks.js');
|
|
20
|
+
var Context = require('./Context.js');
|
|
20
21
|
|
|
21
22
|
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; }
|
|
22
23
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
@@ -35,7 +36,8 @@ var Header = (function (_ref) {
|
|
|
35
36
|
headerStyle = _ref.headerStyle,
|
|
36
37
|
initValues = _ref.initValues,
|
|
37
38
|
hideLabel = _ref.hideLabel,
|
|
38
|
-
labelWidth = _ref.labelWidth
|
|
39
|
+
labelWidth = _ref.labelWidth,
|
|
40
|
+
onReset = _ref.onReset;
|
|
39
41
|
var _useHTableContext = context.useHTableContext(),
|
|
40
42
|
tableInstance = _useHTableContext.tableInstance,
|
|
41
43
|
loading = _useHTableContext.loading,
|
|
@@ -64,17 +66,22 @@ var Header = (function (_ref) {
|
|
|
64
66
|
bodyStyle: {
|
|
65
67
|
paddingBottom: 0
|
|
66
68
|
},
|
|
67
|
-
children: jsxRuntime.jsx(
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
69
|
+
children: jsxRuntime.jsx(Context.HeaderProvider, {
|
|
70
|
+
value: {
|
|
71
|
+
onReset: onReset
|
|
72
|
+
},
|
|
73
|
+
children: jsxRuntime.jsx(form.HForm, {
|
|
74
|
+
itemSpan: searchSpan,
|
|
75
|
+
onFinish: subOnFinish,
|
|
76
|
+
submitLoading: loading,
|
|
77
|
+
gutter: [20, 0],
|
|
78
|
+
initialValues: initValues,
|
|
79
|
+
hideLabel: typeof tableHideLabel === "undefined" ? true : tableHideLabel,
|
|
80
|
+
configData: nConfigData,
|
|
81
|
+
form: form$1,
|
|
82
|
+
colon: true,
|
|
83
|
+
labelWidth: tableLabelWidth
|
|
84
|
+
})
|
|
78
85
|
})
|
|
79
86
|
});
|
|
80
87
|
});
|
package/lib/Table.d.ts
CHANGED
|
@@ -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, formInitValues, hideLabel, labelWidth, ...props }: HTableProps) => JSX.Element;
|
|
2
|
+
declare const _default: ({ request, configData, searchSpan, table, hideHeader, headerStyle, tableStyle, action, spaceSize, className, paginationStyle, rowKey, onFinish, manual, formInitValues, hideLabel, labelWidth, onReset, ...props }: HTableProps) => JSX.Element;
|
|
3
3
|
export default _default;
|
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", "formInitValues", "hideLabel", "labelWidth"];
|
|
27
|
+
var _excluded = ["request", "configData", "searchSpan", "table", "hideHeader", "headerStyle", "tableStyle", "action", "spaceSize", "className", "paginationStyle", "rowKey", "onFinish", "manual", "formInitValues", "hideLabel", "labelWidth", "onReset"];
|
|
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) {
|
|
@@ -49,6 +49,7 @@ var Table = (function (_ref) {
|
|
|
49
49
|
formInitValues = _ref.formInitValues,
|
|
50
50
|
hideLabel = _ref.hideLabel,
|
|
51
51
|
labelWidth = _ref.labelWidth,
|
|
52
|
+
onReset = _ref.onReset,
|
|
52
53
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
53
54
|
var _useReq = useReq.default({
|
|
54
55
|
request: request,
|
|
@@ -124,7 +125,8 @@ var Table = (function (_ref) {
|
|
|
124
125
|
searchSpan: searchSpan,
|
|
125
126
|
headerStyle: headerStyle,
|
|
126
127
|
onFinish: onFinish,
|
|
127
|
-
initValues: formInitValues
|
|
128
|
+
initValues: formInitValues,
|
|
129
|
+
onReset: onReset
|
|
128
130
|
}), jsxRuntime.jsx(index$1.default, _objectSpread({
|
|
129
131
|
tableStyle: hideHeader ? _objectSpread({
|
|
130
132
|
paddingTop: 24
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type React from "react";
|
|
2
2
|
import type { ParamsModal, HTableInstance } from "../modal";
|
|
3
3
|
import type { RowObj } from "../modal";
|
|
4
|
-
import { ResultModal } from "../modal";
|
|
4
|
+
import type { ResultModal } from "../modal";
|
|
5
5
|
interface currentTableParams {
|
|
6
6
|
table?: HTableInstance;
|
|
7
7
|
reload: (params?: ParamsModal) => Promise<any>;
|
|
@@ -12,5 +12,5 @@ interface currentTableParams {
|
|
|
12
12
|
selectedRowData: RowObj;
|
|
13
13
|
dataSource?: ResultModal;
|
|
14
14
|
}
|
|
15
|
-
declare const _default: ({ table, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource }: currentTableParams) => HTableInstance;
|
|
15
|
+
declare const _default: ({ table, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource, }: currentTableParams) => HTableInstance;
|
|
16
16
|
export default _default;
|
package/lib/hooks/useHTable.js
CHANGED
package/package.json
CHANGED
|
@@ -144,8 +144,10 @@ export default ({
|
|
|
144
144
|
return;
|
|
145
145
|
}
|
|
146
146
|
const { field, order } = sorter as any;
|
|
147
|
-
const orderByField=
|
|
148
|
-
|
|
147
|
+
const orderByField =
|
|
148
|
+
typeof order === "undefined" ? undefined : field;
|
|
149
|
+
const asc =
|
|
150
|
+
typeof order === "undefined" ? undefined : order === "ascend";
|
|
149
151
|
tableInstance.table.reloadWithParams({
|
|
150
152
|
current: 1,
|
|
151
153
|
orderByField,
|
|
@@ -4,6 +4,7 @@ import { useHTableContext } from "../context";
|
|
|
4
4
|
import React, { useMemo } from "react";
|
|
5
5
|
import { DownOutlined, UpOutlined } from "@ant-design/icons";
|
|
6
6
|
import type { RowProps } from "antd/lib/grid/row";
|
|
7
|
+
import {useHeaderContext} from "./Context";
|
|
7
8
|
interface IProps {
|
|
8
9
|
form: HFormInstance;
|
|
9
10
|
}
|
|
@@ -35,6 +36,7 @@ const OpenComponent = () => {
|
|
|
35
36
|
};
|
|
36
37
|
export const DefaultSubComponent = ({ form }: IProps) => {
|
|
37
38
|
const { loading, headerOpen } = useHTableContext();
|
|
39
|
+
const {onReset}=useHeaderContext();
|
|
38
40
|
const hide = typeof headerOpen === "undefined";
|
|
39
41
|
const { justify, style } = useMemo(() => {
|
|
40
42
|
if (headerOpen === true || hide) {
|
|
@@ -69,7 +71,7 @@ export const DefaultSubComponent = ({ form }: IProps) => {
|
|
|
69
71
|
<Button
|
|
70
72
|
style={{ borderRadius: 4 }}
|
|
71
73
|
onClick={() => {
|
|
72
|
-
form.resetFields();
|
|
74
|
+
onReset?onReset():form.resetFields();
|
|
73
75
|
}}
|
|
74
76
|
>
|
|
75
77
|
重置
|
|
@@ -5,6 +5,7 @@ import React from "react";
|
|
|
5
5
|
import { useClassName } from "../hooks";
|
|
6
6
|
import type { IHeaderProps } from "./modal";
|
|
7
7
|
import { useHideMoreTitle } from "./hooks";
|
|
8
|
+
import {HeaderProvider} from "./Context";
|
|
8
9
|
|
|
9
10
|
const defaultSearchSpan = {
|
|
10
11
|
xxl: 4,
|
|
@@ -21,6 +22,7 @@ export default ({
|
|
|
21
22
|
initValues,
|
|
22
23
|
hideLabel,
|
|
23
24
|
labelWidth,
|
|
25
|
+
onReset
|
|
24
26
|
}: IHeaderProps) => {
|
|
25
27
|
const {
|
|
26
28
|
tableInstance,
|
|
@@ -41,7 +43,6 @@ export default ({
|
|
|
41
43
|
const tableHideLabel =
|
|
42
44
|
typeof hideLabel === "undefined" ? contextHideLabel : hideLabel;
|
|
43
45
|
const tableLabelWidth = labelWidth || contextLabelWidth;
|
|
44
|
-
|
|
45
46
|
const className = useClassName("hw-table-header");
|
|
46
47
|
return (
|
|
47
48
|
<Card
|
|
@@ -54,20 +55,22 @@ export default ({
|
|
|
54
55
|
className={`hw_table_header ${className}`}
|
|
55
56
|
bodyStyle={{ paddingBottom: 0 }}
|
|
56
57
|
>
|
|
57
|
-
<
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
58
|
+
<HeaderProvider value={{onReset}}>
|
|
59
|
+
<HForm
|
|
60
|
+
itemSpan={searchSpan}
|
|
61
|
+
onFinish={subOnFinish}
|
|
62
|
+
submitLoading={loading}
|
|
63
|
+
gutter={[20, 0]}
|
|
64
|
+
initialValues={initValues}
|
|
65
|
+
hideLabel={
|
|
66
|
+
typeof tableHideLabel === "undefined" ? true : tableHideLabel
|
|
67
|
+
}
|
|
68
|
+
configData={nConfigData}
|
|
69
|
+
form={form}
|
|
70
|
+
colon={true}
|
|
71
|
+
labelWidth={tableLabelWidth}
|
|
72
|
+
/>
|
|
73
|
+
</HeaderProvider>
|
|
71
74
|
</Card>
|
|
72
75
|
);
|
|
73
76
|
};
|
package/src/components/Table.tsx
CHANGED
|
@@ -26,6 +26,7 @@ export default ({
|
|
|
26
26
|
formInitValues,
|
|
27
27
|
hideLabel,
|
|
28
28
|
labelWidth,
|
|
29
|
+
onReset,
|
|
29
30
|
...props
|
|
30
31
|
}: HTableProps) => {
|
|
31
32
|
const { run, loading, data, error, saveParams } = useReq({
|
|
@@ -53,7 +54,7 @@ export default ({
|
|
|
53
54
|
return saveParams.old;
|
|
54
55
|
},
|
|
55
56
|
selectedRowData,
|
|
56
|
-
|
|
57
|
+
dataSource: data,
|
|
57
58
|
});
|
|
58
59
|
return (
|
|
59
60
|
<HTableContext.Provider
|
|
@@ -87,6 +88,7 @@ export default ({
|
|
|
87
88
|
headerStyle={headerStyle}
|
|
88
89
|
onFinish={onFinish}
|
|
89
90
|
initValues={formInitValues}
|
|
91
|
+
onReset={onReset}
|
|
90
92
|
/>
|
|
91
93
|
)}
|
|
92
94
|
<Body
|
|
@@ -3,7 +3,7 @@ import { useMemo } from "react";
|
|
|
3
3
|
import type { ParamsModal, HTableInstance } from "../modal";
|
|
4
4
|
import useHTable from "../hooks/useHTable";
|
|
5
5
|
import type { RowObj } from "../modal";
|
|
6
|
-
import {ResultModal} from "../modal";
|
|
6
|
+
import type { ResultModal } from "../modal";
|
|
7
7
|
|
|
8
8
|
interface currentTableParams {
|
|
9
9
|
table?: HTableInstance;
|
|
@@ -13,7 +13,7 @@ interface currentTableParams {
|
|
|
13
13
|
reloadWithParams: (params?: ParamsModal) => Promise<any>;
|
|
14
14
|
getTableParams: () => any;
|
|
15
15
|
selectedRowData: RowObj;
|
|
16
|
-
dataSource?:ResultModal;
|
|
16
|
+
dataSource?: ResultModal;
|
|
17
17
|
}
|
|
18
18
|
export default ({
|
|
19
19
|
table,
|
|
@@ -23,7 +23,7 @@ export default ({
|
|
|
23
23
|
reloadWithParams,
|
|
24
24
|
getTableParams,
|
|
25
25
|
selectedRowData,
|
|
26
|
-
dataSource
|
|
26
|
+
dataSource,
|
|
27
27
|
}: currentTableParams) => {
|
|
28
28
|
const useCurrentTable = useHTable();
|
|
29
29
|
return useMemo(() => {
|
|
@@ -36,9 +36,9 @@ export default ({
|
|
|
36
36
|
resultTable.table.getSelectedRowData = () => {
|
|
37
37
|
return selectedRowData;
|
|
38
38
|
};
|
|
39
|
-
resultTable.table.getTableSourceData=()=>{
|
|
40
|
-
|
|
41
|
-
}
|
|
39
|
+
resultTable.table.getTableSourceData = () => {
|
|
40
|
+
return dataSource?.records;
|
|
41
|
+
};
|
|
42
42
|
return resultTable as HTableInstance;
|
|
43
|
-
}, [table, selectedRowData,dataSource]);
|
|
43
|
+
}, [table, selectedRowData, dataSource]);
|
|
44
44
|
};
|
package/src/components/modal.ts
CHANGED