@hw-component/table 1.9.80 → 1.9.81
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/HeaderTitle/index.js +1 -1
- package/es/render/Text.d.ts +1 -0
- package/es/render/config.d.ts +1 -1
- package/es/render/config.js +5 -1
- package/lib/HTableBody/HeaderTitle/index.js +1 -1
- package/lib/render/Text.d.ts +1 -0
- package/lib/render/config.d.ts +1 -1
- package/lib/render/config.js +5 -1
- package/package.json +2 -2
- package/src/components/HTableBody/HeaderTitle/index.tsx +33 -30
- package/src/components/render/config.tsx +8 -1
- package/src/pages/Table/index.tsx +22 -93
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/HTableBody/Options/hooks.ts":"39","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/Context.tsx":"40","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/utils.ts":"41","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/TagsComponent.tsx":"42","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/config.tsx":"43","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/index.tsx":"44","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/Content.tsx":"45","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/DwTable.tsx":"46","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/ModalTable.tsx":"47","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/hooks.ts":"48","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/CopyComponent.tsx":"49","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/Text.tsx":"50","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/DwTable/index.tsx":"51","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/config.tsx":"52","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHeaderDefaultProps.ts":"53","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHideMoreTitle.tsx":"54","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/defaultRender.tsx":"55","/Users/hedongjie/Desktop/web/hw-component-table/src/components/typings.d.ts":"56","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useColData.tsx":"57","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useControl.tsx":"58","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/modal.ts":"59","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/RowItem.tsx":"60","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/Title.tsx":"61","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/hooks.ts":"62","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowRadioBoxSelection.tsx":"63","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/colsMk.tsx":"64"},{"size":1541,"mtime":1709541397429,"results":"65","hashOfConfig":"66"},{"size":741,"mtime":1713518829815,"results":"67","hashOfConfig":"66"},{"size":370,"mtime":1718160488742,"results":"68","hashOfConfig":"66"},{"size":887,"mtime":1724397613543,"results":"69","hashOfConfig":"66"},{"size":778,"mtime":1735036252848,"results":"70","hashOfConfig":"66"},{"size":3013,"mtime":1747982208967,"results":"71","hashOfConfig":"66"},{"size":952,"mtime":1721801509391,"results":"72","hashOfConfig":"66"},{"size":1468,"mtime":1742356516346,"results":"73","hashOfConfig":"66"},{"size":839,"mtime":1720086914276,"results":"74","hashOfConfig":"66"},{"size":1247,"mtime":1747982208974,"results":"75","hashOfConfig":"66"},{"size":5523,"mtime":1747982208992,"results":"76","hashOfConfig":"66"},{"size":1488,"mtime":1721801545279,"results":"77","hashOfConfig":"66"},{"size":4693,"mtime":1747982208957,"results":"78","hashOfConfig":"66"},{"size":2163,"mtime":1716085382140,"results":"79","hashOfConfig":"66"},{"size":1795,"mtime":1740108939749,"results":"80","hashOfConfig":"66"},{"size":1958,"mtime":1729582327153,"results":"81","hashOfConfig":"66"},{"size":209,"mtime":1713781957255,"results":"82","hashOfConfig":"66"},{"size":2879,"mtime":1734490699907,"results":"83","hashOfConfig":"66"},{"size":6508,"mtime":1747982209051,"results":"84","hashOfConfig":"66"},{"size":2108,"mtime":1742356516487,"results":"85","hashOfConfig":"66"},{"size":3518,"mtime":1740040940373,"results":"86","hashOfConfig":"66"},{"size":498,"mtime":1709893919938,"results":"87","hashOfConfig":"66"},{"size":3507,"mtime":1742356519961,"results":"88","hashOfConfig":"66"},{"size":1080,"mtime":1716085371834,"results":"89","hashOfConfig":"66"},{"size":1102,"mtime":1710829302576,"results":"90","hashOfConfig":"66"},{"size":1162,"mtime":1710829299926,"results":"91","hashOfConfig":"66"},{"size":2357,"mtime":1732161767681,"results":"92","hashOfConfig":"66"},{"size":1677,"mtime":1716085381973,"results":"93","hashOfConfig":"66"},{"size":2305,"mtime":1736738630509,"results":"94","hashOfConfig":"66"},{"size":696,"mtime":1720086914261,"results":"95","hashOfConfig":"66"},{"size":1684,"mtime":1720086914112,"results":"96","hashOfConfig":"66"},{"size":1437,"mtime":1720086914134,"results":"97","hashOfConfig":"66"},{"size":2987,"mtime":1720174044485,"results":"98","hashOfConfig":"66"},{"size":782,"mtime":1720174047079,"results":"99","hashOfConfig":"66"},{"size":479,"mtime":1720086914169,"results":"100","hashOfConfig":"66"},{"size":1312,"mtime":1747982208845,"results":"101","hashOfConfig":"66"},{"size":1208,"mtime":1716085371834,"results":"102","hashOfConfig":"66"},{"size":365,"mtime":1716085371835,"results":"103","hashOfConfig":"66"},{"size":665,"mtime":1720086917041,"results":"104","hashOfConfig":"66"},{"size":266,"mtime":1720086917041,"results":"105","hashOfConfig":"66"},{"size":2253,"mtime":1720086917041,"results":"106","hashOfConfig":"66"},{"size":3611,"mtime":1747982209014,"results":"107","hashOfConfig":"66"},{"size":3741,"mtime":1742812309066,"results":"108","hashOfConfig":"66"},{"size":813,"mtime":1726745370599,"results":"109","hashOfConfig":"66"},{"size":494,"mtime":1729582302142,"results":"110","hashOfConfig":"66"},{"size":2872,"mtime":1729582327027,"results":"111","hashOfConfig":"66"},{"size":2404,"mtime":1742356516230,"results":"112","hashOfConfig":"66"},{"size":1682,"mtime":1740108939664,"results":"113","hashOfConfig":"66"},{"size":948,"mtime":1747982208999,"results":"114","hashOfConfig":"66"},{"size":182,"mtime":1724397725474,"results":"115","hashOfConfig":"66"},{"size":3675,"mtime":1747982209033,"results":"116","hashOfConfig":"66"},{"size":703,"mtime":1740108942394,"results":"117","hashOfConfig":"66"},{"size":1071,"mtime":1740108939723,"results":"118","hashOfConfig":"66"},{"size":4477,"mtime":1740108942394,"results":"119","hashOfConfig":"66"},{"size":825,"mtime":1742356519961,"results":"120","hashOfConfig":"66"},{"size":269,"mtime":1695809104376,"results":"121","hashOfConfig":"66"},{"size":4038,"mtime":1747982208922,"results":"122","hashOfConfig":"66"},{"size":3218,"mtime":1747982208940},{"size":1380,"mtime":1742812312805,"results":"123","hashOfConfig":"66"},{"size":1433,"mtime":1747982208865,"results":"124","hashOfConfig":"66"},{"size":1819,"mtime":1747982208879},{"size":1677,"mtime":1747982208890},{"size":893,"mtime":1747982208898},{"size":1421,"mtime":1747982208904},{"filePath":"125","messages":"126","suppressedMessages":"127","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mh59l9",{"filePath":"128","messages":"129","suppressedMessages":"130","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"131","messages":"132","suppressedMessages":"133","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"134","messages":"135","suppressedMessages":"136","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"137","messages":"138","suppressedMessages":"139","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"140","messages":"141","suppressedMessages":"142","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"143","messages":"144","suppressedMessages":"145","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"146","messages":"147","suppressedMessages":"148","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"149","messages":"150","suppressedMessages":"151","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"152","messages":"153","suppressedMessages":"154","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"155","messages":"156","suppressedMessages":"157","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"158","messages":"159","suppressedMessages":"160","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"161","messages":"162","suppressedMessages":"163","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"164","messages":"165","suppressedMessages":"166","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"167","messages":"168","suppressedMessages":"169","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"170","messages":"171","suppressedMessages":"172","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"173","messages":"174","suppressedMessages":"175","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"176","messages":"177","suppressedMessages":"178","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"179","messages":"180","suppressedMessages":"181","errorCount":0,"fatalErrorCount":0,"warningCount":20,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"182","messages":"183","suppressedMessages":"184","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"185","messages":"186","suppressedMessages":"187","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"188","messages":"189","suppressedMessages":"190","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"191","messages":"192","suppressedMessages":"193","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"194","messages":"195","suppressedMessages":"196","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"197","messages":"198","suppressedMessages":"199","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"200","messages":"201","suppressedMessages":"202","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"203","messages":"204","suppressedMessages":"205","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"206","messages":"207","suppressedMessages":"208","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"209","messages":"210","suppressedMessages":"211","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"212","messages":"213","suppressedMessages":"214","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"215","messages":"216","suppressedMessages":"217","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"218","messages":"219","suppressedMessages":"220","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"221","messages":"222","suppressedMessages":"223","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"224","messages":"225","suppressedMessages":"226","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"227","messages":"228","suppressedMessages":"229","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"230","messages":"231","suppressedMessages":"232","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"233","messages":"234","suppressedMessages":"235","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"236","messages":"237","suppressedMessages":"238","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"239","messages":"240","suppressedMessages":"241","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"242","messages":"243","suppressedMessages":"244","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"245","messages":"246","suppressedMessages":"247","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"248","messages":"249","suppressedMessages":"250","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"251","messages":"252","suppressedMessages":"253","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"254","messages":"255","suppressedMessages":"256","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"257","messages":"258","suppressedMessages":"259","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"260","messages":"261","suppressedMessages":"262","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"263","messages":"264","suppressedMessages":"265","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"266","messages":"267","suppressedMessages":"268","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"269","messages":"270","suppressedMessages":"271","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"272","messages":"273","suppressedMessages":"274","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"275","messages":"276","suppressedMessages":"277","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"278","messages":"279","suppressedMessages":"280","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"281","messages":"282","suppressedMessages":"283","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"284","messages":"285","suppressedMessages":"286","errorCount":0,"fatalErrorCount":0,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"287","messages":"288","suppressedMessages":"289","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"290","messages":"291","suppressedMessages":"292","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"293","messages":"294","suppressedMessages":"295","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"296","messages":"297","suppressedMessages":"298","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"299","messages":"300","suppressedMessages":"301","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/hedongjie/Desktop/web/hw-component-table/src/Layout.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/app.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/routes.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/Table.tsx",["302","303"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts",["304"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts",["305"],[],"/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",[],[],"/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",["306","307"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx",["308","309","310","311","312","313","314","315","316","317","318","319","320","321","322","323","324","325","326","327"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx",["328","329"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts",["330"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx",["331","332","333","334"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx",["335","336"],[],"/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",["337"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Title.tsx",["338"],[],"/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",["339","340"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/RangePickerSearch.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/hooks.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/Context.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/utils.ts",["341","342"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/TagsComponent.tsx",["343","344"],[],"/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",["345","346","347"],[],"/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",["348","349","350","351"],[],"/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",["352","353","354","355","356","357"],[],"/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",["358","359","360","361"],[],"/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",[],[],{"ruleId":"362","severity":1,"message":"363","line":6,"column":10,"nodeType":"364","messageId":"365","endLine":6,"endColumn":15},{"ruleId":"362","severity":1,"message":"366","line":21,"column":3,"nodeType":"364","messageId":"365","endLine":21,"endColumn":12},{"ruleId":"367","severity":1,"message":"368","line":46,"column":6,"nodeType":"369","endLine":46,"endColumn":42,"suggestions":"370"},{"ruleId":"362","severity":1,"message":"371","line":2,"column":10,"nodeType":"364","messageId":"365","endLine":2,"endColumn":17},{"ruleId":"367","severity":1,"message":"372","line":55,"column":6,"nodeType":"369","endLine":55,"endColumn":18,"suggestions":"373"},{"ruleId":"367","severity":1,"message":"374","line":104,"column":6,"nodeType":"369","endLine":104,"endColumn":8,"suggestions":"375"},{"ruleId":"362","severity":1,"message":"376","line":4,"column":3,"nodeType":"364","messageId":"365","endLine":4,"endColumn":15},{"ruleId":"362","severity":1,"message":"377","line":5,"column":3,"nodeType":"364","messageId":"365","endLine":5,"endColumn":21},{"ruleId":"362","severity":1,"message":"378","line":8,"column":18,"nodeType":"364","messageId":"365","endLine":8,"endColumn":22},{"ruleId":"362","severity":1,"message":"379","line":8,"column":50,"nodeType":"364","messageId":"365","endLine":8,"endColumn":53},{"ruleId":"362","severity":1,"message":"380","line":11,"column":8,"nodeType":"364","messageId":"365","endLine":11,"endColumn":16},{"ruleId":"362","severity":1,"message":"381","line":15,"column":32,"nodeType":"364","messageId":"365","endLine":15,"endColumn":40},{"ruleId":"382","severity":1,"message":"383","line":27,"column":21,"nodeType":"364","messageId":"384","endLine":27,"endColumn":26},{"ruleId":"362","severity":1,"message":"385","line":126,"column":7,"nodeType":"364","messageId":"365","endLine":126,"endColumn":13},{"ruleId":"362","severity":1,"message":"386","line":127,"column":7,"nodeType":"364","messageId":"365","endLine":127,"endColumn":27},{"ruleId":"362","severity":1,"message":"387","line":128,"column":7,"nodeType":"364","messageId":"365","endLine":128,"endColumn":20},{"ruleId":"362","severity":1,"message":"388","line":129,"column":7,"nodeType":"364","messageId":"365","endLine":129,"endColumn":36},{"ruleId":"362","severity":1,"message":"389","line":135,"column":7,"nodeType":"364","messageId":"365","endLine":135,"endColumn":11},{"ruleId":"362","severity":1,"message":"390","line":151,"column":11,"nodeType":"364","messageId":"365","endLine":151,"endColumn":18},{"ruleId":"362","severity":1,"message":"391","line":151,"column":20,"nodeType":"364","messageId":"365","endLine":151,"endColumn":24},{"ruleId":"362","severity":1,"message":"392","line":171,"column":34,"nodeType":"364","messageId":"365","endLine":171,"endColumn":40},{"ruleId":"362","severity":1,"message":"393","line":178,"column":10,"nodeType":"364","messageId":"365","endLine":178,"endColumn":20},{"ruleId":"362","severity":1,"message":"394","line":178,"column":22,"nodeType":"364","messageId":"365","endLine":178,"endColumn":35},{"ruleId":"362","severity":1,"message":"395","line":184,"column":10,"nodeType":"364","messageId":"365","endLine":184,"endColumn":14},{"ruleId":"362","severity":1,"message":"396","line":184,"column":16,"nodeType":"364","messageId":"365","endLine":184,"endColumn":23},{"ruleId":"362","severity":1,"message":"397","line":225,"column":21,"nodeType":"364","messageId":"365","endLine":225,"endColumn":27},{"ruleId":"362","severity":1,"message":"398","line":25,"column":7,"nodeType":"364","messageId":"365","endLine":25,"endColumn":13},{"ruleId":"362","severity":1,"message":"392","line":41,"column":36,"nodeType":"364","messageId":"365","endLine":41,"endColumn":42},{"ruleId":"367","severity":1,"message":"399","line":13,"column":6,"nodeType":"369","endLine":13,"endColumn":17,"suggestions":"400"},{"ruleId":"362","severity":1,"message":"401","line":24,"column":7,"nodeType":"364","messageId":"365","endLine":24,"endColumn":11},{"ruleId":"362","severity":1,"message":"392","line":27,"column":32,"nodeType":"364","messageId":"365","endLine":27,"endColumn":38},{"ruleId":"362","severity":1,"message":"392","line":48,"column":32,"nodeType":"364","messageId":"365","endLine":48,"endColumn":38},{"ruleId":"362","severity":1,"message":"402","line":134,"column":9,"nodeType":"364","messageId":"365","endLine":134,"endColumn":21},{"ruleId":"367","severity":1,"message":"403","line":26,"column":6,"nodeType":"369","endLine":26,"endColumn":11,"suggestions":"404"},{"ruleId":"367","severity":1,"message":"403","line":34,"column":6,"nodeType":"369","endLine":34,"endColumn":8,"suggestions":"405"},{"ruleId":"367","severity":1,"message":"406","line":31,"column":6,"nodeType":"369","endLine":31,"endColumn":15,"suggestions":"407"},{"ruleId":"362","severity":1,"message":"408","line":20,"column":9,"nodeType":"364","messageId":"365","endLine":20,"endColumn":16},{"ruleId":"362","severity":1,"message":"409","line":1,"column":15,"nodeType":"364","messageId":"365","endLine":1,"endColumn":30},{"ruleId":"362","severity":1,"message":"410","line":3,"column":10,"nodeType":"364","messageId":"365","endLine":3,"endColumn":22},{"ruleId":"362","severity":1,"message":"411","line":22,"column":51,"nodeType":"364","messageId":"365","endLine":22,"endColumn":63},{"ruleId":"362","severity":1,"message":"412","line":22,"column":65,"nodeType":"364","messageId":"365","endLine":22,"endColumn":73},{"ruleId":"413","severity":1,"message":"414","line":82,"column":13,"nodeType":"415","messageId":"416","endLine":93,"endColumn":23},{"ruleId":"413","severity":1,"message":"414","line":104,"column":11,"nodeType":"415","messageId":"416","endLine":115,"endColumn":21},{"ruleId":"362","severity":1,"message":"397","line":15,"column":14,"nodeType":"364","messageId":"365","endLine":15,"endColumn":39},{"ruleId":"367","severity":1,"message":"417","line":19,"column":6,"nodeType":"369","endLine":19,"endColumn":8,"suggestions":"418"},{"ruleId":"367","severity":1,"message":"419","line":59,"column":6,"nodeType":"369","endLine":59,"endColumn":8,"suggestions":"420"},{"ruleId":"362","severity":1,"message":"401","line":24,"column":7,"nodeType":"364","messageId":"365","endLine":24,"endColumn":11},{"ruleId":"362","severity":1,"message":"392","line":27,"column":32,"nodeType":"364","messageId":"365","endLine":27,"endColumn":38},{"ruleId":"362","severity":1,"message":"392","line":48,"column":32,"nodeType":"364","messageId":"365","endLine":48,"endColumn":38},{"ruleId":"362","severity":1,"message":"402","line":149,"column":9,"nodeType":"364","messageId":"365","endLine":149,"endColumn":21},{"ruleId":"362","severity":1,"message":"421","line":19,"column":5,"nodeType":"364","messageId":"365","endLine":19,"endColumn":22},{"ruleId":"362","severity":1,"message":"422","line":20,"column":5,"nodeType":"364","messageId":"365","endLine":20,"endColumn":15},{"ruleId":"362","severity":1,"message":"423","line":21,"column":5,"nodeType":"364","messageId":"365","endLine":21,"endColumn":16},{"ruleId":"362","severity":1,"message":"424","line":22,"column":5,"nodeType":"364","messageId":"365","endLine":22,"endColumn":10},{"ruleId":"367","severity":1,"message":"425","line":160,"column":6,"nodeType":"369","endLine":160,"endColumn":42,"suggestions":"426"},{"ruleId":"367","severity":1,"message":"425","line":166,"column":6,"nodeType":"369","endLine":166,"endColumn":42,"suggestions":"427"},{"ruleId":"367","severity":1,"message":"428","line":80,"column":6,"nodeType":"369","endLine":80,"endColumn":39,"suggestions":"429"},{"ruleId":"367","severity":1,"message":"430","line":103,"column":6,"nodeType":"369","endLine":103,"endColumn":8,"suggestions":"431"},{"ruleId":"367","severity":1,"message":"432","line":108,"column":6,"nodeType":"369","endLine":108,"endColumn":17,"suggestions":"433"},{"ruleId":"367","severity":1,"message":"434","line":111,"column":6,"nodeType":"369","endLine":111,"endColumn":13,"suggestions":"435"},"@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",["436"],"'useMemo' is defined but never used.","React Hook useEffect has a missing dependency: 'localMaker'. Either include it or remove the dependency array.",["437"],"React Hook useEffect has missing dependencies: 'formInitValues', 'manual', 'reloadFn', 'request', and 'resultAction'. Either include them or remove the dependency array.",["438"],"'HTableConfig' is defined but never used.","'HTableHeaderSubBtn' is defined but never used.","'Card' is defined but never used.","'Row' is defined but never used.","'ProTable' is defined but never used.","'labelKey' is defined but never used.","react/no-array-index-key","Do not use Array index in keys","noArrayIndex","'_' is defined but never used.","'data' is defined but never used.","'index' is defined but never used.","'tableInstance' is defined but never used.","'Test' 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.","'params' is defined 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.",["439"],"'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.",["440"],["441"],"React Hook useMemo has a missing dependency: 'titleClass'. Either include it or remove the dependency array.",["442"],"'allKeys' is assigned a value but never used.","'ConfigDataModal' is defined but never used.","'ColumnsState' is defined but never used.","'defaultValue' is assigned a value but never used.","'onChange' is assigned a value but never used.","react/jsx-key","Missing \"key\" prop for element in iterator","JSXElement","missingIterKey","React Hook useMemo has a missing dependency: 'tableInstance'. Either include it or remove the dependency array.",["443"],"React Hook useEffect has missing dependencies: 'dialogTableInstance', 'hide', and 'show'. Either include them or remove the dependency array.",["444"],"'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.",["445"],["446"],"React Hook useEffect has a missing dependency: 'changeConfigData'. Either include it or remove the dependency array.",["447"],"React Hook useMemo has a missing dependency: 'selfValue'. Either include it or remove the dependency array.",["448"],"React Hook useEffect has missing dependencies: 'columns' and 'tableInstance.table'. Either include them or remove the dependency array.",["449"],"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.",["450"],{"desc":"451","fix":"452"},{"desc":"453","fix":"454"},{"desc":"455","fix":"456"},{"desc":"457","fix":"458"},{"desc":"459","fix":"460"},{"desc":"461","fix":"462"},{"desc":"463","fix":"464"},{"desc":"465","fix":"466"},{"desc":"467","fix":"468"},{"desc":"469","fix":"470"},{"desc":"469","fix":"471"},{"desc":"472","fix":"473"},{"desc":"474","fix":"475"},{"desc":"476","fix":"477"},{"desc":"478","fix":"479"},"Update the dependencies array to be: [table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource]",{"range":"480","text":"481"},"Update the dependencies array to be: [dataSource, localMaker]",{"range":"482","text":"483"},"Update the dependencies array to be: [formInitValues, manual, reloadFn, request, resultAction]",{"range":"484","text":"485"},"Update the dependencies array to be: [className, config]",{"range":"486","text":"487"},"Update the dependencies array to be: [cuDom, dom]",{"range":"488","text":"489"},"Update the dependencies array to be: [cuDom]",{"range":"490","text":"491"},"Update the dependencies array to be: [columns, titleClass]",{"range":"492","text":"493"},"Update the dependencies array to be: [tableInstance]",{"range":"494","text":"495"},"Update the dependencies array to be: [dialogTableInstance, hide, show]",{"range":"496","text":"497"},"Update the dependencies array to be: [configData, searchSpan, headerOpen, mkNewFn]",{"range":"498","text":"499"},{"range":"500","text":"499"},"Update the dependencies array to be: [configData, table, rowSelection, changeConfigData]",{"range":"501","text":"502"},"Update the dependencies array to be: [selfValue]",{"range":"503","text":"504"},"Update the dependencies array to be: [columns, selfValue, tableInstance.table]",{"range":"505","text":"506"},"Update the dependencies array to be: [columnsState, value]",{"range":"507","text":"508"},[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]",[995,1004],"[columns, titleClass]",[483,485],"[tableInstance]",[1408,1410],"[dialogTableInstance, hide, show]",[4205,4241],"[configData, searchSpan, headerOpen, mkNewFn]",[4396,4432],[2792,2825],"[configData, table, rowSelection, changeConfigData]",[3395,3397],"[selfValue]",[3532,3543],"[columns, selfValue, tableInstance.table]",[3618,3625],"[columnsState, value]"]
|
|
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/HTableBody/Options/hooks.ts":"39","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/Context.tsx":"40","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/utils.ts":"41","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/TagsComponent.tsx":"42","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/config.tsx":"43","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/index.tsx":"44","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/Content.tsx":"45","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/DwTable.tsx":"46","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/ModalTable.tsx":"47","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/hooks.ts":"48","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/CopyComponent.tsx":"49","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/Text.tsx":"50","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/DwTable/index.tsx":"51","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/config.tsx":"52","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHeaderDefaultProps.ts":"53","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHideMoreTitle.tsx":"54","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/defaultRender.tsx":"55","/Users/hedongjie/Desktop/web/hw-component-table/src/components/typings.d.ts":"56","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useColData.tsx":"57","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useControl.tsx":"58","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/modal.ts":"59","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/RowItem.tsx":"60","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/Title.tsx":"61","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/hooks.ts":"62","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowRadioBoxSelection.tsx":"63","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/colsMk.tsx":"64"},{"size":1541,"mtime":1709541397429,"results":"65","hashOfConfig":"66"},{"size":741,"mtime":1713518829815,"results":"67","hashOfConfig":"66"},{"size":370,"mtime":1718160488742,"results":"68","hashOfConfig":"66"},{"size":887,"mtime":1724397613543,"results":"69","hashOfConfig":"66"},{"size":778,"mtime":1735036252848,"results":"70","hashOfConfig":"66"},{"size":3013,"mtime":1748494172686,"results":"71","hashOfConfig":"66"},{"size":952,"mtime":1721801509391,"results":"72","hashOfConfig":"66"},{"size":1468,"mtime":1742356516346,"results":"73","hashOfConfig":"66"},{"size":839,"mtime":1720086914276,"results":"74","hashOfConfig":"66"},{"size":1247,"mtime":1747982208974,"results":"75","hashOfConfig":"66"},{"size":5523,"mtime":1747982208992,"results":"76","hashOfConfig":"66"},{"size":1488,"mtime":1721801545279,"results":"77","hashOfConfig":"66"},{"size":4693,"mtime":1747982208957,"results":"78","hashOfConfig":"66"},{"size":2163,"mtime":1716085382140,"results":"79","hashOfConfig":"66"},{"size":1833,"mtime":1749110401479,"results":"80","hashOfConfig":"66"},{"size":1958,"mtime":1729582327153,"results":"81","hashOfConfig":"66"},{"size":209,"mtime":1713781957255,"results":"82","hashOfConfig":"66"},{"size":2879,"mtime":1734490699907,"results":"83","hashOfConfig":"66"},{"size":4809,"mtime":1749110401504,"results":"84","hashOfConfig":"66"},{"size":2108,"mtime":1742356516487,"results":"85","hashOfConfig":"66"},{"size":3518,"mtime":1740040940373,"results":"86","hashOfConfig":"66"},{"size":498,"mtime":1709893919938,"results":"87","hashOfConfig":"66"},{"size":3507,"mtime":1742356519961,"results":"88","hashOfConfig":"66"},{"size":1080,"mtime":1716085371834,"results":"89","hashOfConfig":"66"},{"size":1102,"mtime":1710829302576,"results":"90","hashOfConfig":"66"},{"size":1162,"mtime":1710829299926,"results":"91","hashOfConfig":"66"},{"size":2357,"mtime":1732161767681,"results":"92","hashOfConfig":"66"},{"size":1677,"mtime":1716085381973,"results":"93","hashOfConfig":"66"},{"size":2305,"mtime":1736738630509,"results":"94","hashOfConfig":"66"},{"size":696,"mtime":1720086914261,"results":"95","hashOfConfig":"66"},{"size":1684,"mtime":1720086914112,"results":"96","hashOfConfig":"66"},{"size":1437,"mtime":1720086914134,"results":"97","hashOfConfig":"66"},{"size":2987,"mtime":1720174044485,"results":"98","hashOfConfig":"66"},{"size":782,"mtime":1720174047079,"results":"99","hashOfConfig":"66"},{"size":479,"mtime":1720086914169,"results":"100","hashOfConfig":"66"},{"size":2324,"mtime":1749110401455,"results":"101","hashOfConfig":"66"},{"size":1208,"mtime":1716085371834,"results":"102","hashOfConfig":"66"},{"size":365,"mtime":1716085371835,"results":"103","hashOfConfig":"66"},{"size":665,"mtime":1720086917041,"results":"104","hashOfConfig":"66"},{"size":266,"mtime":1720086917041,"results":"105","hashOfConfig":"66"},{"size":2253,"mtime":1720086917041,"results":"106","hashOfConfig":"66"},{"size":3611,"mtime":1747982209014,"results":"107","hashOfConfig":"66"},{"size":3741,"mtime":1742812309066,"results":"108","hashOfConfig":"66"},{"size":813,"mtime":1726745370599,"results":"109","hashOfConfig":"66"},{"size":494,"mtime":1729582302142,"results":"110","hashOfConfig":"66"},{"size":2872,"mtime":1729582327027,"results":"111","hashOfConfig":"66"},{"size":2404,"mtime":1742356516230,"results":"112","hashOfConfig":"66"},{"size":1682,"mtime":1740108939664,"results":"113","hashOfConfig":"66"},{"size":948,"mtime":1747982208999,"results":"114","hashOfConfig":"66"},{"size":182,"mtime":1724397725474,"results":"115","hashOfConfig":"66"},{"size":3675,"mtime":1747982209033,"results":"116","hashOfConfig":"66"},{"size":703,"mtime":1740108942394,"results":"117","hashOfConfig":"66"},{"size":1071,"mtime":1740108939723,"results":"118","hashOfConfig":"66"},{"size":4477,"mtime":1740108942394,"results":"119","hashOfConfig":"66"},{"size":825,"mtime":1742356519961,"results":"120","hashOfConfig":"66"},{"size":269,"mtime":1695809104376,"results":"121","hashOfConfig":"66"},{"size":4038,"mtime":1747982208922,"results":"122","hashOfConfig":"66"},{"size":3223,"mtime":1747982211401,"results":"123","hashOfConfig":"66"},{"size":1380,"mtime":1742812312805,"results":"124","hashOfConfig":"66"},{"size":1433,"mtime":1747982208865,"results":"125","hashOfConfig":"66"},{"size":1824,"mtime":1747982211401,"results":"126","hashOfConfig":"66"},{"size":1687,"mtime":1747982211401,"results":"127","hashOfConfig":"66"},{"size":898,"mtime":1747982211401,"results":"128","hashOfConfig":"66"},{"size":1426,"mtime":1747982211401,"results":"129","hashOfConfig":"66"},{"filePath":"130","messages":"131","suppressedMessages":"132","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mh59l9",{"filePath":"133","messages":"134","suppressedMessages":"135","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"136","messages":"137","suppressedMessages":"138","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"139","messages":"140","suppressedMessages":"141","errorCount":0,"fatalErrorCount":0,"warningCount":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":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"148","messages":"149","suppressedMessages":"150","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"151","messages":"152","suppressedMessages":"153","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"154","messages":"155","suppressedMessages":"156","errorCount":0,"fatalErrorCount":0,"warningCount":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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"175","messages":"176","suppressedMessages":"177","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"178","messages":"179","suppressedMessages":"180","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"181","messages":"182","suppressedMessages":"183","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"184","messages":"185","suppressedMessages":"186","errorCount":0,"fatalErrorCount":0,"warningCount":20,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"193","messages":"194","suppressedMessages":"195","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"196","messages":"197","suppressedMessages":"198","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"199","messages":"200","suppressedMessages":"201","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"202","messages":"203","suppressedMessages":"204","errorCount":0,"fatalErrorCount":0,"warningCount":2,"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":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"211","messages":"212","suppressedMessages":"213","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"214","messages":"215","suppressedMessages":"216","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"223","messages":"224","suppressedMessages":"225","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"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":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"235","messages":"236","suppressedMessages":"237","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"238","messages":"239","suppressedMessages":"240","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"241","messages":"242","suppressedMessages":"243","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"253","messages":"254","suppressedMessages":"255","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"256","messages":"257","suppressedMessages":"258","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"274","messages":"275","suppressedMessages":"276","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"283","messages":"284","suppressedMessages":"285","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"292","messages":"293","suppressedMessages":"294","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"301","messages":"302","suppressedMessages":"303","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"304","messages":"305","suppressedMessages":"306","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"313","messages":"314","suppressedMessages":"315","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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},"/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",["322","323"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts",["324"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts",["325"],[],"/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",[],[],"/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",["326","327"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx",["328","329","330","331","332","333","334","335","336","337","338","339","340","341","342","343","344","345","346","347"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx",["348","349"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts",["350"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx",["351","352","353","354"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx",["355","356"],[],"/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",["357"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Title.tsx",["358"],[],"/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",["359","360"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx",["361"],[],"/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/HTableBody/Options/hooks.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/Context.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/utils.ts",["362","363"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/TagsComponent.tsx",["364","365"],[],"/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",["366","367","368"],[],"/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",["369","370","371","372"],[],"/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",["373","374","375","376","377","378"],[],"/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",["379","380","381","382"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useControl.tsx",["383","384"],[],"/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",["385"],[],"/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",[],[],{"ruleId":"386","severity":1,"message":"387","line":6,"column":10,"nodeType":"388","messageId":"389","endLine":6,"endColumn":15},{"ruleId":"386","severity":1,"message":"390","line":21,"column":3,"nodeType":"388","messageId":"389","endLine":21,"endColumn":12},{"ruleId":"391","severity":1,"message":"392","line":46,"column":6,"nodeType":"393","endLine":46,"endColumn":42,"suggestions":"394"},{"ruleId":"386","severity":1,"message":"395","line":2,"column":10,"nodeType":"388","messageId":"389","endLine":2,"endColumn":17},{"ruleId":"391","severity":1,"message":"396","line":55,"column":6,"nodeType":"393","endLine":55,"endColumn":18,"suggestions":"397"},{"ruleId":"391","severity":1,"message":"398","line":104,"column":6,"nodeType":"393","endLine":104,"endColumn":8,"suggestions":"399"},{"ruleId":"386","severity":1,"message":"400","line":4,"column":3,"nodeType":"388","messageId":"389","endLine":4,"endColumn":15},{"ruleId":"386","severity":1,"message":"401","line":5,"column":3,"nodeType":"388","messageId":"389","endLine":5,"endColumn":21},{"ruleId":"386","severity":1,"message":"402","line":6,"column":3,"nodeType":"388","messageId":"389","endLine":6,"endColumn":15},{"ruleId":"386","severity":1,"message":"403","line":8,"column":18,"nodeType":"388","messageId":"389","endLine":8,"endColumn":22},{"ruleId":"386","severity":1,"message":"404","line":8,"column":50,"nodeType":"388","messageId":"389","endLine":8,"endColumn":53},{"ruleId":"386","severity":1,"message":"405","line":11,"column":8,"nodeType":"388","messageId":"389","endLine":11,"endColumn":16},{"ruleId":"386","severity":1,"message":"406","line":13,"column":10,"nodeType":"388","messageId":"389","endLine":13,"endColumn":19},{"ruleId":"386","severity":1,"message":"407","line":15,"column":7,"nodeType":"388","messageId":"389","endLine":15,"endColumn":20},{"ruleId":"386","severity":1,"message":"408","line":15,"column":32,"nodeType":"388","messageId":"389","endLine":15,"endColumn":40},{"ruleId":"409","severity":1,"message":"410","line":27,"column":21,"nodeType":"388","messageId":"411","endLine":27,"endColumn":26},{"ruleId":"386","severity":1,"message":"412","line":37,"column":7,"nodeType":"388","messageId":"389","endLine":37,"endColumn":12},{"ruleId":"386","severity":1,"message":"413","line":52,"column":20,"nodeType":"388","messageId":"389","endLine":52,"endColumn":21},{"ruleId":"386","severity":1,"message":"414","line":52,"column":23,"nodeType":"388","messageId":"389","endLine":52,"endColumn":24},{"ruleId":"386","severity":1,"message":"415","line":69,"column":11,"nodeType":"388","messageId":"389","endLine":69,"endColumn":18},{"ruleId":"386","severity":1,"message":"416","line":69,"column":20,"nodeType":"388","messageId":"389","endLine":69,"endColumn":24},{"ruleId":"386","severity":1,"message":"417","line":89,"column":34,"nodeType":"388","messageId":"389","endLine":89,"endColumn":40},{"ruleId":"386","severity":1,"message":"418","line":96,"column":10,"nodeType":"388","messageId":"389","endLine":96,"endColumn":20},{"ruleId":"386","severity":1,"message":"419","line":96,"column":22,"nodeType":"388","messageId":"389","endLine":96,"endColumn":35},{"ruleId":"386","severity":1,"message":"420","line":102,"column":10,"nodeType":"388","messageId":"389","endLine":102,"endColumn":14},{"ruleId":"386","severity":1,"message":"421","line":102,"column":16,"nodeType":"388","messageId":"389","endLine":102,"endColumn":23},{"ruleId":"386","severity":1,"message":"422","line":25,"column":7,"nodeType":"388","messageId":"389","endLine":25,"endColumn":13},{"ruleId":"386","severity":1,"message":"417","line":41,"column":36,"nodeType":"388","messageId":"389","endLine":41,"endColumn":42},{"ruleId":"391","severity":1,"message":"423","line":13,"column":6,"nodeType":"393","endLine":13,"endColumn":17,"suggestions":"424"},{"ruleId":"386","severity":1,"message":"425","line":24,"column":7,"nodeType":"388","messageId":"389","endLine":24,"endColumn":11},{"ruleId":"386","severity":1,"message":"417","line":27,"column":32,"nodeType":"388","messageId":"389","endLine":27,"endColumn":38},{"ruleId":"386","severity":1,"message":"417","line":48,"column":32,"nodeType":"388","messageId":"389","endLine":48,"endColumn":38},{"ruleId":"386","severity":1,"message":"426","line":134,"column":9,"nodeType":"388","messageId":"389","endLine":134,"endColumn":21},{"ruleId":"391","severity":1,"message":"427","line":26,"column":6,"nodeType":"393","endLine":26,"endColumn":11,"suggestions":"428"},{"ruleId":"391","severity":1,"message":"427","line":34,"column":6,"nodeType":"393","endLine":34,"endColumn":8,"suggestions":"429"},{"ruleId":"391","severity":1,"message":"430","line":31,"column":6,"nodeType":"393","endLine":31,"endColumn":15,"suggestions":"431"},{"ruleId":"386","severity":1,"message":"432","line":20,"column":9,"nodeType":"388","messageId":"389","endLine":20,"endColumn":16},{"ruleId":"386","severity":1,"message":"433","line":1,"column":15,"nodeType":"388","messageId":"389","endLine":1,"endColumn":30},{"ruleId":"386","severity":1,"message":"434","line":3,"column":10,"nodeType":"388","messageId":"389","endLine":3,"endColumn":22},{"ruleId":"386","severity":1,"message":"404","line":1,"column":10,"nodeType":"388","messageId":"389","endLine":1,"endColumn":13},{"ruleId":"386","severity":1,"message":"435","line":22,"column":51,"nodeType":"388","messageId":"389","endLine":22,"endColumn":63},{"ruleId":"386","severity":1,"message":"436","line":22,"column":65,"nodeType":"388","messageId":"389","endLine":22,"endColumn":73},{"ruleId":"437","severity":1,"message":"438","line":82,"column":13,"nodeType":"439","messageId":"440","endLine":93,"endColumn":23},{"ruleId":"437","severity":1,"message":"438","line":104,"column":11,"nodeType":"439","messageId":"440","endLine":115,"endColumn":21},{"ruleId":"386","severity":1,"message":"441","line":15,"column":14,"nodeType":"388","messageId":"389","endLine":15,"endColumn":39},{"ruleId":"391","severity":1,"message":"442","line":19,"column":6,"nodeType":"393","endLine":19,"endColumn":8,"suggestions":"443"},{"ruleId":"391","severity":1,"message":"444","line":59,"column":6,"nodeType":"393","endLine":59,"endColumn":8,"suggestions":"445"},{"ruleId":"386","severity":1,"message":"425","line":24,"column":7,"nodeType":"388","messageId":"389","endLine":24,"endColumn":11},{"ruleId":"386","severity":1,"message":"417","line":27,"column":32,"nodeType":"388","messageId":"389","endLine":27,"endColumn":38},{"ruleId":"386","severity":1,"message":"417","line":48,"column":32,"nodeType":"388","messageId":"389","endLine":48,"endColumn":38},{"ruleId":"386","severity":1,"message":"426","line":149,"column":9,"nodeType":"388","messageId":"389","endLine":149,"endColumn":21},{"ruleId":"386","severity":1,"message":"446","line":19,"column":5,"nodeType":"388","messageId":"389","endLine":19,"endColumn":22},{"ruleId":"386","severity":1,"message":"447","line":20,"column":5,"nodeType":"388","messageId":"389","endLine":20,"endColumn":15},{"ruleId":"386","severity":1,"message":"448","line":21,"column":5,"nodeType":"388","messageId":"389","endLine":21,"endColumn":16},{"ruleId":"386","severity":1,"message":"449","line":22,"column":5,"nodeType":"388","messageId":"389","endLine":22,"endColumn":10},{"ruleId":"391","severity":1,"message":"450","line":160,"column":6,"nodeType":"393","endLine":160,"endColumn":42,"suggestions":"451"},{"ruleId":"391","severity":1,"message":"450","line":166,"column":6,"nodeType":"393","endLine":166,"endColumn":42,"suggestions":"452"},{"ruleId":"391","severity":1,"message":"453","line":80,"column":6,"nodeType":"393","endLine":80,"endColumn":39,"suggestions":"454"},{"ruleId":"391","severity":1,"message":"455","line":103,"column":6,"nodeType":"393","endLine":103,"endColumn":8,"suggestions":"456"},{"ruleId":"391","severity":1,"message":"457","line":108,"column":6,"nodeType":"393","endLine":108,"endColumn":17,"suggestions":"458"},{"ruleId":"391","severity":1,"message":"459","line":111,"column":6,"nodeType":"393","endLine":111,"endColumn":13,"suggestions":"460"},{"ruleId":"391","severity":1,"message":"461","line":106,"column":6,"nodeType":"393","endLine":106,"endColumn":40,"suggestions":"462"},{"ruleId":"391","severity":1,"message":"463","line":119,"column":6,"nodeType":"393","endLine":119,"endColumn":40,"suggestions":"464"},{"ruleId":"386","severity":1,"message":"465","line":11,"column":34,"nodeType":"388","messageId":"389","endLine":11,"endColumn":40},"@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",["466"],"'useMemo' is defined but never used.","React Hook useEffect has a missing dependency: 'localMaker'. Either include it or remove the dependency array.",["467"],"React Hook useEffect has missing dependencies: 'formInitValues', 'manual', 'reloadFn', 'request', and 'resultAction'. Either include them or remove the dependency array.",["468"],"'HTableConfig' is defined but never used.","'HTableHeaderSubBtn' is defined but never used.","'HTableHeader' is defined but never used.","'Card' is defined but never used.","'Row' 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.","'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.",["469"],"'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.",["470"],["471"],"React Hook useMemo has a missing dependency: 'titleClass'. Either include it or remove the dependency array.",["472"],"'allKeys' is assigned a value but never used.","'ConfigDataModal' is defined but never used.","'ColumnsState' is defined but never used.","'defaultValue' is assigned a value but never used.","'onChange' is assigned a value 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.",["473"],"React Hook useEffect has missing dependencies: 'dialogTableInstance', 'hide', and 'show'. Either include them or remove the dependency array.",["474"],"'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.",["475"],["476"],"React Hook useEffect has a missing dependency: 'changeConfigData'. Either include it or remove the dependency array.",["477"],"React Hook useMemo has a missing dependency: 'selfValue'. Either include it or remove the dependency array.",["478"],"React Hook useEffect has missing dependencies: 'columns' and 'tableInstance.table'. Either include them or remove the dependency array.",["479"],"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.",["480"],"React Hook useEffect has missing dependencies: 'findId' and 'rowOnChange'. Either include them or remove the dependency array.",["481"],"React Hook useMemo has missing dependencies: 'keys.length' and 'selectAll'. Either include them or remove the dependency array.",["482"],"'rowKey' is assigned a value but never used.",{"desc":"483","fix":"484"},{"desc":"485","fix":"486"},{"desc":"487","fix":"488"},{"desc":"489","fix":"490"},{"desc":"491","fix":"492"},{"desc":"493","fix":"494"},{"desc":"495","fix":"496"},{"desc":"497","fix":"498"},{"desc":"499","fix":"500"},{"desc":"501","fix":"502"},{"desc":"501","fix":"503"},{"desc":"504","fix":"505"},{"desc":"506","fix":"507"},{"desc":"508","fix":"509"},{"desc":"510","fix":"511"},{"desc":"512","fix":"513"},{"desc":"514","fix":"515"},"Update the dependencies array to be: [table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource]",{"range":"516","text":"517"},"Update the dependencies array to be: [dataSource, localMaker]",{"range":"518","text":"519"},"Update the dependencies array to be: [formInitValues, manual, reloadFn, request, resultAction]",{"range":"520","text":"521"},"Update the dependencies array to be: [className, config]",{"range":"522","text":"523"},"Update the dependencies array to be: [cuDom, dom]",{"range":"524","text":"525"},"Update the dependencies array to be: [cuDom]",{"range":"526","text":"527"},"Update the dependencies array to be: [columns, titleClass]",{"range":"528","text":"529"},"Update the dependencies array to be: [tableInstance]",{"range":"530","text":"531"},"Update the dependencies array to be: [dialogTableInstance, hide, show]",{"range":"532","text":"533"},"Update the dependencies array to be: [configData, searchSpan, headerOpen, mkNewFn]",{"range":"534","text":"535"},{"range":"536","text":"535"},"Update the dependencies array to be: [configData, table, rowSelection, changeConfigData]",{"range":"537","text":"538"},"Update the dependencies array to be: [selfValue]",{"range":"539","text":"540"},"Update the dependencies array to be: [columns, selfValue, tableInstance.table]",{"range":"541","text":"542"},"Update the dependencies array to be: [columnsState, value]",{"range":"543","text":"544"},"Update the dependencies array to be: [selectedRowKeys, records, rowKey, rowOnChange, findId]",{"range":"545","text":"546"},"Update the dependencies array to be: [alwaysShowAlert, keys.length, selectAll]",{"range":"547","text":"548"},[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]",[995,1004],"[columns, titleClass]",[483,485],"[tableInstance]",[1408,1410],"[dialogTableInstance, hide, show]",[4205,4241],"[configData, searchSpan, headerOpen, mkNewFn]",[4396,4432],[2792,2825],"[configData, table, rowSelection, changeConfigData]",[3395,3397],"[selfValue]",[3532,3543],"[columns, selfValue, tableInstance.table]",[3618,3625],"[columnsState, value]",[2835,2869],"[selectedRowKeys, records, rowKey, rowOnChange, findId]",[3183,3217],"[alwaysShowAlert, keys.length, selectAll]"]
|
|
@@ -45,7 +45,7 @@ var HeaderTitle = (function (_ref) {
|
|
|
45
45
|
var resizeFn = function resizeFn() {
|
|
46
46
|
setHeaderStyle();
|
|
47
47
|
};
|
|
48
|
-
window.addEventListener(
|
|
48
|
+
window.addEventListener("resize", resizeFn);
|
|
49
49
|
return function () {
|
|
50
50
|
window.removeEventListener("resize", resizeFn);
|
|
51
51
|
};
|
package/es/render/Text.d.ts
CHANGED
package/es/render/config.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ declare const _default: {
|
|
|
7
7
|
copy: (config: ConfigItemModal, itemData: any) => "-" | JSX.Element;
|
|
8
8
|
link: (config: ConfigItemModal, itemData: any) => "-" | JSX.Element;
|
|
9
9
|
text: (config: ConfigItemModal, itemData: any) => JSX.Element;
|
|
10
|
-
image: (config: ConfigItemModal, itemData: any) => JSX.Element;
|
|
10
|
+
image: (config: ConfigItemModal, itemData: any) => "-" | JSX.Element;
|
|
11
11
|
avatar: (config: ConfigItemModal, itemData: any) => JSX.Element;
|
|
12
12
|
};
|
|
13
13
|
export default _default;
|
package/es/render/config.js
CHANGED
|
@@ -133,9 +133,13 @@ var textRender = function textRender(config, itemData) {
|
|
|
133
133
|
var imageRender = function imageRender(config, itemData) {
|
|
134
134
|
var _config$valueTypeProp6 = config.valueTypeProps,
|
|
135
135
|
valueTypeProps = _config$valueTypeProp6 === void 0 ? {} : _config$valueTypeProp6;
|
|
136
|
+
var fallback = valueTypeProps.fallback;
|
|
136
137
|
var tableVal = getTableVal(config, itemData);
|
|
138
|
+
if (!fallback && tableVal === null) {
|
|
139
|
+
return "-";
|
|
140
|
+
}
|
|
137
141
|
return jsx(Image, _objectSpread({
|
|
138
|
-
src: tableVal,
|
|
142
|
+
src: tableVal || "",
|
|
139
143
|
width: 48
|
|
140
144
|
}, valueTypeProps));
|
|
141
145
|
};
|
|
@@ -48,7 +48,7 @@ var HeaderTitle = (function (_ref) {
|
|
|
48
48
|
var resizeFn = function resizeFn() {
|
|
49
49
|
setHeaderStyle();
|
|
50
50
|
};
|
|
51
|
-
window.addEventListener(
|
|
51
|
+
window.addEventListener("resize", resizeFn);
|
|
52
52
|
return function () {
|
|
53
53
|
window.removeEventListener("resize", resizeFn);
|
|
54
54
|
};
|
package/lib/render/Text.d.ts
CHANGED
package/lib/render/config.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ declare const _default: {
|
|
|
7
7
|
copy: (config: ConfigItemModal, itemData: any) => "-" | JSX.Element;
|
|
8
8
|
link: (config: ConfigItemModal, itemData: any) => "-" | JSX.Element;
|
|
9
9
|
text: (config: ConfigItemModal, itemData: any) => JSX.Element;
|
|
10
|
-
image: (config: ConfigItemModal, itemData: any) => JSX.Element;
|
|
10
|
+
image: (config: ConfigItemModal, itemData: any) => "-" | JSX.Element;
|
|
11
11
|
avatar: (config: ConfigItemModal, itemData: any) => JSX.Element;
|
|
12
12
|
};
|
|
13
13
|
export default _default;
|
package/lib/render/config.js
CHANGED
|
@@ -136,9 +136,13 @@ var textRender = function textRender(config, itemData) {
|
|
|
136
136
|
var imageRender = function imageRender(config, itemData) {
|
|
137
137
|
var _config$valueTypeProp6 = config.valueTypeProps,
|
|
138
138
|
valueTypeProps = _config$valueTypeProp6 === void 0 ? {} : _config$valueTypeProp6;
|
|
139
|
+
var fallback = valueTypeProps.fallback;
|
|
139
140
|
var tableVal = getTableVal(config, itemData);
|
|
141
|
+
if (!fallback && tableVal === null) {
|
|
142
|
+
return "-";
|
|
143
|
+
}
|
|
140
144
|
return jsxRuntime.jsx(antd.Image, _objectSpread({
|
|
141
|
-
src: tableVal,
|
|
145
|
+
src: tableVal || "",
|
|
142
146
|
width: 48
|
|
143
147
|
}, valueTypeProps));
|
|
144
148
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hw-component/table",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.81",
|
|
4
4
|
"description": "基于antd二次开发table组件",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"table"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@babel/preset-env": "^7.23.2",
|
|
41
41
|
"@babel/preset-react": "^7.18.6",
|
|
42
42
|
"@babel/preset-typescript": "^7.21.5",
|
|
43
|
-
"@hw-component/form": "
|
|
43
|
+
"@hw-component/form": "1.10.37",
|
|
44
44
|
"@rollup/plugin-babel": "^6.0.3",
|
|
45
45
|
"@rollup/plugin-commonjs": "^25.0.0",
|
|
46
46
|
"@rollup/plugin-image": "^3.0.3",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Row } from "antd";
|
|
2
2
|
import type { HTableBodyProps } from "../modal";
|
|
3
3
|
import type { DetailedReactHTMLElement } from "react";
|
|
4
|
-
import React, {useEffect, useLayoutEffect, useRef, useState} from "react";
|
|
4
|
+
import React, { useEffect, useLayoutEffect, useRef, useState } from "react";
|
|
5
5
|
import { useHTableContext } from "../../context";
|
|
6
6
|
import { useClassName } from "../../hooks";
|
|
7
7
|
interface IProps {
|
|
@@ -10,47 +10,46 @@ interface IProps {
|
|
|
10
10
|
rNode?: React.ReactNode;
|
|
11
11
|
}
|
|
12
12
|
export default ({ headerTitle, contentStyle, rNode }: IProps) => {
|
|
13
|
-
const { tableInstance, selectedRowData, rowOnChange, allSelectChange } =
|
|
14
|
-
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
|
|
19
|
-
});
|
|
13
|
+
const { tableInstance, selectedRowData, rowOnChange, allSelectChange } =
|
|
14
|
+
useHTableContext();
|
|
15
|
+
const bodyRef = useRef<any>();
|
|
16
|
+
const titleContentRef = useRef<any>();
|
|
17
|
+
const rightNodeRef = useRef<any>();
|
|
18
|
+
const [style, setStyle] = useState({});
|
|
20
19
|
const headerBox = useClassName("hw-table-header-title-box");
|
|
21
20
|
const headerBoxContent = useClassName("hw-table-header-title-box-content");
|
|
22
|
-
const titleClassname=useClassName("hw-table-header-title")
|
|
21
|
+
const titleClassname = useClassName("hw-table-header-title");
|
|
23
22
|
const rightNodeClassname = useClassName("hw-table-header-right-node");
|
|
24
|
-
const setHeaderStyle=()=>{
|
|
25
|
-
const headerWidth=bodyRef.current?.clientWidth||0;
|
|
26
|
-
const titleWidth=titleContentRef.current?.clientWidth||0;
|
|
27
|
-
const rightNodeWidth=rightNodeRef.current?.clientWidth||0;
|
|
28
|
-
if (rightNodeWidth+titleWidth>=headerWidth){
|
|
23
|
+
const setHeaderStyle = () => {
|
|
24
|
+
const headerWidth = bodyRef.current?.clientWidth || 0;
|
|
25
|
+
const titleWidth = titleContentRef.current?.clientWidth || 0;
|
|
26
|
+
const rightNodeWidth = rightNodeRef.current?.clientWidth || 0;
|
|
27
|
+
if (rightNodeWidth + titleWidth >= headerWidth) {
|
|
29
28
|
setStyle({
|
|
30
|
-
overflow:"auto"
|
|
29
|
+
overflow: "auto",
|
|
31
30
|
});
|
|
32
31
|
return;
|
|
33
32
|
}
|
|
34
33
|
setStyle({});
|
|
35
|
-
}
|
|
36
|
-
useLayoutEffect(()=>{
|
|
37
|
-
setHeaderStyle()
|
|
38
|
-
},[]);
|
|
39
|
-
useEffect(()=>{
|
|
40
|
-
const resizeFn=()=>{
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
window.addEventListener(
|
|
44
|
-
return ()=>{
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
},[]);
|
|
34
|
+
};
|
|
35
|
+
useLayoutEffect(() => {
|
|
36
|
+
setHeaderStyle();
|
|
37
|
+
}, []);
|
|
38
|
+
useEffect(() => {
|
|
39
|
+
const resizeFn = () => {
|
|
40
|
+
setHeaderStyle();
|
|
41
|
+
};
|
|
42
|
+
window.addEventListener("resize", resizeFn);
|
|
43
|
+
return () => {
|
|
44
|
+
window.removeEventListener("resize", resizeFn);
|
|
45
|
+
};
|
|
46
|
+
}, []);
|
|
48
47
|
if (!headerTitle && !rNode) {
|
|
49
48
|
return null;
|
|
50
49
|
}
|
|
51
50
|
|
|
52
51
|
return (
|
|
53
|
-
<div
|
|
52
|
+
<div ref={bodyRef} className={titleClassname} style={contentStyle}>
|
|
54
53
|
<div className={headerBox} style={style}>
|
|
55
54
|
<div className={headerBoxContent} ref={titleContentRef}>
|
|
56
55
|
{headerTitle &&
|
|
@@ -60,7 +59,11 @@ export default ({ headerTitle, contentStyle, rNode }: IProps) => {
|
|
|
60
59
|
)}
|
|
61
60
|
</div>
|
|
62
61
|
</div>
|
|
63
|
-
{rNode &&
|
|
62
|
+
{rNode && (
|
|
63
|
+
<div className={rightNodeClassname} ref={rightNodeRef}>
|
|
64
|
+
{rNode}
|
|
65
|
+
</div>
|
|
66
|
+
)}
|
|
64
67
|
</div>
|
|
65
68
|
);
|
|
66
69
|
};
|
|
@@ -114,8 +114,15 @@ const textRender = (config: ConfigItemModal, itemData: any) => {
|
|
|
114
114
|
};
|
|
115
115
|
const imageRender = (config: ConfigItemModal, itemData: any) => {
|
|
116
116
|
const { valueTypeProps = {} } = config;
|
|
117
|
+
const {fallback}=valueTypeProps;
|
|
117
118
|
const tableVal = getTableVal(config, itemData);
|
|
118
|
-
|
|
119
|
+
if (!fallback&&tableVal===null){
|
|
120
|
+
return "-"
|
|
121
|
+
}
|
|
122
|
+
return <Image src={tableVal||""}
|
|
123
|
+
width={48}
|
|
124
|
+
{...valueTypeProps}
|
|
125
|
+
/>;
|
|
119
126
|
};
|
|
120
127
|
const avatarRender = (config: ConfigItemModal, itemData: any) => {
|
|
121
128
|
const { valueTypeProps = {} } = config;
|
|
@@ -6,11 +6,11 @@ import {
|
|
|
6
6
|
HTableHeader,
|
|
7
7
|
} from "@/components";
|
|
8
8
|
import { Button, Card, Tooltip, Typography, Tag, Row, Space } from "antd";
|
|
9
|
-
import { HFormConfigProvider } from "@hw-component/form";
|
|
9
|
+
import { HFormConfigProvider, HRangePicker } from "@hw-component/form";
|
|
10
10
|
import { SettingOutlined } from "@ant-design/icons";
|
|
11
11
|
import ProTable from "@ant-design/pro-table";
|
|
12
12
|
import { useRequest } from "ahooks";
|
|
13
|
-
import { useState } from "react";
|
|
13
|
+
import { useEffect, useState } from "react";
|
|
14
14
|
|
|
15
15
|
const TagsComponent = ({ data, labelKey }) => {
|
|
16
16
|
const len = data?.length;
|
|
@@ -34,114 +34,43 @@ const TagsComponent = ({ data, labelKey }) => {
|
|
|
34
34
|
</>
|
|
35
35
|
);
|
|
36
36
|
};
|
|
37
|
-
|
|
37
|
+
const Testd = (props) => {
|
|
38
|
+
return (
|
|
39
|
+
<div>
|
|
40
|
+
<HRangePicker {...props} />
|
|
41
|
+
</div>
|
|
42
|
+
);
|
|
43
|
+
};
|
|
38
44
|
export const configData = [
|
|
39
|
-
{
|
|
40
|
-
title: "报警联系人名称",
|
|
41
|
-
width: 120,
|
|
42
|
-
dataIndex: ["name", "1"],
|
|
43
|
-
valueType: "text",
|
|
44
|
-
searchType: "rangePicker",
|
|
45
|
-
showSearch: true,
|
|
46
|
-
sorter: true,
|
|
47
|
-
filterMultiple: false,
|
|
48
|
-
filters: [
|
|
49
|
-
{ value: 1, text: "123" },
|
|
50
|
-
{ value: 2, text: "2222" },
|
|
51
|
-
],
|
|
52
|
-
valueTypeProps: {
|
|
53
|
-
ellipsis: {
|
|
54
|
-
tooltip: true,
|
|
55
|
-
},
|
|
56
|
-
},
|
|
57
|
-
},
|
|
58
45
|
{
|
|
59
46
|
title: "短信接收手机号",
|
|
60
47
|
dataIndex: "mobileList",
|
|
61
48
|
width: 120,
|
|
62
49
|
valueType: "tags",
|
|
50
|
+
searchType: "rangePicker",
|
|
63
51
|
showSearch: true,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
label: "name",
|
|
67
|
-
},
|
|
68
|
-
},
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
title: "id",
|
|
72
|
-
dataIndex: "id",
|
|
73
|
-
width: 120,
|
|
74
|
-
valueType: "copy",
|
|
75
|
-
sorter: (a, b) => {
|
|
76
|
-
const { id: aNum } = a;
|
|
77
|
-
const { id: bNum } = b;
|
|
78
|
-
return aNum - bNum;
|
|
79
|
-
},
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
title: "悠哉公众号openid",
|
|
83
|
-
dataIndex: "openidList",
|
|
84
|
-
width: 300,
|
|
85
|
-
render: (_: any, data) => {
|
|
86
|
-
const { openidList } = data;
|
|
87
|
-
return <TagsComponent data={openidList} />;
|
|
88
|
-
},
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
title: "升级规则",
|
|
92
|
-
dataIndex: "rule",
|
|
93
|
-
children: [
|
|
94
|
-
{
|
|
95
|
-
title: "邀请总人数",
|
|
96
|
-
dataIndex: "upInviteCount",
|
|
97
|
-
width: 100,
|
|
98
|
-
align: "center",
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
title: "订单笔数",
|
|
102
|
-
dataIndex: "upOrderCount",
|
|
103
|
-
width: 100,
|
|
104
|
-
align: "center",
|
|
105
|
-
},
|
|
106
|
-
],
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
title: "钉钉机器人",
|
|
110
|
-
dataIndex: "dingdingList",
|
|
111
|
-
width: 300,
|
|
112
|
-
render: (_: any, data) => {
|
|
113
|
-
const { dingdingList } = data;
|
|
114
|
-
const newList = dingdingList?.filter((item) => {
|
|
115
|
-
return typeof item !== "string";
|
|
116
|
-
});
|
|
117
|
-
return <TagsComponent data={newList} labelKey="webhook" />;
|
|
52
|
+
shouldUpdate: (p, c) => {
|
|
53
|
+
return true;
|
|
118
54
|
},
|
|
119
55
|
},
|
|
120
56
|
{
|
|
121
|
-
title: "
|
|
57
|
+
title: "图片",
|
|
58
|
+
dataIndex: "img",
|
|
122
59
|
width: 120,
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
index: number,
|
|
129
|
-
tableInstance: HTableInstance
|
|
130
|
-
) => {
|
|
131
|
-
return <div />;
|
|
132
|
-
},
|
|
60
|
+
valueType: "image",
|
|
61
|
+
valueTypeProps:{
|
|
62
|
+
fallback:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMIAAADDCAYAAADQvc6UAAABRWlDQ1BJQ0MgUHJvZmlsZQAAKJFjYGASSSwoyGFhYGDIzSspCnJ3UoiIjFJgf8LAwSDCIMogwMCcmFxc4BgQ4ANUwgCjUcG3awyMIPqyLsis7PPOq3QdDFcvjV3jOD1boQVTPQrgSkktTgbSf4A4LbmgqISBgTEFyFYuLykAsTuAbJEioKOA7DkgdjqEvQHEToKwj4DVhAQ5A9k3gGyB5IxEoBmML4BsnSQk8XQkNtReEOBxcfXxUQg1Mjc0dyHgXNJBSWpFCYh2zi+oLMpMzyhRcASGUqqCZ16yno6CkYGRAQMDKMwhqj/fAIcloxgHQqxAjIHBEugw5sUIsSQpBobtQPdLciLEVJYzMPBHMDBsayhILEqEO4DxG0txmrERhM29nYGBddr//5/DGRjYNRkY/l7////39v///y4Dmn+LgeHANwDrkl1AuO+pmgAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAwqADAAQAAAABAAAAwwAAAAD9b/HnAAAHlklEQVR4Ae3dP3PTWBSGcbGzM6GCKqlIBRV0dHRJFarQ0eUT8LH4BnRU0NHR0UEFVdIlFRV7TzRksomPY8uykTk/zewQfKw/9znv4yvJynLv4uLiV2dBoDiBf4qP3/ARuCRABEFAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghgg0Aj8i0JO4OzsrPv69Wv+hi2qPHr0qNvf39+iI97soRIh4f3z58/u7du3SXX7Xt7Z2enevHmzfQe+oSN2apSAPj09TSrb+XKI/f379+08+A0cNRE2ANkupk+ACNPvkSPcAAEibACyXUyfABGm3yNHuAECRNgAZLuYPgEirKlHu7u7XdyytGwHAd8jjNyng4OD7vnz51dbPT8/7z58+NB9+/bt6jU/TI+AGWHEnrx48eJ/EsSmHzx40L18+fLyzxF3ZVMjEyDCiEDjMYZZS5wiPXnyZFbJaxMhQIQRGzHvWR7XCyOCXsOmiDAi1HmPMMQjDpbpEiDCiL358eNHurW/5SnWdIBbXiDCiA38/Pnzrce2YyZ4//59F3ePLNMl4PbpiL2J0L979+7yDtHDhw8vtzzvdGnEXdvUigSIsCLAWavHp/+qM0BcXMd/q25n1vF57TYBp0a3mUzilePj4+7k5KSLb6gt6ydAhPUzXnoPR0dHl79WGTNCfBnn1uvSCJdegQhLI1vvCk+fPu2ePXt2tZOYEV6/fn31dz+shwAR1sP1cqvLntbEN9MxA9xcYjsxS1jWR4AIa2Ibzx0tc44fYX/16lV6NDFLXH+YL32jwiACRBiEbf5KcXoTIsQSpzXx4N28Ja4BQoK7rgXiydbHjx/P25TaQAJEGAguWy0+2Q8PD6/Ki4R8EVl+bzBOnZY95fq9rj9zAkTI2SxdidBHqG9+skdw43borCXO/ZcJdraPWdv22uIEiLA4q7nvvCug8WTqzQveOH26fodo7g6uFe/a17W3+nFBAkRYENRdb1vkkz1CH9cPsVy/jrhr27PqMYvENYNlHAIesRiBYwRy0V+8iXP8+/fvX11Mr7L7ECueb/r48eMqm7FuI2BGWDEG8cm+7G3NEOfmdcTQw4h9/55lhm7DekRYKQPZF2ArbXTAyu4kDYB2YxUzwg0gi/41ztHnfQG26HbGel/crVrm7tNY+/1btkOEAZ2M05r4FB7r9GbAIdxaZYrHdOsgJ/wCEQY0J74TmOKnbxxT9n3FgGGWWsVdowHtjt9Nnvf7yQM2aZU/TIAIAxrw6dOnAWtZZcoEnBpNuTuObWMEiLAx1HY0ZQJEmHJ3HNvGCBBhY6jtaMoEiJB0Z29vL6ls58vxPcO8/zfrdo5qvKO+d3Fx8Wu8zf1dW4p/cPzLly/dtv9Ts/EbcvGAHhHyfBIhZ6NSiIBTo0LNNtScABFyNiqFCBChULMNNSdAhJyNSiECRCjUbEPNCRAhZ6NSiAARCjXbUHMCRMjZqBQiQIRCzTbUnAARcjYqhQgQoVCzDTUnQIScjUohAkQo1GxDzQkQIWejUogAEQo121BzAkTI2agUIkCEQs021JwAEXI2KoUIEKFQsw01J0CEnI1KIQJEKNRsQ80JECFno1KIABEKNdtQcwJEyNmoFCJAhELNNtScABFyNiqFCBChULMNNSdAhJyNSiECRCjUbEPNCRAhZ6NSiAARCjXbUHMCRMjZqBQiQIRCzTbUnAARcjYqhQgQoVCzDTUnQIScjUohAkQo1GxDzQkQIWejUogAEQo121BzAkTI2agUIkCEQs021JwAEXI2KoUIEKFQsw01J0CEnI1KIQJEKNRsQ80JECFno1KIABEKNdtQcwJEyNmoFCJAhELNNtScABFyNiqFCBChULMNNSdAhJyNSiECRCjUbEPNCRAhZ6NSiAARCjXbUHMCRMjZqBQiQIRCzTbUnAARcjYqhQgQoVCzDTUnQIScjUohAkQo1GxDzQkQIWejUogAEQo121BzAkTI2agUIkCEQs021JwAEXI2KoUIEKFQsw01J0CEnI1KIQJEKNRsQ80JECFno1KIABEKNdtQcwJEyNmoFCJAhELNNtScABFyNiqFCBChULMNNSdAhJyNSiEC/wGgKKC4YMA4TAAAAABJRU5ErkJggg=="
|
|
63
|
+
|
|
64
|
+
}
|
|
133
65
|
},
|
|
134
66
|
];
|
|
135
|
-
const Test = ({ name, selectedRowData }) => {
|
|
136
|
-
console.log(selectedRowData);
|
|
137
|
-
return <div>{name}</div>;
|
|
138
|
-
};
|
|
139
67
|
const maker = (name) => {
|
|
140
68
|
const data = [];
|
|
141
69
|
for (let i = 0; i < 100; i += 1) {
|
|
142
70
|
data.push({
|
|
143
71
|
name,
|
|
144
72
|
id: i,
|
|
73
|
+
img:""
|
|
145
74
|
});
|
|
146
75
|
}
|
|
147
76
|
return data;
|
|
@@ -185,7 +114,6 @@ export default () => {
|
|
|
185
114
|
return (
|
|
186
115
|
<HFormConfigProvider>
|
|
187
116
|
<div>
|
|
188
|
-
<HTableHeader configData={[]} />
|
|
189
117
|
<div
|
|
190
118
|
onClick={() => {
|
|
191
119
|
console.log(hTable.table.getTableSourceData());
|
|
@@ -220,9 +148,10 @@ export default () => {
|
|
|
220
148
|
persistenceType: "localStorage",
|
|
221
149
|
}}
|
|
222
150
|
formInitValues={{
|
|
223
|
-
|
|
151
|
+
deviceType: "1",
|
|
224
152
|
}}
|
|
225
153
|
request={(params) => {
|
|
154
|
+
console.log(params, "params");
|
|
226
155
|
return Promise.resolve({
|
|
227
156
|
current: 1,
|
|
228
157
|
records: maker(`第${100}页`),
|