From 5b436681af34747260c20bcb075c73701c370718 Mon Sep 17 00:00:00 2001 From: huhuanming Date: Thu, 19 Oct 2023 16:22:32 +0800 Subject: [PATCH] chore: merge latest kit --- "\033[2K\033[1Gundefined" | 1 - packages/kit/src/routes/Gallery/index.tsx | 20 +- .../src/views/Components/stories/Button.tsx | 87 +++++++ .../src/views/Components/stories/Buttons.tsx | 214 ------------------ .../src/views/Components/stories/Empty.tsx | 31 +++ .../kit/src/views/Components/stories/Form.tsx | 20 +- .../views/Components/stories/IconButton.tsx | 105 ++++----- .../Modal/DemoCoverageModal.tsx | 2 +- .../NavigatorRoute/Tab/View/DemoRootHome.tsx | 66 +++--- .../views/Components/stories/ToggleGroup.tsx | 29 +++ .../src/views/Components/stories/Tooltip.tsx | 63 ++++++ .../views/Components/stories/utils/Layout.tsx | 11 +- 12 files changed, 310 insertions(+), 339 deletions(-) delete mode 100644 "\033[2K\033[1Gundefined" create mode 100644 packages/kit/src/views/Components/stories/Button.tsx delete mode 100644 packages/kit/src/views/Components/stories/Buttons.tsx create mode 100644 packages/kit/src/views/Components/stories/Empty.tsx create mode 100644 packages/kit/src/views/Components/stories/ToggleGroup.tsx create mode 100644 packages/kit/src/views/Components/stories/Tooltip.tsx diff --git "a/\033[2K\033[1Gundefined" "b/\033[2K\033[1Gundefined" deleted file mode 100644 index 14defc2d489..00000000000 --- "a/\033[2K\033[1Gundefined" +++ /dev/null @@ -1 +0,0 @@ -[{"/Users/boyue/Project/app-monorepo-x/apps/desktop/public/static/js-sdk/data/config.ts":"1","/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/app.ts":"2","/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/config.ts":"3","/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/libs/shortcuts.ts":"4","/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/libs/store.ts":"5","/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/libs/utils.ts":"6","/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/preload.ts":"7","/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/process/AutoUpdate.ts":"8","/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/process/BaseProcess.ts":"9","/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/process/Bridge.ts":"10","/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/process/HttpServer.ts":"11","/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/process/TouchRes.ts":"12","/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/process/index.ts":"13","/Users/boyue/Project/app-monorepo-x/apps/ext/src/background/keepAlive.ts":"14","/Users/boyue/Project/app-monorepo-x/apps/ext/src/background/serviceWorker.ts":"15","/Users/boyue/Project/app-monorepo-x/apps/ext/src/content-script/devToolsButton.tsx":"16","/Users/boyue/Project/app-monorepo-x/apps/ext/src/content-script/shouldInject.ts":"17","/Users/boyue/Project/app-monorepo-x/apps/ext/src/entry/background.ts":"18","/Users/boyue/Project/app-monorepo-x/apps/ext/src/entry/content-script-init.ts":"19","/Users/boyue/Project/app-monorepo-x/apps/ext/src/entry/content-script.ts":"20","/Users/boyue/Project/app-monorepo-x/apps/ext/src/entry/offscreen.ts":"21","/Users/boyue/Project/app-monorepo-x/apps/ext/src/entry/ui-popup.tsx":"22","/Users/boyue/Project/app-monorepo-x/apps/ext/src/entry/ui.tsx":"23","/Users/boyue/Project/app-monorepo-x/apps/ext/src/offscreen/offscreenSetup.ts":"24","/Users/boyue/Project/app-monorepo-x/apps/ext/src/ui/hotReload.ts":"25","/Users/boyue/Project/app-monorepo-x/apps/ext/src/ui/popupSizeFix.ts":"26","/Users/boyue/Project/app-monorepo-x/apps/ext/src/ui/renderApp.tsx":"27","/Users/boyue/Project/app-monorepo-x/apps/ext/src/ui/resizeEventOptimize.ts":"28","/Users/boyue/Project/app-monorepo-x/apps/ext/src/ui/uiJsBridge.ts":"29","/Users/boyue/Project/app-monorepo-x/apps/mobile/App.tsx":"30","/Users/boyue/Project/app-monorepo-x/apps/web/App.tsx":"31","/Users/boyue/Project/app-monorepo-x/packages/components/src/ActionList/index.tsx":"32","/Users/boyue/Project/app-monorepo-x/packages/components/src/Alert/index.tsx":"33","/Users/boyue/Project/app-monorepo-x/packages/components/src/Badge/index.tsx":"34","/Users/boyue/Project/app-monorepo-x/packages/components/src/Button/index.tsx":"35","/Users/boyue/Project/app-monorepo-x/packages/components/src/Checkbox/index.tsx":"36","/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/ActiveTabContext.ts":"37","/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/FreezeTab.tsx":"38","/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/NativeNestedTabView/NativeNestedTabView.tsx":"39","/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/NativeNestedTabView/NestedTabView.tsx":"40","/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/NativeNestedTabView/types.ts":"41","/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/TabContainerNative.tsx":"42","/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/TabContainerWeb.tsx":"43","/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/hooks/useIsActiveTab.ts":"44","/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/index.native.tsx":"45","/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/index.tsx":"46","/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/types.ts":"47","/Users/boyue/Project/app-monorepo-x/packages/components/src/DelayedFreeze/index.tsx":"48","/Users/boyue/Project/app-monorepo-x/packages/components/src/DesktopDragZoneBox/index.desktop.tsx":"49","/Users/boyue/Project/app-monorepo-x/packages/components/src/DesktopDragZoneBox/index.tsx":"50","/Users/boyue/Project/app-monorepo-x/packages/components/src/DesktopDragZoneBox/useDesktopTopDragBarController.desktop.tsx":"51","/Users/boyue/Project/app-monorepo-x/packages/components/src/DesktopDragZoneBox/useDesktopTopDragBarController.tsx":"52","/Users/boyue/Project/app-monorepo-x/packages/components/src/Dialog/index.tsx":"53","/Users/boyue/Project/app-monorepo-x/packages/components/src/Divider/Divider.stories.tsx":"54","/Users/boyue/Project/app-monorepo-x/packages/components/src/Divider/index.tsx":"55","/Users/boyue/Project/app-monorepo-x/packages/components/src/Form/index.tsx":"56","/Users/boyue/Project/app-monorepo-x/packages/components/src/IconButton/index.tsx":"57","/Users/boyue/Project/app-monorepo-x/packages/components/src/Input/index.tsx":"58","/Users/boyue/Project/app-monorepo-x/packages/components/src/Input/sharedStyles.tsx":"59","/Users/boyue/Project/app-monorepo-x/packages/components/src/Label/index.tsx":"60","/Users/boyue/Project/app-monorepo-x/packages/components/src/LottieView/index.tsx":"61","/Users/boyue/Project/app-monorepo-x/packages/components/src/LottieView/index.web.tsx":"62","/Users/boyue/Project/app-monorepo-x/packages/components/src/ModalContainer/index.tsx":"63","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/ExtAnimConfig.ts":"64","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/GlobalScreenOptions.native.ts":"65","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/GlobalScreenOptions.ts":"66","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/HeaderButtonBack.tsx":"67","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/HeaderButtonGroup.tsx":"68","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/HeaderButtonIcon.tsx":"69","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/HeaderButtonSide.tsx":"70","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/HeaderScreenOptions.tsx":"71","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/HeaderSearchBar.tsx":"72","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/HeaderView.tsx":"73","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/index.tsx":"74","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Modal/CenteredModal.tsx":"75","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Modal/ModalBackdrop.tsx":"76","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Modal/ModalStack.tsx":"77","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Modal/createModalNavigator.tsx":"78","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Modal/types.tsx":"79","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Navigator/CommonConfig.ts.tsx":"80","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Navigator/ModalFlowNavigator.tsx":"81","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Navigator/RootModalNavigator.tsx":"82","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Navigator/RootStackNavigator.tsx":"83","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Navigator/TabStackNavigator.tsx":"84","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Navigator/index.ts":"85","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Navigator/types.ts":"86","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/ScreenProps.ts":"87","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/StackNavigator.native.ts":"88","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/StackNavigator.ts":"89","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Tab/TabBar/DesktopLeftSideBar.tsx":"90","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Tab/TabBar/MobileBottomTabBar.tsx":"91","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Tab/TabBar/index.tsx":"92","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Tab/tabRouteWrapper.native.tsx":"93","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Tab/tabRouteWrapper.tsx":"94","/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/index.ts":"95","/Users/boyue/Project/app-monorepo-x/packages/components/src/Popover/index.tsx":"96","/Users/boyue/Project/app-monorepo-x/packages/components/src/Portal/index.tsx":"97","/Users/boyue/Project/app-monorepo-x/packages/components/src/Progress/index.tsx":"98","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/ScreenSizeProvider.tsx":"99","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/SidebarStateProvider.tsx":"100","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/device.ts":"101","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useBackHandler.native.ts":"102","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useBackHandler.ts":"103","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useDeviceScreenSize.ts":"104","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useForm.ts":"105","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useIsMounted.ts":"106","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useIsVerticalLayout.ts":"107","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useLoadCustomFonts.ts":"108","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useLocale.ts":"109","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useProviderDeviceScreenSize.ts":"110","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useProviderIsVerticalLayout.ts":"111","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useProviderSideBarValue.ts":"112","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useProviderValue.ts":"113","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useSafeAreaInsets.ts":"114","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useTheme.ts":"115","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useThemeValue.ts":"116","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/index.tsx":"117","/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/theme.ts":"118","/Users/boyue/Project/app-monorepo-x/packages/components/src/QRCode/index.tsx":"119","/Users/boyue/Project/app-monorepo-x/packages/components/src/Radio/index.tsx":"120","/Users/boyue/Project/app-monorepo-x/packages/components/src/SearchBar/index.tsx":"121","/Users/boyue/Project/app-monorepo-x/packages/components/src/Select/index.tsx":"122","/Users/boyue/Project/app-monorepo-x/packages/components/src/Slider/index.tsx":"123","/Users/boyue/Project/app-monorepo-x/packages/components/src/Spinner/index.tsx":"124","/Users/boyue/Project/app-monorepo-x/packages/components/src/Stack/index.tsx":"125","/Users/boyue/Project/app-monorepo-x/packages/components/src/Switch/index.tsx":"126","/Users/boyue/Project/app-monorepo-x/packages/components/src/Text/Text.stories.tsx":"127","/Users/boyue/Project/app-monorepo-x/packages/components/src/Text/index.tsx":"128","/Users/boyue/Project/app-monorepo-x/packages/components/src/TextArea/index.tsx":"129","/Users/boyue/Project/app-monorepo-x/packages/components/src/Toast/Toaster.tsx":"130","/Users/boyue/Project/app-monorepo-x/packages/components/src/Toast/index.tsx":"131","/Users/boyue/Project/app-monorepo-x/packages/components/src/hooks/useKeyboardHeight.ts":"132","/Users/boyue/Project/app-monorepo-x/packages/components/src/index.tsx":"133","/Users/boyue/Project/app-monorepo-x/packages/components/src/locale/index.ext-bg.ts":"134","/Users/boyue/Project/app-monorepo-x/packages/components/src/locale/index.ts":"135","/Users/boyue/Project/app-monorepo-x/packages/components/src/locale/localeJsonMap.ts":"136","/Users/boyue/Project/app-monorepo-x/packages/components/tamagui.config.ts":"137","/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/redux.ts":"138","/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useAppNavigation.ts":"139","/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useAppSelector.ts":"140","/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useAppStateChange.ts":"141","/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useColorScheme.ts":"142","/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useCookie.ts":"143","/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useHtmlPreloadSplashLogoRemove.tsx":"144","/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useSystemLocale.ts":"145","/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useThemeVariant.ts":"146","/Users/boyue/Project/app-monorepo-x/packages/kit/src/index.tsx":"147","/Users/boyue/Project/app-monorepo-x/packages/kit/src/provider/AppLoading.tsx":"148","/Users/boyue/Project/app-monorepo-x/packages/kit/src/provider/KitProvider.tsx":"149","/Users/boyue/Project/app-monorepo-x/packages/kit/src/provider/NavigationProvider.tsx":"150","/Users/boyue/Project/app-monorepo-x/packages/kit/src/provider/ThemeProvider.tsx":"151","/Users/boyue/Project/app-monorepo-x/packages/kit/src/provider/createLazyKitProvider.tsx":"152","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Gallery/index.tsx":"153","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Modal/ModalNavigator.tsx":"154","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Modal/Routes.ts":"155","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Modal/TestModal/ModalTestStack.tsx":"156","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Modal/TestModal/Routes.ts":"157","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Modal/TestModal/TestSimpleModal.tsx":"158","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/RootNavigator.tsx":"159","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Routes.ts":"160","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Developer/Routes.ts":"161","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Developer/TabDeveloper.tsx":"162","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Home/Routes.ts":"163","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Home/TabHome.tsx":"164","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Home/TabHomeStack1.tsx":"165","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Home/TabHomeStack2.tsx":"166","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Me/Routes.ts":"167","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Me/TabMe.tsx":"168","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Routes.ts":"169","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/TabNavigator.tsx":"170","/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/index.ts":"171","/Users/boyue/Project/app-monorepo-x/packages/kit/src/utils/helper.ts":"172","/Users/boyue/Project/app-monorepo-x/packages/kit/src/utils/locale.ts":"173","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/index.tsx":"174","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/ActionList.tsx":"175","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Alert.tsx":"176","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Badge.tsx":"177","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Buttons.tsx":"178","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Checkbox.tsx":"179","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/CollapsibleTabView.tsx":"180","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Dialog.tsx":"181","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Divider.tsx":"182","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Form.tsx":"183","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Icon.tsx":"184","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/IconButton.tsx":"185","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Input.tsx":"186","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/LottieView.tsx":"187","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/DemoRootApp.tsx":"188","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Modal/DemoCoverageModal.tsx":"189","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Modal/DemoCreateModal.tsx":"190","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Modal/DemoLockedModal.tsx":"191","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Modal/Routes.ts":"192","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Modal/index.tsx":"193","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Routes.ts":"194","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/DemoTabNavigator.tsx":"195","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/RouteParamTypes.ts":"196","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/Routes.ts":"197","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootDeveloper.tsx":"198","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootDeveloperOptions.tsx":"199","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootHome.tsx":"200","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootHomeOptions.tsx":"201","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootHomeSearch.tsx":"202","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootMe.tsx":"203","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootTabs.tsx":"204","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/index.tsx":"205","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/useDemoAppNavigation.ts":"206","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Popover.tsx":"207","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Progress.tsx":"208","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/QRCode.tsx":"209","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Radio.tsx":"210","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Select.tsx":"211","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Slider.tsx":"212","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Switch.tsx":"213","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/TextArea.tsx":"214","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Theme.tsx":"215","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Toast.tsx":"216","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Typography.tsx":"217","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/utils/Layout.tsx":"218","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/utils/NavigationTools.tsx":"219","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/utils/RenderTools.tsx":"220","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Market/config.ts":"221","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Overview/types.ts":"222","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Tab/Home/HomePageTabs/HeaderView.tsx":"223","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Tab/Home/HomePageTabs/index.tsx":"224","/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Tab/Home/HomePageTabs/types.ts":"225","/Users/boyue/Project/app-monorepo-x/@types/globals.d.ts":"226","/Users/boyue/Project/app-monorepo-x/@types/types.d.ts":"227","/Users/boyue/Project/app-monorepo-x/packages/components/src/Empty/index.tsx":"228","/Users/boyue/Project/app-monorepo-x/packages/components/src/ToggleGroup/index.tsx":"229","/Users/boyue/Project/app-monorepo-x/packages/components/src/Tooltip/index.tsx":"230"},{"size":272,"mtime":1697688991012,"results":"231","hashOfConfig":"232"},{"size":16257,"mtime":1697611223268,"results":"233","hashOfConfig":"232"},{"size":606,"mtime":1697439435103,"results":"234","hashOfConfig":"232"},{"size":754,"mtime":1697439435103,"results":"235","hashOfConfig":"232"},{"size":582,"mtime":1697439435103,"results":"236","hashOfConfig":"232"},{"size":354,"mtime":1697439435103,"results":"237","hashOfConfig":"232"},{"size":8088,"mtime":1697439435103,"results":"238","hashOfConfig":"232"},{"size":6385,"mtime":1697439435103,"results":"239","hashOfConfig":"232"},{"size":5690,"mtime":1697439435103,"results":"240","hashOfConfig":"232"},{"size":2613,"mtime":1697439435103,"results":"241","hashOfConfig":"232"},{"size":2633,"mtime":1697439435104,"results":"242","hashOfConfig":"232"},{"size":11963,"mtime":1697439435104,"results":"243","hashOfConfig":"232"},{"size":1439,"mtime":1697439435104,"results":"244","hashOfConfig":"232"},{"size":2329,"mtime":1697439435175,"results":"245","hashOfConfig":"232"},{"size":834,"mtime":1697690438896,"results":"246","hashOfConfig":"232"},{"size":2823,"mtime":1697439435175,"results":"247","hashOfConfig":"232"},{"size":434,"mtime":1697439435175,"results":"248","hashOfConfig":"232"},{"size":3740,"mtime":1697690438896,"results":"249","hashOfConfig":"232"},{"size":2752,"mtime":1697690438897,"results":"250","hashOfConfig":"232"},{"size":136,"mtime":1697439435176,"results":"251","hashOfConfig":"232"},{"size":932,"mtime":1697690438897,"results":"252","hashOfConfig":"232"},{"size":35,"mtime":1697439435176,"results":"253","hashOfConfig":"232"},{"size":756,"mtime":1697470689499,"results":"254","hashOfConfig":"232"},{"size":1825,"mtime":1697439435176,"results":"255","hashOfConfig":"232"},{"size":258,"mtime":1697439435176,"results":"256","hashOfConfig":"232"},{"size":1005,"mtime":1697439435176,"results":"257","hashOfConfig":"232"},{"size":335,"mtime":1697469875347,"results":"258","hashOfConfig":"232"},{"size":2277,"mtime":1697439435177,"results":"259","hashOfConfig":"232"},{"size":1348,"mtime":1697439435177,"results":"260","hashOfConfig":"232"},{"size":271,"mtime":1697690438897,"results":"261","hashOfConfig":"232"},{"size":119,"mtime":1697679544680,"results":"262","hashOfConfig":"232"},{"size":2746,"mtime":1697439434456,"results":"263","hashOfConfig":"232"},{"size":3586,"mtime":1697701920343,"results":"264","hashOfConfig":"232"},{"size":1196,"mtime":1697439434457,"results":"265","hashOfConfig":"232"},{"size":4657,"mtime":1697701155097,"results":"266","hashOfConfig":"232"},{"size":1852,"mtime":1697701854773,"results":"267","hashOfConfig":"232"},{"size":330,"mtime":1697535826070,"results":"268","hashOfConfig":"232"},{"size":2863,"mtime":1697535826070,"results":"269","hashOfConfig":"232"},{"size":431,"mtime":1697535826071,"results":"270","hashOfConfig":"232"},{"size":3135,"mtime":1697701189845,"results":"271","hashOfConfig":"232"},{"size":2219,"mtime":1697535826071,"results":"272","hashOfConfig":"232"},{"size":4626,"mtime":1697535826071,"results":"273","hashOfConfig":"232"},{"size":7291,"mtime":1697535826071,"results":"274","hashOfConfig":"232"},{"size":193,"mtime":1697535826071,"results":"275","hashOfConfig":"232"},{"size":245,"mtime":1697535826071,"results":"276","hashOfConfig":"232"},{"size":312,"mtime":1697535826071,"results":"277","hashOfConfig":"232"},{"size":662,"mtime":1697535826071,"results":"278","hashOfConfig":"232"},{"size":1243,"mtime":1697535826071,"results":"279","hashOfConfig":"232"},{"size":1482,"mtime":1697535826072,"results":"280","hashOfConfig":"232"},{"size":274,"mtime":1697535826072,"results":"281","hashOfConfig":"232"},{"size":668,"mtime":1697535826072,"results":"282","hashOfConfig":"232"},{"size":152,"mtime":1697439434460,"results":"283","hashOfConfig":"232"},{"size":9293,"mtime":1697701155097,"results":"284","hashOfConfig":"232"},{"size":238,"mtime":1697439434460,"results":"285","hashOfConfig":"232"},{"size":334,"mtime":1697439434460,"results":"286","hashOfConfig":"232"},{"size":3212,"mtime":1697535882433,"results":"287","hashOfConfig":"232"},{"size":1590,"mtime":1697701155097,"results":"288","hashOfConfig":"232"},{"size":4913,"mtime":1697621094021,"results":"289","hashOfConfig":"232"},{"size":991,"mtime":1697535882600,"results":"290","hashOfConfig":"232"},{"size":842,"mtime":1697535882600,"results":"291","hashOfConfig":"232"},{"size":2235,"mtime":1697535826073,"results":"292","hashOfConfig":"232"},{"size":1167,"mtime":1697535826073,"results":"293","hashOfConfig":"232"},{"size":2600,"mtime":1697701155097,"results":"294","hashOfConfig":"232"},{"size":1973,"mtime":1697439434601,"results":"295","hashOfConfig":"232"},{"size":3932,"mtime":1697535826073,"results":"296","hashOfConfig":"232"},{"size":3187,"mtime":1697535826073,"results":"297","hashOfConfig":"232"},{"size":1709,"mtime":1697535826074,"results":"298","hashOfConfig":"232"},{"size":458,"mtime":1697535826074,"results":"299","hashOfConfig":"232"},{"size":955,"mtime":1697535826074,"results":"300","hashOfConfig":"232"},{"size":827,"mtime":1697535826074,"results":"301","hashOfConfig":"232"},{"size":1859,"mtime":1697535826074,"results":"302","hashOfConfig":"232"},{"size":2343,"mtime":1697535826075,"results":"303","hashOfConfig":"232"},{"size":4623,"mtime":1697701876089,"results":"304","hashOfConfig":"232"},{"size":227,"mtime":1697439434602,"results":"305","hashOfConfig":"232"},{"size":1545,"mtime":1697535826075,"results":"306","hashOfConfig":"232"},{"size":208,"mtime":1697535826075,"results":"307","hashOfConfig":"232"},{"size":4003,"mtime":1697535826075,"results":"308","hashOfConfig":"232"},{"size":1397,"mtime":1697535826075,"results":"309","hashOfConfig":"232"},{"size":1749,"mtime":1697535826076,"results":"310","hashOfConfig":"232"},{"size":529,"mtime":1697535826076,"results":"311","hashOfConfig":"232"},{"size":2430,"mtime":1697701876089,"results":"312","hashOfConfig":"232"},{"size":2012,"mtime":1697535826076,"results":"313","hashOfConfig":"232"},{"size":2581,"mtime":1697535826076,"results":"314","hashOfConfig":"232"},{"size":3669,"mtime":1697701876089,"results":"315","hashOfConfig":"232"},{"size":176,"mtime":1697535826076,"results":"316","hashOfConfig":"232"},{"size":585,"mtime":1697535826076,"results":"317","hashOfConfig":"232"},{"size":3590,"mtime":1697535826076,"results":"318","hashOfConfig":"232"},{"size":254,"mtime":1697535826076,"results":"319","hashOfConfig":"232"},{"size":155,"mtime":1697535826077,"results":"320","hashOfConfig":"232"},{"size":5826,"mtime":1697535826077,"results":"321","hashOfConfig":"232"},{"size":5602,"mtime":1697535826077,"results":"322","hashOfConfig":"232"},{"size":529,"mtime":1697535826077,"results":"323","hashOfConfig":"232"},{"size":283,"mtime":1697535826077,"results":"324","hashOfConfig":"232"},{"size":497,"mtime":1697535826077,"results":"325","hashOfConfig":"232"},{"size":143,"mtime":1697535826077,"results":"326","hashOfConfig":"232"},{"size":4405,"mtime":1697701155097,"results":"327","hashOfConfig":"232"},{"size":1010,"mtime":1697439434604,"results":"328","hashOfConfig":"232"},{"size":431,"mtime":1697439434604,"results":"329","hashOfConfig":"232"},{"size":906,"mtime":1697535826077,"results":"330","hashOfConfig":"232"},{"size":618,"mtime":1697535826078,"results":"331","hashOfConfig":"232"},{"size":905,"mtime":1697535826079,"results":"332","hashOfConfig":"232"},{"size":1126,"mtime":1697535826079,"results":"333","hashOfConfig":"232"},{"size":631,"mtime":1697535826079,"results":"334","hashOfConfig":"232"},{"size":198,"mtime":1697535826079,"results":"335","hashOfConfig":"232"},{"size":54,"mtime":1697439434608,"results":"336","hashOfConfig":"232"},{"size":264,"mtime":1697439434608,"results":"337","hashOfConfig":"232"},{"size":667,"mtime":1697535826079,"results":"338","hashOfConfig":"232"},{"size":442,"mtime":1697439434608,"results":"339","hashOfConfig":"232"},{"size":261,"mtime":1697439434608,"results":"340","hashOfConfig":"232"},{"size":312,"mtime":1697535826079,"results":"341","hashOfConfig":"232"},{"size":246,"mtime":1697535826079,"results":"342","hashOfConfig":"232"},{"size":400,"mtime":1697535826079,"results":"343","hashOfConfig":"232"},{"size":344,"mtime":1697535826080,"results":"344","hashOfConfig":"232"},{"size":79,"mtime":1697439434609,"results":"345","hashOfConfig":"232"},{"size":388,"mtime":1697439434609,"results":"346","hashOfConfig":"232"},{"size":1136,"mtime":1697535826080,"results":"347","hashOfConfig":"232"},{"size":3053,"mtime":1697701876089,"results":"348","hashOfConfig":"232"},{"size":6168,"mtime":1697701876090,"results":"349","hashOfConfig":"232"},{"size":4316,"mtime":1697535826080,"results":"350","hashOfConfig":"232"},{"size":1600,"mtime":1697535882600,"results":"351","hashOfConfig":"232"},{"size":2782,"mtime":1697621094022,"results":"352","hashOfConfig":"232"},{"size":10336,"mtime":1697701155098,"results":"353","hashOfConfig":"232"},{"size":748,"mtime":1697439434612,"results":"354","hashOfConfig":"232"},{"size":130,"mtime":1697439434612,"results":"355","hashOfConfig":"232"},{"size":441,"mtime":1697439434612,"results":"356","hashOfConfig":"232"},{"size":1365,"mtime":1697535882600,"results":"357","hashOfConfig":"232"},{"size":371,"mtime":1697439434612,"results":"358","hashOfConfig":"232"},{"size":857,"mtime":1697526455892,"results":"359","hashOfConfig":"232"},{"size":992,"mtime":1697535882601,"results":"360","hashOfConfig":"232"},{"size":522,"mtime":1697535826081,"results":"361","hashOfConfig":"232"},{"size":1433,"mtime":1697535826082,"results":"362","hashOfConfig":"232"},{"size":1160,"mtime":1697701155098,"results":"363","hashOfConfig":"232"},{"size":1257,"mtime":1697701155098,"results":"364","hashOfConfig":"232"},{"size":540,"mtime":1697439434623,"results":"365","hashOfConfig":"232"},{"size":1914,"mtime":1697439434623,"results":"366","hashOfConfig":"232"},{"size":789,"mtime":1697439434626,"results":"367","hashOfConfig":"232"},{"size":15623,"mtime":1697535882601,"results":"368","hashOfConfig":"232"},{"size":1888,"mtime":1697679544944,"results":"369","hashOfConfig":"232"},{"size":2583,"mtime":1697679544944,"results":"370","hashOfConfig":"232"},{"size":221,"mtime":1697679544944,"results":"371","hashOfConfig":"232"},{"size":1616,"mtime":1697679544946,"results":"372","hashOfConfig":"232"},{"size":1083,"mtime":1697679544946,"results":"373","hashOfConfig":"232"},{"size":1503,"mtime":1697690438901,"results":"374","hashOfConfig":"232"},{"size":681,"mtime":1697679544948,"results":"375","hashOfConfig":"232"},{"size":419,"mtime":1697679544948,"results":"376","hashOfConfig":"232"},{"size":1622,"mtime":1697679544948,"results":"377","hashOfConfig":"232"},{"size":65,"mtime":1697679544948,"results":"378","hashOfConfig":"232"},{"size":3006,"mtime":1697679544948,"results":"379","hashOfConfig":"232"},{"size":1143,"mtime":1697679544948,"results":"380","hashOfConfig":"232"},{"size":715,"mtime":1697679544948,"results":"381","hashOfConfig":"232"},{"size":492,"mtime":1697679544948,"results":"382","hashOfConfig":"232"},{"size":1333,"mtime":1697679544948,"results":"383","hashOfConfig":"232"},{"size":5708,"mtime":1697679544948,"results":"384","hashOfConfig":"232"},{"size":523,"mtime":1697679544948,"results":"385","hashOfConfig":"232"},{"size":205,"mtime":1697679544949,"results":"386","hashOfConfig":"232"},{"size":473,"mtime":1697679544949,"results":"387","hashOfConfig":"232"},{"size":169,"mtime":1697679544949,"results":"388","hashOfConfig":"232"},{"size":864,"mtime":1697679544949,"results":"389","hashOfConfig":"232"},{"size":1825,"mtime":1697679544949,"results":"390","hashOfConfig":"232"},{"size":88,"mtime":1697679544949,"results":"391","hashOfConfig":"232"},{"size":158,"mtime":1697679544949,"results":"392","hashOfConfig":"232"},{"size":4810,"mtime":1697702247128,"results":"393","hashOfConfig":"232"},{"size":286,"mtime":1697679544950,"results":"394","hashOfConfig":"232"},{"size":620,"mtime":1697702283673,"results":"395","hashOfConfig":"232"},{"size":752,"mtime":1697702283678,"results":"396","hashOfConfig":"232"},{"size":746,"mtime":1697702283678,"results":"397","hashOfConfig":"232"},{"size":116,"mtime":1697679544950,"results":"398","hashOfConfig":"232"},{"size":621,"mtime":1697701509130,"results":"399","hashOfConfig":"232"},{"size":471,"mtime":1697690438901,"results":"400","hashOfConfig":"232"},{"size":2154,"mtime":1697679544950,"results":"401","hashOfConfig":"232"},{"size":54,"mtime":1697679544950,"results":"402","hashOfConfig":"232"},{"size":2308,"mtime":1697690438901,"results":"403","hashOfConfig":"232"},{"size":1063,"mtime":1697679544953,"results":"404","hashOfConfig":"232"},{"size":1458,"mtime":1697679544953,"results":"405","hashOfConfig":"232"},{"size":4939,"mtime":1697702283643,"results":"406","hashOfConfig":"232"},{"size":2071,"mtime":1697679544954,"results":"407","hashOfConfig":"232"},{"size":1987,"mtime":1697679544954,"results":"408","hashOfConfig":"232"},{"size":6318,"mtime":1697702283628,"results":"409","hashOfConfig":"232"},{"size":1001,"mtime":1697702183461,"results":"410","hashOfConfig":"232"},{"size":7450,"mtime":1697702283635,"results":"411","hashOfConfig":"232"},{"size":7837,"mtime":1697702283635,"results":"412","hashOfConfig":"232"},{"size":1290,"mtime":1697679544954,"results":"413","hashOfConfig":"232"},{"size":3001,"mtime":1697702283627,"results":"414","hashOfConfig":"232"},{"size":1881,"mtime":1697679544954,"results":"415","hashOfConfig":"232"},{"size":2628,"mtime":1697702260820,"results":"416","hashOfConfig":"232"},{"size":5117,"mtime":1697679544954,"results":"417","hashOfConfig":"232"},{"size":2661,"mtime":1697702283627,"results":"418","hashOfConfig":"232"},{"size":1439,"mtime":1697679544955,"results":"419","hashOfConfig":"232"},{"size":7055,"mtime":1697702283673,"results":"420","hashOfConfig":"232"},{"size":7125,"mtime":1697702283673,"results":"421","hashOfConfig":"232"},{"size":9553,"mtime":1697702283678,"results":"422","hashOfConfig":"232"},{"size":1911,"mtime":1697679544955,"results":"423","hashOfConfig":"232"},{"size":858,"mtime":1697679544955,"results":"424","hashOfConfig":"232"},{"size":115,"mtime":1697679544955,"results":"425","hashOfConfig":"232"},{"size":2793,"mtime":1697679544955,"results":"426","hashOfConfig":"232"},{"size":911,"mtime":1697679544955,"results":"427","hashOfConfig":"232"},{"size":534,"mtime":1697679544955,"results":"428","hashOfConfig":"232"},{"size":3262,"mtime":1697702283663,"results":"429","hashOfConfig":"232"},{"size":2277,"mtime":1697702283643,"results":"430","hashOfConfig":"232"},{"size":4399,"mtime":1697702221847,"results":"431","hashOfConfig":"232"},{"size":3382,"mtime":1697702107979,"results":"432","hashOfConfig":"232"},{"size":2753,"mtime":1697702068657,"results":"433","hashOfConfig":"232"},{"size":1808,"mtime":1697702108600,"results":"434","hashOfConfig":"232"},{"size":144,"mtime":1697679544956,"results":"435","hashOfConfig":"232"},{"size":74,"mtime":1697679544956,"results":"436","hashOfConfig":"232"},{"size":2614,"mtime":1697679544956,"results":"437","hashOfConfig":"232"},{"size":1012,"mtime":1697702283643,"results":"438","hashOfConfig":"232"},{"size":450,"mtime":1697679544956,"results":"439","hashOfConfig":"232"},{"size":220,"mtime":1697679544956,"results":"440","hashOfConfig":"232"},{"size":557,"mtime":1697679544956,"results":"441","hashOfConfig":"232"},{"size":4216,"mtime":1697679544956,"results":"442","hashOfConfig":"232"},{"size":597,"mtime":1697679544956,"results":"443","hashOfConfig":"232"},{"size":1918,"mtime":1697679544956,"results":"444","hashOfConfig":"232"},{"size":598,"mtime":1697679544956,"results":"445","hashOfConfig":"232"},{"size":1105,"mtime":1697702283627,"results":"446","hashOfConfig":"232"},{"size":1276,"mtime":1697702283639,"results":"447","hashOfConfig":"232"},{"size":3271,"mtime":1697679544957,"results":"448","hashOfConfig":"232"},{"size":3572,"mtime":1697702131800,"results":"449","hashOfConfig":"232"},{"size":1046,"mtime":1697679544957,"results":"450","hashOfConfig":"232"},{"size":882,"mtime":1697679544957,"results":"451","hashOfConfig":"232"},{"size":3198,"mtime":1697679544957,"results":"452","hashOfConfig":"232"},{"size":7980,"mtime":1697679544957,"results":"453","hashOfConfig":"232"},{"size":1625,"mtime":1697702032682,"results":"454","hashOfConfig":"232"},{"size":2998,"mtime":1697690438904,"results":"455","hashOfConfig":"232"},{"size":90,"mtime":1697679544958,"results":"456","hashOfConfig":"232"},{"size":2152,"mtime":1697690438896,"results":"457","hashOfConfig":"232"},{"size":55,"mtime":1697690438896,"results":"458","hashOfConfig":"232"},{"size":1236,"mtime":1697701155097,"results":"459","hashOfConfig":"232"},{"size":39,"mtime":1697701155098,"results":"460","hashOfConfig":"232"},{"size":1614,"mtime":1697701155098,"results":"461","hashOfConfig":"232"},{"filePath":"462","messages":"463","suppressedMessages":"464","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"kptvxj",{"filePath":"465","messages":"466","suppressedMessages":"467","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"468","messages":"469","suppressedMessages":"470","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"471","messages":"472","suppressedMessages":"473","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"474","messages":"475","suppressedMessages":"476","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"477","messages":"478","suppressedMessages":"479","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"480","messages":"481","suppressedMessages":"482","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"483","messages":"484","suppressedMessages":"485","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"486","messages":"487","suppressedMessages":"488","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"489","messages":"490","suppressedMessages":"491","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"492","messages":"493","suppressedMessages":"494","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"495","messages":"496","suppressedMessages":"497","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"498","messages":"499","suppressedMessages":"500","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"501","messages":"502","suppressedMessages":"503","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"504","messages":"505","suppressedMessages":"506","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"507","messages":"508","suppressedMessages":"509","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"510","messages":"511","suppressedMessages":"512","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"513","messages":"514","suppressedMessages":"515","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"516","messages":"517","suppressedMessages":"518","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"519","messages":"520","suppressedMessages":"521","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"522","messages":"523","suppressedMessages":"524","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"525","messages":"526","suppressedMessages":"527","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"528","messages":"529","suppressedMessages":"530","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"531","messages":"532","suppressedMessages":"533","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"534","messages":"535","suppressedMessages":"536","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"537","messages":"538","suppressedMessages":"539","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"540","messages":"541","suppressedMessages":"542","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"543","messages":"544","suppressedMessages":"545","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"546","messages":"547","suppressedMessages":"548","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"549","messages":"550","suppressedMessages":"551","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"552","messages":"553","suppressedMessages":"554","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"555","messages":"556","suppressedMessages":"557","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"558","messages":"559","suppressedMessages":"560","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"561","messages":"562","suppressedMessages":"563","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"564","messages":"565","suppressedMessages":"566","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"567","messages":"568","suppressedMessages":"569","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"570","messages":"571","suppressedMessages":"572","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"573","messages":"574","suppressedMessages":"575","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"576","messages":"577","suppressedMessages":"578","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"579","messages":"580","suppressedMessages":"581","errorCount":0,"fatalErrorCount":0,"warningCount":9,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"582","messages":"583","suppressedMessages":"584","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"585","messages":"586","suppressedMessages":"587","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"588","messages":"589","suppressedMessages":"590","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"591","messages":"592","suppressedMessages":"593","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"594","messages":"595","suppressedMessages":"596","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"597","messages":"598","suppressedMessages":"599","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"600","messages":"601","suppressedMessages":"602","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"603","messages":"604","suppressedMessages":"605","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"606","messages":"607","suppressedMessages":"608","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"609","messages":"610","suppressedMessages":"611","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"612","messages":"613","suppressedMessages":"614","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"615","messages":"616","suppressedMessages":"617","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"618","messages":"619","suppressedMessages":"620","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"621","messages":"622","suppressedMessages":"623","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"624","messages":"625","suppressedMessages":"626","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"627","messages":"628","suppressedMessages":"629","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"630","messages":"631","suppressedMessages":"632","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"633","messages":"634","suppressedMessages":"635","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"636","messages":"637","suppressedMessages":"638","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"639","messages":"640","suppressedMessages":"641","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"642","messages":"643","suppressedMessages":"644","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"645","messages":"646","suppressedMessages":"647","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"648","messages":"649","suppressedMessages":"650","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"651","messages":"652","suppressedMessages":"653","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"654","messages":"655","suppressedMessages":"656","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"657","messages":"658","suppressedMessages":"659","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"660","messages":"661","suppressedMessages":"662","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"663","messages":"664","suppressedMessages":"665","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"666","messages":"667","suppressedMessages":"668","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"669","messages":"670","suppressedMessages":"671","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"672","messages":"673","suppressedMessages":"674","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"675","messages":"676","suppressedMessages":"677","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"678","messages":"679","suppressedMessages":"680","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"681","messages":"682","suppressedMessages":"683","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"684","messages":"685","suppressedMessages":"686","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"687","messages":"688","suppressedMessages":"689","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"690","messages":"691","suppressedMessages":"692","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"693","messages":"694","suppressedMessages":"695","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"696","messages":"697","suppressedMessages":"698","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"699","messages":"700","suppressedMessages":"701","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"702","messages":"703","suppressedMessages":"704","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"705","messages":"706","suppressedMessages":"707","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"708","messages":"709","suppressedMessages":"710","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"711","messages":"712","suppressedMessages":"713","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"714","messages":"715","suppressedMessages":"716","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"717","messages":"718","suppressedMessages":"719","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"720","messages":"721","suppressedMessages":"722","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"723","messages":"724","suppressedMessages":"725","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"726","messages":"727","suppressedMessages":"728","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"729","messages":"730","suppressedMessages":"731","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"732","messages":"733","suppressedMessages":"734","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"735","messages":"736","suppressedMessages":"737","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"738","messages":"739","suppressedMessages":"740","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"741","messages":"742","suppressedMessages":"743","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"744","messages":"745","suppressedMessages":"746","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"747","messages":"748","suppressedMessages":"749","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"750","messages":"751","suppressedMessages":"752","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"753","messages":"754","suppressedMessages":"755","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"756","messages":"757","suppressedMessages":"758","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"759","messages":"760","suppressedMessages":"761","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"762","messages":"763","suppressedMessages":"764","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"765","messages":"766","suppressedMessages":"767","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"768","messages":"769","suppressedMessages":"770","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"771","messages":"772","suppressedMessages":"773","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"774","messages":"775","suppressedMessages":"776","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"777","messages":"778","suppressedMessages":"779","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"780","messages":"781","suppressedMessages":"782","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"783","messages":"784","suppressedMessages":"785","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"786","messages":"787","suppressedMessages":"788","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"789","messages":"790","suppressedMessages":"791","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"792","messages":"793","suppressedMessages":"794","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"795","messages":"796","suppressedMessages":"797","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"798","messages":"799","suppressedMessages":"800","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"801","messages":"802","suppressedMessages":"803","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"804","messages":"805","suppressedMessages":"806","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"807","messages":"808","suppressedMessages":"809","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"810","messages":"811","suppressedMessages":"812","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"813","messages":"814","suppressedMessages":"815","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"816","messages":"817","suppressedMessages":"818","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"819","messages":"820","suppressedMessages":"821","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"822","messages":"823","suppressedMessages":"824","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"825","messages":"826","suppressedMessages":"827","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"828","messages":"829","suppressedMessages":"830","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"831","messages":"832","suppressedMessages":"833","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"834","messages":"835","suppressedMessages":"836","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"837","messages":"838","suppressedMessages":"839","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"840","messages":"841","suppressedMessages":"842","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"843","messages":"844","suppressedMessages":"845","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"846","messages":"847","suppressedMessages":"848","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"849","messages":"850","suppressedMessages":"851","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"852","messages":"853","suppressedMessages":"854","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"855","messages":"856","suppressedMessages":"857","errorCount":0,"fatalErrorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"858","messages":"859","suppressedMessages":"860","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"861","messages":"862","suppressedMessages":"863","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"864","messages":"865","suppressedMessages":"866","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"867","messages":"868","suppressedMessages":"869","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"870","messages":"871","suppressedMessages":"872","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"873","messages":"874","suppressedMessages":"875","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"876","messages":"877","suppressedMessages":"878","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"879","messages":"880","suppressedMessages":"881","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"882","messages":"883","suppressedMessages":"884","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"885","messages":"886","suppressedMessages":"887","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"888","messages":"889","suppressedMessages":"890","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"891","messages":"892","suppressedMessages":"893","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"894","messages":"895","suppressedMessages":"896","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"897","messages":"898","suppressedMessages":"899","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"900","messages":"901","suppressedMessages":"902","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"903","messages":"904","suppressedMessages":"905","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"906","messages":"907","suppressedMessages":"908","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"909","messages":"910","suppressedMessages":"911","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"912","messages":"913","suppressedMessages":"914","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"915","messages":"916","suppressedMessages":"917","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"918","messages":"919","suppressedMessages":"920","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"921","messages":"922","suppressedMessages":"923","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"924","messages":"925","suppressedMessages":"926","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"927","messages":"928","suppressedMessages":"929","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"930","messages":"931","suppressedMessages":"932","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"933","messages":"934","suppressedMessages":"935","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"936","messages":"937","suppressedMessages":"938","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"939","messages":"940","suppressedMessages":"941","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"942","messages":"943","suppressedMessages":"944","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"945","messages":"946","suppressedMessages":"947","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"948","messages":"949","suppressedMessages":"950","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"951","messages":"952","suppressedMessages":"953","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"954","messages":"955","suppressedMessages":"956","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"957","messages":"958","suppressedMessages":"959","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"960","messages":"961","suppressedMessages":"962","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"963","messages":"964","suppressedMessages":"965","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"966","messages":"967","suppressedMessages":"968","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"969","messages":"970","suppressedMessages":"971","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"972","messages":"973","suppressedMessages":"974","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"975","messages":"976","suppressedMessages":"977","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"978","messages":"979","suppressedMessages":"980","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"981","messages":"982","suppressedMessages":"983","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"984","messages":"985","suppressedMessages":"986","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"987","messages":"988","suppressedMessages":"989","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"990","messages":"991","suppressedMessages":"992","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"993","messages":"994","suppressedMessages":"995","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"996","messages":"997","suppressedMessages":"998","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"999","messages":"1000","suppressedMessages":"1001","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1002","messages":"1003","suppressedMessages":"1004","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1005","messages":"1006","suppressedMessages":"1007","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1008","messages":"1009","suppressedMessages":"1010","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1011","messages":"1012","suppressedMessages":"1013","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1014","messages":"1015","suppressedMessages":"1016","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1017","messages":"1018","suppressedMessages":"1019","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1020","messages":"1021","suppressedMessages":"1022","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1023","messages":"1024","suppressedMessages":"1025","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1026","messages":"1027","suppressedMessages":"1028","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1029","messages":"1030","suppressedMessages":"1031","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1032","messages":"1033","suppressedMessages":"1034","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1035","messages":"1036","suppressedMessages":"1037","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1038","messages":"1039","suppressedMessages":"1040","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1041","messages":"1042","suppressedMessages":"1043","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1044","messages":"1045","suppressedMessages":"1046","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1047","messages":"1048","suppressedMessages":"1049","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1050","messages":"1051","suppressedMessages":"1052","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1053","messages":"1054","suppressedMessages":"1055","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1056","messages":"1057","suppressedMessages":"1058","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1059","messages":"1060","suppressedMessages":"1061","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1062","messages":"1063","suppressedMessages":"1064","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1065","messages":"1066","suppressedMessages":"1067","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1068","messages":"1069","suppressedMessages":"1070","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1071","messages":"1072","suppressedMessages":"1073","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1074","messages":"1075","suppressedMessages":"1076","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1077","messages":"1078","suppressedMessages":"1079","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1080","messages":"1081","suppressedMessages":"1082","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1083","messages":"1084","suppressedMessages":"1085","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1086","messages":"1087","suppressedMessages":"1088","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1089","messages":"1090","suppressedMessages":"1091","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1092","messages":"1093","suppressedMessages":"1094","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1095","messages":"1096","suppressedMessages":"1097","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1098","messages":"1099","suppressedMessages":"1100","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1101","messages":"1102","suppressedMessages":"1103","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1104","messages":"1105","suppressedMessages":"1106","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1107","messages":"1108","suppressedMessages":"1109","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1110","messages":"1111","suppressedMessages":"1112","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1113","messages":"1114","suppressedMessages":"1115","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1116","messages":"1117","suppressedMessages":"1118","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1119","messages":"1120","suppressedMessages":"1121","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1122","messages":"1123","suppressedMessages":"1124","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1125","messages":"1126","suppressedMessages":"1127","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1128","messages":"1129","suppressedMessages":"1130","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1131","messages":"1132","suppressedMessages":"1133","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1134","messages":"1135","suppressedMessages":"1136","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1137","messages":"1138","suppressedMessages":"1139","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1140","messages":"1141","suppressedMessages":"1142","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1143","messages":"1144","suppressedMessages":"1145","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1146","messages":"1147","suppressedMessages":"1148","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1149","messages":"1150","suppressedMessages":"1151","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/boyue/Project/app-monorepo-x/apps/desktop/public/static/js-sdk/data/config.ts",[],[],"/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/app.ts",[],["1152","1153","1154","1155","1156","1157"],"/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/config.ts",[],[],"/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/libs/shortcuts.ts",[],[],"/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/libs/store.ts",[],[],"/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/libs/utils.ts",[],[],"/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/preload.ts",[],["1158","1159","1160","1161","1162"],"/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/process/AutoUpdate.ts",[],["1163","1164","1165","1166"],"/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/process/BaseProcess.ts",[],["1167","1168"],"/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/process/Bridge.ts",[],["1169","1170","1171","1172","1173"],"/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/process/HttpServer.ts",[],["1174","1175","1176","1177","1178"],"/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/process/TouchRes.ts",[],["1179","1180","1181","1182","1183","1184","1185"],"/Users/boyue/Project/app-monorepo-x/apps/desktop/src-electron/process/index.ts",[],["1186"],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/background/keepAlive.ts",[],["1187","1188","1189","1190","1191","1192","1193","1194","1195","1196"],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/background/serviceWorker.ts",[],[],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/content-script/devToolsButton.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/content-script/shouldInject.ts",[],[],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/entry/background.ts",[],[],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/entry/content-script-init.ts",["1197","1198"],["1199","1200"],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/entry/content-script.ts",[],[],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/entry/offscreen.ts",[],[],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/entry/ui-popup.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/entry/ui.tsx",[],["1201"],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/offscreen/offscreenSetup.ts",[],["1202","1203","1204","1205","1206"],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/ui/hotReload.ts",[],["1207","1208"],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/ui/popupSizeFix.ts",[],[],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/ui/renderApp.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/ui/resizeEventOptimize.ts",[],["1209","1210","1211","1212","1213","1214"],"/Users/boyue/Project/app-monorepo-x/apps/ext/src/ui/uiJsBridge.ts",[],[],"/Users/boyue/Project/app-monorepo-x/apps/mobile/App.tsx",[],["1215","1216","1217"],"/Users/boyue/Project/app-monorepo-x/apps/web/App.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/ActionList/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Alert/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Badge/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Button/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Checkbox/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/ActiveTabContext.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/FreezeTab.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/NativeNestedTabView/NativeNestedTabView.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/NativeNestedTabView/NestedTabView.tsx",["1218","1219","1220","1221","1222","1223","1224","1225","1226"],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/NativeNestedTabView/types.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/TabContainerNative.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/TabContainerWeb.tsx",[],["1227","1228","1229"],"/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/hooks/useIsActiveTab.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/index.native.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/CollapsibleTabView/types.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/DelayedFreeze/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/DesktopDragZoneBox/index.desktop.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/DesktopDragZoneBox/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/DesktopDragZoneBox/useDesktopTopDragBarController.desktop.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/DesktopDragZoneBox/useDesktopTopDragBarController.tsx",[],["1230"],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Dialog/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Divider/Divider.stories.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Divider/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Form/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/IconButton/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Input/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Input/sharedStyles.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Label/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/LottieView/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/LottieView/index.web.tsx",[],["1231","1232","1233","1234","1235","1236"],"/Users/boyue/Project/app-monorepo-x/packages/components/src/ModalContainer/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/ExtAnimConfig.ts",[],["1237","1238","1239","1240","1241","1242","1243","1244"],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/GlobalScreenOptions.native.ts",[],["1245","1246","1247"],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/GlobalScreenOptions.ts",[],["1248"],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/HeaderButtonBack.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/HeaderButtonGroup.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/HeaderButtonIcon.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/HeaderButtonSide.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/HeaderScreenOptions.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/HeaderSearchBar.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/HeaderView.tsx",[],["1249"],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Header/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Modal/CenteredModal.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Modal/ModalBackdrop.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Modal/ModalStack.tsx",[],["1250"],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Modal/createModalNavigator.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Modal/types.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Navigator/CommonConfig.ts.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Navigator/ModalFlowNavigator.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Navigator/RootModalNavigator.tsx",[],["1251"],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Navigator/RootStackNavigator.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Navigator/TabStackNavigator.tsx",[],["1252"],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Navigator/index.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Navigator/types.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/ScreenProps.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/StackNavigator.native.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/StackNavigator.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Tab/TabBar/DesktopLeftSideBar.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Tab/TabBar/MobileBottomTabBar.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Tab/TabBar/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Tab/tabRouteWrapper.native.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/Tab/tabRouteWrapper.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Navigation/index.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Popover/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Portal/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Progress/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/ScreenSizeProvider.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/SidebarStateProvider.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/device.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useBackHandler.native.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useBackHandler.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useDeviceScreenSize.ts",["1253"],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useForm.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useIsMounted.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useIsVerticalLayout.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useLoadCustomFonts.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useLocale.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useProviderDeviceScreenSize.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useProviderIsVerticalLayout.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useProviderSideBarValue.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useProviderValue.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useSafeAreaInsets.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useTheme.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/hooks/useThemeValue.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Provider/theme.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/QRCode/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Radio/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/SearchBar/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Select/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Slider/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Spinner/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Stack/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Switch/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Text/Text.stories.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Text/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/TextArea/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Toast/Toaster.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Toast/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/hooks/useKeyboardHeight.ts",["1254","1255","1256","1257"],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/locale/index.ext-bg.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/locale/index.ts",[],["1258","1259","1260","1261"],"/Users/boyue/Project/app-monorepo-x/packages/components/src/locale/localeJsonMap.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/tamagui.config.ts",[],["1262","1263"],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/redux.ts",["1264","1265","1266"],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useAppNavigation.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useAppSelector.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useAppStateChange.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useColorScheme.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useCookie.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useHtmlPreloadSplashLogoRemove.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useSystemLocale.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/hooks/useThemeVariant.ts",[],["1267"],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/provider/AppLoading.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/provider/KitProvider.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/provider/NavigationProvider.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/provider/ThemeProvider.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/provider/createLazyKitProvider.tsx",[],["1268","1269","1270","1271"],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Gallery/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Modal/ModalNavigator.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Modal/Routes.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Modal/TestModal/ModalTestStack.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Modal/TestModal/Routes.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Modal/TestModal/TestSimpleModal.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/RootNavigator.tsx",[],["1272"],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Routes.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Developer/Routes.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Developer/TabDeveloper.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Home/Routes.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Home/TabHome.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Home/TabHomeStack1.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Home/TabHomeStack2.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Me/Routes.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Me/TabMe.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/Routes.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/Root/Tab/TabNavigator.tsx",[],["1273"],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/routes/index.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/utils/helper.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/utils/locale.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/ActionList.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Alert.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Badge.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Buttons.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Checkbox.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/CollapsibleTabView.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Dialog.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Divider.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Form.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Icon.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/IconButton.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Input.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/LottieView.tsx",[],["1274","1275","1276","1277","1278","1279"],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/DemoRootApp.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Modal/DemoCoverageModal.tsx",["1280"],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Modal/DemoCreateModal.tsx",[],["1281","1282"],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Modal/DemoLockedModal.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Modal/Routes.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Modal/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Routes.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/DemoTabNavigator.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/RouteParamTypes.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/Routes.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootDeveloper.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootDeveloperOptions.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootHome.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootHomeOptions.tsx",[],["1283"],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootHomeSearch.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootMe.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootTabs.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/NavigatorRoute/useDemoAppNavigation.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Popover.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Progress.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/QRCode.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Radio.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Select.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Slider.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Switch.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/TextArea.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Theme.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Toast.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/Typography.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/utils/Layout.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/utils/NavigationTools.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Components/stories/utils/RenderTools.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Market/config.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Overview/types.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Tab/Home/HomePageTabs/HeaderView.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Tab/Home/HomePageTabs/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/kit/src/views/Tab/Home/HomePageTabs/types.ts",[],[],"/Users/boyue/Project/app-monorepo-x/@types/globals.d.ts",[],["1284","1285","1286","1287","1288","1289","1290","1291","1292","1293","1294","1295","1296","1297","1298","1299","1300","1301","1302","1303","1304","1305","1306","1307","1308","1309","1310","1311","1312","1313","1314","1315","1316","1317","1318","1319","1320","1321","1322","1323","1324","1325","1326","1327"],"/Users/boyue/Project/app-monorepo-x/@types/types.d.ts",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Empty/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/ToggleGroup/index.tsx",[],[],"/Users/boyue/Project/app-monorepo-x/packages/components/src/Tooltip/index.tsx",[],[],{"ruleId":"1328","severity":2,"message":"1329","line":34,"column":16,"nodeType":"1330","messageId":"1331","endLine":34,"endColumn":28,"suppressions":"1332"},{"ruleId":"1333","severity":2,"message":"1334","line":53,"column":1,"nodeType":"1335","messageId":"1336","endLine":53,"endColumn":30,"suppressions":"1337"},{"ruleId":"1333","severity":2,"message":"1334","line":58,"column":15,"nodeType":"1335","messageId":"1336","endLine":58,"endColumn":44,"suppressions":"1338"},{"ruleId":"1333","severity":2,"message":"1334","line":243,"column":22,"nodeType":"1335","messageId":"1336","endLine":243,"endColumn":51,"suppressions":"1339"},{"ruleId":"1340","severity":2,"message":"1341","line":294,"column":5,"nodeType":"1342","messageId":"1343","endLine":294,"endColumn":22,"suppressions":"1344"},{"ruleId":"1333","severity":2,"message":"1345","line":334,"column":16,"nodeType":"1335","messageId":"1336","endLine":334,"endColumn":25,"suppressions":"1346"},{"ruleId":"1347","severity":2,"message":"1348","line":8,"column":3,"nodeType":"1349","messageId":"1350","endLine":8,"endColumn":20,"suppressions":"1351"},{"ruleId":"1352","severity":1,"message":"1353","line":8,"column":24,"nodeType":"1342","messageId":"1354","endLine":8,"endColumn":28,"suppressions":"1355"},{"ruleId":"1352","severity":1,"message":"1353","line":12,"column":24,"nodeType":"1342","messageId":"1354","endLine":12,"endColumn":28,"suppressions":"1356"},{"ruleId":"1352","severity":1,"message":"1353","line":16,"column":27,"nodeType":"1342","messageId":"1354","endLine":16,"endColumn":31,"suppressions":"1357"},{"ruleId":"1358","severity":2,"message":"1359","line":163,"column":47,"nodeType":"1360","messageId":"1361","endLine":163,"endColumn":60,"suppressions":"1362"},{"ruleId":"1363","severity":2,"message":"1364","line":151,"column":13,"nodeType":"1365","messageId":"1366","endLine":151,"endColumn":76,"suppressions":"1367"},{"ruleId":"1333","severity":2,"message":"1368","line":151,"column":41,"nodeType":"1335","messageId":"1336","endLine":151,"endColumn":74,"suppressions":"1369"},{"ruleId":"1328","severity":2,"message":"1370","line":151,"column":41,"nodeType":"1335","messageId":"1371","endLine":151,"endColumn":74,"suppressions":"1372"},{"ruleId":"1333","severity":2,"message":"1373","line":151,"column":42,"nodeType":"1335","messageId":"1336","endLine":151,"endColumn":54,"suppressions":"1374"},{"ruleId":"1363","severity":2,"message":"1375","line":118,"column":20,"nodeType":"1342","messageId":"1366","endLine":118,"endColumn":26,"suppressions":"1376"},{"ruleId":"1363","severity":2,"message":"1377","line":183,"column":55,"nodeType":"1335","messageId":"1366","endLine":183,"endColumn":67,"suppressions":"1378"},{"ruleId":"1333","severity":2,"message":"1379","line":28,"column":13,"nodeType":"1335","messageId":"1336","endLine":28,"endColumn":26,"suppressions":"1380"},{"ruleId":"1363","severity":2,"message":"1364","line":37,"column":37,"nodeType":"1335","messageId":"1366","endLine":37,"endColumn":48,"suppressions":"1381"},{"ruleId":"1333","severity":2,"message":"1345","line":37,"column":37,"nodeType":"1335","messageId":"1336","endLine":37,"endColumn":48,"suppressions":"1382"},{"ruleId":"1363","severity":2,"message":"1364","line":89,"column":69,"nodeType":"1335","messageId":"1366","endLine":89,"endColumn":80,"suppressions":"1383"},{"ruleId":"1333","severity":2,"message":"1345","line":89,"column":69,"nodeType":"1335","messageId":"1336","endLine":89,"endColumn":80,"suppressions":"1384"},{"ruleId":"1333","severity":2,"message":"1385","line":36,"column":19,"nodeType":"1335","messageId":"1336","endLine":36,"endColumn":28,"suppressions":"1386"},{"ruleId":"1328","severity":2,"message":"1370","line":36,"column":19,"nodeType":"1335","messageId":"1371","endLine":36,"endColumn":28,"suppressions":"1387"},{"ruleId":"1328","severity":2,"message":"1370","line":59,"column":25,"nodeType":"1342","messageId":"1371","endLine":59,"endColumn":32,"suppressions":"1388"},{"ruleId":"1333","severity":2,"message":"1389","line":71,"column":24,"nodeType":"1342","messageId":"1390","endLine":71,"endColumn":33,"suppressions":"1391"},{"ruleId":"1333","severity":2,"message":"1389","line":80,"column":14,"nodeType":"1342","messageId":"1390","endLine":80,"endColumn":23,"suppressions":"1392"},{"ruleId":"1393","severity":2,"message":"1394","line":58,"column":11,"nodeType":"1395","messageId":"1396","endLine":58,"endColumn":68,"suppressions":"1397"},{"ruleId":"1393","severity":2,"message":"1394","line":58,"column":11,"nodeType":"1395","messageId":"1396","endLine":58,"endColumn":48,"suppressions":"1398"},{"ruleId":"1363","severity":2,"message":"1364","line":179,"column":70,"nodeType":"1342","messageId":"1366","endLine":179,"endColumn":71,"suppressions":"1399"},{"ruleId":"1400","severity":2,"message":"1401","line":192,"column":17,"nodeType":"1342","messageId":"1402","endLine":192,"endColumn":22,"suppressions":"1403"},{"ruleId":"1404","severity":2,"message":"1405","line":218,"column":24,"nodeType":"1365","messageId":"1406","endLine":222,"endColumn":49,"suppressions":"1407"},{"ruleId":"1333","severity":2,"message":"1408","line":244,"column":9,"nodeType":"1335","messageId":"1336","endLine":244,"endColumn":27,"suppressions":"1409"},{"ruleId":"1328","severity":2,"message":"1370","line":244,"column":9,"nodeType":"1335","messageId":"1371","endLine":244,"endColumn":27,"suppressions":"1410"},{"ruleId":"1340","severity":2,"message":"1411","line":26,"column":29,"nodeType":"1342","messageId":"1343","endLine":26,"endColumn":42,"suppressions":"1412"},{"ruleId":"1333","severity":2,"message":"1413","line":9,"column":13,"nodeType":"1335","messageId":"1336","endLine":9,"endColumn":29,"suppressions":"1414"},{"ruleId":"1328","severity":2,"message":"1370","line":9,"column":13,"nodeType":"1335","messageId":"1371","endLine":9,"endColumn":41,"suppressions":"1415"},{"ruleId":"1333","severity":2,"message":"1413","line":14,"column":9,"nodeType":"1335","messageId":"1336","endLine":14,"endColumn":25,"suppressions":"1416"},{"ruleId":"1328","severity":2,"message":"1370","line":14,"column":9,"nodeType":"1335","messageId":"1371","endLine":14,"endColumn":40,"suppressions":"1417"},{"ruleId":"1333","severity":2,"message":"1418","line":27,"column":3,"nodeType":"1335","messageId":"1336","endLine":27,"endColumn":17,"suppressions":"1419"},{"ruleId":"1328","severity":2,"message":"1370","line":27,"column":3,"nodeType":"1335","messageId":"1371","endLine":27,"endColumn":39,"suppressions":"1420"},{"ruleId":"1333","severity":2,"message":"1418","line":31,"column":3,"nodeType":"1335","messageId":"1336","endLine":31,"endColumn":17,"suppressions":"1421"},{"ruleId":"1328","severity":2,"message":"1370","line":31,"column":3,"nodeType":"1335","messageId":"1371","endLine":31,"endColumn":39,"suppressions":"1422"},{"ruleId":"1333","severity":2,"message":"1418","line":62,"column":15,"nodeType":"1335","messageId":"1336","endLine":62,"endColumn":29,"suppressions":"1423"},{"ruleId":"1328","severity":2,"message":"1370","line":62,"column":15,"nodeType":"1335","messageId":"1371","endLine":62,"endColumn":41,"suppressions":"1424"},{"ruleId":"1352","severity":1,"message":"1425","line":10,"column":10,"nodeType":"1342","messageId":"1354","endLine":10,"endColumn":16},{"ruleId":"1352","severity":1,"message":"1426","line":18,"column":8,"nodeType":"1342","messageId":"1354","endLine":18,"endColumn":22},{"ruleId":"1427","severity":1,"message":"1428","line":3,"column":1,"nodeType":"1429","endLine":3,"endColumn":67,"suppressions":"1430"},{"ruleId":"1427","severity":1,"message":"1431","line":18,"column":1,"nodeType":"1429","endLine":18,"endColumn":63,"suppressions":"1432"},{"ruleId":"1333","severity":2,"message":"1433","line":10,"column":5,"nodeType":"1335","messageId":"1336","endLine":10,"endColumn":39,"suppressions":"1434"},{"ruleId":"1352","severity":1,"message":"1435","line":11,"column":35,"nodeType":"1342","messageId":"1354","endLine":11,"endColumn":41,"suppressions":"1436"},{"ruleId":"1333","severity":2,"message":"1437","line":13,"column":18,"nodeType":"1335","messageId":"1336","endLine":13,"endColumn":26,"suppressions":"1438"},{"ruleId":"1333","severity":2,"message":"1439","line":14,"column":30,"nodeType":"1335","messageId":"1336","endLine":14,"endColumn":65,"suppressions":"1440"},{"ruleId":"1328","severity":2,"message":"1370","line":14,"column":30,"nodeType":"1335","messageId":"1371","endLine":14,"endColumn":65,"suppressions":"1441"},{"ruleId":"1358","severity":2,"message":"1359","line":16,"column":9,"nodeType":"1442","messageId":"1361","endLine":16,"endColumn":23,"suppressions":"1443"},{"ruleId":"1333","severity":2,"message":"1444","line":6,"column":5,"nodeType":"1335","messageId":"1336","endLine":6,"endColumn":23,"suppressions":"1445"},{"ruleId":"1328","severity":2,"message":"1370","line":6,"column":5,"nodeType":"1335","messageId":"1371","endLine":6,"endColumn":23,"suppressions":"1446"},{"ruleId":"1333","severity":2,"message":"1447","line":9,"column":7,"nodeType":"1335","messageId":"1336","endLine":9,"endColumn":35,"suppressions":"1448"},{"ruleId":"1333","severity":2,"message":"1449","line":9,"column":39,"nodeType":"1335","messageId":"1336","endLine":9,"endColumn":56,"suppressions":"1450"},{"ruleId":"1333","severity":2,"message":"1447","line":47,"column":5,"nodeType":"1335","messageId":"1336","endLine":47,"endColumn":33,"suppressions":"1451"},{"ruleId":"1333","severity":2,"message":"1452","line":48,"column":5,"nodeType":"1335","messageId":"1336","endLine":48,"endColumn":35,"suppressions":"1453"},{"ruleId":"1333","severity":2,"message":"1454","line":54,"column":44,"nodeType":"1335","messageId":"1336","endLine":54,"endColumn":62,"suppressions":"1455"},{"ruleId":"1328","severity":2,"message":"1370","line":71,"column":7,"nodeType":"1335","messageId":"1371","endLine":71,"endColumn":36,"suppressions":"1456"},{"ruleId":"1427","severity":1,"message":"1431","line":2,"column":1,"nodeType":"1429","endLine":2,"endColumn":41,"suppressions":"1457"},{"ruleId":"1458","severity":2,"message":"1459","line":5,"column":1,"nodeType":"1429","endLine":5,"endColumn":45,"fix":"1460","suppressions":"1461"},{"ruleId":"1427","severity":1,"message":"1462","line":5,"column":1,"nodeType":"1429","endLine":5,"endColumn":45,"suppressions":"1463"},{"ruleId":"1352","severity":1,"message":"1464","line":13,"column":10,"nodeType":"1342","messageId":"1354","endLine":13,"endColumn":15},{"ruleId":"1352","severity":1,"message":"1465","line":15,"column":8,"nodeType":"1342","messageId":"1354","endLine":15,"endColumn":27},{"ruleId":"1352","severity":1,"message":"1466","line":41,"column":5,"nodeType":"1342","messageId":"1354","endLine":41,"endColumn":18},{"ruleId":"1352","severity":1,"message":"1467","line":42,"column":8,"nodeType":"1342","messageId":"1354","endLine":42,"endColumn":12},{"ruleId":"1352","severity":1,"message":"1468","line":91,"column":9,"nodeType":"1342","messageId":"1354","endLine":91,"endColumn":20},{"ruleId":"1352","severity":1,"message":"1469","line":98,"column":9,"nodeType":"1342","messageId":"1354","endLine":98,"endColumn":23},{"ruleId":"1352","severity":1,"message":"1470","line":103,"column":9,"nodeType":"1342","messageId":"1354","endLine":103,"endColumn":40},{"ruleId":"1352","severity":1,"message":"1471","line":108,"column":9,"nodeType":"1342","messageId":"1354","endLine":108,"endColumn":36},{"ruleId":"1352","severity":1,"message":"1472","line":121,"column":9,"nodeType":"1342","messageId":"1354","endLine":121,"endColumn":25},{"ruleId":"1473","severity":2,"message":"1474","line":142,"column":9,"nodeType":"1342","messageId":"1475","endLine":142,"endColumn":21,"suppressions":"1476"},{"ruleId":"1333","severity":2,"message":"1477","line":159,"column":46,"nodeType":"1335","messageId":"1336","endLine":159,"endColumn":55,"suppressions":"1478"},{"ruleId":"1333","severity":2,"message":"1479","line":159,"column":46,"nodeType":"1335","messageId":"1390","endLine":159,"endColumn":55,"suppressions":"1480"},{"ruleId":"1352","severity":1,"message":"1481","line":3,"column":3,"nodeType":"1342","messageId":"1354","endLine":3,"endColumn":9,"suppressions":"1482"},{"ruleId":"1333","severity":2,"message":"1483","line":20,"column":9,"nodeType":"1335","messageId":"1336","endLine":20,"endColumn":35,"suppressions":"1484"},{"ruleId":"1328","severity":2,"message":"1370","line":20,"column":9,"nodeType":"1335","messageId":"1371","endLine":20,"endColumn":35,"suppressions":"1485"},{"ruleId":"1333","severity":2,"message":"1486","line":23,"column":9,"nodeType":"1335","messageId":"1336","endLine":23,"endColumn":36,"suppressions":"1487"},{"ruleId":"1328","severity":2,"message":"1370","line":23,"column":9,"nodeType":"1335","messageId":"1371","endLine":23,"endColumn":36,"suppressions":"1488"},{"ruleId":"1333","severity":2,"message":"1489","line":26,"column":9,"nodeType":"1335","messageId":"1336","endLine":26,"endColumn":42,"suppressions":"1490"},{"ruleId":"1328","severity":2,"message":"1370","line":26,"column":9,"nodeType":"1335","messageId":"1371","endLine":26,"endColumn":42,"suppressions":"1491"},{"ruleId":"1333","severity":2,"message":"1492","line":45,"column":25,"nodeType":"1335","messageId":"1336","endLine":45,"endColumn":41,"suppressions":"1493"},{"ruleId":"1328","severity":2,"message":"1370","line":45,"column":25,"nodeType":"1335","messageId":"1371","endLine":45,"endColumn":53,"suppressions":"1494"},{"ruleId":"1333","severity":2,"message":"1492","line":52,"column":18,"nodeType":"1335","messageId":"1336","endLine":52,"endColumn":34,"suppressions":"1495"},{"ruleId":"1328","severity":2,"message":"1370","line":52,"column":18,"nodeType":"1335","messageId":"1371","endLine":52,"endColumn":46,"suppressions":"1496"},{"ruleId":"1333","severity":2,"message":"1492","line":66,"column":25,"nodeType":"1335","messageId":"1336","endLine":66,"endColumn":41,"suppressions":"1497"},{"ruleId":"1328","severity":2,"message":"1370","line":66,"column":25,"nodeType":"1335","messageId":"1371","endLine":66,"endColumn":53,"suppressions":"1498"},{"ruleId":"1333","severity":2,"message":"1492","line":73,"column":18,"nodeType":"1335","messageId":"1336","endLine":73,"endColumn":34,"suppressions":"1499"},{"ruleId":"1328","severity":2,"message":"1370","line":73,"column":18,"nodeType":"1335","messageId":"1371","endLine":73,"endColumn":46,"suppressions":"1500"},{"ruleId":"1352","severity":1,"message":"1501","line":11,"column":44,"nodeType":"1342","messageId":"1354","endLine":13,"endColumn":2,"suppressions":"1502"},{"ruleId":"1352","severity":1,"message":"1503","line":20,"column":39,"nodeType":"1342","messageId":"1354","endLine":22,"endColumn":2,"suppressions":"1504"},{"ruleId":"1352","severity":1,"message":"1503","line":29,"column":47,"nodeType":"1342","messageId":"1354","endLine":31,"endColumn":2,"suppressions":"1505"},{"ruleId":"1352","severity":1,"message":"1501","line":14,"column":44,"nodeType":"1342","messageId":"1354","endLine":16,"endColumn":2,"suppressions":"1506"},{"ruleId":"1404","severity":2,"message":"1405","line":26,"column":10,"nodeType":"1365","messageId":"1406","endLine":30,"endColumn":15,"suppressions":"1507"},{"ruleId":"1352","severity":1,"message":"1508","line":77,"column":13,"nodeType":"1342","messageId":"1354","endLine":77,"endColumn":26,"suppressions":"1509"},{"ruleId":"1510","severity":1,"message":"1511","line":38,"column":19,"nodeType":"1512","endLine":38,"endColumn":65,"suppressions":"1513"},{"ruleId":"1510","severity":1,"message":"1514","line":93,"column":21,"nodeType":"1512","endLine":93,"endColumn":73,"suppressions":"1515"},{"ruleId":"1352","severity":1,"message":"1516","line":1,"column":10,"nodeType":"1342","messageId":"1354","endLine":1,"endColumn":17},{"ruleId":"1517","severity":1,"message":"1518","line":10,"column":57,"nodeType":"1342","endLine":10,"endColumn":68},{"ruleId":"1517","severity":1,"message":"1518","line":14,"column":57,"nodeType":"1342","endLine":14,"endColumn":68},{"ruleId":"1352","severity":1,"message":"1519","line":14,"column":70,"nodeType":"1342","messageId":"1354","endLine":14,"endColumn":71},{"ruleId":"1517","severity":1,"message":"1520","line":30,"column":6,"nodeType":"1521","endLine":30,"endColumn":8,"suggestions":"1522"},{"ruleId":"1523","severity":2,"message":"1524","line":39,"column":3,"nodeType":"1525","messageId":"1526","endLine":52,"endColumn":4,"suppressions":"1527"},{"ruleId":"1333","severity":2,"message":"1528","line":44,"column":7,"nodeType":"1335","messageId":"1336","endLine":44,"endColumn":18,"suppressions":"1529"},{"ruleId":"1328","severity":2,"message":"1370","line":44,"column":7,"nodeType":"1335","messageId":"1371","endLine":44,"endColumn":18,"suppressions":"1530"},{"ruleId":"1328","severity":2,"message":"1370","line":44,"column":7,"nodeType":"1342","messageId":"1371","endLine":44,"endColumn":11,"suppressions":"1531"},{"ruleId":"1358","severity":2,"message":"1359","line":454,"column":3,"nodeType":"1442","messageId":"1361","endLine":456,"endColumn":12,"suppressions":"1532"},{"ruleId":"1533","severity":2,"message":"1534","line":653,"column":13,"nodeType":"1342","messageId":"1535","endLine":653,"endColumn":32,"fix":"1536","suppressions":"1537"},{"ruleId":"1352","severity":1,"message":"1516","line":1,"column":10,"nodeType":"1342","messageId":"1354","endLine":1,"endColumn":17},{"ruleId":"1352","severity":1,"message":"1538","line":3,"column":10,"nodeType":"1342","messageId":"1354","endLine":3,"endColumn":23},{"ruleId":"1352","severity":1,"message":"1539","line":4,"column":10,"nodeType":"1342","messageId":"1354","endLine":4,"endColumn":24},{"ruleId":"1333","severity":2,"message":"1433","line":37,"column":37,"nodeType":"1335","messageId":"1336","endLine":37,"endColumn":51,"suppressions":"1540"},{"ruleId":"1358","severity":2,"message":"1359","line":27,"column":7,"nodeType":"1442","messageId":"1361","endLine":27,"endColumn":18,"suppressions":"1541"},{"ruleId":"1352","severity":1,"message":"1542","line":38,"column":3,"nodeType":"1342","messageId":"1354","endLine":38,"endColumn":14,"suppressions":"1543"},{"ruleId":"1358","severity":2,"message":"1359","line":44,"column":3,"nodeType":"1442","messageId":"1361","endLine":44,"endColumn":30,"suppressions":"1544"},{"ruleId":"1333","severity":2,"message":"1433","line":44,"column":10,"nodeType":"1335","messageId":"1336","endLine":44,"endColumn":29,"suppressions":"1545"},{"ruleId":"1333","severity":2,"message":"1433","line":28,"column":16,"nodeType":"1335","messageId":"1336","endLine":28,"endColumn":45,"suppressions":"1546"},{"ruleId":"1333","severity":2,"message":"1433","line":64,"column":20,"nodeType":"1335","messageId":"1336","endLine":64,"endColumn":63,"suppressions":"1547"},{"ruleId":"1333","severity":2,"message":"1483","line":69,"column":21,"nodeType":"1335","messageId":"1336","endLine":69,"endColumn":38,"suppressions":"1548"},{"ruleId":"1328","severity":2,"message":"1370","line":69,"column":21,"nodeType":"1335","messageId":"1371","endLine":69,"endColumn":38,"suppressions":"1549"},{"ruleId":"1333","severity":2,"message":"1486","line":76,"column":21,"nodeType":"1335","messageId":"1336","endLine":76,"endColumn":39,"suppressions":"1550"},{"ruleId":"1328","severity":2,"message":"1370","line":76,"column":21,"nodeType":"1335","messageId":"1371","endLine":76,"endColumn":39,"suppressions":"1551"},{"ruleId":"1333","severity":2,"message":"1552","line":83,"column":21,"nodeType":"1335","messageId":"1336","endLine":83,"endColumn":39,"suppressions":"1553"},{"ruleId":"1328","severity":2,"message":"1370","line":83,"column":21,"nodeType":"1335","messageId":"1371","endLine":83,"endColumn":39,"suppressions":"1554"},{"ruleId":"1352","severity":1,"message":"1555","line":59,"column":7,"nodeType":"1342","messageId":"1354","endLine":59,"endColumn":31},{"ruleId":"1510","severity":1,"message":"1556","line":27,"column":20,"nodeType":"1512","endLine":27,"endColumn":77,"suppressions":"1557"},{"ruleId":"1510","severity":1,"message":"1558","line":158,"column":20,"nodeType":"1512","endLine":164,"endColumn":8,"suppressions":"1559"},{"ruleId":"1510","severity":1,"message":"1560","line":26,"column":20,"nodeType":"1512","endLine":32,"endColumn":8,"suppressions":"1561"},{"ruleId":"1562","severity":2,"message":"1563","line":19,"column":3,"nodeType":"1564","messageId":"1565","endLine":19,"endColumn":33,"suppressions":"1566"},{"ruleId":"1567","severity":2,"message":"1568","line":19,"column":3,"nodeType":"1564","messageId":"1569","endLine":19,"endColumn":33,"suppressions":"1570"},{"ruleId":"1562","severity":2,"message":"1563","line":20,"column":3,"nodeType":"1564","messageId":"1565","endLine":20,"endColumn":33,"suppressions":"1571"},{"ruleId":"1567","severity":2,"message":"1568","line":20,"column":3,"nodeType":"1564","messageId":"1569","endLine":20,"endColumn":33,"suppressions":"1572"},{"ruleId":"1562","severity":2,"message":"1563","line":21,"column":3,"nodeType":"1564","messageId":"1565","endLine":21,"endColumn":43,"suppressions":"1573"},{"ruleId":"1567","severity":2,"message":"1568","line":21,"column":3,"nodeType":"1564","messageId":"1569","endLine":21,"endColumn":43,"suppressions":"1574"},{"ruleId":"1562","severity":2,"message":"1563","line":22,"column":3,"nodeType":"1564","messageId":"1565","endLine":22,"endColumn":38,"suppressions":"1575"},{"ruleId":"1567","severity":2,"message":"1568","line":22,"column":3,"nodeType":"1564","messageId":"1569","endLine":22,"endColumn":38,"suppressions":"1576"},{"ruleId":"1562","severity":2,"message":"1563","line":24,"column":3,"nodeType":"1564","messageId":"1565","endLine":24,"endColumn":34,"suppressions":"1577"},{"ruleId":"1567","severity":2,"message":"1568","line":24,"column":3,"nodeType":"1564","messageId":"1569","endLine":24,"endColumn":34,"suppressions":"1578"},{"ruleId":"1562","severity":2,"message":"1563","line":25,"column":3,"nodeType":"1564","messageId":"1565","endLine":25,"endColumn":23,"suppressions":"1579"},{"ruleId":"1567","severity":2,"message":"1568","line":25,"column":3,"nodeType":"1564","messageId":"1569","endLine":25,"endColumn":23,"suppressions":"1580"},{"ruleId":"1562","severity":2,"message":"1563","line":26,"column":3,"nodeType":"1564","messageId":"1565","endLine":26,"endColumn":26,"suppressions":"1581"},{"ruleId":"1567","severity":2,"message":"1568","line":26,"column":3,"nodeType":"1564","messageId":"1569","endLine":26,"endColumn":26,"suppressions":"1582"},{"ruleId":"1562","severity":2,"message":"1563","line":27,"column":3,"nodeType":"1564","messageId":"1565","endLine":27,"endColumn":28,"suppressions":"1583"},{"ruleId":"1567","severity":2,"message":"1568","line":27,"column":3,"nodeType":"1564","messageId":"1569","endLine":27,"endColumn":28,"suppressions":"1584"},{"ruleId":"1562","severity":2,"message":"1563","line":28,"column":3,"nodeType":"1564","messageId":"1565","endLine":28,"endColumn":33,"suppressions":"1585"},{"ruleId":"1567","severity":2,"message":"1568","line":28,"column":3,"nodeType":"1564","messageId":"1569","endLine":28,"endColumn":33,"suppressions":"1586"},{"ruleId":"1562","severity":2,"message":"1563","line":29,"column":3,"nodeType":"1564","messageId":"1565","endLine":29,"endColumn":26,"suppressions":"1587"},{"ruleId":"1567","severity":2,"message":"1568","line":29,"column":3,"nodeType":"1564","messageId":"1569","endLine":29,"endColumn":26,"suppressions":"1588"},{"ruleId":"1562","severity":2,"message":"1563","line":30,"column":3,"nodeType":"1564","messageId":"1565","endLine":30,"endColumn":26,"suppressions":"1589"},{"ruleId":"1567","severity":2,"message":"1568","line":30,"column":3,"nodeType":"1564","messageId":"1569","endLine":30,"endColumn":26,"suppressions":"1590"},{"ruleId":"1562","severity":2,"message":"1563","line":31,"column":3,"nodeType":"1564","messageId":"1565","endLine":31,"endColumn":25,"suppressions":"1591"},{"ruleId":"1567","severity":2,"message":"1568","line":31,"column":3,"nodeType":"1564","messageId":"1569","endLine":31,"endColumn":25,"suppressions":"1592"},{"ruleId":"1562","severity":2,"message":"1563","line":32,"column":3,"nodeType":"1564","messageId":"1565","endLine":32,"endColumn":26,"suppressions":"1593"},{"ruleId":"1567","severity":2,"message":"1568","line":32,"column":3,"nodeType":"1564","messageId":"1569","endLine":32,"endColumn":26,"suppressions":"1594"},{"ruleId":"1562","severity":2,"message":"1563","line":33,"column":3,"nodeType":"1564","messageId":"1565","endLine":33,"endColumn":26,"suppressions":"1595"},{"ruleId":"1567","severity":2,"message":"1568","line":33,"column":3,"nodeType":"1564","messageId":"1569","endLine":33,"endColumn":26,"suppressions":"1596"},{"ruleId":"1562","severity":2,"message":"1563","line":34,"column":3,"nodeType":"1564","messageId":"1565","endLine":34,"endColumn":26,"suppressions":"1597"},{"ruleId":"1567","severity":2,"message":"1568","line":34,"column":3,"nodeType":"1564","messageId":"1569","endLine":34,"endColumn":26,"suppressions":"1598"},{"ruleId":"1562","severity":2,"message":"1563","line":35,"column":3,"nodeType":"1564","messageId":"1565","endLine":35,"endColumn":32,"suppressions":"1599"},{"ruleId":"1567","severity":2,"message":"1568","line":35,"column":3,"nodeType":"1564","messageId":"1569","endLine":35,"endColumn":32,"suppressions":"1600"},{"ruleId":"1562","severity":2,"message":"1563","line":36,"column":3,"nodeType":"1564","messageId":"1565","endLine":36,"endColumn":27,"suppressions":"1601"},{"ruleId":"1567","severity":2,"message":"1568","line":36,"column":3,"nodeType":"1564","messageId":"1569","endLine":36,"endColumn":27,"suppressions":"1602"},{"ruleId":"1562","severity":2,"message":"1563","line":37,"column":3,"nodeType":"1564","messageId":"1565","endLine":37,"endColumn":55,"suppressions":"1603"},{"ruleId":"1567","severity":2,"message":"1568","line":37,"column":3,"nodeType":"1564","messageId":"1569","endLine":37,"endColumn":55,"suppressions":"1604"},{"ruleId":"1562","severity":2,"message":"1563","line":38,"column":3,"nodeType":"1564","messageId":"1565","endLine":38,"endColumn":56,"suppressions":"1605"},{"ruleId":"1567","severity":2,"message":"1568","line":38,"column":3,"nodeType":"1564","messageId":"1569","endLine":38,"endColumn":56,"suppressions":"1606"},{"ruleId":"1562","severity":2,"message":"1563","line":39,"column":3,"nodeType":"1564","messageId":"1565","endLine":50,"endColumn":17,"suppressions":"1607"},{"ruleId":"1567","severity":2,"message":"1568","line":39,"column":3,"nodeType":"1564","messageId":"1569","endLine":50,"endColumn":17,"suppressions":"1608"},{"ruleId":"1562","severity":2,"message":"1563","line":52,"column":3,"nodeType":"1564","messageId":"1565","endLine":52,"endColumn":29,"suppressions":"1609"},{"ruleId":"1567","severity":2,"message":"1568","line":52,"column":3,"nodeType":"1564","messageId":"1569","endLine":52,"endColumn":29,"suppressions":"1610"},{"ruleId":"1562","severity":2,"message":"1563","line":53,"column":3,"nodeType":"1564","messageId":"1565","endLine":53,"endColumn":30,"suppressions":"1611"},{"ruleId":"1567","severity":2,"message":"1568","line":53,"column":3,"nodeType":"1564","messageId":"1569","endLine":53,"endColumn":30,"suppressions":"1612"},"@typescript-eslint/no-unsafe-call","Unsafe construction of an any type value.","NewExpression","unsafeNew",["1613"],"@typescript-eslint/no-unsafe-member-access","Unsafe member access .resourcesPath on an `any` value.","MemberExpression","unsafeMemberExpression",["1614"],["1615"],["1616"],"@typescript-eslint/no-use-before-define","'quitOrMinimizeApp' was used before it was defined.","Identifier","noUseBeforeDefine",["1617"],"Unsafe member access .message on an `any` value.",["1618"],"@typescript-eslint/require-await","Async method 'setPassword' has no 'await' expression.","FunctionExpression","missingAwait",["1619"],"@typescript-eslint/no-unused-vars","'args' is defined but never used.","unusedVar",["1620"],["1621"],["1622"],"@typescript-eslint/no-unsafe-return","Unsafe return of an `any` typed value.","CallExpression","unsafeReturn",["1623"],"@typescript-eslint/restrict-template-expressions","Invalid type \"any\" of template literal expression.","ConditionalExpression","invalidType",["1624"],"Unsafe member access .toString on an `any` value.",["1625"],"Unsafe call of an `any` typed value.","unsafeCall",["1626"],"Unsafe member access .stack on an `any` value.",["1627"],"Invalid type \"string[]\" of template literal expression.",["1628"],"Invalid type \"boolean\" of template literal expression.",["1629"],"Unsafe member access .version on an `any` value.",["1630"],["1631"],["1632"],["1633"],["1634"],"Unsafe member access .push on an `any` value.",["1635"],["1636"],["1637"],"Computed name [requestId] resolves to an any value.","unsafeComputedMemberAccess",["1638"],["1639"],"no-bitwise","Unexpected use of '|'.","BinaryExpression","unexpected",["1640"],["1641"],["1642"],"no-async-promise-executor","Promise executor functions should not be async.","async",["1643"],"no-nested-ternary","Do not nest ternary expressions.","noNestedTernary",["1644"],"Unsafe member access .pipe on an `any` value.",["1645"],["1646"],"'restartBridge' was used before it was defined.",["1647"],"Unsafe member access .offscreen on an `any` value.",["1648"],["1649"],["1650"],["1651"],"Unsafe member access .runtime on an `any` value.",["1652"],["1653"],["1654"],["1655"],["1656"],["1657"],"'consts' is defined but never used.","'devToolsButton' is defined but never used.","import/order","`@onekeyhq/shared/src/polyfills/polyfillsExtContentScript` import should occur after import of `@onekeyhq/shared/src/platformEnv`","ImportDeclaration",["1658","1659"],"There should be no empty line within import group",["1660"],"Unsafe member access .default on an `any` value.",["1661"],"'bridge' is defined but never used.",["1662"],"Unsafe member access .type on an `any` value.",["1663"],"Unsafe member access .callOffscreenApiMethod on an `any` value.",["1664"],["1665"],"ReturnStatement",["1666"],"Unsafe member access .accept on an `any` value.",["1667"],["1668"],"Unsafe member access .isRuntimeFirefox on an `any` value.",["1669"],"Unsafe member access .isDev on an `any` value.",["1670"],["1671"],"Unsafe member access .isExtensionUiPopup on an `any` value.",["1672"],"Unsafe member access ._update on an `any` value.",["1673"],["1674","1675"],["1676"],"import/first","Import in body of module; reorder to top.",{"range":"1677","text":"1678"},["1679"],"`@onekeyhq/kit` import should occur before import of `@onekeyhq/shared/src/polyfills`",["1680"],"'Stack' is defined but never used.","'NativeNestedTabView' is defined but never used.","'scrollEnabled' is assigned a value but never used.","'rest' is defined but never used.","'onTabChange' is assigned a value but never used.","'onVerticalCall' is assigned a value but never used.","'onMoveShouldSetResponderCapture' is assigned a value but never used.","'onPageScrollStateChangeCall' is assigned a value but never used.","'onLayoutCallback' is assigned a value but never used.","@typescript-eslint/no-shadow","'initialIndex' is already declared in the upper scope on line 134 column 32.","noShadow",["1681"],"Unsafe member access .key on an `any` value.",["1682"],"Computed name [route.key] resolves to an any value.",["1683"],"'height' is defined but never used.",["1684"],"Unsafe member access .play on an `any` value.",["1685"],["1686"],"Unsafe member access .pause on an `any` value.",["1687"],["1688"],"Unsafe member access .goToAndStop on an `any` value.",["1689"],["1690"],"Unsafe member access .progress on an `any` value.",["1691"],["1692"],["1693"],["1694"],["1695"],["1696"],["1697"],["1698"],"'options' is defined but never used.",["1699"],"'_' is defined but never used.",["1700"],["1701"],["1702"],["1703"],"'animationType' is assigned a value but never used.",["1704"],"react/no-unstable-nested-components","Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “RootModalNavigator” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true.","ArrowFunctionExpression",["1705"],"Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “TabStackNavigator” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true.",["1706"],"'useMemo' is defined but never used.","react-hooks/exhaustive-deps","React Hook useCallback does nothing when called with only one argument. Did you forget to pass an array of dependencies?","'e' is defined but never used.","React Hook useEffect has missing dependencies: 'handleKeyboardWillHide' and 'handleKeyboardWillShow'. Either include them or remove the dependency array.","ArrayExpression",["1707"],"guard-for-in","The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype.","ForInStatement","wrap",["1708"],"Unsafe member access .then on an `any` value.",["1709"],["1710"],["1711"],["1712"],"@typescript-eslint/no-empty-interface","An interface declaring no members is equivalent to its supertype.","noEmptyWithSuper",{"range":"1713","text":"1714"},["1715"],"'isAllNetworks' is defined but never used.","'WALLET_TYPE_HW' is defined but never used.",["1716"],["1717"],"'displayName' is assigned a value but never used.",["1718"],["1719"],["1720"],["1721"],["1722"],["1723"],["1724"],["1725"],["1726"],"Unsafe member access .reset on an `any` value.",["1727"],["1728"],"'ControlledDialogByButton' is assigned a value but never used.","Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “DemoCreateViewModal” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true.",["1729"],"Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “DemoCreateOptionsModal” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true.",["1730"],"Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “DemoRootHomeOptions” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true.",["1731"],"vars-on-top","All 'var' declarations must be at the top of the function scope.","VariableDeclaration","top",["1732"],"no-var","Unexpected var, use let or const instead.","unexpectedVar",["1733"],["1734"],["1735"],["1736"],["1737"],["1738"],["1739"],["1740"],["1741"],["1742"],["1743"],["1744"],["1745"],["1746"],["1747"],["1748"],["1749"],["1750"],["1751"],["1752"],["1753"],["1754"],["1755"],["1756"],["1757"],["1758"],["1759"],["1760"],["1761"],["1762"],["1763"],["1764"],["1765"],["1766"],["1767"],["1768"],["1769"],["1770"],["1771"],["1772"],["1773"],["1774"],["1775"],{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},[0,199],"/* eslint-disable @typescript-eslint/no-unused-vars, import/first, import/order */\nimport '@onekeyhq/shared/src/polyfills';\nimport { KitProvider } from '@onekeyhq/kit';\n\nconsole.log('polyfills----');",{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"desc":"1778","fix":"1779"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},[15546,15596],"type TamaguiCustomConfig = AppConfig",{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},{"kind":"1776","justification":"1777"},"directive","","Update the dependencies array to be: [handleKeyboardWillHide, handleKeyboardWillShow]",{"range":"1780","text":"1781"},[1127,1129],"[handleKeyboardWillHide, handleKeyboardWillShow]"] \ No newline at end of file diff --git a/packages/kit/src/routes/Gallery/index.tsx b/packages/kit/src/routes/Gallery/index.tsx index a313f7c8548..ab403b16721 100644 --- a/packages/kit/src/routes/Gallery/index.tsx +++ b/packages/kit/src/routes/Gallery/index.tsx @@ -2,10 +2,11 @@ import { createStackNavigator } from '@onekeyhq/components'; import ComponentsScreen from '@onekeyhq/kit/src/views/Components'; import ActionListGallery from '@onekeyhq/kit/src/views/Components/stories/ActionList'; import BadgeGallery from '@onekeyhq/kit/src/views/Components/stories/Badge'; -import ButtonsGallery from '@onekeyhq/kit/src/views/Components/stories/Buttons'; +import ButtonGallery from '@onekeyhq/kit/src/views/Components/stories/Button'; import CheckboxGallery from '@onekeyhq/kit/src/views/Components/stories/Checkbox'; import CollapsibleTabViewGallery from '@onekeyhq/kit/src/views/Components/stories/CollapsibleTabView'; import DialogGallery from '@onekeyhq/kit/src/views/Components/stories/Dialog'; +import EmptyGallery from '@onekeyhq/kit/src/views/Components/stories/Empty'; import IconGallery from '@onekeyhq/kit/src/views/Components/stories/Icon'; import IconButtonGallery from '@onekeyhq/kit/src/views/Components/stories/IconButton'; import InputGallery from '@onekeyhq/kit/src/views/Components/stories/Input'; @@ -18,6 +19,8 @@ import SelectGallery from '@onekeyhq/kit/src/views/Components/stories/Select'; import SliderGallery from '@onekeyhq/kit/src/views/Components/stories/Slider'; import SwitchGallery from '@onekeyhq/kit/src/views/Components/stories/Switch'; import ToastGallery from '@onekeyhq/kit/src/views/Components/stories/Toast'; +import ToggleGroupGallery from '@onekeyhq/kit/src/views/Components/stories/ToggleGroup'; +import TooltipGallery from '@onekeyhq/kit/src/views/Components/stories/Tooltip'; import TypographyGallery from '@onekeyhq/kit/src/views/Components/stories/Typography'; import AlertGallery from '../../views/Components/stories/Alert'; @@ -31,14 +34,16 @@ export enum GalleryRoutes { Components = 'components', ComponentTypography = 'component/typography', ComponentLottieView = 'component/lottieview', + ComponentTooltip = 'component/tooltip', ComponentIcon = 'component/icon', ComponentButton = 'component/button', ComponentSelect = 'component/select', - ComponentIconButton = 'component/iconbutton', + ComponentIconButton = 'component/iconButton', ComponentBadge = 'component/badge', ComponentDialog = 'component/dialog', ComponentForm = 'component/form', ComponentNavigation = 'component/navigation', + ComponentEmpty = 'component/empty', ComponentSwitch = 'component/switch', ComponentInput = 'component/input', ComponentAlert = 'component/alert', @@ -51,6 +56,7 @@ export enum GalleryRoutes { ComponentSlider = 'component/slider', ComponentTextArea = 'component/textArea', ComponentPopover = 'component/popover', + ComponentToggleGroup = 'component/toggleGroup', ComponentTheme = 'component/theme', ComponentCollapsibleTabs = 'component/collapsibleTabs', componentQRCode = 'component/qrCode', @@ -68,18 +74,24 @@ export const stackScreenList = [ }, { name: GalleryRoutes.ComponentIcon, component: IconGallery }, { name: GalleryRoutes.ComponentToast, component: ToastGallery }, - { name: GalleryRoutes.ComponentIconButton, component: IconButtonGallery }, - { name: GalleryRoutes.ComponentButton, component: ButtonsGallery }, { name: GalleryRoutes.ComponentSelect, component: SelectGallery }, + { name: GalleryRoutes.ComponentTooltip, component: TooltipGallery }, { name: GalleryRoutes.ComponentBadge, component: BadgeGallery }, { name: GalleryRoutes.ComponentInput, component: InputGallery }, { name: GalleryRoutes.ComponentDialog, component: DialogGallery }, + { name: GalleryRoutes.ComponentEmpty, component: EmptyGallery }, { name: GalleryRoutes.ComponentRadio, component: RadioGallery }, { name: GalleryRoutes.ComponentCheckbox, component: CheckboxGallery }, + { name: GalleryRoutes.ComponentToggleGroup, component: ToggleGroupGallery }, { name: GalleryRoutes.ComponentActionList, component: ActionListGallery }, { name: GalleryRoutes.ComponentPopover, component: PopoverGallery }, { name: GalleryRoutes.ComponentProgress, component: ProgressGallery }, + { + name: GalleryRoutes.ComponentIconButton, + component: IconButtonGallery, + }, { name: GalleryRoutes.ComponentSwitch, component: SwitchGallery }, + { name: GalleryRoutes.ComponentButton, component: ButtonGallery }, { name: GalleryRoutes.ComponentTextArea, component: TextAreaGallery }, { name: GalleryRoutes.ComponentSlider, component: SliderGallery }, { diff --git a/packages/kit/src/views/Components/stories/Button.tsx b/packages/kit/src/views/Components/stories/Button.tsx new file mode 100644 index 00000000000..5bdb19bea7d --- /dev/null +++ b/packages/kit/src/views/Components/stories/Button.tsx @@ -0,0 +1,87 @@ +import { Button, Stack, XStack } from '@onekeyhq/components'; + +import { Layout } from './utils/Layout'; + +const ButtonGallery = () => ( + + + + + + + ), + }, + { + title: 'Sizes', + element: ( + + + + + + + + + + + + + ), + }, + { + title: 'Disabled', + element: ( + + + + + + + ), + }, + { + title: 'Loading', + element: ( + + + + + + + ), + }, + ]} + /> +); + +export default ButtonGallery; diff --git a/packages/kit/src/views/Components/stories/Buttons.tsx b/packages/kit/src/views/Components/stories/Buttons.tsx deleted file mode 100644 index 723c508d606..00000000000 --- a/packages/kit/src/views/Components/stories/Buttons.tsx +++ /dev/null @@ -1,214 +0,0 @@ -import { useState } from 'react'; - -import { Button, XStack, YStack } from '@onekeyhq/components'; - -import { Layout } from './utils/Layout'; - -const ActionButtonDemo = () => { - const [spinning, setSpinning] = useState(false); - return ( - - { - setSpinning(true); - setTimeout(() => { - setSpinning(false); - }, 1500); - }} - /> - { - setSpinning(true); - setTimeout(() => { - setSpinning(false); - }, 1500); - }} - /> - - ); -}; - -const ButtonsGallery = () => ( - - - - - - - ), - }, - { - title: 'Variants without Button.Text', - element: ( - - - - - - - ), - }, - { - title: 'Size', - element: ( - - - - - - - - - - - - - - - - - - ), - }, - { - title: 'Icon on different sizes', - element: ( - - - - - - ), - }, - { - title: 'Icon on different colors', - element: ( - - - - - - - ), - }, - { - title: 'Disabled and loading', - element: ( - - - - - - - ), - }, - { - title: 'Action Button', - element: , - }, - ]} - /> -); - -export default ButtonsGallery; diff --git a/packages/kit/src/views/Components/stories/Empty.tsx b/packages/kit/src/views/Components/stories/Empty.tsx new file mode 100644 index 00000000000..05fd7e3e648 --- /dev/null +++ b/packages/kit/src/views/Components/stories/Empty.tsx @@ -0,0 +1,31 @@ +import { Empty, Stack } from '@onekeyhq/components'; + +import { Layout } from './utils/Layout'; + +const EmptyGallery = () => ( + { + alert('Button pressed'); + }, + }} + /> + ), + }, + ]} + /> +); + +export default EmptyGallery; diff --git a/packages/kit/src/views/Components/stories/Form.tsx b/packages/kit/src/views/Components/stories/Form.tsx index 88b57e67c1c..4a2cfcd8380 100644 --- a/packages/kit/src/views/Components/stories/Form.tsx +++ b/packages/kit/src/views/Components/stories/Form.tsx @@ -1,5 +1,4 @@ import { - Button, Checkbox, Form, Input, @@ -25,24 +24,7 @@ const Form1 = () => { }, }); return ( -
{ - const isValid = await form.trigger(); - if (isValid) { - alert(JSON.stringify(form.getValues())); - } else { - alert('请检查输入项'); - } - }} - > - Submit - - } - > + diff --git a/packages/kit/src/views/Components/stories/IconButton.tsx b/packages/kit/src/views/Components/stories/IconButton.tsx index 4c1f991b802..add89040ce6 100644 --- a/packages/kit/src/views/Components/stories/IconButton.tsx +++ b/packages/kit/src/views/Components/stories/IconButton.tsx @@ -1,87 +1,62 @@ -import { useState } from 'react'; - -import { XStack } from 'tamagui'; - -import { IconButton } from '@onekeyhq/components'; +import { IconButton, Stack } from '@onekeyhq/components'; import { Layout } from './utils/Layout'; -const ActionIconButton = () => { - const [spinning, setSpinning] = useState(false); - const [disabled, setDisabled] = useState(false); - return ( - { - setSpinning(true); - setDisabled(true); - setTimeout(() => { - setSpinning(false); - setDisabled(false); - }, 2000); - }} - /> - ); -}; - const IconButtonGallery = () => ( - - - - - + + + + + + ), }, { title: 'Sizes', element: ( - - - + + + + + + ), + }, + { + title: 'Disabled', + element: ( + + + - + + ), }, { - title: 'Disabled & Loading', + title: 'Loading', element: ( - - - - + + + + + + ), }, ]} diff --git a/packages/kit/src/views/Components/stories/NavigatorRoute/Modal/DemoCoverageModal.tsx b/packages/kit/src/views/Components/stories/NavigatorRoute/Modal/DemoCoverageModal.tsx index ce99a3662c1..eae10e198be 100644 --- a/packages/kit/src/views/Components/stories/NavigatorRoute/Modal/DemoCoverageModal.tsx +++ b/packages/kit/src/views/Components/stories/NavigatorRoute/Modal/DemoCoverageModal.tsx @@ -80,7 +80,7 @@ const ControlledDialogByButton = () => { /> ), - [isOpen, navigation], + [], ); }; diff --git a/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootHome.tsx b/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootHome.tsx index bd6828062e6..cc003c90f01 100644 --- a/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootHome.tsx +++ b/packages/kit/src/views/Components/stories/NavigatorRoute/Tab/View/DemoRootHome.tsx @@ -16,24 +16,24 @@ import { DemoHomeTabRoutes } from '../Routes'; import type { DemoHomeTabParamList } from '../RouteParamTypes'; -const useStorage = platformEnv.isNative - ? (key: AppSettingKey, initialValue?: boolean) => { - const [data, setData] = useState( - initialValue || appStorage.getSettingBoolean(key), - ); - const setNewData = (value: boolean) => { - appStorage.setSetting(key, value); - setData(value); - }; - return [data, setNewData]; - } - : useCookie; +// const useStorage = platformEnv.isNative +// ? (key: AppSettingKey, initialValue?: boolean) => { +// const [data, setData] = useState( +// initialValue || appStorage.getSettingBoolean(key), +// ); +// const setNewData = (value: boolean) => { +// appStorage.setSetting(key, value); +// setData(value); +// }; +// return [data, setNewData]; +// } +// : useCookie; const DemoRootHome = () => { const navigation = useDemoAppNavigation>(); - const [rrtStatus, changeRRTStatus] = useStorage(AppSettingKey.rrt); + // const [rrtStatus, changeRRTStatus] = useStorage(AppSettingKey.rrt); return ( { element: (