@hw-component/table 1.10.0 → 1.10.2
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/DialogTable/Content.js +2 -2
- package/es/EditTable/hooks.d.ts +4 -4
- package/es/EditTable/index.d.ts +2 -2
- package/es/EditTable/index.js +3 -3
- package/es/EditTable/modal.d.ts +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/modal.d.ts +3 -3
- package/lib/EditTable/hooks.d.ts +4 -4
- package/lib/EditTable/index.d.ts +2 -2
- package/lib/EditTable/index.js +3 -3
- package/lib/EditTable/modal.d.ts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/modal.d.ts +3 -3
- package/package.json +2 -2
- package/src/components/DialogTable/Content.tsx +2 -2
- package/src/components/EditTable/hooks.ts +4 -4
- package/src/components/EditTable/index.tsx +4 -4
- package/src/components/EditTable/modal.ts +7 -6
- package/src/components/index.tsx +1 -1
- package/src/components/modal.ts +3 -3
- package/src/pages/EditTable/index.tsx +15 -13
- package/src/pages/ModalEditTable/index.tsx +13 -16
package/.eslintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/Users/hedongjie/Desktop/web/hw-component-table/src/Layout.tsx":"1","/Users/hedongjie/Desktop/web/hw-component-table/src/app.tsx":"2","/Users/hedongjie/Desktop/web/hw-component-table/src/index.tsx":"3","/Users/hedongjie/Desktop/web/hw-component-table/src/routes.tsx":"4","/Users/hedongjie/Desktop/web/hw-component-table/src/components/index.tsx":"5","/Users/hedongjie/Desktop/web/hw-component-table/src/components/Table.tsx":"6","/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts":"7","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts":"8","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx":"9","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts":"10","/Users/hedongjie/Desktop/web/hw-component-table/src/components/modal.ts":"11","/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx":"12","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx":"13","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableFooter/index.tsx":"14","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/index.tsx":"15","/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableCustomize.tsx":"16","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useDispatch.ts":"17","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useReq.ts":"18","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx":"19","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx":"20","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx":"21","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts":"22","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx":"23","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx":"24","/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx":"25","/Users/hedongjie/Desktop/web/hw-component-table/src/typings.d.ts":"26","/Users/hedongjie/Desktop/web/hw-component-table/scripts/rollup.config.js":"27","/Users/hedongjie/Desktop/web/hw-component-table/scripts/webpack.config.js":"28","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultSubComponent.tsx":"29","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/modal.ts":"30","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Content.tsx":"31","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Title.tsx":"32","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/index.tsx":"33","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/modal.d.ts":"34","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/utils.ts":"35","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx":"36","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/RangePickerSearch.tsx":"37","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx":"38","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/Context.tsx":"39","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/utils.ts":"40","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/TagsComponent.tsx":"41","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/config.tsx":"42","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/index.tsx":"43","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/Content.tsx":"44","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/DwTable.tsx":"45","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/ModalTable.tsx":"46","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/hooks.ts":"47","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/CopyComponent.tsx":"48","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/Text.tsx":"49","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/DwTable/index.tsx":"50","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/config.tsx":"51","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHeaderDefaultProps.ts":"52","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHideMoreTitle.tsx":"53","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/defaultRender.tsx":"54","/Users/hedongjie/Desktop/web/hw-component-table/src/components/typings.d.ts":"55","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useColData.tsx":"56","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useControl.tsx":"57","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/modal.ts":"58","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/RowItem.tsx":"59","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/Title.tsx":"60","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/hooks.ts":"61","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowRadioBoxSelection.tsx":"62","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/colsMk.tsx":"63","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useRowClassName.ts":"64","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/hooks.ts":"65","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/ContentTree.tsx":"66","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/hooks.tsx":"67","/Users/hedongjie/Desktop/web/hw-component-table/src/components/EditTable/index.tsx":"68","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/EditTable/index.tsx":"69","/Users/hedongjie/Desktop/web/hw-component-table/src/components/EditTable/modal.ts":"70","/Users/hedongjie/Desktop/web/hw-component-table/src/components/EditTable/hooks.ts":"71","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/ModalEditTable.tsx":"72","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalEditTable/index.tsx":"73","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/DwEditTable.tsx":"74"},{"size":1541,"mtime":1709541397429,"results":"75","hashOfConfig":"76"},{"size":741,"mtime":1713518829815,"results":"77","hashOfConfig":"76"},{"size":370,"mtime":1718160488742,"results":"78","hashOfConfig":"76"},{"size":1166,"mtime":1757563184460,"results":"79","hashOfConfig":"76"},{"size":974,"mtime":1757572768455,"results":"80","hashOfConfig":"76"},{"size":2965,"mtime":1757557908341,"results":"81","hashOfConfig":"76"},{"size":952,"mtime":1753408707856,"results":"82","hashOfConfig":"76"},{"size":1468,"mtime":1742356516346,"results":"83","hashOfConfig":"76"},{"size":839,"mtime":1720086914276,"results":"84","hashOfConfig":"76"},{"size":1238,"mtime":1754040767140,"results":"85","hashOfConfig":"76"},{"size":6011,"mtime":1757573108159,"results":"86","hashOfConfig":"76"},{"size":1553,"mtime":1757499241533,"results":"87","hashOfConfig":"76"},{"size":5016,"mtime":1757499241484,"results":"88","hashOfConfig":"76"},{"size":2163,"mtime":1716085382140,"results":"89","hashOfConfig":"76"},{"size":1795,"mtime":1755506783896,"results":"90","hashOfConfig":"76"},{"size":1958,"mtime":1729582327153,"results":"91","hashOfConfig":"76"},{"size":209,"mtime":1713781957255,"results":"92","hashOfConfig":"76"},{"size":2879,"mtime":1755507160873,"results":"93","hashOfConfig":"76"},{"size":8785,"mtime":1756895926499,"results":"94","hashOfConfig":"76"},{"size":2108,"mtime":1742356516487,"results":"95","hashOfConfig":"76"},{"size":3612,"mtime":1757499241517,"results":"96","hashOfConfig":"76"},{"size":498,"mtime":1709893919938,"results":"97","hashOfConfig":"76"},{"size":3507,"mtime":1742356519961,"results":"98","hashOfConfig":"76"},{"size":1080,"mtime":1716085371834,"results":"99","hashOfConfig":"76"},{"size":1102,"mtime":1710829302576,"results":"100","hashOfConfig":"76"},{"size":1162,"mtime":1710829299926,"results":"101","hashOfConfig":"76"},{"size":2357,"mtime":1732161767681,"results":"102","hashOfConfig":"76"},{"size":1677,"mtime":1716085381973,"results":"103","hashOfConfig":"76"},{"size":2305,"mtime":1755507209478,"results":"104","hashOfConfig":"76"},{"size":696,"mtime":1755506797481,"results":"105","hashOfConfig":"76"},{"size":3213,"mtime":1754986009647,"results":"106","hashOfConfig":"76"},{"size":1436,"mtime":1754981101603,"results":"107","hashOfConfig":"76"},{"size":3028,"mtime":1754981101630,"results":"108","hashOfConfig":"76"},{"size":874,"mtime":1754981101637,"results":"109","hashOfConfig":"76"},{"size":1121,"mtime":1754981101654,"results":"110","hashOfConfig":"76"},{"size":1737,"mtime":1754040770056,"results":"111","hashOfConfig":"76"},{"size":1208,"mtime":1716085371834,"results":"112","hashOfConfig":"76"},{"size":365,"mtime":1716085371835,"results":"113","hashOfConfig":"76"},{"size":266,"mtime":1720086917041,"results":"114","hashOfConfig":"76"},{"size":2419,"mtime":1753408857019,"results":"115","hashOfConfig":"76"},{"size":3637,"mtime":1756374321419,"results":"116","hashOfConfig":"76"},{"size":3846,"mtime":1751334228715,"results":"117","hashOfConfig":"76"},{"size":814,"mtime":1757319292583,"results":"118","hashOfConfig":"76"},{"size":1030,"mtime":1757575073353,"results":"119","hashOfConfig":"76"},{"size":2887,"mtime":1757562440476,"results":"120","hashOfConfig":"76"},{"size":2419,"mtime":1757562440503,"results":"121","hashOfConfig":"76"},{"size":1901,"mtime":1757569414093,"results":"122","hashOfConfig":"76"},{"size":948,"mtime":1747982208999,"results":"123","hashOfConfig":"76"},{"size":182,"mtime":1724397725474,"results":"124","hashOfConfig":"76"},{"size":3676,"mtime":1757563145042,"results":"125","hashOfConfig":"76"},{"size":703,"mtime":1740108942394,"results":"126","hashOfConfig":"76"},{"size":1071,"mtime":1740108939723,"results":"127","hashOfConfig":"76"},{"size":4477,"mtime":1740108942394,"results":"128","hashOfConfig":"76"},{"size":1037,"mtime":1757499241461,"results":"129","hashOfConfig":"76"},{"size":269,"mtime":1695809104376,"results":"130","hashOfConfig":"76"},{"size":4160,"mtime":1754981101686,"results":"131","hashOfConfig":"76"},{"size":3223,"mtime":1747982211401,"results":"132","hashOfConfig":"76"},{"size":1521,"mtime":1757499241492,"results":"133","hashOfConfig":"76"},{"size":1301,"mtime":1754040770056,"results":"134","hashOfConfig":"76"},{"size":1824,"mtime":1747982211401,"results":"135","hashOfConfig":"76"},{"size":1702,"mtime":1754040770056,"results":"136","hashOfConfig":"76"},{"size":733,"mtime":1754040770056,"results":"137","hashOfConfig":"76"},{"size":1426,"mtime":1747982211401,"results":"138","hashOfConfig":"76"},{"size":1314,"mtime":1753408860358,"results":"139","hashOfConfig":"76"},{"size":1423,"mtime":1754040770056,"results":"140","hashOfConfig":"76"},{"size":932,"mtime":1754986009664,"results":"141","hashOfConfig":"76"},{"size":2146,"mtime":1754986009679,"results":"142","hashOfConfig":"76"},{"size":3342,"mtime":1757575191500,"results":"143","hashOfConfig":"76"},{"size":1553,"mtime":1757574561861,"results":"144","hashOfConfig":"76"},{"size":950,"mtime":1757562440527,"results":"145","hashOfConfig":"76"},{"size":1909,"mtime":1757574522249,"results":"146","hashOfConfig":"76"},{"size":2553,"mtime":1757569414060,"results":"147","hashOfConfig":"76"},{"size":1903,"mtime":1757575207124,"results":"148","hashOfConfig":"76"},{"size":2991,"mtime":1757575045250,"results":"149","hashOfConfig":"76"},{"filePath":"150","messages":"151","suppressedMessages":"152","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mh59l9",{"filePath":"153","messages":"154","suppressedMessages":"155","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"156","messages":"157","suppressedMessages":"158","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"159","messages":"160","suppressedMessages":"161","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"162","messages":"163","suppressedMessages":"164","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"165","messages":"166","suppressedMessages":"167","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"168","messages":"169","suppressedMessages":"170","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"171","messages":"172","suppressedMessages":"173","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"174","messages":"175","suppressedMessages":"176","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"177","messages":"178","suppressedMessages":"179","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"180","messages":"181","suppressedMessages":"182","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":1,"source":null},{"filePath":"183","messages":"184","suppressedMessages":"185","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":1,"source":null},{"filePath":"186","messages":"187","suppressedMessages":"188","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"189","messages":"190","suppressedMessages":"191","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"192","messages":"193","suppressedMessages":"194","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"195","messages":"196","suppressedMessages":"197","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"198","messages":"199","suppressedMessages":"200","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"201","messages":"202","suppressedMessages":"203","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"204","messages":"205","suppressedMessages":"206","errorCount":0,"fatalErrorCount":0,"warningCount":23,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"207","messages":"208","suppressedMessages":"209","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"210","messages":"211","suppressedMessages":"212","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"213","messages":"214","suppressedMessages":"215","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"216","messages":"217","suppressedMessages":"218","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"219","messages":"220","suppressedMessages":"221","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"222","messages":"223","suppressedMessages":"224","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"225","messages":"226","suppressedMessages":"227","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"228","messages":"229","suppressedMessages":"230","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"231","messages":"232","suppressedMessages":"233","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"234","messages":"235","suppressedMessages":"236","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"237","messages":"238","suppressedMessages":"239","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"240","messages":"241","suppressedMessages":"242","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"243","messages":"244","suppressedMessages":"245","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"246","messages":"247","suppressedMessages":"248","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"249","messages":"250","suppressedMessages":"251","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"252","messages":"253","suppressedMessages":"254","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"255","messages":"256","suppressedMessages":"257","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"258","messages":"259","suppressedMessages":"260","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"261","messages":"262","suppressedMessages":"263","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"264","messages":"265","suppressedMessages":"266","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"267","messages":"268","suppressedMessages":"269","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"270","messages":"271","suppressedMessages":"272","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"273","messages":"274","suppressedMessages":"275","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"276","messages":"277","suppressedMessages":"278","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"279","messages":"280","suppressedMessages":"281","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":1,"source":null},{"filePath":"282","messages":"283","suppressedMessages":"284","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"285","messages":"286","suppressedMessages":"287","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"288","messages":"289","suppressedMessages":"290","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"291","messages":"292","suppressedMessages":"293","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"294","messages":"295","suppressedMessages":"296","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"297","messages":"298","suppressedMessages":"299","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"300","messages":"301","suppressedMessages":"302","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"303","messages":"304","suppressedMessages":"305","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"306","messages":"307","suppressedMessages":"308","errorCount":0,"fatalErrorCount":0,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"309","messages":"310","suppressedMessages":"311","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"312","messages":"313","suppressedMessages":"314","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"315","messages":"316","suppressedMessages":"317","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"318","messages":"319","suppressedMessages":"320","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"321","messages":"322","suppressedMessages":"323","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":1,"source":null},{"filePath":"324","messages":"325","suppressedMessages":"326","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"327","messages":"328","suppressedMessages":"329","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"330","messages":"331","suppressedMessages":"332","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"333","messages":"334","suppressedMessages":"335","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"336","messages":"337","suppressedMessages":"338","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"339","messages":"340","suppressedMessages":"341","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"342","messages":"343","suppressedMessages":"344","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"345","messages":"346","suppressedMessages":"347","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"348","messages":"349","suppressedMessages":"350","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"351","messages":"352","suppressedMessages":"353","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":1,"source":null},{"filePath":"354","messages":"355","suppressedMessages":"356","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"357","messages":"358","suppressedMessages":"359","errorCount":0,"fatalErrorCount":0,"warningCount":5,"fixableErrorCount":0,"fixableWarningCount":5,"source":null},{"filePath":"360","messages":"361","suppressedMessages":"362","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":3,"source":null},{"filePath":"363","messages":"364","suppressedMessages":"365","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":1,"source":null},{"filePath":"366","messages":"367","suppressedMessages":"368","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"369","messages":"370","suppressedMessages":"371","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":1,"source":null},"/Users/hedongjie/Desktop/web/hw-component-table/src/Layout.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/app.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/routes.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/Table.tsx",["372"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts",["373"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/modal.ts",["374"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx",["375"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx",["376"],[],"/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",["377","378"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx",["379","380","381","382","383","384","385","386","387","388","389","390","391","392","393","394","395","396","397","398","399","400","401"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx",["402","403"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts",["404"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx",["405","406","407","408"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx",["409","410"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/typings.d.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/scripts/rollup.config.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/scripts/webpack.config.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultSubComponent.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/modal.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Content.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Title.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/modal.d.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/utils.ts",["411"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx",["412"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/RangePickerSearch.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/Context.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/utils.ts",["413","414","415","416"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/TagsComponent.tsx",["417","418"],[],"/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",["419"],[],"/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",["420","421","422"],[],"/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",["423","424","425","426"],[],"/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",["427","428","429","430","431","432"],[],"/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",["433","434","435","436"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useControl.tsx",["437","438"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/modal.ts",["439"],[],"/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",["440"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/hooks.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowRadioBoxSelection.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/colsMk.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useRowClassName.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/hooks.ts",["441","442","443"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/ContentTree.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/hooks.tsx",["444","445","446","447"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/EditTable/index.tsx",["448","449","450"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/EditTable/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/EditTable/modal.ts",["451","452","453","454","455"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/EditTable/hooks.ts",["456","457","458"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/ModalEditTable.tsx",["459"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalEditTable/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/DwEditTable.tsx",["460"],[],{"ruleId":"461","severity":1,"message":"462","line":21,"column":3,"nodeType":"463","messageId":"464","endLine":21,"endColumn":12},{"ruleId":"465","severity":1,"message":"466","line":46,"column":6,"nodeType":"467","endLine":46,"endColumn":42,"suggestions":"468"},{"ruleId":"469","severity":1,"message":"470","line":16,"column":1,"nodeType":"471","messageId":"472","endLine":16,"endColumn":52,"fix":"473"},{"ruleId":"469","severity":1,"message":"470","line":2,"column":1,"nodeType":"471","messageId":"472","endLine":6,"endColumn":18,"fix":"474"},{"ruleId":"461","severity":1,"message":"475","line":47,"column":5,"nodeType":"463","messageId":"464","endLine":47,"endColumn":17},{"ruleId":"465","severity":1,"message":"476","line":55,"column":6,"nodeType":"467","endLine":55,"endColumn":18,"suggestions":"477"},{"ruleId":"465","severity":1,"message":"478","line":104,"column":6,"nodeType":"467","endLine":104,"endColumn":8,"suggestions":"479"},{"ruleId":"461","severity":1,"message":"480","line":5,"column":3,"nodeType":"463","messageId":"464","endLine":5,"endColumn":21},{"ruleId":"461","severity":1,"message":"481","line":6,"column":3,"nodeType":"463","messageId":"464","endLine":6,"endColumn":15},{"ruleId":"461","severity":1,"message":"482","line":10,"column":3,"nodeType":"463","messageId":"464","endLine":10,"endColumn":7},{"ruleId":"461","severity":1,"message":"483","line":11,"column":3,"nodeType":"463","messageId":"464","endLine":11,"endColumn":10},{"ruleId":"461","severity":1,"message":"484","line":14,"column":3,"nodeType":"463","messageId":"464","endLine":14,"endColumn":6},{"ruleId":"461","severity":1,"message":"485","line":16,"column":3,"nodeType":"463","messageId":"464","endLine":16,"endColumn":8},{"ruleId":"461","severity":1,"message":"486","line":19,"column":10,"nodeType":"463","messageId":"464","endLine":19,"endColumn":25},{"ruleId":"461","severity":1,"message":"487","line":20,"column":8,"nodeType":"463","messageId":"464","endLine":20,"endColumn":16},{"ruleId":"461","severity":1,"message":"488","line":22,"column":10,"nodeType":"463","messageId":"464","endLine":22,"endColumn":19},{"ruleId":"461","severity":1,"message":"489","line":24,"column":7,"nodeType":"463","messageId":"464","endLine":24,"endColumn":20},{"ruleId":"461","severity":1,"message":"490","line":24,"column":32,"nodeType":"463","messageId":"464","endLine":24,"endColumn":40},{"ruleId":"491","severity":1,"message":"492","line":36,"column":21,"nodeType":"463","messageId":"493","endLine":36,"endColumn":26},{"ruleId":"461","severity":1,"message":"494","line":46,"column":7,"nodeType":"463","messageId":"464","endLine":46,"endColumn":12},{"ruleId":"461","severity":1,"message":"495","line":86,"column":20,"nodeType":"463","messageId":"464","endLine":86,"endColumn":21},{"ruleId":"461","severity":1,"message":"496","line":86,"column":23,"nodeType":"463","messageId":"464","endLine":86,"endColumn":24},{"ruleId":"461","severity":1,"message":"497","line":131,"column":7,"nodeType":"463","messageId":"464","endLine":131,"endColumn":12},{"ruleId":"461","severity":1,"message":"498","line":145,"column":11,"nodeType":"463","messageId":"464","endLine":145,"endColumn":18},{"ruleId":"461","severity":1,"message":"499","line":145,"column":20,"nodeType":"463","messageId":"464","endLine":145,"endColumn":24},{"ruleId":"461","severity":1,"message":"500","line":165,"column":34,"nodeType":"463","messageId":"464","endLine":165,"endColumn":40},{"ruleId":"461","severity":1,"message":"501","line":172,"column":10,"nodeType":"463","messageId":"464","endLine":172,"endColumn":20},{"ruleId":"461","severity":1,"message":"502","line":172,"column":22,"nodeType":"463","messageId":"464","endLine":172,"endColumn":35},{"ruleId":"461","severity":1,"message":"503","line":178,"column":10,"nodeType":"463","messageId":"464","endLine":178,"endColumn":14},{"ruleId":"461","severity":1,"message":"504","line":178,"column":16,"nodeType":"463","messageId":"464","endLine":178,"endColumn":23},{"ruleId":"461","severity":1,"message":"505","line":25,"column":7,"nodeType":"463","messageId":"464","endLine":25,"endColumn":13},{"ruleId":"461","severity":1,"message":"500","line":41,"column":36,"nodeType":"463","messageId":"464","endLine":41,"endColumn":42},{"ruleId":"465","severity":1,"message":"506","line":13,"column":6,"nodeType":"467","endLine":13,"endColumn":17,"suggestions":"507"},{"ruleId":"461","severity":1,"message":"508","line":24,"column":7,"nodeType":"463","messageId":"464","endLine":24,"endColumn":11},{"ruleId":"461","severity":1,"message":"500","line":27,"column":32,"nodeType":"463","messageId":"464","endLine":27,"endColumn":38},{"ruleId":"461","severity":1,"message":"500","line":48,"column":32,"nodeType":"463","messageId":"464","endLine":48,"endColumn":38},{"ruleId":"461","severity":1,"message":"509","line":134,"column":9,"nodeType":"463","messageId":"464","endLine":134,"endColumn":21},{"ruleId":"465","severity":1,"message":"510","line":26,"column":6,"nodeType":"467","endLine":26,"endColumn":11,"suggestions":"511"},{"ruleId":"465","severity":1,"message":"510","line":34,"column":6,"nodeType":"467","endLine":34,"endColumn":8,"suggestions":"512"},{"ruleId":"461","severity":1,"message":"513","line":3,"column":10,"nodeType":"463","messageId":"464","endLine":3,"endColumn":22},{"ruleId":"461","severity":1,"message":"514","line":3,"column":10,"nodeType":"463","messageId":"464","endLine":3,"endColumn":25},{"ruleId":"461","severity":1,"message":"515","line":22,"column":51,"nodeType":"463","messageId":"464","endLine":22,"endColumn":63},{"ruleId":"461","severity":1,"message":"516","line":22,"column":65,"nodeType":"463","messageId":"464","endLine":22,"endColumn":73},{"ruleId":"517","severity":1,"message":"518","line":94,"column":11,"nodeType":"463","messageId":"519","endLine":94,"endColumn":25},{"ruleId":"461","severity":1,"message":"520","line":94,"column":11,"nodeType":"463","messageId":"464","endLine":94,"endColumn":25},{"ruleId":"521","severity":1,"message":"522","line":82,"column":13,"nodeType":"523","messageId":"524","endLine":93,"endColumn":23},{"ruleId":"521","severity":1,"message":"522","line":104,"column":11,"nodeType":"523","messageId":"524","endLine":115,"endColumn":21},{"ruleId":"469","severity":1,"message":"470","line":4,"column":1,"nodeType":"471","messageId":"472","endLine":4,"endColumn":63,"fix":"525"},{"ruleId":"461","severity":1,"message":"526","line":15,"column":14,"nodeType":"463","messageId":"464","endLine":15,"endColumn":39},{"ruleId":"465","severity":1,"message":"527","line":19,"column":6,"nodeType":"467","endLine":19,"endColumn":8,"suggestions":"528"},{"ruleId":"465","severity":1,"message":"529","line":70,"column":6,"nodeType":"467","endLine":70,"endColumn":8,"suggestions":"530"},{"ruleId":"461","severity":1,"message":"508","line":25,"column":7,"nodeType":"463","messageId":"464","endLine":25,"endColumn":11},{"ruleId":"461","severity":1,"message":"500","line":28,"column":32,"nodeType":"463","messageId":"464","endLine":28,"endColumn":38},{"ruleId":"461","severity":1,"message":"500","line":49,"column":32,"nodeType":"463","messageId":"464","endLine":49,"endColumn":38},{"ruleId":"461","severity":1,"message":"509","line":150,"column":9,"nodeType":"463","messageId":"464","endLine":150,"endColumn":21},{"ruleId":"461","severity":1,"message":"531","line":19,"column":5,"nodeType":"463","messageId":"464","endLine":19,"endColumn":22},{"ruleId":"461","severity":1,"message":"532","line":20,"column":5,"nodeType":"463","messageId":"464","endLine":20,"endColumn":15},{"ruleId":"461","severity":1,"message":"533","line":21,"column":5,"nodeType":"463","messageId":"464","endLine":21,"endColumn":16},{"ruleId":"461","severity":1,"message":"534","line":22,"column":5,"nodeType":"463","messageId":"464","endLine":22,"endColumn":10},{"ruleId":"465","severity":1,"message":"535","line":160,"column":6,"nodeType":"467","endLine":160,"endColumn":42,"suggestions":"536"},{"ruleId":"465","severity":1,"message":"535","line":166,"column":6,"nodeType":"467","endLine":166,"endColumn":42,"suggestions":"537"},{"ruleId":"465","severity":1,"message":"538","line":80,"column":6,"nodeType":"467","endLine":80,"endColumn":39,"suggestions":"539"},{"ruleId":"465","severity":1,"message":"540","line":109,"column":6,"nodeType":"467","endLine":109,"endColumn":8,"suggestions":"541"},{"ruleId":"465","severity":1,"message":"542","line":114,"column":6,"nodeType":"467","endLine":114,"endColumn":17,"suggestions":"543"},{"ruleId":"465","severity":1,"message":"544","line":117,"column":6,"nodeType":"467","endLine":117,"endColumn":13,"suggestions":"545"},{"ruleId":"465","severity":1,"message":"546","line":106,"column":6,"nodeType":"467","endLine":106,"endColumn":40,"suggestions":"547"},{"ruleId":"465","severity":1,"message":"548","line":119,"column":6,"nodeType":"467","endLine":119,"endColumn":40,"suggestions":"549"},{"ruleId":"469","severity":1,"message":"470","line":5,"column":1,"nodeType":"471","messageId":"472","endLine":13,"endColumn":19,"fix":"550"},{"ruleId":"461","severity":1,"message":"551","line":11,"column":34,"nodeType":"463","messageId":"464","endLine":11,"endColumn":40},{"ruleId":"465","severity":1,"message":"552","line":30,"column":6,"nodeType":"467","endLine":30,"endColumn":8,"suggestions":"553"},{"ruleId":"465","severity":1,"message":"554","line":39,"column":6,"nodeType":"467","endLine":39,"endColumn":8,"suggestions":"555"},{"ruleId":"465","severity":1,"message":"556","line":50,"column":6,"nodeType":"467","endLine":50,"endColumn":8,"suggestions":"557"},{"ruleId":"461","severity":1,"message":"488","line":1,"column":17,"nodeType":"463","messageId":"464","endLine":1,"endColumn":26},{"ruleId":"461","severity":1,"message":"558","line":1,"column":37,"nodeType":"463","messageId":"464","endLine":1,"endColumn":45},{"ruleId":"461","severity":1,"message":"559","line":2,"column":23,"nodeType":"463","messageId":"464","endLine":2,"endColumn":32},{"ruleId":"465","severity":1,"message":"560","line":58,"column":6,"nodeType":"467","endLine":58,"endColumn":15,"suggestions":"561"},{"ruleId":"469","severity":1,"message":"470","line":2,"column":1,"nodeType":"471","messageId":"472","endLine":2,"endColumn":42,"fix":"562"},{"ruleId":"461","severity":1,"message":"563","line":19,"column":3,"nodeType":"463","messageId":"464","endLine":19,"endColumn":21},{"ruleId":"461","severity":1,"message":"564","line":87,"column":23,"nodeType":"463","messageId":"464","endLine":87,"endColumn":28},{"ruleId":"469","severity":1,"message":"470","line":1,"column":1,"nodeType":"471","messageId":"472","endLine":1,"endColumn":92,"fix":"565"},{"ruleId":"469","severity":1,"message":"470","line":2,"column":1,"nodeType":"471","messageId":"472","endLine":2,"endColumn":55,"fix":"566"},{"ruleId":"469","severity":1,"message":"470","line":3,"column":1,"nodeType":"471","messageId":"472","endLine":3,"endColumn":56,"fix":"567"},{"ruleId":"469","severity":1,"message":"470","line":4,"column":1,"nodeType":"471","messageId":"472","endLine":4,"endColumn":61,"fix":"568"},{"ruleId":"469","severity":1,"message":"470","line":5,"column":1,"nodeType":"471","messageId":"472","endLine":5,"endColumn":63,"fix":"569"},{"ruleId":"469","severity":1,"message":"470","line":2,"column":1,"nodeType":"471","messageId":"472","endLine":2,"endColumn":42,"fix":"570"},{"ruleId":"469","severity":1,"message":"571","line":3,"column":1,"nodeType":"471","messageId":"572","endLine":3,"endColumn":59,"fix":"573"},{"ruleId":"469","severity":1,"message":"470","line":5,"column":1,"nodeType":"471","messageId":"472","endLine":5,"endColumn":91,"fix":"574"},{"ruleId":"469","severity":1,"message":"470","line":5,"column":1,"nodeType":"471","messageId":"472","endLine":5,"endColumn":63,"fix":"575"},{"ruleId":"469","severity":1,"message":"470","line":7,"column":1,"nodeType":"471","messageId":"472","endLine":7,"endColumn":63,"fix":"576"},"@typescript-eslint/no-unused-vars","'spaceSize' is assigned a value but never used.","Identifier","unusedVar","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",["577"],"@typescript-eslint/consistent-type-imports","All imports in the declaration are only used as types. Use `import type`.","ImportDeclaration","typeOverValue",{"range":"578","text":"579"},{"range":"580","text":"579"},"'rowClassName' is assigned a value but never used.","React Hook useEffect has a missing dependency: 'localMaker'. Either include it or remove the dependency array.",["581"],"React Hook useEffect has missing dependencies: 'formInitValues', 'manual', 'reloadFn', 'request', and 'resultAction'. Either include them or remove the dependency array.",["582"],"'HTableHeaderSubBtn' is defined but never used.","'HTableHeader' is defined but never used.","'Card' is defined but never used.","'Tooltip' is defined but never used.","'Row' is defined but never used.","'Table' is defined but never used.","'SettingOutlined' is defined but never used.","'ProTable' is defined but never used.","'useEffect' is defined but never used.","'TagsComponent' is assigned a value but never used.","'labelKey' is defined but never used.","react/no-array-index-key","Do not use Array index in keys","noArrayIndex","'Testd' is assigned a value but never used.","'p' is defined but never used.","'c' is defined but never used.","'maker' is assigned a value but never used.","'loading' is assigned a value but never used.","'data' is assigned a value but never used.","'reject' is defined but never used.","'dataSource' is assigned a value but never used.","'setDataSource' is assigned a value but never used.","'keys' is assigned a value but never used.","'setKeys' is assigned a value but never used.","'AddBtn' is assigned a value but never used.","React Hook useMemo has a missing dependency: 'config'. Either include it or remove the dependency array.",["583"],"'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.",["584"],["585"],"'ColumnsState' is defined but never used.","'useLayoutEffect' is defined but never used.","'defaultValue' is assigned a value but never used.","'onChange' is assigned a value but never used.","@typescript-eslint/no-empty-interface","An empty interface is equivalent to `{}`.","noEmpty","'RowItemFnModal' is defined but never used.","react/jsx-key","Missing \"key\" prop for element in iterator","JSXElement","missingIterKey",{"range":"586","text":"579"},"'params' is defined but never used.","React Hook useMemo has a missing dependency: 'tableInstance'. Either include it or remove the dependency array.",["587"],"React Hook useEffect has missing dependencies: 'dialogTableInstance', 'hide', and 'show'. Either include them or remove the dependency array.",["588"],"'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.",["589"],["590"],"React Hook useEffect has a missing dependency: 'changeConfigData'. Either include it or remove the dependency array.",["591"],"React Hook useMemo has a missing dependency: 'selfValue'. Either include it or remove the dependency array.",["592"],"React Hook useEffect has missing dependencies: 'columns' and 'tableInstance.table'. Either include them or remove the dependency array.",["593"],"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.",["594"],"React Hook useEffect has missing dependencies: 'findId' and 'rowOnChange'. Either include them or remove the dependency array.",["595"],"React Hook useMemo has missing dependencies: 'keys.length' and 'selectAll'. Either include them or remove the dependency array.",["596"],{"range":"597","text":"579"},"'rowKey' is assigned a value but never used.","React Hook useLayoutEffect has a missing dependency: 'setHeaderStyle'. Either include it or remove the dependency array.",["598"],"React Hook useEffect has a missing dependency: 'setHeaderStyle'. Either include it or remove the dependency array.",["599"],"React Hook useEffect has missing dependencies: 'setHeaderStyle' and 'titleContentRef'. Either include them or remove the dependency array.",["600"],"'useState' is defined but never used.","'ItemProps' is defined but never used.","React Hook useMemo has missing dependencies: 'matchKey' and 'titleClass'. Either include them or remove the dependency array.",["601"],{"range":"602","text":"579"},"'defaultRecordValue' is assigned a value but never used.","'index' is assigned a value but never used.",{"range":"603","text":"579"},{"range":"604","text":"579"},{"range":"605","text":"579"},{"range":"606","text":"579"},{"range":"607","text":"579"},{"range":"608","text":"579"},"Import \"MutableRefObject\" is only used as types.","aImportIsOnlyTypes",{"range":"609","text":"610"},{"range":"611","text":"579"},{"range":"612","text":"579"},{"range":"613","text":"579"},{"desc":"614","fix":"615"},[636,636]," type",[49,49],{"desc":"616","fix":"617"},{"desc":"618","fix":"619"},{"desc":"620","fix":"621"},{"desc":"622","fix":"623"},{"desc":"624","fix":"625"},[137,137],{"desc":"626","fix":"627"},{"desc":"628","fix":"629"},{"desc":"630","fix":"631"},{"desc":"630","fix":"632"},{"desc":"633","fix":"634"},{"desc":"635","fix":"636"},{"desc":"637","fix":"638"},{"desc":"639","fix":"640"},{"desc":"641","fix":"642"},{"desc":"643","fix":"644"},[214,214],{"desc":"645","fix":"646"},{"desc":"645","fix":"647"},{"desc":"648","fix":"649"},{"desc":"650","fix":"651"},[64,64],[6,6],[98,98],[153,153],[209,209],[270,270],[43,43],[79,105],"import type { MutableRefObject} from \"react\";\nimport {",[201,201],[201,201],[291,291],"Update the dependencies array to be: [table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource]",{"range":"652","text":"653"},"Update the dependencies array to be: [dataSource, localMaker]",{"range":"654","text":"655"},"Update the dependencies array to be: [formInitValues, manual, reloadFn, request, resultAction]",{"range":"656","text":"657"},"Update the dependencies array to be: [className, config]",{"range":"658","text":"659"},"Update the dependencies array to be: [cuDom, dom]",{"range":"660","text":"661"},"Update the dependencies array to be: [cuDom]",{"range":"662","text":"663"},"Update the dependencies array to be: [tableInstance]",{"range":"664","text":"665"},"Update the dependencies array to be: [dialogTableInstance, hide, show]",{"range":"666","text":"667"},"Update the dependencies array to be: [configData, searchSpan, headerOpen, mkNewFn]",{"range":"668","text":"669"},{"range":"670","text":"669"},"Update the dependencies array to be: [configData, table, rowSelection, changeConfigData]",{"range":"671","text":"672"},"Update the dependencies array to be: [selfValue]",{"range":"673","text":"674"},"Update the dependencies array to be: [columns, selfValue, tableInstance.table]",{"range":"675","text":"676"},"Update the dependencies array to be: [columnsState, value]",{"range":"677","text":"678"},"Update the dependencies array to be: [selectedRowKeys, records, rowKey, rowOnChange, findId]",{"range":"679","text":"680"},"Update the dependencies array to be: [alwaysShowAlert, keys.length, selectAll]",{"range":"681","text":"682"},"Update the dependencies array to be: [setHeaderStyle]",{"range":"683","text":"684"},{"range":"685","text":"684"},"Update the dependencies array to be: [setHeaderStyle, titleContentRef]",{"range":"686","text":"687"},"Update the dependencies array to be: [columns, matchKey, titleClass]",{"range":"688","text":"689"},[1426,1462],"[table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource]",[1540,1552],"[dataSource, localMaker]",[2666,2668],"[formInitValues, manual, reloadFn, request, resultAction]",[481,492],"[className, config]",[825,830],"[cuDom, dom]",[1021,1023],"[cuDom]",[483,485],"[tableInstance]",[1627,1629],"[dialogTableInstance, hide, show]",[4205,4241],"[configData, searchSpan, headerOpen, mkNewFn]",[4396,4432],[2792,2825],"[configData, table, rowSelection, changeConfigData]",[3500,3502],"[selfValue]",[3637,3648],"[columns, selfValue, tableInstance.table]",[3723,3730],"[columnsState, value]",[2835,2869],"[selectedRowKeys, records, rowKey, rowOnChange, findId]",[3183,3217],"[alwaysShowAlert, keys.length, selectAll]",[887,889],"[setHeaderStyle]",[1106,1108],[1399,1401],"[setHeaderStyle, titleContentRef]",[1713,1722],"[columns, matchKey, titleClass]"]
|
|
1
|
+
[{"/Users/hedongjie/Desktop/web/hw-component-table/src/Layout.tsx":"1","/Users/hedongjie/Desktop/web/hw-component-table/src/app.tsx":"2","/Users/hedongjie/Desktop/web/hw-component-table/src/index.tsx":"3","/Users/hedongjie/Desktop/web/hw-component-table/src/routes.tsx":"4","/Users/hedongjie/Desktop/web/hw-component-table/src/components/index.tsx":"5","/Users/hedongjie/Desktop/web/hw-component-table/src/components/Table.tsx":"6","/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts":"7","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts":"8","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx":"9","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts":"10","/Users/hedongjie/Desktop/web/hw-component-table/src/components/modal.ts":"11","/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx":"12","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx":"13","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableFooter/index.tsx":"14","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/index.tsx":"15","/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableCustomize.tsx":"16","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useDispatch.ts":"17","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useReq.ts":"18","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx":"19","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx":"20","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx":"21","/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts":"22","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx":"23","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx":"24","/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx":"25","/Users/hedongjie/Desktop/web/hw-component-table/src/typings.d.ts":"26","/Users/hedongjie/Desktop/web/hw-component-table/scripts/rollup.config.js":"27","/Users/hedongjie/Desktop/web/hw-component-table/scripts/webpack.config.js":"28","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultSubComponent.tsx":"29","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/modal.ts":"30","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Content.tsx":"31","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Title.tsx":"32","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/index.tsx":"33","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/modal.d.ts":"34","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/utils.ts":"35","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx":"36","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/RangePickerSearch.tsx":"37","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx":"38","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/Context.tsx":"39","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/utils.ts":"40","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/TagsComponent.tsx":"41","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/config.tsx":"42","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/index.tsx":"43","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/Content.tsx":"44","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/DwTable.tsx":"45","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/ModalTable.tsx":"46","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/hooks.ts":"47","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/CopyComponent.tsx":"48","/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/Text.tsx":"49","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/DwTable/index.tsx":"50","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/config.tsx":"51","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHeaderDefaultProps.ts":"52","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/hooks/useHideMoreTitle.tsx":"53","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/defaultRender.tsx":"54","/Users/hedongjie/Desktop/web/hw-component-table/src/components/typings.d.ts":"55","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useColData.tsx":"56","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useControl.tsx":"57","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/modal.ts":"58","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/RowItem.tsx":"59","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/Title.tsx":"60","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/hooks.ts":"61","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowRadioBoxSelection.tsx":"62","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/colsMk.tsx":"63","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useRowClassName.ts":"64","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/hooks.ts":"65","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/ContentTree.tsx":"66","/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/hooks.tsx":"67","/Users/hedongjie/Desktop/web/hw-component-table/src/components/EditTable/index.tsx":"68","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/EditTable/index.tsx":"69","/Users/hedongjie/Desktop/web/hw-component-table/src/components/EditTable/modal.ts":"70","/Users/hedongjie/Desktop/web/hw-component-table/src/components/EditTable/hooks.ts":"71","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/ModalEditTable.tsx":"72","/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalEditTable/index.tsx":"73","/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/DwEditTable.tsx":"74"},{"size":1541,"mtime":1709541397429,"results":"75","hashOfConfig":"76"},{"size":741,"mtime":1713518829815,"results":"77","hashOfConfig":"76"},{"size":370,"mtime":1718160488742,"results":"78","hashOfConfig":"76"},{"size":1166,"mtime":1757563184460,"results":"79","hashOfConfig":"76"},{"size":975,"mtime":1757582700094,"results":"80","hashOfConfig":"76"},{"size":2965,"mtime":1757557908341,"results":"81","hashOfConfig":"76"},{"size":952,"mtime":1753408707856,"results":"82","hashOfConfig":"76"},{"size":1468,"mtime":1742356516346,"results":"83","hashOfConfig":"76"},{"size":839,"mtime":1720086914276,"results":"84","hashOfConfig":"76"},{"size":1238,"mtime":1754040767140,"results":"85","hashOfConfig":"76"},{"size":6011,"mtime":1757573108159,"results":"86","hashOfConfig":"76"},{"size":1553,"mtime":1757499241533,"results":"87","hashOfConfig":"76"},{"size":5016,"mtime":1757499241484,"results":"88","hashOfConfig":"76"},{"size":2163,"mtime":1716085382140,"results":"89","hashOfConfig":"76"},{"size":1795,"mtime":1755506783896,"results":"90","hashOfConfig":"76"},{"size":1958,"mtime":1729582327153,"results":"91","hashOfConfig":"76"},{"size":209,"mtime":1713781957255,"results":"92","hashOfConfig":"76"},{"size":2879,"mtime":1755507160873,"results":"93","hashOfConfig":"76"},{"size":8785,"mtime":1756895926499,"results":"94","hashOfConfig":"76"},{"size":2108,"mtime":1742356516487,"results":"95","hashOfConfig":"76"},{"size":3612,"mtime":1757499241517,"results":"96","hashOfConfig":"76"},{"size":498,"mtime":1709893919938,"results":"97","hashOfConfig":"76"},{"size":3507,"mtime":1742356519961,"results":"98","hashOfConfig":"76"},{"size":1080,"mtime":1716085371834,"results":"99","hashOfConfig":"76"},{"size":1102,"mtime":1710829302576,"results":"100","hashOfConfig":"76"},{"size":1162,"mtime":1710829299926,"results":"101","hashOfConfig":"76"},{"size":2357,"mtime":1732161767681,"results":"102","hashOfConfig":"76"},{"size":1677,"mtime":1716085381973,"results":"103","hashOfConfig":"76"},{"size":2305,"mtime":1755507209478,"results":"104","hashOfConfig":"76"},{"size":696,"mtime":1755506797481,"results":"105","hashOfConfig":"76"},{"size":3213,"mtime":1754986009647,"results":"106","hashOfConfig":"76"},{"size":1436,"mtime":1754981101603,"results":"107","hashOfConfig":"76"},{"size":3028,"mtime":1754981101630,"results":"108","hashOfConfig":"76"},{"size":874,"mtime":1754981101637,"results":"109","hashOfConfig":"76"},{"size":1121,"mtime":1754981101654,"results":"110","hashOfConfig":"76"},{"size":1737,"mtime":1754040770056,"results":"111","hashOfConfig":"76"},{"size":1208,"mtime":1716085371834,"results":"112","hashOfConfig":"76"},{"size":365,"mtime":1716085371835,"results":"113","hashOfConfig":"76"},{"size":266,"mtime":1720086917041,"results":"114","hashOfConfig":"76"},{"size":2419,"mtime":1753408857019,"results":"115","hashOfConfig":"76"},{"size":3637,"mtime":1756374321419,"results":"116","hashOfConfig":"76"},{"size":3846,"mtime":1751334228715,"results":"117","hashOfConfig":"76"},{"size":814,"mtime":1757319292583,"results":"118","hashOfConfig":"76"},{"size":1032,"mtime":1757582784592,"results":"119","hashOfConfig":"76"},{"size":2887,"mtime":1757562440476,"results":"120","hashOfConfig":"76"},{"size":2419,"mtime":1757562440503,"results":"121","hashOfConfig":"76"},{"size":1901,"mtime":1757569414093,"results":"122","hashOfConfig":"76"},{"size":948,"mtime":1747982208999,"results":"123","hashOfConfig":"76"},{"size":182,"mtime":1724397725474,"results":"124","hashOfConfig":"76"},{"size":3676,"mtime":1757563145042,"results":"125","hashOfConfig":"76"},{"size":703,"mtime":1740108942394,"results":"126","hashOfConfig":"76"},{"size":1071,"mtime":1740108939723,"results":"127","hashOfConfig":"76"},{"size":4477,"mtime":1740108942394,"results":"128","hashOfConfig":"76"},{"size":1037,"mtime":1757499241461,"results":"129","hashOfConfig":"76"},{"size":269,"mtime":1695809104376,"results":"130","hashOfConfig":"76"},{"size":4160,"mtime":1754981101686,"results":"131","hashOfConfig":"76"},{"size":3223,"mtime":1747982211401,"results":"132","hashOfConfig":"76"},{"size":1521,"mtime":1757499241492,"results":"133","hashOfConfig":"76"},{"size":1301,"mtime":1754040770056,"results":"134","hashOfConfig":"76"},{"size":1824,"mtime":1747982211401,"results":"135","hashOfConfig":"76"},{"size":1702,"mtime":1754040770056,"results":"136","hashOfConfig":"76"},{"size":733,"mtime":1754040770056,"results":"137","hashOfConfig":"76"},{"size":1426,"mtime":1747982211401,"results":"138","hashOfConfig":"76"},{"size":1314,"mtime":1753408860358,"results":"139","hashOfConfig":"76"},{"size":1423,"mtime":1754040770056,"results":"140","hashOfConfig":"76"},{"size":932,"mtime":1754986009664,"results":"141","hashOfConfig":"76"},{"size":2146,"mtime":1754986009679,"results":"142","hashOfConfig":"76"},{"size":3363,"mtime":1757584471799,"results":"143","hashOfConfig":"76"},{"size":1496,"mtime":1757584471817,"results":"144","hashOfConfig":"76"},{"size":950,"mtime":1757562440527,"results":"145","hashOfConfig":"76"},{"size":1909,"mtime":1757574522249,"results":"146","hashOfConfig":"76"},{"size":2553,"mtime":1757569414060,"results":"147","hashOfConfig":"76"},{"size":1746,"mtime":1757584471829,"results":"148","hashOfConfig":"76"},{"size":2991,"mtime":1757575045250,"results":"149","hashOfConfig":"76"},{"filePath":"150","messages":"151","suppressedMessages":"152","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mh59l9",{"filePath":"153","messages":"154","suppressedMessages":"155","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"156","messages":"157","suppressedMessages":"158","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"159","messages":"160","suppressedMessages":"161","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"162","messages":"163","suppressedMessages":"164","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"165","messages":"166","suppressedMessages":"167","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"168","messages":"169","suppressedMessages":"170","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"171","messages":"172","suppressedMessages":"173","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"174","messages":"175","suppressedMessages":"176","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"177","messages":"178","suppressedMessages":"179","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"180","messages":"181","suppressedMessages":"182","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":1,"source":null},{"filePath":"183","messages":"184","suppressedMessages":"185","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":1,"source":null},{"filePath":"186","messages":"187","suppressedMessages":"188","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"189","messages":"190","suppressedMessages":"191","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"192","messages":"193","suppressedMessages":"194","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"195","messages":"196","suppressedMessages":"197","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"198","messages":"199","suppressedMessages":"200","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"201","messages":"202","suppressedMessages":"203","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"204","messages":"205","suppressedMessages":"206","errorCount":0,"fatalErrorCount":0,"warningCount":23,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"207","messages":"208","suppressedMessages":"209","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"210","messages":"211","suppressedMessages":"212","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"213","messages":"214","suppressedMessages":"215","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"216","messages":"217","suppressedMessages":"218","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"219","messages":"220","suppressedMessages":"221","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"222","messages":"223","suppressedMessages":"224","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"225","messages":"226","suppressedMessages":"227","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"228","messages":"229","suppressedMessages":"230","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"231","messages":"232","suppressedMessages":"233","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"234","messages":"235","suppressedMessages":"236","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"237","messages":"238","suppressedMessages":"239","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"240","messages":"241","suppressedMessages":"242","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"243","messages":"244","suppressedMessages":"245","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"246","messages":"247","suppressedMessages":"248","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"249","messages":"250","suppressedMessages":"251","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"252","messages":"253","suppressedMessages":"254","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"255","messages":"256","suppressedMessages":"257","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"258","messages":"259","suppressedMessages":"260","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"261","messages":"262","suppressedMessages":"263","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"264","messages":"265","suppressedMessages":"266","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"267","messages":"268","suppressedMessages":"269","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"270","messages":"271","suppressedMessages":"272","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"273","messages":"274","suppressedMessages":"275","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"276","messages":"277","suppressedMessages":"278","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"279","messages":"280","suppressedMessages":"281","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":1,"source":null},{"filePath":"282","messages":"283","suppressedMessages":"284","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"285","messages":"286","suppressedMessages":"287","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"288","messages":"289","suppressedMessages":"290","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"291","messages":"292","suppressedMessages":"293","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"294","messages":"295","suppressedMessages":"296","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"297","messages":"298","suppressedMessages":"299","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"300","messages":"301","suppressedMessages":"302","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"303","messages":"304","suppressedMessages":"305","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"306","messages":"307","suppressedMessages":"308","errorCount":0,"fatalErrorCount":0,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"309","messages":"310","suppressedMessages":"311","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"312","messages":"313","suppressedMessages":"314","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"315","messages":"316","suppressedMessages":"317","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"318","messages":"319","suppressedMessages":"320","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"321","messages":"322","suppressedMessages":"323","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":1,"source":null},{"filePath":"324","messages":"325","suppressedMessages":"326","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"327","messages":"328","suppressedMessages":"329","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"330","messages":"331","suppressedMessages":"332","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"333","messages":"334","suppressedMessages":"335","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"336","messages":"337","suppressedMessages":"338","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"339","messages":"340","suppressedMessages":"341","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"342","messages":"343","suppressedMessages":"344","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"345","messages":"346","suppressedMessages":"347","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"348","messages":"349","suppressedMessages":"350","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"351","messages":"352","suppressedMessages":"353","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":1,"source":null},{"filePath":"354","messages":"355","suppressedMessages":"356","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"357","messages":"358","suppressedMessages":"359","errorCount":0,"fatalErrorCount":0,"warningCount":5,"fixableErrorCount":0,"fixableWarningCount":5,"source":null},{"filePath":"360","messages":"361","suppressedMessages":"362","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":3,"source":null},{"filePath":"363","messages":"364","suppressedMessages":"365","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":1,"source":null},{"filePath":"366","messages":"367","suppressedMessages":"368","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"369","messages":"370","suppressedMessages":"371","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":1,"source":null},"/Users/hedongjie/Desktop/web/hw-component-table/src/Layout.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/app.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/routes.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/Table.tsx",["372"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/context.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useCurrentTable.ts",["373"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useHTable.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/useRowObj.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/modal.ts",["374"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/TableConfig.tsx",["375"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/index.tsx",["376"],[],"/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",["377","378"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/Table/index.tsx",["379","380","381","382","383","384","385","386","387","388","389","390","391","392","393","394","395","396","397","398","399","400","401"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/TableCustomize/index.tsx",["402","403"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTablePagination/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/hooks/index.ts",["404"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalTable/index.tsx",["405","406","407","408"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/AlertMsg.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/GoTop/index.tsx",["409","410"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/typings.d.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/scripts/rollup.config.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/scripts/webpack.config.js",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultSubComponent.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/modal.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Content.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/Title.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/index.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/modal.d.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/utils.ts",["411"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/index.tsx",["412"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/RangePickerSearch.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/defaultFormRender.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableHeader/Context.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/utils.ts",["413","414","415","416"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/render/TagsComponent.tsx",["417","418"],[],"/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",["419"],[],"/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",["420","421","422"],[],"/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",["423","424","425","426"],[],"/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",["427","428","429","430","431","432"],[],"/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",["433","434","435","436"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useControl.tsx",["437","438"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/modal.ts",["439"],[],"/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",["440"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowCheckBox/hooks.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/RowRadioBoxSelection.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/colsMk.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/hooks/useRowClassName.ts",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/HeaderTitle/hooks.ts",["441","442","443"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/ContentTree.tsx",[],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/HTableBody/Options/hooks.tsx",["444","445","446","447"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/EditTable/index.tsx",["448","449"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/EditTable/index.tsx",["450","451","452","453"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/EditTable/modal.ts",["454","455","456","457","458"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/EditTable/hooks.ts",["459","460","461"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/ModalEditTable.tsx",["462"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/pages/ModalEditTable/index.tsx",["463","464","465","466"],[],"/Users/hedongjie/Desktop/web/hw-component-table/src/components/DialogTable/DwEditTable.tsx",["467"],[],{"ruleId":"468","severity":1,"message":"469","line":21,"column":3,"nodeType":"470","messageId":"471","endLine":21,"endColumn":12},{"ruleId":"472","severity":1,"message":"473","line":46,"column":6,"nodeType":"474","endLine":46,"endColumn":42,"suggestions":"475"},{"ruleId":"476","severity":1,"message":"477","line":16,"column":1,"nodeType":"478","messageId":"479","endLine":16,"endColumn":52,"fix":"480"},{"ruleId":"476","severity":1,"message":"477","line":2,"column":1,"nodeType":"478","messageId":"479","endLine":6,"endColumn":18,"fix":"481"},{"ruleId":"468","severity":1,"message":"482","line":47,"column":5,"nodeType":"470","messageId":"471","endLine":47,"endColumn":17},{"ruleId":"472","severity":1,"message":"483","line":55,"column":6,"nodeType":"474","endLine":55,"endColumn":18,"suggestions":"484"},{"ruleId":"472","severity":1,"message":"485","line":104,"column":6,"nodeType":"474","endLine":104,"endColumn":8,"suggestions":"486"},{"ruleId":"468","severity":1,"message":"487","line":5,"column":3,"nodeType":"470","messageId":"471","endLine":5,"endColumn":21},{"ruleId":"468","severity":1,"message":"488","line":6,"column":3,"nodeType":"470","messageId":"471","endLine":6,"endColumn":15},{"ruleId":"468","severity":1,"message":"489","line":10,"column":3,"nodeType":"470","messageId":"471","endLine":10,"endColumn":7},{"ruleId":"468","severity":1,"message":"490","line":11,"column":3,"nodeType":"470","messageId":"471","endLine":11,"endColumn":10},{"ruleId":"468","severity":1,"message":"491","line":14,"column":3,"nodeType":"470","messageId":"471","endLine":14,"endColumn":6},{"ruleId":"468","severity":1,"message":"492","line":16,"column":3,"nodeType":"470","messageId":"471","endLine":16,"endColumn":8},{"ruleId":"468","severity":1,"message":"493","line":19,"column":10,"nodeType":"470","messageId":"471","endLine":19,"endColumn":25},{"ruleId":"468","severity":1,"message":"494","line":20,"column":8,"nodeType":"470","messageId":"471","endLine":20,"endColumn":16},{"ruleId":"468","severity":1,"message":"495","line":22,"column":10,"nodeType":"470","messageId":"471","endLine":22,"endColumn":19},{"ruleId":"468","severity":1,"message":"496","line":24,"column":7,"nodeType":"470","messageId":"471","endLine":24,"endColumn":20},{"ruleId":"468","severity":1,"message":"497","line":24,"column":32,"nodeType":"470","messageId":"471","endLine":24,"endColumn":40},{"ruleId":"498","severity":1,"message":"499","line":36,"column":21,"nodeType":"470","messageId":"500","endLine":36,"endColumn":26},{"ruleId":"468","severity":1,"message":"501","line":46,"column":7,"nodeType":"470","messageId":"471","endLine":46,"endColumn":12},{"ruleId":"468","severity":1,"message":"502","line":86,"column":20,"nodeType":"470","messageId":"471","endLine":86,"endColumn":21},{"ruleId":"468","severity":1,"message":"503","line":86,"column":23,"nodeType":"470","messageId":"471","endLine":86,"endColumn":24},{"ruleId":"468","severity":1,"message":"504","line":131,"column":7,"nodeType":"470","messageId":"471","endLine":131,"endColumn":12},{"ruleId":"468","severity":1,"message":"505","line":145,"column":11,"nodeType":"470","messageId":"471","endLine":145,"endColumn":18},{"ruleId":"468","severity":1,"message":"506","line":145,"column":20,"nodeType":"470","messageId":"471","endLine":145,"endColumn":24},{"ruleId":"468","severity":1,"message":"507","line":165,"column":34,"nodeType":"470","messageId":"471","endLine":165,"endColumn":40},{"ruleId":"468","severity":1,"message":"508","line":172,"column":10,"nodeType":"470","messageId":"471","endLine":172,"endColumn":20},{"ruleId":"468","severity":1,"message":"509","line":172,"column":22,"nodeType":"470","messageId":"471","endLine":172,"endColumn":35},{"ruleId":"468","severity":1,"message":"510","line":178,"column":10,"nodeType":"470","messageId":"471","endLine":178,"endColumn":14},{"ruleId":"468","severity":1,"message":"511","line":178,"column":16,"nodeType":"470","messageId":"471","endLine":178,"endColumn":23},{"ruleId":"468","severity":1,"message":"512","line":25,"column":7,"nodeType":"470","messageId":"471","endLine":25,"endColumn":13},{"ruleId":"468","severity":1,"message":"507","line":41,"column":36,"nodeType":"470","messageId":"471","endLine":41,"endColumn":42},{"ruleId":"472","severity":1,"message":"513","line":13,"column":6,"nodeType":"474","endLine":13,"endColumn":17,"suggestions":"514"},{"ruleId":"468","severity":1,"message":"515","line":24,"column":7,"nodeType":"470","messageId":"471","endLine":24,"endColumn":11},{"ruleId":"468","severity":1,"message":"507","line":27,"column":32,"nodeType":"470","messageId":"471","endLine":27,"endColumn":38},{"ruleId":"468","severity":1,"message":"507","line":48,"column":32,"nodeType":"470","messageId":"471","endLine":48,"endColumn":38},{"ruleId":"468","severity":1,"message":"516","line":134,"column":9,"nodeType":"470","messageId":"471","endLine":134,"endColumn":21},{"ruleId":"472","severity":1,"message":"517","line":26,"column":6,"nodeType":"474","endLine":26,"endColumn":11,"suggestions":"518"},{"ruleId":"472","severity":1,"message":"517","line":34,"column":6,"nodeType":"474","endLine":34,"endColumn":8,"suggestions":"519"},{"ruleId":"468","severity":1,"message":"520","line":3,"column":10,"nodeType":"470","messageId":"471","endLine":3,"endColumn":22},{"ruleId":"468","severity":1,"message":"521","line":3,"column":10,"nodeType":"470","messageId":"471","endLine":3,"endColumn":25},{"ruleId":"468","severity":1,"message":"522","line":22,"column":51,"nodeType":"470","messageId":"471","endLine":22,"endColumn":63},{"ruleId":"468","severity":1,"message":"523","line":22,"column":65,"nodeType":"470","messageId":"471","endLine":22,"endColumn":73},{"ruleId":"524","severity":1,"message":"525","line":94,"column":11,"nodeType":"470","messageId":"526","endLine":94,"endColumn":25},{"ruleId":"468","severity":1,"message":"527","line":94,"column":11,"nodeType":"470","messageId":"471","endLine":94,"endColumn":25},{"ruleId":"528","severity":1,"message":"529","line":82,"column":13,"nodeType":"530","messageId":"531","endLine":93,"endColumn":23},{"ruleId":"528","severity":1,"message":"529","line":104,"column":11,"nodeType":"530","messageId":"531","endLine":115,"endColumn":21},{"ruleId":"476","severity":1,"message":"477","line":4,"column":1,"nodeType":"478","messageId":"479","endLine":4,"endColumn":63,"fix":"532"},{"ruleId":"468","severity":1,"message":"533","line":15,"column":14,"nodeType":"470","messageId":"471","endLine":15,"endColumn":39},{"ruleId":"472","severity":1,"message":"534","line":19,"column":6,"nodeType":"474","endLine":19,"endColumn":8,"suggestions":"535"},{"ruleId":"472","severity":1,"message":"536","line":70,"column":6,"nodeType":"474","endLine":70,"endColumn":8,"suggestions":"537"},{"ruleId":"468","severity":1,"message":"515","line":25,"column":7,"nodeType":"470","messageId":"471","endLine":25,"endColumn":11},{"ruleId":"468","severity":1,"message":"507","line":28,"column":32,"nodeType":"470","messageId":"471","endLine":28,"endColumn":38},{"ruleId":"468","severity":1,"message":"507","line":49,"column":32,"nodeType":"470","messageId":"471","endLine":49,"endColumn":38},{"ruleId":"468","severity":1,"message":"516","line":150,"column":9,"nodeType":"470","messageId":"471","endLine":150,"endColumn":21},{"ruleId":"468","severity":1,"message":"538","line":19,"column":5,"nodeType":"470","messageId":"471","endLine":19,"endColumn":22},{"ruleId":"468","severity":1,"message":"539","line":20,"column":5,"nodeType":"470","messageId":"471","endLine":20,"endColumn":15},{"ruleId":"468","severity":1,"message":"540","line":21,"column":5,"nodeType":"470","messageId":"471","endLine":21,"endColumn":16},{"ruleId":"468","severity":1,"message":"541","line":22,"column":5,"nodeType":"470","messageId":"471","endLine":22,"endColumn":10},{"ruleId":"472","severity":1,"message":"542","line":160,"column":6,"nodeType":"474","endLine":160,"endColumn":42,"suggestions":"543"},{"ruleId":"472","severity":1,"message":"542","line":166,"column":6,"nodeType":"474","endLine":166,"endColumn":42,"suggestions":"544"},{"ruleId":"472","severity":1,"message":"545","line":80,"column":6,"nodeType":"474","endLine":80,"endColumn":39,"suggestions":"546"},{"ruleId":"472","severity":1,"message":"547","line":109,"column":6,"nodeType":"474","endLine":109,"endColumn":8,"suggestions":"548"},{"ruleId":"472","severity":1,"message":"549","line":114,"column":6,"nodeType":"474","endLine":114,"endColumn":17,"suggestions":"550"},{"ruleId":"472","severity":1,"message":"551","line":117,"column":6,"nodeType":"474","endLine":117,"endColumn":13,"suggestions":"552"},{"ruleId":"472","severity":1,"message":"553","line":106,"column":6,"nodeType":"474","endLine":106,"endColumn":40,"suggestions":"554"},{"ruleId":"472","severity":1,"message":"555","line":119,"column":6,"nodeType":"474","endLine":119,"endColumn":40,"suggestions":"556"},{"ruleId":"476","severity":1,"message":"477","line":5,"column":1,"nodeType":"478","messageId":"479","endLine":13,"endColumn":19,"fix":"557"},{"ruleId":"468","severity":1,"message":"558","line":11,"column":34,"nodeType":"470","messageId":"471","endLine":11,"endColumn":40},{"ruleId":"472","severity":1,"message":"559","line":30,"column":6,"nodeType":"474","endLine":30,"endColumn":8,"suggestions":"560"},{"ruleId":"472","severity":1,"message":"561","line":39,"column":6,"nodeType":"474","endLine":39,"endColumn":8,"suggestions":"562"},{"ruleId":"472","severity":1,"message":"563","line":50,"column":6,"nodeType":"474","endLine":50,"endColumn":8,"suggestions":"564"},{"ruleId":"468","severity":1,"message":"495","line":1,"column":17,"nodeType":"470","messageId":"471","endLine":1,"endColumn":26},{"ruleId":"468","severity":1,"message":"565","line":1,"column":37,"nodeType":"470","messageId":"471","endLine":1,"endColumn":45},{"ruleId":"468","severity":1,"message":"566","line":2,"column":23,"nodeType":"470","messageId":"471","endLine":2,"endColumn":32},{"ruleId":"472","severity":1,"message":"567","line":58,"column":6,"nodeType":"474","endLine":58,"endColumn":15,"suggestions":"568"},{"ruleId":"476","severity":1,"message":"477","line":2,"column":1,"nodeType":"478","messageId":"479","endLine":2,"endColumn":42,"fix":"569"},{"ruleId":"468","severity":1,"message":"570","line":87,"column":23,"nodeType":"470","messageId":"471","endLine":87,"endColumn":28},{"ruleId":"468","severity":1,"message":"571","line":30,"column":18,"nodeType":"470","messageId":"471","endLine":30,"endColumn":27},{"ruleId":"468","severity":1,"message":"572","line":34,"column":21,"nodeType":"470","messageId":"471","endLine":34,"endColumn":25},{"ruleId":"468","severity":1,"message":"573","line":35,"column":15,"nodeType":"470","messageId":"471","endLine":35,"endColumn":22},{"ruleId":"468","severity":1,"message":"572","line":37,"column":22,"nodeType":"470","messageId":"471","endLine":37,"endColumn":26},{"ruleId":"476","severity":1,"message":"477","line":1,"column":1,"nodeType":"478","messageId":"479","endLine":1,"endColumn":92,"fix":"574"},{"ruleId":"476","severity":1,"message":"477","line":2,"column":1,"nodeType":"478","messageId":"479","endLine":2,"endColumn":55,"fix":"575"},{"ruleId":"476","severity":1,"message":"477","line":3,"column":1,"nodeType":"478","messageId":"479","endLine":3,"endColumn":56,"fix":"576"},{"ruleId":"476","severity":1,"message":"477","line":4,"column":1,"nodeType":"478","messageId":"479","endLine":4,"endColumn":61,"fix":"577"},{"ruleId":"476","severity":1,"message":"477","line":5,"column":1,"nodeType":"478","messageId":"479","endLine":5,"endColumn":63,"fix":"578"},{"ruleId":"476","severity":1,"message":"477","line":2,"column":1,"nodeType":"478","messageId":"479","endLine":2,"endColumn":42,"fix":"579"},{"ruleId":"476","severity":1,"message":"580","line":3,"column":1,"nodeType":"478","messageId":"581","endLine":3,"endColumn":59,"fix":"582"},{"ruleId":"476","severity":1,"message":"477","line":5,"column":1,"nodeType":"478","messageId":"479","endLine":5,"endColumn":91,"fix":"583"},{"ruleId":"476","severity":1,"message":"477","line":5,"column":1,"nodeType":"478","messageId":"479","endLine":5,"endColumn":63,"fix":"584"},{"ruleId":"468","severity":1,"message":"585","line":30,"column":10,"nodeType":"470","messageId":"471","endLine":30,"endColumn":16},{"ruleId":"468","severity":1,"message":"571","line":30,"column":18,"nodeType":"470","messageId":"471","endLine":30,"endColumn":27},{"ruleId":"468","severity":1,"message":"572","line":57,"column":25,"nodeType":"470","messageId":"471","endLine":57,"endColumn":29},{"ruleId":"468","severity":1,"message":"572","line":58,"column":26,"nodeType":"470","messageId":"471","endLine":58,"endColumn":30},{"ruleId":"476","severity":1,"message":"477","line":7,"column":1,"nodeType":"478","messageId":"479","endLine":7,"endColumn":63,"fix":"586"},"@typescript-eslint/no-unused-vars","'spaceSize' is assigned a value but never used.","Identifier","unusedVar","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",["587"],"@typescript-eslint/consistent-type-imports","All imports in the declaration are only used as types. Use `import type`.","ImportDeclaration","typeOverValue",{"range":"588","text":"589"},{"range":"590","text":"589"},"'rowClassName' is assigned a value but never used.","React Hook useEffect has a missing dependency: 'localMaker'. Either include it or remove the dependency array.",["591"],"React Hook useEffect has missing dependencies: 'formInitValues', 'manual', 'reloadFn', 'request', and 'resultAction'. Either include them or remove the dependency array.",["592"],"'HTableHeaderSubBtn' is defined but never used.","'HTableHeader' is defined but never used.","'Card' is defined but never used.","'Tooltip' is defined but never used.","'Row' is defined but never used.","'Table' is defined but never used.","'SettingOutlined' is defined but never used.","'ProTable' is defined but never used.","'useEffect' is defined but never used.","'TagsComponent' is assigned a value but never used.","'labelKey' is defined but never used.","react/no-array-index-key","Do not use Array index in keys","noArrayIndex","'Testd' is assigned a value but never used.","'p' is defined but never used.","'c' is defined but never used.","'maker' is assigned a value but never used.","'loading' is assigned a value but never used.","'data' is assigned a value but never used.","'reject' is defined but never used.","'dataSource' is assigned a value but never used.","'setDataSource' is assigned a value but never used.","'keys' is assigned a value but never used.","'setKeys' is assigned a value but never used.","'AddBtn' is assigned a value but never used.","React Hook useMemo has a missing dependency: 'config'. Either include it or remove the dependency array.",["593"],"'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.",["594"],["595"],"'ColumnsState' is defined but never used.","'useLayoutEffect' is defined but never used.","'defaultValue' is assigned a value but never used.","'onChange' is assigned a value but never used.","@typescript-eslint/no-empty-interface","An empty interface is equivalent to `{}`.","noEmpty","'RowItemFnModal' is defined but never used.","react/jsx-key","Missing \"key\" prop for element in iterator","JSXElement","missingIterKey",{"range":"596","text":"589"},"'params' is defined but never used.","React Hook useMemo has a missing dependency: 'tableInstance'. Either include it or remove the dependency array.",["597"],"React Hook useEffect has missing dependencies: 'dialogTableInstance', 'hide', and 'show'. Either include them or remove the dependency array.",["598"],"'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.",["599"],["600"],"React Hook useEffect has a missing dependency: 'changeConfigData'. Either include it or remove the dependency array.",["601"],"React Hook useMemo has a missing dependency: 'selfValue'. Either include it or remove the dependency array.",["602"],"React Hook useEffect has missing dependencies: 'columns' and 'tableInstance.table'. Either include them or remove the dependency array.",["603"],"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.",["604"],"React Hook useEffect has missing dependencies: 'findId' and 'rowOnChange'. Either include them or remove the dependency array.",["605"],"React Hook useMemo has missing dependencies: 'keys.length' and 'selectAll'. Either include them or remove the dependency array.",["606"],{"range":"607","text":"589"},"'rowKey' is assigned a value but never used.","React Hook useLayoutEffect has a missing dependency: 'setHeaderStyle'. Either include it or remove the dependency array.",["608"],"React Hook useEffect has a missing dependency: 'setHeaderStyle'. Either include it or remove the dependency array.",["609"],"React Hook useEffect has missing dependencies: 'setHeaderStyle' and 'titleContentRef'. Either include them or remove the dependency array.",["610"],"'useState' is defined but never used.","'ItemProps' is defined but never used.","React Hook useMemo has missing dependencies: 'matchKey' and 'titleClass'. Either include them or remove the dependency array.",["611"],{"range":"612","text":"589"},"'index' is assigned a value but never used.","'setCuData' is assigned a value but never used.","'data' is defined but never used.","'newData' is assigned a value but never used.",{"range":"613","text":"589"},{"range":"614","text":"589"},{"range":"615","text":"589"},{"range":"616","text":"589"},{"range":"617","text":"589"},{"range":"618","text":"589"},"Import \"MutableRefObject\" is only used as types.","aImportIsOnlyTypes",{"range":"619","text":"620"},{"range":"621","text":"589"},{"range":"622","text":"589"},"'cuData' is assigned a value but never used.",{"range":"623","text":"589"},{"desc":"624","fix":"625"},[636,636]," type",[49,49],{"desc":"626","fix":"627"},{"desc":"628","fix":"629"},{"desc":"630","fix":"631"},{"desc":"632","fix":"633"},{"desc":"634","fix":"635"},[138,138],{"desc":"636","fix":"637"},{"desc":"638","fix":"639"},{"desc":"640","fix":"641"},{"desc":"640","fix":"642"},{"desc":"643","fix":"644"},{"desc":"645","fix":"646"},{"desc":"647","fix":"648"},{"desc":"649","fix":"650"},{"desc":"651","fix":"652"},{"desc":"653","fix":"654"},[214,214],{"desc":"655","fix":"656"},{"desc":"655","fix":"657"},{"desc":"658","fix":"659"},{"desc":"660","fix":"661"},[64,64],[6,6],[98,98],[153,153],[209,209],[270,270],[43,43],[79,105],"import type { MutableRefObject} from \"react\";\nimport {",[201,201],[201,201],[291,291],"Update the dependencies array to be: [table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource]",{"range":"662","text":"663"},"Update the dependencies array to be: [dataSource, localMaker]",{"range":"664","text":"665"},"Update the dependencies array to be: [formInitValues, manual, reloadFn, request, resultAction]",{"range":"666","text":"667"},"Update the dependencies array to be: [className, config]",{"range":"668","text":"669"},"Update the dependencies array to be: [cuDom, dom]",{"range":"670","text":"671"},"Update the dependencies array to be: [cuDom]",{"range":"672","text":"673"},"Update the dependencies array to be: [tableInstance]",{"range":"674","text":"675"},"Update the dependencies array to be: [dialogTableInstance, hide, show]",{"range":"676","text":"677"},"Update the dependencies array to be: [configData, searchSpan, headerOpen, mkNewFn]",{"range":"678","text":"679"},{"range":"680","text":"679"},"Update the dependencies array to be: [configData, table, rowSelection, changeConfigData]",{"range":"681","text":"682"},"Update the dependencies array to be: [selfValue]",{"range":"683","text":"684"},"Update the dependencies array to be: [columns, selfValue, tableInstance.table]",{"range":"685","text":"686"},"Update the dependencies array to be: [columnsState, value]",{"range":"687","text":"688"},"Update the dependencies array to be: [selectedRowKeys, records, rowKey, rowOnChange, findId]",{"range":"689","text":"690"},"Update the dependencies array to be: [alwaysShowAlert, keys.length, selectAll]",{"range":"691","text":"692"},"Update the dependencies array to be: [setHeaderStyle]",{"range":"693","text":"694"},{"range":"695","text":"694"},"Update the dependencies array to be: [setHeaderStyle, titleContentRef]",{"range":"696","text":"697"},"Update the dependencies array to be: [columns, matchKey, titleClass]",{"range":"698","text":"699"},[1426,1462],"[table, useCurrentTable, reload, changeRowData, dispatch, reloadWithParams, getTableParams, selectedRowData, dataSource]",[1540,1552],"[dataSource, localMaker]",[2666,2668],"[formInitValues, manual, reloadFn, request, resultAction]",[481,492],"[className, config]",[825,830],"[cuDom, dom]",[1021,1023],"[cuDom]",[483,485],"[tableInstance]",[1627,1629],"[dialogTableInstance, hide, show]",[4205,4241],"[configData, searchSpan, headerOpen, mkNewFn]",[4396,4432],[2792,2825],"[configData, table, rowSelection, changeConfigData]",[3500,3502],"[selfValue]",[3637,3648],"[columns, selfValue, tableInstance.table]",[3723,3730],"[columnsState, value]",[2835,2869],"[selectedRowKeys, records, rowKey, rowOnChange, findId]",[3183,3217],"[alwaysShowAlert, keys.length, selectAll]",[887,889],"[setHeaderStyle]",[1106,1108],[1399,1401],"[setHeaderStyle, titleContentRef]",[1713,1722],"[columns, matchKey, titleClass]"]
|
|
@@ -40,7 +40,7 @@ import '../HTableBody/Options/Title.js';
|
|
|
40
40
|
import '../HTableFooter/index.js';
|
|
41
41
|
import '../HTableHeader/Context.js';
|
|
42
42
|
import '../HTableHeader/RangePickerSearch.js';
|
|
43
|
-
import
|
|
43
|
+
import HEditTable from '../EditTable/index.js';
|
|
44
44
|
|
|
45
45
|
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
46
46
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
@@ -68,7 +68,7 @@ var EditTableContent = function EditTableContent(_ref2) {
|
|
|
68
68
|
request = _ref2.request,
|
|
69
69
|
contentRender = _ref2.contentRender,
|
|
70
70
|
dataSource = _ref2.dataSource;
|
|
71
|
-
var node = jsx(
|
|
71
|
+
var node = jsx(HEditTable, _objectSpread(_objectSpread({}, editTableProps), {}, {
|
|
72
72
|
configData: configData || [],
|
|
73
73
|
request: request,
|
|
74
74
|
pagination: {
|
package/es/EditTable/hooks.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HEditTableProps } from "./modal";
|
|
2
2
|
import { MutableRefObject } from "react";
|
|
3
3
|
import type { ActionType } from "@ant-design/pro-table";
|
|
4
4
|
import { EditableFormInstance } from "@ant-design/pro-table/lib/components/EditableTable";
|
|
5
|
-
export declare const useListRequest: ({ request, dataSource }:
|
|
6
|
-
export declare const useCuRef: ({ actionRef, editableFormRef }:
|
|
5
|
+
export declare const useListRequest: ({ request, dataSource }: HEditTableProps) => import("@ahooksjs/use-request/lib/types").BaseResult<any, [params?: any]>;
|
|
6
|
+
export declare const useCuRef: ({ actionRef, editableFormRef }: HEditTableProps) => {
|
|
7
7
|
cuActionRef: MutableRefObject<ActionType>;
|
|
8
8
|
cuEditableFormRef: MutableRefObject<EditableFormInstance>;
|
|
9
9
|
};
|
|
10
|
-
export declare const useColsMk: ({ configData }:
|
|
10
|
+
export declare const useColsMk: ({ configData }: HEditTableProps) => (import("@ant-design/pro-table").ProColumnType<any, "text"> | {
|
|
11
11
|
render: (dom: any, entity: any, index: any, action: any, schema: any) => any;
|
|
12
12
|
children: import("@ant-design/pro-table").ProColumns<any, "text">[];
|
|
13
13
|
key?: import("react").Key | undefined;
|
package/es/EditTable/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: ({ configData, rowKey, creatorButtonText, recordCreatorProps, defaultRecordValue, pagination, editable, dataSource, request, manual, emptyRender, errorRender, onAdd, onEdit, actionRef, editableFormRef, ...props }:
|
|
2
|
+
import { HEditTableProps } from "./modal";
|
|
3
|
+
declare const _default: ({ configData, rowKey, creatorButtonText, recordCreatorProps, defaultRecordValue, pagination, editable, dataSource, request, manual, emptyRender, errorRender, onAdd, onEdit, actionRef, editableFormRef, ...props }: HEditTableProps) => JSX.Element;
|
|
4
4
|
export default _default;
|
package/es/EditTable/index.js
CHANGED
|
@@ -25,7 +25,7 @@ var _excluded = ["configData", "rowKey", "creatorButtonText", "recordCreatorProp
|
|
|
25
25
|
_excluded2 = ["index", "id"];
|
|
26
26
|
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
27
27
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context3 = ownKeys(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context4 = ownKeys(Object(t))).call(_context4, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
28
|
-
var
|
|
28
|
+
var HEditTable = (function (_ref) {
|
|
29
29
|
var configData = _ref.configData,
|
|
30
30
|
_ref$rowKey = _ref.rowKey,
|
|
31
31
|
rowKey = _ref$rowKey === void 0 ? "id" : _ref$rowKey,
|
|
@@ -153,7 +153,7 @@ var EditTable = (function (_ref) {
|
|
|
153
153
|
id: id
|
|
154
154
|
}, oRow));
|
|
155
155
|
case 9:
|
|
156
|
-
(_cuEditableFormRef$cu3 = cuEditableFormRef.current) === null || _cuEditableFormRef$cu3 === void 0 || _cuEditableFormRef$cu3.resetFields([
|
|
156
|
+
(_cuEditableFormRef$cu3 = cuEditableFormRef.current) === null || _cuEditableFormRef$cu3 === void 0 || _cuEditableFormRef$cu3.resetFields([key]);
|
|
157
157
|
(_cuActionRef$current2 = cuActionRef.current) === null || _cuActionRef$current2 === void 0 || _cuActionRef$current2.reload();
|
|
158
158
|
case 11:
|
|
159
159
|
case "end":
|
|
@@ -181,5 +181,5 @@ var EditTable = (function (_ref) {
|
|
|
181
181
|
});
|
|
182
182
|
});
|
|
183
183
|
|
|
184
|
-
export {
|
|
184
|
+
export { HEditTable as default };
|
|
185
185
|
// powered by hdj
|
package/es/EditTable/modal.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { ParamsType } from "@ant-design/pro-provider";
|
|
|
3
3
|
import { IPaginationProps } from "../HTablePagination";
|
|
4
4
|
import { EmptyPageRender, ErrorPageRender } from "../modal";
|
|
5
5
|
import { ProColumns } from "@ant-design/pro-table/lib/typing";
|
|
6
|
-
export interface
|
|
6
|
+
export interface HEditTableProps<T = any> extends Omit<EditableProTableProps<T, ParamsType>, "recordCreatorProps" | "request" | "pagination"> {
|
|
7
7
|
creatorButtonText?: string;
|
|
8
8
|
defaultRecordValue?: T;
|
|
9
9
|
recordCreatorProps?: Partial<EditableProTableProps<T, ParamsType>["recordCreatorProps"]>;
|
package/es/index.d.ts
CHANGED
|
@@ -12,6 +12,6 @@ export { default as HModalTable } from "./DialogTable/ModalTable";
|
|
|
12
12
|
export { useHDialogTable } from "./DialogTable/hooks";
|
|
13
13
|
export { default as HDwTable } from "./DialogTable/DwTable";
|
|
14
14
|
export { DefaultSubComponent as HTableHeaderSubBtn } from "./HTableHeader/defaultSubComponent";
|
|
15
|
-
export { default as
|
|
15
|
+
export { default as HEditTable } from "./EditTable";
|
|
16
16
|
export { default as HModalEditTable } from "./DialogTable/ModalEditTable";
|
|
17
17
|
export { default as HDwEditTable } from "./DialogTable/DwEditTable";
|
package/es/index.js
CHANGED
|
@@ -11,7 +11,7 @@ export { default as HModalTable } from './DialogTable/ModalTable.js';
|
|
|
11
11
|
export { useHDialogTable } from './DialogTable/hooks.js';
|
|
12
12
|
export { default as HDwTable } from './DialogTable/DwTable.js';
|
|
13
13
|
export { DefaultSubComponent as HTableHeaderSubBtn } from './HTableHeader/defaultSubComponent.js';
|
|
14
|
-
export { default as
|
|
14
|
+
export { default as HEditTable } from './EditTable/index.js';
|
|
15
15
|
export { default as HModalEditTable } from './DialogTable/ModalEditTable.js';
|
|
16
16
|
export { default as HDwEditTable } from './DialogTable/DwEditTable.js';
|
|
17
17
|
// powered by hdj
|
package/es/modal.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import type { AffixProps } from "antd/lib/affix";
|
|
|
10
10
|
import type { OptionModal } from "./HTableBody/modal";
|
|
11
11
|
import type { DrawerProps } from "antd";
|
|
12
12
|
import type { IPaginationProps } from "./HTablePagination";
|
|
13
|
-
import {
|
|
13
|
+
import { HEditTableProps } from "./EditTable/modal";
|
|
14
14
|
export interface RowObj {
|
|
15
15
|
keys?: React.Key[];
|
|
16
16
|
rowData?: any[];
|
|
@@ -128,7 +128,7 @@ export interface DwTableProps<T = HTableProps["configData"]> extends DrawerProps
|
|
|
128
128
|
configData?: T;
|
|
129
129
|
request?: HTableProps["request"];
|
|
130
130
|
contentRender?: (node: React.ReactNode) => React.ReactNode;
|
|
131
|
-
editTableProps?: Omit<
|
|
131
|
+
editTableProps?: Omit<HEditTableProps, "configData" | "request">;
|
|
132
132
|
dataSource?: any[];
|
|
133
133
|
}
|
|
134
134
|
export interface ModalTableProps<T = HTableProps["configData"]> extends Omit<ModalProps, "onOk"> {
|
|
@@ -140,7 +140,7 @@ export interface ModalTableProps<T = HTableProps["configData"]> extends Omit<Mod
|
|
|
140
140
|
contentRender?: (node: React.ReactNode) => React.ReactNode;
|
|
141
141
|
dataSource?: any[];
|
|
142
142
|
onOk?: (e?: React.MouseEvent<HTMLElement>) => void;
|
|
143
|
-
editTableProps?: Omit<
|
|
143
|
+
editTableProps?: Omit<HEditTableProps, "configData" | "request">;
|
|
144
144
|
}
|
|
145
145
|
export type ValueTypeConfigRenderFn = (config: ConfigItemModal, itemData: any, index: number, tableInstance: HTableInstance) => React.ReactNode;
|
|
146
146
|
export type ValueTypeConfigModal = Record<string, ValueTypeConfigRenderFn>;
|
package/lib/EditTable/hooks.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HEditTableProps } from "./modal";
|
|
2
2
|
import { MutableRefObject } from "react";
|
|
3
3
|
import type { ActionType } from "@ant-design/pro-table";
|
|
4
4
|
import { EditableFormInstance } from "@ant-design/pro-table/lib/components/EditableTable";
|
|
5
|
-
export declare const useListRequest: ({ request, dataSource }:
|
|
6
|
-
export declare const useCuRef: ({ actionRef, editableFormRef }:
|
|
5
|
+
export declare const useListRequest: ({ request, dataSource }: HEditTableProps) => import("@ahooksjs/use-request/lib/types").BaseResult<any, [params?: any]>;
|
|
6
|
+
export declare const useCuRef: ({ actionRef, editableFormRef }: HEditTableProps) => {
|
|
7
7
|
cuActionRef: MutableRefObject<ActionType>;
|
|
8
8
|
cuEditableFormRef: MutableRefObject<EditableFormInstance>;
|
|
9
9
|
};
|
|
10
|
-
export declare const useColsMk: ({ configData }:
|
|
10
|
+
export declare const useColsMk: ({ configData }: HEditTableProps) => (import("@ant-design/pro-table").ProColumnType<any, "text"> | {
|
|
11
11
|
render: (dom: any, entity: any, index: any, action: any, schema: any) => any;
|
|
12
12
|
children: import("@ant-design/pro-table").ProColumns<any, "text">[];
|
|
13
13
|
key?: import("react").Key | undefined;
|
package/lib/EditTable/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
declare const _default: ({ configData, rowKey, creatorButtonText, recordCreatorProps, defaultRecordValue, pagination, editable, dataSource, request, manual, emptyRender, errorRender, onAdd, onEdit, actionRef, editableFormRef, ...props }:
|
|
2
|
+
import { HEditTableProps } from "./modal";
|
|
3
|
+
declare const _default: ({ configData, rowKey, creatorButtonText, recordCreatorProps, defaultRecordValue, pagination, editable, dataSource, request, manual, emptyRender, errorRender, onAdd, onEdit, actionRef, editableFormRef, ...props }: HEditTableProps) => JSX.Element;
|
|
4
4
|
export default _default;
|
package/lib/EditTable/index.js
CHANGED
|
@@ -28,7 +28,7 @@ var _excluded = ["configData", "rowKey", "creatorButtonText", "recordCreatorProp
|
|
|
28
28
|
_excluded2 = ["index", "id"];
|
|
29
29
|
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
30
30
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context3 = ownKeys(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context4 = ownKeys(Object(t))).call(_context4, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
31
|
-
var
|
|
31
|
+
var HEditTable = (function (_ref) {
|
|
32
32
|
var configData = _ref.configData,
|
|
33
33
|
_ref$rowKey = _ref.rowKey,
|
|
34
34
|
rowKey = _ref$rowKey === void 0 ? "id" : _ref$rowKey,
|
|
@@ -156,7 +156,7 @@ var EditTable = (function (_ref) {
|
|
|
156
156
|
id: id
|
|
157
157
|
}, oRow));
|
|
158
158
|
case 9:
|
|
159
|
-
(_cuEditableFormRef$cu3 = cuEditableFormRef.current) === null || _cuEditableFormRef$cu3 === void 0 || _cuEditableFormRef$cu3.resetFields([
|
|
159
|
+
(_cuEditableFormRef$cu3 = cuEditableFormRef.current) === null || _cuEditableFormRef$cu3 === void 0 || _cuEditableFormRef$cu3.resetFields([key]);
|
|
160
160
|
(_cuActionRef$current2 = cuActionRef.current) === null || _cuActionRef$current2 === void 0 || _cuActionRef$current2.reload();
|
|
161
161
|
case 11:
|
|
162
162
|
case "end":
|
|
@@ -184,5 +184,5 @@ var EditTable = (function (_ref) {
|
|
|
184
184
|
});
|
|
185
185
|
});
|
|
186
186
|
|
|
187
|
-
exports.default =
|
|
187
|
+
exports.default = HEditTable;
|
|
188
188
|
// powered by h
|
package/lib/EditTable/modal.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { ParamsType } from "@ant-design/pro-provider";
|
|
|
3
3
|
import { IPaginationProps } from "../HTablePagination";
|
|
4
4
|
import { EmptyPageRender, ErrorPageRender } from "../modal";
|
|
5
5
|
import { ProColumns } from "@ant-design/pro-table/lib/typing";
|
|
6
|
-
export interface
|
|
6
|
+
export interface HEditTableProps<T = any> extends Omit<EditableProTableProps<T, ParamsType>, "recordCreatorProps" | "request" | "pagination"> {
|
|
7
7
|
creatorButtonText?: string;
|
|
8
8
|
defaultRecordValue?: T;
|
|
9
9
|
recordCreatorProps?: Partial<EditableProTableProps<T, ParamsType>["recordCreatorProps"]>;
|
package/lib/index.d.ts
CHANGED
|
@@ -12,6 +12,6 @@ export { default as HModalTable } from "./DialogTable/ModalTable";
|
|
|
12
12
|
export { useHDialogTable } from "./DialogTable/hooks";
|
|
13
13
|
export { default as HDwTable } from "./DialogTable/DwTable";
|
|
14
14
|
export { DefaultSubComponent as HTableHeaderSubBtn } from "./HTableHeader/defaultSubComponent";
|
|
15
|
-
export { default as
|
|
15
|
+
export { default as HEditTable } from "./EditTable";
|
|
16
16
|
export { default as HModalEditTable } from "./DialogTable/ModalEditTable";
|
|
17
17
|
export { default as HDwEditTable } from "./DialogTable/DwEditTable";
|
package/lib/index.js
CHANGED
|
@@ -30,7 +30,7 @@ exports.HModalTable = ModalTable.default;
|
|
|
30
30
|
exports.useHDialogTable = hooks.useHDialogTable;
|
|
31
31
|
exports.HDwTable = DwTable.default;
|
|
32
32
|
exports.HTableHeaderSubBtn = defaultSubComponent.DefaultSubComponent;
|
|
33
|
-
exports.
|
|
33
|
+
exports.HEditTable = index$4.default;
|
|
34
34
|
exports.HModalEditTable = ModalEditTable.default;
|
|
35
35
|
exports.HDwEditTable = DwEditTable.default;
|
|
36
36
|
// powered by h
|
package/lib/modal.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import type { AffixProps } from "antd/lib/affix";
|
|
|
10
10
|
import type { OptionModal } from "./HTableBody/modal";
|
|
11
11
|
import type { DrawerProps } from "antd";
|
|
12
12
|
import type { IPaginationProps } from "./HTablePagination";
|
|
13
|
-
import {
|
|
13
|
+
import { HEditTableProps } from "./EditTable/modal";
|
|
14
14
|
export interface RowObj {
|
|
15
15
|
keys?: React.Key[];
|
|
16
16
|
rowData?: any[];
|
|
@@ -128,7 +128,7 @@ export interface DwTableProps<T = HTableProps["configData"]> extends DrawerProps
|
|
|
128
128
|
configData?: T;
|
|
129
129
|
request?: HTableProps["request"];
|
|
130
130
|
contentRender?: (node: React.ReactNode) => React.ReactNode;
|
|
131
|
-
editTableProps?: Omit<
|
|
131
|
+
editTableProps?: Omit<HEditTableProps, "configData" | "request">;
|
|
132
132
|
dataSource?: any[];
|
|
133
133
|
}
|
|
134
134
|
export interface ModalTableProps<T = HTableProps["configData"]> extends Omit<ModalProps, "onOk"> {
|
|
@@ -140,7 +140,7 @@ export interface ModalTableProps<T = HTableProps["configData"]> extends Omit<Mod
|
|
|
140
140
|
contentRender?: (node: React.ReactNode) => React.ReactNode;
|
|
141
141
|
dataSource?: any[];
|
|
142
142
|
onOk?: (e?: React.MouseEvent<HTMLElement>) => void;
|
|
143
|
-
editTableProps?: Omit<
|
|
143
|
+
editTableProps?: Omit<HEditTableProps, "configData" | "request">;
|
|
144
144
|
}
|
|
145
145
|
export type ValueTypeConfigRenderFn = (config: ConfigItemModal, itemData: any, index: number, tableInstance: HTableInstance) => React.ReactNode;
|
|
146
146
|
export type ValueTypeConfigModal = Record<string, ValueTypeConfigRenderFn>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hw-component/table",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.2",
|
|
4
4
|
"description": "基于antd二次开发table组件",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"table"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
|
54
54
|
"@umijs/fabric": "^2.14.1",
|
|
55
55
|
"ahooks": "2.10.9",
|
|
56
|
-
"antd": "4.
|
|
56
|
+
"antd": "4.22.8",
|
|
57
57
|
"autoprefixer": "^10.4.14",
|
|
58
58
|
"babel-loader": "^9.1.2",
|
|
59
59
|
"css-loader": "^6.7.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Table from "@/components/Table";
|
|
2
2
|
import type { ModalTableProps } from "../modal";
|
|
3
|
-
import {
|
|
3
|
+
import { HEditTable } from "@/components";
|
|
4
4
|
import { ProColumns } from "@ant-design/pro-table/lib/typing";
|
|
5
5
|
|
|
6
6
|
export const TableContent = ({
|
|
@@ -32,7 +32,7 @@ export const EditTableContent = ({
|
|
|
32
32
|
dataSource,
|
|
33
33
|
}: ModalTableProps<ProColumns[]>) => {
|
|
34
34
|
const node = (
|
|
35
|
-
<
|
|
35
|
+
<HEditTable
|
|
36
36
|
{...editTableProps}
|
|
37
37
|
configData={configData || []}
|
|
38
38
|
request={request}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useRequest } from "ahooks";
|
|
2
|
-
import {
|
|
2
|
+
import { HEditTableProps } from "./modal";
|
|
3
3
|
import { MutableRefObject, useMemo, useRef } from "react";
|
|
4
4
|
import type { ActionType } from "@ant-design/pro-table";
|
|
5
5
|
import { EditableFormInstance } from "@ant-design/pro-table/lib/components/EditableTable";
|
|
6
6
|
import config from "../render/config";
|
|
7
7
|
|
|
8
|
-
export const useListRequest = ({ request, dataSource }:
|
|
8
|
+
export const useListRequest = ({ request, dataSource }: HEditTableProps) => {
|
|
9
9
|
const saveParams = useMemo(() => {
|
|
10
10
|
return {
|
|
11
11
|
params: {
|
|
@@ -33,7 +33,7 @@ export const useListRequest = ({ request, dataSource }: EditTableProps) => {
|
|
|
33
33
|
);
|
|
34
34
|
};
|
|
35
35
|
|
|
36
|
-
export const useCuRef = ({ actionRef, editableFormRef }:
|
|
36
|
+
export const useCuRef = ({ actionRef, editableFormRef }: HEditTableProps) => {
|
|
37
37
|
const defaultActionRef = useRef<ActionType>();
|
|
38
38
|
const defaultTableRef = useRef<EditableFormInstance>();
|
|
39
39
|
const cuActionRef = (actionRef ||
|
|
@@ -46,7 +46,7 @@ export const useCuRef = ({ actionRef, editableFormRef }: EditTableProps) => {
|
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
48
|
|
|
49
|
-
export const useColsMk = ({ configData }:
|
|
49
|
+
export const useColsMk = ({ configData }: HEditTableProps) => {
|
|
50
50
|
return configData?.map((item) => {
|
|
51
51
|
const { valueType, render } = item;
|
|
52
52
|
const configType = valueType as string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EditableProTable } from "@ant-design/pro-table";
|
|
2
|
-
import {
|
|
2
|
+
import { HEditTableProps } from "./modal";
|
|
3
3
|
import { useClassName } from "@/components/hooks";
|
|
4
4
|
import HTablePagination from "../HTablePagination";
|
|
5
5
|
import { ConfigProvider } from "antd";
|
|
@@ -29,7 +29,7 @@ export default ({
|
|
|
29
29
|
actionRef,
|
|
30
30
|
editableFormRef,
|
|
31
31
|
...props
|
|
32
|
-
}:
|
|
32
|
+
}: HEditTableProps) => {
|
|
33
33
|
const tableBody = useClassName("hw-table-body");
|
|
34
34
|
const { loading, data, error, run } = useListRequest({
|
|
35
35
|
request,
|
|
@@ -71,7 +71,7 @@ export default ({
|
|
|
71
71
|
value={values}
|
|
72
72
|
recordCreatorProps={{
|
|
73
73
|
position: "bottom",
|
|
74
|
-
record: () => ({ id: "add"
|
|
74
|
+
record: () => ({ id: "add", ...defaultRecordValue }),
|
|
75
75
|
creatorButtonText,
|
|
76
76
|
...recordCreatorProps,
|
|
77
77
|
}}
|
|
@@ -95,7 +95,7 @@ export default ({
|
|
|
95
95
|
id,
|
|
96
96
|
...oRow,
|
|
97
97
|
});
|
|
98
|
-
cuEditableFormRef.current?.resetFields([
|
|
98
|
+
cuEditableFormRef.current?.resetFields([key]);
|
|
99
99
|
cuActionRef.current?.reload();
|
|
100
100
|
},
|
|
101
101
|
...editable,
|
|
@@ -4,15 +4,16 @@ import { IPaginationProps } from "../HTablePagination";
|
|
|
4
4
|
import { EmptyPageRender, ErrorPageRender } from "../modal";
|
|
5
5
|
import { ProColumns } from "@ant-design/pro-table/lib/typing";
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
|
|
8
|
+
export interface HEditTableProps<T = any>
|
|
9
|
+
extends Omit<
|
|
10
|
+
EditableProTableProps<T, ParamsType>,
|
|
11
|
+
"recordCreatorProps" | "request" | "pagination"
|
|
12
|
+
> {
|
|
12
13
|
creatorButtonText?: string;
|
|
13
14
|
defaultRecordValue?: T;
|
|
14
15
|
recordCreatorProps?: Partial<
|
|
15
|
-
|
|
16
|
+
EditableProTableProps<T, ParamsType>["recordCreatorProps"]
|
|
16
17
|
>;
|
|
17
18
|
dataSource?: any[];
|
|
18
19
|
request?: (params: Record<string, any>) => Promise<T>;
|
package/src/components/index.tsx
CHANGED
|
@@ -12,6 +12,6 @@ export { default as HModalTable } from "./DialogTable/ModalTable";
|
|
|
12
12
|
export { useHDialogTable } from "./DialogTable/hooks";
|
|
13
13
|
export { default as HDwTable } from "./DialogTable/DwTable";
|
|
14
14
|
export { DefaultSubComponent as HTableHeaderSubBtn } from "./HTableHeader/defaultSubComponent";
|
|
15
|
-
export { default as
|
|
15
|
+
export { default as HEditTable } from "./EditTable";
|
|
16
16
|
export { default as HModalEditTable } from "./DialogTable/ModalEditTable";
|
|
17
17
|
export { default as HDwEditTable } from "./DialogTable/DwEditTable";
|
package/src/components/modal.ts
CHANGED
|
@@ -13,7 +13,7 @@ import type { AffixProps } from "antd/lib/affix";
|
|
|
13
13
|
import type { OptionModal } from "./HTableBody/modal";
|
|
14
14
|
import type { DrawerProps } from "antd";
|
|
15
15
|
import type { IPaginationProps } from "./HTablePagination";
|
|
16
|
-
import {
|
|
16
|
+
import { HEditTableProps } from "./EditTable/modal";
|
|
17
17
|
|
|
18
18
|
export interface RowObj {
|
|
19
19
|
keys?: React.Key[];
|
|
@@ -162,7 +162,7 @@ export interface DwTableProps<T = HTableProps["configData"]>
|
|
|
162
162
|
configData?: T;
|
|
163
163
|
request?: HTableProps["request"];
|
|
164
164
|
contentRender?: (node: React.ReactNode) => React.ReactNode;
|
|
165
|
-
editTableProps?: Omit<
|
|
165
|
+
editTableProps?: Omit<HEditTableProps, "configData" | "request">;
|
|
166
166
|
dataSource?: any[];
|
|
167
167
|
}
|
|
168
168
|
|
|
@@ -176,7 +176,7 @@ export interface ModalTableProps<T = HTableProps["configData"]>
|
|
|
176
176
|
contentRender?: (node: React.ReactNode) => React.ReactNode;
|
|
177
177
|
dataSource?: any[];
|
|
178
178
|
onOk?: (e?: React.MouseEvent<HTMLElement>) => void;
|
|
179
|
-
editTableProps?: Omit<
|
|
179
|
+
editTableProps?: Omit<HEditTableProps, "configData" | "request">;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
export type ValueTypeConfigRenderFn = (
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HEditTable } from "@/components";
|
|
2
2
|
import { useRef, useState } from "react";
|
|
3
3
|
import type { ActionType } from "@ant-design/pro-table";
|
|
4
4
|
|
|
@@ -29,22 +29,25 @@ export default () => {
|
|
|
29
29
|
const defaultActionRef = useRef<ActionType>();
|
|
30
30
|
const [cuData, setCuData] = useState(dataSource);
|
|
31
31
|
return (
|
|
32
|
-
<
|
|
32
|
+
<HEditTable
|
|
33
33
|
actionRef={defaultActionRef}
|
|
34
34
|
onAdd={async (data) => {
|
|
35
35
|
const newData = [...cuData];
|
|
36
|
-
newData.push({
|
|
37
|
-
id: newData.length + 1,
|
|
38
|
-
...data,
|
|
39
|
-
});
|
|
40
|
-
setCuData(newData);
|
|
41
36
|
}}
|
|
42
|
-
onEdit={async (data) => {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
37
|
+
onEdit={async (data) => {}}
|
|
38
|
+
request={async () => {
|
|
39
|
+
return {
|
|
40
|
+
records: [
|
|
41
|
+
{
|
|
42
|
+
id: "213213",
|
|
43
|
+
title: "100",
|
|
44
|
+
},
|
|
45
|
+
],
|
|
46
|
+
current: "1",
|
|
47
|
+
size: "10",
|
|
48
|
+
total: "10",
|
|
49
|
+
};
|
|
46
50
|
}}
|
|
47
|
-
dataSource={cuData}
|
|
48
51
|
configData={[
|
|
49
52
|
{ title: "标题", dataIndex: "title" },
|
|
50
53
|
{ title: "标题2", dataIndex: "time", valueType: "date" },
|
|
@@ -57,7 +60,6 @@ export default () => {
|
|
|
57
60
|
key="editable"
|
|
58
61
|
type={"link"}
|
|
59
62
|
onClick={() => {
|
|
60
|
-
console.log(action);
|
|
61
63
|
action?.startEditable?.(record.id);
|
|
62
64
|
}}
|
|
63
65
|
>
|
|
@@ -42,25 +42,22 @@ export default () => {
|
|
|
42
42
|
title="编辑"
|
|
43
43
|
request={async () => {
|
|
44
44
|
return {
|
|
45
|
-
records:
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
records: [
|
|
46
|
+
{
|
|
47
|
+
id: "213213",
|
|
48
|
+
title: "100",
|
|
49
|
+
},
|
|
50
|
+
],
|
|
51
|
+
current: "1",
|
|
52
|
+
size: "10",
|
|
53
|
+
total: "10",
|
|
49
54
|
};
|
|
50
55
|
}}
|
|
51
56
|
editTableProps={{
|
|
52
|
-
onAdd: async (data) => {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
...data,
|
|
57
|
-
});
|
|
58
|
-
setCuData(newData);
|
|
59
|
-
},
|
|
60
|
-
onEdit: async (data) => {
|
|
61
|
-
const index = cuData.findIndex((e) => e.id === data.id);
|
|
62
|
-
cuData[index] = data;
|
|
63
|
-
setCuData([...cuData]);
|
|
57
|
+
onAdd: async (data) => {},
|
|
58
|
+
onEdit: async (data) => {},
|
|
59
|
+
defaultRecordValue: {
|
|
60
|
+
title: "21312",
|
|
64
61
|
},
|
|
65
62
|
}}
|
|
66
63
|
dialogTable={dialogTable}
|