From a6f14781d30b13a49d88fe0a6b102ca9666048e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Mon, 17 Jun 2019 17:37:56 +0800 Subject: [PATCH] fix all eslint-error --- .eslintcache | 1 + AccountCenter/src/_mock.ts | 2 +- AccountSettings/src/model.ts | 6 +- DashboardAnalysis/package.json | 5 +- DashboardAnalysis/src/_mock.ts | 2 +- DashboardAnalysis/src/model.tsx | 2 +- ListBasicList/package.json | 3 + ListBasicList/src/_mock.ts | 2 +- ListBasicList/src/index.tsx | 11 ++-- ListBasicList/src/model.ts | 12 ++-- ListBasicList/src/service.ts | 2 +- ListCardList/package.json | 6 +- ListCardList/src/_mock.ts | 2 +- ListCardList/src/index.tsx | 59 ++++++++++--------- ListCardList/src/model.ts | 10 ++-- ListSearch/package.json | 5 +- ListSearchApplications/package.json | 5 +- ListSearchApplications/src/_mock.ts | 2 +- ListSearchApplications/src/index.tsx | 8 +-- ListSearchApplications/src/model.ts | 10 ++-- ListSearchApplications/src/service.ts | 2 +- ListSearchArticles/package.json | 5 +- ListSearchArticles/src/_mock.ts | 2 +- ListSearchArticles/src/index.tsx | 8 +-- ListSearchArticles/src/model.ts | 14 ++--- ListSearchArticles/src/service.ts | 2 +- ListSearchProjects/package.json | 5 +- ListSearchProjects/src/_mock.ts | 2 +- ListSearchProjects/src/index.tsx | 12 ++-- ListSearchProjects/src/model.ts | 10 ++-- ListTableList/package.json | 6 +- ListTableList/src/_mock.ts | 8 ++- .../src/components/StandardTable/index.tsx | 32 ++++++---- ListTableList/src/components/UpdateForm.tsx | 14 ++--- ListTableList/src/index.tsx | 15 ++--- ListTableList/src/model.ts | 10 ++-- ListTableList/src/service.ts | 2 +- ProfileAdvanced/package.json | 9 +-- ProfileAdvanced/src/index.tsx | 32 +++++----- ProfileAdvanced/src/model.ts | 2 +- ProfileBasic/package.json | 6 +- ProfileBasic/src/data.d.ts | 10 ++-- ProfileBasic/src/index.tsx | 26 ++++---- ProfileBasic/src/model.ts | 10 ++-- ResultFail/package.json | 8 ++- ResultSuccess/package.json | 7 ++- UserLogin/package.json | 9 +-- UserLogin/src/index.tsx | 46 +++++++-------- UserLogin/src/model.ts | 8 +-- UserRegister/package.json | 5 +- UserRegister/src/index.tsx | 22 +++---- UserRegister/src/model.ts | 8 +-- UserRegister/src/service.ts | 4 +- 53 files changed, 279 insertions(+), 237 deletions(-) create mode 100644 .eslintcache diff --git a/.eslintcache b/.eslintcache new file mode 100644 index 00000000..e6770598 --- /dev/null +++ b/.eslintcache @@ -0,0 +1 @@ +[{"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/_mock.ts":"1","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/components/Applications/index.tsx":"2","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/components/ArticleListContent/index.tsx":"3","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/components/Articles/index.tsx":"4","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/components/AvatarList/index.tsx":"5","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/components/Projects/index.tsx":"6","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/data.d.ts":"7","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/index.tsx":"8","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/model.ts":"9","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/service.ts":"10","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/_mock.ts":"11","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/components/base.tsx":"12","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/components/binding.tsx":"13","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/components/GeographicView.tsx":"14","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/components/notification.tsx":"15","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/components/PhoneView.tsx":"16","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/components/security.tsx":"17","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/data.d.ts":"18","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/index.tsx":"19","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/locales/en-US.ts":"20","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/locales/zh-CN.ts":"21","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/locales/zh-TW.ts":"22","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/model.ts":"23","/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/service.ts":"24","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/_mock.ts":"25","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/autoHeight.tsx":"26","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/Bar/index.tsx":"27","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/bizcharts.d.ts":"28","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/bizcharts.tsx":"29","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/ChartCard/index.tsx":"30","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/Field/index.tsx":"31","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/Gauge/index.tsx":"32","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/index.tsx":"33","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/MiniArea/index.tsx":"34","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/MiniBar/index.tsx":"35","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/MiniProgress/index.tsx":"36","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/Pie/index.tsx":"37","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/TagCloud/index.tsx":"38","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/TimelineChart/index.tsx":"39","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/WaterWave/index.tsx":"40","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/IntroduceRow.tsx":"41","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/NumberInfo/index.tsx":"42","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/OfflineData.tsx":"43","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/PageLoading/index.tsx":"44","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/ProportionSales.tsx":"45","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/SalesCard.tsx":"46","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/TopSearch.tsx":"47","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Trend/index.tsx":"48","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/data.d.ts":"49","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/index.tsx":"50","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/locales/en-US.ts":"51","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/locales/pt-BR.ts":"52","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/locales/zh-CN.ts":"53","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/locales/zh-TW.ts":"54","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/model.tsx":"55","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/service.tsx":"56","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/utils/utils.ts":"57","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/utils/Yuan.tsx":"58","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/_mock.ts":"59","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/ActiveChart/index.tsx":"60","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/Charts/autoHeight.tsx":"61","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/Charts/Gauge/index.tsx":"62","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/Charts/index.tsx":"63","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/Charts/MiniArea/index.tsx":"64","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/Charts/Pie/index.tsx":"65","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/Charts/TagCloud/index.tsx":"66","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/Charts/WaterWave/index.tsx":"67","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/data.d.ts":"68","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/index.tsx":"69","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/locales/en-US.ts":"70","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/locales/pt-BR.ts":"71","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/locales/zh-CN.ts":"72","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/locales/zh-TW.ts":"73","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/model.ts":"74","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/service.ts":"75","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/_mock.ts":"76","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/components/EditableLinkGroup/index.tsx":"77","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/components/Radar/autoHeight.tsx":"78","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/components/Radar/index.tsx":"79","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/data.d.ts":"80","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/index.tsx":"81","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/model.ts":"82","/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/service.ts":"83","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/common/IconFont/index.ts":"84","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorContextMenu/FlowContextMenu.tsx":"85","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorContextMenu/index.tsx":"86","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorContextMenu/KoniContextMenu.tsx":"87","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorContextMenu/MenuItem.tsx":"88","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorContextMenu/MindContextMenu.tsx":"89","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorDetailPanel/DetailForm.tsx":"90","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorDetailPanel/FlowDetailPanel.tsx":"91","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorDetailPanel/index.tsx":"92","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorDetailPanel/KoniDetailPanel.tsx":"93","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorDetailPanel/MindDetailPanel.tsx":"94","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorItemPanel/FlowItemPanel.tsx":"95","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorItemPanel/index.tsx":"96","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorItemPanel/KoniItemPanel.tsx":"97","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorMinimap/index.tsx":"98","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorToolbar/FlowToolbar.tsx":"99","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorToolbar/index.tsx":"100","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorToolbar/KoniToolbar.tsx":"101","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorToolbar/MindToolbar.tsx":"102","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorToolbar/ToolbarButton.tsx":"103","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/index.tsx":"104","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/locales/en-US.ts":"105","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/locales/zh-CN.ts":"106","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/common/IconFont/index.ts":"107","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorContextMenu/FlowContextMenu.tsx":"108","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorContextMenu/index.tsx":"109","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorContextMenu/KoniContextMenu.tsx":"110","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorContextMenu/MenuItem.tsx":"111","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorContextMenu/MindContextMenu.tsx":"112","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorDetailPanel/DetailForm.tsx":"113","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorDetailPanel/FlowDetailPanel.tsx":"114","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorDetailPanel/index.tsx":"115","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorDetailPanel/KoniDetailPanel.tsx":"116","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorDetailPanel/MindDetailPanel.tsx":"117","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorItemPanel/FlowItemPanel.tsx":"118","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorItemPanel/index.tsx":"119","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorItemPanel/KoniItemPanel.tsx":"120","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorMinimap/index.tsx":"121","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorToolbar/FlowToolbar.tsx":"122","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorToolbar/index.tsx":"123","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorToolbar/KoniToolbar.tsx":"124","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorToolbar/MindToolbar.tsx":"125","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorToolbar/ToolbarButton.tsx":"126","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/index.tsx":"127","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/locales/en-US.ts":"128","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/locales/zh-CN.ts":"129","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/common/IconFont/index.ts":"130","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorContextMenu/FlowContextMenu.tsx":"131","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorContextMenu/index.tsx":"132","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorContextMenu/KoniContextMenu.tsx":"133","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorContextMenu/MenuItem.tsx":"134","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorContextMenu/MindContextMenu.tsx":"135","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorDetailPanel/DetailForm.tsx":"136","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorDetailPanel/FlowDetailPanel.tsx":"137","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorDetailPanel/index.tsx":"138","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorDetailPanel/KoniDetailPanel.tsx":"139","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorDetailPanel/MindDetailPanel.tsx":"140","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorItemPanel/FlowItemPanel.tsx":"141","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorItemPanel/index.tsx":"142","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorItemPanel/KoniItemPanel.tsx":"143","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorMinimap/index.tsx":"144","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorToolbar/FlowToolbar.tsx":"145","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorToolbar/index.tsx":"146","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorToolbar/KoniToolbar.tsx":"147","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorToolbar/MindToolbar.tsx":"148","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorToolbar/ToolbarButton.tsx":"149","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/index.tsx":"150","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/locales/en-US.ts":"151","/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/locales/zh-CN.ts":"152","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception403/src/components/Exception/index.tsx":"153","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception403/src/components/Exception/typeConfig.ts":"154","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception403/src/index.tsx":"155","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception403/src/locales/en-US.ts":"156","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception403/src/locales/pt-BR.ts":"157","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception403/src/locales/zh-CN.ts":"158","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception403/src/locales/zh-TW.ts":"159","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception404/src/components/Exception/index.tsx":"160","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception404/src/components/Exception/typeConfig.ts":"161","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception404/src/index.tsx":"162","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception404/src/locales/en-US.ts":"163","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception404/src/locales/pt-BR.ts":"164","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception404/src/locales/zh-CN.ts":"165","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception404/src/locales/zh-TW.ts":"166","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception500/src/components/Exception/index.tsx":"167","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception500/src/components/Exception/typeConfig.ts":"168","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception500/src/index.tsx":"169","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception500/src/locales/en-US.ts":"170","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception500/src/locales/pt-BR.ts":"171","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception500/src/locales/zh-CN.ts":"172","/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception500/src/locales/zh-TW.ts":"173","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormAdvancedForm/src/_mock.ts":"174","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormAdvancedForm/src/components/FooterToolbar/index.tsx":"175","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormAdvancedForm/src/components/TableForm.tsx":"176","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormAdvancedForm/src/index.tsx":"177","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormAdvancedForm/src/model.ts":"178","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormAdvancedForm/src/service.ts":"179","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/_mock.ts":"180","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/index.tsx":"181","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/locales/en-US.ts":"182","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/locales/pt-BR.ts":"183","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/locales/zh-CN.ts":"184","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/locales/zh-TW.ts":"185","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/model.ts":"186","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/service.ts":"187","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/_mock.ts":"188","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/components/Result/index.tsx":"189","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/components/Step1/index.tsx":"190","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/components/Step2/index.tsx":"191","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/components/Step3/index.tsx":"192","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/index.tsx":"193","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/locales/en-US.ts":"194","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/locales/pt-BR.ts":"195","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/locales/zh-CN.ts":"196","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/locales/zh-TW.ts":"197","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/model.ts":"198","/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/service.ts":"199","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListBasicList/src/_mock.ts":"200","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListBasicList/src/data.d.ts":"201","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListBasicList/src/index.tsx":"202","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListBasicList/src/model.ts":"203","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListBasicList/src/Result/index.tsx":"204","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListBasicList/src/service.ts":"205","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListCardList/src/_mock.ts":"206","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListCardList/src/data.d.ts":"207","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListCardList/src/index.tsx":"208","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListCardList/src/model.ts":"209","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListCardList/src/service.ts":"210","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearch/src/index.tsx":"211","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchApplications/src/_mock.ts":"212","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchApplications/src/components/StandardFormRow/index.tsx":"213","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchApplications/src/components/TagSelect/index.tsx":"214","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchApplications/src/data.d.ts":"215","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchApplications/src/index.tsx":"216","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchApplications/src/model.ts":"217","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchApplications/src/service.ts":"218","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/_mock.ts":"219","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/components/ArticleListContent/index.tsx":"220","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/components/StandardFormRow/index.tsx":"221","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/components/TagSelect/index.tsx":"222","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/data.d.ts":"223","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/index.tsx":"224","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/model.ts":"225","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/service.ts":"226","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/_mock.ts":"227","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/components/AvatarList/index.tsx":"228","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/components/StandardFormRow/index.tsx":"229","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/components/TagSelect/index.tsx":"230","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/data.d.ts":"231","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/index.tsx":"232","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/model.ts":"233","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/service.ts":"234","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/_mock.ts":"235","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/components/CreateForm.tsx":"236","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/components/StandardTable/index.tsx":"237","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/components/UpdateForm.tsx":"238","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/data.d.ts":"239","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/index.tsx":"240","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/model.ts":"241","/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/service.ts":"242","/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileAdvanced/src/_mock.ts":"243","/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileAdvanced/src/data.d.ts":"244","/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileAdvanced/src/index.tsx":"245","/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileAdvanced/src/model.ts":"246","/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileAdvanced/src/service.ts":"247","/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileBasic/src/_mock.ts":"248","/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileBasic/src/data.d.ts":"249","/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileBasic/src/index.tsx":"250","/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileBasic/src/model.ts":"251","/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileBasic/src/service.ts":"252","/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultFail/src/index.tsx":"253","/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultFail/src/locales/en-US.ts":"254","/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultFail/src/locales/zh-CN.ts":"255","/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultFail/src/locales/zh-TW.ts":"256","/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultFail/src/Result/index.tsx":"257","/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultSuccess/src/index.tsx":"258","/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultSuccess/src/locales/en-US.ts":"259","/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultSuccess/src/locales/zh-CN.ts":"260","/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultSuccess/src/locales/zh-TW.ts":"261","/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultSuccess/src/Result/index.tsx":"262","/Users/qixian.cs/Documents/GitHub/pro-blocks/typings.d.ts":"263","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/_mock.ts":"264","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/components/Login/index.tsx":"265","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/components/Login/LoginContext.tsx":"266","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/components/Login/LoginItem.tsx":"267","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/components/Login/LoginSubmit.tsx":"268","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/components/Login/LoginTab.tsx":"269","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/components/Login/map.tsx":"270","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/index.tsx":"271","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/locales/en-US.ts":"272","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/locales/zh-CN.ts":"273","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/locales/zh-TW.ts":"274","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/model.ts":"275","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/service.ts":"276","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/utils/utils.ts":"277","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegister/src/_mock.ts":"278","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegister/src/index.tsx":"279","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegister/src/locales/en-US.ts":"280","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegister/src/locales/zh-CN.ts":"281","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegister/src/locales/zh-TW.ts":"282","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegister/src/model.ts":"283","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegister/src/service.ts":"284","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegisterResult/src/index.tsx":"285","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegisterResult/src/locales/en-US.ts":"286","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegisterResult/src/locales/zh-CN.ts":"287","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegisterResult/src/locales/zh-TW.ts":"288","/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegisterResult/src/Result/index.tsx":"289"},{"size":8589,"mtime":1560745188230,"results":"290","hashOfConfig":"291"},{"size":3313,"mtime":1560746403704,"results":"292","hashOfConfig":"291"},{"size":764,"mtime":1560746363211,"results":"293","hashOfConfig":"291"},{"size":1812,"mtime":1560746370453,"results":"294","hashOfConfig":"291"},{"size":2256,"mtime":1560746400887,"results":"295","hashOfConfig":"291"},{"size":1711,"mtime":1560745453532,"results":"296","hashOfConfig":"291"},{"size":1328,"mtime":1560746187677,"results":"297","hashOfConfig":"291"},{"size":7593,"mtime":1560746200575,"results":"298","hashOfConfig":"291"},{"size":1529,"mtime":1560746233426,"results":"299","hashOfConfig":"291"},{"size":238,"mtime":1560746236448,"results":"300","hashOfConfig":"291"},{"size":1686,"mtime":1559117662141,"results":"301","hashOfConfig":"291"},{"size":6959,"mtime":1560746591698,"results":"302","hashOfConfig":"291"},{"size":1831,"mtime":1560746595447,"results":"303","hashOfConfig":"291"},{"size":3740,"mtime":1560746798759,"results":"304","hashOfConfig":"291"},{"size":1614,"mtime":1560746801958,"results":"305","hashOfConfig":"291"},{"size":966,"mtime":1560746857644,"results":"306","hashOfConfig":"291"},{"size":2966,"mtime":1560750155958,"results":"307","hashOfConfig":"291"},{"size":784,"mtime":1560746737525,"results":"308","hashOfConfig":"291"},{"size":4392,"mtime":1560746532336,"results":"309","hashOfConfig":"291"},{"size":3354,"mtime":1558498218494,"results":"310","hashOfConfig":"291"},{"size":3099,"mtime":1558498218494,"results":"311","hashOfConfig":"291"},{"size":3099,"mtime":1558498218495,"results":"312","hashOfConfig":"291"},{"size":2657,"mtime":1560745489093,"results":"313","hashOfConfig":"291"},{"size":380,"mtime":1559117750425,"results":"314","hashOfConfig":"291"},{"size":3325,"mtime":1560745489074,"results":"315","hashOfConfig":"291"},{"size":1964,"mtime":1560745188238,"results":"316","hashOfConfig":"291"},{"size":3039,"mtime":1560745408976,"results":"317","hashOfConfig":"291"},{"size":59,"mtime":1558498218509,"results":"318","hashOfConfig":"291"},{"size":65,"mtime":1559646092724,"results":"319","hashOfConfig":"291"},{"size":2519,"mtime":1560745408997,"results":"320","hashOfConfig":"291"},{"size":430,"mtime":1560745409020,"results":"321","hashOfConfig":"291"},{"size":4170,"mtime":1560745409045,"results":"322","hashOfConfig":"291"},{"size":803,"mtime":1560745453534,"results":"323","hashOfConfig":"291"},{"size":3057,"mtime":1560745409068,"results":"324","hashOfConfig":"291"},{"size":1463,"mtime":1560745409091,"results":"325","hashOfConfig":"291"},{"size":1100,"mtime":1560745188236,"results":"326","hashOfConfig":"291"},{"size":8104,"mtime":1560745453534,"results":"327","hashOfConfig":"291"},{"size":5100,"mtime":1560745453535,"results":"328","hashOfConfig":"291"},{"size":3380,"mtime":1560745409195,"results":"329","hashOfConfig":"291"},{"size":6130,"mtime":1560745409223,"results":"330","hashOfConfig":"291"},{"size":4908,"mtime":1560745488389,"results":"331","hashOfConfig":"291"},{"size":1428,"mtime":1560745406503,"results":"332","hashOfConfig":"291"},{"size":2175,"mtime":1560745488296,"results":"333","hashOfConfig":"291"},{"size":277,"mtime":1558498218512,"results":"334","hashOfConfig":"291"},{"size":2297,"mtime":1560745488269,"results":"335","hashOfConfig":"291"},{"size":5902,"mtime":1560745453535,"results":"336","hashOfConfig":"291"},{"size":3745,"mtime":1560745453536,"results":"337","hashOfConfig":"291"},{"size":911,"mtime":1560745406553,"results":"338","hashOfConfig":"291"},{"size":1106,"mtime":1558512525291,"results":"339","hashOfConfig":"291"},{"size":6069,"mtime":1560745453536,"results":"340","hashOfConfig":"291"},{"size":1620,"mtime":1558498218514,"results":"341","hashOfConfig":"291"},{"size":1678,"mtime":1558498218514,"results":"342","hashOfConfig":"291"},{"size":1656,"mtime":1558498218515,"results":"343","hashOfConfig":"291"},{"size":1656,"mtime":1558498218515,"results":"344","hashOfConfig":"291"},{"size":1711,"mtime":1560745396744,"results":"345","hashOfConfig":"291"},{"size":120,"mtime":1559114170592,"results":"346","hashOfConfig":"291"},{"size":1315,"mtime":1560745400202,"results":"347","hashOfConfig":"291"},{"size":619,"mtime":1560745188242,"results":"348","hashOfConfig":"291"},{"size":162,"mtime":1559113203875,"results":"349","hashOfConfig":"291"},{"size":2633,"mtime":1560752996706,"results":"350","hashOfConfig":"291"},{"size":1964,"mtime":1560753807796,"results":"351","hashOfConfig":"291"},{"size":4034,"mtime":1560751307106,"results":"352","hashOfConfig":"291"},{"size":309,"mtime":1560753818654,"results":"353","hashOfConfig":"291"},{"size":2843,"mtime":1560752989382,"results":"354","hashOfConfig":"291"},{"size":8094,"mtime":1560753436252,"results":"355","hashOfConfig":"291"},{"size":5019,"mtime":1560753707252,"results":"356","hashOfConfig":"291"},{"size":6141,"mtime":1560753822800,"results":"357","hashOfConfig":"291"},{"size":78,"mtime":1560750948847,"results":"358","hashOfConfig":"291"},{"size":9119,"mtime":1560750965114,"results":"359","hashOfConfig":"291"},{"size":1012,"mtime":1558498218524,"results":"360","hashOfConfig":"291"},{"size":1059,"mtime":1558498218524,"results":"361","hashOfConfig":"291"},{"size":971,"mtime":1558498218524,"results":"362","hashOfConfig":"291"},{"size":971,"mtime":1558498218524,"results":"363","hashOfConfig":"291"},{"size":964,"mtime":1560750961193,"results":"364","hashOfConfig":"291"},{"size":105,"mtime":1559114170593,"results":"365","hashOfConfig":"291"},{"size":7112,"mtime":1559114006714,"results":"366","hashOfConfig":"291"},{"size":1098,"mtime":1560750797009,"results":"367","hashOfConfig":"291"},{"size":1938,"mtime":1560750930798,"results":"368","hashOfConfig":"291"},{"size":5089,"mtime":1560745406720,"results":"369","hashOfConfig":"291"},{"size":1198,"mtime":1560750791809,"results":"370","hashOfConfig":"291"},{"size":7738,"mtime":1560750788971,"results":"371","hashOfConfig":"291"},{"size":2452,"mtime":1560750474000,"results":"372","hashOfConfig":"291"},{"size":371,"mtime":1560750369603,"results":"373","hashOfConfig":"291"},{"size":174,"mtime":1558525273677,"results":"374","hashOfConfig":"291"},{"size":1043,"mtime":1560745487332,"results":"375","hashOfConfig":"291"},{"size":210,"mtime":1560753912346,"results":"376","hashOfConfig":"291"},{"size":82,"mtime":1558524916562,"results":"377","hashOfConfig":"291"},{"size":679,"mtime":1560745487289,"results":"378","hashOfConfig":"291"},{"size":690,"mtime":1560745487267,"results":"379","hashOfConfig":"291"},{"size":3324,"mtime":1560753923776,"results":"380","hashOfConfig":"291"},{"size":789,"mtime":1560753922193,"results":"381","hashOfConfig":"291"},{"size":210,"mtime":1560745407073,"results":"382","hashOfConfig":"291"},{"size":82,"mtime":1558520992670,"results":"383","hashOfConfig":"291"},{"size":505,"mtime":1560745487193,"results":"384","hashOfConfig":"291"},{"size":6932,"mtime":1560745487170,"results":"385","hashOfConfig":"291"},{"size":132,"mtime":1558524425222,"results":"386","hashOfConfig":"291"},{"size":26813,"mtime":1560745487158,"results":"387","hashOfConfig":"291"},{"size":265,"mtime":1560745487141,"results":"388","hashOfConfig":"291"},{"size":1263,"mtime":1560745487128,"results":"389","hashOfConfig":"291"},{"size":174,"mtime":1560745407331,"results":"390","hashOfConfig":"291"},{"size":70,"mtime":1558524407094,"results":"391","hashOfConfig":"291"},{"size":989,"mtime":1560745487117,"results":"392","hashOfConfig":"291"},{"size":784,"mtime":1560745487104,"results":"393","hashOfConfig":"291"},{"size":1402,"mtime":1560753849816,"results":"394","hashOfConfig":"291"},{"size":129,"mtime":1559010800813,"results":"395","hashOfConfig":"291"},{"size":124,"mtime":1559010800814,"results":"396","hashOfConfig":"291"},{"size":174,"mtime":1558526301836,"results":"397","hashOfConfig":"291"},{"size":1043,"mtime":1560745487066,"results":"398","hashOfConfig":"291"},{"size":210,"mtime":1560745407526,"results":"399","hashOfConfig":"291"},{"size":82,"mtime":1558526301867,"results":"400","hashOfConfig":"291"},{"size":679,"mtime":1560745453539,"results":"401","hashOfConfig":"291"},{"size":690,"mtime":1560745487037,"results":"402","hashOfConfig":"291"},{"size":3324,"mtime":1560745487014,"results":"403","hashOfConfig":"291"},{"size":789,"mtime":1560745486988,"results":"404","hashOfConfig":"291"},{"size":210,"mtime":1560745407694,"results":"405","hashOfConfig":"291"},{"size":82,"mtime":1558526301880,"results":"406","hashOfConfig":"291"},{"size":505,"mtime":1560745486976,"results":"407","hashOfConfig":"291"},{"size":6932,"mtime":1560745486949,"results":"408","hashOfConfig":"291"},{"size":132,"mtime":1558526301894,"results":"409","hashOfConfig":"291"},{"size":26813,"mtime":1560745486934,"results":"410","hashOfConfig":"291"},{"size":265,"mtime":1560745486920,"results":"411","hashOfConfig":"291"},{"size":1263,"mtime":1560745486909,"results":"412","hashOfConfig":"291"},{"size":174,"mtime":1560745407916,"results":"413","hashOfConfig":"291"},{"size":70,"mtime":1558526301901,"results":"414","hashOfConfig":"291"},{"size":989,"mtime":1560745486892,"results":"415","hashOfConfig":"291"},{"size":784,"mtime":1560745486879,"results":"416","hashOfConfig":"291"},{"size":1402,"mtime":1560753983883,"results":"417","hashOfConfig":"291"},{"size":173,"mtime":1559010800815,"results":"418","hashOfConfig":"291"},{"size":133,"mtime":1559010800815,"results":"419","hashOfConfig":"291"},{"size":174,"mtime":1558526323114,"results":"420","hashOfConfig":"291"},{"size":1043,"mtime":1560745486829,"results":"421","hashOfConfig":"291"},{"size":210,"mtime":1560745408053,"results":"422","hashOfConfig":"291"},{"size":82,"mtime":1558526323121,"results":"423","hashOfConfig":"291"},{"size":679,"mtime":1560745486815,"results":"424","hashOfConfig":"291"},{"size":690,"mtime":1560745486797,"results":"425","hashOfConfig":"291"},{"size":3324,"mtime":1560745486775,"results":"426","hashOfConfig":"291"},{"size":789,"mtime":1560745486733,"results":"427","hashOfConfig":"291"},{"size":210,"mtime":1560745408168,"results":"428","hashOfConfig":"291"},{"size":82,"mtime":1558526323131,"results":"429","hashOfConfig":"291"},{"size":505,"mtime":1560745486717,"results":"430","hashOfConfig":"291"},{"size":6932,"mtime":1560745486695,"results":"431","hashOfConfig":"291"},{"size":132,"mtime":1558526323138,"results":"432","hashOfConfig":"291"},{"size":26813,"mtime":1560745486685,"results":"433","hashOfConfig":"291"},{"size":265,"mtime":1560745486672,"results":"434","hashOfConfig":"291"},{"size":1263,"mtime":1560745486662,"results":"435","hashOfConfig":"291"},{"size":174,"mtime":1560745408342,"results":"436","hashOfConfig":"291"},{"size":70,"mtime":1558526323142,"results":"437","hashOfConfig":"291"},{"size":989,"mtime":1560745486643,"results":"438","hashOfConfig":"291"},{"size":784,"mtime":1560745486627,"results":"439","hashOfConfig":"291"},{"size":1293,"mtime":1560754069095,"results":"440","hashOfConfig":"291"},{"size":204,"mtime":1559010800816,"results":"441","hashOfConfig":"291"},{"size":177,"mtime":1559010800817,"results":"442","hashOfConfig":"291"},{"size":2111,"mtime":1560754078899,"results":"443","hashOfConfig":"291"},{"size":751,"mtime":1553765774167,"results":"444","hashOfConfig":"291"},{"size":373,"mtime":1560754074672,"results":"445","hashOfConfig":"291"},{"size":144,"mtime":1553765774168,"results":"446","hashOfConfig":"291"},{"size":156,"mtime":1553765774168,"results":"447","hashOfConfig":"291"},{"size":136,"mtime":1553765774169,"results":"448","hashOfConfig":"291"},{"size":136,"mtime":1553765774169,"results":"449","hashOfConfig":"291"},{"size":2111,"mtime":1560745408423,"results":"450","hashOfConfig":"291"},{"size":751,"mtime":1553765774173,"results":"451","hashOfConfig":"291"},{"size":373,"mtime":1560745453541,"results":"452","hashOfConfig":"291"},{"size":145,"mtime":1553765774174,"results":"453","hashOfConfig":"291"},{"size":159,"mtime":1553765774174,"results":"454","hashOfConfig":"291"},{"size":139,"mtime":1553765774174,"results":"455","hashOfConfig":"291"},{"size":139,"mtime":1553765774175,"results":"456","hashOfConfig":"291"},{"size":2111,"mtime":1560745408468,"results":"457","hashOfConfig":"291"},{"size":751,"mtime":1553765774179,"results":"458","hashOfConfig":"291"},{"size":373,"mtime":1560745453542,"results":"459","hashOfConfig":"291"},{"size":142,"mtime":1553765774180,"results":"460","hashOfConfig":"291"},{"size":155,"mtime":1553765774180,"results":"461","hashOfConfig":"291"},{"size":130,"mtime":1553765774180,"results":"462","hashOfConfig":"291"},{"size":130,"mtime":1553765774181,"results":"463","hashOfConfig":"291"},{"size":106,"mtime":1559113203844,"results":"464","hashOfConfig":"291"},{"size":1326,"mtime":1560754179762,"results":"465","hashOfConfig":"291"},{"size":7668,"mtime":1560755203250,"results":"466","hashOfConfig":"291"},{"size":12150,"mtime":1560754122537,"results":"467","hashOfConfig":"291"},{"size":712,"mtime":1560745453542,"results":"468","hashOfConfig":"291"},{"size":167,"mtime":1559114198540,"results":"469","hashOfConfig":"291"},{"size":106,"mtime":1559113378087,"results":"470","hashOfConfig":"291"},{"size":8864,"mtime":1560745397591,"results":"471","hashOfConfig":"291"},{"size":3271,"mtime":1558498218544,"results":"472","hashOfConfig":"291"},{"size":2994,"mtime":1558498218545,"results":"473","hashOfConfig":"291"},{"size":3046,"mtime":1558498218545,"results":"474","hashOfConfig":"291"},{"size":3043,"mtime":1558498218545,"results":"475","hashOfConfig":"291"},{"size":709,"mtime":1560745453543,"results":"476","hashOfConfig":"291"},{"size":167,"mtime":1559114179204,"results":"477","hashOfConfig":"291"},{"size":148,"mtime":1559113203875,"results":"478","hashOfConfig":"291"},{"size":1155,"mtime":1560745408541,"results":"479","hashOfConfig":"291"},{"size":4440,"mtime":1560755603904,"results":"480","hashOfConfig":"291"},{"size":3394,"mtime":1560755540808,"results":"481","hashOfConfig":"291"},{"size":1907,"mtime":1560755634575,"results":"482","hashOfConfig":"291"},{"size":1766,"mtime":1560755660986,"results":"483","hashOfConfig":"291"},{"size":3271,"mtime":1558498218551,"results":"484","hashOfConfig":"291"},{"size":2994,"mtime":1558498218552,"results":"485","hashOfConfig":"291"},{"size":3046,"mtime":1558498218552,"results":"486","hashOfConfig":"291"},{"size":3043,"mtime":1558498218552,"results":"487","hashOfConfig":"291"},{"size":1547,"mtime":1560755656699,"results":"488","hashOfConfig":"291"},{"size":167,"mtime":1559114197377,"results":"489","hashOfConfig":"291"},{"size":5086,"mtime":1560745188271,"results":"490","hashOfConfig":"291"},{"size":548,"mtime":1559113265027,"results":"491","hashOfConfig":"291"},{"size":10979,"mtime":1560759596625,"results":"492","hashOfConfig":"291"},{"size":1921,"mtime":1560745453544,"results":"493","hashOfConfig":"291"},{"size":1155,"mtime":1560745403099,"results":"494","hashOfConfig":"291"},{"size":1087,"mtime":1560745453544,"results":"495","hashOfConfig":"291"},{"size":4187,"mtime":1560745188272,"results":"496","hashOfConfig":"291"},{"size":547,"mtime":1559113265013,"results":"497","hashOfConfig":"291"},{"size":3884,"mtime":1560745485992,"results":"498","hashOfConfig":"291"},{"size":1040,"mtime":1560745453544,"results":"499","hashOfConfig":"291"},{"size":158,"mtime":1560745188273,"results":"500","hashOfConfig":"291"},{"size":2123,"mtime":1560745398069,"results":"501","hashOfConfig":"291"},{"size":4161,"mtime":1560745188274,"results":"502","hashOfConfig":"291"},{"size":810,"mtime":1555900212958,"results":"503","hashOfConfig":"291"},{"size":4869,"mtime":1560745408669,"results":"504","hashOfConfig":"291"},{"size":543,"mtime":1559113269363,"results":"505","hashOfConfig":"291"},{"size":7259,"mtime":1560745453545,"results":"506","hashOfConfig":"291"},{"size":1032,"mtime":1560745398163,"results":"507","hashOfConfig":"291"},{"size":200,"mtime":1560745453545,"results":"508","hashOfConfig":"291"},{"size":4161,"mtime":1560745188277,"results":"509","hashOfConfig":"291"},{"size":777,"mtime":1560745408688,"results":"510","hashOfConfig":"291"},{"size":810,"mtime":1555900212960,"results":"511","hashOfConfig":"291"},{"size":4869,"mtime":1560745408735,"results":"512","hashOfConfig":"291"},{"size":543,"mtime":1559113265003,"results":"513","hashOfConfig":"291"},{"size":8146,"mtime":1560745453545,"results":"514","hashOfConfig":"291"},{"size":1452,"mtime":1560745398281,"results":"515","hashOfConfig":"291"},{"size":200,"mtime":1560745453545,"results":"516","hashOfConfig":"291"},{"size":4161,"mtime":1560745188278,"results":"517","hashOfConfig":"291"},{"size":2247,"mtime":1560745408755,"results":"518","hashOfConfig":"291"},{"size":810,"mtime":1555900212962,"results":"519","hashOfConfig":"291"},{"size":4869,"mtime":1560745408797,"results":"520","hashOfConfig":"291"},{"size":543,"mtime":1559113264978,"results":"521","hashOfConfig":"291"},{"size":5914,"mtime":1560745453545,"results":"522","hashOfConfig":"291"},{"size":1032,"mtime":1560745398396,"results":"523","hashOfConfig":"291"},{"size":158,"mtime":1560745188280,"results":"524","hashOfConfig":"291"},{"size":4246,"mtime":1560745453545,"results":"525","hashOfConfig":"291"},{"size":1151,"mtime":1560745404070,"results":"526","hashOfConfig":"291"},{"size":4394,"mtime":1560745408820,"results":"527","hashOfConfig":"291"},{"size":7138,"mtime":1560745404114,"results":"528","hashOfConfig":"291"},{"size":602,"mtime":1558512222109,"results":"529","hashOfConfig":"291"},{"size":13042,"mtime":1560745453546,"results":"530","hashOfConfig":"291"},{"size":1769,"mtime":1560745453546,"results":"531","hashOfConfig":"291"},{"size":727,"mtime":1560745453546,"results":"532","hashOfConfig":"291"},{"size":1353,"mtime":1559122292969,"results":"533","hashOfConfig":"291"},{"size":602,"mtime":1558512286485,"results":"534","hashOfConfig":"291"},{"size":11094,"mtime":1560745485096,"results":"535","hashOfConfig":"291"},{"size":1031,"mtime":1560745453547,"results":"536","hashOfConfig":"291"},{"size":128,"mtime":1559122297466,"results":"537","hashOfConfig":"291"},{"size":1539,"mtime":1559122239213,"results":"538","hashOfConfig":"291"},{"size":389,"mtime":1558512399752,"results":"539","hashOfConfig":"291"},{"size":5891,"mtime":1560745484981,"results":"540","hashOfConfig":"291"},{"size":978,"mtime":1560745453547,"results":"541","hashOfConfig":"291"},{"size":122,"mtime":1559122253514,"results":"542","hashOfConfig":"291"},{"size":1934,"mtime":1560745398784,"results":"543","hashOfConfig":"291"},{"size":569,"mtime":1555900212956,"results":"544","hashOfConfig":"291"},{"size":506,"mtime":1555900212956,"results":"545","hashOfConfig":"291"},{"size":506,"mtime":1555900212956,"results":"546","hashOfConfig":"291"},{"size":1155,"mtime":1560745405104,"results":"547","hashOfConfig":"291"},{"size":4000,"mtime":1560745398813,"results":"548","hashOfConfig":"291"},{"size":1202,"mtime":1555900212957,"results":"549","hashOfConfig":"291"},{"size":1117,"mtime":1555900212957,"results":"550","hashOfConfig":"291"},{"size":1117,"mtime":1555900212957,"results":"551","hashOfConfig":"291"},{"size":1155,"mtime":1560745405423,"results":"552","hashOfConfig":"291"},{"size":387,"mtime":1560745188292,"results":"553","hashOfConfig":"291"},{"size":836,"mtime":1559123788592,"results":"554","hashOfConfig":"291"},{"size":4234,"mtime":1560745453547,"results":"555","hashOfConfig":"291"},{"size":341,"mtime":1555900212966,"results":"556","hashOfConfig":"291"},{"size":4872,"mtime":1560745484766,"results":"557","hashOfConfig":"291"},{"size":598,"mtime":1560745408886,"results":"558","hashOfConfig":"291"},{"size":1151,"mtime":1560745453548,"results":"559","hashOfConfig":"291"},{"size":1321,"mtime":1560745408953,"results":"560","hashOfConfig":"291"},{"size":6870,"mtime":1560745453548,"results":"561","hashOfConfig":"291"},{"size":4315,"mtime":1555900212968,"results":"562","hashOfConfig":"291"},{"size":4075,"mtime":1555900212968,"results":"563","hashOfConfig":"291"},{"size":4069,"mtime":1555900212968,"results":"564","hashOfConfig":"291"},{"size":2102,"mtime":1560745484465,"results":"565","hashOfConfig":"291"},{"size":341,"mtime":1560745453548,"results":"566","hashOfConfig":"291"},{"size":343,"mtime":1558695669330,"results":"567","hashOfConfig":"291"},{"size":214,"mtime":1559113203844,"results":"568","hashOfConfig":"291"},{"size":10622,"mtime":1560745484405,"results":"569","hashOfConfig":"291"},{"size":4315,"mtime":1555900212970,"results":"570","hashOfConfig":"291"},{"size":4075,"mtime":1555900212970,"results":"571","hashOfConfig":"291"},{"size":4069,"mtime":1555900212970,"results":"572","hashOfConfig":"291"},{"size":1037,"mtime":1560745399003,"results":"573","hashOfConfig":"291"},{"size":231,"mtime":1560745453549,"results":"574","hashOfConfig":"291"},{"size":1241,"mtime":1560745453549,"results":"575","hashOfConfig":"291"},{"size":1286,"mtime":1555900212971,"results":"576","hashOfConfig":"291"},{"size":1239,"mtime":1555900212972,"results":"577","hashOfConfig":"291"},{"size":1236,"mtime":1555900212972,"results":"578","hashOfConfig":"291"},{"size":1155,"mtime":1560745406116,"results":"579","hashOfConfig":"291"},{"filePath":"580","messages":"581","errorCount":1,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"1qjmq8y",{"filePath":"582","messages":"583","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"584","messages":"585","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"586","messages":"587","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"588","messages":"589","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"590","messages":"591","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"592","messages":"593","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"594","messages":"595","errorCount":1,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"596","messages":"597","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"598","messages":"599","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"600","messages":"601","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"602","messages":"603","errorCount":1,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"604","messages":"605","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"606","messages":"607","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"608","messages":"609","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"610","messages":"611","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"612","messages":"613","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"614","messages":"615","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"616","messages":"617","errorCount":1,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"618","messages":"619","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"620","messages":"621","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"622","messages":"623","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"624","messages":"625","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"626","messages":"627","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"628","messages":"629","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"630","messages":"631","errorCount":3,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"632","messages":"633","errorCount":3,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"634","messages":"635","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"636","messages":"637","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"638","messages":"639","errorCount":3,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"640","messages":"641","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"642","messages":"643","errorCount":5,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"644","messages":"645","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"646","messages":"647","errorCount":5,"warningCount":9,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"648","messages":"649","errorCount":2,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"650","messages":"651","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"652","messages":"653","errorCount":6,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"654","messages":"655","errorCount":8,"warningCount":11,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"656","messages":"657","errorCount":2,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"658","messages":"659","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"660","messages":"661","errorCount":6,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"662","messages":"663","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"664","messages":"665","errorCount":4,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"666","messages":"667","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"668","messages":"669","errorCount":3,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"670","messages":"671","errorCount":3,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"672","messages":"673","errorCount":3,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"674","messages":"675","errorCount":2,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"676","messages":"677","errorCount":11,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"678","messages":"679","errorCount":2,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"680","messages":"681","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"682","messages":"683","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"684","messages":"685","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"686","messages":"687","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"688","messages":"689","errorCount":2,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"690","messages":"691","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"692","messages":"693","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"694","messages":"695","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"696","messages":"697","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"698","messages":"699","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"700","messages":"701","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"702","messages":"703","errorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"704","messages":"705","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"706","messages":"707","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"708","messages":"709","errorCount":2,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"710","messages":"711","errorCount":3,"warningCount":11,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"712","messages":"713","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"714","messages":"715","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"716","messages":"717","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"718","messages":"719","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"720","messages":"721","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"722","messages":"723","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"724","messages":"725","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"726","messages":"727","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"728","messages":"729","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"730","messages":"731","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"732","messages":"733","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"734","messages":"735","errorCount":1,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"736","messages":"737","errorCount":3,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"738","messages":"739","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"740","messages":"741","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"742","messages":"743","errorCount":3,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"744","messages":"745","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"746","messages":"747","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"748","messages":"749","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"750","messages":"751","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"752","messages":"753","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"754","messages":"755","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"756","messages":"757","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"758","messages":"759","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"760","messages":"761","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"762","messages":"763","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"764","messages":"765","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"766","messages":"767","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"768","messages":"769","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"770","messages":"771","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"772","messages":"773","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"774","messages":"775","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"776","messages":"777","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"778","messages":"779","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"780","messages":"781","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"782","messages":"783","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"784","messages":"785","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"786","messages":"787","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"788","messages":"789","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"790","messages":"791","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"792","messages":"793","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"794","messages":"795","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"796","messages":"797","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"798","messages":"799","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"800","messages":"801","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"802","messages":"803","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"804","messages":"805","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"806","messages":"807","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"808","messages":"809","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"810","messages":"811","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"812","messages":"813","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"814","messages":"815","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"816","messages":"817","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"818","messages":"819","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"820","messages":"821","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"822","messages":"823","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"824","messages":"825","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"826","messages":"827","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"828","messages":"829","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"830","messages":"831","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"832","messages":"833","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"834","messages":"835","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"836","messages":"837","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"838","messages":"839","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"840","messages":"841","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"842","messages":"843","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"844","messages":"845","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"846","messages":"847","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"848","messages":"849","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"850","messages":"851","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"852","messages":"853","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"854","messages":"855","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"856","messages":"857","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"858","messages":"859","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"860","messages":"861","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"862","messages":"863","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"864","messages":"865","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"866","messages":"867","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"868","messages":"869","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"870","messages":"871","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"872","messages":"873","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"874","messages":"875","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"876","messages":"877","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"878","messages":"879","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"880","messages":"881","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"882","messages":"883","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"884","messages":"885","errorCount":2,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"886","messages":"887","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"888","messages":"889","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"890","messages":"891","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"892","messages":"893","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"894","messages":"895","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"896","messages":"897","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"898","messages":"899","errorCount":3,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"900","messages":"901","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"902","messages":"903","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"904","messages":"905","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"906","messages":"907","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"908","messages":"909","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"910","messages":"911","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"912","messages":"913","errorCount":3,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"914","messages":"915","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"916","messages":"917","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"918","messages":"919","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"920","messages":"921","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"922","messages":"923","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"924","messages":"925","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"926","messages":"927","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"928","messages":"929","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"930","messages":"931","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"932","messages":"933","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"934","messages":"935","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"936","messages":"937","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"938","messages":"939","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"940","messages":"941","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"942","messages":"943","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"944","messages":"945","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"946","messages":"947","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"948","messages":"949","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"950","messages":"951","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"952","messages":"953","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"954","messages":"955","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"956","messages":"957","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"958","messages":"959","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"960","messages":"961","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"962","messages":"963","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"964","messages":"965","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"966","messages":"967","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"968","messages":"969","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"970","messages":"971","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"972","messages":"973","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"974","messages":"975","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"976","messages":"977","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"978","messages":"979","errorCount":2,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"980","messages":"981","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"982","messages":"983","errorCount":3,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"984","messages":"985","errorCount":3,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"986","messages":"987","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"988","messages":"989","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"990","messages":"991","errorCount":1,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"992","messages":"993","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"994","messages":"995","errorCount":5,"warningCount":1,"fixableErrorCount":1,"fixableWarningCount":0,"source":null},{"filePath":"996","messages":"997","errorCount":3,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"998","messages":"999","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1000","messages":"1001","errorCount":1,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1002","messages":"1003","errorCount":1,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1004","messages":"1005","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1006","messages":"1007","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1008","messages":"1009","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1010","messages":"1011","errorCount":3,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1012","messages":"1013","errorCount":3,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1014","messages":"1015","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1016","messages":"1017","errorCount":1,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1018","messages":"1019","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1020","messages":"1021","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1022","messages":"1023","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1024","messages":"1025","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1026","messages":"1027","errorCount":2,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1028","messages":"1029","errorCount":4,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1030","messages":"1031","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1032","messages":"1033","errorCount":1,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1034","messages":"1035","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1036","messages":"1037","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1038","messages":"1039","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1040","messages":"1041","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1042","messages":"1043","errorCount":3,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1044","messages":"1045","errorCount":3,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1046","messages":"1047","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1048","messages":"1049","errorCount":4,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1050","messages":"1051","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1052","messages":"1053","errorCount":1,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1054","messages":"1055","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1056","messages":"1057","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1058","messages":"1059","errorCount":3,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1060","messages":"1061","errorCount":3,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1062","messages":"1063","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1064","messages":"1065","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1066","messages":"1067","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1068","messages":"1069","errorCount":4,"warningCount":1,"fixableErrorCount":2,"fixableWarningCount":0,"source":null},{"filePath":"1070","messages":"1071","errorCount":2,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1072","messages":"1073","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1074","messages":"1075","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1076","messages":"1077","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1078","messages":"1079","errorCount":6,"warningCount":7,"fixableErrorCount":1,"fixableWarningCount":0,"source":null},{"filePath":"1080","messages":"1081","errorCount":3,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1082","messages":"1083","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1084","messages":"1085","errorCount":2,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1086","messages":"1087","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1088","messages":"1089","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1090","messages":"1091","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1092","messages":"1093","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1094","messages":"1095","errorCount":2,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1096","messages":"1097","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1098","messages":"1099","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1100","messages":"1101","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1102","messages":"1103","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1104","messages":"1105","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1106","messages":"1107","errorCount":0,"warningCount":5,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1108","messages":"1109","errorCount":1,"warningCount":5,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1110","messages":"1111","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1112","messages":"1113","errorCount":2,"warningCount":7,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1114","messages":"1115","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1116","messages":"1117","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1118","messages":"1119","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1120","messages":"1121","errorCount":2,"warningCount":7,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1122","messages":"1123","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1124","messages":"1125","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1126","messages":"1127","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1128","messages":"1129","errorCount":2,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1130","messages":"1131","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1132","messages":"1133","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1134","messages":"1135","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1136","messages":"1137","errorCount":4,"warningCount":3,"fixableErrorCount":1,"fixableWarningCount":0,"source":null},{"filePath":"1138","messages":"1139","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1140","messages":"1141","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1142","messages":"1143","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1144","messages":"1145","errorCount":2,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1146","messages":"1147","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1148","messages":"1149","errorCount":2,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1150","messages":"1151","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1152","messages":"1153","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1154","messages":"1155","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1156","messages":"1157","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/_mock.ts",["1158","1159","1160"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/components/Applications/index.tsx",["1161"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/components/ArticleListContent/index.tsx",["1162"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/components/Articles/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/components/AvatarList/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/components/Projects/index.tsx",["1163"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/data.d.ts",["1164"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/index.tsx",["1165","1166"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/model.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountCenter/src/service.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/_mock.ts",["1167","1168"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/components/base.tsx",["1169","1170","1171"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/components/binding.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/components/GeographicView.tsx",["1172","1173"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/components/notification.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/components/PhoneView.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/components/security.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/data.d.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/index.tsx",["1174","1175"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/locales/zh-TW.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/model.ts",["1176"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/AccountSettings/src/service.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/_mock.ts",["1177"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/autoHeight.tsx",["1178","1179","1180","1181","1182"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/Bar/index.tsx",["1183","1184","1185","1186"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/bizcharts.d.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/bizcharts.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/ChartCard/index.tsx",["1187","1188","1189"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/Field/index.tsx",["1190"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/Gauge/index.tsx",["1191","1192","1193","1194","1195","1196","1197","1198","1199"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/MiniArea/index.tsx",["1200","1201","1202","1203","1204","1205","1206","1207","1208","1209","1210","1211","1212","1213"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/MiniBar/index.tsx",["1214","1215","1216"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/MiniProgress/index.tsx",["1217"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/Pie/index.tsx",["1218","1219","1220","1221","1222","1223","1224","1225","1226","1227","1228","1229"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/TagCloud/index.tsx",["1230","1231","1232","1233","1234","1235","1236","1237","1238","1239","1240","1241","1242","1243","1244","1245","1246","1247","1248"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/TimelineChart/index.tsx",["1249","1250"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Charts/WaterWave/index.tsx",["1251"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/IntroduceRow.tsx",["1252","1253","1254","1255","1256","1257"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/NumberInfo/index.tsx",["1258"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/OfflineData.tsx",["1259","1260","1261","1262"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/PageLoading/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/ProportionSales.tsx",["1263","1264","1265"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/SalesCard.tsx",["1266","1267","1268"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/TopSearch.tsx",["1269","1270","1271","1272"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/components/Trend/index.tsx",["1273","1274"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/data.d.ts",["1275","1276","1277","1278","1279","1280","1281","1282","1283","1284","1285","1286"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/index.tsx",["1287","1288","1289","1290"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/locales/pt-BR.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/locales/zh-TW.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/model.tsx",["1291","1292"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/service.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/utils/utils.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardAnalysis/src/utils/Yuan.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/_mock.ts",["1293"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/ActiveChart/index.tsx",["1294"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/Charts/autoHeight.tsx",["1295"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/Charts/Gauge/index.tsx",["1296","1297","1298","1299"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/Charts/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/Charts/MiniArea/index.tsx",["1300","1301"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/Charts/Pie/index.tsx",["1302","1303","1304","1305","1306","1307","1308","1309"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/Charts/TagCloud/index.tsx",["1310","1311","1312","1313","1314","1315","1316","1317","1318","1319","1320","1321","1322","1323"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/components/Charts/WaterWave/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/data.d.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/index.tsx",["1324"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/locales/pt-BR.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/locales/zh-TW.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/model.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardMonitor/src/service.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/_mock.ts",["1325"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/components/EditableLinkGroup/index.tsx",["1326"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/components/Radar/autoHeight.tsx",["1327","1328"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/components/Radar/index.tsx",["1329","1330","1331","1332","1333"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/data.d.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/index.tsx",["1334","1335"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/model.ts",["1336","1337","1338"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/DashboardWorkplace/src/service.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/common/IconFont/index.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorContextMenu/FlowContextMenu.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorContextMenu/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorContextMenu/KoniContextMenu.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorContextMenu/MenuItem.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorContextMenu/MindContextMenu.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorDetailPanel/DetailForm.tsx",["1339","1340"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorDetailPanel/FlowDetailPanel.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorDetailPanel/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorDetailPanel/KoniDetailPanel.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorDetailPanel/MindDetailPanel.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorItemPanel/FlowItemPanel.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorItemPanel/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorItemPanel/KoniItemPanel.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorMinimap/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorToolbar/FlowToolbar.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorToolbar/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorToolbar/KoniToolbar.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorToolbar/MindToolbar.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/components/EditorToolbar/ToolbarButton.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorFlow/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/common/IconFont/index.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorContextMenu/FlowContextMenu.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorContextMenu/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorContextMenu/KoniContextMenu.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorContextMenu/MenuItem.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorContextMenu/MindContextMenu.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorDetailPanel/DetailForm.tsx",["1341","1342"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorDetailPanel/FlowDetailPanel.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorDetailPanel/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorDetailPanel/KoniDetailPanel.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorDetailPanel/MindDetailPanel.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorItemPanel/FlowItemPanel.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorItemPanel/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorItemPanel/KoniItemPanel.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorMinimap/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorToolbar/FlowToolbar.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorToolbar/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorToolbar/KoniToolbar.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorToolbar/MindToolbar.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/components/EditorToolbar/ToolbarButton.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorKoni/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/common/IconFont/index.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorContextMenu/FlowContextMenu.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorContextMenu/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorContextMenu/KoniContextMenu.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorContextMenu/MenuItem.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorContextMenu/MindContextMenu.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorDetailPanel/DetailForm.tsx",["1343","1344"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorDetailPanel/FlowDetailPanel.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorDetailPanel/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorDetailPanel/KoniDetailPanel.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorDetailPanel/MindDetailPanel.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorItemPanel/FlowItemPanel.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorItemPanel/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorItemPanel/KoniItemPanel.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorMinimap/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorToolbar/FlowToolbar.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorToolbar/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorToolbar/KoniToolbar.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorToolbar/MindToolbar.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/components/EditorToolbar/ToolbarButton.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/EditorMind/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception403/src/components/Exception/index.tsx",["1345","1346","1347","1348"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception403/src/components/Exception/typeConfig.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception403/src/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception403/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception403/src/locales/pt-BR.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception403/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception403/src/locales/zh-TW.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception404/src/components/Exception/index.tsx",["1349","1350","1351","1352","1353"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception404/src/components/Exception/typeConfig.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception404/src/index.tsx",["1354"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception404/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception404/src/locales/pt-BR.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception404/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception404/src/locales/zh-TW.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception500/src/components/Exception/index.tsx",["1355","1356","1357","1358","1359"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception500/src/components/Exception/typeConfig.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception500/src/index.tsx",["1360"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception500/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception500/src/locales/pt-BR.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception500/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/Exception500/src/locales/zh-TW.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormAdvancedForm/src/_mock.ts",["1361","1362"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormAdvancedForm/src/components/FooterToolbar/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormAdvancedForm/src/components/TableForm.tsx",["1363"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormAdvancedForm/src/index.tsx",["1364"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormAdvancedForm/src/model.ts",["1365"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormAdvancedForm/src/service.ts",["1366"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/_mock.ts",["1367","1368"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/index.tsx",["1369"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/locales/pt-BR.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/locales/zh-TW.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/model.ts",["1370"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormBasicForm/src/service.ts",["1371"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/_mock.ts",["1372"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/components/Result/index.tsx",["1373"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/components/Step1/index.tsx",["1374","1375"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/components/Step2/index.tsx",["1376"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/components/Step3/index.tsx",["1377"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/locales/pt-BR.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/locales/zh-TW.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/model.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/FormStepForm/src/service.ts",["1378"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListBasicList/src/_mock.ts",["1379","1380","1381","1382"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListBasicList/src/data.d.ts",["1383"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListBasicList/src/index.tsx",["1384","1385","1386","1387"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListBasicList/src/model.ts",["1388","1389","1390"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListBasicList/src/Result/index.tsx",["1391"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListBasicList/src/service.ts",["1392"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListCardList/src/_mock.ts",["1393","1394"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListCardList/src/data.d.ts",["1395"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListCardList/src/index.tsx",["1396","1397","1398","1399","1400","1401"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListCardList/src/model.ts",["1402","1403","1404"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListCardList/src/service.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearch/src/index.tsx",["1405","1406"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchApplications/src/_mock.ts",["1407","1408","1409"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchApplications/src/components/StandardFormRow/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchApplications/src/components/TagSelect/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchApplications/src/data.d.ts",["1410"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchApplications/src/index.tsx",["1411","1412","1413","1414","1415","1416"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchApplications/src/model.ts",["1417","1418","1419"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchApplications/src/service.ts",["1420"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/_mock.ts",["1421","1422","1423"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/components/ArticleListContent/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/components/StandardFormRow/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/components/TagSelect/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/data.d.ts",["1424"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/index.tsx",["1425","1426","1427","1428","1429"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/model.ts",["1430","1431","1432","1433"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchArticles/src/service.ts",["1434"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/_mock.ts",["1435","1436","1437"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/components/AvatarList/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/components/StandardFormRow/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/components/TagSelect/index.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/data.d.ts",["1438"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/index.tsx",["1439","1440","1441","1442","1443","1444"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/model.ts",["1445","1446","1447"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListSearchProjects/src/service.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/_mock.ts",["1448","1449","1450","1451","1452","1453","1454","1455","1456","1457"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/components/CreateForm.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/components/StandardTable/index.tsx",["1458","1459"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/components/UpdateForm.tsx",["1460"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/data.d.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/index.tsx",["1461","1462","1463","1464","1465"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/model.ts",["1466","1467","1468"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ListTableList/src/service.ts",["1469"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileAdvanced/src/_mock.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileAdvanced/src/data.d.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileAdvanced/src/index.tsx",["1470","1471","1472","1473","1474"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileAdvanced/src/model.ts",["1475","1476"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileAdvanced/src/service.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileBasic/src/_mock.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileBasic/src/data.d.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileBasic/src/index.tsx",["1477","1478","1479","1480","1481","1482","1483","1484","1485","1486","1487","1488","1489"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileBasic/src/model.ts",["1490","1491","1492"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ProfileBasic/src/service.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultFail/src/index.tsx",["1493","1494"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultFail/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultFail/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultFail/src/locales/zh-TW.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultFail/src/Result/index.tsx",["1495"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultSuccess/src/index.tsx",["1496","1497"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultSuccess/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultSuccess/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultSuccess/src/locales/zh-TW.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/ResultSuccess/src/Result/index.tsx",["1498"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/typings.d.ts",["1499"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/_mock.ts",["1500","1501","1502","1503","1504"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/components/Login/index.tsx",["1505","1506","1507","1508","1509","1510"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/components/Login/LoginContext.tsx",["1511"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/components/Login/LoginItem.tsx",["1512","1513","1514","1515","1516","1517","1518","1519","1520"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/components/Login/LoginSubmit.tsx",["1521"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/components/Login/LoginTab.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/components/Login/map.tsx",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/index.tsx",["1522","1523","1524","1525","1526","1527","1528","1529","1530"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/locales/zh-TW.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/model.ts",["1531","1532"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/service.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserLogin/src/utils/utils.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegister/src/_mock.ts",["1533"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegister/src/index.tsx",["1534","1535","1536","1537","1538","1539","1540"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegister/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegister/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegister/src/locales/zh-TW.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegister/src/model.ts",["1541","1542"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegister/src/service.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegisterResult/src/index.tsx",["1543","1544"],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegisterResult/src/locales/en-US.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegisterResult/src/locales/zh-CN.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegisterResult/src/locales/zh-TW.ts",[],"/Users/qixian.cs/Documents/GitHub/pro-blocks/UserRegisterResult/src/Result/index.tsx",[],{"ruleId":"1545","severity":2,"message":"1546","line":1,"column":34,"nodeType":"1547","endLine":1,"endColumn":42},{"ruleId":"1548","severity":1,"message":"1549","line":24,"column":7,"nodeType":"1550","endLine":24,"endColumn":16},{"ruleId":"1551","severity":1,"message":"1552","line":166,"column":36,"nodeType":"1553","messageId":"1554","endLine":166,"endColumn":39},{"ruleId":"1555","severity":2,"message":"1556","line":11,"column":13,"nodeType":"1557","endLine":11,"endColumn":25},{"ruleId":"1551","severity":1,"message":"1552","line":9,"column":17,"nodeType":"1553","messageId":"1554","endLine":9,"endColumn":20},{"ruleId":"1545","severity":2,"message":"1558","line":7,"column":34,"nodeType":"1547","endLine":7,"endColumn":46},{"ruleId":"1551","severity":1,"message":"1552","line":66,"column":10,"nodeType":"1553","messageId":"1554","endLine":66,"endColumn":13},{"ruleId":"1551","severity":1,"message":"1552","line":44,"column":22,"nodeType":"1553","messageId":"1554","endLine":44,"endColumn":25},{"ruleId":"1559","severity":2,"message":"1560","line":141,"column":3,"nodeType":"1561","endLine":141,"endColumn":42},{"ruleId":"1551","severity":1,"message":"1552","line":4,"column":27,"nodeType":"1553","messageId":"1554","endLine":4,"endColumn":30},{"ruleId":"1551","severity":1,"message":"1552","line":10,"column":22,"nodeType":"1553","messageId":"1554","endLine":10,"endColumn":25},{"ruleId":"1551","severity":1,"message":"1552","line":39,"column":6,"nodeType":"1553","messageId":"1554","endLine":39,"endColumn":9},{"ruleId":"1551","severity":1,"message":"1552","line":56,"column":31,"nodeType":"1553","messageId":"1554","endLine":56,"endColumn":34},{"ruleId":"1559","severity":2,"message":"1562","line":116,"column":3,"nodeType":"1561","endLine":116,"endColumn":36},{"ruleId":"1551","severity":1,"message":"1552","line":21,"column":23,"nodeType":"1553","messageId":"1554","endLine":21,"endColumn":26},{"ruleId":"1551","severity":1,"message":"1552","line":41,"column":14,"nodeType":"1553","messageId":"1554","endLine":41,"endColumn":17},{"ruleId":"1551","severity":1,"message":"1552","line":18,"column":22,"nodeType":"1553","messageId":"1554","endLine":18,"endColumn":25},{"ruleId":"1559","severity":2,"message":"1563","line":112,"column":3,"nodeType":"1561","endLine":112,"endColumn":36},{"ruleId":"1545","severity":2,"message":"1546","line":3,"column":45,"nodeType":"1547","endLine":3,"endColumn":53},{"ruleId":"1545","severity":2,"message":"1546","line":2,"column":55,"nodeType":"1547","endLine":2,"endColumn":63},{"ruleId":"1551","severity":1,"message":"1552","line":3,"column":33,"nodeType":"1553","messageId":"1554","endLine":3,"endColumn":36},{"ruleId":"1564","severity":2,"message":"1565","line":9,"column":3,"nodeType":"1550","endLine":9,"endColumn":7},{"ruleId":"1566","severity":2,"message":"1567","line":33,"column":11,"nodeType":"1550","messageId":"1568","endLine":33,"endColumn":27},{"ruleId":"1569","severity":1,"message":"1570","line":38,"column":10,"nodeType":"1571","messageId":"1572","endLine":77,"endColumn":4},{"ruleId":"1573","severity":2,"message":"1574","line":52,"column":0,"nodeType":null,"endLine":52,"endColumn":38},{"ruleId":"1575","severity":2,"message":"1576","line":4,"column":1,"nodeType":"1577","endLine":4,"endColumn":43},{"ruleId":"1575","severity":2,"message":"1576","line":5,"column":1,"nodeType":"1577","endLine":5,"endColumn":51},{"ruleId":"1566","severity":2,"message":"1567","line":9,"column":18,"nodeType":"1550","messageId":"1568","endLine":9,"endColumn":27},{"ruleId":"1551","severity":1,"message":"1552","line":101,"column":39,"nodeType":"1553","messageId":"1554","endLine":101,"endColumn":42},{"ruleId":"1575","severity":2,"message":"1578","line":4,"column":1,"nodeType":"1577","endLine":4,"endColumn":37},{"ruleId":"1579","severity":2,"message":"1580","line":24,"column":3,"nodeType":"1581","messageId":"1582","endLine":24,"endColumn":19},{"ruleId":"1566","severity":2,"message":"1567","line":27,"column":18,"nodeType":"1550","messageId":"1568","endLine":27,"endColumn":33},{"ruleId":"1566","severity":2,"message":"1567","line":4,"column":18,"nodeType":"1550","messageId":"1568","endLine":4,"endColumn":29},{"ruleId":"1566","severity":2,"message":"1567","line":8,"column":18,"nodeType":"1550","messageId":"1568","endLine":8,"endColumn":29},{"ruleId":"1583","severity":2,"message":"1584","line":34,"column":1,"nodeType":"1585","messageId":"1586","endLine":34,"endColumn":21},{"ruleId":"1551","severity":1,"message":"1552","line":35,"column":18,"nodeType":"1553","messageId":"1554","endLine":35,"endColumn":21},{"ruleId":"1551","severity":1,"message":"1552","line":35,"column":30,"nodeType":"1553","messageId":"1554","endLine":35,"endColumn":33},{"ruleId":"1551","severity":1,"message":"1552","line":37,"column":22,"nodeType":"1553","messageId":"1554","endLine":37,"endColumn":25},{"ruleId":"1551","severity":1,"message":"1552","line":38,"column":29,"nodeType":"1553","messageId":"1554","endLine":38,"endColumn":32},{"ruleId":"1587","severity":2,"message":"1588","line":66,"column":1,"nodeType":"1589","endLine":176,"endColumn":2},{"ruleId":"1590","severity":2,"message":"1591","line":90,"column":12,"nodeType":"1550","endLine":90,"endColumn":16},{"ruleId":"1592","severity":2,"message":"1591","line":90,"column":12,"nodeType":"1550","messageId":"1593","endLine":90,"endColumn":16},{"ruleId":"1566","severity":2,"message":"1567","line":7,"column":18,"nodeType":"1550","messageId":"1568","endLine":7,"endColumn":23},{"ruleId":"1551","severity":1,"message":"1552","line":8,"column":10,"nodeType":"1553","messageId":"1554","endLine":8,"endColumn":13},{"ruleId":"1551","severity":1,"message":"1552","line":9,"column":9,"nodeType":"1553","messageId":"1554","endLine":9,"endColumn":12},{"ruleId":"1551","severity":1,"message":"1552","line":10,"column":14,"nodeType":"1553","messageId":"1554","endLine":10,"endColumn":17},{"ruleId":"1551","severity":1,"message":"1552","line":11,"column":11,"nodeType":"1553","messageId":"1554","endLine":11,"endColumn":14},{"ruleId":"1551","severity":1,"message":"1552","line":12,"column":13,"nodeType":"1553","messageId":"1554","endLine":12,"endColumn":16},{"ruleId":"1551","severity":1,"message":"1552","line":13,"column":9,"nodeType":"1553","messageId":"1554","endLine":13,"endColumn":12},{"ruleId":"1566","severity":2,"message":"1567","line":16,"column":18,"nodeType":"1550","messageId":"1568","endLine":16,"endColumn":32},{"ruleId":"1551","severity":1,"message":"1552","line":24,"column":16,"nodeType":"1553","messageId":"1554","endLine":24,"endColumn":19},{"ruleId":"1551","severity":1,"message":"1552","line":24,"column":24,"nodeType":"1553","messageId":"1554","endLine":24,"endColumn":27},{"ruleId":"1587","severity":2,"message":"1588","line":33,"column":1,"nodeType":"1589","endLine":132,"endColumn":2},{"ruleId":"1583","severity":2,"message":"1584","line":55,"column":12,"nodeType":"1585","messageId":"1586","endLine":55,"endColumn":18},{"ruleId":"1583","severity":2,"message":"1584","line":59,"column":12,"nodeType":"1585","messageId":"1586","endLine":59,"endColumn":18},{"ruleId":"1551","severity":1,"message":"1552","line":63,"column":39,"nodeType":"1553","messageId":"1554","endLine":63,"endColumn":42},{"ruleId":"1566","severity":2,"message":"1567","line":7,"column":18,"nodeType":"1550","messageId":"1568","endLine":7,"endColumn":31},{"ruleId":"1587","severity":2,"message":"1588","line":18,"column":1,"nodeType":"1589","endLine":61,"endColumn":2},{"ruleId":"1551","severity":1,"message":"1552","line":33,"column":39,"nodeType":"1553","messageId":"1554","endLine":33,"endColumn":42},{"ruleId":"1566","severity":2,"message":"1567","line":5,"column":18,"nodeType":"1550","messageId":"1568","endLine":5,"endColumn":36},{"ruleId":"1575","severity":2,"message":"1576","line":4,"column":1,"nodeType":"1577","endLine":4,"endColumn":43},{"ruleId":"1575","severity":2,"message":"1576","line":6,"column":1,"nodeType":"1577","endLine":6,"endColumn":51},{"ruleId":"1575","severity":2,"message":"1578","line":9,"column":1,"nodeType":"1577","endLine":9,"endColumn":37},{"ruleId":"1566","severity":2,"message":"1567","line":13,"column":18,"nodeType":"1550","messageId":"1568","endLine":13,"endColumn":27},{"ruleId":"1566","severity":2,"message":"1567","line":38,"column":11,"nodeType":"1550","messageId":"1568","endLine":38,"endColumn":20},{"ruleId":"1551","severity":1,"message":"1552","line":79,"column":23,"nodeType":"1553","messageId":"1554","endLine":79,"endColumn":26},{"ruleId":"1551","severity":1,"message":"1552","line":98,"column":50,"nodeType":"1553","messageId":"1554","endLine":98,"endColumn":53},{"ruleId":"1551","severity":1,"message":"1552","line":98,"column":64,"nodeType":"1553","messageId":"1554","endLine":98,"endColumn":67},{"ruleId":"1551","severity":1,"message":"1552","line":115,"column":30,"nodeType":"1553","messageId":"1554","endLine":115,"endColumn":33},{"ruleId":"1551","severity":1,"message":"1552","line":232,"column":45,"nodeType":"1553","messageId":"1554","endLine":232,"endColumn":48},{"ruleId":"1551","severity":1,"message":"1552","line":270,"column":89,"nodeType":"1553","messageId":"1554","endLine":270,"endColumn":92},{"ruleId":"1555","severity":2,"message":"1556","line":300,"column":24,"nodeType":"1557","endLine":300,"endColumn":36},{"ruleId":"1575","severity":2,"message":"1576","line":4,"column":1,"nodeType":"1577","endLine":4,"endColumn":43},{"ruleId":"1575","severity":2,"message":"1576","line":6,"column":1,"nodeType":"1577","endLine":6,"endColumn":51},{"ruleId":"1575","severity":2,"message":"1578","line":7,"column":1,"nodeType":"1577","endLine":7,"endColumn":37},{"ruleId":"1566","severity":2,"message":"1567","line":16,"column":18,"nodeType":"1550","messageId":"1568","endLine":16,"endColumn":32},{"ruleId":"1566","severity":2,"message":"1567","line":26,"column":11,"nodeType":"1550","messageId":"1568","endLine":26,"endColumn":25},{"ruleId":"1551","severity":1,"message":"1552","line":27,"column":7,"nodeType":"1553","messageId":"1554","endLine":27,"endColumn":10},{"ruleId":"1551","severity":1,"message":"1552","line":80,"column":11,"nodeType":"1553","messageId":"1554","endLine":80,"endColumn":14},{"ruleId":"1551","severity":1,"message":"1552","line":81,"column":11,"nodeType":"1553","messageId":"1554","endLine":81,"endColumn":14},{"ruleId":"1551","severity":1,"message":"1552","line":82,"column":15,"nodeType":"1553","messageId":"1554","endLine":82,"endColumn":18},{"ruleId":"1551","severity":1,"message":"1552","line":83,"column":17,"nodeType":"1553","messageId":"1554","endLine":83,"endColumn":20},{"ruleId":"1551","severity":1,"message":"1552","line":84,"column":16,"nodeType":"1553","messageId":"1554","endLine":84,"endColumn":19},{"ruleId":"1551","severity":1,"message":"1552","line":85,"column":15,"nodeType":"1553","messageId":"1554","endLine":85,"endColumn":18},{"ruleId":"1555","severity":2,"message":"1594","line":87,"column":14,"nodeType":"1557","endLine":87,"endColumn":27},{"ruleId":"1551","severity":1,"message":"1552","line":99,"column":15,"nodeType":"1553","messageId":"1554","endLine":99,"endColumn":18},{"ruleId":"1551","severity":1,"message":"1552","line":101,"column":19,"nodeType":"1553","messageId":"1554","endLine":101,"endColumn":22},{"ruleId":"1551","severity":1,"message":"1552","line":101,"column":27,"nodeType":"1553","messageId":"1554","endLine":101,"endColumn":30},{"ruleId":"1551","severity":1,"message":"1552","line":102,"column":62,"nodeType":"1553","messageId":"1554","endLine":102,"endColumn":65},{"ruleId":"1555","severity":2,"message":"1594","line":106,"column":18,"nodeType":"1557","endLine":106,"endColumn":31},{"ruleId":"1573","severity":2,"message":"1574","line":144,"column":0,"nodeType":null,"endLine":144,"endColumn":38},{"ruleId":"1566","severity":2,"message":"1567","line":9,"column":18,"nodeType":"1550","messageId":"1568","endLine":9,"endColumn":37},{"ruleId":"1587","severity":2,"message":"1588","line":23,"column":1,"nodeType":"1589","endLine":132,"endColumn":2},{"ruleId":"1566","severity":2,"message":"1567","line":10,"column":18,"nodeType":"1550","messageId":"1568","endLine":10,"endColumn":33},{"ruleId":"1575","severity":2,"message":"1595","line":3,"column":1,"nodeType":"1577","endLine":3,"endColumn":60},{"ruleId":"1596","severity":2,"message":"1597","line":12,"column":9,"nodeType":"1550","endLine":12,"endColumn":18},{"ruleId":"1596","severity":2,"message":"1598","line":12,"column":20,"nodeType":"1550","endLine":12,"endColumn":28},{"ruleId":"1596","severity":2,"message":"1599","line":12,"column":30,"nodeType":"1550","endLine":12,"endColumn":37},{"ruleId":"1596","severity":2,"message":"1600","line":12,"column":39,"nodeType":"1550","endLine":12,"endColumn":51},{"ruleId":"1596","severity":2,"message":"1601","line":12,"column":53,"nodeType":"1550","endLine":12,"endColumn":58},{"ruleId":"1575","severity":2,"message":"1578","line":3,"column":1,"nodeType":"1577","endLine":3,"endColumn":37},{"ruleId":"1575","severity":2,"message":"1595","line":2,"column":1,"nodeType":"1577","endLine":2,"endColumn":75},{"ruleId":"1545","severity":2,"message":"1602","line":4,"column":49,"nodeType":"1547","endLine":4,"endColumn":58},{"ruleId":"1596","severity":2,"message":"1603","line":10,"column":9,"nodeType":"1550","endLine":10,"endColumn":22},{"ruleId":"1596","severity":2,"message":"1604","line":10,"column":24,"nodeType":"1550","endLine":10,"endColumn":27},{"ruleId":"1575","severity":2,"message":"1595","line":3,"column":1,"nodeType":"1577","endLine":3,"endColumn":60},{"ruleId":"1545","severity":2,"message":"1602","line":6,"column":28,"nodeType":"1547","endLine":6,"endColumn":37},{"ruleId":"1596","severity":2,"message":"1604","line":11,"column":9,"nodeType":"1550","endLine":11,"endColumn":12},{"ruleId":"1575","severity":2,"message":"1595","line":2,"column":1,"nodeType":"1577","endLine":2,"endColumn":75},{"ruleId":"1545","severity":2,"message":"1602","line":7,"column":28,"nodeType":"1547","endLine":7,"endColumn":37},{"ruleId":"1596","severity":2,"message":"1605","line":11,"column":9,"nodeType":"1550","endLine":11,"endColumn":12},{"ruleId":"1575","severity":2,"message":"1595","line":2,"column":1,"nodeType":"1577","endLine":2,"endColumn":60},{"ruleId":"1545","severity":2,"message":"1602","line":5,"column":42,"nodeType":"1547","endLine":5,"endColumn":51},{"ruleId":"1596","severity":2,"message":"1598","line":12,"column":9,"nodeType":"1550","endLine":12,"endColumn":17},{"ruleId":"1551","severity":1,"message":"1552","line":121,"column":12,"nodeType":"1553","messageId":"1554","endLine":121,"endColumn":15},{"ruleId":"1575","severity":2,"message":"1578","line":3,"column":1,"nodeType":"1577","endLine":3,"endColumn":37},{"ruleId":"1566","severity":2,"message":"1567","line":6,"column":18,"nodeType":"1550","messageId":"1568","endLine":6,"endColumn":29},{"ruleId":"1566","severity":2,"message":"1567","line":1,"column":18,"nodeType":"1550","messageId":"1568","endLine":1,"endColumn":28},{"ruleId":"1566","severity":2,"message":"1567","line":6,"column":18,"nodeType":"1550","messageId":"1568","endLine":6,"endColumn":29},{"ruleId":"1566","severity":2,"message":"1567","line":11,"column":18,"nodeType":"1550","messageId":"1568","endLine":11,"endColumn":28},{"ruleId":"1566","severity":2,"message":"1567","line":16,"column":18,"nodeType":"1550","messageId":"1568","endLine":16,"endColumn":29},{"ruleId":"1566","severity":2,"message":"1567","line":24,"column":18,"nodeType":"1550","messageId":"1568","endLine":24,"endColumn":30},{"ruleId":"1566","severity":2,"message":"1567","line":29,"column":18,"nodeType":"1550","messageId":"1568","endLine":29,"endColumn":35},{"ruleId":"1551","severity":1,"message":"1552","line":30,"column":6,"nodeType":"1553","messageId":"1554","endLine":30,"endColumn":9},{"ruleId":"1566","severity":2,"message":"1567","line":35,"column":18,"nodeType":"1550","messageId":"1568","endLine":35,"endColumn":32},{"ruleId":"1566","severity":2,"message":"1567","line":40,"column":18,"nodeType":"1550","messageId":"1568","endLine":40,"endColumn":38},{"ruleId":"1566","severity":2,"message":"1567","line":45,"column":18,"nodeType":"1550","messageId":"1568","endLine":45,"endColumn":39},{"ruleId":"1566","severity":2,"message":"1567","line":50,"column":18,"nodeType":"1550","messageId":"1568","endLine":50,"endColumn":28},{"ruleId":"1566","severity":2,"message":"1567","line":56,"column":18,"nodeType":"1550","messageId":"1568","endLine":56,"endColumn":31},{"ruleId":"1575","severity":2,"message":"1606","line":4,"column":1,"nodeType":"1577","endLine":4,"endColumn":34},{"ruleId":"1575","severity":2,"message":"1607","line":5,"column":1,"nodeType":"1577","endLine":5,"endColumn":54},{"ruleId":"1551","severity":1,"message":"1552","line":22,"column":22,"nodeType":"1553","messageId":"1554","endLine":22,"endColumn":25},{"ruleId":"1551","severity":1,"message":"1552","line":37,"column":28,"nodeType":"1553","messageId":"1554","endLine":37,"endColumn":31},{"ruleId":"1575","severity":2,"message":"1606","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":44},{"ruleId":"1545","severity":2,"message":"1546","line":4,"column":31,"nodeType":"1547","endLine":4,"endColumn":39},{"ruleId":"1575","severity":2,"message":"1608","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":29},{"ruleId":"1559","severity":2,"message":"1609","line":53,"column":3,"nodeType":"1561","endLine":53,"endColumn":29},{"ruleId":"1551","severity":1,"message":"1552","line":3,"column":33,"nodeType":"1553","messageId":"1554","endLine":3,"endColumn":36},{"ruleId":"1551","severity":1,"message":"1552","line":36,"column":20,"nodeType":"1553","messageId":"1554","endLine":36,"endColumn":23},{"ruleId":"1551","severity":1,"message":"1552","line":36,"column":32,"nodeType":"1553","messageId":"1554","endLine":36,"endColumn":35},{"ruleId":"1551","severity":1,"message":"1552","line":38,"column":24,"nodeType":"1553","messageId":"1554","endLine":38,"endColumn":27},{"ruleId":"1551","severity":1,"message":"1552","line":39,"column":31,"nodeType":"1553","messageId":"1554","endLine":39,"endColumn":34},{"ruleId":"1610","severity":1,"message":"1611","line":46,"column":3,"nodeType":"1557","messageId":"1612","endLine":46,"endColumn":14},{"ruleId":"1551","severity":1,"message":"1552","line":62,"column":37,"nodeType":"1553","messageId":"1554","endLine":62,"endColumn":40},{"ruleId":"1551","severity":1,"message":"1552","line":97,"column":23,"nodeType":"1553","messageId":"1554","endLine":97,"endColumn":26},{"ruleId":"1551","severity":1,"message":"1552","line":115,"column":28,"nodeType":"1553","messageId":"1554","endLine":115,"endColumn":31},{"ruleId":"1551","severity":1,"message":"1552","line":117,"column":50,"nodeType":"1553","messageId":"1554","endLine":117,"endColumn":53},{"ruleId":"1551","severity":1,"message":"1552","line":117,"column":64,"nodeType":"1553","messageId":"1554","endLine":117,"endColumn":67},{"ruleId":"1559","severity":2,"message":"1613","line":152,"column":3,"nodeType":"1561","endLine":152,"endColumn":25},{"ruleId":"1551","severity":1,"message":"1552","line":230,"column":45,"nodeType":"1553","messageId":"1554","endLine":230,"endColumn":48},{"ruleId":"1551","severity":1,"message":"1552","line":268,"column":89,"nodeType":"1553","messageId":"1554","endLine":268,"endColumn":92},{"ruleId":"1555","severity":2,"message":"1556","line":298,"column":24,"nodeType":"1557","endLine":298,"endColumn":36},{"ruleId":"1551","severity":1,"message":"1552","line":26,"column":7,"nodeType":"1553","messageId":"1554","endLine":26,"endColumn":10},{"ruleId":"1551","severity":1,"message":"1552","line":71,"column":11,"nodeType":"1553","messageId":"1554","endLine":71,"endColumn":14},{"ruleId":"1551","severity":1,"message":"1552","line":72,"column":11,"nodeType":"1553","messageId":"1554","endLine":72,"endColumn":14},{"ruleId":"1551","severity":1,"message":"1552","line":73,"column":15,"nodeType":"1553","messageId":"1554","endLine":73,"endColumn":18},{"ruleId":"1551","severity":1,"message":"1552","line":74,"column":17,"nodeType":"1553","messageId":"1554","endLine":74,"endColumn":20},{"ruleId":"1551","severity":1,"message":"1552","line":75,"column":16,"nodeType":"1553","messageId":"1554","endLine":75,"endColumn":19},{"ruleId":"1551","severity":1,"message":"1552","line":76,"column":15,"nodeType":"1553","messageId":"1554","endLine":76,"endColumn":18},{"ruleId":"1555","severity":2,"message":"1594","line":78,"column":14,"nodeType":"1557","endLine":78,"endColumn":27},{"ruleId":"1551","severity":1,"message":"1552","line":90,"column":15,"nodeType":"1553","messageId":"1554","endLine":90,"endColumn":18},{"ruleId":"1551","severity":1,"message":"1552","line":92,"column":19,"nodeType":"1553","messageId":"1554","endLine":92,"endColumn":22},{"ruleId":"1551","severity":1,"message":"1552","line":92,"column":27,"nodeType":"1553","messageId":"1554","endLine":92,"endColumn":30},{"ruleId":"1551","severity":1,"message":"1552","line":93,"column":62,"nodeType":"1553","messageId":"1554","endLine":93,"endColumn":65},{"ruleId":"1555","severity":2,"message":"1594","line":97,"column":18,"nodeType":"1557","endLine":97,"endColumn":31},{"ruleId":"1559","severity":2,"message":"1614","line":106,"column":3,"nodeType":"1561","endLine":106,"endColumn":23},{"ruleId":"1551","severity":1,"message":"1552","line":20,"column":22,"nodeType":"1553","messageId":"1554","endLine":20,"endColumn":25},{"ruleId":"1551","severity":1,"message":"1552","line":226,"column":18,"nodeType":"1553","messageId":"1554","endLine":226,"endColumn":21},{"ruleId":"1551","severity":1,"message":"1552","line":15,"column":37,"nodeType":"1553","messageId":"1554","endLine":15,"endColumn":40},{"ruleId":"1551","severity":1,"message":"1552","line":3,"column":33,"nodeType":"1553","messageId":"1554","endLine":3,"endColumn":36},{"ruleId":"1559","severity":2,"message":"1613","line":63,"column":7,"nodeType":"1561","endLine":63,"endColumn":29},{"ruleId":"1566","severity":2,"message":"1567","line":8,"column":18,"nodeType":"1550","messageId":"1568","endLine":8,"endColumn":29},{"ruleId":"1566","severity":2,"message":"1567","line":24,"column":11,"nodeType":"1550","messageId":"1568","endLine":24,"endColumn":22},{"ruleId":"1551","severity":1,"message":"1552","line":65,"column":50,"nodeType":"1553","messageId":"1554","endLine":65,"endColumn":53},{"ruleId":"1551","severity":1,"message":"1552","line":65,"column":64,"nodeType":"1553","messageId":"1554","endLine":65,"endColumn":67},{"ruleId":"1573","severity":2,"message":"1574","line":66,"column":0,"nodeType":null,"endLine":66,"endColumn":34},{"ruleId":"1551","severity":1,"message":"1552","line":47,"column":22,"nodeType":"1553","messageId":"1554","endLine":47,"endColumn":25},{"ruleId":"1551","severity":1,"message":"1552","line":59,"column":25,"nodeType":"1553","messageId":"1554","endLine":59,"endColumn":28},{"ruleId":"1615","severity":2,"message":"1616","line":3,"column":10,"nodeType":"1550","endLine":3,"endColumn":20},{"ruleId":"1615","severity":2,"message":"1617","line":3,"column":35,"nodeType":"1550","endLine":3,"endColumn":41},{"ruleId":"1615","severity":2,"message":"1618","line":3,"column":43,"nodeType":"1550","endLine":3,"endColumn":52},{"ruleId":"1551","severity":1,"message":"1552","line":24,"column":14,"nodeType":"1553","messageId":"1554","endLine":24,"endColumn":17},{"ruleId":"1551","severity":1,"message":"1552","line":136,"column":74,"nodeType":"1553","messageId":"1554","endLine":136,"endColumn":77},{"ruleId":"1551","severity":1,"message":"1552","line":24,"column":14,"nodeType":"1553","messageId":"1554","endLine":24,"endColumn":17},{"ruleId":"1551","severity":1,"message":"1552","line":136,"column":74,"nodeType":"1553","messageId":"1554","endLine":136,"endColumn":77},{"ruleId":"1551","severity":1,"message":"1552","line":24,"column":14,"nodeType":"1553","messageId":"1554","endLine":24,"endColumn":17},{"ruleId":"1551","severity":1,"message":"1552","line":136,"column":74,"nodeType":"1553","messageId":"1554","endLine":136,"endColumn":77},{"ruleId":"1575","severity":2,"message":"1619","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":30},{"ruleId":"1575","severity":2,"message":"1620","line":5,"column":1,"nodeType":"1577","endLine":5,"endColumn":31},{"ruleId":"1551","severity":1,"message":"1552","line":31,"column":57,"nodeType":"1553","messageId":"1554","endLine":31,"endColumn":60},{"ruleId":"1551","severity":1,"message":"1552","line":71,"column":32,"nodeType":"1553","messageId":"1554","endLine":71,"endColumn":35},{"ruleId":"1575","severity":2,"message":"1619","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":30},{"ruleId":"1575","severity":2,"message":"1620","line":5,"column":1,"nodeType":"1577","endLine":5,"endColumn":31},{"ruleId":"1575","severity":2,"message":"1578","line":7,"column":1,"nodeType":"1577","endLine":7,"endColumn":37},{"ruleId":"1551","severity":1,"message":"1552","line":31,"column":57,"nodeType":"1553","messageId":"1554","endLine":31,"endColumn":60},{"ruleId":"1551","severity":1,"message":"1552","line":71,"column":32,"nodeType":"1553","messageId":"1554","endLine":71,"endColumn":35},{"ruleId":"1575","severity":2,"message":"1595","line":3,"column":1,"nodeType":"1577","endLine":3,"endColumn":57},{"ruleId":"1575","severity":2,"message":"1619","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":30},{"ruleId":"1575","severity":2,"message":"1620","line":5,"column":1,"nodeType":"1577","endLine":5,"endColumn":31},{"ruleId":"1575","severity":2,"message":"1578","line":7,"column":1,"nodeType":"1577","endLine":7,"endColumn":37},{"ruleId":"1551","severity":1,"message":"1552","line":31,"column":57,"nodeType":"1553","messageId":"1554","endLine":31,"endColumn":60},{"ruleId":"1551","severity":1,"message":"1552","line":71,"column":32,"nodeType":"1553","messageId":"1554","endLine":71,"endColumn":35},{"ruleId":"1575","severity":2,"message":"1595","line":3,"column":1,"nodeType":"1577","endLine":3,"endColumn":57},{"ruleId":"1551","severity":1,"message":"1552","line":2,"column":29,"nodeType":"1553","messageId":"1554","endLine":2,"endColumn":32},{"ruleId":"1551","severity":1,"message":"1552","line":2,"column":39,"nodeType":"1553","messageId":"1554","endLine":2,"endColumn":42},{"ruleId":"1555","severity":2,"message":"1594","line":252,"column":7,"nodeType":"1557","endLine":252,"endColumn":20},{"ruleId":"1551","severity":1,"message":"1552","line":64,"column":22,"nodeType":"1553","messageId":"1554","endLine":64,"endColumn":25},{"ruleId":"1621","severity":2,"message":"1622","line":6,"column":18,"nodeType":"1550","messageId":"1623","endLine":6,"endColumn":28},{"ruleId":"1551","severity":1,"message":"1552","line":3,"column":46,"nodeType":"1553","messageId":"1554","endLine":3,"endColumn":49},{"ruleId":"1551","severity":1,"message":"1552","line":2,"column":29,"nodeType":"1553","messageId":"1554","endLine":2,"endColumn":32},{"ruleId":"1551","severity":1,"message":"1552","line":2,"column":39,"nodeType":"1553","messageId":"1554","endLine":2,"endColumn":42},{"ruleId":"1551","severity":1,"message":"1552","line":29,"column":22,"nodeType":"1553","messageId":"1554","endLine":29,"endColumn":25},{"ruleId":"1621","severity":2,"message":"1622","line":6,"column":18,"nodeType":"1550","messageId":"1623","endLine":6,"endColumn":28},{"ruleId":"1551","severity":1,"message":"1552","line":3,"column":46,"nodeType":"1553","messageId":"1554","endLine":3,"endColumn":49},{"ruleId":"1551","severity":1,"message":"1552","line":2,"column":29,"nodeType":"1553","messageId":"1554","endLine":2,"endColumn":32},{"ruleId":"1575","severity":2,"message":"1578","line":3,"column":1,"nodeType":"1577","endLine":3,"endColumn":37},{"ruleId":"1551","severity":1,"message":"1552","line":22,"column":23,"nodeType":"1553","messageId":"1554","endLine":22,"endColumn":26},{"ruleId":"1551","severity":1,"message":"1552","line":32,"column":26,"nodeType":"1553","messageId":"1554","endLine":32,"endColumn":29},{"ruleId":"1551","severity":1,"message":"1552","line":20,"column":23,"nodeType":"1553","messageId":"1554","endLine":20,"endColumn":26},{"ruleId":"1551","severity":1,"message":"1552","line":11,"column":23,"nodeType":"1553","messageId":"1554","endLine":11,"endColumn":26},{"ruleId":"1551","severity":1,"message":"1552","line":3,"column":46,"nodeType":"1553","messageId":"1554","endLine":3,"endColumn":49},{"ruleId":"1545","severity":2,"message":"1546","line":1,"column":39,"nodeType":"1547","endLine":1,"endColumn":47},{"ruleId":"1551","severity":1,"message":"1552","line":105,"column":36,"nodeType":"1553","messageId":"1554","endLine":105,"endColumn":39},{"ruleId":"1551","severity":1,"message":"1552","line":115,"column":36,"nodeType":"1553","messageId":"1554","endLine":115,"endColumn":39},{"ruleId":"1555","severity":2,"message":"1594","line":129,"column":23,"nodeType":"1557","endLine":129,"endColumn":36},{"ruleId":"1551","severity":1,"message":"1552","line":17,"column":10,"nodeType":"1553","messageId":"1554","endLine":17,"endColumn":13},{"ruleId":"1575","severity":2,"message":"1606","line":21,"column":1,"nodeType":"1577","endLine":21,"endColumn":34},{"ruleId":"1575","severity":2,"message":"1607","line":23,"column":1,"nodeType":"1577","endLine":23,"endColumn":60},{"ruleId":"1551","severity":1,"message":"1552","line":40,"column":22,"nodeType":"1553","messageId":"1554","endLine":40,"endColumn":25},{"ruleId":"1624","severity":2,"message":"1625","line":325,"column":33,"nodeType":"1550","endLine":325,"endColumn":44},{"ruleId":"1575","severity":2,"message":"1606","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":44},{"ruleId":"1545","severity":2,"message":"1546","line":5,"column":39,"nodeType":"1547","endLine":5,"endColumn":47},{"ruleId":"1566","severity":2,"message":"1567","line":7,"column":18,"nodeType":"1550","messageId":"1568","endLine":7,"endColumn":28},{"ruleId":"1575","severity":2,"message":"1578","line":3,"column":1,"nodeType":"1577","endLine":3,"endColumn":37},{"ruleId":"1545","severity":2,"message":"1546","line":2,"column":39,"nodeType":"1547","endLine":2,"endColumn":47},{"ruleId":"1545","severity":2,"message":"1546","line":1,"column":38,"nodeType":"1547","endLine":1,"endColumn":46},{"ruleId":"1551","severity":1,"message":"1552","line":103,"column":36,"nodeType":"1553","messageId":"1554","endLine":103,"endColumn":39},{"ruleId":"1551","severity":1,"message":"1552","line":17,"column":10,"nodeType":"1553","messageId":"1554","endLine":17,"endColumn":13},{"ruleId":"1575","severity":2,"message":"1606","line":4,"column":1,"nodeType":"1577","endLine":4,"endColumn":34},{"ruleId":"1575","severity":2,"message":"1607","line":5,"column":1,"nodeType":"1577","endLine":5,"endColumn":60},{"ruleId":"1545","severity":2,"message":"1546","line":8,"column":38,"nodeType":"1547","endLine":8,"endColumn":46},{"ruleId":"1551","severity":1,"message":"1552","line":15,"column":22,"nodeType":"1553","messageId":"1554","endLine":15,"endColumn":25},{"ruleId":"1626","severity":2,"message":"1627","line":89,"column":22,"nodeType":"1628","messageId":"1629","endLine":89,"endColumn":48},{"ruleId":"1630","severity":2,"message":"1631","line":98,"column":25,"nodeType":"1632","messageId":"1633","endLine":123,"endColumn":16,"fix":"1634"},{"ruleId":"1575","severity":2,"message":"1606","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":44},{"ruleId":"1545","severity":2,"message":"1546","line":4,"column":38,"nodeType":"1547","endLine":4,"endColumn":46},{"ruleId":"1566","severity":2,"message":"1567","line":7,"column":18,"nodeType":"1550","messageId":"1568","endLine":7,"endColumn":28},{"ruleId":"1575","severity":2,"message":"1607","line":4,"column":1,"nodeType":"1577","endLine":4,"endColumn":60},{"ruleId":"1610","severity":1,"message":"1611","line":40,"column":5,"nodeType":"1557","messageId":"1612","endLine":40,"endColumn":16},{"ruleId":"1545","severity":2,"message":"1546","line":1,"column":34,"nodeType":"1547","endLine":1,"endColumn":42},{"ruleId":"1551","severity":1,"message":"1552","line":102,"column":36,"nodeType":"1553","messageId":"1554","endLine":102,"endColumn":39},{"ruleId":"1551","severity":1,"message":"1552","line":102,"column":63,"nodeType":"1553","messageId":"1554","endLine":102,"endColumn":66},{"ruleId":"1551","severity":1,"message":"1552","line":17,"column":10,"nodeType":"1553","messageId":"1554","endLine":17,"endColumn":13},{"ruleId":"1575","severity":2,"message":"1606","line":4,"column":1,"nodeType":"1577","endLine":4,"endColumn":34},{"ruleId":"1545","severity":2,"message":"1546","line":9,"column":34,"nodeType":"1547","endLine":9,"endColumn":42},{"ruleId":"1555","severity":2,"message":"1556","line":19,"column":13,"nodeType":"1557","endLine":19,"endColumn":25},{"ruleId":"1551","severity":1,"message":"1552","line":44,"column":22,"nodeType":"1553","messageId":"1554","endLine":44,"endColumn":25},{"ruleId":"1548","severity":1,"message":"1635","line":203,"column":65,"nodeType":"1550","endLine":203,"endColumn":78},{"ruleId":"1548","severity":1,"message":"1636","line":203,"column":80,"nodeType":"1550","endLine":203,"endColumn":89},{"ruleId":"1575","severity":2,"message":"1606","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":44},{"ruleId":"1545","severity":2,"message":"1546","line":4,"column":34,"nodeType":"1547","endLine":4,"endColumn":42},{"ruleId":"1566","severity":2,"message":"1567","line":7,"column":18,"nodeType":"1550","messageId":"1568","endLine":7,"endColumn":28},{"ruleId":"1545","severity":2,"message":"1546","line":2,"column":34,"nodeType":"1547","endLine":2,"endColumn":42},{"ruleId":"1545","severity":2,"message":"1546","line":1,"column":34,"nodeType":"1547","endLine":1,"endColumn":42},{"ruleId":"1551","severity":1,"message":"1552","line":102,"column":36,"nodeType":"1553","messageId":"1554","endLine":102,"endColumn":39},{"ruleId":"1551","severity":1,"message":"1552","line":102,"column":63,"nodeType":"1553","messageId":"1554","endLine":102,"endColumn":66},{"ruleId":"1551","severity":1,"message":"1552","line":17,"column":10,"nodeType":"1553","messageId":"1554","endLine":17,"endColumn":13},{"ruleId":"1575","severity":2,"message":"1606","line":4,"column":1,"nodeType":"1577","endLine":4,"endColumn":34},{"ruleId":"1545","severity":2,"message":"1546","line":9,"column":34,"nodeType":"1547","endLine":9,"endColumn":42},{"ruleId":"1551","severity":1,"message":"1552","line":20,"column":22,"nodeType":"1553","messageId":"1554","endLine":20,"endColumn":25},{"ruleId":"1548","severity":1,"message":"1635","line":238,"column":65,"nodeType":"1550","endLine":238,"endColumn":78},{"ruleId":"1548","severity":1,"message":"1636","line":238,"column":80,"nodeType":"1550","endLine":238,"endColumn":89},{"ruleId":"1575","severity":2,"message":"1606","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":44},{"ruleId":"1545","severity":2,"message":"1546","line":4,"column":34,"nodeType":"1547","endLine":4,"endColumn":42},{"ruleId":"1566","severity":2,"message":"1567","line":7,"column":18,"nodeType":"1550","messageId":"1568","endLine":7,"endColumn":28},{"ruleId":"1583","severity":2,"message":"1584","line":63,"column":15,"nodeType":"1585","messageId":"1586","endLine":63,"endColumn":21},{"ruleId":"1545","severity":2,"message":"1546","line":2,"column":34,"nodeType":"1547","endLine":2,"endColumn":42},{"ruleId":"1545","severity":2,"message":"1546","line":1,"column":34,"nodeType":"1547","endLine":1,"endColumn":42},{"ruleId":"1551","severity":1,"message":"1552","line":102,"column":36,"nodeType":"1553","messageId":"1554","endLine":102,"endColumn":39},{"ruleId":"1551","severity":1,"message":"1552","line":102,"column":63,"nodeType":"1553","messageId":"1554","endLine":102,"endColumn":66},{"ruleId":"1551","severity":1,"message":"1552","line":17,"column":10,"nodeType":"1553","messageId":"1554","endLine":17,"endColumn":13},{"ruleId":"1575","severity":2,"message":"1606","line":4,"column":1,"nodeType":"1577","endLine":4,"endColumn":34},{"ruleId":"1545","severity":2,"message":"1546","line":10,"column":34,"nodeType":"1547","endLine":10,"endColumn":42},{"ruleId":"1551","severity":1,"message":"1552","line":20,"column":22,"nodeType":"1553","messageId":"1554","endLine":20,"endColumn":25},{"ruleId":"1637","severity":2,"message":"1638","line":71,"column":30,"nodeType":"1639","endLine":71,"endColumn":54},{"ruleId":"1548","severity":1,"message":"1635","line":148,"column":65,"nodeType":"1550","endLine":148,"endColumn":78},{"ruleId":"1548","severity":1,"message":"1636","line":148,"column":80,"nodeType":"1550","endLine":148,"endColumn":89},{"ruleId":"1575","severity":2,"message":"1606","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":44},{"ruleId":"1545","severity":2,"message":"1546","line":4,"column":34,"nodeType":"1547","endLine":4,"endColumn":42},{"ruleId":"1566","severity":2,"message":"1567","line":7,"column":18,"nodeType":"1550","messageId":"1568","endLine":7,"endColumn":28},{"ruleId":"1545","severity":2,"message":"1546","line":2,"column":48,"nodeType":"1547","endLine":2,"endColumn":56},{"ruleId":"1551","severity":1,"message":"1552","line":29,"column":15,"nodeType":"1553","messageId":"1554","endLine":29,"endColumn":18},{"ruleId":"1551","severity":1,"message":"1552","line":38,"column":6,"nodeType":"1553","messageId":"1554","endLine":38,"endColumn":9},{"ruleId":"1573","severity":2,"message":"1640","line":42,"column":0,"nodeType":null,"endLine":42,"endColumn":42},{"ruleId":"1551","severity":1,"message":"1552","line":97,"column":15,"nodeType":"1553","messageId":"1554","endLine":97,"endColumn":18},{"ruleId":"1551","severity":1,"message":"1552","line":97,"column":26,"nodeType":"1553","messageId":"1554","endLine":97,"endColumn":29},{"ruleId":"1551","severity":1,"message":"1552","line":99,"column":6,"nodeType":"1553","messageId":"1554","endLine":99,"endColumn":9},{"ruleId":"1551","severity":1,"message":"1552","line":100,"column":14,"nodeType":"1553","messageId":"1554","endLine":100,"endColumn":17},{"ruleId":"1573","severity":2,"message":"1640","line":104,"column":0,"nodeType":null,"endLine":104,"endColumn":42},{"ruleId":"1555","severity":2,"message":"1594","line":138,"column":11,"nodeType":"1557","endLine":138,"endColumn":24},{"ruleId":"1545","severity":2,"message":"1558","line":5,"column":31,"nodeType":"1547","endLine":5,"endColumn":43},{"ruleId":"1551","severity":1,"message":"1552","line":17,"column":23,"nodeType":"1553","messageId":"1554","endLine":17,"endColumn":26},{"ruleId":"1545","severity":2,"message":"1602","line":5,"column":31,"nodeType":"1547","endLine":5,"endColumn":40},{"ruleId":"1575","severity":2,"message":"1606","line":20,"column":1,"nodeType":"1577","endLine":20,"endColumn":34},{"ruleId":"1575","severity":2,"message":"1607","line":22,"column":1,"nodeType":"1577","endLine":22,"endColumn":60},{"ruleId":"1545","severity":2,"message":"1546","line":29,"column":69,"nodeType":"1547","endLine":29,"endColumn":77},{"ruleId":"1551","severity":1,"message":"1552","line":45,"column":22,"nodeType":"1553","messageId":"1554","endLine":45,"endColumn":25},{"ruleId":"1551","severity":1,"message":"1552","line":270,"column":32,"nodeType":"1553","messageId":"1554","endLine":270,"endColumn":35},{"ruleId":"1575","severity":2,"message":"1606","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":44},{"ruleId":"1545","severity":2,"message":"1546","line":5,"column":31,"nodeType":"1547","endLine":5,"endColumn":39},{"ruleId":"1566","severity":2,"message":"1567","line":7,"column":18,"nodeType":"1550","messageId":"1568","endLine":7,"endColumn":28},{"ruleId":"1545","severity":2,"message":"1546","line":2,"column":33,"nodeType":"1547","endLine":2,"endColumn":41},{"ruleId":"1575","severity":2,"message":"1606","line":20,"column":1,"nodeType":"1577","endLine":20,"endColumn":34},{"ruleId":"1545","severity":2,"message":"1546","line":23,"column":37,"nodeType":"1547","endLine":23,"endColumn":45},{"ruleId":"1630","severity":2,"message":"1631","line":118,"column":19,"nodeType":"1632","messageId":"1633","endLine":132,"endColumn":4,"fix":"1641"},{"ruleId":"1630","severity":2,"message":"1631","line":164,"column":13,"nodeType":"1632","messageId":"1633","endLine":169,"endColumn":8,"fix":"1642"},{"ruleId":"1551","severity":1,"message":"1552","line":198,"column":86,"nodeType":"1553","messageId":"1554","endLine":198,"endColumn":89},{"ruleId":"1575","severity":2,"message":"1606","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":44},{"ruleId":"1545","severity":2,"message":"1546","line":4,"column":37,"nodeType":"1547","endLine":4,"endColumn":45},{"ruleId":"1575","severity":2,"message":"1606","line":4,"column":1,"nodeType":"1577","endLine":4,"endColumn":34},{"ruleId":"1575","severity":2,"message":"1607","line":5,"column":1,"nodeType":"1577","endLine":5,"endColumn":60},{"ruleId":"1545","severity":2,"message":"1546","line":7,"column":49,"nodeType":"1547","endLine":7,"endColumn":57},{"ruleId":"1630","severity":2,"message":"1631","line":25,"column":13,"nodeType":"1632","messageId":"1633","endLine":30,"endColumn":8,"fix":"1643"},{"ruleId":"1551","severity":1,"message":"1552","line":46,"column":22,"nodeType":"1553","messageId":"1554","endLine":46,"endColumn":25},{"ruleId":"1626","severity":2,"message":"1627","line":89,"column":37,"nodeType":"1628","messageId":"1629","endLine":93,"endColumn":21},{"ruleId":"1551","severity":1,"message":"1552","line":95,"column":35,"nodeType":"1553","messageId":"1554","endLine":95,"endColumn":38},{"ruleId":"1551","severity":1,"message":"1552","line":95,"column":45,"nodeType":"1553","messageId":"1554","endLine":95,"endColumn":48},{"ruleId":"1551","severity":1,"message":"1552","line":95,"column":57,"nodeType":"1553","messageId":"1554","endLine":95,"endColumn":60},{"ruleId":"1626","severity":2,"message":"1627","line":98,"column":16,"nodeType":"1628","messageId":"1629","endLine":100,"endColumn":10},{"ruleId":"1551","severity":1,"message":"1552","line":112,"column":46,"nodeType":"1553","messageId":"1554","endLine":112,"endColumn":49},{"ruleId":"1551","severity":1,"message":"1552","line":148,"column":46,"nodeType":"1553","messageId":"1554","endLine":148,"endColumn":49},{"ruleId":"1551","severity":1,"message":"1552","line":160,"column":46,"nodeType":"1553","messageId":"1554","endLine":160,"endColumn":49},{"ruleId":"1575","severity":2,"message":"1606","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":44},{"ruleId":"1545","severity":2,"message":"1546","line":4,"column":27,"nodeType":"1547","endLine":4,"endColumn":35},{"ruleId":"1566","severity":2,"message":"1567","line":7,"column":18,"nodeType":"1550","messageId":"1568","endLine":7,"endColumn":28},{"ruleId":"1575","severity":2,"message":"1595","line":2,"column":1,"nodeType":"1577","endLine":2,"endColumn":75},{"ruleId":"1575","severity":2,"message":"1607","line":5,"column":1,"nodeType":"1577","endLine":5,"endColumn":54},{"ruleId":"1575","severity":2,"message":"1578","line":3,"column":1,"nodeType":"1577","endLine":3,"endColumn":37},{"ruleId":"1575","severity":2,"message":"1595","line":2,"column":1,"nodeType":"1577","endLine":2,"endColumn":75},{"ruleId":"1575","severity":2,"message":"1607","line":5,"column":1,"nodeType":"1577","endLine":5,"endColumn":54},{"ruleId":"1575","severity":2,"message":"1578","line":3,"column":1,"nodeType":"1577","endLine":3,"endColumn":37},{"ruleId":null,"fatal":true,"severity":2,"message":"1644","line":13,"column":4},{"ruleId":"1551","severity":1,"message":"1552","line":1,"column":30,"nodeType":"1553","messageId":"1554","endLine":1,"endColumn":33},{"ruleId":"1551","severity":1,"message":"1552","line":7,"column":30,"nodeType":"1553","messageId":"1554","endLine":7,"endColumn":33},{"ruleId":"1551","severity":1,"message":"1552","line":7,"column":45,"nodeType":"1553","messageId":"1554","endLine":7,"endColumn":48},{"ruleId":"1551","severity":1,"message":"1552","line":7,"column":56,"nodeType":"1553","messageId":"1554","endLine":7,"endColumn":59},{"ruleId":"1551","severity":1,"message":"1552","line":9,"column":20,"nodeType":"1553","messageId":"1554","endLine":9,"endColumn":23},{"ruleId":"1575","severity":2,"message":"1578","line":4,"column":1,"nodeType":"1577","endLine":4,"endColumn":37},{"ruleId":"1551","severity":1,"message":"1552","line":16,"column":22,"nodeType":"1553","messageId":"1554","endLine":16,"endColumn":25},{"ruleId":"1551","severity":1,"message":"1552","line":16,"column":35,"nodeType":"1553","messageId":"1554","endLine":16,"endColumn":38},{"ruleId":"1551","severity":1,"message":"1552","line":25,"column":29,"nodeType":"1553","messageId":"1554","endLine":25,"endColumn":32},{"ruleId":"1551","severity":1,"message":"1552","line":120,"column":45,"nodeType":"1553","messageId":"1554","endLine":120,"endColumn":48},{"ruleId":"1551","severity":1,"message":"1552","line":123,"column":74,"nodeType":"1553","messageId":"1554","endLine":123,"endColumn":77},{"ruleId":"1566","severity":2,"message":"1567","line":3,"column":18,"nodeType":"1550","messageId":"1568","endLine":3,"endColumn":31},{"ruleId":"1575","severity":2,"message":"1645","line":5,"column":1,"nodeType":"1577","endLine":5,"endColumn":28},{"ruleId":"1551","severity":1,"message":"1552","line":18,"column":11,"nodeType":"1553","messageId":"1554","endLine":18,"endColumn":14},{"ruleId":"1551","severity":1,"message":"1552","line":20,"column":57,"nodeType":"1553","messageId":"1554","endLine":20,"endColumn":60},{"ruleId":"1551","severity":1,"message":"1552","line":23,"column":22,"nodeType":"1553","messageId":"1554","endLine":23,"endColumn":25},{"ruleId":"1551","severity":1,"message":"1552","line":31,"column":34,"nodeType":"1553","messageId":"1554","endLine":31,"endColumn":37},{"ruleId":"1551","severity":1,"message":"1552","line":32,"column":18,"nodeType":"1553","messageId":"1554","endLine":32,"endColumn":21},{"ruleId":"1551","severity":1,"message":"1552","line":33,"column":13,"nodeType":"1553","messageId":"1554","endLine":33,"endColumn":16},{"ruleId":"1646","severity":2,"message":"1647","line":75,"column":7,"nodeType":"1648","messageId":"1649","endLine":75,"endColumn":48},{"ruleId":"1551","severity":1,"message":"1552","line":83,"column":15,"nodeType":"1553","messageId":"1554","endLine":83,"endColumn":18},{"ruleId":"1575","severity":2,"message":"1578","line":5,"column":1,"nodeType":"1577","endLine":5,"endColumn":37},{"ruleId":"1575","severity":2,"message":"1595","line":2,"column":1,"nodeType":"1577","endLine":2,"endColumn":75},{"ruleId":"1575","severity":2,"message":"1606","line":6,"column":1,"nodeType":"1577","endLine":6,"endColumn":34},{"ruleId":"1551","severity":1,"message":"1552","line":17,"column":22,"nodeType":"1553","messageId":"1554","endLine":17,"endColumn":25},{"ruleId":"1551","severity":1,"message":"1552","line":68,"column":59,"nodeType":"1553","messageId":"1554","endLine":68,"endColumn":62},{"ruleId":"1650","severity":1,"message":"1651","line":73,"column":11,"nodeType":"1557","endLine":78,"endColumn":19},{"ruleId":"1650","severity":1,"message":"1651","line":73,"column":11,"nodeType":"1557","endLine":77,"endColumn":18},{"ruleId":"1551","severity":1,"message":"1552","line":76,"column":37,"nodeType":"1553","messageId":"1554","endLine":76,"endColumn":40},{"ruleId":"1551","severity":1,"message":"1552","line":83,"column":24,"nodeType":"1553","messageId":"1554","endLine":83,"endColumn":27},{"ruleId":"1551","severity":1,"message":"1552","line":117,"column":23,"nodeType":"1553","messageId":"1554","endLine":117,"endColumn":26},{"ruleId":"1575","severity":2,"message":"1606","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":44},{"ruleId":"1566","severity":2,"message":"1567","line":7,"column":18,"nodeType":"1550","messageId":"1568","endLine":7,"endColumn":28},{"ruleId":"1551","severity":1,"message":"1552","line":3,"column":10,"nodeType":"1553","messageId":"1554","endLine":3,"endColumn":13},{"ruleId":"1575","severity":2,"message":"1595","line":2,"column":1,"nodeType":"1577","endLine":2,"endColumn":75},{"ruleId":"1575","severity":2,"message":"1606","line":5,"column":1,"nodeType":"1577","endLine":5,"endColumn":34},{"ruleId":"1551","severity":1,"message":"1552","line":46,"column":22,"nodeType":"1553","messageId":"1554","endLine":46,"endColumn":25},{"ruleId":"1566","severity":2,"message":"1567","line":58,"column":18,"nodeType":"1550","messageId":"1568","endLine":58,"endColumn":37},{"ruleId":"1551","severity":1,"message":"1552","line":156,"column":25,"nodeType":"1553","messageId":"1554","endLine":156,"endColumn":28},{"ruleId":"1551","severity":1,"message":"1552","line":165,"column":26,"nodeType":"1553","messageId":"1554","endLine":165,"endColumn":29},{"ruleId":"1630","severity":2,"message":"1631","line":249,"column":34,"nodeType":"1632","messageId":"1633","endLine":250,"endColumn":82,"fix":"1652"},{"ruleId":"1575","severity":2,"message":"1606","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":44},{"ruleId":"1566","severity":2,"message":"1567","line":6,"column":18,"nodeType":"1550","messageId":"1568","endLine":6,"endColumn":28},{"ruleId":"1575","severity":2,"message":"1595","line":1,"column":1,"nodeType":"1577","endLine":1,"endColumn":75},{"ruleId":"1575","severity":2,"message":"1653","line":6,"column":1,"nodeType":"1577","endLine":6,"endColumn":51},"import/no-unresolved","Unable to resolve path to module './data'.","Literal","@typescript-eslint/no-unused-vars","'getNotice' is assigned a value but never used.","Identifier","@typescript-eslint/no-explicit-any","Unexpected any. Specify a different type.","TSAnyKeyword","unexpectedAny","compat/compat","Number.isNaN() is not supported in IE 11","MemberExpression","Unable to resolve path to module '../../data'.","react/sort-comp","input should be placed before componentDidMount","ClassProperty","view should be placed before componentDidMount","main should be placed before constructor","no-param-reassign","Assignment to property of function parameter 'node'.","@typescript-eslint/interface-name-prefix","Interface name must not be prefixed with \"I\".","noPrefix","func-names","Unexpected unnamed function.","FunctionExpression","unnamed","eslint-comments/no-unlimited-disable","Unexpected unlimited 'eslint-disable-next-line' comment. Specify some rule names to disable.","import/no-extraneous-dependencies","'lodash-decorators' should be listed in the project's dependencies. Run 'npm i -S lodash-decorators' to add it","ImportDeclaration","'classnames' should be listed in the project's dependencies. Run 'npm i -S classnames' to add it","consistent-return","Arrow function expected no return value.","ReturnStatement","unexpectedReturnValue","@typescript-eslint/no-non-null-assertion","Forbidden non-null assertion.","TSNonNullExpression","noNonNull","react/prefer-stateless-function","Component should be written as a pure function","ClassDeclaration","no-use-before-define","'data' was used before it was defined.","@typescript-eslint/no-use-before-define","noUseBeforeDefine","Object.assign() is not supported in IE 11","'umi-plugin-react' should be listed in the project's dependencies, not devDependencies.","import/no-named-as-default-member","Caution: `Charts` also has a named export `ChartCard`. Check if you meant to write `import {ChartCard} from './Charts'` instead.","Caution: `Charts` also has a named export `MiniArea`. Check if you meant to write `import {MiniArea} from './Charts'` instead.","Caution: `Charts` also has a named export `MiniBar`. Check if you meant to write `import {MiniBar} from './Charts'` instead.","Caution: `Charts` also has a named export `MiniProgress`. Check if you meant to write `import {MiniProgress} from './Charts'` instead.","Caution: `Charts` also has a named export `Field`. Check if you meant to write `import {Field} from './Charts'` instead.","Unable to resolve path to module '../data'.","Caution: `Charts` also has a named export `TimelineChart`. Check if you meant to write `import {TimelineChart} from './Charts'` instead.","Caution: `Charts` also has a named export `Pie`. Check if you meant to write `import {Pie} from './Charts'` instead.","Caution: `Charts` also has a named export `Bar`. Check if you meant to write `import {Bar} from './Charts'` instead.","'redux' should be listed in the project's dependencies. Run 'npm i -S redux' to add it","'@ant-design/pro-layout' should be listed in the project's dependencies. Run 'npm i -S @ant-design/pro-layout' to add it","'mockjs' should be listed in the project's dependencies, not devDependencies.","timer should be placed before componentDidMount","no-console","Unexpected console statement.","unexpected","root should be placed before componentDidMount","isUnmount should be placed before componentDidMount","import/named","Activeties not found in './data.d'","Notice not found in './data.d'","RadarData not found in './data.d'","'history' should be listed in the project's dependencies. Run 'npm i -S history' to add it","'antd' should be listed in the project's dependencies. Run 'npm i -S antd' to add it","@typescript-eslint/no-empty-interface","An empty interface is equivalent to `{}`.","noEmpty","react/no-find-dom-node","Do not use findDOMNode","@typescript-eslint/no-object-literal-type-assertion","Type assertion on object literals is forbidden, use a type annotation instead.","TSAsExpression","unexpectedTypeAssertion","no-confusing-arrow","Arrow function used ambiguously with a conditional expression.","ArrowFunctionExpression","confusing",{"range":"1654","text":"1655"},"'changedValues' is defined but never used.","'allValues' is defined but never used.","react/no-array-index-key","Do not use Array index in keys","TemplateLiteral","Unexpected unlimited 'eslint-disable-line' comment. Specify some rule names to disable.",{"range":"1656","text":"1657"},{"range":"1658","text":"1659"},{"range":"1660","text":"1661"},"Parsing error: ';' expected.","'omit.js' should be listed in the project's dependencies. Run 'npm i -S omit.js' to add it","promise/catch-or-return","Expected catch() or return","ExpressionStatement","terminationMethod","promise/no-promise-in-callback","Avoid using promises inside of callbacks.",{"range":"1662","text":"1663"},"'react-router' should be listed in the project's dependencies. Run 'npm i -S react-router' to add it",[2622,3599],"(item && item.id ? (\n \n 操作一, 操作二]}\n >\n }\n title={{item.title}}\n description={\n \n {item.description}\n \n }\n />\n \n \n ) : (\n \n \n \n ))",[2922,3071],"(status === 'process' ? (\n \n {dot}\n \n ) : (\n dot\n ))",[3493,3621],"(text === 'agree' ? (\n \n ) : (\n \n ))",[589,725],"(text === 'success' ? (\n \n ) : (\n \n ))",[6223,6288],"(node && node.parentNode ? (node.parentNode as HTMLElement) : node)"] \ No newline at end of file diff --git a/AccountCenter/src/_mock.ts b/AccountCenter/src/_mock.ts index f1524db5..179a8dec 100644 --- a/AccountCenter/src/_mock.ts +++ b/AccountCenter/src/_mock.ts @@ -1,4 +1,4 @@ -import { ListItemDataType } from './data'; +import { ListItemDataType } from './data.d'; const titles = [ 'Alipay', diff --git a/AccountSettings/src/model.ts b/AccountSettings/src/model.ts index 4815269f..ba55cdd7 100644 --- a/AccountSettings/src/model.ts +++ b/AccountSettings/src/model.ts @@ -1,12 +1,12 @@ import { AnyAction, Reducer } from 'redux'; import { EffectsCommandMap } from 'dva'; -import { City, CurrentUser, Province } from './data'; +import { CityType, CurrentUser, ProvinceType } from './data.d'; import { queryCity, queryCurrent, queryProvince, query as queryUsers } from './service'; export interface ModalState { currentUser?: Partial; - province?: Province[]; - city?: City[]; + province?: ProvinceType[]; + city?: CityType[]; isLoading?: boolean; } diff --git a/DashboardAnalysis/package.json b/DashboardAnalysis/package.json index 58f319f4..c7c30958 100644 --- a/DashboardAnalysis/package.json +++ b/DashboardAnalysis/package.json @@ -21,13 +21,14 @@ "numeral": "^2.0.6", "react": "^16.6.3", "react-fittext": "^1.0.0", + "redux": "^4.0.1", "umi-request": "^1.0.0" }, "devDependencies": { + "@types/numeral": "^0.0.25", "umi": "^2.6.9", "umi-plugin-block-dev": "^1.1.0", - "umi-plugin-react": "^1.7.2", - "@types/numeral": "^0.0.25" + "umi-plugin-react": "^1.7.2" }, "blockConfig": { "specVersion": "0.1" diff --git a/DashboardAnalysis/src/_mock.ts b/DashboardAnalysis/src/_mock.ts index f2d08a6f..9cf28332 100644 --- a/DashboardAnalysis/src/_mock.ts +++ b/DashboardAnalysis/src/_mock.ts @@ -1,5 +1,5 @@ import moment from 'moment'; -import { IAnalysisData, IRadarData, IVisitData } from './data'; +import { IAnalysisData, IRadarData, IVisitData } from './data.d'; // mock data const visitData: IVisitData[] = []; diff --git a/DashboardAnalysis/src/model.tsx b/DashboardAnalysis/src/model.tsx index adcabc95..e467d813 100644 --- a/DashboardAnalysis/src/model.tsx +++ b/DashboardAnalysis/src/model.tsx @@ -1,7 +1,7 @@ import { AnyAction, Reducer } from 'redux'; import { EffectsCommandMap } from 'dva'; -import { IAnalysisData } from './data'; +import { IAnalysisData } from './data.d'; import { fakeChartData } from './service'; export type Effect = ( diff --git a/ListBasicList/package.json b/ListBasicList/package.json index c18afc24..8bfdaf3b 100644 --- a/ListBasicList/package.json +++ b/ListBasicList/package.json @@ -12,12 +12,15 @@ "dev": "umi dev" }, "dependencies": { + "@ant-design/pro-layout": "^4.5.5", "antd": "^3.16.3", + "classnames": "^2.2.6", "dva": "^2.4.0", "hash.js": "^1.1.5", "moment": "^2.22.2", "react": "^16.6.3", "react-dom": "^16.6.3", + "redux": "^4.0.1", "umi-request": "^1.0.0" }, "devDependencies": { diff --git a/ListBasicList/src/_mock.ts b/ListBasicList/src/_mock.ts index febec37f..bd160876 100644 --- a/ListBasicList/src/_mock.ts +++ b/ListBasicList/src/_mock.ts @@ -1,4 +1,4 @@ -import { BasicListItemDataType } from './data'; +import { BasicListItemDataType } from './data.d'; const titles = [ 'Alipay', diff --git a/ListBasicList/src/index.tsx b/ListBasicList/src/index.tsx index eb171e97..ae2a34cf 100644 --- a/ListBasicList/src/index.tsx +++ b/ListBasicList/src/index.tsx @@ -25,7 +25,7 @@ import { connect } from 'dva'; import { findDOMNode } from 'react-dom'; import moment from 'moment'; import Result from './Result'; -import { IStateType } from './model'; +import { StateType } from './model'; import { BasicListItemDataType } from './data.d'; import styles from './style.less'; @@ -36,7 +36,7 @@ const SelectOption = Select.Option; const { Search, TextArea } = Input; interface PAGE_NAME_UPPER_CAMEL_CASEProps extends FormComponentProps { - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; dispatch: Dispatch; loading: boolean; } @@ -50,7 +50,7 @@ interface PAGE_NAME_UPPER_CAMEL_CASEState { BLOCK_NAME_CAMEL_CASE, loading, }: { - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; loading: { models: { [key: string]: boolean }; }; @@ -70,8 +70,6 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component< wrapperCol: { span: 13 }, }; - addBtn: HTMLButtonElement | undefined | null; - componentDidMount() { const { dispatch } = this.props; dispatch({ @@ -138,6 +136,8 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component< }); }; + addBtn: HTMLButtonElement | undefined | null; + render() { const { BLOCK_NAME_CAMEL_CASE: { list }, @@ -322,6 +322,7 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component< icon="plus" onClick={this.showModal} ref={component => { + // eslint-disable-next-line react/no-find-dom-node this.addBtn = findDOMNode(component) as HTMLButtonElement; }} > diff --git a/ListBasicList/src/model.ts b/ListBasicList/src/model.ts index 7c23e9ee..58740d54 100644 --- a/ListBasicList/src/model.ts +++ b/ListBasicList/src/model.ts @@ -2,28 +2,28 @@ import { AnyAction, Reducer } from 'redux'; import { EffectsCommandMap } from 'dva'; import { addFakeList, queryFakeList, removeFakeList, updateFakeList } from './service'; -import { BasicListItemDataType } from './data'; +import { BasicListItemDataType } from './data.d'; -export interface IStateType { +export interface StateType { list: BasicListItemDataType[]; } export type Effect = ( action: AnyAction, - effects: EffectsCommandMap & { select: (func: (state: IStateType) => T) => T }, + effects: EffectsCommandMap & { select: (func: (state: StateType) => T) => T }, ) => void; export interface ModelType { namespace: string; - state: IStateType; + state: StateType; effects: { fetch: Effect; appendFetch: Effect; submit: Effect; }; reducers: { - queryList: Reducer; - appendList: Reducer; + queryList: Reducer; + appendList: Reducer; }; } diff --git a/ListBasicList/src/service.ts b/ListBasicList/src/service.ts index fbcbb37b..38001c9c 100644 --- a/ListBasicList/src/service.ts +++ b/ListBasicList/src/service.ts @@ -1,5 +1,5 @@ import request from 'umi-request'; -import { BasicListItemDataType } from './data'; +import { BasicListItemDataType } from './data.d'; interface ParamsType extends Partial { count?: number; diff --git a/ListCardList/package.json b/ListCardList/package.json index 6319a4ff..6b7760a8 100644 --- a/ListCardList/package.json +++ b/ListCardList/package.json @@ -11,15 +11,17 @@ "url": "https://github.com/umijs/umi-blocks/ant-design-pro/cardlist" }, "dependencies": { + "@ant-design/pro-layout": "^4.5.5", "antd": "^3.16.3", "dva": "^2.4.0", "react": "^16.6.3", + "redux": "^4.0.1", "umi-request": "^1.0.0" }, "devDependencies": { "umi": "^2.6.9", - "umi-plugin-react": "^1.7.2", - "umi-plugin-block-dev": "^1.0.0" + "umi-plugin-block-dev": "^1.0.0", + "umi-plugin-react": "^1.7.2" }, "license": "ISC", "blockConfig": { diff --git a/ListCardList/src/_mock.ts b/ListCardList/src/_mock.ts index c648c2df..5e732aa0 100644 --- a/ListCardList/src/_mock.ts +++ b/ListCardList/src/_mock.ts @@ -1,4 +1,4 @@ -import { CardListItemDataType } from './data'; +import { CardListItemDataType } from './data.d'; const titles = [ 'Alipay', diff --git a/ListCardList/src/index.tsx b/ListCardList/src/index.tsx index 7e9f709f..0eced379 100644 --- a/ListCardList/src/index.tsx +++ b/ListCardList/src/index.tsx @@ -4,14 +4,14 @@ import React, { Component } from 'react'; import { Dispatch } from 'redux'; import { PageHeaderWrapper } from '@ant-design/pro-layout'; import { connect } from 'dva'; -import { IStateType } from './model'; -import { CardListItemDataType } from './data'; +import { StateType } from './model'; +import { CardListItemDataType } from './data.d'; import styles from './style.less'; const { Paragraph } = Typography; interface PAGE_NAME_UPPER_CAMEL_CASEProps { - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; dispatch: Dispatch; loading: boolean; } @@ -26,7 +26,7 @@ interface PAGE_NAME_UPPER_CAMEL_CASEState { BLOCK_NAME_CAMEL_CASE, loading, }: { - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; loading: { models: { [key: string]: boolean }; }; @@ -86,42 +86,45 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component< /> ); - const nullData = {} as CardListItemDataType; + const nullData: Partial = {}; return (
- > rowKey="id" loading={loading} grid={{ gutter: 24, lg: 3, md: 2, sm: 1, xs: 1 }} dataSource={[nullData, ...list]} - renderItem={item => - item && item.id ? ( - - 操作一, 操作二]} - > - } - title={{item.title}} - description={ - - {item.description} - - } - /> - - - ) : ( + renderItem={item => { + if (item && item.id) { + return ( + + 操作一, 操作二]} + > + } + title={{item.title}} + description={ + + {item.description} + + } + /> + + + ); + } + return ( - ) - } + ); + }} />
diff --git a/ListCardList/src/model.ts b/ListCardList/src/model.ts index d5cf2148..8efd9eab 100644 --- a/ListCardList/src/model.ts +++ b/ListCardList/src/model.ts @@ -1,26 +1,26 @@ import { AnyAction, Reducer } from 'redux'; import { EffectsCommandMap } from 'dva'; -import { CardListItemDataType } from './data'; +import { CardListItemDataType } from './data.d'; import { queryFakeList } from './service'; -export interface IStateType { +export interface StateType { list: CardListItemDataType[]; } export type Effect = ( action: AnyAction, - effects: EffectsCommandMap & { select: (func: (state: IStateType) => T) => T }, + effects: EffectsCommandMap & { select: (func: (state: StateType) => T) => T }, ) => void; export interface ModelType { namespace: string; - state: IStateType; + state: StateType; effects: { fetch: Effect; }; reducers: { - queryList: Reducer; + queryList: Reducer; }; } diff --git a/ListSearch/package.json b/ListSearch/package.json index e4ce46c1..13937efd 100644 --- a/ListSearch/package.json +++ b/ListSearch/package.json @@ -11,6 +11,7 @@ "url": "https://github.com/umijs/umi-blocks/ant-design-pro/searchlistapplications" }, "dependencies": { + "@ant-design/pro-layout": "^4.5.5", "antd": "^3.16.3", "classnames": "^2.2.6", "dva": "^2.4.0", @@ -23,8 +24,8 @@ }, "devDependencies": { "umi": "^2.6.9", - "umi-plugin-react": "^1.7.2", - "umi-plugin-block-dev": "^1.0.0" + "umi-plugin-block-dev": "^1.0.0", + "umi-plugin-react": "^1.7.2" }, "license": "ISC", "blockConfig": { diff --git a/ListSearchApplications/package.json b/ListSearchApplications/package.json index d08675c9..94f6ca9e 100644 --- a/ListSearchApplications/package.json +++ b/ListSearchApplications/package.json @@ -19,12 +19,13 @@ "numeral": "^2.0.6", "nzh": "^1.0.3", "react": "^16.6.3", + "redux": "^4.0.1", "umi-request": "^1.0.0" }, "devDependencies": { "umi": "^2.6.9", - "umi-plugin-react": "^1.7.2", - "umi-plugin-block-dev": "^1.0.0" + "umi-plugin-block-dev": "^1.0.0", + "umi-plugin-react": "^1.7.2" }, "license": "ISC", "blockConfig": { diff --git a/ListSearchApplications/src/_mock.ts b/ListSearchApplications/src/_mock.ts index 8ecf64f0..5a12c6e2 100644 --- a/ListSearchApplications/src/_mock.ts +++ b/ListSearchApplications/src/_mock.ts @@ -1,4 +1,4 @@ -import { ListItemDataType } from './data'; +import { ListItemDataType } from './data.d'; const titles = [ 'Alipay', diff --git a/ListSearchApplications/src/index.tsx b/ListSearchApplications/src/index.tsx index 819c6404..5be362c5 100644 --- a/ListSearchApplications/src/index.tsx +++ b/ListSearchApplications/src/index.tsx @@ -5,8 +5,8 @@ import { Dispatch } from 'redux'; import { FormComponentProps } from 'antd/es/form'; import { connect } from 'dva'; import numeral from 'numeral'; -import { IStateType } from './model'; -import { ListItemDataType } from './data'; +import { StateType } from './model'; +import { ListItemDataType } from './data.d'; import StandardFormRow from './components/StandardFormRow'; import TagSelect from './components/TagSelect'; import styles from './style.less'; @@ -42,7 +42,7 @@ export function formatWan(val: number) { interface PAGE_NAME_UPPER_CAMEL_CASEProps extends FormComponentProps { dispatch: Dispatch; - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; loading: boolean; } @@ -217,7 +217,7 @@ export default connect( BLOCK_NAME_CAMEL_CASE, loading, }: { - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; loading: { models: { [key: string]: boolean } }; }) => ({ BLOCK_NAME_CAMEL_CASE, diff --git a/ListSearchApplications/src/model.ts b/ListSearchApplications/src/model.ts index 6dfe065b..16b30607 100644 --- a/ListSearchApplications/src/model.ts +++ b/ListSearchApplications/src/model.ts @@ -1,26 +1,26 @@ import { AnyAction, Reducer } from 'redux'; import { EffectsCommandMap } from 'dva'; -import { ListItemDataType } from './data'; +import { ListItemDataType } from './data.d'; import { queryFakeList } from './service'; -export interface IStateType { +export interface StateType { list: ListItemDataType[]; } export type Effect = ( action: AnyAction, - effects: EffectsCommandMap & { select: (func: (state: IStateType) => T) => T }, + effects: EffectsCommandMap & { select: (func: (state: StateType) => T) => T }, ) => void; export interface ModelType { namespace: string; - state: IStateType; + state: StateType; effects: { fetch: Effect; }; reducers: { - queryList: Reducer; + queryList: Reducer; }; } diff --git a/ListSearchApplications/src/service.ts b/ListSearchApplications/src/service.ts index b8f01607..1fbbdf95 100644 --- a/ListSearchApplications/src/service.ts +++ b/ListSearchApplications/src/service.ts @@ -1,5 +1,5 @@ import request from 'umi-request'; -import { ListItemDataType } from './data'; +import { ListItemDataType } from './data.d'; export async function queryFakeList(params: ListItemDataType) { return request('/api/fake_list', { diff --git a/ListSearchArticles/package.json b/ListSearchArticles/package.json index c5d102d5..3e79565c 100644 --- a/ListSearchArticles/package.json +++ b/ListSearchArticles/package.json @@ -16,12 +16,13 @@ "dva": "^2.4.0", "moment": "^2.22.2", "react": "^16.6.3", + "redux": "^4.0.1", "umi-request": "^1.0.0" }, "devDependencies": { "umi": "^2.6.9", - "umi-plugin-react": "^1.7.2", - "umi-plugin-block-dev": "^1.0.0" + "umi-plugin-block-dev": "^1.0.0", + "umi-plugin-react": "^1.7.2" }, "license": "ISC", "blockConfig": { diff --git a/ListSearchArticles/src/_mock.ts b/ListSearchArticles/src/_mock.ts index 8ecf64f0..5a12c6e2 100644 --- a/ListSearchArticles/src/_mock.ts +++ b/ListSearchArticles/src/_mock.ts @@ -1,4 +1,4 @@ -import { ListItemDataType } from './data'; +import { ListItemDataType } from './data.d'; const titles = [ 'Alipay', diff --git a/ListSearchArticles/src/index.tsx b/ListSearchArticles/src/index.tsx index 03a0cf6b..c0beb797 100644 --- a/ListSearchArticles/src/index.tsx +++ b/ListSearchArticles/src/index.tsx @@ -5,8 +5,8 @@ import { Dispatch } from 'redux'; import { FormComponentProps } from 'antd/es/form'; import { connect } from 'dva'; import ArticleListContent from './components/ArticleListContent'; -import { IStateType } from './model'; -import { ListItemDataType } from './data'; +import { StateType } from './model'; +import { ListItemDataType } from './data.d'; import StandardFormRow from './components/StandardFormRow'; import TagSelect from './components/TagSelect'; import styles from './style.less'; @@ -18,7 +18,7 @@ const pageSize = 5; interface PAGE_NAME_UPPER_CAMEL_CASEProps extends FormComponentProps { dispatch: Dispatch; - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; loading: boolean; } @@ -252,7 +252,7 @@ export default connect( BLOCK_NAME_CAMEL_CASE, loading, }: { - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; loading: { models: { [key: string]: boolean } }; }) => ({ BLOCK_NAME_CAMEL_CASE, diff --git a/ListSearchArticles/src/model.ts b/ListSearchArticles/src/model.ts index e79d0c3e..64db89e9 100644 --- a/ListSearchArticles/src/model.ts +++ b/ListSearchArticles/src/model.ts @@ -1,28 +1,28 @@ import { AnyAction, Reducer } from 'redux'; import { EffectsCommandMap } from 'dva'; -import { ListItemDataType } from './data'; +import { ListItemDataType } from './data.d'; import { queryFakeList } from './service'; -export interface IStateType { +export interface StateType { list: ListItemDataType[]; } export type Effect = ( action: AnyAction, - effects: EffectsCommandMap & { select: (func: (state: IStateType) => T) => T }, + effects: EffectsCommandMap & { select: (func: (state: StateType) => T) => T }, ) => void; export interface ModelType { namespace: string; - state: IStateType; + state: StateType; effects: { fetch: Effect; appendFetch: Effect; }; reducers: { - queryList: Reducer; - appendList: Reducer; + queryList: Reducer; + appendList: Reducer; }; } @@ -60,7 +60,7 @@ const Model: ModelType = { appendList(state, action) { return { ...state, - list: state!.list.concat(action.payload), + list: (state as StateType).list.concat(action.payload), }; }, }, diff --git a/ListSearchArticles/src/service.ts b/ListSearchArticles/src/service.ts index b8f01607..1fbbdf95 100644 --- a/ListSearchArticles/src/service.ts +++ b/ListSearchArticles/src/service.ts @@ -1,5 +1,5 @@ import request from 'umi-request'; -import { ListItemDataType } from './data'; +import { ListItemDataType } from './data.d'; export async function queryFakeList(params: ListItemDataType) { return request('/api/fake_list', { diff --git a/ListSearchProjects/package.json b/ListSearchProjects/package.json index 2a77d035..503ea121 100644 --- a/ListSearchProjects/package.json +++ b/ListSearchProjects/package.json @@ -16,12 +16,13 @@ "dva": "^2.4.0", "moment": "^2.22.2", "react": "^16.6.3", + "redux": "^4.0.1", "umi-request": "^1.0.0" }, "devDependencies": { "umi": "^2.6.9", - "umi-plugin-react": "^1.7.2", - "umi-plugin-block-dev": "^1.0.0" + "umi-plugin-block-dev": "^1.0.0", + "umi-plugin-react": "^1.7.2" }, "license": "ISC", "blockConfig": { diff --git a/ListSearchProjects/src/_mock.ts b/ListSearchProjects/src/_mock.ts index 8ecf64f0..5a12c6e2 100644 --- a/ListSearchProjects/src/_mock.ts +++ b/ListSearchProjects/src/_mock.ts @@ -1,4 +1,4 @@ -import { ListItemDataType } from './data'; +import { ListItemDataType } from './data.d'; const titles = [ 'Alipay', diff --git a/ListSearchProjects/src/index.tsx b/ListSearchProjects/src/index.tsx index 1f1e0fcd..e20c069e 100644 --- a/ListSearchProjects/src/index.tsx +++ b/ListSearchProjects/src/index.tsx @@ -6,8 +6,8 @@ import { FormComponentProps } from 'antd/es/form'; import { connect } from 'dva'; import moment from 'moment'; import AvatarList from './components/AvatarList'; -import { IStateType } from './model'; -import { ListItemDataType } from './data'; +import { StateType } from './model'; +import { ListItemDataType } from './data.d'; import StandardFormRow from './components/StandardFormRow'; import TagSelect from './components/TagSelect'; import styles from './style.less'; @@ -18,7 +18,7 @@ const { Paragraph } = Typography; interface PAGE_NAME_UPPER_CAMEL_CASEProps extends FormComponentProps { dispatch: Dispatch; - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; loading: boolean; } @@ -66,9 +66,9 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component{moment(item.updatedAt).fromNow()}
- {item.members.map((member, i) => ( + {item.members.map(member => ( @@ -162,7 +162,7 @@ export default connect( BLOCK_NAME_CAMEL_CASE, loading, }: { - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; loading: { models: { [key: string]: boolean } }; }) => ({ BLOCK_NAME_CAMEL_CASE, diff --git a/ListSearchProjects/src/model.ts b/ListSearchProjects/src/model.ts index 6dfe065b..16b30607 100644 --- a/ListSearchProjects/src/model.ts +++ b/ListSearchProjects/src/model.ts @@ -1,26 +1,26 @@ import { AnyAction, Reducer } from 'redux'; import { EffectsCommandMap } from 'dva'; -import { ListItemDataType } from './data'; +import { ListItemDataType } from './data.d'; import { queryFakeList } from './service'; -export interface IStateType { +export interface StateType { list: ListItemDataType[]; } export type Effect = ( action: AnyAction, - effects: EffectsCommandMap & { select: (func: (state: IStateType) => T) => T }, + effects: EffectsCommandMap & { select: (func: (state: StateType) => T) => T }, ) => void; export interface ModelType { namespace: string; - state: IStateType; + state: StateType; effects: { fetch: Effect; }; reducers: { - queryList: Reducer; + queryList: Reducer; }; } diff --git a/ListTableList/package.json b/ListTableList/package.json index 9249ac84..97b71c12 100644 --- a/ListTableList/package.json +++ b/ListTableList/package.json @@ -11,16 +11,18 @@ "url": "https://github.com/umijs/umi-blocks/ant-design-pro/tablelist" }, "dependencies": { + "@ant-design/pro-layout": "^4.5.5", "antd": "^3.16.3", "dva": "^2.4.0", "moment": "^2.22.2", "react": "^16.6.3", + "redux": "^4.0.1", "umi-request": "^1.0.0" }, "devDependencies": { "umi": "^2.6.9", - "umi-plugin-react": "^1.7.2", - "umi-plugin-block-dev": "^1.0.0" + "umi-plugin-block-dev": "^1.0.0", + "umi-plugin-react": "^1.7.2" }, "license": "ISC", "blockConfig": { diff --git a/ListTableList/src/_mock.ts b/ListTableList/src/_mock.ts index 04163ff9..f92cbb17 100644 --- a/ListTableList/src/_mock.ts +++ b/ListTableList/src/_mock.ts @@ -1,5 +1,5 @@ import { parse } from 'url'; -import { TableListItem, TableListParams } from './data'; +import { TableListItem, TableListParams } from './data.d'; // mock tableListDataSource let tableListDataSource: TableListItem[] = []; @@ -39,7 +39,8 @@ function getRule( ) { let url = u; if (!url || Object.prototype.toString.call(url) !== '[object String]') { - url = req.url; // eslint-disable-line + // eslint-disable-next-line prefer-destructuring + url = req.url; } const params = (parse(url, true).query as unknown) as TableListParams; @@ -101,7 +102,8 @@ function postRule( ) { let url = u; if (!url || Object.prototype.toString.call(url) !== '[object String]') { - url = req.url; // eslint-disable-line + // eslint-disable-next-line prefer-destructuring + url = req.url; } const body = (b && b.body) || req.body; diff --git a/ListTableList/src/components/StandardTable/index.tsx b/ListTableList/src/components/StandardTable/index.tsx index d6b67a4b..451b7760 100644 --- a/ListTableList/src/components/StandardTable/index.tsx +++ b/ListTableList/src/components/StandardTable/index.tsx @@ -1,8 +1,8 @@ import { Alert, Table } from 'antd'; -import { ColumnProps, SorterResult, TableProps } from 'antd/es/table'; +import { ColumnProps, TableRowSelection, TableProps } from 'antd/es/table'; import React, { Component, Fragment } from 'react'; -import { TableListItem } from '../../data'; +import { TableListItem } from '../../data.d'; import styles from './index.less'; type Omit = Pick>; @@ -17,10 +17,10 @@ export interface StandardTableProps extends Omit, 'columns'> { onSelectRow: (rows: any) => void; } -export type StandardTableColumnProps = ColumnProps & { +export interface StandardTableColumnProps extends ColumnProps { needTotal?: boolean; total?: number; -}; +} function initTotalList(columns: StandardTableColumnProps[]) { if (!columns) { @@ -64,24 +64,28 @@ class StandardTable extends Component, Standar }; } - handleRowSelectChange = (selectedRowKeys: string[], selectedRows: TableListItem[]) => { + handleRowSelectChange: TableRowSelection['onChange'] = ( + selectedRowKeys, + selectedRows: TableListItem[], + ) => { + const currySelectedRowKeys = selectedRowKeys as string[]; let { needTotalList } = this.state; needTotalList = needTotalList.map(item => ({ ...item, - total: selectedRows.reduce((sum, val) => sum + parseFloat(val[item.dataIndex], 10), 0), + total: selectedRows.reduce((sum, val) => sum + parseFloat(val[item.dataIndex || 0]), 0), })); const { onSelectRow } = this.props; if (onSelectRow) { onSelectRow(selectedRows); } - this.setState({ selectedRowKeys, needTotalList }); + this.setState({ selectedRowKeys: currySelectedRowKeys, needTotalList }); }; - handleTableChange = ( - pagination: StandardTableProps['pagination'], - filters: Record, - sorter: SorterResult, + handleTableChange: TableProps['onChange'] = ( + pagination, + filters, + sorter, ...rest ) => { const { onChange } = this.props; @@ -91,7 +95,9 @@ class StandardTable extends Component, Standar }; cleanSelectedKeys = () => { - this.handleRowSelectChange([], []); + if (this.handleRowSelectChange) { + this.handleRowSelectChange([], []); + } }; render() { @@ -105,7 +111,7 @@ class StandardTable extends Component, Standar ...pagination, }; - const rowSelection = { + const rowSelection: TableRowSelection = { selectedRowKeys, onChange: this.handleRowSelectChange, getCheckboxProps: (record: TableListItem) => ({ diff --git a/ListTableList/src/components/UpdateForm.tsx b/ListTableList/src/components/UpdateForm.tsx index 5d4c4aac..2b69092d 100644 --- a/ListTableList/src/components/UpdateForm.tsx +++ b/ListTableList/src/components/UpdateForm.tsx @@ -2,19 +2,19 @@ import { Button, DatePicker, Form, Input, Modal, Radio, Select, Steps } from 'an import React, { Component } from 'react'; import { FormComponentProps } from 'antd/es/form'; -import { TableListItem } from '../data'; +import { TableListItem } from '../data.d'; -export type IFormValsType = { +export interface FormValsType extends Partial { target?: string; template?: string; type?: string; time?: string; frequency?: string; -} & Partial; +} export interface UpdateFormProps extends FormComponentProps { - handleUpdateModalVisible: (flag?: boolean, formVals?: IFormValsType) => void; - handleUpdate: (values: IFormValsType) => void; + handleUpdateModalVisible: (flag?: boolean, formVals?: FormValsType) => void; + handleUpdate: (values: FormValsType) => void; updateModalVisible: boolean; values: Partial; } @@ -25,7 +25,7 @@ const { Option } = Select; const RadioGroup = Radio.Group; export interface UpdateFormState { - formVals: IFormValsType; + formVals: FormValsType; currentStep: number; } @@ -94,7 +94,7 @@ class UpdateForm extends Component { }); }; - renderContent = (currentStep: number, formVals: IFormValsType) => { + renderContent = (currentStep: number, formVals: FormValsType) => { const { form } = this.props; if (currentStep === 1) { return [ diff --git a/ListTableList/src/index.tsx b/ListTableList/src/index.tsx index 1d84a1ae..3274ec20 100644 --- a/ListTableList/src/index.tsx +++ b/ListTableList/src/index.tsx @@ -23,11 +23,12 @@ import { PageHeaderWrapper } from '@ant-design/pro-layout'; import { SorterResult } from 'antd/es/table'; import { connect } from 'dva'; import moment from 'moment'; -import { IStateType } from './model'; +import { StateType } from './model'; import CreateForm from './components/CreateForm'; -import UpdateForm, { IFormValsType } from './components/UpdateForm'; -import { TableListItem, TableListPagination, TableListParams } from './data'; import StandardTable, { StandardTableColumnProps } from './components/StandardTable'; +import UpdateForm, { FormValsType } from './components/UpdateForm'; +import { TableListItem, TableListPagination, TableListParams } from './data.d'; + import styles from './style.less'; const FormItem = Form.Item; @@ -44,7 +45,7 @@ const status = ['关闭', '运行中', '已上线', '异常']; interface TableListProps extends FormComponentProps { dispatch: Dispatch; loading: boolean; - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; } interface TableListState { @@ -62,7 +63,7 @@ interface TableListState { BLOCK_NAME_CAMEL_CASE, loading, }: { - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; loading: { models: { [key: string]: boolean; @@ -260,7 +261,7 @@ class TableList extends Component { }); }; - handleUpdateModalVisible = (flag?: boolean, record?: IFormValsType) => { + handleUpdateModalVisible = (flag?: boolean, record?: FormValsType) => { this.setState({ updateModalVisible: !!flag, stepFormValues: record || {}, @@ -280,7 +281,7 @@ class TableList extends Component { this.handleModalVisible(); }; - handleUpdate = (fields: IFormValsType) => { + handleUpdate = (fields: FormValsType) => { const { dispatch } = this.props; dispatch({ type: 'BLOCK_NAME_CAMEL_CASE/update', diff --git a/ListTableList/src/model.ts b/ListTableList/src/model.ts index 53bc1c9d..0b484508 100644 --- a/ListTableList/src/model.ts +++ b/ListTableList/src/model.ts @@ -2,20 +2,20 @@ import { AnyAction, Reducer } from 'redux'; import { EffectsCommandMap } from 'dva'; import { addRule, queryRule, removeRule, updateRule } from './service'; -import { TableListDate } from './data'; +import { TableListDate } from './data.d'; -export interface IStateType { +export interface StateType { data: TableListDate; } export type Effect = ( action: AnyAction, - effects: EffectsCommandMap & { select: (func: (state: IStateType) => T) => T }, + effects: EffectsCommandMap & { select: (func: (state: StateType) => T) => T }, ) => void; export interface ModelType { namespace: string; - state: IStateType; + state: StateType; effects: { fetch: Effect; add: Effect; @@ -23,7 +23,7 @@ export interface ModelType { update: Effect; }; reducers: { - save: Reducer; + save: Reducer; }; } diff --git a/ListTableList/src/service.ts b/ListTableList/src/service.ts index c9be9125..24d6348e 100644 --- a/ListTableList/src/service.ts +++ b/ListTableList/src/service.ts @@ -1,5 +1,5 @@ import request from 'umi-request'; -import { TableListParams } from './data'; +import { TableListParams } from './data.d'; export async function queryRule(params: TableListParams) { return request('/api/rule', { diff --git a/ProfileAdvanced/package.json b/ProfileAdvanced/package.json index a26f3703..0fea7f01 100644 --- a/ProfileAdvanced/package.json +++ b/ProfileAdvanced/package.json @@ -11,18 +11,19 @@ "url": "https://github.com/umijs/umi-blocks/ant-design-pro/advancedprofile" }, "dependencies": { + "@ant-design/pro-layout": "^4.0.5", "antd": "^3.16.3", "classnames": "^2.2.6", "dva": "^2.4.0", "lodash-decorators": "^6.0.0", "react": "^16.6.3", - "umi-request": "^1.0.0", - "@ant-design/pro-layout": "^4.0.5" + "redux": "^4.0.1", + "umi-request": "^1.0.0" }, "devDependencies": { "umi": "^2.6.9", - "umi-plugin-react": "^1.7.2", - "umi-plugin-block-dev": "^1.0.0" + "umi-plugin-block-dev": "^1.0.0", + "umi-plugin-react": "^1.7.2" }, "license": "ISC", "blockConfig": { diff --git a/ProfileAdvanced/src/index.tsx b/ProfileAdvanced/src/index.tsx index 1d728f5a..54062c64 100644 --- a/ProfileAdvanced/src/index.tsx +++ b/ProfileAdvanced/src/index.tsx @@ -20,7 +20,7 @@ import React, { Component, Fragment } from 'react'; import { Dispatch } from 'redux'; import classNames from 'classnames'; import { connect } from 'dva'; -import { AdvancedProfileData } from './data'; +import { AdvancedProfileData } from './data.d'; import styles from './style.less'; const { Step } = Steps; @@ -122,14 +122,16 @@ const customDot = ( }: { status: string; }, -) => - status === 'process' ? ( - - {dot} - - ) : ( - dot - ); +) => { + if (status === 'process') { + return ( + + {dot} + + ); + } + return dot; +}; const operationTabList = [ { @@ -161,12 +163,12 @@ const columns = [ title: '执行结果', dataIndex: 'status', key: 'status', - render: (text: string) => - text === 'agree' ? ( - - ) : ( - - ), + render: (text: string) => { + if (text === 'agree') { + return ; + } + return ; + }, }, { title: '操作时间', diff --git a/ProfileAdvanced/src/model.ts b/ProfileAdvanced/src/model.ts index bf5f8651..5c6ca7fe 100644 --- a/ProfileAdvanced/src/model.ts +++ b/ProfileAdvanced/src/model.ts @@ -1,7 +1,7 @@ import { AnyAction, Reducer } from 'redux'; import { EffectsCommandMap } from 'dva'; -import { AdvancedProfileData } from './data'; +import { AdvancedProfileData } from './data.d'; import { queryAdvancedProfile } from './service'; export type Effect = ( diff --git a/ProfileBasic/package.json b/ProfileBasic/package.json index a01d5bac..96b97a01 100644 --- a/ProfileBasic/package.json +++ b/ProfileBasic/package.json @@ -11,15 +11,17 @@ "url": "https://github.com/umijs/umi-blocks/ant-design-pro/basicprofile" }, "dependencies": { + "@ant-design/pro-layout": "^4.5.5", "antd": "^3.16.3", "dva": "^2.4.0", "react": "^16.6.3", + "redux": "^4.0.1", "umi-request": "^1.0.0" }, "devDependencies": { "umi": "^2.6.9", - "umi-plugin-react": "^1.7.2", - "umi-plugin-block-dev": "^1.0.0" + "umi-plugin-block-dev": "^1.0.0", + "umi-plugin-react": "^1.7.2" }, "license": "ISC", "blockConfig": { diff --git a/ProfileBasic/src/data.d.ts b/ProfileBasic/src/data.d.ts index 786f796d..e8a601ed 100644 --- a/ProfileBasic/src/data.d.ts +++ b/ProfileBasic/src/data.d.ts @@ -1,10 +1,10 @@ export interface BasicGood { id: string; - name: string; - barcode: string; - price: string; - num: string | number; - amount: string | number; + name?: string; + barcode?: string; + price?: string; + num?: string | number; + amount?: string | number; } export interface BasicProgress { diff --git a/ProfileBasic/src/index.tsx b/ProfileBasic/src/index.tsx index 6b67476f..643d8b95 100644 --- a/ProfileBasic/src/index.tsx +++ b/ProfileBasic/src/index.tsx @@ -4,7 +4,7 @@ import React, { Component } from 'react'; import { Dispatch } from 'redux'; import { PageHeaderWrapper } from '@ant-design/pro-layout'; import { connect } from 'dva'; -import { BasicGood, BasicProfileDataType } from './data'; +import { BasicProfileDataType } from './data.d'; import styles from './style.less'; const progressColumns = [ @@ -22,13 +22,14 @@ const progressColumns = [ title: '状态', dataIndex: 'status', key: 'status', - render: (text: string) => - text === 'success' ? ( - - ) : ( - - ), + render: (text: string) => { + if (text === 'success') { + return ; + } + return ; + }, }, + { title: '操作员ID', dataIndex: 'operator', @@ -90,14 +91,15 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component< id: '总计', num, amount, - } as BasicGood); + }); } const renderContent = (value: any, row: any, index: any) => { - const obj = { + const obj: { + children: any; + props: { colSpan?: number }; + } = { children: value, - props: {} as { - colSpan?: number; - }, + props: {}, }; if (index === basicGoods.length) { obj.props.colSpan = 0; diff --git a/ProfileBasic/src/model.ts b/ProfileBasic/src/model.ts index 3c64a4b7..223a9a49 100644 --- a/ProfileBasic/src/model.ts +++ b/ProfileBasic/src/model.ts @@ -1,26 +1,26 @@ import { AnyAction, Reducer } from 'redux'; import { EffectsCommandMap } from 'dva'; -import { BasicGood } from './data'; +import { BasicGood } from './data.d'; import { queryBasicProfile } from './service'; -export interface IStateType { +export interface StateType { basicGoods: BasicGood[]; } export type Effect = ( action: AnyAction, - effects: EffectsCommandMap & { select: (func: (state: IStateType) => T) => T }, + effects: EffectsCommandMap & { select: (func: (state: StateType) => T) => T }, ) => void; export interface ModelType { namespace: string; - state: IStateType; + state: StateType; effects: { fetchBasic: Effect; }; reducers: { - show: Reducer; + show: Reducer; }; } diff --git a/ResultFail/package.json b/ResultFail/package.json index 30719758..2f090a9b 100644 --- a/ResultFail/package.json +++ b/ResultFail/package.json @@ -11,12 +11,14 @@ "url": "https://github.com/umijs/umi-blocks/ant-design-pro/resultfail" }, "dependencies": { - "react": "^16.6.3", - "antd": "^3.16.3" + "@ant-design/pro-layout": "^4.5.5", + "antd": "^3.16.3", + "classnames": "^2.2.6", + "umi-plugin-react": "^1.7.2", + "react": "^16.6.3" }, "devDependencies": { "umi": "^2.6.9", - "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, "license": "ISC", diff --git a/ResultSuccess/package.json b/ResultSuccess/package.json index 75add821..19f639e2 100644 --- a/ResultSuccess/package.json +++ b/ResultSuccess/package.json @@ -11,8 +11,11 @@ "url": "https://github.com/umijs/umi-blocks/ant-design-pro/resultsuccess" }, "dependencies": { - "react": "^16.6.3", - "antd": "^3.10.9" + "@ant-design/pro-layout": "^4.5.5", + "antd": "^3.16.3", + "classnames": "^2.2.6", + "umi-plugin-react": "^1.7.2", + "react": "^16.6.3" }, "devDependencies": { "umi": "^2.6.9", diff --git a/UserLogin/package.json b/UserLogin/package.json index 183e4ba7..e2fc4d2d 100644 --- a/UserLogin/package.json +++ b/UserLogin/package.json @@ -16,13 +16,14 @@ "moment": "^2.22.2", "qs": "^6.7.0", "react": "^16.6.3", - "umi-request": "^1.0.0" + "redux": "^4.0.1", + "umi-request": "^1.0.0", + "umi-plugin-react": "^1.3.0" }, "devDependencies": { + "@types/qs": "^6.5.3", "umi": "^2.6.9", - "umi-plugin-block-dev": "^1.0.0", - "umi-plugin-react": "^1.3.0-beta.1", - "@types/qs": "^6.5.3" + "umi-plugin-block-dev": "^1.0.0" }, "license": "MIT", "blockConfig": { diff --git a/UserLogin/src/index.tsx b/UserLogin/src/index.tsx index b6f8ab9d..aee5673d 100644 --- a/UserLogin/src/index.tsx +++ b/UserLogin/src/index.tsx @@ -7,7 +7,7 @@ import { Dispatch } from 'redux'; import { FormComponentProps } from 'antd/es/form'; import Link from 'umi/link'; import { connect } from 'dva'; -import { IStateType } from './model'; +import { StateType } from './model'; import LoginComponents from './components/Login'; import styles from './style.less'; @@ -15,7 +15,7 @@ const { Tab, UserName, Password, Mobile, Captcha, Submit } = LoginComponents; interface PAGE_NAME_UPPER_CAMEL_CASEProps { dispatch: Dispatch; - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; submitting: boolean; } interface PAGE_NAME_UPPER_CAMEL_CASEState { @@ -34,7 +34,7 @@ export interface FromDataType { BLOCK_NAME_CAMEL_CASE, loading, }: { - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; loading: { effects: { [key: string]: string; @@ -54,8 +54,28 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component< autoLogin: true, }; + changeAutoLogin = (e: CheckboxChangeEvent) => { + this.setState({ + autoLogin: e.target.checked, + }); + }; + loginForm: FormComponentProps['form'] | undefined | null; + handleSubmit = (err: any, values: FromDataType) => { + const { type } = this.state; + if (!err) { + const { dispatch } = this.props; + dispatch({ + type: 'BLOCK_NAME_CAMEL_CASE/login', + payload: { + ...values, + type, + }, + }); + } + }; + onTabChange = (type: string) => { this.setState({ type }); }; @@ -80,26 +100,6 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component< }); }); - handleSubmit = (err: any, values: FromDataType) => { - const { type } = this.state; - if (!err) { - const { dispatch } = this.props; - dispatch({ - type: 'BLOCK_NAME_CAMEL_CASE/login', - payload: { - ...values, - type, - }, - }); - } - }; - - changeAutoLogin = (e: CheckboxChangeEvent) => { - this.setState({ - autoLogin: e.target.checked, - }); - }; - renderMessage = (content: string) => ( ); diff --git a/UserLogin/src/model.ts b/UserLogin/src/model.ts index 400a0e71..4bb89653 100644 --- a/UserLogin/src/model.ts +++ b/UserLogin/src/model.ts @@ -4,7 +4,7 @@ import { routerRedux } from 'dva/router'; import { fakeAccountLogin, getFakeCaptcha } from './service'; import { getPageQuery, setAuthority } from './utils/utils'; -export interface IStateType { +export interface StateType { status?: 'ok' | 'error'; type?: string; currentAuthority?: 'user' | 'guest' | 'admin'; @@ -12,18 +12,18 @@ export interface IStateType { export type Effect = ( action: AnyAction, - effects: EffectsCommandMap & { select: (func: (state: IStateType) => T) => T }, + effects: EffectsCommandMap & { select: (func: (state: StateType) => T) => T }, ) => void; export interface ModelType { namespace: string; - state: IStateType; + state: StateType; effects: { login: Effect; getCaptcha: Effect; }; reducers: { - changeLoginStatus: Reducer; + changeLoginStatus: Reducer; }; } diff --git a/UserRegister/package.json b/UserRegister/package.json index 8d6268ab..1f43d04b 100644 --- a/UserRegister/package.json +++ b/UserRegister/package.json @@ -17,11 +17,12 @@ "moment": "^2.22.2", "nzh": "^1.0.3", "react": "^16.6.3", - "umi-request": "^1.0.0" + "redux": "^4.0.1", + "umi-request": "^1.0.0", + "umi-plugin-react": "^1.7.2" }, "devDependencies": { "umi": "^2.6.9", - "umi-plugin-react": "^1.7.2", "umi-plugin-block-dev": "^1.0.0" }, "license": "MIT", diff --git a/UserRegister/src/index.tsx b/UserRegister/src/index.tsx index 5f23ea06..ce2c59a5 100644 --- a/UserRegister/src/index.tsx +++ b/UserRegister/src/index.tsx @@ -7,7 +7,7 @@ import { FormComponentProps } from 'antd/es/form'; import Link from 'umi/link'; import { connect } from 'dva'; import router from 'umi/router'; -import { IStateType } from './model'; +import { StateType } from './model'; import styles from './style.less'; const FormItem = Form.Item; @@ -44,7 +44,7 @@ const passwordProgressMap: { interface BLOCK_NAME_CAMEL_CASEProps extends FormComponentProps { dispatch: Dispatch; - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; submitting: boolean; } interface BLOCK_NAME_CAMEL_CASEState { @@ -55,7 +55,7 @@ interface BLOCK_NAME_CAMEL_CASEState { prefix: string; } -export interface IUserRegisterParams { +export interface UserRegisterParams { mail: string; password: string; confirm: string; @@ -69,7 +69,7 @@ export interface IUserRegisterParams { BLOCK_NAME_CAMEL_CASE, loading, }: { - BLOCK_NAME_CAMEL_CASE: IStateType; + BLOCK_NAME_CAMEL_CASE: StateType; loading: { effects: { [key: string]: string; @@ -92,8 +92,6 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component< prefix: '86', }; - interval: number | undefined; - componentDidUpdate() { const { BLOCK_NAME_CAMEL_CASE, form } = this.props; const account = form.getFieldValue('mail'); @@ -197,6 +195,8 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component< }); }; + interval: number | undefined; + renderPasswordProgress = () => { const { form } = this.props; const value = form.getFieldValue('password'); @@ -204,7 +204,6 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component< return value && value.length ? (
- node && node.parentNode ? (node.parentNode as HTMLElement) : node - } + getPopupContainer={node => { + if (node && node.parentNode) { + return node.parentNode as HTMLElement; + } + return node; + }} content={
{passwordStatusMap[this.getPasswordStatus()]} diff --git a/UserRegister/src/model.ts b/UserRegister/src/model.ts index 14e74ab2..99b0380a 100644 --- a/UserRegister/src/model.ts +++ b/UserRegister/src/model.ts @@ -3,24 +3,24 @@ import { AnyAction, Reducer } from 'redux'; import { EffectsCommandMap } from 'dva'; import { fakeRegister } from './service'; -export interface IStateType { +export interface StateType { status?: 'ok' | 'error'; currentAuthority?: 'user' | 'guest' | 'admin'; } export type Effect = ( action: AnyAction, - effects: EffectsCommandMap & { select: (func: (state: IStateType) => T) => T }, + effects: EffectsCommandMap & { select: (func: (state: StateType) => T) => T }, ) => void; export interface ModelType { namespace: string; - state: IStateType; + state: StateType; effects: { submit: Effect; }; reducers: { - registerHandle: Reducer; + registerHandle: Reducer; }; } diff --git a/UserRegister/src/service.ts b/UserRegister/src/service.ts index 0bde8eb0..2f8d0117 100644 --- a/UserRegister/src/service.ts +++ b/UserRegister/src/service.ts @@ -1,7 +1,7 @@ import request from 'umi-request'; -import { IUserRegisterParams } from './index'; +import { UserRegisterParams } from './index'; -export async function fakeRegister(params: IUserRegisterParams) { +export async function fakeRegister(params: UserRegisterParams) { return request('/api/register', { method: 'POST', data: params, -- GitLab