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